all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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: Thu, 3 Mar 2016 00:08:38 -0700	[thread overview]
Message-ID: <56D7E2F6.2020008@live.com> (raw)
In-Reply-To: <56D7DCC6.9060003@live.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 2876 bytes --]

On 03/02/2016 11:42 PM, Clément Pit--Claudel wrote:
> On 03/02/2016 11:12 PM, Clément Pit--Claudel wrote:
>> I've removed the dependency on CJK fonts; on my machine, this does
>> the trick, provided you have XITS Math and Ubuntu Mono installed:
>>
>> emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\")))"
>>
>> Scrolling around this buffer is horribly slow.
> 
> Here's the few lines of a profile (full profile attached):
> 
>     Flat profile:
> 
>     Each sample counts as 0.01 seconds.
>       %   cumulative   self              self     total
>      time   seconds   seconds    calls   s/call   s/call  name
>      69.14      6.61     6.61                             deliver_user_signal
>       2.30      6.83     0.22      291     0.00     0.00  _init
>       2.09      7.03     0.20  2446268     0.00     0.00  hash_lookup
>       1.78      7.20     0.17  1109458     0.00     0.00  xfont_list_pattern
>       1.36      7.33     0.13  7538722     0.00     0.00  char_table_ref
>       1.36      7.46     0.13  2220018     0.00     0.00  ftfont_lookup_cache
>       1.15      7.57     0.11  2774417     0.00     0.00  Fcompare_strings
>       1.05      7.67     0.10  2778892     0.00     0.00  Fnreverse
>       1.05      7.77     0.10 11525665     0.00     0.00  mark_object
>       0.94      7.86     0.09 33105673     0.00     0.00  sub_char_table_ref
> 
> compare with this (with the aforementioned commit reverted):

Sorry, this was the wrong profile. Here's the profile with a snappy emacs, after reverting the commit above

Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls   s/call   s/call  name    
 16.93      0.54     0.54 14252708     0.00     0.00  internal_equal
 10.66      0.88     0.34  7672938     0.00     0.00  Fnreverse
  9.56      1.19     0.31 27776580     0.00     0.00  mark_object
  8.46      1.46     0.27  6640124     0.00     0.00  hash_lookup
  2.51      1.54     0.08  6134442     0.00     0.00  ftfont_lookup_cache
  2.19      1.61     0.07  3072176     0.00     0.00  casify_object
  2.19      1.68     0.07     8818     0.00     0.00  mark_char_table
  1.88      1.74     0.06 12567953     0.00     0.00  sub_char_table_ref
  1.88      1.80     0.06  1409718     0.00     0.00  Fassq
  1.88      1.86     0.06  1533134     0.00     0.00  font_list_entities
  1.57      1.91     0.05  6195131     0.00     0.00  assq_no_quit
  1.57      1.96     0.05  1533134     0.00     0.00  font_sort_entities
  1.57      2.01     0.05     3644     0.00     0.00  _init

I've reattached both profiles.

Thanks,
Clément.

[-- Attachment #1.1.2: slow-trace-with-plain-emacs --]
[-- Type: text/plain, Size: 1090529 bytes --]

Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls   s/call   s/call  name    
 69.14      6.61     6.61                             deliver_user_signal
  2.30      6.83     0.22      291     0.00     0.00  _init
  2.09      7.03     0.20  2446268     0.00     0.00  hash_lookup
  1.78      7.20     0.17  1109458     0.00     0.00  xfont_list_pattern
  1.36      7.33     0.13  7538722     0.00     0.00  char_table_ref
  1.36      7.46     0.13  2220018     0.00     0.00  ftfont_lookup_cache
  1.15      7.57     0.11  2774417     0.00     0.00  Fcompare_strings
  1.05      7.67     0.10  2778892     0.00     0.00  Fnreverse
  1.05      7.77     0.10 11525665     0.00     0.00  mark_object
  0.94      7.86     0.09 33105673     0.00     0.00  sub_char_table_ref
  0.94      7.95     0.09  3332260     0.00     0.00  casify_object
  0.94      8.04     0.09  1109464     0.00     0.00  x_had_errors_p
  0.84      8.12     0.08  1109473     0.00     0.00  x_catch_errors_with_handler
  0.73      8.19     0.07  6002698     0.00     0.00  internal_equal
  0.73      8.26     0.07     1450     0.00     0.00  scan_sexps_forward
  0.63      8.32     0.06  1112969     0.00     0.00  gobble_input
  0.58      8.38     0.06   146733     0.00     0.00  x_produce_glyphs
  0.52      8.43     0.05  1109472     0.00     0.00  x_uncatch_errors
  0.42      8.47     0.04  5549489     0.00     0.00  validate_subarray
  0.42      8.51     0.04  4474415     0.00     0.00  assq_no_quit
  0.42      8.55     0.04  1248173     0.00     0.00  Fassoc_string
  0.42      8.59     0.04   554734     0.00     0.00  font_list_entities
  0.42      8.63     0.04   554734     0.00     0.00  xfont_list
  0.42      8.67     0.04   138692     0.00     0.00  font_find_for_lface
  0.42      8.71     0.04                             deliver_process_signal
  0.31      8.74     0.03  1109458     0.00     0.00  xfont_encode_coding_xlfd
  0.31      8.77     0.03   554734     0.00     0.00  font_sort_entities
  0.31      8.80     0.03   138682     0.00     0.00  fontset_find_font
  0.31      8.83     0.03  1112161     0.00     0.00  do_pending_atimers
  0.31      8.86     0.03       18     0.00     0.00  char_table_ascii
  0.21      8.88     0.02  7770475     0.00     0.00  handle_input_available_signal
  0.21      8.90     0.02  2634947     0.00     0.00  xftfont_has_char
  0.21      8.92     0.02  1289625     0.00     0.00  Fcons
  0.21      8.94     0.02  1112486     0.00     0.00  XTread_socket
  0.21      8.96     0.02   555562     0.00     0.00  font_unparse_xlfd
  0.21      8.98     0.02   256439     0.00     0.00  find_interval
  0.21      9.00     0.02   156717     0.00     0.00  Fmake_string
  0.21      9.02     0.02   133182     0.00     0.00  Ffuncall
  0.21      9.04     0.02    55320     0.00     0.00  re_match_2_internal
  0.21      9.06     0.02     3643     0.00     0.00  mark_char_table
  0.21      9.08     0.02     1383     0.00     0.00  hash_put
  0.21      9.10     0.02                             x_check_errors
  0.10      9.11     0.01  3508683     0.00     0.00  unblock_input_to
  0.10      9.12     0.01  2634947     0.00     0.00  font_has_char
  0.10      9.13     0.01  2224296     0.00     0.00  Fgethash
  0.10      9.14     0.01  1153527     0.00     0.00  xmalloc
  0.10      9.15     0.01  1112158     0.00     0.00  process_pending_signals
  0.10      9.16     0.01  1109470     0.00     0.00  xfont_get_cache
  0.10      9.17     0.01  1040417     0.00     0.00  block_atimers
  0.10      9.18     0.01  1039907     0.00     0.00  add_timer_wait_descriptor
  0.10      9.19     0.01  1039907     0.00     0.00  set_alarm
  0.10      9.20     0.01   605190     0.00     0.00  vector_nbytes
  0.10      9.21     0.01   554979     0.00     0.00  Fassoc
  0.10      9.22     0.01   285259     0.00     0.00  bidi_explicit_dir_char
  0.10      9.23     0.01   148728     0.00     0.00  parse_str_as_multibyte
  0.10      9.24     0.01   147325     0.00     0.00  set_iterator_to_next
  0.10      9.25     0.01   147261     0.00     0.00  bidi_resolve_explicit
  0.10      9.26     0.01   142598     0.00     0.00  oblookup
  0.10      9.27     0.01   116631     0.00     0.00  Flength
  0.10      9.28     0.01   113217     0.00     0.00  mark_vectorlike
  0.10      9.29     0.01    77993     0.00     0.00  specbind
  0.10      9.30     0.01    49109     0.00     0.00  exec_byte_code
  0.10      9.31     0.01    44876     0.00     0.00  re_search_2
  0.10      9.32     0.01     9355     0.00     0.00  Fsetcar
  0.10      9.33     0.01     2037     0.00     0.00  call_mod_hooks
  0.10      9.34     0.01     1038     0.00     0.00  process_special_events
  0.10      9.35     0.01      883     0.00     0.00  find_font_encoding
  0.10      9.36     0.01      809     0.00     0.00  kbd_buffer_nr_stored
  0.10      9.37     0.01      533     0.00     0.00  Fsuspicious_object
  0.10      9.38     0.01      518     0.00     0.00  Fcall_interactively
  0.10      9.39     0.01      511     0.00     0.00  read_char
  0.10      9.40     0.01      314     0.00     0.00  menu_item_eval_property
  0.10      9.41     0.01      215     0.00     0.00  map_sub_char_table
  0.10      9.42     0.01       97     0.00     0.00  inhibit_garbage_collection
  0.10      9.43     0.01       63     0.00     0.00  free_face_fontset
  0.10      9.44     0.01       49     0.00     0.00  sweep_conses
  0.10      9.45     0.01       49     0.00     0.00  sweep_vectors
  0.10      9.46     0.01       47     0.00     0.00  redisplay_internal
  0.10      9.47     0.01       10     0.00     0.00  Ffeaturep
  0.10      9.48     0.01        6     0.00     0.00  lucid_event_type_list_p
  0.10      9.49     0.01        4     0.00     0.00  split_interval_left
  0.10      9.50     0.01        3     0.00     0.00  Fmake_hash_table
  0.10      9.51     0.01        1     0.01     0.01  x_uncatch_errors_after_check
  0.10      9.52     0.01                             Ffont_match_p
  0.10      9.53     0.01                             copy_char_table
  0.10      9.54     0.01                             run_all_atimers
  0.10      9.55     0.01                             xfont_get_pcm
  0.05      9.55     0.01   146023     0.00     0.00  get_next_display_element
  0.05      9.56     0.01     3495     0.00     0.00  handle_face_prop
  0.05      9.56     0.01                             produce_stretch_glyph
  0.00      9.56     0.00  5549204     0.00     0.00  string_char_to_byte
  0.00      9.56     0.00  4021849     0.00     0.00  Fsymbol_name
  0.00      9.56     0.00  3508670     0.00     0.00  unblock_input
  0.00      9.56     0.00  3329554     0.00     0.00  Fupcase
  0.00      9.56     0.00  2226228     0.00     0.00  CHECK_HASH_TABLE
  0.00      9.56     0.00  2220608     0.00     0.00  hashfn_equal
  0.00      9.56     0.00  2219460     0.00     0.00  cmpfn_equal
  0.00      9.56     0.00  2218909     0.00     0.00  ftfont_get_fc_charset
  0.00      9.56     0.00  2218901     0.00     0.00  ftfont_has_char
  0.00      9.56     0.00  1666725     0.00     0.00  font_style_symbolic
  0.00      9.56     0.00  1140773     0.00     0.00  xfree
  0.00      9.56     0.00  1111677     0.00     0.00  frame_make_pointer_visible
  0.00      9.56     0.00  1109469     0.00     0.00  assoc_no_quit
  0.00      9.56     0.00  1109459     0.00     0.00  font_registry_charsets
  0.00      9.56     0.00  1109459     0.00     0.00  x_catch_errors
  0.00      9.56     0.00  1041550     0.00     0.00  gettime
  0.00      9.56     0.00   591680     0.00     0.00  Fsetcdr
  0.00      9.56     0.00   578461     0.00     0.00  bidi_cache_search.constprop.3
  0.00      9.56     0.00   501996     0.00     0.00  Fassq
  0.00      9.56     0.00   465106     0.00     0.00  get_keymap
  0.00      9.56     0.00   428532     0.00     0.00  lookup_char_property
  0.00      9.56     0.00   427893     0.00     0.00  indirect_function
  0.00      9.56     0.00   410271     0.00     0.00  Fcdr
  0.00      9.56     0.00   408494     0.00     0.00  textget
  0.00      9.56     0.00   372448     0.00     0.00  set_buffer_temp
  0.00      9.56     0.00   312932     0.00     0.00  balance_an_interval
  0.00      9.56     0.00   291051     0.00     0.00  bidi_cache_iterator_state
  0.00      9.56     0.00   287410     0.00     0.00  bidi_cache_find
  0.00      9.56     0.00   285588     0.00     0.00  bidi_get_category
  0.00      9.56     0.00   285196     0.00     0.00  check_obarray
  0.00      9.56     0.00   279517     0.00     0.00  bidi_paired_bracket_type
  0.00      9.56     0.00   265452     0.00     0.00  balance_possible_root_interval
  0.00      9.56     0.00   228845     0.00     0.00  CHECK_STRING_OR_BUFFER
  0.00      9.56     0.00   228845     0.00     0.00  validate_interval_range
  0.00      9.56     0.00   227551     0.00     0.00  grow_specpdl
  0.00      9.56     0.00   221062     0.00     0.00  hashfn_eq
  0.00      9.56     0.00   204864     0.00     0.00  Ftext_properties_at
  0.00      9.56     0.00   186535     0.00     0.00  overlays_at
  0.00      9.56     0.00   186255     0.00     0.00  sort_overlays
  0.00      9.56     0.00   183733     0.00     0.00  next_interval
  0.00      9.56     0.00   180498     0.00     0.00  get_char_property_and_overlay
  0.00      9.56     0.00   176439     0.00     0.00  balance_intervals
  0.00      9.56     0.00   175532     0.00     0.00  cleanup_vector
  0.00      9.56     0.00   167471     0.00     0.00  Fget_char_property
  0.00      9.56     0.00   154204     0.00     0.00  allocate_vector
  0.00      9.56     0.00   151894     0.00     0.00  xftfont_encode_char
  0.00      9.56     0.00   147661     0.00     0.00  xftfont_text_extents
  0.00      9.56     0.00   147285     0.00     0.00  bidi_cache_ensure_space
  0.00      9.56     0.00   147261     0.00     0.00  bidi_level_of_next_char
  0.00      9.56     0.00   147261     0.00     0.00  bidi_move_to_visually_next
  0.00      9.56     0.00   147261     0.00     0.00  bidi_resolve_weak
  0.00      9.56     0.00   147237     0.00     0.00  bidi_resolve_brackets
  0.00      9.56     0.00   147237     0.00     0.00  bidi_resolve_neutral
  0.00      9.56     0.00   147201     0.00     0.00  get_per_char_metric
  0.00      9.56     0.00   146925     0.00     0.00  bidi_fetch_char
  0.00      9.56     0.00   146871     0.00     0.00  bidi_find_paragraph_start
  0.00      9.56     0.00   146332     0.00     0.00  syntax_multibyte
  0.00      9.56     0.00   145888     0.00     0.00  char_quoted
  0.00      9.56     0.00   145299     0.00     0.00  lookup_glyphless_char_display
  0.00      9.56     0.00   143996     0.00     0.00  get_char_glyph_code
  0.00      9.56     0.00   143520     0.00     0.00  hash_string
  0.00      9.56     0.00   143182     0.00     0.00  next_element_from_buffer
  0.00      9.56     0.00   142572     0.00     0.00  face_for_char
  0.00      9.56     0.00   141235     0.00     0.00  bidi_find_bracket_pairs
  0.00      9.56     0.00   140083     0.00     0.00  font_intern_prop
  0.00      9.56     0.00   138863     0.00     0.00  copy_font_spec
  0.00      9.56     0.00   138693     0.00     0.00  build_style_table
  0.00      9.56     0.00   138681     0.00     0.00  fontset_font
  0.00      9.56     0.00   138614     0.00     0.00  record_in_backtrace
  0.00      9.56     0.00   124360     0.00     0.00  Fstring_equal
  0.00      9.56     0.00    98231     0.00     0.00  Fplist_get
  0.00      9.56     0.00    81468     0.00     0.00  store_in_alist
  0.00      9.56     0.00    78115     0.00     0.00  find_symbol_value
  0.00      9.56     0.00    77270     0.00     0.00  maybe_set_redisplay
  0.00      9.56     0.00    77270     0.00     0.00  set_internal
  0.00      9.56     0.00    74640     0.00     0.00  do_symval_forwarding
  0.00      9.56     0.00    69910     0.00     0.00  Fget
  0.00      9.56     0.00    69654     0.00     0.00  mem_find
  0.00      9.56     0.00    56709     0.00     0.00  store_symval_forwarding
  0.00      9.56     0.00    55548     0.00     0.00  re_set_syntax
  0.00      9.56     0.00    55548     0.00     0.00  re_set_whitespace_regexp
  0.00      9.56     0.00    53860     0.00     0.00  get_keyelt
  0.00      9.56     0.00    50476     0.00     0.00  unbind_to
  0.00      9.56     0.00    50334     0.00     0.00  SETUP_SYNTAX_TABLE_FOR_OBJECT
  0.00      9.56     0.00    49854     0.00     0.00  compile_pattern
  0.00      9.56     0.00    49544     0.00     0.00  Fsymbol_value
  0.00      9.56     0.00    49269     0.00     0.00  funcall_lambda
  0.00      9.56     0.00    49012     0.00     0.00  Fcar
  0.00      9.56     0.00    46481     0.00     0.00  mark_interval
  0.00      9.56     0.00    46458     0.00     0.00  make_uninit_multibyte_string
  0.00      9.56     0.00    45519     0.00     0.00  allocate_string_data
  0.00      9.56     0.00    45490     0.00     0.00  concat
  0.00      9.56     0.00    42803     0.00     0.00  swap_in_symval_forwarding
  0.00      9.56     0.00    41699     0.00     0.00  make_specified_string
  0.00      9.56     0.00    41387     0.00     0.00  Fcurrent_buffer
  0.00      9.56     0.00    39716     0.00     0.00  re_search
  0.00      9.56     0.00    38795     0.00     0.00  fast_string_match_internal
  0.00      9.56     0.00    37552     0.00     0.00  mark_maybe_object
  0.00      9.56     0.00    35053     0.00     0.00  Fcopy_sequence
  0.00      9.56     0.00    31663     0.00     0.00  count_size_as_multibyte
  0.00      9.56     0.00    30173     0.00     0.00  accumulate_script_ranges
  0.00      9.56     0.00    29246     0.00     0.00  make_uninit_string
  0.00      9.56     0.00    28807     0.00     0.00  intervals_equal
  0.00      9.56     0.00    28240     0.00     0.00  readchar
  0.00      9.56     0.00    27792     0.00     0.00  analyze_first
  0.00      9.56     0.00    27774     0.00     0.00  re_compile_pattern
  0.00      9.56     0.00    27768     0.00     0.00  re_compile_fastmap
  0.00      9.56     0.00    27343     0.00     0.00  arithcompare
  0.00      9.56     0.00    26821     0.00     0.00  face_attr_equal_p
  0.00      9.56     0.00    25879     0.00     0.00  buf_charpos_to_bytepos
  0.00      9.56     0.00    25585     0.00     0.00  Fequal
  0.00      9.56     0.00    25395     0.00     0.00  mark_save_value
  0.00      9.56     0.00    22773     0.00     0.00  accessible_keymaps_1
  0.00      9.56     0.00    21339     0.00     0.00  where_is_internal_1
  0.00      9.56     0.00    18613     0.00     0.00  readbyte_from_file
  0.00      9.56     0.00    18301     0.00     0.00  arith_driver
  0.00      9.56     0.00    17557     0.00     0.00  Fset_default
  0.00      9.56     0.00    16012     0.00     0.00  get_property_and_range
  0.00      9.56     0.00    15953     0.00     0.00  set_point_both
  0.00      9.56     0.00    15456     0.00     0.00  find_composition
  0.00      9.56     0.00    14391     0.00     0.00  list1
  0.00      9.56     0.00    14382     0.00     0.00  survives_gc_p
  0.00      9.56     0.00    12624     0.00     0.00  previous_interval
  0.00      9.56     0.00    12169     0.00     0.00  Fget_text_property
  0.00      9.56     0.00    12130     0.00     0.00  Fnext_single_property_change
  0.00      9.56     0.00    11766     0.00     0.00  Faref
  0.00      9.56     0.00    11493     0.00     0.00  Fgoto_char
  0.00      9.56     0.00    10850     0.00     0.00  Fmemq
  0.00      9.56     0.00    10760     0.00     0.00  make_unibyte_string
  0.00      9.56     0.00    10417     0.00     0.00  mem_insert
  0.00      9.56     0.00    10056     0.00     0.00  mem_delete
  0.00      9.56     0.00    10013     0.00     0.00  set_point
  0.00      9.56     0.00     9497     0.00     0.00  apply_modifiers
  0.00      9.56     0.00     9334     0.00     0.00  get_it_property
  0.00      9.56     0.00     9158     0.00     0.00  parse_modifiers
  0.00      9.56     0.00     9070     0.00     0.00  decode_any_frame
  0.00      9.56     0.00     9002     0.00     0.00  mark_compiled
  0.00      9.56     0.00     8979     0.00     0.00  reorder_modifiers
  0.00      9.56     0.00     8883     0.00     0.00  bidi_unshelve_cache
  0.00      9.56     0.00     8857     0.00     0.00  Fmake_vector
  0.00      9.56     0.00     8828     0.00     0.00  prepare_face_for_display
  0.00      9.56     0.00     8785     0.00     0.00  make_string
  0.00      9.56     0.00     8775     0.00     0.00  record_unwind_protect
  0.00      9.56     0.00     8148     0.00     0.00  find_cache_boundary
  0.00      9.56     0.00     7891     0.00     0.00  get_glyph_face_and_encoding
  0.00      9.56     0.00     7309     0.00     0.00  mark_localized_symbol
  0.00      9.56     0.00     7242     0.00     0.00  Ffboundp
  0.00      9.56     0.00     7159     0.00     0.00  composition_compute_stop_pos
  0.00      9.56     0.00     6814     0.00     0.00  Fvconcat
  0.00      9.56     0.00     6810     0.00     0.00  lisp_align_malloc
  0.00      9.56     0.00     6509     0.00     0.00  lisp_align_free
  0.00      9.56     0.00     6322     0.00     0.00  bidi_line_init
  0.00      9.56     0.00     6266     0.00     0.00  make_formatted_string
  0.00      9.56     0.00     6230     0.00     0.00  Fget_pos_property
  0.00      9.56     0.00     6230     0.00     0.00  get_local_map
  0.00      9.56     0.00     6230     0.00     0.00  overlays_around
  0.00      9.56     0.00     6230     0.00     0.00  text_property_stickiness
  0.00      9.56     0.00     6187     0.00     0.00  Fplus
  0.00      9.56     0.00     6164     0.00     0.00  delete_cache_boundaries
  0.00      9.56     0.00     6062     0.00     0.00  window_box_width
  0.00      9.56     0.00     5997     0.00     0.00  Findirect_function
  0.00      9.56     0.00     5860     0.00     0.00  Fmake_list
  0.00      9.56     0.00     5857     0.00     0.00  Flocal_variable_p
  0.00      9.56     0.00     5810     0.00     0.00  Fnthcdr
  0.00      9.56     0.00     5762     0.00     0.00  Fnth
  0.00      9.56     0.00     5577     0.00     0.00  push_handler
  0.00      9.56     0.00     5577     0.00     0.00  push_handler_nosignal
  0.00      9.56     0.00     5469     0.00     0.00  re_set_registers
  0.00      9.56     0.00     5458     0.00     0.00  re_match_2
  0.00      9.56     0.00     5454     0.00     0.00  fast_looking_at
  0.00      9.56     0.00     5391     0.00     0.00  set_window_margins
  0.00      9.56     0.00     5180     0.00     0.00  search_buffer
  0.00      9.56     0.00     5180     0.00     0.00  search_command
  0.00      9.56     0.00     5160     0.00     0.00  Fre_search_forward
  0.00      9.56     0.00     5100     0.00     0.00  mem_rotate_right
  0.00      9.56     0.00     5053     0.00     0.00  handle_display_prop
  0.00      9.56     0.00     5019     0.00     0.00  mem_rotate_left
  0.00      9.56     0.00     5001     0.00     0.00  validate_plist
  0.00      9.56     0.00     4972     0.00     0.00  access_keymap_1
  0.00      9.56     0.00     4964     0.00     0.00  Flist
  0.00      9.56     0.00     4873     0.00     0.00  Fmin
  0.00      9.56     0.00     4865     0.00     0.00  SETUP_SYNTAX_TABLE
  0.00      9.56     0.00     4706     0.00     0.00  save_window_save
  0.00      9.56     0.00     4699     0.00     0.00  Fcommandp
  0.00      9.56     0.00     4685     0.00     0.00  eval_sub
  0.00      9.56     0.00     4620     0.00     0.00  find_newline
  0.00      9.56     0.00     4609     0.00     0.00  call0
  0.00      9.56     0.00     4598     0.00     0.00  hashfn_eql
  0.00      9.56     0.00     4585     0.00     0.00  resolve_face_name
  0.00      9.56     0.00     4272     0.00     0.00  map_keymap_char_table_item
  0.00      9.56     0.00     4269     0.00     0.00  bidi_init_it
  0.00      9.56     0.00     4179     0.00     0.00  unchain_marker
  0.00      9.56     0.00     4091     0.00     0.00  allocate_misc
  0.00      9.56     0.00     3962     0.00     0.00  handle_fontified_prop
  0.00      9.56     0.00     3928     0.00     0.00  Fnext_property_change
  0.00      9.56     0.00     3900     0.00     0.00  Ffunctionp
  0.00      9.56     0.00     3851     0.00     0.00  bcall0
  0.00      9.56     0.00     3768     0.00     0.00  recenter_overlay_lists
  0.00      9.56     0.00     3756     0.00     0.00  map_keymap_internal
  0.00      9.56     0.00     3680     0.00     0.00  invalidate_current_column
  0.00      9.56     0.00     3667     0.00     0.00  bidi_shelve_cache
  0.00      9.56     0.00     3666     0.00     0.00  get_visually_first_element
  0.00      9.56     0.00     3634     0.00     0.00  xg_win_to_widget
  0.00      9.56     0.00     3630     0.00     0.00  map_keymap
  0.00      9.56     0.00     3623     0.00     0.00  compute_display_string_pos
  0.00      9.56     0.00     3592     0.00     0.00  handle_line_prefix
  0.00      9.56     0.00     3562     0.00     0.00  bidi_paragraph_init
  0.00      9.56     0.00     3497     0.00     0.00  Fmax
  0.00      9.56     0.00     3495     0.00     0.00  compute_stop_pos
  0.00      9.56     0.00     3495     0.00     0.00  handle_composition_prop
  0.00      9.56     0.00     3495     0.00     0.00  handle_invisible_prop
  0.00      9.56     0.00     3495     0.00     0.00  handle_stop
  0.00      9.56     0.00     3455     0.00     0.00  Fnext_single_char_property_change
  0.00      9.56     0.00     3434     0.00     0.00  default_value
  0.00      9.56     0.00     3432     0.00     0.00  lface_from_face_name_no_resolve
  0.00      9.56     0.00     3429     0.00     0.00  x_any_window_to_frame
  0.00      9.56     0.00     3408     0.00     0.00  sweep_buffers
  0.00      9.56     0.00     3325     0.00     0.00  get_overlay_strings_1
  0.00      9.56     0.00     3325     0.00     0.00  load_overlay_strings
  0.00      9.56     0.00     3290     0.00     0.00  move_it_in_display_line_to
  0.00      9.56     0.00     3275     0.00     0.00  set_buffer_internal_1
  0.00      9.56     0.00     3255     0.00     0.00  face_at_buffer_position
  0.00      9.56     0.00     3255     0.00     0.00  next_overlay_change
  0.00      9.56     0.00     3229     0.00     0.00  bset_redisplay
  0.00      9.56     0.00     3224     0.00     0.00  prepare_to_modify_buffer_1
  0.00      9.56     0.00     3224     0.00     0.00  signal_after_change
  0.00      9.56     0.00     3215     0.00     0.00  Fdefault_value
  0.00      9.56     0.00     3208     0.00     0.00  Fframe_parameter
  0.00      9.56     0.00     3205     0.00     0.00  x_get_glyph_overhangs
  0.00      9.56     0.00     3200     0.00     0.00  re_iswctype
  0.00      9.56     0.00     3195     0.00     0.00  Fnext_char_property_change
  0.00      9.56     0.00     3195     0.00     0.00  Fnext_overlay_change
  0.00      9.56     0.00     3168     0.00     0.00  fetch_buffer_markers
  0.00      9.56     0.00     3168     0.00     0.00  record_buffer_markers
  0.00      9.56     0.00     3144     0.00     0.00  Fcopy_alist
  0.00      9.56     0.00     3135     0.00     0.00  Fframe_parameters
  0.00      9.56     0.00     3121     0.00     0.00  move_it_to
  0.00      9.56     0.00     3115     0.00     0.00  current_minor_maps
  0.00      9.56     0.00     3100     0.00     0.00  Fcurrent_active_maps
  0.00      9.56     0.00     3075     0.00     0.00  region_cache_backward
  0.00      9.56     0.00     3039     0.00     0.00  CHECK_MARKER
  0.00      9.56     0.00     2998     0.00     0.00  record_property_change
  0.00      9.56     0.00     2843     0.00     0.00  Fget_buffer
  0.00      9.56     0.00     2757     0.00     0.00  Fvector
  0.00      9.56     0.00     2736     0.00     0.00  bidi_at_paragraph_end
  0.00      9.56     0.00     2736     0.00     0.00  forward_to_next_line_start
  0.00      9.56     0.00     2736     0.00     0.00  reseat_at_next_visible_line_start
  0.00      9.56     0.00     2710     0.00     0.00  read1
  0.00      9.56     0.00     2682     0.00     0.00  skip_one_char
  0.00      9.56     0.00     2666     0.00     0.00  Fdowncase
  0.00      9.56     0.00     2637     0.00     0.00  reseat_1
  0.00      9.56     0.00     2621     0.00     0.00  make_byte_code
  0.00      9.56     0.00     2606     0.00     0.00  Flookup_key
  0.00      9.56     0.00     2582     0.00     0.00  Fmake_byte_code
  0.00      9.56     0.00     2561     0.00     0.00  Fset
  0.00      9.56     0.00     2553     0.00     0.00  adjust_suspend_auto_hscroll
  0.00      9.56     0.00     2551     0.00     0.00  record_insert
  0.00      9.56     0.00     2539     0.00     0.00  Fconstrain_to_field
  0.00      9.56     0.00     2538     0.00     0.00  scan_newline_from_point
  0.00      9.56     0.00     2485     0.00     0.00  invalidate_buffer_caches
  0.00      9.56     0.00     2471     0.00     0.00  verify_interval_modification
  0.00      9.56     0.00     2446     0.00     0.00  Fbuffer_modified_p
  0.00      9.56     0.00     2399     0.00     0.00  get_utf8_string
  0.00      9.56     0.00     2304     0.00     0.00  internal_condition_case_n
  0.00      9.56     0.00     2254     0.00     0.00  Fset_buffer
  0.00      9.56     0.00     2249     0.00     0.00  decode_terminal
  0.00      9.56     0.00     2225     0.00     0.00  Fterminal_live_p
  0.00      9.56     0.00     2204     0.00     0.00  Fwiden
  0.00      9.56     0.00     2152     0.00     0.00  window_box_left_offset
  0.00      9.56     0.00     2149     0.00     0.00  Faset
  0.00      9.56     0.00     2131     0.00     0.00  Fnconc
  0.00      9.56     0.00     2127     0.00     0.00  reseat
  0.00      9.56     0.00     2126     0.00     0.00  Frassq
  0.00      9.56     0.00     2125     0.00     0.00  xrealloc
  0.00      9.56     0.00     2119     0.00     0.00  decode_live_frame
  0.00      9.56     0.00     2088     0.00     0.00  Fintern
  0.00      9.56     0.00     2076     0.00     0.00  access_keymap
  0.00      9.56     0.00     2076     0.00     0.00  funcall_nil
  0.00      9.56     0.00     2075     0.00     0.00  timespec_sub
  0.00      9.56     0.00     2062     0.00     0.00  Fkey_binding
  0.00      9.56     0.00     2061     0.00     0.00  Frun_hook_with_args
  0.00      9.56     0.00     2039     0.00     0.00  add_properties
  0.00      9.56     0.00     2028     0.00     0.00  char_composable_p
  0.00      9.56     0.00     2021     0.00     0.00  move_cache_gap
  0.00      9.56     0.00     2020     0.00     0.00  Fline_beginning_position
  0.00      9.56     0.00     2014     0.00     0.00  allocate_pseudovector
  0.00      9.56     0.00     1972     0.00     0.00  window_box_left
  0.00      9.56     0.00     1944     0.00     0.00  Ffind_file_name_handler
  0.00      9.56     0.00     1934     0.00     0.00  Fbolp
  0.00      9.56     0.00     1932     0.00     0.00  Fputhash
  0.00      9.56     0.00     1920     0.00     0.00  sub_char_table_set
  0.00      9.56     0.00     1847     0.00     0.00  readable_events
  0.00      9.56     0.00     1822     0.00     0.00  prepare_to_modify_buffer
  0.00      9.56     0.00     1821     0.00     0.00  adjust_markers_for_insert
  0.00      9.56     0.00     1821     0.00     0.00  adjust_overlays_for_insert
  0.00      9.56     0.00     1819     0.00     0.00  handle_one_xevent
  0.00      9.56     0.00     1819     0.00     0.00  offset_intervals
  0.00      9.56     0.00     1818     0.00     0.00  nconc2
  0.00      9.56     0.00     1800     0.00     0.00  c_strcasecmp
  0.00      9.56     0.00     1788     0.00     0.00  read_escape
  0.00      9.56     0.00     1786     0.00     0.00  Fvectorp
  0.00      9.56     0.00     1778     0.00     0.00  font_style_to_value
  0.00      9.56     0.00     1775     0.00     0.00  marker_position
  0.00      9.56     0.00     1762     0.00     0.00  lface_from_face_name
  0.00      9.56     0.00     1752     0.00     0.00  update_compositions
  0.00      9.56     0.00     1742     0.00     0.00  window_text_bottom_y
  0.00      9.56     0.00     1717     0.00     0.00  marker_byte_position
  0.00      9.56     0.00     1713     0.00     0.00  call2
  0.00      9.56     0.00     1699     0.00     0.00  multibyte_chars_in_text
  0.00      9.56     0.00     1677     0.00     0.00  Fmember
  0.00      9.56     0.00     1670     0.00     0.00  get_lface_attributes_no_remap
  0.00      9.56     0.00     1668     0.00     0.00  Fminus
  0.00      9.56     0.00     1623     0.00     0.00  Fframe_char_height
  0.00      9.56     0.00     1593     0.00     0.00  buf_bytepos_to_charpos
  0.00      9.56     0.00     1589     0.00     0.00  lface_hash
  0.00      9.56     0.00     1588     0.00     0.00  merge_face_vectors
  0.00      9.56     0.00     1575     0.00     0.00  Finternal_merge_in_global_face
  0.00      9.56     0.00     1571     0.00     0.00  Fpurecopy
  0.00      9.56     0.00     1570     0.00     0.00  ensure_menu_items
  0.00      9.56     0.00     1569     0.00     0.00  next_element_from_c_string
  0.00      9.56     0.00     1562     0.00     0.00  back_to_previous_visible_line_start
  0.00      9.56     0.00     1561     0.00     0.00  find_newline_no_quit
  0.00      9.56     0.00     1553     0.00     0.00  copy_text
  0.00      9.56     0.00     1549     0.00     0.00  run_hook_with_args
  0.00      9.56     0.00     1549     0.00     0.00  safe_run_hooks
  0.00      9.56     0.00     1544     0.00     0.00  safe_run_hook_funcall
  0.00      9.56     0.00     1544     0.00     0.00  safe_run_hooks_1
  0.00      9.56     0.00     1541     0.00     0.00  move_it_by_lines
  0.00      9.56     0.00     1537     0.00     0.00  char_string
  0.00      9.56     0.00     1512     0.00     0.00  next_element_from_string
  0.00      9.56     0.00     1504     0.00     0.00  decode_timer
  0.00      9.56     0.00     1502     0.00     0.00  get_lface_attributes
  0.00      9.56     0.00     1494     0.00     0.00  build_marker
  0.00      9.56     0.00     1492     0.00     0.00  set_point_from_marker
  0.00      9.56     0.00     1490     0.00     0.00  lface_equal_p
  0.00      9.56     0.00     1486     0.00     0.00  Fmarker_buffer
  0.00      9.56     0.00     1486     0.00     0.00  Fpoint_marker
  0.00      9.56     0.00     1486     0.00     0.00  Fremove_list_of_text_properties
  0.00      9.56     0.00     1486     0.00     0.00  free_misc
  0.00      9.56     0.00     1486     0.00     0.00  make_save_obj_obj_obj_obj
  0.00      9.56     0.00     1486     0.00     0.00  save_excursion_restore
  0.00      9.56     0.00     1486     0.00     0.00  save_excursion_save
  0.00      9.56     0.00     1476     0.00     0.00  save_restriction_restore
  0.00      9.56     0.00     1476     0.00     0.00  save_restriction_save
  0.00      9.56     0.00     1474     0.00     0.00  add_text_properties_1
  0.00      9.56     0.00     1472     0.00     0.00  Fput_text_property
  0.00      9.56     0.00     1472     0.00     0.00  modify_text_properties
  0.00      9.56     0.00     1468     0.00     0.00  lookup_named_face
  0.00      9.56     0.00     1464     0.00     0.00  face_at_string_position
  0.00      9.56     0.00     1456     0.00     0.00  Fscan_sexps
  0.00      9.56     0.00     1456     0.00     0.00  scan_lists
  0.00      9.56     0.00     1452     0.00     0.00  Fbackward_prefix_chars
  0.00      9.56     0.00     1452     0.00     0.00  validate_region
  0.00      9.56     0.00     1450     0.00     0.00  Fparse_partial_sexp
  0.00      9.56     0.00     1443     0.00     0.00  syntax_prefix_flag_p
  0.00      9.56     0.00     1442     0.00     0.00  back_comment
  0.00      9.56     0.00     1436     0.00     0.00  process_tool_bar_item
  0.00      9.56     0.00     1428     0.00     0.00  char_table_set_range
  0.00      9.56     0.00     1426     0.00     0.00  call1
  0.00      9.56     0.00     1397     0.00     0.00  detect_input_pending_run_timers
  0.00      9.56     0.00     1391     0.00     0.00  char_table_ref_and_range
  0.00      9.56     0.00     1384     0.00     0.00  sub_char_table_ref_and_range
  0.00      9.56     0.00     1380     0.00     0.00  xzalloc
  0.00      9.56     0.00     1367     0.00     0.00  map_keymap_call
  0.00      9.56     0.00     1349     0.00     0.00  coding_set_destination
  0.00      9.56     0.00     1336     0.00     0.00  decode_time_components
  0.00      9.56     0.00     1333     0.00     0.00  make_widget_value
  0.00      9.56     0.00     1325     0.00     0.00  get_input_pending
  0.00      9.56     0.00     1325     0.00     0.00  timer_check
  0.00      9.56     0.00     1321     0.00     0.00  Finternal_set_lisp_face_attribute
  0.00      9.56     0.00     1320     0.00     0.00  font_put_extra
  0.00      9.56     0.00     1318     0.00     0.00  unreadchar
  0.00      9.56     0.00     1306     0.00     0.00  fontset_add
  0.00      9.56     0.00     1297     0.00     0.00  parse_menu_item
  0.00      9.56     0.00     1297     0.00     0.00  single_menu_item
  0.00      9.56     0.00     1291     0.00     0.00  menu_separator_name_p
  0.00      9.56     0.00     1280     0.00     0.00  lisp_malloc
  0.00      9.56     0.00     1278     0.00     0.00  push_menu_item
  0.00      9.56     0.00     1272     0.00     0.00  face_before_or_after_it_pos
  0.00      9.56     0.00     1230     0.00     0.00  list2
  0.00      9.56     0.00     1225     0.00     0.00  Flogand
  0.00      9.56     0.00     1225     0.00     0.00  Flsh
  0.00      9.56     0.00     1215     0.00     0.00  Fwindow_frame
  0.00      9.56     0.00     1148     0.00     0.00  candidate_window_p
  0.00      9.56     0.00     1140     0.00     0.00  init_iterator
  0.00      9.56     0.00     1140     0.00     0.00  produce_special_glyphs
  0.00      9.56     0.00     1140     0.00     0.00  window_display_table
  0.00      9.56     0.00     1109     0.00     0.00  font_make_entity
  0.00      9.56     0.00     1109     0.00     0.00  ftfont_pattern_entity
  0.00      9.56     0.00     1108     0.00     0.00  lisp_to_timespec
  0.00      9.56     0.00     1107     0.00     0.00  Fstring_lessp
  0.00      9.56     0.00     1101     0.00     0.00  x_parse_color
  0.00      9.56     0.00     1092     0.00     0.00  string_to_number
  0.00      9.56     0.00     1084     0.00     0.00  Fbacktrace_frame
  0.00      9.56     0.00     1084     0.00     0.00  get_backtrace_frame
  0.00      9.56     0.00     1074     0.00     0.00  lisp_free
  0.00      9.56     0.00     1073     0.00     0.00  parse_solitary_modifier
  0.00      9.56     0.00     1071     0.00     0.00  Freverse
  0.00      9.56     0.00     1069     0.00     0.00  Fwhere_is_internal
  0.00      9.56     0.00     1067     0.00     0.00  where_is_internal
  0.00      9.56     0.00     1064     0.00     0.00  start_display
  0.00      9.56     0.00     1055     0.00     0.00  extract_float
  0.00      9.56     0.00     1044     0.00     0.00  coding_set_source
  0.00      9.56     0.00     1044     0.00     0.00  setup_coding_system
  0.00      9.56     0.00     1041     0.00     0.00  get_translation_table
  0.00      9.56     0.00     1041     0.00     0.00  region_cache_forward
  0.00      9.56     0.00     1039     0.00     0.00  Fboundp
  0.00      9.56     0.00     1039     0.00     0.00  code_conversion_restore
  0.00      9.56     0.00     1039     0.00     0.00  code_conversion_save
  0.00      9.56     0.00     1038     0.00     0.00  code_convert_string
  0.00      9.56     0.00     1038     0.00     0.00  swallow_events
  0.00      9.56     0.00     1032     0.00     0.00  Fapply
  0.00      9.56     0.00     1032     0.00     0.00  list5
  0.00      9.56     0.00     1031     0.00     0.00  sub_char_table_set_range
  0.00      9.56     0.00     1030     0.00     0.00  Fwindow_pixel_left
  0.00      9.56     0.00     1030     0.00     0.00  Fwindow_pixel_top
  0.00      9.56     0.00     1030     0.00     0.00  Fwindow_scroll_bars
  0.00      9.56     0.00     1025     0.00     0.00  echo_dash
  0.00      9.56     0.00     1022     0.00     0.00  Fface_font
  0.00      9.56     0.00     1022     0.00     0.00  Ffloatp
  0.00      9.56     0.00     1022     0.00     0.00  cancel_hourglass
  0.00      9.56     0.00     1022     0.00     0.00  report_interval_modification
  0.00      9.56     0.00     1021     0.00     0.00  active_maps
  0.00      9.56     0.00     1020     0.00     0.00  Fcommand_remapping
  0.00      9.56     0.00     1020     0.00     0.00  Fwindow_hscroll
  0.00      9.56     0.00     1020     0.00     0.00  Fwindow_vscroll
  0.00      9.56     0.00     1020     0.00     0.00  echo_update
  0.00      9.56     0.00     1020     0.00     0.00  keyremap_step.constprop.45
  0.00      9.56     0.00     1020     0.00     0.00  record_unwind_protect_ptr
  0.00      9.56     0.00     1007     0.00     0.00  make_interval
  0.00      9.56     0.00     1006     0.00     0.00  invalidate_region_cache
  0.00      9.56     0.00     1001     0.00     0.00  graft_intervals_into_buffer
  0.00      9.56     0.00     1001     0.00     0.00  insert_from_string
  0.00      9.56     0.00     1001     0.00     0.00  insert_from_string_1
  0.00      9.56     0.00     1000     0.00     0.00  prepare_record
  0.00      9.56     0.00     1000     0.00     0.00  reset_var_on_error
  0.00      9.56     0.00     1000     0.00     0.00  set_properties
  0.00      9.56     0.00     1000     0.00     0.00  set_text_properties_1
  0.00      9.56     0.00      999     0.00     0.00  split_interval_right
  0.00      9.56     0.00      995     0.00     0.00  Fmatch_data
  0.00      9.56     0.00      995     0.00     0.00  Fset_match_data
  0.00      9.56     0.00      965     0.00     0.00  Fconcat
  0.00      9.56     0.00      964     0.00     0.00  balance_intervals_internal
  0.00      9.56     0.00      964     0.00     0.00  mark_overlay
  0.00      9.56     0.00      964     0.00     0.00  traverse_intervals_noorder
  0.00      9.56     0.00      961     0.00     0.00  remove_properties
  0.00      9.56     0.00      943     0.00     0.00  Fset_syntax_table
  0.00      9.56     0.00      943     0.00     0.00  check_syntax_table
  0.00      9.56     0.00      938     0.00     0.00  Fsyntax_table
  0.00      9.56     0.00      934     0.00     0.00  Ftext_property_any
  0.00      9.56     0.00      922     0.00     0.00  lookup_rgb_color
  0.00      9.56     0.00      922     0.00     0.00  xbm_image_p
  0.00      9.56     0.00      917     0.00     0.00  popup_activated
  0.00      9.56     0.00      905     0.00     0.00  Fprogn
  0.00      9.56     0.00      895     0.00     0.00  Frassoc
  0.00      9.56     0.00      895     0.00     0.00  fs_query_fontset
  0.00      9.56     0.00      887     0.00     0.00  Ffont_spec
  0.00      9.56     0.00      881     0.00     0.00  free_realized_fontsets
  0.00      9.56     0.00      880     0.00     0.00  Fset_fontset_font
  0.00      9.56     0.00      880     0.00     0.00  check_fontset_name
  0.00      9.56     0.00      879     0.00     0.00  concat3
  0.00      9.56     0.00      870     0.00     0.00  live_buffer
  0.00      9.56     0.00      831     0.00     0.00  Ftimes
  0.00      9.56     0.00      821     0.00     0.00  char_width
  0.00      9.56     0.00      819     0.00     0.00  Ffont_xlfd_name
  0.00      9.56     0.00      809     0.00     0.00  kbd_buffer_store_buffered_event
  0.00      9.56     0.00      797     0.00     0.00  x_x_to_emacs_modifiers
  0.00      9.56     0.00      795     0.00     0.00  set_buffer_if_live
  0.00      9.56     0.00      781     0.00     0.00  Fmake_local_variable
  0.00      9.56     0.00      760     0.00     0.00  safe__call
  0.00      9.56     0.00      745     0.00     0.00  Fquote
  0.00      9.56     0.00      744     0.00     0.00  free_cons
  0.00      9.56     0.00      743     0.00     0.00  Fbuffer_live_p
  0.00      9.56     0.00      733     0.00     0.00  make_buffer_string_both
  0.00      9.56     0.00      733     0.00     0.00  update_buffer_properties
  0.00      9.56     0.00      732     0.00     0.00  adjust_markers_for_delete
  0.00      9.56     0.00      732     0.00     0.00  adjust_overlays_for_delete
  0.00      9.56     0.00      732     0.00     0.00  sweep_weak_table
  0.00      9.56     0.00      731     0.00     0.00  insert_from_gap
  0.00      9.56     0.00      730     0.00     0.00  decode_coding
  0.00      9.56     0.00      730     0.00     0.00  produce_chars
  0.00      9.56     0.00      729     0.00     0.00  del_range
  0.00      9.56     0.00      729     0.00     0.00  del_range_1
  0.00      9.56     0.00      729     0.00     0.00  del_range_2
  0.00      9.56     0.00      729     0.00     0.00  evaporate_overlays
  0.00      9.56     0.00      729     0.00     0.00  record_delete
  0.00      9.56     0.00      728     0.00     0.00  Fbuffer_string
  0.00      9.56     0.00      728     0.00     0.00  Ferase_buffer
  0.00      9.56     0.00      728     0.00     0.00  decode_coding_object
  0.00      9.56     0.00      728     0.00     0.00  decode_coding_utf_8
  0.00      9.56     0.00      715     0.00     0.00  xg_item_label_same_p
  0.00      9.56     0.00      710     0.00     0.00  lookup_basic_face
  0.00      9.56     0.00      695     0.00     0.00  list3
  0.00      9.56     0.00      695     0.00     0.00  string_byte_to_char
  0.00      9.56     0.00      686     0.00     0.00  font_parse_family_registry
  0.00      9.56     0.00      678     0.00     0.00  Fmarker_position
  0.00      9.56     0.00      671     0.00     0.00  Fframep
  0.00      9.56     0.00      670     0.00     0.00  decode_file_name
  0.00      9.56     0.00      654     0.00     0.00  Fsubstring
  0.00      9.56     0.00      652     0.00     0.00  make_float
  0.00      9.56     0.00      640     0.00     0.00  char_table_set
  0.00      9.56     0.00      613     0.00     0.00  Fselected_window
  0.00      9.56     0.00      612     0.00     0.00  Feval
  0.00      9.56     0.00      610     0.00     0.00  Fframe_live_p
  0.00      9.56     0.00      610     0.00     0.00  timespec_add
  0.00      9.56     0.00      607     0.00     0.00  record_unwind_protect_void
  0.00      9.56     0.00      591     0.00     0.00  safe_call
  0.00      9.56     0.00      590     0.00     0.00  Fwindow_live_p
  0.00      9.56     0.00      589     0.00     0.00  default_line_pixel_height
  0.00      9.56     0.00      587     0.00     0.00  Fframe_char_width
  0.00      9.56     0.00      586     0.00     0.00  window_list
  0.00      9.56     0.00      576     0.00     0.00  text_quoting_style
  0.00      9.56     0.00      575     0.00     0.00  decode_next_window_args
  0.00      9.56     0.00      573     0.00     0.00  window_list_1
  0.00      9.56     0.00      572     0.00     0.00  set_marker_internal
  0.00      9.56     0.00      571     0.00     0.00  Fsubstitute_command_keys
  0.00      9.56     0.00      563     0.00     0.00  get_glyph_string_clip_rects
  0.00      9.56     0.00      560     0.00     0.00  intern_1
  0.00      9.56     0.00      559     0.00     0.00  Fget_buffer_window
  0.00      9.56     0.00      559     0.00     0.00  window_loop
  0.00      9.56     0.00      557     0.00     0.00  Fappend
  0.00      9.56     0.00      557     0.00     0.00  Fset_marker
  0.00      9.56     0.00      556     0.00     0.00  composition_adjust_point
  0.00      9.56     0.00      556     0.00     0.00  find_automatic_composition
  0.00      9.56     0.00      556     0.00     0.00  read_hex
  0.00      9.56     0.00      555     0.00     0.00  know_region_cache
  0.00      9.56     0.00      552     0.00     0.00  display_string
  0.00      9.56     0.00      551     0.00     0.00  make_save_ptr_int
  0.00      9.56     0.00      550     0.00     0.00  read0
  0.00      9.56     0.00      545     0.00     0.00  Fautoload_do_load
  0.00      9.56     0.00      545     0.00     0.00  Fmake_symbol
  0.00      9.56     0.00      544     0.00     0.00  Fsubrp
  0.00      9.56     0.00      543     0.00     0.00  Fmacroexpand
  0.00      9.56     0.00      542     0.00     0.00  Frun_hook_with_args_until_success
  0.00      9.56     0.00      541     0.00     0.00  Fwindow_fringes
  0.00      9.56     0.00      541     0.00     0.00  Fwindow_header_line_height
  0.00      9.56     0.00      541     0.00     0.00  Fwindow_margins
  0.00      9.56     0.00      540     0.00     0.00  read_list
  0.00      9.56     0.00      539     0.00     0.00  intern_sym
  0.00      9.56     0.00      538     0.00     0.00  record_unwind_protect_int
  0.00      9.56     0.00      537     0.00     0.00  Fwindow_pixel_width
  0.00      9.56     0.00      531     0.00     0.00  copy_text_properties
  0.00      9.56     0.00      530     0.00     0.00  font_clear_prop
  0.00      9.56     0.00      529     0.00     0.00  Fwindow_pixel_height
  0.00      9.56     0.00      529     0.00     0.00  float_arith_driver
  0.00      9.56     0.00      529     0.00     0.00  line_bottom_y
  0.00      9.56     0.00      529     0.00     0.00  window_box
  0.00      9.56     0.00      527     0.00     0.00  xg_update_menubar
  0.00      9.56     0.00      523     0.00     0.00  Flss
  0.00      9.56     0.00      523     0.00     0.00  arithcompare_driver
  0.00      9.56     0.00      523     0.00     0.00  top_level_1
  0.00      9.56     0.00      522     0.00     0.00  event_to_kboard
  0.00      9.56     0.00      522     0.00     0.00  kbd_on_hold_p
  0.00      9.56     0.00      521     0.00     0.00  show_hourglass
  0.00      9.56     0.00      519     0.00     0.00  Fline_end_position
  0.00      9.56     0.00      519     0.00     0.00  find_before_next_newline
  0.00      9.56     0.00      518     0.00     0.00  Farrayp
  0.00      9.56     0.00      518     0.00     0.00  Fforward_line
  0.00      9.56     0.00      518     0.00     0.00  Ffuncall_interactively
  0.00      9.56     0.00      518     0.00     0.00  Finteractive_form
  0.00      9.56     0.00      518     0.00     0.00  reseat_at_previous_visible_line_start
  0.00      9.56     0.00      518     0.00     0.00  temporarily_switch_to_single_kboard
  0.00      9.56     0.00      517     0.00     0.00  restore_kboard_configuration
  0.00      9.56     0.00      516     0.00     0.00  Fskip_syntax_forward
  0.00      9.56     0.00      516     0.00     0.00  skip_syntaxes
  0.00      9.56     0.00      515     0.00     0.00  Fborder_width
  0.00      9.56     0.00      515     0.00     0.00  Fwindow_body_height
  0.00      9.56     0.00      515     0.00     0.00  Fwindow_body_width
  0.00      9.56     0.00      515     0.00     0.00  window_body_width
  0.00      9.56     0.00      514     0.00     0.00  sit_for
  0.00      9.56     0.00      512     0.00     0.00  x_set_glyph_string_clipping
  0.00      9.56     0.00      511     0.00     0.00  decode_live_window
  0.00      9.56     0.00      511     0.00     0.00  echo_keystrokes_p
  0.00      9.56     0.00      511     0.00     0.00  move_it_in_display_line
  0.00      9.56     0.00      511     0.00     0.00  read_key_sequence.constprop.44
  0.00      9.56     0.00      510     0.00     0.00  Fabs
  0.00      9.56     0.00      510     0.00     0.00  Fset_window_vscroll
  0.00      9.56     0.00      510     0.00     0.00  Fvertical_motion
  0.00      9.56     0.00      510     0.00     0.00  Fx_hide_tip
  0.00      9.56     0.00      510     0.00     0.00  add_command_key
  0.00      9.56     0.00      510     0.00     0.00  cancel_atimer
  0.00      9.56     0.00      510     0.00     0.00  follow_key
  0.00      9.56     0.00      510     0.00     0.00  make_lispy_event
  0.00      9.56     0.00      510     0.00     0.00  modify_event_symbol
  0.00      9.56     0.00      510     0.00     0.00  move_it_vertically_backward
  0.00      9.56     0.00      510     0.00     0.00  record_char
  0.00      9.56     0.00      510     0.00     0.00  schedule_atimer
  0.00      9.56     0.00      510     0.00     0.00  start_atimer
  0.00      9.56     0.00      510     0.00     0.00  start_hourglass
  0.00      9.56     0.00      510     0.00     0.00  store_kbd_macro_char
  0.00      9.56     0.00      510     0.00     0.00  test_undefined
  0.00      9.56     0.00      509     0.00     0.00  Fbuffer_name
  0.00      9.56     0.00      509     0.00     0.00  Fline_pixel_height
  0.00      9.56     0.00      506     0.00     0.00  Fwindow_start
  0.00      9.56     0.00      500     0.00     0.00  Fadd1
  0.00      9.56     0.00      500     0.00     0.00  Finsert
  0.00      9.56     0.00      500     0.00     0.00  Fsetq
  0.00      9.56     0.00      500     0.00     0.00  general_insert_function
  0.00      9.56     0.00      497     0.00     0.00  xftfont_get_colors
  0.00      9.56     0.00      495     0.00     0.00  apply_lambda
  0.00      9.56     0.00      491     0.00     0.00  x_set_glyph_string_gc
  0.00      9.56     0.00      490     0.00     0.00  font_get_frame_data
  0.00      9.56     0.00      490     0.00     0.00  x_draw_glyph_string_foreground
  0.00      9.56     0.00      490     0.00     0.00  xftfont_draw
  0.00      9.56     0.00      487     0.00     0.00  Fmake_marker
  0.00      9.56     0.00      484     0.00     0.00  read_dirent
  0.00      9.56     0.00      476     0.00     0.00  x_draw_fringe_bitmap
  0.00      9.56     0.00      471     0.00     0.00  Fregexp_quote
  0.00      9.56     0.00      467     0.00     0.00  Frun_hook_wrapped
  0.00      9.56     0.00      467     0.00     0.00  run_hook_wrapped_funcall
  0.00      9.56     0.00      460     0.00     0.00  fill_glyph_string
  0.00      9.56     0.00      460     0.00     0.00  init_glyph_string
  0.00      9.56     0.00      460     0.00     0.00  set_glyph_string_background_width
  0.00      9.56     0.00      460     0.00     0.00  x_compute_glyph_string_overhangs
  0.00      9.56     0.00      460     0.00     0.00  x_draw_glyph_string
  0.00      9.56     0.00      451     0.00     0.00  XTring_bell
  0.00      9.56     0.00      446     0.00     0.00  draw_fringe_bitmap
  0.00      9.56     0.00      446     0.00     0.00  draw_fringe_bitmap_1
  0.00      9.56     0.00      439     0.00     0.00  xnrealloc
  0.00      9.56     0.00      438     0.00     0.00  Fsingle_key_description
  0.00      9.56     0.00      436     0.00     0.00  Fplist_put
  0.00      9.56     0.00      434     0.00     0.00  push_key_description
  0.00      9.56     0.00      433     0.00     0.00  mark_buffer
  0.00      9.56     0.00      415     0.00     0.00  list4
  0.00      9.56     0.00      398     0.00     0.00  x_draw_stretch_glyph_string
  0.00      9.56     0.00      396     0.00     0.00  Fput
  0.00      9.56     0.00      386     0.00     0.00  Fstring_match
  0.00      9.56     0.00      386     0.00     0.00  string_match_1
  0.00      9.56     0.00      385     0.00     0.00  Fkeymapp
  0.00      9.56     0.00      376     0.00     0.00  compute_line_metrics
  0.00      9.56     0.00      376     0.00     0.00  prepare_desired_row
  0.00      9.56     0.00      376     0.00     0.00  row_hash
  0.00      9.56     0.00      366     0.00     0.00  do_pending_window_change
  0.00      9.56     0.00      366     0.00     0.00  internal_condition_case_1
  0.00      9.56     0.00      352     0.00     0.00  display_line
  0.00      9.56     0.00      344     0.00     0.00  Fexpand_file_name
  0.00      9.56     0.00      340     0.00     0.00  assign_row
  0.00      9.56     0.00      338     0.00     0.00  compact_buffer
  0.00      9.56     0.00      334     0.00     0.00  fset_redisplay
  0.00      9.56     0.00      326     0.00     0.00  Frun_window_scroll_functions
  0.00      9.56     0.00      315     0.00     0.00  encode_file_name
  0.00      9.56     0.00      314     0.00     0.00  eval_dyn
  0.00      9.56     0.00      311     0.00     0.00  row_equal_p.constprop.18
  0.00      9.56     0.00      310     0.00     0.00  alloc_destination
  0.00      9.56     0.00      309     0.00     0.00  consume_chars
  0.00      9.56     0.00      309     0.00     0.00  encode_coding
  0.00      9.56     0.00      309     0.00     0.00  encode_coding_object
  0.00      9.56     0.00      309     0.00     0.00  encode_coding_utf_8
  0.00      9.56     0.00      304     0.00     0.00  Fwindow_valid_p
  0.00      9.56     0.00      295     0.00     0.00  draw_glyphs
  0.00      9.56     0.00      292     0.00     0.00  buffer_display_table
  0.00      9.56     0.00      286     0.00     0.00  composition_reseat_it
  0.00      9.56     0.00      283     0.00     0.00  set_marker_both
  0.00      9.56     0.00      276     0.00     0.00  c_string_width
  0.00      9.56     0.00      272     0.00     0.00  Finternal_show_cursor_p
  0.00      9.56     0.00      266     0.00     0.00  store_mode_line_noprop_char
  0.00      9.56     0.00      263     0.00     0.00  shadow_lookup
  0.00      9.56     0.00      257     0.00     0.00  requeued_events_pending_p
  0.00      9.56     0.00      257     0.00     0.00  x_clear_area
  0.00      9.56     0.00      252     0.00     0.00  mark_face_cache
  0.00      9.56     0.00      248     0.00     0.00  update_window_line
  0.00      9.56     0.00      245     0.00     0.00  x_clear_glyph_string_rect
  0.00      9.56     0.00      241     0.00     0.00  concat2
  0.00      9.56     0.00      240     0.00     0.00  x_write_glyphs
  0.00      9.56     0.00      239     0.00     0.00  Fwindow_buffer
  0.00      9.56     0.00      234     0.00     0.00  add_row_entry
  0.00      9.56     0.00      233     0.00     0.00  Ffontp
  0.00      9.56     0.00      233     0.00     0.00  x_clear_end_of_line
  0.00      9.56     0.00      232     0.00     0.00  Fand
  0.00      9.56     0.00      230     0.00     0.00  x_after_update_window_line
  0.00      9.56     0.00      230     0.00     0.00  x_clear_frame_area
  0.00      9.56     0.00      228     0.00     0.00  disassemble_lisp_time
  0.00      9.56     0.00      224     0.00     0.00  preferred_sequence_p
  0.00      9.56     0.00      223     0.00     0.00  draw_row_fringe_bitmaps
  0.00      9.56     0.00      223     0.00     0.00  window_box_right
  0.00      9.56     0.00      219     0.00     0.00  Fdefault_boundp
  0.00      9.56     0.00      216     0.00     0.00  code_convert_string_norecord
  0.00      9.56     0.00      215     0.00     0.00  Fsafe_length
  0.00      9.56     0.00      215     0.00     0.00  extend_face_to_end_of_line
  0.00      9.56     0.00      215     0.00     0.00  map_char_table
  0.00      9.56     0.00      208     0.00     0.00  mark_discard_killed_buffers
  0.00      9.56     0.00      206     0.00     0.00  Fkey_description
  0.00      9.56     0.00      204     0.00     0.00  font_prop_validate_symbol
  0.00      9.56     0.00      200     0.00     0.00  getenv_internal
  0.00      9.56     0.00      200     0.00     0.00  getenv_internal_1
  0.00      9.56     0.00      200     0.00     0.00  make_multibyte_string
  0.00      9.56     0.00      189     0.00     0.00  egetenv_internal
  0.00      9.56     0.00      188     0.00     0.00  intern_driver
  0.00      9.56     0.00      183     0.00     0.00  Fread
  0.00      9.56     0.00      183     0.00     0.00  read_internal_start
  0.00      9.56     0.00      181     0.00     0.00  Fnext_read_file_uses_dialog_p
  0.00      9.56     0.00      179     0.00     0.00  x_defined_color
  0.00      9.56     0.00      179     0.00     0.00  xg_check_special_colors
  0.00      9.56     0.00      178     0.00     0.00  lisp_time_struct
  0.00      9.56     0.00      175     0.00     0.00  gamma_correct
  0.00      9.56     0.00      175     0.00     0.00  x_alloc_nearest_color
  0.00      9.56     0.00      172     0.00     0.00  emacs_open
  0.00      9.56     0.00      170     0.00     0.00  make_sub_char_table
  0.00      9.56     0.00      170     0.00     0.00  string_to_multibyte
  0.00      9.56     0.00      169     0.00     0.00  safe__call1
  0.00      9.56     0.00      161     0.00     0.00  check_x_display_info
  0.00      9.56     0.00      161     0.00     0.00  defined_color
  0.00      9.56     0.00      161     0.00     0.00  load_color2
  0.00      9.56     0.00      160     0.00     0.00  normal_char_ascent_descent
  0.00      9.56     0.00      157     0.00     0.00  window_outdated
  0.00      9.56     0.00      148     0.00     0.00  clear_mouse_face
  0.00      9.56     0.00      147     0.00     0.00  Fif
  0.00      9.56     0.00      146     0.00     0.00  adjust_window_count
  0.00      9.56     0.00      143     0.00     0.00  decode_window_system_frame
  0.00      9.56     0.00      141     0.00     0.00  ftfont_list
  0.00      9.56     0.00      141     0.00     0.00  ftfont_spec_pattern
  0.00      9.56     0.00      141     0.00     0.00  xftfont_list
  0.00      9.56     0.00      140     0.00     0.00  detect_input_pending
  0.00      9.56     0.00      139     0.00     0.00  Fsymbol_function
  0.00      9.56     0.00      137     0.00     0.00  Fdefvar
  0.00      9.56     0.00      136     0.00     0.00  readevalloop_eager_expand_eval
  0.00      9.56     0.00      135     0.00     0.00  Fkeymap_prompt
  0.00      9.56     0.00      134     0.00     0.00  clear_waiting_for_input
  0.00      9.56     0.00      134     0.00     0.00  set_waiting_for_input
  0.00      9.56     0.00      133     0.00     0.00  Fdelq
  0.00      9.56     0.00      133     0.00     0.00  x_free_colors
  0.00      9.56     0.00      132     0.00     0.00  x_top_window_to_frame
  0.00      9.56     0.00      131     0.00     0.00  xg_select
  0.00      9.56     0.00      124     0.00     0.00  Fmake_sparse_keymap
  0.00      9.56     0.00      122     0.00     0.00  Fmap_keymap
  0.00      9.56     0.00      122     0.00     0.00  map_keymap_canonical
  0.00      9.56     0.00      122     0.00     0.00  safe_call1
  0.00      9.56     0.00      121     0.00     0.00  Feq
  0.00      9.56     0.00      120     0.00     0.00  xft_settings_event
  0.00      9.56     0.00      119     0.00     0.00  Fcurrent_window_configuration
  0.00      9.56     0.00      119     0.00     0.00  Ffile_name_absolute_p
  0.00      9.56     0.00      118     0.00     0.00  check_window_containing
  0.00      9.56     0.00      118     0.00     0.00  coordinates_in_window
  0.00      9.56     0.00      118     0.00     0.00  foreach_window_1
  0.00      9.56     0.00      114     0.00     0.00  window_from_coordinates
  0.00      9.56     0.00      113     0.00     0.00  make_widget_for_menu_item
  0.00      9.56     0.00      112     0.00     0.00  window_box_height
  0.00      9.56     0.00      108     0.00     0.00  Fwindow_minibuffer_p
  0.00      9.56     0.00      108     0.00     0.00  set_fontset_font
  0.00      9.56     0.00      106     0.00     0.00  push_menu_pane
  0.00      9.56     0.00      106     0.00     0.00  single_keymap_panes
  0.00      9.56     0.00      104     0.00     0.00  Fwindow_left_child
  0.00      9.56     0.00      104     0.00     0.00  Fwindow_top_child
  0.00      9.56     0.00      101     0.00     0.00  Fxw_display_color_p
  0.00      9.56     0.00      101     0.00     0.00  update_window_fringes
  0.00      9.56     0.00      100     0.00     0.00  display_and_set_cursor
  0.00      9.56     0.00      100     0.00     0.00  image_spec_value
  0.00      9.56     0.00      100     0.00     0.00  row_for_charpos_p
  0.00      9.56     0.00       96     0.00     0.00  cache_face
  0.00      9.56     0.00       94     0.00     0.00  buffer_local_value
  0.00      9.56     0.00       94     0.00     0.00  make_realized_face
  0.00      9.56     0.00       94     0.00     0.00  realize_face
  0.00      9.56     0.00       93     0.00     0.00  Ffile_name_nondirectory
  0.00      9.56     0.00       93     0.00     0.00  Fwindowp
  0.00      9.56     0.00       92     0.00     0.00  Fwindow_parameter
  0.00      9.56     0.00       91     0.00     0.00  x_window_to_frame
  0.00      9.56     0.00       90     0.00     0.00  Fbuffer_local_value
  0.00      9.56     0.00       90     0.00     0.00  read_vector
  0.00      9.56     0.00       89     0.00     0.00  let_shadows_buffer_binding_p
  0.00      9.56     0.00       88     0.00     0.00  lookup_fringe_bitmap
  0.00      9.56     0.00       86     0.00     0.00  Fwindow_old_point
  0.00      9.56     0.00       86     0.00     0.00  Fwindow_point
  0.00      9.56     0.00       84     0.00     0.00  Fmake_char_table
  0.00      9.56     0.00       84     0.00     0.00  realize_named_face
  0.00      9.56     0.00       82     0.00     0.00  Finternal_make_lisp_face
  0.00      9.56     0.00       82     0.00     0.00  make_fontset
  0.00      9.56     0.00       82     0.00     0.00  temp_set_point_both
  0.00      9.56     0.00       82     0.00     0.00  x_draw_window_cursor
  0.00      9.56     0.00       80     0.00     0.00  x_handle_property_notify
  0.00      9.56     0.00       79     0.00     0.00  face_color_supported_p
  0.00      9.56     0.00       79     0.00     0.00  make_fontset_for_ascii_face
  0.00      9.56     0.00       78     0.00     0.00  draw_window_fringes
  0.00      9.56     0.00       78     0.00     0.00  reconsider_clip_changes
  0.00      9.56     0.00       78     0.00     0.00  update_window
  0.00      9.56     0.00       78     0.00     0.00  x_update_window_begin
  0.00      9.56     0.00       78     0.00     0.00  x_update_window_end
  0.00      9.56     0.00       77     0.00     0.00  Fcoding_system_eol_type
  0.00      9.56     0.00       76     0.00     0.00  store_frame_param
  0.00      9.56     0.00       75     0.00     0.00  font_parse_name
  0.00      9.56     0.00       75     0.00     0.00  get_frame_param
  0.00      9.56     0.00       73     0.00     0.00  Fnull
  0.00      9.56     0.00       73     0.00     0.00  note_mouse_highlight
  0.00      9.56     0.00       73     0.00     0.00  wset_buffer
  0.00      9.56     0.00       72     0.00     0.00  frame_size_history_add
  0.00      9.56     0.00       72     0.00     0.00  make_save_funcptr_ptr_obj
  0.00      9.56     0.00       72     0.00     0.00  mapcar1
  0.00      9.56     0.00       71     0.00     0.00  Fmapcar
  0.00      9.56     0.00       70     0.00     0.00  define_frame_cursor1
  0.00      9.56     0.00       70     0.00     0.00  insert_1_both
  0.00      9.56     0.00       70     0.00     0.00  match_limit
  0.00      9.56     0.00       70     0.00     0.00  menu_bar_item
  0.00      9.56     0.00       70     0.00     0.00  window_box_right_offset
  0.00      9.56     0.00       70     0.00     0.00  x_define_frame_cursor
  0.00      9.56     0.00       69     0.00     0.00  Fdirectory_file_name
  0.00      9.56     0.00       69     0.00     0.00  mode_line_update_needed
  0.00      9.56     0.00       67     0.00     0.00  current_message
  0.00      9.56     0.00       65     0.00     0.00  Flet
  0.00      9.56     0.00       64     0.00     0.00  x_destroy_bitmap
  0.00      9.56     0.00       63     0.00     0.00  Ftime_add
  0.00      9.56     0.00       63     0.00     0.00  larger_vector
  0.00      9.56     0.00       63     0.00     0.00  time_add
  0.00      9.56     0.00       63     0.00     0.00  time_arith
  0.00      9.56     0.00       62     0.00     0.00  clear_window_matrices
  0.00      9.56     0.00       61     0.00     0.00  FletX
  0.00      9.56     0.00       61     0.00     0.00  decode_any_window
  0.00      9.56     0.00       61     0.00     0.00  mark_window_display_accurate_1
  0.00      9.56     0.00       60     0.00     0.00  define_image_type
  0.00      9.56     0.00       60     0.00     0.00  lookup_image_type
  0.00      9.56     0.00       60     0.00     0.00  xg_gtk_scroll_destroy
  0.00      9.56     0.00       59     0.00     0.00  Fdecode_coding_string
  0.00      9.56     0.00       58     0.00     0.00  Fframe_root_window
  0.00      9.56     0.00       58     0.00     0.00  x_mouse_grabbed
  0.00      9.56     0.00       56     0.00     0.00  display_count_lines
  0.00      9.56     0.00       56     0.00     0.00  rounding_driver
  0.00      9.56     0.00       56     0.00     0.00  x_sync
  0.00      9.56     0.00       55     0.00     0.00  draw_phys_cursor_glyph
  0.00      9.56     0.00       55     0.00     0.00  note_mouse_movement
  0.00      9.56     0.00       54     0.00     0.00  Foverlayp
  0.00      9.56     0.00       53     0.00     0.00  Fstringp
  0.00      9.56     0.00       53     0.00     0.00  fast_c_string_match_ignore_case
  0.00      9.56     0.00       53     0.00     0.00  file_directory_p
  0.00      9.56     0.00       53     0.00     0.00  string_make_unibyte
  0.00      9.56     0.00       52     0.00     0.00  Fceiling
  0.00      9.56     0.00       52     0.00     0.00  Ffile_name_as_directory
  0.00      9.56     0.00       52     0.00     0.00  ceiling2
  0.00      9.56     0.00       52     0.00     0.00  mark_image_cache
  0.00      9.56     0.00       52     0.00     0.00  update_begin
  0.00      9.56     0.00       52     0.00     0.00  update_end
  0.00      9.56     0.00       51     0.00     0.00  get_glyph_string_clip_rect
  0.00      9.56     0.00       51     0.00     0.00  x_draw_glyph_string_box
  0.00      9.56     0.00       51     0.00     0.00  x_draw_relief_rect
  0.00      9.56     0.00       51     0.00     0.00  x_get_arg
  0.00      9.56     0.00       51     0.00     0.00  x_setup_relief_colors
  0.00      9.56     0.00       51     0.00     0.00  x_update_begin
  0.00      9.56     0.00       51     0.00     0.00  x_update_end
  0.00      9.56     0.00       51     0.00     0.00  xg_event_is_for_scrollbar
  0.00      9.56     0.00       50     0.00     0.00  Ffloat_time
  0.00      9.56     0.00       50     0.00     0.00  Fmatch_beginning
  0.00      9.56     0.00       50     0.00     0.00  overlay_arrows_changed_p
  0.00      9.56     0.00       50     0.00     0.00  pop_message_unwind
  0.00      9.56     0.00       50     0.00     0.00  push_message
  0.00      9.56     0.00       50     0.00     0.00  validate_x_resource_name
  0.00      9.56     0.00       50     0.00     0.00  x_get_string_resource
  0.00      9.56     0.00       49     0.00     0.00  Fgarbage_collect
  0.00      9.56     0.00       49     0.00     0.00  clear_desired_matrices
  0.00      9.56     0.00       49     0.00     0.00  ftfont_get_charset
  0.00      9.56     0.00       49     0.00     0.00  mark_fringe_data
  0.00      9.56     0.00       49     0.00     0.00  mark_kboards
  0.00      9.56     0.00       49     0.00     0.00  mark_specpdl
  0.00      9.56     0.00       49     0.00     0.00  relocate_byte_stack
  0.00      9.56     0.00       49     0.00     0.00  set_window_update_flags
  0.00      9.56     0.00       49     0.00     0.00  shrink_regexp_cache
  0.00      9.56     0.00       49     0.00     0.00  sweep_floats
  0.00      9.56     0.00       49     0.00     0.00  sweep_intervals
  0.00      9.56     0.00       49     0.00     0.00  sweep_misc
  0.00      9.56     0.00       49     0.00     0.00  sweep_strings
  0.00      9.56     0.00       49     0.00     0.00  sweep_symbols
  0.00      9.56     0.00       49     0.00     0.00  sweep_weak_hash_tables
  0.00      9.56     0.00       49     0.00     0.00  total_bytes_of_live_objects
  0.00      9.56     0.00       49     0.00     0.00  xg_mark_data
  0.00      9.56     0.00       49     0.00     0.00  xrdb_get_resource
  0.00      9.56     0.00       48     0.00     0.00  enlarge_buffer_text
  0.00      9.56     0.00       48     0.00     0.00  make_gap
  0.00      9.56     0.00       48     0.00     0.00  str_as_unibyte
  0.00      9.56     0.00       48     0.00     0.00  unrequest_sigio
  0.00      9.56     0.00       48     0.00     0.00  update_overlay_arrows
  0.00      9.56     0.00       48     0.00     0.00  xic_set_preeditarea
  0.00      9.56     0.00       47     0.00     0.00  Ffont_get
  0.00      9.56     0.00       47     0.00     0.00  XTframe_up_to_date
  0.00      9.56     0.00       47     0.00     0.00  input_polling_used
  0.00      9.56     0.00       47     0.00     0.00  request_sigio
  0.00      9.56     0.00       47     0.00     0.00  unwind_redisplay
  0.00      9.56     0.00       46     0.00     0.00  Fx_display_color_cells
  0.00      9.56     0.00       46     0.00     0.00  adjust_glyph_matrix
  0.00      9.56     0.00       46     0.00     0.00  gap_left
  0.00      9.56     0.00       46     0.00     0.00  update_frame
  0.00      9.56     0.00       46     0.00     0.00  update_window_tree
  0.00      9.56     0.00       45     0.00     0.00  CHECK_CHAR_TABLE
  0.00      9.56     0.00       45     0.00     0.00  Ffile_name_directory
  0.00      9.56     0.00       45     0.00     0.00  Frun_hooks
  0.00      9.56     0.00       45     0.00     0.00  bidi_fetch_char_skip_isolates
  0.00      9.56     0.00       45     0.00     0.00  find_first_strong_char
  0.00      9.56     0.00       45     0.00     0.00  select_window
  0.00      9.56     0.00       45     0.00     0.00  start_polling
  0.00      9.56     0.00       45     0.00     0.00  stop_polling
  0.00      9.56     0.00       44     0.00     0.00  Ffile_directory_p
  0.00      9.56     0.00       44     0.00     0.00  expand_and_dir_to_file
  0.00      9.56     0.00       44     0.00     0.00  truncate_undo_list
  0.00      9.56     0.00       43     0.00     0.00  erase_phys_cursor
  0.00      9.56     0.00       43     0.00     0.00  hscroll_window_tree
  0.00      9.56     0.00       43     0.00     0.00  hscroll_windows
  0.00      9.56     0.00       42     0.00     0.00  Fframe_selected_window
  0.00      9.56     0.00       42     0.00     0.00  openp
  0.00      9.56     0.00       42     0.00     0.00  store_mode_line_noprop
  0.00      9.56     0.00       41     0.00     0.00  xg_tool_bar_help_callback
  0.00      9.56     0.00       40     0.00     0.00  remember_mouse_glyph
  0.00      9.56     0.00       40     0.00     0.00  try_window
  0.00      9.56     0.00       40     0.00     0.00  x_handle_dnd_message
  0.00      9.56     0.00       39     0.00     0.00  ensure_echo_area_buffers
  0.00      9.56     0.00       39     0.00     0.00  window_relative_x_coord
  0.00      9.56     0.00       38     0.00     0.00  Fselect_window
  0.00      9.56     0.00       38     0.00     0.00  Fset_char_table_range
  0.00      9.56     0.00       38     0.00     0.00  call4
  0.00      9.56     0.00       38     0.00     0.00  display_mode_element
  0.00      9.56     0.00       38     0.00     0.00  font_score
  0.00      9.56     0.00       38     0.00     0.00  format_mode_line_unwind_data
  0.00      9.56     0.00       38     0.00     0.00  unwind_format_mode_line
  0.00      9.56     0.00       37     0.00     0.00  Fdefalias
  0.00      9.56     0.00       37     0.00     0.00  Ffset
  0.00      9.56     0.00       37     0.00     0.00  Finternal_show_cursor
  0.00      9.56     0.00       37     0.00     0.00  unwind_set_match_data
  0.00      9.56     0.00       37     0.00     0.00  valid_lisp_object_p
  0.00      9.56     0.00       37     0.00     0.00  x_set_frame_parameters
  0.00      9.56     0.00       37     0.00     0.00  xstrdup
  0.00      9.56     0.00       36     0.00     0.00  Fupcase_initials
  0.00      9.56     0.00       36     0.00     0.00  apply1
  0.00      9.56     0.00       36     0.00     0.00  let_shadows_global_binding_p
  0.00      9.56     0.00       36     0.00     0.00  make_blv
  0.00      9.56     0.00       36     0.00     0.00  merge_face_ref
  0.00      9.56     0.00       35     0.00     0.00  Fwindow_system
  0.00      9.56     0.00       35     0.00     0.00  clear_glyph_matrix
  0.00      9.56     0.00       35     0.00     0.00  resize_mini_window
  0.00      9.56     0.00       35     0.00     0.00  unwind_with_echo_area_buffer
  0.00      9.56     0.00       35     0.00     0.00  with_echo_area_buffer
  0.00      9.56     0.00       34     0.00     0.00  merge_named_face
  0.00      9.56     0.00       34     0.00     0.00  record_unwind_save_match_data
  0.00      9.56     0.00       33     0.00     0.00  Fforce_mode_line_update
  0.00      9.56     0.00       33     0.00     0.00  Fselected_frame
  0.00      9.56     0.00       32     0.00     0.00  map_charset_chars
  0.00      9.56     0.00       32     0.00     0.00  my_log_handler
  0.00      9.56     0.00       32     0.00     0.00  x_flush
  0.00      9.56     0.00       31     0.00     0.00  coords_in_mouse_face_p
  0.00      9.56     0.00       31     0.00     0.00  redisplay_preserve_echo_area
  0.00      9.56     0.00       30     0.00     0.00  parse_image_spec
  0.00      9.56     0.00       30     0.00     0.00  valid_image_p
  0.00      9.56     0.00       30     0.00     0.00  x_default_parameter
  0.00      9.56     0.00       30     0.00     0.00  xpm_image_p
  0.00      9.56     0.00       29     0.00     0.00  XTredeem_scroll_bar
  0.00      9.56     0.00       29     0.00     0.00  XTset_vertical_scroll_bar
  0.00      9.56     0.00       29     0.00     0.00  cancel_mouse_face
  0.00      9.56     0.00       29     0.00     0.00  display_echo_area_1
  0.00      9.56     0.00       29     0.00     0.00  echo_area_display
  0.00      9.56     0.00       29     0.00     0.00  redisplay_window
  0.00      9.56     0.00       29     0.00     0.00  set_vertical_scroll_bar
  0.00      9.56     0.00       29     0.00     0.00  xg_set_toolkit_scroll_bar_thumb
  0.00      9.56     0.00       28     0.00     0.00  Fminibuffer_window
  0.00      9.56     0.00       28     0.00     0.00  Fwindow_next_sibling
  0.00      9.56     0.00       27     0.00     0.00  Ffile_symlink_p
  0.00      9.56     0.00       27     0.00     0.00  font_prop_validate_otf
  0.00      9.56     0.00       27     0.00     0.00  get_current_wm_state
  0.00      9.56     0.00       26     0.00     0.00  Ffile_readable_p
  0.00      9.56     0.00       26     0.00     0.00  Fload
  0.00      9.56     0.00       26     0.00     0.00  Fsubstitute_in_file_name
  0.00      9.56     0.00       26     0.00     0.00  Ftime_less_p
  0.00      9.56     0.00       26     0.00     0.00  Fwindow_bottom_divider_width
  0.00      9.56     0.00       26     0.00     0.00  Fwindow_mode_line_height
  0.00      9.56     0.00       26     0.00     0.00  Fwindow_right_divider_width
  0.00      9.56     0.00       26     0.00     0.00  Fwindow_scroll_bar_height
  0.00      9.56     0.00       26     0.00     0.00  Fwindow_scroll_bar_width
  0.00      9.56     0.00       26     0.00     0.00  search_embedded_absfilename
  0.00      9.56     0.00       25     0.00     0.00  bset_update_mode_line
  0.00      9.56     0.00       25     0.00     0.00  re_wctype
  0.00      9.56     0.00       25     0.00     0.00  xpalloc
  0.00      9.56     0.00       24     0.00     0.00  Factive_minibuffer_window
  0.00      9.56     0.00       24     0.00     0.00  Fbuffer_list
  0.00      9.56     0.00       24     0.00     0.00  Fwindow_parent
  0.00      9.56     0.00       24     0.00     0.00  bidi_mirror_char
  0.00      9.56     0.00       24     0.00     0.00  decode_mode_spec_coding
  0.00      9.56     0.00       24     0.00     0.00  display_mode_line
  0.00      9.56     0.00       24     0.00     0.00  pint2str
  0.00      9.56     0.00       24     0.00     0.00  pop_kboard
  0.00      9.56     0.00       24     0.00     0.00  push_kboard
  0.00      9.56     0.00       24     0.00     0.00  required_matrix_height
  0.00      9.56     0.00       24     0.00     0.00  required_matrix_width
  0.00      9.56     0.00       24     0.00     0.00  sanitize_window_sizes
  0.00      9.56     0.00       24     0.00     0.00  xg_update_submenu
  0.00      9.56     0.00       23     0.00     0.00  Faccessible_keymaps
  0.00      9.56     0.00       23     0.00     0.00  decode_live_terminal
  0.00      9.56     0.00       22     0.00     0.00  Fcond
  0.00      9.56     0.00       22     0.00     0.00  Fframe_visible_p
  0.00      9.56     0.00       22     0.00     0.00  Finternal_get_lisp_face_attribute
  0.00      9.56     0.00       22     0.00     0.00  careadlinkat
  0.00      9.56     0.00       22     0.00     0.00  emacs_readlinkat
  0.00      9.56     0.00       22     0.00     0.00  store_in_keymap
  0.00      9.56     0.00       22     0.00     0.00  update_window_cursor
  0.00      9.56     0.00       22     0.00     0.00  x_real_pos_and_offsets
  0.00      9.56     0.00       22     0.00     0.00  x_real_positions
  0.00      9.56     0.00       21     0.00     0.00  Fdefine_key
  0.00      9.56     0.00       21     0.00     0.00  change_frame_size_1
  0.00      9.56     0.00       21     0.00     0.00  chars_in_text
  0.00      9.56     0.00       21     0.00     0.00  display_mode_lines
  0.00      9.56     0.00       20     0.00     0.00  Ffunction
  0.00      9.56     0.00       20     0.00     0.00  Fimage_mask_p
  0.00      9.56     0.00       20     0.00     0.00  Finit_image_library
  0.00      9.56     0.00       20     0.00     0.00  Fmatch_end
  0.00      9.56     0.00       20     0.00     0.00  Fquo
  0.00      9.56     0.00       20     0.00     0.00  Fsearch_forward
  0.00      9.56     0.00       20     0.00     0.00  boyer_moore
  0.00      9.56     0.00       20     0.00     0.00  four_corners_best
  0.00      9.56     0.00       20     0.00     0.00  free_realized_face
  0.00      9.56     0.00       20     0.00     0.00  lookup_image
  0.00      9.56     0.00       20     0.00     0.00  search_image_cache
  0.00      9.56     0.00       20     0.00     0.00  sxhash
  0.00      9.56     0.00       20     0.00     0.00  x_detect_focus_change
  0.00      9.56     0.00       20     0.00     0.00  x_set_frame_alpha
  0.00      9.56     0.00       19     0.00     0.00  call3
  0.00      9.56     0.00       19     0.00     0.00  insert_char
  0.00      9.56     0.00       19     0.00     0.00  xg_frame_resized
  0.00      9.56     0.00       18     0.00     0.00  Fbuffer_file_name
  0.00      9.56     0.00       18     0.00     0.00  extract_dimension
  0.00      9.56     0.00       18     0.00     0.00  font_parse_xlfd
  0.00      9.56     0.00       17     0.00     0.00  Fcurrent_message
  0.00      9.56     0.00       17     0.00     0.00  Fprefix_numeric_value
  0.00      9.56     0.00       17     0.00     0.00  change_frame_size
  0.00      9.56     0.00       17     0.00     0.00  cons_to_signed
  0.00      9.56     0.00       16     0.00     0.00  Fcoding_system_base
  0.00      9.56     0.00       16     0.00     0.00  Fdelete
  0.00      9.56     0.00       16     0.00     0.00  default_toplevel_binding
  0.00      9.56     0.00       16     0.00     0.00  expose_frame
  0.00      9.56     0.00       16     0.00     0.00  lisp_string_width
  0.00      9.56     0.00       16     0.00     0.00  make_string_from_bytes
  0.00      9.56     0.00       16     0.00     0.00  redisplay
  0.00      9.56     0.00       16     0.00     0.00  xg_get_gdk_scale
  0.00      9.56     0.00       16     0.00     0.00  xnmalloc
  0.00      9.56     0.00       15     0.00     0.00  redisplay_window_1
  0.00      9.56     0.00       15     0.00     0.00  set_marker_restricted_both
  0.00      9.56     0.00       15     0.00     0.00  x_focus_changed
  0.00      9.56     0.00       14     0.00     0.00  Fcurrent_global_map
  0.00      9.56     0.00       14     0.00     0.00  Fmultibyte_string_p
  0.00      9.56     0.00       14     0.00     0.00  fontset_pattern_regexp
  0.00      9.56     0.00       14     0.00     0.00  magic_db
  0.00      9.56     0.00       14     0.00     0.00  redisplay_window_0
  0.00      9.56     0.00       14     0.00     0.00  x_consider_frame_title
  0.00      9.56     0.00       13     0.00     0.00  Fx_get_resource
  0.00      9.56     0.00       13     0.00     0.00  adjust_frame_glyphs
  0.00      9.56     0.00       13     0.00     0.00  adjust_frame_size
  0.00      9.56     0.00       13     0.00     0.00  check_window_system
  0.00      9.56     0.00       13     0.00     0.00  clear_current_matrices
  0.00      9.56     0.00       13     0.00     0.00  digest_single_submenu
  0.00      9.56     0.00       13     0.00     0.00  make_lisp_time
  0.00      9.56     0.00       13     0.00     0.00  parse_single_submenu
  0.00      9.56     0.00       13     0.00     0.00  update_submenu_strings
  0.00      9.56     0.00       12     0.00     0.00  Fchar_after
  0.00      9.56     0.00       12     0.00     0.00  Fframe_list
  0.00      9.56     0.00       12     0.00     0.00  Fframe_terminal
  0.00      9.56     0.00       12     0.00     0.00  For
  0.00      9.56     0.00       12     0.00     0.00  emacs_fixed_get_type
  0.00      9.56     0.00       12     0.00     0.00  font_open_entity
  0.00      9.56     0.00       12     0.00     0.00  font_open_for_lface
  0.00      9.56     0.00       12     0.00     0.00  font_rescale_ratio
  0.00      9.56     0.00       12     0.00     0.00  read_file_name
  0.00      9.56     0.00       12     0.00     0.00  x_decode_color
  0.00      9.56     0.00       12     0.00     0.00  x_draw_vertical_border
  0.00      9.56     0.00       12     0.00     0.00  x_find_image_fd
  0.00      9.56     0.00       12     0.00     0.00  xftfont_add_rendering_parameters
  0.00      9.56     0.00       11     0.00     0.00  Fcoding_system_plist
  0.00      9.56     0.00       11     0.00     0.00  Fgetenv_internal
  0.00      9.56     0.00       11     0.00     0.00  emacs_read
  0.00      9.56     0.00       11     0.00     0.00  mark_window_display_accurate
  0.00      9.56     0.00       11     0.00     0.00  update_cursor_in_window_tree
  0.00      9.56     0.00       11     0.00     0.00  x_new_focus_frame
  0.00      9.56     0.00       11     0.00     0.00  x_update_cursor
  0.00      9.56     0.00       10     0.00     0.00  Fcoding_system_p
  0.00      9.56     0.00       10     0.00     0.00  Fget_buffer_create
  0.00      9.56     0.00       10     0.00     0.00  Flocal_variable_if_set_p
  0.00      9.56     0.00       10     0.00     0.00  Fpos_visible_in_window_p
  0.00      9.56     0.00       10     0.00     0.00  allocate_matrices_for_window_redisplay
  0.00      9.56     0.00       10     0.00     0.00  colors_in_color_table
  0.00      9.56     0.00       10     0.00     0.00  file_for_image
  0.00      9.56     0.00       10     0.00     0.00  find_icon_from_name
  0.00      9.56     0.00       10     0.00     0.00  frame_inhibit_resize
  0.00      9.56     0.00       10     0.00     0.00  free_color_table
  0.00      9.56     0.00       10     0.00     0.00  free_glyph_matrix
  0.00      9.56     0.00       10     0.00     0.00  get_font_ascent_descent
  0.00      9.56     0.00       10     0.00     0.00  image_background
  0.00      9.56     0.00       10     0.00     0.00  image_background_transparent
  0.00      9.56     0.00       10     0.00     0.00  reset_buffer_local_variables
  0.00      9.56     0.00       10     0.00     0.00  set_marker_restricted
  0.00      9.56     0.00       10     0.00     0.00  set_poll_suppress_count
  0.00      9.56     0.00       10     0.00     0.00  unwind_to_catch
  0.00      9.56     0.00       10     0.00     0.00  update_frame_tool_bar
  0.00      9.56     0.00       10     0.00     0.00  x_build_heuristic_mask
  0.00      9.56     0.00       10     0.00     0.00  x_display_info_for_display
  0.00      9.56     0.00       10     0.00     0.00  x_query_colors
  0.00      9.56     0.00       10     0.00     0.00  xpm_free_color_cache
  0.00      9.56     0.00       10     0.00     0.00  xpm_load
  0.00      9.56     0.00        9     0.00     0.00  Fterminal_parameter
  0.00      9.56     0.00        9     0.00     0.00  Ftool_bar_get_system_style
  0.00      9.56     0.00        9     0.00     0.00  Fwindow_list_1
  0.00      9.56     0.00        9     0.00     0.00  create_menus
  0.00      9.56     0.00        9     0.00     0.00  font_match_p
  0.00      9.56     0.00        9     0.00     0.00  menu_bar_items
  0.00      9.56     0.00        9     0.00     0.00  styled_format
  0.00      9.56     0.00        9     0.00     0.01  wait_reading_process_output
  0.00      9.56     0.00        9     0.00     0.00  wait_reading_process_output_unwind
  0.00      9.56     0.00        8     0.00     0.00  Fconsp
  0.00      9.56     0.00        8     0.00     0.00  Fformat
  0.00      9.56     0.00        8     0.00     0.00  Fframe_or_buffer_changed_p
  0.00      9.56     0.00        8     0.00     0.00  Fthrow
  0.00      9.56     0.00        8     0.00     0.00  Fx_selection_exists_p
  0.00      9.56     0.00        8     0.00     0.00  add_window_to_list
  0.00      9.56     0.00        8     0.00     0.00  clear_face_cache
  0.00      9.56     0.00        8     0.00     0.00  do_switch_frame
  0.00      9.56     0.00        8     0.00     0.00  font_build_object
  0.00      9.56     0.00        8     0.00     0.00  font_load_for_lface
  0.00      9.56     0.00        8     0.00     0.00  font_make_object
  0.00      9.56     0.00        8     0.00     0.00  frame_for_x_selection
  0.00      9.56     0.00        8     0.00     0.00  get_phys_cursor_glyph
  0.00      9.56     0.00        8     0.00     0.00  keymap_parent
  0.00      9.56     0.00        8     0.00     0.00  run_window_configuration_change_hook
  0.00      9.56     0.00        8     0.00     0.00  suffix_p
  0.00      9.56     0.00        8     0.00     0.00  symbol_to_x_atom
  0.00      9.56     0.00        8     0.00     0.00  wset_redisplay
  0.00      9.56     0.00        8     0.00     0.00  xftfont_open
  0.00      9.56     0.00        8     0.00     0.00  xg_update_scrollbar_pos
  0.00      9.56     0.00        7     0.00     0.00  Fcurrent_time
  0.00      9.56     0.00        7     0.00     0.00  Fintern_soft
  0.00      9.56     0.00        7     0.00     0.00  XTcondemn_scroll_bars
  0.00      9.56     0.00        7     0.00     0.00  XTjudge_scroll_bars
  0.00      9.56     0.00        7     0.00     0.00  clear_unwind_protect
  0.00      9.56     0.00        7     0.00     0.00  compute_window_start_on_continuation_line
  0.00      9.56     0.00        7     0.00     0.00  do_nothing
  0.00      9.56     0.00        7     0.00     0.00  dupstring
  0.00      9.56     0.00        7     0.00     0.00  font_prepare_for_face
  0.00      9.56     0.00        7     0.00     0.00  free_menubar_widget_value_tree
  0.00      9.56     0.00        7     0.00     0.00  redisplay_windows
  0.00      9.56     0.00        7     0.00     0.00  resize_frame_windows
  0.00      9.56     0.00        7     0.00     0.00  set_frame_menubar
  0.00      9.56     0.00        7     0.00     0.00  unload_color
  0.00      9.56     0.00        7     0.00     0.00  xftfont_prepare_face
  0.00      9.56     0.00        7     0.00     0.00  xg_update_frame_menubar
  0.00      9.56     0.00        6     0.00     0.00  Fbuffer_base_buffer
  0.00      9.56     0.00        6     0.00     0.00  Fevent_convert_list
  0.00      9.56     0.00        6     0.00     0.00  Finternal_char_font
  0.00      9.56     0.00        6     0.00     0.00  Fprocess_list
  0.00      9.56     0.00        6     0.00     0.00  Frestore_buffer_modified_p
  0.00      9.56     0.00        6     0.00     0.00  Fselect_frame
  0.00      9.56     0.00        6     0.00     0.00  Ftty_top_frame
  0.00      9.56     0.00        6     0.00     0.00  Fwindow_line_height
  0.00      9.56     0.00        6     0.00     0.00  Fx_register_dnd_atom
  0.00      9.56     0.00        6     0.00     0.00  Fxw_color_values
  0.00      9.56     0.00        6     0.00     0.00  calculate_costs
  0.00      9.56     0.00        6     0.00     0.00  emacs_close
  0.00      9.56     0.00        6     0.00     0.00  fast_set_selected_frame
  0.00      9.56     0.00        6     0.00     0.00  indirect_variable
  0.00      9.56     0.00        6     0.00     0.00  make_gap_1
  0.00      9.56     0.00        6     0.00     0.00  mark_window_cursors_off
  0.00      9.56     0.00        6     0.00     0.00  message_dolog
  0.00      9.56     0.00        6     0.00     0.00  move_gap_both
  0.00      9.56     0.00        6     0.00     0.00  propagate_buffer_redisplay
  0.00      9.56     0.00        6     0.00     0.00  realize_basic_faces
  0.00      9.56     0.00        6     0.00     0.00  recompute_basic_faces
  0.00      9.56     0.00        6     0.00     0.00  redisplay_other_windows
  0.00      9.56     0.00        6     0.00     0.00  run_hook
  0.00      9.56     0.00        6     0.00     0.00  shrink_mini_window
  0.00      9.56     0.00        6     0.00     0.00  swap_in_global_binding
  0.00      9.56     0.00        6     0.00     0.00  tool_bar_items
  0.00      9.56     0.00        6     0.00     0.00  tty_color_name
  0.00      9.56     0.00        6     0.00     0.00  xg_modify_menubar_widgets
  0.00      9.56     0.00        5     0.00     0.00  Fcopy_marker
  0.00      9.56     0.00        5     0.00     0.00  Fget_buffer_process
  0.00      9.56     0.00        5     0.00     0.00  Fkill_local_variable
  0.00      9.56     0.00        5     0.00     0.00  Fmodify_frame_parameters
  0.00      9.56     0.00        5     0.00     0.00  Fprocessp
  0.00      9.56     0.00        5     0.00     0.00  Fset_buffer_modified_p
  0.00      9.56     0.00        5     0.00     0.00  Fset_frame_selected_window
  0.00      9.56     0.00        5     0.00     0.00  Fsort
  0.00      9.56     0.00        5     0.00     0.00  Fsymbolp
  0.00      9.56     0.00        5     0.00     0.00  Fterminal_list
  0.00      9.56     0.00        5     0.00     0.00  Fuse_local_map
  0.00      9.56     0.00        5     0.00     0.00  Fwindow_list
  0.00      9.56     0.00        5     0.00     0.00  allocate_buffer
  0.00      9.56     0.00        5     0.00     0.00  clear_charpos_cache
  0.00      9.56     0.00        5     0.00     0.00  clear_frame
  0.00      9.56     0.00        5     0.00     0.00  clear_image_cache
  0.00      9.56     0.00        5     0.00     0.00  clear_image_caches
  0.00      9.56     0.00        5     0.00     0.00  display_x_get_resource
  0.00      9.56     0.00        5     0.00     0.00  dtotimespec
  0.00      9.56     0.00        5     0.00     0.00  face_boolean_x_resource_value
  0.00      9.56     0.00        5     0.00     0.00  fontset_name
  0.00      9.56     0.00        5     0.00     0.00  gap_right
  0.00      9.56     0.00        5     0.00     0.00  make_buffer_string
  0.00      9.56     0.00        5     0.00     0.00  make_process
  0.00      9.56     0.00        5     0.00     0.00  new_region_cache
  0.00      9.56     0.00        5     0.00     0.00  redraw_frame
  0.00      9.56     0.00        5     0.00     0.00  reset_buffer
  0.00      9.56     0.00        5     0.00     0.00  run_funs
  0.00      9.56     0.00        5     0.00     0.00  staticpro
  0.00      9.56     0.00        5     0.00     0.00  swap_out_buffer_local_variables
  0.00      9.56     0.00        5     0.00     0.00  x_wm_set_size_hint
  0.00      9.56     0.00        5     0.00     0.00  xg_destroy_widgets
  0.00      9.56     0.00        4     0.00     0.00  Fbyte_code
  0.00      9.56     0.00        4     0.00     0.00  Fcapitalize
  0.00      9.56     0.00        4     0.00     0.00  Fcar_safe
  0.00      9.56     0.00        4     0.00     0.00  Fcheck_coding_system
  0.00      9.56     0.00        4     0.00     0.00  Ffloat
  0.00      9.56     0.00        4     0.00     0.00  Ffont_put
  0.00      9.56     0.00        4     0.00     0.00  Fget_load_suffixes
  0.00      9.56     0.00        4     0.00     0.00  Fkeymap_parent
  0.00      9.56     0.00        4     0.00     0.00  Flooking_at
  0.00      9.56     0.00        4     0.00     0.00  Fposn_at_point
  0.00      9.56     0.00        4     0.00     0.00  Fround
  0.00      9.56     0.00        4     0.00     0.00  Frun_hook_with_args_until_failure
  0.00      9.56     0.00        4     0.00     0.00  Fset_buffer_multibyte
  0.00      9.56     0.00        4     0.00     0.00  Fsystem_name
  0.00      9.56     0.00        4     0.00     0.00  blank_row
  0.00      9.56     0.00        4     0.00     0.00  candidate_buffer
  0.00      9.56     0.00        4     0.00     0.00  copy_properties
  0.00      9.56     0.00        4     0.00     0.00  create_root_interval
  0.00      9.56     0.00        4     0.00     0.00  doprnt
  0.00      9.56     0.00        4     0.00     0.00  esprintf
  0.00      9.56     0.00        4     0.00     0.00  forget_escape_and_glyphless_faces
  0.00      9.56     0.00        4     0.00     0.00  free_all_realized_faces
  0.00      9.56     0.00        4     0.00     0.00  get_phys_cursor_geometry
  0.00      9.56     0.00        4     0.00     0.00  init_system_name
  0.00      9.56     0.00        4     0.00     0.00  kill_buffer_processes
  0.00      9.56     0.00        4     0.00     0.00  lisp_file_lexically_bound_p
  0.00      9.56     0.00        4     0.00     0.00  load_warn_old_style_backquotes
  0.00      9.56     0.00        4     0.00     0.00  looking_at_1
  0.00      9.56     0.00        4     0.00     0.00  pos_visible_p
  0.00      9.56     0.00        4     0.00     0.00  readevalloop
  0.00      9.56     0.00        4     0.00     0.00  readevalloop_1
  0.00      9.56     0.00        4     0.00     0.00  record_load_unwind
  0.00      9.56     0.00        4     0.00     0.00  safe_to_load_version
  0.00      9.56     0.00        4     0.00     0.00  set_unwind_protect_ptr
  0.00      9.56     0.00        4     0.00     0.00  setup_echo_area_for_printing
  0.00      9.56     0.00        4     0.00     0.00  strwidth
  0.00      9.56     0.00        4     0.00     0.00  unshow_buffer
  0.00      9.56     0.00        4     0.00     0.00  x_clear_frame
  0.00      9.56     0.00        4     0.00     0.00  x_frame_get_and_record_arg
  0.00      9.56     0.00        4     0.00     0.00  xftfont_cached_font_ok
  0.00      9.56     0.00        3     0.00     0.00  Fbufferp
  0.00      9.56     0.00        3     0.00     0.00  Fchar_table_parent
  0.00      9.56     0.00        3     0.00     0.00  Fdaemonp
  0.00      9.56     0.00        3     0.00     0.00  Ffile_exists_p
  0.00      9.56     0.00        3     0.00     0.00  Fgenerate_new_buffer_name
  0.00      9.56     0.00        3     0.00     0.00  Finsert_file_contents
  0.00      9.56     0.00        3     0.00     0.00  Fkill_buffer
  0.00      9.56     0.00        3     0.00     0.00  Fmod
  0.00      9.56     0.00        3     0.00     0.00  Fset_keymap_parent
  0.00      9.56     0.00        3     0.00     0.00  Fset_terminal_parameter
  0.00      9.56     0.00        3     0.00     0.00  Fset_text_properties
  0.00      9.56     0.00        3     0.00     0.00  Fset_window_next_buffers
  0.00      9.56     0.00        3     0.00     0.00  Fset_window_prev_buffers
  0.00      9.56     0.00        3     0.00     0.00  Fstandard_syntax_table
  0.00      9.56     0.00        3     0.00     0.00  Ftry_completion
  0.00      9.56     0.00        3     0.00     0.00  Fuser_login_name
  0.00      9.56     0.00        3     0.00     0.00  Fwindow_next_buffers
  0.00      9.56     0.00        3     0.00     0.00  Fwindow_prev_buffers
  0.00      9.56     0.00        3     0.00     0.00  apply_window_adjustment
  0.00      9.56     0.00        3     0.00     0.00  current_message_1
  0.00      9.56     0.00        3     0.00     0.00  decide_coding_unwind
  0.00      9.56     0.00        3     0.00     0.00  decode_coding_gap
  0.00      9.56     0.00        3     0.00     0.00  decode_tty_terminal
  0.00      9.56     0.00        3     0.00     0.00  detect_coding
  0.00      9.56     0.00        3     0.00     0.00  detect_coding_utf_16
  0.00      9.56     0.00        3     0.00     0.00  fmod_float
  0.00      9.56     0.00        3     0.00     0.00  frames_discard_buffer
  0.00      9.56     0.00        3     0.00     0.00  free_region_cache
  0.00      9.56     0.00        3     0.00     0.00  internal_condition_case
  0.00      9.56     0.00        3     0.00     0.00  make_hash_table
  0.00      9.56     0.00        3     0.00     0.00  map_tool_bar_style
  0.00      9.56     0.00        3     0.00     0.00  merge
  0.00      9.56     0.00        3     0.00     0.00  record_first_change
  0.00      9.56     0.00        3     0.00     0.00  record_xmalloc
  0.00      9.56     0.00        3     0.00     0.00  replace_buffer_in_windows
  0.00      9.56     0.00        3     0.00     0.00  replace_buffer_in_windows_safely
  0.00      9.56     0.00        3     0.00     0.00  rpl_fcntl
  0.00      9.56     0.00        3     0.00     0.00  run_window_scroll_functions
  0.00      9.56     0.00        3     0.00     0.00  search_magic_path
  0.00      9.56     0.00        3     0.00     0.00  set_text_properties
  0.00      9.56     0.00        3     0.00     0.00  set_window_buffer
  0.00      9.56     0.00        3     0.00     0.00  set_window_fringes
  0.00      9.56     0.00        3     0.00     0.00  set_window_scroll_bars
  0.00      9.56     0.00        3     0.00     0.00  timerfd_callback
  0.00      9.56     0.00        3     0.00     0.00  totally_unblock_input
  0.00      9.56     0.00        3     0.00     0.00  uniprop_table
  0.00      9.56     0.00        3     0.00     0.00  unlock_buffer
  0.00      9.56     0.00        3     0.00     0.00  update_face_from_frame_parameter
  0.00      9.56     0.00        3     0.00     0.00  wset_update_mode_line
  0.00      9.56     0.00        3     0.00     0.00  x_session_check_input
  0.00      9.56     0.00        2     0.00     0.00  Fadd_text_properties
  0.00      9.56     0.00        2     0.00     0.00  Fautoload
  0.00      9.56     0.00        2     0.00     0.00  Fbuffer_substring
  0.00      9.56     0.00        2     0.00     0.00  Fbyte_code_function_p
  0.00      9.56     0.00        2     0.00     0.00  Fbyteorder
  0.00      9.56     0.00        2     0.00     0.00  Fcar_less_than_car
  0.00      9.56     0.00        2     0.00     0.00  Fclear_face_cache
  0.00      9.56     0.00        2     0.00     0.00  Fdirectory_files
  0.00      9.56     0.00        2     0.00     0.00  Fdisplay_supports_face_attributes_p
  0.00      9.56     0.00        2     0.00     0.00  Fdo_auto_save
  0.00      9.56     0.00        2     0.00     0.00  Feval_buffer
  0.00      9.56     0.00        2     0.00     0.00  Ffile_attributes
  0.00      9.56     0.00        2     0.00     0.00  Ffind_operation_coding_system
  0.00      9.56     0.00        2     0.00     0.00  Fkeywordp
  0.00      9.56     0.00        2     0.00     0.00  Fkill_all_local_variables
  0.00      9.56     0.00        2     0.00     0.00  Flocate_file_internal
  0.00      9.56     0.00        2     0.00     0.00  Fmessage
  0.00      9.56     0.00        2     0.00     0.00  Fnew_fontset
  0.00      9.56     0.00        2     0.00     0.00  Fnext_window
  0.00      9.56     0.00        2     0.00     0.00  Fpropertize
  0.00      9.56     0.00        2     0.00     0.00  Fprovide
  0.00      9.56     0.00        2     0.00     0.00  Fset_char_table_parent
  0.00      9.56     0.00        2     0.00     0.00  Fset_charset_priority
  0.00      9.56     0.00        2     0.00     0.00  Fset_coding_system_priority
  0.00      9.56     0.00        2     0.00     0.00  Fset_window_new_pixel
  0.00      9.56     0.00        2     0.00     0.00  Fset_window_new_total
  0.00      9.56     0.00        2     0.00     0.00  Fsignal
  0.00      9.56     0.00        2     0.00     0.00  Ftty_type
  0.00      9.56     0.00        2     0.00     0.00  Fwindow_new_total
  0.00      9.56     0.00        2     0.00     0.00  Fx_change_window_property
  0.00      9.56     0.00        2     0.00     0.00  add_keyboard_wait_descriptor
  0.00      9.56     0.00        2     0.00     0.00  allocate_matrices_for_frame_redisplay
  0.00      9.56     0.00        2     0.00     0.00  cancel_echoing
  0.00      9.56     0.00        2     0.00     0.00  check_ascii
  0.00      9.56     0.00        2     0.00     0.00  clear_message
  0.00      9.56     0.00        2     0.00     0.44  command_loop_1
  0.00      9.56     0.00        2     0.00     0.00  decode_coding_raw_text
  0.00      9.56     0.00        2     0.00     0.00  delete_all_child_windows
  0.00      9.56     0.00        2     0.00     0.00  directory_files_internal
  0.00      9.56     0.00        2     0.00     0.00  do_auto_save_unwind
  0.00      9.56     0.00        2     0.00     0.00  emacs_fopen
  0.00      9.56     0.00        2     0.00     0.00  estimate_mode_line_height
  0.00      9.56     0.00        2     0.00     0.00  face_for_font
  0.00      9.56     0.00        2     0.00     0.00  fclose_unwind
  0.00      9.56     0.00        2     0.00     0.00  file_attributes
  0.00      9.56     0.00        2     0.00     0.00  filemodestring
  0.00      9.56     0.00        2     0.00     0.00  fixup_locale
  0.00      9.56     0.00        2     0.00     0.00  font_done_for_face
  0.00      9.56     0.00        2     0.00     0.00  font_update_drivers
  0.00      9.56     0.00        2     0.00     0.00  free_glyphs
  0.00      9.56     0.00        2     0.00     0.00  free_window_matrices
  0.00      9.56     0.00        2     0.00     0.00  gethomedir
  0.00      9.56     0.00        2     0.00     0.00  init_menu_items
  0.00      9.56     0.00        2     0.00     1.40  internal_catch
  0.00      9.56     0.00        2     0.00     0.00  internal_condition_case_2
  0.00      9.56     0.00        2     0.00     0.00  load_charset
  0.00      9.56     0.00        2     0.00     0.00  load_charset_map
  0.00      9.56     0.00        2     0.00     0.00  make_window
  0.00      9.56     0.00        2     0.00     0.00  map_char_table_for_charset
  0.00      9.56     0.00        2     0.00     0.00  map_sub_char_table_for_charset
  0.00      9.56     0.00        2     0.00     0.00  message3
  0.00      9.56     0.00        2     0.00     0.00  message3_nolog
  0.00      9.56     0.00        2     0.00     0.00  next_almost_prime
  0.00      9.56     0.00        2     0.00     0.00  next_window
  0.00      9.56     0.00        2     0.00     0.00  open_directory
  0.00      9.56     0.00        2     0.00     0.00  produce_glyphs
  0.00      9.56     0.00        2     0.00     0.00  realloc_glyph_pool
  0.00      9.56     0.00        2     0.00     0.00  record_auto_save
  0.00      9.56     0.00        2     0.00     0.00  record_buffer
  0.00      9.56     0.00        2     0.00     0.00  record_unwind_protect_nothing
  0.00      9.56     0.00        2     0.00     0.00  register_font_driver
  0.00      9.56     0.00        2     0.00     0.00  resize_echo_area_exactly
  0.00      9.56     0.00        2     0.00     0.00  resize_mini_window_1
  0.00      9.56     0.00        2     0.00     0.00  restore_menu_items
  0.00      9.56     0.00        2     0.00     0.00  safe_call2
  0.00      9.56     0.00        2     0.00     0.00  save_menu_items
  0.00      9.56     0.00        2     0.00     0.00  scan_newline
  0.00      9.56     0.00        2     0.00     0.00  set_intervals_multibyte
  0.00      9.56     0.00        2     0.00     0.00  skip_chars.constprop.5
  0.00      9.56     0.00        2     0.00     0.00  strmode
  0.00      9.56     0.00        2     0.00     0.00  strout
  0.00      9.56     0.00        2     0.00     0.00  temp_set_point
  0.00      9.56     0.00        2     0.00     0.00  un_autoload
  0.00      9.56     0.00        2     0.00     0.00  x_bitmap_icon
  0.00      9.56     0.00        2     0.00     0.00  x_check_property_data
  0.00      9.56     0.00        2     0.00     0.00  x_default_scroll_bar_color_parameter
  0.00      9.56     0.00        2     0.00     0.00  x_fill_property_data
  0.00      9.56     0.00        2     0.00     0.00  x_find_image_file
  0.00      9.56     0.00        2     0.00     0.00  x_get_focus_frame
  0.00      9.56     0.00        2     0.00     0.00  x_new_font
  0.00      9.56     0.00        2     0.00     0.00  x_scroll_bar_create
  0.00      9.56     0.00        2     0.00     0.00  x_set_background_color
  0.00      9.56     0.00        2     0.00     0.00  x_set_font
  0.00      9.56     0.00        2     0.00     0.00  x_set_window_size
  0.00      9.56     0.00        2     0.00     0.00  x_setup_relief_color
  0.00      9.56     0.00        2     0.00     0.00  xftfont_done_face
  0.00      9.56     0.00        2     0.00     0.00  xg_create_scroll_bar
  0.00      9.56     0.00        2     0.00     0.00  xg_frame_set_char_size
  0.00      9.56     0.00        2     0.00     0.00  xg_set_cursor
  0.00      9.56     0.00        2     0.00     0.00  xg_set_icon
  0.00      9.56     0.00        2     0.00     0.00  xg_store_widget_in_map
  0.00      9.56     0.00        2     0.00     0.00  xic_create_xfontset
  0.00      9.56     0.00        1     0.00     0.00  CHECK_WINDOW_CONFIGURATION
  0.00      9.56     0.00        1     0.00     0.00  Fbuffer_size
  0.00      9.56     0.00        1     0.00     0.00  Fcdr_safe
  0.00      9.56     0.00        1     0.00     0.00  Fcharsetp
  0.00      9.56     0.00        1     0.00     0.00  Fcommand_error_default_function
  0.00      9.56     0.00        1     0.00     0.00  Fcopy_keymap
  0.00      9.56     0.00        1     0.00     0.00  Fcurrent_bidi_paragraph_direction
  0.00      9.56     0.00        1     0.00     0.00  Fcurrent_input_mode
  0.00      9.56     0.00        1     0.00     0.00  Fdelete_frame
  0.00      9.56     0.00        1     0.00     0.00  Fdelete_terminal
  0.00      9.56     0.00        1     0.00     0.00  Fdiscard_input
  0.00      9.56     0.00        1     0.00     0.00  Femacs_pid
  0.00      9.56     0.00        1     0.00     0.00  Ffile_accessible_directory_p
  0.00      9.56     0.00        1     0.00     0.00  Fforward_char
  0.00      9.56     0.00        1     0.00     0.00  Fframe_after_make_frame
  0.00      9.56     0.00        1     0.00     0.00  Ffunction_equal
  0.00      9.56     0.00        1     0.00     0.00  Finvocation_name
  0.00      9.56     0.00        1     0.00     0.00  Fkill_emacs
  0.00      9.56     0.00        1     0.00     0.00  Flocale_info
  0.00      9.56     0.00        1     0.00     0.00  Fmake_frame_visible
  0.00      9.56     0.00        1     0.00     0.00  Fmapc
  0.00      9.56     0.00        1     0.00     0.00  Fmax_char
  0.00      9.56     0.00        1     0.00     0.00  Fother_buffer
  0.00      9.56     0.00        1     0.00     0.00  Fposn_at_x_y
  0.00      9.56     0.00        1     0.00     0.00  Fprinc
  0.00      9.56     0.00        1     0.00     2.81  Frecursive_edit
  0.00      9.56     0.00        1     0.00     0.00  Fredirect_frame_focus
  0.00      9.56     0.00        1     0.00     0.00  Fredraw_frame
  0.00      9.56     0.00        1     0.00     0.00  Fremove_text_properties
  0.00      9.56     0.00        1     0.00     0.00  Fset_input_interrupt_mode
  0.00      9.56     0.00        1     0.00     0.00  Fset_input_meta_mode
  0.00      9.56     0.00        1     0.00     0.00  Fset_keyboard_coding_system_internal
  0.00      9.56     0.00        1     0.00     0.00  Fset_terminal_coding_system_internal
  0.00      9.56     0.00        1     0.00     0.00  Fset_window_configuration
  0.00      9.56     0.00        1     0.00     0.00  Fskip_chars_backward
  0.00      9.56     0.00        1     0.00     0.00  Fskip_chars_forward
  0.00      9.56     0.00        1     0.00     0.00  Ftool_bar_height
  0.00      9.56     0.00        1     0.00     0.00  Fundo_boundary
  0.00      9.56     0.00        1     0.00     0.00  Fuser_real_login_name
  0.00      9.56     0.00        1     0.00     0.00  Fvisited_file_modtime
  0.00      9.56     0.00        1     0.00     0.00  Fwaiting_for_user_input_p
  0.00      9.56     0.00        1     0.00     0.00  Fwhile
  0.00      9.56     0.00        1     0.00     0.00  Fwindow_resize_apply_total
  0.00      9.56     0.00        1     0.00     0.00  Fx_backspace_delete_keys_p
  0.00      9.56     0.00        1     0.00     0.00  Fx_create_frame
  0.00      9.56     0.00        1     0.00     0.00  Fx_open_connection
  0.00      9.56     0.00        1     0.00     0.00  Fx_wm_set_size_hint
  0.00      9.56     0.00        1     0.00     0.00  XTframe_rehighlight
  0.00      9.56     0.00        1     0.00     0.00  allocate_kboard
  0.00      9.56     0.00        1     0.00     0.01  bidi_initialize
  0.00      9.56     0.00        1     0.00     0.00  bitch_at_user
  0.00      9.56     0.00        1     0.00     0.00  buffer_posn_from_coords
  0.00      9.56     0.00        1     0.00     0.00  check_glyph_memory
  0.00      9.56     0.00        1     0.00     0.00  check_message_stack
  0.00      9.56     0.00        1     0.00     0.00  check_minibuf_window
  0.00      9.56     0.00        1     0.00     0.00  cmd_error
  0.00      9.56     0.00        1     0.00     0.00  cmd_error_internal
  0.00      9.56     0.00        1     0.00     0.00  coding_charset_list
  0.00      9.56     0.00        1     0.00     2.81  command_loop
  0.00      9.56     0.00        1     0.00     1.87  command_loop_2
  0.00      9.56     0.00        1     0.00     0.00  create_frame_xic
  0.00      9.56     0.00        1     0.00     0.00  create_terminal
  0.00      9.56     0.00        1     0.00     0.00  del_range_both
  0.00      9.56     0.00        1     0.00     0.00  delete_frame
  0.00      9.56     0.00        1     0.00     0.00  delete_initial_terminal
  0.00      9.56     0.00        1     0.00     0.00  delete_terminal
  0.00      9.56     0.00        1     0.00     0.00  discard_tty_input
  0.00      9.56     0.00        1     0.00     0.00  do_ewmh_fullscreen
  0.00      9.56     0.00        1     0.00     0.00  do_unwind_create_frame
  0.00      9.56     0.00        1     0.00     0.00  emacs_fixed_new
  0.00      9.56     0.00        1     0.00     0.00  file_accessible_directory_p
  0.00      9.56     0.00        1     0.00     0.00  font_get_name
  0.00      9.56     0.00        1     0.00     0.00  font_open_by_name
  0.00      9.56     0.00        1     0.00     0.00  font_open_by_spec
  0.00      9.56     0.00        1     0.00     0.00  font_put_frame_data
  0.00      9.56     0.00        1     0.00     0.00  fontset_ascii
  0.00      9.56     0.00        1     0.00     0.00  fontset_from_font
  0.00      9.56     0.00        1     0.00     0.00  free_font_driver_list
  0.00      9.56     0.00        1     0.00     0.00  free_frame_faces
  0.00      9.56     0.00        1     0.00     0.00  funcall_not
  0.00      9.56     0.00        1     0.00     0.00  get_leaf_windows
  0.00      9.56     0.00        1     0.00     0.00  get_prop_window
  0.00      9.56     0.00        1     0.00     0.00  get_specified_cursor_type
  0.00      9.56     0.00        1     0.00     0.00  init_frame_faces
  0.00      9.56     0.00        1     0.00     0.00  init_kboard
  0.00      9.56     0.00        1     0.00     0.00  init_sigio
  0.00      9.56     0.00        1     0.00     0.00  initial_free_frame_resources
  0.00      9.56     0.00        1     0.00     0.00  initialize_frame_menubar
  0.00      9.56     0.00        1     0.00     0.00  make_face_cache
  0.00      9.56     0.00        1     0.00     0.00  make_frame
  0.00      9.56     0.00        1     0.00     0.00  make_frame_visible_1
  0.00      9.56     0.00        1     0.00     0.00  make_image_cache
  0.00      9.56     0.00        1     0.00     0.00  make_lispy_position
  0.00      9.56     0.00        1     0.00     0.00  make_save_ptr
  0.00      9.56     0.00        1     0.00     0.00  merge_face_heights
  0.00      9.56     0.00        1     0.00     0.00  message1
  0.00      9.56     0.00        1     0.00     0.00  message_log_maybe_newline
  0.00      9.56     0.00        1     0.00     0.00  move_point
  0.00      9.56     0.00        1     0.00     0.00  my_log_handler
  0.00      9.56     0.00        1     0.00     0.00  other_visible_frames
  0.00      9.56     0.00        1     0.00     0.00  print
  0.00      9.56     0.00        1     0.00     0.00  print_c_string
  0.00      9.56     0.00        1     0.00     0.00  print_error_message
  0.00      9.56     0.00        1     0.00     0.00  print_object
  0.00      9.56     0.00        1     0.00     0.00  print_string
  0.00      9.56     0.00        1     0.00     0.00  raw_text_coding_system
  0.00      9.56     0.00        1     0.00     0.00  read_and_apply_settings
  0.00      9.56     0.00        1     0.00     0.00  record_asynch_buffer_change
  0.00      9.56     0.00        1     0.00     2.81  recursive_edit_1
  0.00      9.56     0.00        1     0.00     0.00  redisplay_mode_lines
  0.00      9.56     0.00        1     0.00     0.00  reset_all_sys_modes
  0.00      9.56     0.00        1     0.00     0.00  ring_bell
  0.00      9.56     0.00        1     0.00     0.00  round2
  0.00      9.56     0.00        1     0.00     0.00  safe_eval_handler
  0.00      9.56     0.00        1     0.00     0.00  select_visual
  0.00      9.56     0.00        1     0.00     0.00  set_frame_cursor_types
  0.00      9.56     0.00        1     0.00     0.00  set_message_1
  0.00      9.56     0.00        1     0.00     0.00  shut_down_emacs
  0.00      9.56     0.00        1     0.00     0.00  stuff_buffered_input
  0.00      9.56     0.00        1     0.00     0.00  tb_size_cb
  0.00      9.56     0.00        1     0.00     0.00  top_level_2
  0.00      9.56     0.00        1     0.00     0.00  unlock_all_files
  0.00      9.56     0.00        1     0.00     0.00  unwind_create_frame
  0.00      9.56     0.00        1     0.00     0.00  update_single_window
  0.00      9.56     0.00        1     0.00     0.00  update_theme_scrollbar_height
  0.00      9.56     0.00        1     0.00     0.00  update_theme_scrollbar_width
  0.00      9.56     0.00        1     0.00     0.00  window_resize_apply_total
  0.00      9.56     0.00        1     0.00     0.00  write_string_1
  0.00      9.56     0.00        1     0.00     0.00  x_change_tool_bar_height
  0.00      9.56     0.00        1     0.00     0.00  x_clipboard_manager_save_all
  0.00      9.56     0.00        1     0.00     0.00  x_clipboard_manager_save_frame
  0.00      9.56     0.00        1     0.00     0.00  x_copy_color
  0.00      9.56     0.00        1     0.00     0.00  x_default_font_parameter
  0.00      9.56     0.00        1     0.00     0.00  x_display_ok
  0.00      9.56     0.00        1     0.00     0.00  x_figure_window_size
  0.00      9.56     0.00        1     0.00     0.00  x_find_modifier_meanings
  0.00      9.56     0.00        1     0.00     0.00  x_get_customization_string
  0.00      9.56     0.00        1     0.00     0.00  x_load_resources
  0.00      9.56     0.00        1     0.00     0.00  x_make_frame_visible
  0.00      9.56     0.00        1     0.00     0.00  x_make_gc
  0.00      9.56     0.00        1     0.00     0.00  x_session_initialize
  0.00      9.56     0.00        1     0.00     0.00  x_set_alpha
  0.00      9.56     0.00        1     0.00     0.00  x_set_autolower
  0.00      9.56     0.00        1     0.00     0.00  x_set_autoraise
  0.00      9.56     0.00        1     0.00     0.00  x_set_border_color
  0.00      9.56     0.00        1     0.00     0.00  x_set_border_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_bottom_divider_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_cursor_color
  0.00      9.56     0.00        1     0.00     0.00  x_set_cursor_type
  0.00      9.56     0.00        1     0.00     0.00  x_set_font_backend
  0.00      9.56     0.00        1     0.00     0.00  x_set_foreground_color
  0.00      9.56     0.00        1     0.00     0.00  x_set_horizontal_scroll_bars
  0.00      9.56     0.00        1     0.00     0.00  x_set_icon_type
  0.00      9.56     0.00        1     0.00     0.00  x_set_internal_border_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_left_fringe
  0.00      9.56     0.00        1     0.00     0.00  x_set_line_spacing
  0.00      9.56     0.00        1     0.00     0.00  x_set_menu_bar_lines
  0.00      9.56     0.00        1     0.00     0.01  x_set_mouse_color
  0.00      9.56     0.00        1     0.00     0.00  x_set_offset
  0.00      9.56     0.00        1     0.00     0.00  x_set_right_divider_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_right_fringe
  0.00      9.56     0.00        1     0.00     0.00  x_set_screen_gamma
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_background
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_default_height
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_default_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_foreground
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_height
  0.00      9.56     0.00        1     0.00     0.00  x_set_scroll_bar_width
  0.00      9.56     0.00        1     0.00     0.00  x_set_title
  0.00      9.56     0.00        1     0.00     0.00  x_set_tool_bar_lines
  0.00      9.56     0.00        1     0.00     0.00  x_set_tool_bar_position
  0.00      9.56     0.00        1     0.00     0.00  x_set_vertical_scroll_bars
  0.00      9.56     0.00        1     0.00     0.00  x_set_wait_for_wm
  0.00      9.56     0.00        1     0.00     0.00  x_sync_with_move
  0.00      9.56     0.00        1     0.00     0.00  x_term_init
  0.00      9.56     0.00        1     0.00     0.00  x_text_icon
  0.00      9.56     0.00        1     0.00     0.00  x_wait_for_event
  0.00      9.56     0.00        1     0.00     0.00  x_window
  0.00      9.56     0.00        1     0.00     0.00  x_wm_supports
  0.00      9.56     0.00        1     0.00     0.00  xftfont_close
  0.00      9.56     0.00        1     0.00     0.00  xg_change_toolbar_position
  0.00      9.56     0.00        1     0.00     0.00  xg_create_default_cursor
  0.00      9.56     0.00        1     0.00     0.00  xg_create_frame_widgets
  0.00      9.56     0.00        1     0.00     0.00  xg_create_widget
  0.00      9.56     0.00        1     0.00     0.00  xg_get_default_scrollbar_height
  0.00      9.56     0.00        1     0.00     0.00  xg_get_default_scrollbar_width
  0.00      9.56     0.00        1     0.00     0.00  xg_initialize
  0.00      9.56     0.00        1     0.00     0.00  xic_free_xfontset
  0.00      9.56     0.00        1     0.00     0.00  xic_set_xfontset
  0.00      9.56     0.00        1     0.00     0.00  xlispstrdup
  0.00      9.56     0.00        1     0.00     0.00  xml_cleanup_parser
  0.00      9.56     0.00        1     0.00     0.00  xsettings_get_system_font
  0.00      9.56     0.00        1     0.00     0.00  xsettings_initialize

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
	   else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
	   function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
	   the function in the gprof listing. If the index is
	   in parenthesis it shows where it would appear in
	   the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
		     Call graph (explanation follows)


granularity: each sample hit covers 2 byte(s) for 0.10% of 9.56 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     69.1    6.61    0.00                 deliver_user_signal [1]
-----------------------------------------------
                0.00    2.81       1/1           main [4]
[2]     29.4    0.00    2.81       1         Frecursive_edit [2]
                0.00    2.81       1/1           recursive_edit_1 [3]
                0.00    0.00       1/227551      grow_specpdl [779]
                0.00    0.00       1/8775        record_unwind_protect [828]
-----------------------------------------------
                0.00    2.81       1/1           Frecursive_edit [2]
[3]     29.4    0.00    2.81       1         recursive_edit_1 [3]
                0.00    2.81       1/1           command_loop [7]
                0.00    0.00       1/9783        store_symval_forwarding <cycle 4> [802]
                0.00    0.00       1/9783        specbind <cycle 4> [128]
                0.00    0.00       1/77270       set_internal [145]
                0.00    0.00       1/1022        cancel_hourglass [438]
-----------------------------------------------
                                                 <spontaneous>
[4]     29.4    0.00    2.81                 main [4]
                0.00    2.81       1/1           Frecursive_edit [2]
-----------------------------------------------
[5]     29.4    0.01    2.80       3+1547    <cycle 2 as a whole> [5]
                0.00    1.16     511             read_key_sequence.constprop.44 <cycle 2> [15]
                0.00    0.87       2             command_loop_1 <cycle 2> [18]
                0.01    0.62     511             read_char <cycle 2> [20]
                0.00    0.15     523             top_level_1 <cycle 2> [39]
                0.00    0.00       3             internal_condition_case <cycle 2> [215]
-----------------------------------------------
                0.00    2.81       2/2           command_loop [7]
[6]     29.4    0.00    2.81       2         internal_catch [6]
                0.00    1.87       1/1           command_loop_2 [9]
                0.00    0.93       1/3           top_level_1 <cycle 2> [39]
                0.00    0.00       2/5577        push_handler [843]
-----------------------------------------------
                0.00    2.81       1/1           recursive_edit_1 [3]
[7]     29.4    0.00    2.81       1         command_loop [7]
                0.00    2.81       2/2           internal_catch [6]
-----------------------------------------------
[8]     29.1    0.24    2.55    9783+14089006 <cycle 4 as a whole> [8]
                0.01    1.74  146023             get_next_display_element <cycle 4> [10]
                0.02    0.27  133182             Ffuncall <cycle 4> [29]
                0.00    0.22     295             draw_glyphs <cycle 4> [35]
                0.10    0.00 11525665+4462684     mark_object <cycle 4> [46]
                0.00    0.06     880             Fset_fontset_font <cycle 4> [56]
                0.00    0.05    3290             move_it_in_display_line_to <cycle 4> [58]
                0.00    0.04      49             Fgarbage_collect <cycle 4> [64]
                0.01    0.02   49109             exec_byte_code <cycle 4> [73]
                0.02    0.00    3643+121726      mark_char_table <cycle 4> [88]
                0.01    0.01  147261             bidi_resolve_explicit <cycle 4> [95]
                0.00    0.01   21339             where_is_internal_1 <cycle 4> [101]
                0.00    0.01    1474             add_text_properties_1 <cycle 4> [104]
                0.01    0.00     518             Fcall_interactively <cycle 4> [106]
                0.01    0.00     314             menu_item_eval_property <cycle 4> [109]
                0.01    0.00     215+17090       map_sub_char_table <cycle 4> [110]
                0.01    0.00      97             inhibit_garbage_collection <cycle 4> [111]
                0.00    0.01      21             Fdefine_key <cycle 4> [112]
                0.00    0.01      37             x_set_frame_parameters <cycle 4> [114]
                0.01    0.00  113217+168212      mark_vectorlike <cycle 4> [127]
                0.01    0.00  147325             set_iterator_to_next <cycle 4> [124]
                0.01    0.00   77993             specbind <cycle 4> [128]
                0.00    0.01  147261             bidi_level_of_next_char <cycle 4> [147]
                0.00    0.01  147237             bidi_resolve_neutral <cycle 4> [148]
                0.00    0.01    1752             update_compositions <cycle 4> [154]
                0.00    0.01    1067             where_is_internal <cycle 4> [157]
                0.00    0.01    3495             handle_stop <cycle 4> [160]
                0.00    0.01  143182+1128        next_element_from_buffer <cycle 4> [161]
                0.00    0.01    1140             init_iterator <cycle 4> [163]
                0.00    0.01       1             bidi_initialize <cycle 4> [167]
                0.00    0.00     344+152         Fexpand_file_name <cycle 4> [173]
                0.00    0.00    4685+5133        eval_sub <cycle 4> [176]
                0.00    0.00  141235             bidi_find_bracket_pairs <cycle 4> [177]
                0.00    0.00     521             show_hourglass <cycle 4> [183]
                0.00    0.00     352             display_line <cycle 4> [184]
                0.00    0.00  147261             bidi_move_to_visually_next <cycle 4> [185]
                0.00    0.00       2             x_set_font <cycle 4> [189]
                0.00    0.00    3100             Fcurrent_active_maps <cycle 4> [192]
                0.00    0.00    1064             start_display <cycle 4> [197]
                0.00    0.00   17557             Fset_default <cycle 4> [198]
                0.00    0.00      32             map_charset_chars <cycle 4> [199]
                0.00    0.00       1             Fx_create_frame <cycle 4> [202]
                0.00    0.00     510             Fvertical_motion <cycle 4> [209]
                0.00    0.00     552             display_string <cycle 4> [210]
                0.00    0.00    3121+511         move_it_to <cycle 4> [213]
                0.00    0.00    1512             next_element_from_string <cycle 4> [219]
                0.00    0.00      42             openp <cycle 4> [220]
                0.00    0.00       2             load_charset <cycle 4> [221]
                0.00    0.00   22773             accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00       1             delete_frame <cycle 4> [230]
                0.00    0.00    3455             Fnext_single_char_property_change <cycle 4> [233]
                0.00    0.00    1001             insert_from_string_1 <cycle 4> [240]
                0.00    0.00    3962             handle_fontified_prop <cycle 4> [243]
                0.00    0.00   50476             unbind_to <cycle 4> [244]
                0.00    0.00    2561             Fset <cycle 4> [249]
                0.00    0.00    3224             prepare_to_modify_buffer_1 <cycle 4> [250]
                0.00    0.00      93             Ffile_name_nondirectory <cycle 4> [251]
                0.00    0.00       2             directory_files_internal <cycle 4> [254]
                0.00    0.00    3623             compute_display_string_pos <cycle 4> [263]
                0.00    0.00    1038             code_convert_string <cycle 4> [264]
                0.00    0.00      69             Fdirectory_file_name <cycle 4> [273]
                0.00    0.00    1549             safe_run_hooks <cycle 4> [276]
                0.00    0.00      52             Ffile_name_as_directory <cycle 4> [279]
                0.00    0.00      23             Faccessible_keymaps <cycle 4> [283]
                0.00    0.00      45             Ffile_name_directory <cycle 4> [284]
                0.00    0.00      44             Ffile_directory_p <cycle 4> [285]
                0.00    0.00    1272             face_before_or_after_it_pos <cycle 4> [289]
                0.00    0.00     510             move_it_vertically_backward <cycle 4> [292]
                0.00    0.00    3224+19          signal_after_change <cycle 4> [297]
                0.00    0.00   78115             find_symbol_value <cycle 4> [298]
                0.00    0.00      48             update_overlay_arrows <cycle 4> [299]
                0.00    0.00     760             safe__call <cycle 4> [301]
                0.00    0.00    1486             save_excursion_restore <cycle 4> [303]
                0.00    0.00     446             draw_fringe_bitmap_1 <cycle 4> [304]
                0.00    0.00    4972+4777        access_keymap_1 <cycle 4> [305]
                0.00    0.00     728             decode_coding_object <cycle 4> [307]
                0.00    0.00      27             Ffile_symlink_p <cycle 4> [308]
                0.00    0.00      26             Fsubstitute_in_file_name <cycle 4> [312]
                0.00    0.00      26             Ffile_readable_p <cycle 4> [311]
                0.00    0.00    1032             Fapply <cycle 4> [313]
                0.00    0.00   49269             funcall_lambda <cycle 4> [314]
                0.00    0.00     206             Fkey_description <cycle 4> [317]
                0.00    0.00     612             Feval <cycle 4> [320]
                0.00    0.00    1069             Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     729             del_range_1 <cycle 4> [331]
                0.00    0.00    1436             process_tool_bar_item <cycle 4> [333]
                0.00    0.00    1321             Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00     500             Fsetq <cycle 4> [338]
                0.00    0.00      35             resize_mini_window <cycle 4> [339]
                0.00    0.00     495             apply_lambda <cycle 4> [340]
                0.00    0.00       1             fontset_from_font <cycle 4> [343]
                0.00    0.00       3             Finsert_file_contents <cycle 4> [351]
                0.00    0.00    2062+1020        Fkey_binding <cycle 4> [352]
                0.00    0.00      14             x_consider_frame_title <cycle 4> [361]
                0.00    0.00       9             styled_format <cycle 4> [369]
                0.00    0.00       2             Fnew_fontset <cycle 4> [371]
                0.00    0.00    2127             reseat <cycle 4> [375]
                0.00    0.00    1039             code_conversion_save <cycle 4> [376]
                0.00    0.00      38+1664        display_mode_element <cycle 4> [379]
                0.00    0.00      61             FletX <cycle 4> [381]
                0.00    0.00       1             x_default_font_parameter <cycle 4> [386]
                0.00    0.00       3             Ffile_exists_p <cycle 4> [400]
                0.00    0.00      71             Fmapcar <cycle 4> [401]
                0.00    0.00       4             readevalloop <cycle 4> [402]
                0.00    0.00      35             with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      29             redisplay_window <cycle 4> [410]
                0.00    0.00      26             Fload <cycle 4> [411]
                0.00    0.00       7             set_frame_menubar <cycle 4> [418]
                0.00    0.00       1             x_make_frame_visible <cycle 4> [420]
                0.00    0.00    1822+19          prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00       2             Fdirectory_files <cycle 4> [423]
                0.00    0.00       2             Ffile_attributes <cycle 4> [424]
                0.00    0.00     460             x_draw_glyph_string <cycle 4> [428]
                0.00    0.00      65             Flet <cycle 4> [431]
                0.00    0.00     576+571         text_quoting_style <cycle 4> [434]
                0.00    0.00       9             menu_bar_items <cycle 4> [435]
                0.00    0.00     781             Fmake_local_variable <cycle 4> [436]
                0.00    0.00      10             update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      13             digest_single_submenu <cycle 4> [448]
                0.00    0.00       6             tool_bar_items <cycle 4> [452]
                0.00    0.00       1             Ffile_accessible_directory_p <cycle 4> [453]
                0.00    0.00     137             Fdefvar <cycle 4> [454]
                0.00    0.00     215             map_char_table <cycle 4> [455]
                0.00    0.00      78             update_window <cycle 4> [458]
                0.00    0.00     263             shadow_lookup <cycle 4> [459]
                0.00    0.00     309             encode_coding_object <cycle 4> [466]
                0.00    0.00      70             menu_bar_item <cycle 4> [467]
                0.00    0.00      24             display_mode_line <cycle 4> [472]
                0.00    0.00       2             Fset_coding_system_priority <cycle 4> [473]
                0.00    0.00       2             xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00      29             XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00      10             Fget_buffer_create <cycle 4> [479]
                0.00    0.00      20+5           x_set_frame_alpha <cycle 4> [480]
                0.00    0.00    1297             single_menu_item <cycle 4> [481]
                0.00    0.00    3562             bidi_paragraph_init <cycle 4> [485]
                0.00    0.00      45             find_first_strong_char <cycle 4> [487]
                0.00    0.00      45             bidi_fetch_char_skip_isolates <cycle 4> [486]
                0.00    0.00      13             parse_single_submenu <cycle 4> [494]
                0.00    0.00      20             lookup_image <cycle 4> [495]
                0.00    0.00     100             display_and_set_cursor <cycle 4> [496]
                0.00    0.00      13             adjust_frame_size <cycle 4> [497]
                0.00    0.00      12             x_find_image_fd <cycle 4> [500]
                0.00    0.00       2             Feval_buffer <cycle 4> [507]
                0.00    0.00       1             x_term_init <cycle 4> [508]
                0.00    0.00      50             push_message <cycle 4> [512]
                0.00    0.00       1             create_terminal <cycle 4> [513]
                0.00    0.00     240             x_write_glyphs <cycle 4> [516]
                0.00    0.00     248             update_window_line <cycle 4> [517]
                0.00    0.00       2             Fpropertize <cycle 4> [521]
                0.00    0.00      45             select_window <cycle 4> [528]
                0.00    0.00       1             make_frame <cycle 4> [534]
                0.00    0.00     529             line_bottom_y <cycle 4> [537]
                0.00    0.00   53860             get_keyelt <cycle 4> [541]
                0.00    0.00     438             Fsingle_key_description <cycle 4> [544]
                0.00    0.00       8             run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00     730             decode_coding <cycle 4> [547]
                0.00    0.00       1             make_lispy_position <cycle 4> [562]
                0.00    0.00      78             x_update_window_end <cycle 4> [563]
                0.00    0.00       3             Fkill_buffer <cycle 4> [565]
                0.00    0.00       3             set_window_buffer <cycle 4> [573]
                0.00    0.00     545             Fautoload_do_load <cycle 4> [587]
                0.00    0.00       2             x_new_font <cycle 4> [588]
                0.00    0.00       1             x_window <cycle 4> [591]
                0.00    0.00       1             xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       2             Fdo_auto_save <cycle 4> [593]
                0.00    0.00       2             message3 <cycle 4> [596]
                0.00    0.00      39             ensure_echo_area_buffers <cycle 4> [597]
                0.00    0.00       3             decode_coding_gap <cycle 4> [603]
                0.00    0.00      10             Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00       1             Fmake_frame_visible <cycle 4> [606]
                0.00    0.00     106             single_keymap_panes <cycle 4> [616]
                0.00    0.00       1             Fmapc <cycle 4> [623]
                0.00    0.00       1             Fremove_text_properties <cycle 4> [625]
                0.00    0.00      11             update_cursor_in_window_tree <cycle 4> [635]
                0.00    0.00      20             Fimage_mask_p <cycle 4> [640]
                0.00    0.00       2             Fsignal <cycle 4> [647]
                0.00    0.00      13             adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      10             unwind_to_catch <cycle 4> [657]
                0.00    0.00     543             Fmacroexpand <cycle 4> [674]
                0.00    0.00     338             compact_buffer <cycle 4> [677]
                0.00    0.00    3756             map_keymap_internal <cycle 4> [680]
                0.00    0.00       5             redraw_frame <cycle 4> [683]
                0.00    0.00       1             Fkill_emacs <cycle 4> [686]
                0.00    0.00       2             xg_set_icon <cycle 4> [699]
                0.00    0.00       1             Fset_window_configuration <cycle 4> [702]
                0.00    0.00     451             XTring_bell <cycle 4> [703]
                0.00    0.00      29             echo_area_display <cycle 4> [704]
                0.00    0.00       7             xg_update_frame_menubar <cycle 4> [705]
                0.00    0.00       1             x_set_alpha <cycle 4> [710]
                0.00    0.00       1             shut_down_emacs <cycle 4> [708]
                0.00    0.00      30             x_default_parameter <cycle 4> [720]
                0.00    0.00       2             x_default_scroll_bar_color_parameter <cycle 4> [739]
                0.00    0.00       5             Fkill_local_variable <cycle 4> [741]
                0.00    0.00       6             message_dolog <cycle 4> [742]
                0.00    0.00  147261             bidi_resolve_weak <cycle 4> [789]
                0.00    0.00  147237             bidi_resolve_brackets <cycle 4> [790]
                0.00    0.00  146925             bidi_fetch_char <cycle 4> [791]
                0.00    0.00   56709             store_symval_forwarding <cycle 4> [802]
                0.00    0.00   49544             Fsymbol_value <cycle 4> [806]
                0.00    0.00     964+22817       traverse_intervals_noorder <cycle 4> [989]
                0.00    0.00    9002             mark_compiled <cycle 4> [826]
                0.00    0.00    7309             mark_localized_symbol <cycle 4> [830]
                0.00    0.00    4699             Fcommandp <cycle 4> [853]
                0.00    0.00    4609             call0 <cycle 4> [854]
                0.00    0.00    4269             bidi_init_it <cycle 4> [857]
                0.00    0.00    3851             bcall0 <cycle 4> [860]
                0.00    0.00    3666             get_visually_first_element <cycle 4> [864]
                0.00    0.00    3630             map_keymap <cycle 4> [865]
                0.00    0.00    3275             set_buffer_internal_1 <cycle 4> [871]
                0.00    0.00    3115             current_minor_maps <cycle 4> [880]
                0.00    0.00    2736             reseat_at_next_visible_line_start <cycle 4> [886]
                0.00    0.00    2736             forward_to_next_line_start <cycle 4> [885]
                0.00    0.00    2637             reseat_1 <cycle 4> [889]
                0.00    0.00    2606             Flookup_key <cycle 4> [891]
                0.00    0.00    2304             internal_condition_case_n <cycle 4> [896]
                0.00    0.00    2254             Fset_buffer <cycle 4> [897]
                0.00    0.00    2076             funcall_nil <cycle 4> [908]
                0.00    0.00    2076             access_keymap <cycle 4> [907]
                0.00    0.00    1713             call2 <cycle 4> [924]
                0.00    0.00    1569             next_element_from_c_string <cycle 4> [930]
                0.00    0.00    1544             safe_run_hook_funcall <cycle 4> [933]
                0.00    0.00    1541             move_it_by_lines <cycle 4> [935]
                0.00    0.00    1472             modify_text_properties <cycle 4> [945]
                0.00    0.00    1472             Fput_text_property <cycle 4> [944]
                0.00    0.00    1426             call1 <cycle 4> [949]
                0.00    0.00    1001             insert_from_string <cycle 4> [984]
                0.00    0.00     964             mark_overlay <cycle 4> [988]
                0.00    0.00     905             Fprogn <cycle 4> [996]
                0.00    0.00     732             sweep_weak_table <cycle 4> [1009]
                0.00    0.00     728             Ferase_buffer <cycle 4> [1014]
                0.00    0.00     591             safe_call <cycle 4> [1026]
                0.00    0.00     529             window_box <cycle 4> [1048]
                0.00    0.00     518             Ffuncall_interactively <cycle 4> [1054]
                0.00    0.00     509             Fline_pixel_height <cycle 4> [1076]
                0.00    0.00     500             Finsert <cycle 4> [1079]
                0.00    0.00     500             general_insert_function <cycle 4> [1080]
                0.00    0.00     476             x_draw_fringe_bitmap <cycle 4> [1082]
                0.00    0.00     467             run_hook_wrapped_funcall <cycle 4> [1084]
                0.00    0.00     446             draw_fringe_bitmap <cycle 4> [1087]
                0.00    0.00     433             mark_buffer <cycle 4> [1090]
                0.00    0.00     366             internal_condition_case_1 <cycle 4> [1098]
                0.00    0.00     366             do_pending_window_change <cycle 4> [1097]
                0.00    0.00     252             mark_face_cache <cycle 4> [1114]
                0.00    0.00     233             x_clear_end_of_line <cycle 4> [1118]
                0.00    0.00     232             Fand <cycle 4> [1119]
                0.00    0.00     223             draw_row_fringe_bitmaps <cycle 4> [1123]
                0.00    0.00     208             mark_discard_killed_buffers <cycle 4> [1128]
                0.00    0.00     169             safe__call1 <cycle 4> [1139]
                0.00    0.00     147             Fif <cycle 4> [1145]
                0.00    0.00     136             readevalloop_eager_expand_eval <cycle 4> [1150]
                0.00    0.00     122             map_keymap_canonical <cycle 4> [1158]
                0.00    0.00     122             Fmap_keymap <cycle 4> [1157]
                0.00    0.00     112             window_box_height <cycle 4> [1166]
                0.00    0.00      82             x_draw_window_cursor <cycle 4> [1178]
                0.00    0.00      78             draw_window_fringes <cycle 4> [1181]
                0.00    0.00      72             mapcar1 <cycle 4> [1186]
                0.00    0.00      67             current_message <cycle 4> [1193]
                0.00    0.00      55             draw_phys_cursor_glyph <cycle 4> [1208]
                0.00    0.00      52             mark_image_cache <cycle 4> [1215]
                0.00    0.00      50             overlay_arrows_changed_p <cycle 4> [1227]
                0.00    0.00      49             sweep_weak_hash_tables <cycle 4> [1243]
                0.00    0.00      49             mark_kboards <cycle 4> [1233]
                0.00    0.00      49             xg_mark_data <cycle 4> [1245]
                0.00    0.00      49             mark_specpdl <cycle 4> [1234]
                0.00    0.00      46             adjust_glyph_matrix <cycle 4> [1255]
                0.00    0.00      46             update_frame <cycle 4> [1257]
                0.00    0.00      46             update_window_tree <cycle 4> [1258]
                0.00    0.00      45             Frun_hooks <cycle 4> [1260]
                0.00    0.00      44             expand_and_dir_to_file <cycle 4> [1263]
                0.00    0.00      44             truncate_undo_list <cycle 4> [1264]
                0.00    0.00      43             erase_phys_cursor <cycle 4> [1265]
                0.00    0.00      40             try_window <cycle 4> [1269]
                0.00    0.00      38             unwind_format_mode_line <cycle 4> [1275]
                0.00    0.00      38             call4 <cycle 4> [1273]
                0.00    0.00      36             apply1 <cycle 4> [1278]
                0.00    0.00      35             unwind_with_echo_area_buffer <cycle 4> [1282]
                0.00    0.00      29             display_echo_area_1 <cycle 4> [1292]
                0.00    0.00      26             Fwindow_mode_line_height <cycle 4> [1299]
                0.00    0.00      24             required_matrix_height <cycle 4> [1312]
                0.00    0.00      24             Fbuffer_list <cycle 4> [1308]
                0.00    0.00      22             update_window_cursor <cycle 4> [1320]
                0.00    0.00      22             Fcond <cycle 4> [1316]
                0.00    0.00      21             display_mode_lines <cycle 4> [1323]
                0.00    0.00      19             call3 <cycle 4> [1330]
                0.00    0.00      19             insert_char <cycle 4> [1331]
                0.00    0.00      15             redisplay_window_1 <cycle 4> [1344]
                0.00    0.00      14             redisplay_window_0 <cycle 4> [1348]
                0.00    0.00      12             For <cycle 4> [1355]
                0.00    0.00      10             allocate_matrices_for_window_redisplay <cycle 4> [1365]
                0.00    0.00      10             xpm_load <cycle 4> [1381]
                0.00    0.00       8             do_switch_frame <cycle 4> [1388]
                0.00    0.00       8             Fthrow <cycle 4> [1387]
                0.00    0.00       6             run_hook <cycle 4> [1416]
                0.00    0.00       6             swap_in_global_binding <cycle 4> [1418]
                0.00    0.00       5             swap_out_buffer_local_variables <cycle 4> [1439]
                0.00    0.00       5             Fmodify_frame_parameters <cycle 4> [1421]
                0.00    0.00       5             run_funs <cycle 4> [1437]
                0.00    0.00       4             esprintf <cycle 4> [1455]
                0.00    0.00       4             doprnt <cycle 4> [1454]
                0.00    0.00       4             Frun_hook_with_args_until_failure <cycle 4> [1449]
                0.00    0.00       4             Fposn_at_point <cycle 4> [1447]
                0.00    0.00       4             pos_visible_p <cycle 4> [1462]
                0.00    0.00       4             setup_echo_area_for_printing <cycle 4> [1466]
                0.00    0.00       3             merge <cycle 4> [1492]
                0.00    0.00       2             Fkill_all_local_variables <cycle 4> [1508]
                0.00    0.00       2             allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                0.00    0.00       2             x_set_window_size <cycle 4> [1550]
                0.00    0.00       2             x_bitmap_icon <cycle 4> [1545]
                0.00    0.00       2             internal_condition_case_2 <cycle 4> [1531]
                0.00    0.00       2             strout <cycle 4> [1543]
                0.00    0.00       2             Flocate_file_internal <cycle 4> [1509]
                0.00    0.00       2             Fmessage <cycle 4> [1510]
                0.00    0.00       2             message3_nolog <cycle 4> [1532]
                0.00    0.00       1             funcall_not <cycle 4> [1605]
                0.00    0.00       1             set_message_1 <cycle 4> [1628]
                0.00    0.00       1             x_set_menu_bar_lines <cycle 4> [1654]
                0.00    0.00       1             x_set_icon_type <cycle 4> [1650]
                0.00    0.00       1             x_set_scroll_bar_width <cycle 4> [1662]
                0.00    0.00       1             x_set_scroll_bar_height <cycle 4> [1661]
                0.00    0.00       1             Fwhile <cycle 4> [1586]
                0.00    0.00       1             Fundo_boundary <cycle 4> [1582]
                0.00    0.00       1             Fredraw_frame <cycle 4> [1576]
                0.00    0.00       1             initialize_frame_menubar <cycle 4> [1611]
                0.00    0.00       1             Fredirect_frame_focus <cycle 4> [1575]
                0.00    0.00       1             Fdelete_terminal <cycle 4> [1564]
                0.00    0.00       1             check_minibuf_window <cycle 4> [1592]
                0.00    0.00       1             buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       1             Fx_open_connection <cycle 4> [1587]
                0.00    0.00       1             Fcommand_error_default_function <cycle 4> [1560]
                0.00    0.00       1             print_error_message <cycle 4> [1618]
                0.00    0.00       1             Fprinc <cycle 4> [1574]
                0.00    0.00       1             print_object <cycle 4> [1619]
                0.00    0.00       1             print_string <cycle 4> [1620]
                0.00    0.00       1             write_string_1 <cycle 4> [1637]
                0.00    0.00       1             update_single_window <cycle 4> [1633]
                0.00    0.00       1             redisplay_mode_lines <cycle 4> [1622]
-----------------------------------------------
                0.00    1.87       1/1           internal_catch [6]
[9]     19.6    0.00    1.87       1         command_loop_2 [9]
                0.01    1.87       2/3           internal_condition_case <cycle 2> [215]
-----------------------------------------------
                                2841             display_string <cycle 4> [210]
                                7840             display_line <cycle 4> [184]
                              135342             move_it_in_display_line_to <cycle 4> [58]
[10]    18.3    0.01    1.74  146023         get_next_display_element <cycle 4> [10]
                0.00    1.73  142271/142572      face_for_char [11]
                0.00    0.00  145299/145299      lookup_glyphless_char_display [178]
                0.00    0.00  138680/7538722     char_table_ref [37]
                              143182             next_element_from_buffer <cycle 4> [161]
                                1569             next_element_from_c_string <cycle 4> [930]
                                1512             next_element_from_string <cycle 4> [219]
                                1272             face_before_or_after_it_pos <cycle 4> [289]
-----------------------------------------------
                0.00    0.00       6/142572      Finternal_char_font [322]
                0.00    0.00     295/142572      show_hourglass <cycle 4> [183]
                0.00    1.73  142271/142572      get_next_display_element <cycle 4> [10]
[11]    18.2    0.00    1.74  142572         face_for_char [11]
                0.00    1.70  138681/138681      fontset_font [12]
                0.01    0.01  138680/2446268     hash_lookup [25]
                0.00    0.01  138680/180498      get_char_property_and_overlay [100]
                0.00    0.00  138685/7538722     char_table_ref [37]
                0.00    0.00  138685/2634947     font_has_char [102]
                0.00    0.00       2/2           face_for_font [664]
                0.00    0.00  138680/167471      Fget_char_property [786]
-----------------------------------------------
                0.00    1.70  138681/138681      face_for_char [11]
[12]    17.8    0.00    1.70  138681         fontset_font [12]
                0.03    1.67  138682/138682      fontset_find_font [13]
                0.00    0.00       1/82          make_fontset [396]
-----------------------------------------------
                0.03    1.67  138682/138682      fontset_font [12]
[13]    17.8    0.03    1.67  138682         fontset_find_font [13]
                0.04    1.63  138684/138692      font_find_for_lface [14]
                0.00    0.00  138682/7538722     char_table_ref [37]
                0.00    0.00  277361/2634947     font_has_char [102]
                0.00    0.00       3/1428        char_table_set_range [76]
                0.00    0.00       4/12          font_open_entity [392]
                0.00    0.00       4/12          font_open_for_lface [397]
                0.00    0.00      11/8857        Fmake_vector [207]
                0.00    0.00       2/35053       Fcopy_sequence [150]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       9/9           font_match_p [685]
                0.00    0.00       9/47          Ffont_get [726]
                0.00    0.00       9/410271      Fcdr [768]
                0.00    0.00       3/1391        char_table_ref_and_range [950]
-----------------------------------------------
                0.00    0.00       8/138692      font_load_for_lface [302]
                0.04    1.63  138684/138692      fontset_find_font [13]
[14]    17.4    0.04    1.63  138692         font_find_for_lface [14]
                0.04    1.01  554734/554734      font_list_entities [16]
                0.03    0.47  554734/554734      font_sort_entities [21]
                0.00    0.03  138692/1248173     Fassoc_string [30]
                0.00    0.02  138692/138863      copy_font_spec [78]
                0.00    0.02  138699/140083      font_intern_prop [93]
                0.00    0.00       1/1109459     font_registry_charsets [31]
                0.00    0.00  138692/138693      build_style_table [795]
                0.00    0.00       9/1778        font_style_to_value [919]
-----------------------------------------------
                                 511             command_loop_1 <cycle 2> [18]
[15]    12.1    0.00    1.16     511         read_key_sequence.constprop.44 <cycle 2> [15]
                0.00    0.29    1021/1021        active_maps [26]
                0.00    0.29    1020/1020        keyremap_step.constprop.45 [27]
                0.01    0.13     510/9783        access_keymap <cycle 4> [907]
                0.01    0.13     510/9783        Fkey_binding <cycle 4> [352]
                0.00    0.15     510/510         test_undefined [40]
                0.01    0.13     510/9783        unbind_to <cycle 4> [244]
                0.00    0.00    1021/1289625     Fcons [80]
                0.00    0.00    1531/465106      get_keymap [766]
                0.00    0.00     511/511         echo_keystrokes_p [1065]
                0.00    0.00     511/1025        echo_dash [975]
                0.00    0.00     510/510         follow_key [1071]
                0.00    0.00     510/1020        Fcommand_remapping [978]
                0.00    0.00     510/1020        echo_update [981]
                                 511             read_char <cycle 2> [20]
-----------------------------------------------
                0.04    1.01  554734/554734      font_find_for_lface [14]
[16]    11.0    0.04    1.01  554734         font_list_entities [16]
                0.04    0.91  554734/554734      xfont_list [17]
                0.02    0.00  554734/2778892     Fnreverse [45]
                0.00    0.02 1109468/1109469     assoc_no_quit [96]
                0.01    0.00 1109468/1109470     xfont_get_cache [121]
                0.01    0.00  555016/1289625     Fcons [80]
                0.00    0.00     141/141         xftfont_list [212]
                0.00    0.00     141/45490       concat [103]
                0.00    0.00     141/138863      copy_font_spec [78]
                0.00    0.00     141/6814        Fvconcat [832]
-----------------------------------------------
                0.04    0.91  554734/554734      font_list_entities [16]
[17]    10.0    0.04    0.91  554734         xfont_list [17]
                0.17    0.64 1109458/1109458     xfont_list_pattern [19]
                0.01    0.03  554734/554979      Fassoc [66]
                0.03    0.00 1109458/1109458     xfont_encode_coding_xlfd [69]
                0.02    0.00  554734/555562      font_unparse_xlfd [86]
                0.02    0.00 2218924/4474415     assq_no_quit [63]
-----------------------------------------------
                                   2             internal_condition_case <cycle 2> [215]
[18]     9.1    0.00    0.87       2         command_loop_1 <cycle 2> [18]
                0.04    0.40    1530/9783        safe_run_hooks <cycle 4> [276]
                0.01    0.13     510/9783        call0 <cycle 4> [854]
                0.01    0.13     510/9783        call1 <cycle 4> [949]
                0.01    0.13     509/9783        unbind_to <cycle 4> [244]
                0.00    0.00       2/2           resize_echo_area_exactly [229]
                0.00    0.00     556/556         composition_adjust_point [278]
                0.00    0.00    1524/180498      get_char_property_and_overlay [100]
                0.00    0.00     510/510         start_hourglass [372]
                0.00    0.00     510/1289625     Fcons [80]
                0.00    0.00     510/227551      grow_specpdl [779]
                0.00    0.00     510/607         record_unwind_protect_void [1025]
                                 511             read_key_sequence.constprop.44 <cycle 2> [15]
-----------------------------------------------
                0.17    0.64 1109458/1109458     xfont_list [17]
[19]     8.5    0.17    0.64 1109458         xfont_list_pattern [19]
                0.00    0.25 1109458/1109459     font_registry_charsets [31]
                0.09    0.00 1109455/1111191     process_pending_signals <cycle 3> [134]
                0.09    0.00 1109458/1109464     x_had_errors_p [50]
                0.08    0.01 1109458/1109473     x_catch_errors_with_handler [51]
                0.03    0.03 1109455/1112161     do_pending_atimers [55]
                0.05    0.00 1109458/1109472     x_uncatch_errors [60]
                0.01    0.00 2218916/3508683     unblock_input_to [144]
                0.00    0.00       4/4474415     assq_no_quit [63]
                0.00    0.00 2218916/3508670     unblock_input [754]
                0.00    0.00 1109458/1109459     x_catch_errors [762]
-----------------------------------------------
                                 511             read_key_sequence.constprop.44 <cycle 2> [15]
[20]     6.6    0.01    0.62     511         read_char <cycle 2> [20]
                0.01    0.13     518/9783        access_keymap <cycle 4> [907]
                0.01    0.13     518/9783        call0 <cycle 4> [854]
                0.00    0.14     514/514         sit_for [41]
                0.00    0.06     741/1397        detect_input_pending_run_timers [43]
                0.00    0.06      16/47          redisplay_internal [38]
                0.00    0.02       2/9           wait_reading_process_output [44]
                0.00    0.02     515/1038        swallow_events [65]
                0.00    0.01     522/1847        readable_events [61]
                0.00    0.00       8/9783        call4 <cycle 4> [1273]
                0.00    0.00       1/9783        safe_run_hooks <cycle 4> [276]
                0.00    0.00       1/9783        Fdo_auto_save <cycle 4> [593]
                0.00    0.00     510/510         make_lispy_event [425]
                0.00    0.00       8/2757        Fvector [245]
                0.00    0.00       2/1111191     gobble_input <cycle 3> [53]
                0.00    0.00       9/1289625     Fcons [80]
                0.00    0.00       8/1230        list2 [368]
                0.00    0.00    1554/465106      get_keymap [766]
                0.00    0.00     522/522         kbd_on_hold_p [1052]
                0.00    0.00     522/522         event_to_kboard [1051]
                0.00    0.00     514/1025        echo_dash [975]
                0.00    0.00     510/510         record_char [1072]
                0.00    0.00     510/510         add_command_key [1070]
                0.00    0.00     510/1020        echo_update [981]
                0.00    0.00      16/16          redisplay [1341]
                0.00    0.00       1/2           clear_message [1519]
                0.00    0.00       1/14391       list1 [818]
                                 522             top_level_1 <cycle 2> [39]
-----------------------------------------------
                0.03    0.47  554734/554734      font_find_for_lface [14]
[21]     5.3    0.03    0.47  554734         font_sort_entities [21]
                0.00    0.45 2218901/2218901     ftfont_has_char [24]
                0.02    0.00 2218901/2634947     xftfont_has_char [85]
                0.01    0.00 2218901/2634947     font_has_char [102]
                0.00    0.00      36/38          font_score [1274]
-----------------------------------------------
                0.00    0.00    1109/2220018     ftfont_pattern_entity [216]
                0.13    0.32 2218909/2220018     ftfont_get_fc_charset [23]
[22]     4.7    0.13    0.32 2220018         ftfont_lookup_cache [22]
                0.01    0.28 2220017/2224296     Fgethash [28]
                0.02    0.00 2218909/4474415     assq_no_quit [63]
                0.00    0.01     551/1932        Fputhash [79]
                0.00    0.00       1/3           Fmake_hash_table [113]
                0.00    0.00     551/1289625     Fcons [80]
                0.00    0.00     551/1153527     xmalloc [118]
                0.00    0.00     551/551         make_save_ptr_int [642]
-----------------------------------------------
                0.00    0.00       8/2218909     xftfont_open [394]
                0.00    0.45 2218901/2218909     ftfont_has_char [24]
[23]     4.7    0.00    0.45 2218909         ftfont_get_fc_charset [23]
                0.13    0.32 2218909/2220018     ftfont_lookup_cache [22]
-----------------------------------------------
                0.00    0.45 2218901/2218901     font_sort_entities [21]
[24]     4.7    0.00    0.45 2218901         ftfont_has_char [24]
                0.00    0.45 2218901/2218909     ftfont_get_fc_charset [23]
-----------------------------------------------
                0.00    0.00       1/2446268     Fcharsetp [602]
                0.00    0.00       1/2446268     fontset_from_font <cycle 4> [343]
                0.00    0.00       2/2446268     Fset_charset_priority [444]
                0.00    0.00       3/2446268     detect_coding_utf_16 [539]
                0.00    0.00       3/2446268     Finsert_file_contents <cycle 4> [351]
                0.00    0.00       3/2446268     font_registry_charsets [31]
                0.00    0.00       9/2446268     Fcoding_system_p [492]
                0.00    0.00      77/2446268     Fcoding_system_eol_type [364]
                0.00    0.00     825/2446268     find_font_encoding [68]
                0.00    0.00    1037/2446268     code_convert_string <cycle 4> [264]
                0.00    0.00    1044/2446268     setup_coding_system [296]
                0.00    0.00    1085/2446268     Fset_fontset_font <cycle 4> [56]
                0.00    0.00    1932/2446268     Fputhash [79]
                0.01    0.00   77270/2446268     maybe_set_redisplay [146]
                0.01    0.01  138680/2446268     face_for_char [11]
                0.18    0.10 2224296/2446268     Fgethash [28]
[25]     3.2    0.20    0.11 2446268         hash_lookup [25]
                0.08    0.00 2220608/2778892     Fnreverse [45]
                0.03    0.00 2219460/6002698     internal_equal [52]
                0.00    0.00 2220608/2220608     hashfn_equal [757]
                0.00    0.00 2219460/2219460     cmpfn_equal [758]
                0.00    0.00  221062/221062      hashfn_eq [780]
                0.00    0.00    4598/4598        hashfn_eql [855]
-----------------------------------------------
                0.00    0.29    1021/1021        read_key_sequence.constprop.44 <cycle 2> [15]
[26]     3.0    0.00    0.29    1021         active_maps [26]
                0.02    0.27    1021/9783        Fcurrent_active_maps <cycle 4> [192]
-----------------------------------------------
                0.00    0.29    1020/1020        read_key_sequence.constprop.44 <cycle 2> [15]
[27]     3.0    0.00    0.29    1020         keyremap_step.constprop.45 [27]
                0.02    0.27    1020/9783        access_keymap <cycle 4> [907]
                0.00    0.00    2040/465106      get_keymap [766]
                0.00    0.00    2040/7242        Ffboundp [831]
-----------------------------------------------
                0.00    0.00       1/2224296     raw_text_coding_system [598]
                0.00    0.00       3/2224296     font_registry_charsets [31]
                0.00    0.00       8/2224296     Fset_coding_system_priority <cycle 4> [473]
                0.00    0.00      11/2224296     Fcoding_system_plist [482]
                0.00    0.00      15/2224296     Fcoding_system_base [470]
                0.00    0.00      24/2224296     decode_mode_spec_coding [460]
                0.00    0.00      47/2224296     Ffuncall <cycle 4> [29]
                0.00    0.00      77/2224296     Fcoding_system_eol_type [364]
                0.00    0.00      98/2224296     redisplay_internal [38]
                0.00    0.00     797/2224296     handle_one_xevent [99]
                0.00    0.00     882/2224296     Fset_fontset_font <cycle 4> [56]
                0.00    0.00    1057/2224296     where_is_internal <cycle 4> [157]
                0.00    0.00    1259/2224296     where_is_internal_1 <cycle 4> [101]
                0.01    0.28 2220017/2224296     ftfont_lookup_cache [22]
[28]     3.0    0.01    0.28 2224296         Fgethash [28]
                0.18    0.10 2224296/2446268     hash_lookup [25]
                0.00    0.00 2224296/2226228     CHECK_HASH_TABLE [756]
-----------------------------------------------
                                   1             funcall_not <cycle 4> [1605]
                                  16             eval_sub <cycle 4> [176]
                                  19             call3 <cycle 4> [1330]
                                  38             call4 <cycle 4> [1273]
                                 467             run_hook_wrapped_funcall <cycle 4> [1084]
                                 518             Ffuncall_interactively <cycle 4> [1054]
                                 518             Fcall_interactively <cycle 4> [106]
                                 542             Fcommandp <cycle 4> [853]
                                 760             internal_condition_case_n <cycle 4> [896]
                                1032             Fapply <cycle 4> [313]
                                1426             call1 <cycle 4> [949]
                                1713             call2 <cycle 4> [924]
                                2076             funcall_nil <cycle 4> [908]
                                3851             bcall0 <cycle 4> [860]
                                4609             call0 <cycle 4> [854]
                              115596             exec_byte_code <cycle 4> [73]
[29]     3.0    0.02    0.27  133182         Ffuncall <cycle 4> [29]
                0.00    0.24    1450/1450        Fparse_partial_sexp [33]
                0.00    0.01    1456/1456        scan_lists [149]
                0.01    0.00       7/10          Ffeaturep [139]
                0.00    0.00    3161/3208        Fframe_parameter [172]
                0.00    0.00    5160/5160        Fre_search_forward [182]
                0.00    0.00     467/1486        Fremove_list_of_text_properties [105]
                0.00    0.00    3607/45490       concat [103]
                0.00    0.00    2626/2757        Fvector [245]
                0.00    0.00    2582/2582        Fmake_byte_code [248]
                0.00    0.00     386/386         string_match_1 [256]
                0.00    0.00      24/1932        Fputhash [79]
                0.00    0.00    2020/2020        Fline_beginning_position [266]
                0.00    0.00    1022/1022        Fface_font [268]
                0.00    0.00      61/1944        Ffind_file_name_handler [158]
                0.00    0.00     183/183         read_internal_start [281]
                0.00    0.00    1935/12169       Fget_text_property [208]
                0.00    0.00    1452/1452        Fbackward_prefix_chars [287]
                0.00    0.00     961/995         Fset_match_data [315]
                0.00    0.00    1084/1084        Fbacktrace_frame [318]
                0.00    0.00    1030/1030        Fwindow_scroll_bars [319]
                0.00    0.00     129/396         Fput [267]
                0.00    0.00       6/6           Finternal_char_font [322]
                0.00    0.00     934/934         Ftext_property_any [323]
                0.00    0.00     519/2539        Fconstrain_to_field [253]
                0.00    0.00     961/995         Fmatch_data [330]
                0.00    0.00    3319/1289625     Fcons [80]
                0.00    0.00       3/37          Fdefalias [224]
                0.00    0.00     516/516         skip_syntaxes [349]
                0.00    0.00     421/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      40/436         Fplist_put [261]
                0.00    0.00     119/887         Ffont_spec [280]
                0.00    0.00     421/1112161     do_pending_atimers [55]
                0.00    0.00      83/35053       Fcopy_sequence [150]
                0.00    0.00      77/77          Fcoding_system_eol_type [364]
                0.00    0.00      82/1575        Finternal_merge_in_global_face [247]
                0.00    0.00     541/695         list3 [360]
                0.00    0.00     123/8857        Fmake_vector [207]
                0.00    0.00      20/20          Fsearch_forward [380]
                0.00    0.00     124/2088        Fintern [286]
                0.00    0.00       3/3           Ftry_completion [416]
                0.00    0.00      47/2224296     Fgethash [28]
                0.00    0.00      79/554979      Fassoc [66]
                0.00    0.00      22/1248173     Fassoc_string [30]
                0.00    0.00       2/2           Fset_charset_priority [444]
                0.00    0.00      63/63          time_arith [445]
                0.00    0.00       2/3135        Fframe_parameters [171]
                0.00    0.00      12/12          Fframe_list [465]
                0.00    0.00       4/4           looking_at_1 [468]
                0.00    0.00      23/2774417     Fcompare_strings [32]
                0.00    0.00      16/16          Fcoding_system_base [470]
                0.00    0.00     106/1230        list2 [368]
                0.00    0.00      11/11          Fcoding_system_plist [482]
                0.00    0.00       8/8           Fx_selection_exists_p [489]
                0.00    0.00      16/16          Fdelete [491]
                0.00    0.00       1/4           Fget_load_suffixes [443]
                0.00    0.00       5/5           Fsort [501]
                0.00    0.00       6/6           Fx_register_dnd_atom [509]
                0.00    0.00       2/2           file_attributes [518]
                0.00    0.00       9/573         window_list_1 [344]
                0.00    0.00       1/1           Fx_wm_set_size_hint [523]
                0.00    0.00       7/7           Fintern_soft [527]
                0.00    0.00       3/10          Fcoding_system_p [492]
                0.00    0.00       6/6           Fxw_color_values [548]
                0.00    0.00       2/2           Fx_change_window_property [550]
                0.00    0.00       1/1           Fcopy_keymap [551]
                0.00    0.00       1/1           Fset_keyboard_coding_system_internal [559]
                0.00    0.00       1/1           Fset_terminal_coding_system_internal [560]
                0.00    0.00       2/4           Fcheck_coding_system [529]
                0.00    0.00       2/2           Fdisplay_supports_face_attributes_p [564]
                0.00    0.00      11/11          Fgetenv_internal [569]
                0.00    0.00      22/22          Finternal_get_lisp_face_attribute [571]
                0.00    0.00     209/1039        Fboundp [505]
                0.00    0.00       2/2           Fautoload [584]
                0.00    0.00       1/1           Fx_backspace_delete_keys_p [589]
                0.00    0.00       8/8           Fframe_or_buffer_changed_p [599]
                0.00    0.00       1/1           Fcharsetp [602]
                0.00    0.00       2/7           Fcurrent_time [530]
                0.00    0.00       4/3332260     casify_object [48]
                0.00    0.00       3/3           Fset_terminal_parameter [618]
                0.00    0.00       5/5           Fterminal_list [619]
                0.00    0.00     469/471         Fregexp_quote [626]
                0.00    0.00      20/20          Finit_image_library [641]
                0.00    0.00    1935/428532      lookup_char_property [390]
                0.00    0.00     467/487         Fmake_marker [646]
                0.00    0.00       1/415         list4 [365]
                0.00    0.00       1/2778892     Fnreverse [45]
                0.00    0.00       1/215         Fsafe_length [427]
                0.00    0.00     109/41699       make_specified_string [422]
                0.00    0.00    1215/1215        Fwindow_frame [672]
                0.00    0.00    1030/1030        Fwindow_pixel_top [682]
                0.00    0.00    1030/1030        Fwindow_pixel_left [681]
                0.00    0.00     519/519         Fline_end_position [690]
                0.00    0.00     537/537         Fwindow_pixel_width [695]
                0.00    0.00     529/529         Fwindow_pixel_height [696]
                0.00    0.00       1/119         Fcurrent_window_configuration [526]
                0.00    0.00       1/1           Fwindow_resize_apply_total [706]
                0.00    0.00      92/92          Fwindow_parameter [717]
                0.00    0.00     104/104         Fwindow_left_child [723]
                0.00    0.00     104/104         Fwindow_top_child [724]
                0.00    0.00     108/108         Fwindow_minibuffer_p [725]
                0.00    0.00       2/2           next_window [728]
                0.00    0.00      28/28          Fwindow_next_sibling [731]
                0.00    0.00      24/24          Fwindow_parent [732]
                0.00    0.00       9/9           Fterminal_parameter [736]
                0.00    0.00       2/2           Fset_window_new_total [744]
                0.00    0.00       2/2           Fwindow_new_total [745]
                0.00    0.00  133182/138614      record_in_backtrace [796]
                0.00    0.00    3307/410271      Fcdr [768]
                0.00    0.00    2823/18301       arith_driver [817]
                0.00    0.00    2584/6814        Fvconcat [832]
                0.00    0.00    2416/2446        Fbuffer_modified_p [894]
                0.00    0.00    2225/2225        Fterminal_live_p [899]
                0.00    0.00    1935/408494      textget [769]
                0.00    0.00    1786/1786        Fvectorp [918]
                0.00    0.00    1623/1623        Fframe_char_height [927]
                0.00    0.00    1601/5997        Findirect_function [839]
                0.00    0.00    1571/1571        Fpurecopy [929]
                0.00    0.00    1537/427893      indirect_function [767]
                0.00    0.00    1456/1456        Fscan_sexps [946]
                0.00    0.00    1225/1225        Flogand [959]
                0.00    0.00    1225/1225        Flsh [960]
                0.00    0.00    1086/6187        Fplus [836]
                0.00    0.00    1082/3215        Fdefault_value [874]
                0.00    0.00    1061/2061        Frun_hook_with_args [910]
                0.00    0.00    1022/1022        Ffloatp [976]
                0.00    0.00    1020/1020        Fwindow_vscroll [980]
                0.00    0.00    1020/1020        Fwindow_hscroll [979]
                0.00    0.00     943/943         Fset_syntax_table [991]
                0.00    0.00     938/938         Fsyntax_table [993]
                0.00    0.00     636/671         Fframep [1019]
                0.00    0.00     613/613         Fselected_window [1022]
                0.00    0.00     610/610         Fframe_live_p [1023]
                0.00    0.00     590/590         Fwindow_live_p [1027]
                0.00    0.00     587/587         Fframe_char_width [1029]
                0.00    0.00     556/557         Fappend [1034]
                0.00    0.00     544/544         Fsubrp [1039]
                0.00    0.00     542/542         Frun_hook_with_args_until_success [1040]
                0.00    0.00     541/541         Fwindow_header_line_height [1042]
                0.00    0.00     541/541         Fwindow_margins [1043]
                0.00    0.00     541/541         Fwindow_fringes [1041]
                0.00    0.00     518/518         Farrayp [1053]
                0.00    0.00     516/516         Fskip_syntax_forward [1058]
                0.00    0.00     515/515         Fwindow_body_height [1060]
                0.00    0.00     515/515         Fwindow_body_width [1061]
                0.00    0.00     515/515         Fborder_width [1059]
                0.00    0.00     512/1668        Fminus [926]
                0.00    0.00     510/510         Fset_window_vscroll [1068]
                0.00    0.00     510/510         Fabs [1067]
                0.00    0.00     510/510         Fx_hide_tip [1069]
                0.00    0.00     509/509         Fbuffer_name [1075]
                0.00    0.00     506/678         Fmarker_position [1018]
                0.00    0.00     506/506         Fwindow_start [1077]
                0.00    0.00     467/965         Fconcat [986]
                0.00    0.00     467/467         Frun_hook_wrapped [1083]
                0.00    0.00     386/386         Fstring_match [1092]
                0.00    0.00     385/385         Fkeymapp [1093]
                0.00    0.00     304/304         Fwindow_valid_p [1106]
                0.00    0.00     253/7242        Ffboundp [831]
                0.00    0.00     229/239         Fwindow_buffer [1116]
                0.00    0.00     183/183         Fread [1132]
                0.00    0.00     122/124         Fmake_sparse_keymap [1156]
                0.00    0.00     122/135         Fkeymap_prompt [1151]
                0.00    0.00     120/539         intern_sym [1044]
                0.00    0.00     115/119         Ffile_name_absolute_p [1162]
                0.00    0.00      93/93          Fwindowp [1172]
                0.00    0.00      89/98231       Fplist_get [798]
                0.00    0.00      85/133         Fdelq [1154]
                0.00    0.00      82/49012       Fcar [807]
                0.00    0.00      63/63          Ftime_add [1195]
                0.00    0.00      59/59          Fdecode_coding_string [1202]
                0.00    0.00      58/58          Fframe_root_window [1203]
                0.00    0.00      56/56          rounding_driver [1206]
                0.00    0.00      54/54          Foverlayp [1209]
                0.00    0.00      53/53          Fstringp [1210]
                0.00    0.00      52/52          Fceiling [1213]
                0.00    0.00      51/219         Fdefault_boundp [1125]
                0.00    0.00      50/50          Ffloat_time [1225]
                0.00    0.00      49/3900        Ffunctionp [859]
                0.00    0.00      46/46          Fx_display_color_cells [1254]
                0.00    0.00      42/42          Fframe_selected_window [1266]
                0.00    0.00      37/37          Finternal_show_cursor [1276]
                0.00    0.00      33/5857        Flocal_variable_p [840]
                0.00    0.00      33/33          Fforce_mode_line_update [1283]
                0.00    0.00      33/33          Fselected_frame [1284]
                0.00    0.00      28/28          Fminibuffer_window [1295]
                0.00    0.00      28/35          Fwindow_system [1280]
                0.00    0.00      26/26          Ftime_less_p [1297]
                0.00    0.00      26/26          Fwindow_bottom_divider_width [1298]
                0.00    0.00      26/26          Fwindow_scroll_bar_height [1301]
                0.00    0.00      26/26          Fwindow_right_divider_width [1300]
                0.00    0.00      26/26          Fwindow_scroll_bar_width [1302]
                0.00    0.00      24/272         Finternal_show_cursor_p [1110]
                0.00    0.00      24/24          Factive_minibuffer_window [1307]
                0.00    0.00      22/22          Fframe_visible_p [1317]
                0.00    0.00      22/101         Fxw_display_color_p [1167]
                0.00    0.00      22/22          emacs_readlinkat [1319]
                0.00    0.00      17/17          Fprefix_numeric_value [1336]
                0.00    0.00      17/17          Fcurrent_message [1335]
                0.00    0.00      16/14391       list1 [818]
                0.00    0.00      15/743         Fbuffer_live_p [1005]
                0.00    0.00      14/14          Fmultibyte_string_p [1347]
                0.00    0.00      14/14          Fcurrent_global_map [1346]
                0.00    0.00      13/49          xrdb_get_resource [1246]
                0.00    0.00      13/13          Fx_get_resource [1349]
                0.00    0.00      12/12          Fframe_terminal [1354]
                0.00    0.00      12/12          read_file_name [1357]
                0.00    0.00      11/18          Fbuffer_file_name [1333]
                0.00    0.00      10/10          Flocal_variable_if_set_p [1364]
                0.00    0.00      10/2126        Frassq [904]
                0.00    0.00       9/9           Fwindow_list_1 [1383]
                0.00    0.00       8/8           Fformat [1386]
                0.00    0.00       8/4021849     Fsymbol_name [753]
                0.00    0.00       7/652         make_float [1021]
                0.00    0.00       6/2131        Fnconc [903]
                0.00    0.00       6/6           Fwindow_line_height [1408]
                0.00    0.00       6/6           Fselect_frame [1406]
                0.00    0.00       6/6           Ftty_top_frame [1407]
                0.00    0.00       6/6           Fbuffer_base_buffer [1402]
                0.00    0.00       6/6           Fprocess_list [1404]
                0.00    0.00       5/5           Fset_frame_selected_window [1424]
                0.00    0.00       5/38          Fselect_window [1272]
                0.00    0.00       5/5           Fprocessp [1422]
                0.00    0.00       5/5           Fuse_local_map [1426]
                0.00    0.00       5/5           Fsymbolp [1425]
                0.00    0.00       5/5           Fset_buffer_modified_p [1423]
                0.00    0.00       4/4           Fround [1448]
                0.00    0.00       4/90          Fbuffer_local_value [1173]
                0.00    0.00       4/4           Fcapitalize [1442]
                0.00    0.00       4/4           Ffloat [1444]
                0.00    0.00       4/8           keymap_parent [1391]
                0.00    0.00       4/4           Fkeymap_parent [1445]
                0.00    0.00       4/4           Flooking_at [1446]
                0.00    0.00       4/1071        Freverse [969]
                0.00    0.00       3/3           fmod_float [1488]
                0.00    0.00       3/3           Fmod [1475]
                0.00    0.00       3/3           Fset_window_next_buffers [1478]
                0.00    0.00       3/3           Fset_window_prev_buffers [1479]
                0.00    0.00       3/3           Fgenerate_new_buffer_name [1474]
                0.00    0.00       3/3           Fchar_table_parent [1472]
                0.00    0.00       3/3           Fwindow_next_buffers [1482]
                0.00    0.00       3/3           Fwindow_prev_buffers [1483]
                0.00    0.00       3/3           Fbufferp [1471]
                0.00    0.00       3/4           Fset_buffer_multibyte [1450]
                0.00    0.00       3/3           Fdaemonp [1473]
                0.00    0.00       3/3           Fstandard_syntax_table [1480]
                0.00    0.00       2/2           Fnext_window [1511]
                0.00    0.00       2/2           Fset_char_table_parent [1512]
                0.00    0.00       2/3           Fset_keymap_parent [1476]
                0.00    0.00       2/2           Fcar_less_than_car [1506]
                0.00    0.00       2/2           Ftty_type [1514]
                0.00    0.00       2/2843        Fget_buffer [884]
                0.00    0.00       2/571         Fsubstitute_command_keys [1031]
                0.00    0.00       2/2           Fbyte_code_function_p [1504]
                0.00    0.00       2/3           Fuser_login_name [1481]
                0.00    0.00       2/2           Fkeywordp [1507]
                0.00    0.00       2/4           Fsystem_name [1451]
                0.00    0.00       1/1           Fposn_at_x_y [1573]
                0.00    0.00       1/1           Ftool_bar_height [1581]
                0.00    0.00       1/1           Ffunction_equal [1569]
                0.00    0.00       1/1           Fdelete_frame [1563]
                0.00    0.00       1/1           Fframe_after_make_frame [1568]
                0.00    0.00       1/1           Fset_input_meta_mode [1578]
                0.00    0.00       1/1           Fcurrent_bidi_paragraph_direction [1561]
                0.00    0.00       1/1           Fbuffer_size [1558]
                0.00    0.00       1/6           Frestore_buffer_modified_p [1405]
                0.00    0.00       1/1           Flocale_info [1571]
                0.00    0.00       1/5           make_process [1435]
                0.00    0.00       1/5           Fget_buffer_process [1420]
                0.00    0.00       1/1           Femacs_pid [1566]
                0.00    0.00       1/1           Fmax_char [1572]
                0.00    0.00       1/2           Fbyteorder [1505]
                0.00    0.00       1/1           Finvocation_name [1570]
                0.00    0.00       1/1           Fuser_real_login_name [1583]
                0.00    0.00       1/1           Fcurrent_input_mode [1562]
                               48774             funcall_lambda <cycle 4> [314]
                               32737             exec_byte_code <cycle 4> [73]
                               16850             unbind_to <cycle 4> [244]
                                2072             Fcommandp <cycle 4> [853]
                                1472             Fput_text_property <cycle 4> [944]
                                1321             Finternal_set_lisp_face_attribute <cycle 4> [337]
                                 935             Fapply <cycle 4> [313]
                                 729             Fset_fontset_font <cycle 4> [56]
                                 543             Fmacroexpand <cycle 4> [674]
                                 518             Ffuncall_interactively <cycle 4> [1054]
                                 518             Fcall_interactively <cycle 4> [106]
                                 510             Fvertical_motion <cycle 4> [209]
                                 509             Fline_pixel_height <cycle 4> [1076]
                                 297             Feval <cycle 4> [320]
                                 133             Fexpand_file_name <cycle 4> [173]
                                 122             Fmap_keymap <cycle 4> [1157]
                                  91             Ffile_name_nondirectory <cycle 4> [251]
                                  59             code_convert_string <cycle 4> [264]
                                  53             Fmake_local_variable <cycle 4> [436]
                                  49             Ffile_name_as_directory <cycle 4> [279]
                                  45             Frun_hooks <cycle 4> [1260]
                                  45             Flookup_key <cycle 4> [891]
                                  42             Fmapcar <cycle 4> [401]
                                  41             Ffile_directory_p <cycle 4> [285]
                                  38             Ffile_name_directory <cycle 4> [284]
                                  36             Fset_default <cycle 4> [198]
                                  28             Fdirectory_file_name <cycle 4> [273]
                                  27             Ffile_symlink_p <cycle 4> [308]
                                  26             Fwindow_mode_line_height <cycle 4> [1299]
                                  24             Fload <cycle 4> [411]
                                  24             Fbuffer_list <cycle 4> [1308]
                                  24             Ffile_readable_p <cycle 4> [311]
                                  21             Fdefine_key <cycle 4> [112]
                                  20             Fimage_mask_p <cycle 4> [640]
                                  17             current_message <cycle 4> [1193]
                                  13             Fgarbage_collect <cycle 4> [64]
                                  10             Fwhere_is_internal <cycle 4> [326]
                                  10             select_window <cycle 4> [528]
                                   9             call2 <cycle 4> [924]
                                   8             styled_format <cycle 4> [369]
                                   8             Fthrow <cycle 4> [1387]
                                   6             Fpos_visible_in_window_p <cycle 4> [604]
                                   6             do_switch_frame <cycle 4> [1388]
                                   5             Fkill_local_variable <cycle 4> [741]
                                   4             Fposn_at_point <cycle 4> [1447]
                                   3             Finsert_file_contents <cycle 4> [351]
                                   3             Fmodify_frame_parameters <cycle 4> [1421]
                                   3             merge <cycle 4> [1492]
                                   3             Fkill_buffer <cycle 4> [565]
                                   3             Fget_buffer_create <cycle 4> [479]
                                   2             Fautoload_do_load <cycle 4> [587]
                                   2             Fmessage <cycle 4> [1510]
                                   2             Fset_coding_system_priority <cycle 4> [473]
                                   2             Feval_buffer <cycle 4> [507]
                                   2             Flocate_file_internal <cycle 4> [1509]
                                   2             Fsignal <cycle 4> [647]
                                   2             Fnew_fontset <cycle 4> [371]
                                   2             Ffile_attributes <cycle 4> [424]
                                   2             text_quoting_style <cycle 4> [434]
                                   2             Ffile_exists_p <cycle 4> [400]
                                   2             Fkill_all_local_variables <cycle 4> [1508]
                                   1             Frun_hook_with_args_until_failure <cycle 4> [1449]
                                   1             Fpropertize <cycle 4> [521]
                                   1             Fremove_text_properties <cycle 4> [625]
                                   1             Fcommand_error_default_function <cycle 4> [1560]
                                   1             Fx_open_connection <cycle 4> [1587]
                                   1             make_lispy_position <cycle 4> [562]
                                   1             Fmapc <cycle 4> [623]
                                   1             delete_frame <cycle 4> [230]
                                   1             Fkill_emacs <cycle 4> [686]
                                   1             Fset_window_configuration <cycle 4> [702]
                                   1             Ffile_accessible_directory_p <cycle 4> [453]
                                   1             Fmake_frame_visible <cycle 4> [606]
                                   1             Fx_create_frame <cycle 4> [202]
                                   1             Fredraw_frame <cycle 4> [1576]
                                   1             Fundo_boundary <cycle 4> [1582]
-----------------------------------------------
                0.00    0.00      22/1248173     Ffuncall <cycle 4> [29]
                0.00    0.03  138692/1248173     font_find_for_lface [14]
                0.04    0.21 1109459/1248173     font_registry_charsets [31]
[30]     2.9    0.04    0.24 1248173         Fassoc_string [30]
                0.11    0.13 2774305/2774417     Fcompare_strings [32]
                0.00    0.00      30/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      30/1112161     do_pending_atimers [55]
                0.00    0.00 4021820/4021849     Fsymbol_name [753]
-----------------------------------------------
                0.00    0.00       1/1109459     font_find_for_lface [14]
                0.00    0.25 1109458/1109459     xfont_list_pattern [19]
[31]     2.6    0.00    0.25 1109459         font_registry_charsets [31]
                0.04    0.21 1109459/1248173     Fassoc_string [30]
                0.00    0.00       3/883         find_font_encoding [68]
                0.00    0.00       3/2224296     Fgethash [28]
                0.00    0.00       3/2446268     hash_lookup [25]
                0.00    0.00       9/1289625     Fcons [80]
                0.00    0.00       3/14391       list1 [818]
                0.00    0.00       3/1818        nconc2 [916]
-----------------------------------------------
                0.00    0.00      23/2774417     Ffuncall <cycle 4> [29]
                0.00    0.00      89/2774417     Ftry_completion [416]
                0.11    0.13 2774305/2774417     Fassoc_string [30]
[32]     2.5    0.11    0.13 2774417         Fcompare_strings [32]
                0.09    0.00 3329554/3332260     casify_object [48]
                0.04    0.00 5548834/5549489     validate_subarray [62]
                0.00    0.00 5548834/5549204     string_char_to_byte [752]
                0.00    0.00 3329554/3329554     Fupcase [755]
-----------------------------------------------
                0.00    0.24    1450/1450        Ffuncall <cycle 4> [29]
[33]     2.5    0.00    0.24    1450         Fparse_partial_sexp [33]
                0.07    0.17    1450/1450        scan_sexps_forward [34]
                0.00    0.00   14500/1289625     Fcons [80]
                0.00    0.00    1450/15953       set_point_both [206]
                0.00    0.00    1450/25879       buf_charpos_to_bytepos [733]
                0.00    0.00    1450/1452        validate_region [947]
-----------------------------------------------
                0.07    0.17    1450/1450        Fparse_partial_sexp [33]
[34]     2.5    0.07    0.17    1450         scan_sexps_forward [34]
                0.10    0.07 5671808/7538722     char_table_ref [37]
                0.00    0.00    4311/410271      Fcdr [768]
                0.00    0.00    3353/49012       Fcar [807]
                0.00    0.00    1450/4865        SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
                                  55             draw_phys_cursor_glyph <cycle 4> [1208]
                                 240             x_write_glyphs <cycle 4> [516]
[35]     2.3    0.00    0.22     295         draw_glyphs <cycle 4> [35]
                0.22    0.00     291/291         _init [36]
                0.00    0.00    3194/3205        x_get_glyph_overhangs [407]
                0.00    0.00     443/460         x_compute_glyph_string_overhangs [483]
                0.00    0.00     460/460         fill_glyph_string [644]
                0.00    0.00     460/460         set_glyph_string_background_width [1086]
                0.00    0.00     460/460         init_glyph_string [1085]
                0.00    0.00     277/1972        window_box_left [912]
                0.00    0.00     277/6062        window_box_width [838]
                                 460             x_draw_glyph_string <cycle 4> [428]
                                  80             show_hourglass <cycle 4> [183]
-----------------------------------------------
                0.22    0.00     291/291         draw_glyphs <cycle 4> [35]
[36]     2.3    0.22    0.00     291         _init [36]
                0.00    0.00      17/460         x_compute_glyph_string_overhangs [483]
-----------------------------------------------
                0.00    0.00       8/7538722     exec_byte_code <cycle 4> [73]
                0.00    0.00     244/7538722     load_charset_map [222]
                0.00    0.00     916/7538722     char_composable_p [356]
                0.00    0.00    1451/7538722     scan_lists [149]
                0.00    0.00    2584/7538722     find_automatic_composition [293]
                0.00    0.00  138680/7538722     lookup_glyphless_char_display [178]
                0.00    0.00  138680/7538722     get_next_display_element <cycle 4> [10]
                0.00    0.00  138682/7538722     fontset_find_font [13]
                0.00    0.00  138685/7538722     face_for_char [11]
                0.00    0.00  141019/7538722     bidi_find_paragraph_start [175]
                0.00    0.00  142999/7538722     char_quoted [174]
                0.00    0.00  144200/7538722     back_comment [162]
                0.00    0.00  278989/7538722     bidi_paired_bracket_type [151]
                0.00    0.00  282038/7538722     bidi_explicit_dir_char [94]
                0.01    0.00  317739/7538722     composition_compute_stop_pos [107]
                0.10    0.07 5671808/7538722     scan_sexps_forward [34]
[37]     2.3    0.13    0.09 7538722         char_table_ref [37]
                0.09    0.00 33105673/33105673     sub_char_table_ref [49]
-----------------------------------------------
                0.00    0.06      16/47          read_char <cycle 2> [20]
                0.01    0.11      31/47          redisplay_preserve_echo_area [42]
[38]     1.9    0.01    0.17      47         redisplay_internal [38]
                0.00    0.03     104/9783        show_hourglass <cycle 4> [183]
                0.00    0.03     103/9783        do_pending_window_change <cycle 4> [1097]
                0.00    0.01      53/9783        unbind_to <cycle 4> [244]
                0.00    0.01      49/9783        overlay_arrows_changed_p <cycle 4> [1227]
                0.00    0.01      49/9783        safe__call1 <cycle 4> [1139]
                0.00    0.01      47/9783        store_symval_forwarding <cycle 4> [802]
                0.00    0.01      47/9783        specbind <cycle 4> [128]
                0.00    0.01      45/9783        update_frame <cycle 4> [1257]
                0.00    0.01      43/9783        update_overlay_arrows <cycle 4> [299]
                0.00    0.01      27/9783        echo_area_display <cycle 4> [704]
                0.00    0.00      15/9783        internal_condition_case_1 <cycle 4> [1098]
                0.00    0.00       7/7           redisplay_windows [179]
                0.00    0.00       6/9783        x_consider_frame_title <cycle 4> [361]
                0.00    0.00      98/1932        Fputhash [79]
                0.00    0.00       2/9783        adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      98/2224296     Fgethash [28]
                0.00    0.00      47/77270       set_internal [145]
                0.00    0.00      45/47          XTframe_up_to_date [457]
                0.00    0.00      49/78          reconsider_clip_changes [461]
                0.00    0.00      43/43          hscroll_windows [499]
                0.00    0.00       6/34          record_unwind_save_match_data [469]
                0.00    0.00      10/1289625     Fcons [80]
                0.00    0.00      31/3508683     unblock_input_to [144]
                0.00    0.00       6/6           propagate_buffer_redisplay [721]
                0.00    0.00       5/586         window_list [578]
                0.00    0.00      61/157         window_outdated [1143]
                0.00    0.00      53/227551      grow_specpdl [779]
                0.00    0.00      49/62          clear_window_matrices [1197]
                0.00    0.00      49/49          clear_desired_matrices [1231]
                0.00    0.00      49/69          mode_line_update_needed [1192]
                0.00    0.00      47/917         popup_activated [995]
                0.00    0.00      47/607         record_unwind_protect_void [1025]
                0.00    0.00      47/138614      record_in_backtrace [796]
                0.00    0.00      45/47          request_sigio [1252]
                0.00    0.00      45/45          start_polling [1261]
                0.00    0.00      45/45          stop_polling [1262]
                0.00    0.00      45/48          unrequest_sigio [1249]
                0.00    0.00      39/61          mark_window_display_accurate_1 [1199]
                0.00    0.00      31/3508670     unblock_input [754]
                0.00    0.00       7/7           XTcondemn_scroll_bars [1395]
                0.00    0.00       7/7           XTjudge_scroll_bars [1396]
                0.00    0.00       6/8775        record_unwind_protect [828]
                0.00    0.00       6/11          mark_window_display_accurate [1361]
-----------------------------------------------
                                 522             read_char <cycle 2> [20]
                0.00    0.93       1/3           internal_catch [6]
[39]     1.6    0.00    0.15     523         top_level_1 <cycle 2> [39]
                0.01    0.14     522/9783        call0 <cycle 4> [854]
                0.00    0.00     522/560         intern_1 [342]
                0.00    0.00     522/1041550     gettime [763]
                                   1             internal_condition_case <cycle 2> [215]
-----------------------------------------------
                0.00    0.15     510/510         read_key_sequence.constprop.44 <cycle 2> [15]
[40]     1.5    0.00    0.15     510         test_undefined [40]
                0.01    0.13     510/9783        Fkey_binding <cycle 4> [352]
                0.00    0.00     510/1020        Fcommand_remapping [978]
-----------------------------------------------
                0.00    0.14     514/514         read_char <cycle 2> [20]
[41]     1.5    0.00    0.14     514         sit_for [41]
                0.00    0.08       7/9           wait_reading_process_output [44]
                0.00    0.04     514/1397        detect_input_pending_run_timers [43]
                0.00    0.02     514/1038        swallow_events [65]
                0.00    0.00       7/1111191     gobble_input <cycle 3> [53]
                0.00    0.00       7/140         detect_input_pending [1148]
-----------------------------------------------
                0.00    0.00       1/31          wait_reading_process_output [44]
                0.00    0.12      30/31          detect_input_pending_run_timers [43]
[42]     1.3    0.00    0.12      31         redisplay_preserve_echo_area [42]
                0.01    0.11      31/47          redisplay_internal [38]
-----------------------------------------------
                0.00    0.01     142/1397        wait_reading_process_output [44]
                0.00    0.04     514/1397        sit_for [41]
                0.00    0.06     741/1397        read_char <cycle 2> [20]
[43]     1.3    0.00    0.12    1397         detect_input_pending_run_timers [43]
                0.00    0.12      30/31          redisplay_preserve_echo_area [42]
                0.00    0.00     154/1325        get_input_pending [67]
                0.00    0.00      28/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      28/1112161     do_pending_atimers [55]
                0.00    0.00      30/3508683     unblock_input_to [144]
                0.00    0.00      30/3508670     unblock_input [754]
                0.00    0.00      30/32          my_log_handler [1285]
                0.00    0.00      30/32          x_flush [1286]
-----------------------------------------------
                0.00    0.02       2/9           read_char <cycle 2> [20]
                0.00    0.08       7/9           sit_for [41]
[44]     1.1    0.00    0.10       9         wait_reading_process_output [44]
                0.01    0.07     257/9783        do_pending_window_change <cycle 4> [1097]
                0.00    0.01     142/1397        detect_input_pending_run_timers [43]
                0.00    0.01     133/1325        timer_check [59]
                0.00    0.00       1/31          redisplay_preserve_echo_area [42]
                0.00    0.00     133/1325        get_input_pending [67]
                0.00    0.00       9/9783        unbind_to <cycle 4> [244]
                0.00    0.00       9/1038        swallow_events [65]
                0.00    0.00     121/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00     121/1112161     do_pending_atimers [55]
                0.00    0.00     121/7770475     handle_input_available_signal [89]
                0.00    0.00     131/131         xg_select [561]
                0.00    0.00       3/3           timerfd_callback [579]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00     257/257         requeued_events_pending_p [1112]
                0.00    0.00     134/134         clear_waiting_for_input [1152]
                0.00    0.00     134/134         set_waiting_for_input [1153]
                0.00    0.00     133/140         detect_input_pending [1148]
                0.00    0.00      99/610         timespec_add [1024]
                0.00    0.00      95/1041550     gettime [763]
                0.00    0.00      68/2075        timespec_sub [909]
                0.00    0.00       9/227551      grow_specpdl [779]
                0.00    0.00       9/538         record_unwind_protect_int [1045]
                0.00    0.00       3/3           x_session_check_input [1502]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/32          my_log_handler [1285]
                0.00    0.00       1/32          x_flush [1286]
-----------------------------------------------
                             4442541             Fnreverse [45]
                0.00    0.00       1/2778892     Ffuncall <cycle 4> [29]
                0.00    0.00       3/2778892     Fload <cycle 4> [411]
                0.00    0.00       4/2778892     window_list [578]
                0.00    0.00       4/2778892     readevalloop <cycle 4> [402]
                0.00    0.00       6/2778892     Fset_charset_priority [444]
                0.00    0.00      20/2778892     lookup_image <cycle 4> [495]
                0.00    0.00     141/2778892     ftfont_list [211]
                0.00    0.00     143/2778892     Fset_fontset_font <cycle 4> [56]
                0.00    0.00     573/2778892     window_list_1 [344]
                0.00    0.00     785/2778892     exec_byte_code <cycle 4> [73]
                0.00    0.00     871/2778892     Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     999/2778892     offset_intervals [288]
                0.02    0.00  554734/2778892     font_list_entities [16]
                0.08    0.00 2220608/2778892     hash_lookup [25]
[45]     1.0    0.10    0.00 2778892+4442541 Fnreverse [45]
                0.00    0.00       3/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       3/1112161     do_pending_atimers [55]
                0.00    0.00  560787/591680      Fsetcdr [764]
                             4442541             Fnreverse [45]
-----------------------------------------------
                             4462684             mark_object <cycle 4> [46]
                                  98             mark_overlay <cycle 4> [988]
                                 208             mark_discard_killed_buffers <cycle 4> [1128]
                                 880             mark_image_cache <cycle 4> [1215]
                                1462             mark_specpdl <cycle 4> [1234]
                                1906             sweep_weak_table <cycle 4> [1009]
                               13862             xg_mark_data <cycle 4> [1245]
                               14618             mark_localized_symbol <cycle 4> [830]
                               15376             mark_face_cache <cycle 4> [1114]
                               34730             mark_compiled <cycle 4> [826]
                               46481             traverse_intervals_noorder <cycle 4> [989]
                               65896             mark_kboards <cycle 4> [1233]
                              548460             Fgarbage_collect <cycle 4> [64]
                             5271672             mark_vectorlike <cycle 4> [127]
                             5510016             mark_char_table <cycle 4> [88]
[46]     1.0    0.10    0.00 11525665+4462684 mark_object <cycle 4> [46]
                               83160             mark_vectorlike <cycle 4> [127]
                                9002             mark_compiled <cycle 4> [826]
                                7309             mark_localized_symbol <cycle 4> [830]
                                2051             mark_char_table <cycle 4> [88]
                                 662             traverse_intervals_noorder <cycle 4> [989]
                                 252             mark_face_cache <cycle 4> [1114]
                                 208             mark_discard_killed_buffers <cycle 4> [1128]
                                  98             mark_overlay <cycle 4> [988]
                                  44             mark_buffer <cycle 4> [1090]
                             4462684             mark_object <cycle 4> [46]
-----------------------------------------------
[47]     1.0    0.09    0.00 1111191+2226422 <cycle 3 as a whole> [47]
                0.06    0.00 1112969             gobble_input <cycle 3> [53]
                0.02    0.00 1112486             XTread_socket <cycle 3> [77]
                0.01    0.00 1112158             process_pending_signals <cycle 3> [134]
-----------------------------------------------
                0.00    0.00       1/3332260     fontset_from_font <cycle 4> [343]
                0.00    0.00       2/3332260     exec_byte_code <cycle 4> [73]
                0.00    0.00       2/3332260     Fnew_fontset <cycle 4> [371]
                0.00    0.00       4/3332260     Ffuncall <cycle 4> [29]
                0.00    0.00      36/3332260     process_tool_bar_item <cycle 4> [333]
                0.00    0.00     118/3332260     font_prop_validate_symbol [391]
                0.00    0.00     140/3332260     ftfont_list [211]
                0.00    0.00     686/3332260     font_parse_family_registry [321]
                0.00    0.00     822/3332260     Fset_fontset_font <cycle 4> [56]
                0.00    0.00     895/3332260     fs_query_fontset [324]
                0.09    0.00 3329554/3332260     Fcompare_strings [32]
[48]     0.9    0.09    0.00 3332260         casify_object [48]
                0.00    0.00    2676/35053       Fcopy_sequence [150]
                0.00    0.00      30/200         make_multibyte_string [653]
-----------------------------------------------
                0.09    0.00 33105673/33105673     char_table_ref [37]
[49]     0.9    0.09    0.00 33105673         sub_char_table_ref [49]
-----------------------------------------------
                0.00    0.00       1/1109464     x_set_mouse_color [115]
                0.00    0.00       2/1109464     x_term_init <cycle 4> [508]
                0.00    0.00       3/1109464     x_wm_supports [540]
                0.09    0.00 1109458/1109464     xfont_list_pattern [19]
[50]     0.9    0.09    0.00 1109464         x_had_errors_p [50]
-----------------------------------------------
                0.00    0.00       1/1109473     x_wm_supports [540]
                0.00    0.00       1/1109473     x_term_init <cycle 4> [508]
                0.00    0.00       1/1109473     x_set_mouse_color [115]
                0.00    0.00       1/1109473     read_and_apply_settings [585]
                0.00    0.00      11/1109473     x_set_frame_alpha <cycle 4> [480]
                0.08    0.01 1109458/1109473     xfont_list_pattern [19]
[51]     0.9    0.08    0.01 1109473         x_catch_errors_with_handler [51]
                0.01    0.00 1109473/1153527     xmalloc [118]
-----------------------------------------------
                             13478833             internal_equal [52]
                0.00    0.00     100/6002698     Fdelete [491]
                0.00    0.00     942/6002698     Frassoc [393]
                0.00    0.00    1189/6002698     Fmember [388]
                0.00    0.00   25585/6002698     Fequal [255]
                0.02    0.00 1535849/6002698     assoc_no_quit [96]
                0.03    0.00 2219460/6002698     hash_lookup [25]
                0.03    0.00 2219573/6002698     Fassoc [66]
[52]     0.7    0.07    0.00 6002698+13478833 internal_equal [52]
                0.00    0.00      81/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      81/1112161     do_pending_atimers [55]
                             13478833             internal_equal [52]
-----------------------------------------------
                             1112960             process_pending_signals <cycle 3> [134]
                0.00    0.00       2/1111191     read_char <cycle 2> [20]
                0.00    0.00       7/1111191     sit_for [41]
[53]     0.6    0.06    0.00 1112969         gobble_input <cycle 3> [53]
                0.00    0.00 1111677/1111677     frame_make_pointer_visible [761]
                             1112486             XTread_socket <cycle 3> [77]
-----------------------------------------------
                                                 <spontaneous>
[54]     0.6    0.04    0.02                 deliver_process_signal [54]
                0.02    0.00 7770354/7770475     handle_input_available_signal [89]
-----------------------------------------------
                0.00    0.00       1/1112161     other_visible_frames [590]
                0.00    0.00       1/1112161     adjust_frame_size <cycle 4> [497]
                0.00    0.00       1/1112161     x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/1112161     x_new_font <cycle 4> [588]
                0.00    0.00       1/1112161     Fx_backspace_delete_keys_p [589]
                0.00    0.00       1/1112161     x_set_mouse_color [115]
                0.00    0.00       1/1112161     x_window <cycle 4> [591]
                0.00    0.00       1/1112161     update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       1/1112161     xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       1/1112161     where_is_internal <cycle 4> [157]
                0.00    0.00       1/1112161     unbind_to <cycle 4> [244]
                0.00    0.00       1/1112161     Frassoc [393]
                0.00    0.00       1/1112161     xftfont_open [394]
                0.00    0.00       1/1112161     xg_select [561]
                0.00    0.00       2/1112161     x_scroll_bar_create [525]
                0.00    0.00       2/1112161     Fx_change_window_property [550]
                0.00    0.00       2/1112161     x_defined_color [511]
                0.00    0.00       3/1112161     realize_basic_faces [153]
                0.00    0.00       3/1112161     timerfd_callback [579]
                0.00    0.00       3/1112161     x_wait_for_event [532]
                0.00    0.00       3/1112161     Fnreverse [45]
                0.00    0.00       4/1112161     Fgarbage_collect <cycle 4> [64]
                0.00    0.00       4/1112161     Fassoc [66]
                0.00    0.00       6/1112161     Fx_register_dnd_atom [509]
                0.00    0.00       7/1112161     XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00       7/1112161     xftfont_text_extents [236]
                0.00    0.00       8/1112161     Fx_selection_exists_p [489]
                0.00    0.00      28/1112161     detect_input_pending_run_timers [43]
                0.00    0.00      30/1112161     Fassoc_string [30]
                0.00    0.00      48/1112161     x_make_frame_visible <cycle 4> [420]
                0.00    0.00      54/1112161     re_match_2_internal [83]
                0.00    0.00      81/1112161     internal_equal [52]
                0.00    0.00     100/1112161     Fmake_list [190]
                0.00    0.00     106/1112161     Fassq [384]
                0.00    0.00     121/1112161     wait_reading_process_output [44]
                0.00    0.00     219/1112161     exec_byte_code <cycle 4> [73]
                0.00    0.00     421/1112161     Ffuncall <cycle 4> [29]
                0.00    0.00     454/1112161     funcall_lambda <cycle 4> [314]
                0.00    0.00     976/1112161     XTread_socket <cycle 3> [77]
                0.03    0.03 1109455/1112161     xfont_list_pattern [19]
[55]     0.6    0.03    0.03 1112161         do_pending_atimers [55]
                0.01    0.01 1039397/1039907     set_alarm [84]
                0.01    0.00 1039397/1040417     block_atimers [119]
                0.00    0.00 1039397/1041550     gettime [763]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [176]
                                   2             fontset_from_font <cycle 4> [343]
                                 147             Fnew_fontset <cycle 4> [371]
                                 729             Ffuncall <cycle 4> [29]
[56]     0.6    0.00    0.06     880         Fset_fontset_font <cycle 4> [56]
                0.01    0.02     879/883         find_font_encoding [68]
                0.00    0.02    1207/1306        fontset_add [75]
                0.00    0.00      36/38          Fset_char_table_range [223]
                0.00    0.00      31/108         set_fontset_font [191]
                0.00    0.00     879/879         concat3 [274]
                0.00    0.00     759/887         Ffont_spec [280]
                0.00    0.00    1085/2446268     hash_lookup [25]
                0.00    0.00     911/154204      allocate_vector [92]
                0.00    0.00     882/2224296     Fgethash [28]
                0.00    0.00     806/819         Ffont_xlfd_name [316]
                0.00    0.00     686/686         font_parse_family_registry [321]
                0.00    0.00     880/880         check_fontset_name [325]
                0.00    0.00     822/3332260     casify_object [48]
                0.00    0.00    1209/1289625     Fcons [80]
                0.00    0.00       1/8           font_load_for_lface [302]
                0.00    0.00     143/2778892     Fnreverse [45]
                0.00    0.00      37/8857        Fmake_vector [207]
                0.00    0.00       2/2           Fclear_face_cache [727]
                0.00    0.00     880/881         free_realized_fontsets [997]
                0.00    0.00     852/14391       list1 [818]
                0.00    0.00     822/2666        Fdowncase [888]
                0.00    0.00     333/49012       Fcar [807]
                0.00    0.00     333/410271      Fcdr [768]
                0.00    0.00     171/10850       Fmemq [822]
                                 143             map_char_table <cycle 4> [455]
                                  32             map_charset_chars <cycle 4> [199]
                                   1             Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
                0.00    0.00       1/146733      line_bottom_y <cycle 4> [537]
                0.00    0.00     295/146733      show_hourglass <cycle 4> [183]
                0.00    0.00    1138/146733      produce_special_glyphs [234]
                0.00    0.00    2313/146733      display_string <cycle 4> [210]
                0.00    0.00    7679/146733      display_line <cycle 4> [184]
                0.05    0.00  135307/146733      move_it_in_display_line_to <cycle 4> [58]
[57]     0.6    0.06    0.00  146733         x_produce_glyphs [57]
                0.00    0.00    5474/180498      get_char_property_and_overlay [100]
                0.00    0.00  143996/147201      get_per_char_metric [237]
                0.00    0.00  143996/143996      get_char_glyph_code [793]
                0.00    0.00    5474/167471      Fget_char_property [786]
                0.00    0.00    5474/9334        get_it_property [824]
-----------------------------------------------
                                   1             buffer_posn_from_coords <cycle 4> [1590]
                                 510             Fvertical_motion <cycle 4> [209]
                                2779             move_it_to <cycle 4> [213]
[58]     0.5    0.00    0.05    3290         move_it_in_display_line_to <cycle 4> [58]
                0.05    0.00  135307/146733      x_produce_glyphs [57]
                0.00    0.00    3240/3592        handle_line_prefix [260]
                0.00    0.00       3/3667        bidi_shelve_cache [863]
                              135342             get_next_display_element <cycle 4> [10]
                              132052             set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
                0.00    0.01     133/1325        wait_reading_process_output [44]
                0.00    0.05    1192/1325        readable_events [61]
[59]     0.5    0.00    0.05    1325         timer_check [59]
                0.00    0.01      45/9783        store_symval_forwarding <cycle 4> [802]
                0.00    0.01      45/9783        specbind <cycle 4> [128]
                0.00    0.01      45/9783        call1 <cycle 4> [949]
                0.00    0.01      45/9783        unbind_to <cycle 4> [244]
                0.00    0.00    2122/35053       Fcopy_sequence [150]
                0.00    0.00      45/77270       set_internal [145]
                0.00    0.00    1950/2075        timespec_sub [909]
                0.00    0.00    1504/1504        decode_timer [937]
                0.00    0.00     860/1041550     gettime [763]
-----------------------------------------------
                0.00    0.00       1/1109472     x_wm_supports [540]
                0.00    0.00       1/1109472     x_term_init <cycle 4> [508]
                0.00    0.00       1/1109472     read_and_apply_settings [585]
                0.00    0.00      11/1109472     x_set_frame_alpha <cycle 4> [480]
                0.05    0.00 1109458/1109472     xfont_list_pattern [19]
[60]     0.5    0.05    0.00 1109472         x_uncatch_errors [60]
                0.00    0.00 1109472/1140773     xfree [760]
-----------------------------------------------
                0.00    0.01     522/1847        read_char <cycle 2> [20]
                0.00    0.03    1325/1847        get_input_pending [67]
[61]     0.5    0.00    0.05    1847         readable_events [61]
                0.00    0.05    1192/1325        timer_check [59]
-----------------------------------------------
                0.00    0.00       1/5549489     read_internal_start [281]
                0.00    0.00     654/5549489     Fsubstring [362]
                0.04    0.00 5548834/5549489     Fcompare_strings [32]
[62]     0.4    0.04    0.00 5549489         validate_subarray [62]
-----------------------------------------------
                0.00    0.00       1/4474415     x_make_frame_visible <cycle 4> [420]
                0.00    0.00       1/4474415     x_clipboard_manager_save_all [687]
                0.00    0.00       1/4474415     font_match_p [685]
                0.00    0.00       1/4474415     font_put_frame_data [648]
                0.00    0.00       3/4474415     ftfont_spec_pattern [345]
                0.00    0.00       4/4474415     xfont_list_pattern [19]
                0.00    0.00       8/4474415     xftfont_open [394]
                0.00    0.00       8/4474415     Fx_selection_exists_p [489]
                0.00    0.00     235/4474415     ftfont_list [211]
                0.00    0.00     490/4474415     font_get_frame_data [442]
                0.00    0.00    1134/4474415     font_put_extra [336]
                0.00    0.00    1502/4474415     get_lface_attributes [355]
                0.00    0.00    3432/4474415     lface_from_face_name_no_resolve [353]
                0.00    0.00    5616/4474415     set_internal [145]
                0.00    0.00    9497/4474415     apply_modifiers [309]
                0.00    0.00   14649/4474415     swap_in_symval_forwarding [295]
                0.02    0.00 2218909/4474415     ftfont_lookup_cache [22]
                0.02    0.00 2218924/4474415     xfont_list [17]
[63]     0.4    0.04    0.00 4474415         assq_no_quit [63]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [176]
                                  13             Ffuncall <cycle 4> [29]
                                  35             exec_byte_code <cycle 4> [73]
[64]     0.4    0.00    0.04      49         Fgarbage_collect <cycle 4> [64]
                0.01    0.01      49/49          sweep_vectors [91]
                0.01    0.00      49/49          sweep_conses [131]
                0.00    0.01   37552/37552       mark_maybe_object [165]
                0.00    0.00     213/533         Fsuspicious_object [108]
                0.00    0.00     392/415         list4 [365]
                0.00    0.00     539/1289625     Fcons [80]
                0.00    0.00     147/695         list3 [360]
                0.00    0.00      49/4964        Flist [257]
                0.00    0.00       4/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       4/1112161     do_pending_atimers [55]
                0.00    0.00      49/3508683     unblock_input_to [144]
                0.00    0.00   24933/69654       mem_find [801]
                0.00    0.00     196/3408        sweep_buffers [868]
                0.00    0.00      98/1041550     gettime [763]
                0.00    0.00      49/138614      record_in_backtrace [796]
                0.00    0.00      49/49          shrink_regexp_cache [1237]
                0.00    0.00      49/49          mark_fringe_data [1232]
                0.00    0.00      49/49          sweep_floats [1238]
                0.00    0.00      49/49          sweep_strings [1241]
                0.00    0.00      49/49          sweep_misc [1240]
                0.00    0.00      49/49          sweep_symbols [1242]
                0.00    0.00      49/49          sweep_intervals [1239]
                0.00    0.00      49/49          relocate_byte_stack [1235]
                0.00    0.00      49/3508670     unblock_input [754]
                0.00    0.00      49/227551      grow_specpdl [779]
                0.00    0.00      49/607         record_unwind_protect_void [1025]
                0.00    0.00      49/49          total_bytes_of_live_objects [1244]
                0.00    0.00      49/2075        timespec_sub [909]
                0.00    0.00      49/652         make_float [1021]
                0.00    0.00       2/2125        xrealloc [905]
                              548460             mark_object <cycle 4> [46]
                                2379             mark_vectorlike <cycle 4> [127]
                                 441             mark_char_table <cycle 4> [88]
                                 338             compact_buffer <cycle 4> [677]
                                 239             mark_buffer <cycle 4> [1090]
                                  52             mark_image_cache <cycle 4> [1215]
                                  49             mark_specpdl <cycle 4> [1234]
                                  49             xg_mark_data <cycle 4> [1245]
                                  49             mark_kboards <cycle 4> [1233]
                                  49             sweep_weak_hash_tables <cycle 4> [1243]
                                  49             unbind_to <cycle 4> [244]
                                  49             push_message <cycle 4> [512]
-----------------------------------------------
                0.00    0.00       9/1038        wait_reading_process_output [44]
                0.00    0.02     514/1038        sit_for [41]
                0.00    0.02     515/1038        read_char <cycle 2> [20]
[65]     0.4    0.00    0.04    1038         swallow_events [65]
                0.00    0.03    1038/1325        get_input_pending [67]
                0.01    0.00    1038/1038        process_special_events [135]
-----------------------------------------------
                0.00    0.00       1/554979      set_frame_cursor_types [631]
                0.00    0.00      16/554979      display_and_set_cursor <cycle 4> [496]
                0.00    0.00      16/554979      fs_query_fontset [324]
                0.00    0.00      21/554979      Fdefine_key <cycle 4> [112]
                0.00    0.00      52/554979      display_mode_element <cycle 4> [379]
                0.00    0.00      60/554979      eval_sub <cycle 4> [176]
                0.00    0.00      79/554979      Ffuncall <cycle 4> [29]
                0.01    0.03  554734/554979      xfont_list [17]
[66]     0.4    0.01    0.03  554979         Fassoc [66]
                0.03    0.00 2219573/6002698     internal_equal [52]
                0.00    0.00       4/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       4/1112161     do_pending_atimers [55]
-----------------------------------------------
                0.00    0.00     133/1325        wait_reading_process_output [44]
                0.00    0.00     154/1325        detect_input_pending_run_timers [43]
                0.00    0.03    1038/1325        swallow_events [65]
[67]     0.3    0.00    0.03    1325         get_input_pending [67]
                0.00    0.03    1325/1847        readable_events [61]
-----------------------------------------------
                0.00    0.00       1/883         fontset_from_font <cycle 4> [343]
                0.00    0.00       3/883         font_registry_charsets [31]
                0.01    0.02     879/883         Fset_fontset_font <cycle 4> [56]
[68]     0.3    0.01    0.02     883         find_font_encoding [68]
                0.00    0.02   30007/38795       fast_string_match_internal [71]
                0.00    0.00     825/2446268     hash_lookup [25]
-----------------------------------------------
                0.03    0.00 1109458/1109458     xfont_list [17]
[69]     0.3    0.03    0.00 1109458         xfont_encode_coding_xlfd [69]
-----------------------------------------------
                0.00    0.00       1/18          char_table_set [195]
                0.01    0.00       3/18          uniprop_table [168]
                0.02    0.00      14/18          char_table_set_range [76]
[70]     0.3    0.03    0.00      18         char_table_ascii [70]
-----------------------------------------------
                0.00    0.00      12/38795       font_rescale_ratio [398]
                0.00    0.00      31/38795       Ffind_operation_coding_system [358]
                0.00    0.00      40/38795       fs_query_fontset [324]
                0.00    0.01    8705/38795       Ffind_file_name_handler [158]
                0.00    0.02   30007/38795       find_font_encoding [68]
[71]     0.3    0.00    0.03   38795         fast_string_match_internal [71]
                0.00    0.02   38795/39716       re_search [74]
                0.00    0.01   38795/49854       compile_pattern [156]
-----------------------------------------------
                0.00    0.00    5160/44876       search_buffer [181]
                0.01    0.02   39716/44876       re_search [74]
[72]     0.3    0.01    0.02   44876         re_search_2 [72]
                0.02    0.00   49862/55320       re_match_2_internal [83]
                0.00    0.00   44876/50334       SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
                0.00    0.00   27768/27768       re_compile_fastmap [814]
-----------------------------------------------
                                   4             eval_sub <cycle 4> [176]
                                 255             apply_lambda <cycle 4> [340]
                               16113             funcall_lambda <cycle 4> [314]
                               32737             Ffuncall <cycle 4> [29]
[73]     0.3    0.01    0.02   49109         exec_byte_code <cycle 4> [73]
                0.01    0.00    9033/9355        Fsetcar [129]
                0.00    0.01   51281/77270       set_internal [145]
                0.00    0.00   10007/11493       Fgoto_char [218]
                0.00    0.00   16299/1289625     Fcons [80]
                0.00    0.00    2582/116631      Flength [126]
                0.00    0.00    2405/4964        Flist [257]
                0.00    0.00     258/45490       concat [103]
                0.00    0.00     518/518         Fforward_line [348]
                0.00    0.00     785/2778892     Fnreverse [45]
                0.00    0.00     219/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00     555/654         Fsubstring [362]
                0.00    0.00     219/1112161     do_pending_atimers [55]
                0.00    0.00    1414/1677        Fmember [388]
                0.00    0.00     182/1230        list2 [368]
                0.00    0.00      63/25585       Fequal [255]
                0.00    0.00       2/2           Fbuffer_substring [553]
                0.00    0.00       8/7538722     char_table_ref [37]
                0.00    0.00    1481/1486        save_excursion_save [581]
                0.00    0.00    1481/1486        make_save_obj_obj_obj_obj [582]
                0.00    0.00       2/2           skip_chars.constprop.5 [586]
                0.00    0.00       1/1           move_point [629]
                0.00    0.00       2/3332260     casify_object [48]
                0.00    0.00    1563/501996      Fassq [384]
                0.00    0.00     467/572         set_marker_internal [747]
                0.00    0.00      12/12          Fchar_after [750]
                0.00    0.00   26820/27343       arithcompare [815]
                0.00    0.00   15478/18301       arith_driver [817]
                0.00    0.00    8711/10850       Fmemq [822]
                0.00    0.00    7556/227551      grow_specpdl [779]
                0.00    0.00    7556/8775        record_unwind_protect [828]
                0.00    0.00    5865/14391       list1 [818]
                0.00    0.00    5101/6187        Fplus [836]
                0.00    0.00    4873/4873        Fmin [851]
                0.00    0.00    3851/3900        Ffunctionp [859]
                0.00    0.00    3699/41387       Fcurrent_buffer [809]
                0.00    0.00    3497/3497        Fmax [866]
                0.00    0.00    2900/5577        push_handler [843]
                0.00    0.00    2549/11766       Faref [821]
                0.00    0.00    1934/1934        Fbolp [913]
                0.00    0.00    1895/2149        Faset [902]
                0.00    0.00    1602/98231       Fplist_get [798]
                0.00    0.00    1602/69910       Fget [800]
                0.00    0.00    1476/2204        Fwiden [900]
                0.00    0.00    1476/1476        save_restriction_save [943]
                0.00    0.00    1156/1668        Fminus [926]
                0.00    0.00    1153/124360      Fstring_equal [797]
                0.00    0.00     831/831         Ftimes [999]
                0.00    0.00     539/591680      Fsetcdr [764]
                0.00    0.00     529/652         make_float [1021]
                0.00    0.00     529/529         float_arith_driver [1047]
                0.00    0.00     467/557         Fset_marker [1035]
                0.00    0.00     300/2131        Fnconc [903]
                0.00    0.00     258/965         Fconcat [986]
                0.00    0.00     138/139         Fsymbol_function [1149]
                0.00    0.00      70/70          match_limit [1189]
                0.00    0.00      50/50          Fmatch_beginning [1226]
                0.00    0.00      42/5810        Fnthcdr [841]
                0.00    0.00      20/20          Fmatch_end [1325]
                0.00    0.00      20/20          Fquo [1326]
                0.00    0.00       2/2666        Fdowncase [888]
                0.00    0.00       1/1           Fforward_char [1567]
                0.00    0.00       1/1           Fskip_chars_forward [1580]
                0.00    0.00       1/1           Fskip_chars_backward [1579]
                              115596             Ffuncall <cycle 4> [29]
                               42892             specbind <cycle 4> [128]
                               30046             Fsymbol_value <cycle 4> [806]
                               16753             unbind_to <cycle 4> [244]
                               11553             store_symval_forwarding <cycle 4> [802]
                                 711             Fset_buffer <cycle 4> [897]
                                 491             Fset_default <cycle 4> [198]
                                 299             Fset <cycle 4> [249]
                                  35             Fgarbage_collect <cycle 4> [64]
-----------------------------------------------
                0.00    0.00      53/39716       fast_c_string_match_ignore_case [341]
                0.00    0.00     386/39716       string_match_1 [256]
                0.00    0.00     482/39716       directory_files_internal <cycle 4> [254]
                0.00    0.02   38795/39716       fast_string_match_internal [71]
[74]     0.3    0.00    0.02   39716         re_search [74]
                0.01    0.02   39716/44876       re_search_2 [72]
-----------------------------------------------
                0.00    0.00      99/1306        set_fontset_font [191]
                0.00    0.02    1207/1306        Fset_fontset_font <cycle 4> [56]
[75]     0.3    0.00    0.02    1306         fontset_add [75]
                0.00    0.02    1388/1428        char_table_set_range [76]
                0.00    0.00     396/640         char_table_set [195]
                0.00    0.00    1214/45490       concat [103]
                0.00    0.00    1306/8857        Fmake_vector [207]
                0.00    0.00    1388/1391        char_table_ref_and_range [950]
                0.00    0.00    1214/6814        Fvconcat [832]
-----------------------------------------------
                0.00    0.00       3/1428        fontset_find_font [13]
                0.00    0.00      37/1428        Fset_char_table_range [223]
                0.00    0.02    1388/1428        fontset_add [75]
[76]     0.2    0.00    0.02    1428         char_table_set_range [76]
                0.02    0.00      14/18          char_table_ascii [70]
                0.00    0.00    1031/1031        sub_char_table_set_range [373]
                0.00    0.00      11/170         make_sub_char_table [359]
-----------------------------------------------
                             1112486             gobble_input <cycle 3> [53]
[77]     0.2    0.02    0.00 1112486         XTread_socket <cycle 3> [77]
                0.00    0.00 1112486/3508683     unblock_input_to [144]
                0.00    0.00     976/1112161     do_pending_atimers [55]
                0.00    0.00 1112486/3508670     unblock_input [754]
                                 976             process_pending_signals <cycle 3> [134]
-----------------------------------------------
                0.00    0.00       2/138863      fontset_from_font <cycle 4> [343]
                0.00    0.00      28/138863      font_clear_prop [433]
                0.00    0.00     141/138863      font_list_entities [16]
                0.00    0.02  138692/138863      font_find_for_lface [14]
[78]     0.2    0.00    0.02  138863         copy_font_spec [78]
                0.00    0.02  138863/154204      allocate_vector [92]
                0.00    0.00  277722/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00      24/1932        Ffuncall <cycle 4> [29]
                0.00    0.00      98/1932        redisplay_internal [38]
                0.00    0.01     551/1932        ftfont_lookup_cache [22]
                0.00    0.01    1259/1932        where_is_internal_1 <cycle 4> [101]
[79]     0.2    0.00    0.02    1932         Fputhash [79]
                0.02    0.00    1383/1383        hash_put [82]
                0.00    0.00    1932/2446268     hash_lookup [25]
                0.00    0.00    1932/2226228     CHECK_HASH_TABLE [756]
-----------------------------------------------
                0.00    0.00       1/1289625     make_frame <cycle 4> [534]
                0.00    0.00       1/1289625     x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/1289625     x_term_init <cycle 4> [508]
                0.00    0.00       1/1289625     x_set_tool_bar_position [638]
                0.00    0.00       1/1289625     Fdefine_key <cycle 4> [112]
                0.00    0.00       1/1289625     prepare_record [675]
                0.00    0.00       2/1289625     record_first_change [656]
                0.00    0.00       2/1289625     save_menu_items [605]
                0.00    0.00       2/1289625     map_char_table_for_charset [200]
                0.00    0.00       2/1289625     Fx_create_frame <cycle 4> [202]
                0.00    0.00       2/1289625     xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       2/1289625     init_kboard [655]
                0.00    0.00       2/1289625     record_buffer [654]
                0.00    0.00       2/1289625     record_insert [643]
                0.00    0.00       2/1289625     Fautoload [584]
                0.00    0.00       2/1289625     font_update_drivers [568]
                0.00    0.00       2/1289625     font_put_frame_data [648]
                0.00    0.00       2/1289625     Feval_buffer <cycle 4> [507]
                0.00    0.00       2/1289625     fontset_find_font [13]
                0.00    0.00       2/1289625     fontset_pattern_regexp [549]
                0.00    0.00       2/1289625     Fnew_fontset <cycle 4> [371]
                0.00    0.00       3/1289625     Fsignal <cycle 4> [647]
                0.00    0.00       4/1289625     Ffontp [363]
                0.00    0.00       4/1289625     Fload <cycle 4> [411]
                0.00    0.00       4/1289625     save_window_save [634]
                0.00    0.00       5/1289625     Finternal_char_font [322]
                0.00    0.00       6/1289625     display_mode_element <cycle 4> [379]
                0.00    0.00       6/1289625     Fterminal_list [619]
                0.00    0.00       6/1289625     Fset_terminal_parameter [618]
                0.00    0.00       6/1289625     Fxw_color_values [548]
                0.00    0.00       6/1289625     file_attributes [518]
                0.00    0.00       6/1289625     fontset_from_font <cycle 4> [343]
                0.00    0.00       7/1289625     Fcurrent_time [530]
                0.00    0.00       8/1289625     add_window_to_list [609]
                0.00    0.00       8/1289625     font_open_entity [392]
                0.00    0.00       8/1289625     Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00       8/1289625     Fpropertize <cycle 4> [521]
                0.00    0.00       8/1289625     readevalloop <cycle 4> [402]
                0.00    0.00       9/1289625     read_char <cycle 2> [20]
                0.00    0.00       9/1289625     font_registry_charsets [31]
                0.00    0.00      10/1289625     redisplay_internal [38]
                0.00    0.00      10/1289625     Fget_buffer_create <cycle 4> [479]
                0.00    0.00      10/1289625     Finsert_file_contents <cycle 4> [351]
                0.00    0.00      10/1289625     Fprovide [583]
                0.00    0.00      10/1289625     lookup_image <cycle 4> [495]
                0.00    0.00      12/1289625     make_lispy_position <cycle 4> [562]
                0.00    0.00      12/1289625     get_keyelt <cycle 4> [541]
                0.00    0.00      12/1289625     x_find_image_fd <cycle 4> [500]
                0.00    0.00      16/1289625     Fget_load_suffixes [443]
                0.00    0.00      19/1289625     Fcopy_keymap [551]
                0.00    0.00      20/1289625     apply_modifiers [309]
                0.00    0.00      22/1289625     adjust_frame_size <cycle 4> [497]
                0.00    0.00      22/1289625     process_tool_bar_item <cycle 4> [333]
                0.00    0.00      26/1289625     handle_one_xevent [99]
                0.00    0.00      31/1289625     map_charset_chars <cycle 4> [199]
                0.00    0.00      32/1289625     funcall_lambda <cycle 4> [314]
                0.00    0.00      35/1289625     openp <cycle 4> [220]
                0.00    0.00      36/1289625     parse_modifiers [377]
                0.00    0.00      36/1289625     make_blv [506]
                0.00    0.00      42/1289625     Fset_coding_system_priority <cycle 4> [473]
                0.00    0.00      44/1289625     store_in_keymap [502]
                0.00    0.00      46/1289625     Faccessible_keymaps <cycle 4> [283]
                0.00    0.00      47/1289625     set_fontset_font [191]
                0.00    0.00      50/1289625     push_message <cycle 4> [512]
                0.00    0.00      62/1289625     Ffset [225]
                0.00    0.00      64/1289625     set_internal [145]
                0.00    0.00      72/1289625     map_keymap_char_table_item [493]
                0.00    0.00      76/1289625     store_frame_param [490]
                0.00    0.00      76/1289625     access_keymap_1 <cycle 4> [305]
                0.00    0.00      90/1289625     Fmake_local_variable <cycle 4> [436]
                0.00    0.00     128/1289625     Fdefalias [224]
                0.00    0.00     131/1289625     menu_bar_item <cycle 4> [467]
                0.00    0.00     137/1289625     Fdefvar <cycle 4> [454]
                0.00    0.00     158/1289625     Fput [267]
                0.00    0.00     164/1289625     Finternal_make_lisp_face [385]
                0.00    0.00     180/1289625     eval_sub <cycle 4> [176]
                0.00    0.00     208/1289625     Fset_charset_priority [444]
                0.00    0.00     215/1289625     map_char_table <cycle 4> [455]
                0.00    0.00     220/1289625     Fplist_put [261]
                0.00    0.00     252/1289625     time_arith [445]
                0.00    0.00     271/1289625     Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     329/1289625     read1 <cycle 5> [300]
                0.00    0.00     401/1289625     Fsafe_length [427]
                0.00    0.00     478/1289625     directory_files_internal <cycle 4> [254]
                0.00    0.00     510/1289625     command_loop_1 <cycle 2> [18]
                0.00    0.00     518/1289625     Fcall_interactively <cycle 4> [106]
                0.00    0.00     539/1289625     Fgarbage_collect <cycle 4> [64]
                0.00    0.00     551/1289625     ftfont_lookup_cache [22]
                0.00    0.00    1019/1289625     update_compositions <cycle 4> [154]
                0.00    0.00    1021/1289625     read_key_sequence.constprop.44 <cycle 2> [15]
                0.00    0.00    1030/1289625     Fwindow_scroll_bars [319]
                0.00    0.00    1039/1289625     code_conversion_save <cycle 4> [376]
                0.00    0.00    1076/1289625     accumulate_script_ranges [374]
                0.00    0.00    1084/1289625     Fbacktrace_frame [318]
                0.00    0.00    1109/1289625     ftfont_pattern_entity [216]
                0.00    0.00    1109/1289625     ftfont_list [211]
                0.00    0.00    1132/1289625     window_list_1 [344]
                0.00    0.00    1209/1289625     Fset_fontset_font <cycle 4> [56]
                0.00    0.00    1230/1289625     list2 [368]
                0.00    0.00    1245/1289625     list4 [365]
                0.00    0.00    1302/1289625     where_is_internal_1 <cycle 4> [101]
                0.00    0.00    1390/1289625     list3 [360]
                0.00    0.00    1582/1289625     read_list <cycle 5> [357]
                0.00    0.00    1998/1289625     offset_intervals [288]
                0.00    0.00    2062/1289625     Fkey_binding <cycle 4> [352]
                0.00    0.00    2584/1289625     font_put_extra [336]
                0.00    0.00    3319/1289625     Ffuncall <cycle 4> [29]
                0.00    0.00    3666/1289625     accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00    3932/1289625     add_properties [291]
                0.00    0.00    4128/1289625     list5 [327]
                0.00    0.00    5685/1289625     Fcurrent_active_maps <cycle 4> [192]
                0.00    0.00   14500/1289625     Fparse_partial_sexp [33]
                0.00    0.00   16299/1289625     exec_byte_code <cycle 4> [73]
                0.00    0.00   18766/1289625     Flist [257]
                0.00    0.00  106560/1289625     store_in_alist [196]
                0.00    0.00  122156/1289625     Fcopy_alist [188]
                0.00    0.00  127058/1289625     Fmake_list [190]
                0.00    0.00  277722/1289625     copy_font_spec [78]
                0.01    0.00  555016/1289625     font_list_entities [16]
[80]     0.2    0.02    0.00 1289625         Fcons [80]
                0.00    0.00    6810/6810        lisp_align_malloc [329]
-----------------------------------------------
                0.00    0.00     500/156717      eval_sub <cycle 4> [176]
                0.00    0.00    2014/156717      allocate_pseudovector [265]
                0.02    0.00  154203/156717      allocate_vector [92]
[81]     0.2    0.02    0.00  156717         Fmake_string [81]
                0.00    0.00    2561/1153527     xmalloc [118]
                0.00    0.00    2561/10417       mem_insert [310]
                0.00    0.00      48/1280        lisp_malloc [409]
                0.00    0.00     500/46458       make_uninit_multibyte_string [417]
-----------------------------------------------
                0.02    0.00    1383/1383        Fputhash [79]
[82]     0.2    0.02    0.00    1383         hash_put [82]
                0.00    0.00      48/63          larger_vector [413]
                0.00    0.00      16/8857        Fmake_vector [207]
-----------------------------------------------
                0.00    0.00       4/55320       looking_at_1 [468]
                0.00    0.00    5454/55320       fast_looking_at [186]
                0.02    0.00   49862/55320       re_search_2 [72]
[83]     0.2    0.02    0.00   55320         re_match_2_internal [83]
                0.00    0.00      54/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      54/1112161     do_pending_atimers [55]
                0.00    0.00      11/2682        skip_one_char [887]
-----------------------------------------------
                0.00    0.00     510/1039907     start_atimer [383]
                0.01    0.01 1039397/1039907     do_pending_atimers [55]
[84]     0.2    0.01    0.01 1039907         set_alarm [84]
                0.01    0.00 1039907/1039907     add_timer_wait_descriptor [120]
-----------------------------------------------
                0.00    0.00  416046/2634947     font_has_char [102]
                0.02    0.00 2218901/2634947     font_sort_entities [21]
[85]     0.2    0.02    0.00 2634947         xftfont_has_char [85]
-----------------------------------------------
                0.00    0.00       1/555562      Fnew_fontset <cycle 4> [371]
                0.00    0.00       8/555562      font_build_object [406]
                0.00    0.00     819/555562      Ffont_xlfd_name [316]
                0.02    0.00  554734/555562      xfont_list [17]
[86]     0.2    0.02    0.00  555562         font_unparse_xlfd [86]
                0.00    0.00 1666686/1666725     font_style_symbolic [759]
-----------------------------------------------
                0.00    0.00       1/256439      Fremove_text_properties <cycle 4> [625]
                0.00    0.00     932/256439      Ftext_property_any [323]
                0.00    0.00     999/256439      graft_intervals_into_buffer [252]
                0.00    0.00     999/256439      offset_intervals [288]
                0.00    0.00    1467/256439      Fremove_list_of_text_properties [105]
                0.00    0.00    1470/256439      add_text_properties_1 <cycle 4> [104]
                0.00    0.00    2471/256439      verify_interval_modification [277]
                0.00    0.00    3105/256439      Fnext_property_change [269]
                0.00    0.00    3263/256439      compute_stop_pos [166]
                0.00    0.00   10696/256439      Fnext_single_property_change [217]
                0.00    0.00   14666/256439      set_point_both [206]
                0.00    0.00   16012/256439      get_property_and_range [205]
                0.02    0.00  200358/256439      Ftext_properties_at [97]
[87]     0.2    0.02    0.00  256439         find_interval [87]
                0.00    0.00  255472/265452      balance_possible_root_interval [776]
-----------------------------------------------
                              121726             mark_char_table <cycle 4> [88]
                                 441             Fgarbage_collect <cycle 4> [64]
                                1151             mark_vectorlike <cycle 4> [127]
                                2051             mark_object <cycle 4> [46]
[88]     0.2    0.02    0.00    3643+121726  mark_char_table <cycle 4> [88]
                             5510016             mark_object <cycle 4> [46]
                               26969             mark_vectorlike <cycle 4> [127]
                              121726             mark_char_table <cycle 4> [88]
-----------------------------------------------
                0.00    0.00     121/7770475     wait_reading_process_output [44]
                0.02    0.00 7770354/7770475     deliver_process_signal [54]
[89]     0.2    0.02    0.00 7770475         handle_input_available_signal [89]
-----------------------------------------------
                                                 <spontaneous>
[90]     0.2    0.02    0.00                 x_check_errors [90]
-----------------------------------------------
                0.01    0.01      49/49          Fgarbage_collect <cycle 4> [64]
[91]     0.2    0.01    0.01      49         sweep_vectors [91]
                0.01    0.00  602499/605190      vector_nbytes [122]
                0.00    0.00       1/1           xftfont_close [712]
                0.00    0.00  175532/175532      cleanup_vector [785]
                0.00    0.00    2510/10056       mem_delete [823]
                0.00    0.00    2473/69654       mem_find [801]
                0.00    0.00      37/1074        lisp_free [967]
-----------------------------------------------
                0.00    0.00       1/154204      Fcurrent_window_configuration [526]
                0.00    0.00      63/154204      larger_vector [413]
                0.00    0.00     170/154204      make_sub_char_table [359]
                0.00    0.00     911/154204      Fset_fontset_font <cycle 4> [56]
                0.00    0.00    2582/154204      Fmake_byte_code [248]
                0.00    0.00    2757/154204      Fvector [245]
                0.00    0.00    8857/154204      Fmake_vector [207]
                0.00    0.02  138863/154204      copy_font_spec [78]
[92]     0.2    0.00    0.02  154204         allocate_vector [92]
                0.02    0.00  154203/156717      Fmake_string [81]
-----------------------------------------------
                0.00    0.00       4/140083      font_parse_family_registry [321]
                0.00    0.00      58/140083      font_parse_name [350]
                0.00    0.00     220/140083      font_parse_xlfd [354]
                0.00    0.00    1102/140083      ftfont_pattern_entity [216]
                0.00    0.02  138699/140083      font_find_for_lface [14]
[93]     0.2    0.00    0.02  140083         font_intern_prop [93]
                0.01    0.00  139943/142598      oblookup [125]
                0.01    0.00  139943/148728      parse_str_as_multibyte [123]
                0.00    0.00     188/188         intern_driver [632]
                0.00    0.00     188/41699       make_specified_string [422]
                0.00    0.00  139943/285196      check_obarray [775]
                0.00    0.00     188/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00  141709/285259      bidi_resolve_neutral <cycle 4> [148]
                0.01    0.00  143550/285259      bidi_level_of_next_char <cycle 4> [147]
[94]     0.2    0.01    0.01  285259         bidi_explicit_dir_char [94]
                0.00    0.00  282038/7538722     char_table_ref [37]
-----------------------------------------------
                              147261             bidi_resolve_weak <cycle 4> [789]
[95]     0.2    0.01    0.01  147261         bidi_resolve_explicit <cycle 4> [95]
                0.00    0.00  146478/146871      bidi_find_paragraph_start [175]
                0.00    0.00  138282/279517      bidi_paired_bracket_type [151]
                0.00    0.00  138306/285588      bidi_get_category [774]
                              146478             bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
                0.00    0.00       1/1109469     fontset_from_font <cycle 4> [343]
                0.00    0.02 1109468/1109469     font_list_entities [16]
[96]     0.2    0.00    0.02 1109469         assoc_no_quit [96]
                0.02    0.00 1535849/6002698     internal_equal [52]
-----------------------------------------------
                0.00    0.00      52/204864      display_mode_element <cycle 4> [379]
                0.00    0.00     733/204864      make_buffer_string_both [306]
                0.00    0.00   11412/204864      text_property_stickiness [214]
                0.00    0.00   12169/204864      Fget_text_property [208]
                0.00    0.01  180498/204864      get_char_property_and_overlay [100]
[97]     0.2    0.00    0.02  204864         Ftext_properties_at [97]
                0.02    0.00  200358/256439      find_interval [87]
                0.00    0.00  204864/228845      validate_interval_range [778]
-----------------------------------------------
                                                 <spontaneous>
[98]     0.2    0.00    0.02                 event_handler_gdk [98]
                0.00    0.02    1819/1819        handle_one_xevent [99]
                0.00    0.00    2624/3508683     unblock_input_to [144]
                0.00    0.00    1610/3429        x_any_window_to_frame [404]
                0.00    0.00    2624/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.02    1819/1819        event_handler_gdk [98]
[99]     0.2    0.00    0.02    1819         handle_one_xevent [99]
                0.00    0.01     809/809         kbd_buffer_store_buffered_event [137]
                0.00    0.00      15/15          x_focus_changed [170]
                0.00    0.00       1/9783        x_set_frame_alpha <cycle 4> [480]
                0.00    0.00     797/2224296     Fgethash [28]
                0.00    0.00    1819/3429        x_any_window_to_frame [404]
                0.00    0.00      55/55          note_mouse_movement [441]
                0.00    0.00      32/76          store_frame_param [490]
                0.00    0.00      26/1289625     Fcons [80]
                0.00    0.00      26/1230        list2 [368]
                0.00    0.00       1/1           do_ewmh_fullscreen [538]
                0.00    0.00     123/132         x_top_window_to_frame [542]
                0.00    0.00      91/91          x_window_to_frame [554]
                0.00    0.00      26/27          get_current_wm_state [627]
                0.00    0.00      21/22          x_real_positions [637]
                0.00    0.00      26/75          get_frame_param [719]
                0.00    0.00    3188/98231       Fplist_get [798]
                0.00    0.00    3188/69910       Fget [800]
                0.00    0.00     797/917         popup_activated [995]
                0.00    0.00     797/797         x_x_to_emacs_modifiers [1001]
                0.00    0.00     120/120         xft_settings_event [1161]
                0.00    0.00      80/80          x_handle_property_notify [1179]
                0.00    0.00      58/58          x_mouse_grabbed [1204]
                0.00    0.00      51/51          xg_event_is_for_scrollbar [1224]
                0.00    0.00      40/40          x_handle_dnd_message [1270]
                0.00    0.00      26/410271      Fcdr [768]
                0.00    0.00      26/72          frame_size_history_add [1185]
                0.00    0.00      20/20          x_detect_focus_change [1329]
                0.00    0.00      19/19          xg_frame_resized [1332]
                0.00    0.00      16/16          expose_frame [1340]
                0.00    0.00      16/257         x_clear_area [1113]
                0.00    0.00       8/148         clear_mouse_face [1144]
                0.00    0.00       1/6           redisplay_other_windows [1415]
                0.00    0.00       1/1           record_asynch_buffer_change [1621]
-----------------------------------------------
                0.00    0.00     268/180498      show_hourglass <cycle 4> [183]
                0.00    0.00    1524/180498      command_loop_1 <cycle 2> [18]
                0.00    0.00    1558/180498      back_to_previous_visible_line_start [238]
                0.00    0.00    3195/180498      Fnext_single_char_property_change <cycle 4> [233]
                0.00    0.00    3255/180498      handle_invisible_prop [262]
                0.00    0.00    3455/180498      compute_display_string_pos <cycle 4> [263]
                0.00    0.00    3592/180498      handle_line_prefix [260]
                0.00    0.00    4089/180498      Fconstrain_to_field [253]
                0.00    0.00    4125/180498      handle_fontified_prop <cycle 4> [243]
                0.00    0.00    5053/180498      handle_display_prop [241]
                0.00    0.00    5474/180498      x_produce_glyphs [57]
                0.00    0.00    6230/180498      get_local_map [193]
                0.00    0.01  138680/180498      face_for_char [11]
[100]    0.1    0.00    0.01  180498         get_char_property_and_overlay [100]
                0.00    0.01  180498/204864      Ftext_properties_at [97]
                0.00    0.00  180498/428532      lookup_char_property [390]
                0.00    0.00  359988/372448      set_buffer_temp [770]
                0.00    0.00  180498/408494      textget [769]
                0.00    0.00  179994/186535      overlays_at [781]
                0.00    0.00  179994/186255      sort_overlays [782]
                0.00    0.00    3660/49012       Fcar [807]
-----------------------------------------------
                                2124             map_sub_char_table <cycle 4> [110]
                               19215             map_keymap_internal <cycle 4> [680]
[101]    0.1    0.00    0.01   21339         where_is_internal_1 <cycle 4> [101]
                0.00    0.01    1259/1932        Fputhash [79]
                0.00    0.00    1090/45490       concat [103]
                0.00    0.00    1259/2224296     Fgethash [28]
                0.00    0.00     206/35053       Fcopy_sequence [150]
                0.00    0.00    1302/1289625     Fcons [80]
                0.00    0.00    1090/6814        Fvconcat [832]
                0.00    0.00     206/2149        Faset [902]
                               21339             get_keyelt <cycle 4> [541]
-----------------------------------------------
                0.00    0.00  138685/2634947     face_for_char [11]
                0.00    0.00  277361/2634947     fontset_find_font [13]
                0.01    0.00 2218901/2634947     font_sort_entities [21]
[102]    0.1    0.01    0.00 2634947         font_has_char [102]
                0.00    0.00  416046/2634947     xftfont_has_char [85]
-----------------------------------------------
                0.00    0.00       1/45490       Fload <cycle 4> [411]
                0.00    0.00      34/45490       eval_sub <cycle 4> [176]
                0.00    0.00     141/45490       font_list_entities [16]
                0.00    0.00     206/45490       Fkey_description <cycle 4> [317]
                0.00    0.00     241/45490       concat2 [328]
                0.00    0.00     258/45490       exec_byte_code <cycle 4> [73]
                0.00    0.00     879/45490       concat3 [274]
                0.00    0.00    1090/45490       where_is_internal_1 <cycle 4> [101]
                0.00    0.00    1214/45490       fontset_add [75]
                0.00    0.00    1785/45490       accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00    3141/45490       Fcopy_alist [188]
                0.00    0.00    3607/45490       Ffuncall <cycle 4> [29]
                0.00    0.01   32893/45490       Fcopy_sequence [150]
[103]    0.1    0.00    0.01   45490         concat [103]
                0.01    0.00  101155/116631      Flength [126]
                0.00    0.00    5860/5860        Fmake_list [190]
                0.00    0.00    7084/8857        Fmake_vector [207]
                0.00    0.00   28774/41699       make_specified_string [422]
                0.00    0.00    3304/46458       make_uninit_multibyte_string [417]
                0.00    0.00   30992/31663       count_size_as_multibyte [810]
                0.00    0.00   29242/29246       make_uninit_string [811]
                0.00    0.00     536/1553        copy_text [931]
-----------------------------------------------
                                   2             Fpropertize <cycle 4> [521]
                                1472             Fput_text_property <cycle 4> [944]
[104]    0.1    0.00    0.01    1474         add_text_properties_1 <cycle 4> [104]
                0.01    0.00       4/4           split_interval_left [117]
                0.00    0.00    2039/2039        add_properties [291]
                0.00    0.00    1470/256439      find_interval [87]
                0.00    0.00       4/4           copy_properties [515]
                0.00    0.00       3/4           create_root_interval [722]
                0.00    0.00    4996/5001        validate_plist [850]
                0.00    0.00    1474/228845      validate_interval_range [778]
                0.00    0.00    1142/183733      next_interval [783]
                                1471             modify_text_properties <cycle 4> [945]
                                1471             signal_after_change <cycle 4> [297]
-----------------------------------------------
                0.00    0.00     467/1486        Ffuncall <cycle 4> [29]
                0.00    0.01    1019/1486        update_compositions <cycle 4> [154]
[105]    0.1    0.00    0.01    1486         Fremove_list_of_text_properties [105]
                0.01    0.00    2037/2037        call_mod_hooks [130]
                0.00    0.00    1467/256439      find_interval [87]
                0.00    0.00    1486/228845      validate_interval_range [778]
                0.00    0.00     570/183733      next_interval [783]
-----------------------------------------------
                                 518             Ffuncall <cycle 4> [29]
[106]    0.1    0.01    0.00     518         Fcall_interactively <cycle 4> [106]
                0.00    0.00    1028/8785        make_string [226]
                0.00    0.00     518/1289625     Fcons [80]
                0.00    0.00     518/1230        list2 [368]
                0.00    0.00     518/518         Finteractive_form [1055]
                0.00    0.00     518/49012       Fcar [807]
                0.00    0.00     518/98231       Fplist_get [798]
                0.00    0.00     518/69910       Fget [800]
                                1034             unbind_to <cycle 4> [244]
                                 518             Ffuncall <cycle 4> [29]
                                 510             call0 <cycle 4> [854]
-----------------------------------------------
                0.00    0.00     264/7159        next_element_from_string <cycle 4> [219]
                0.00    0.00     286/7159        composition_reseat_it [239]
                0.00    0.00    3114/7159        next_element_from_buffer <cycle 4> [161]
                0.00    0.00    3495/7159        compute_stop_pos [166]
[107]    0.1    0.00    0.01    7159         composition_compute_stop_pos [107]
                0.01    0.00  317739/7538722     char_table_ref [37]
                0.00    0.00    7147/15456       find_composition [194]
-----------------------------------------------
                0.00    0.00      31/533         valid_lisp_object_p [227]
                0.00    0.00     213/533         Fgarbage_collect <cycle 4> [64]
                0.01    0.00     289/533         mark_maybe_object [165]
[108]    0.1    0.01    0.00     533         Fsuspicious_object [108]
                0.00    0.00    2691/605190      vector_nbytes [122]
-----------------------------------------------
                                   6             get_keyelt <cycle 4> [541]
                                 308             process_tool_bar_item <cycle 4> [333]
[109]    0.1    0.01    0.00     314         menu_item_eval_property <cycle 4> [109]
                0.00    0.00     314/77270       set_internal [145]
                                 314             store_symval_forwarding <cycle 4> [802]
                                 314             specbind <cycle 4> [128]
                                 314             internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
                               17090             map_sub_char_table <cycle 4> [110]
                                 215             map_char_table <cycle 4> [455]
[110]    0.1    0.01    0.00     215+17090   map_sub_char_table <cycle 4> [110]
                0.00    0.00   30173/30173       accumulate_script_ranges [374]
                0.00    0.00    4248/4272        map_keymap_char_table_item [493]
                                2124             where_is_internal_1 <cycle 4> [101]
                                2124             accessible_keymaps_1 <cycle 4> [228]
                               17090             map_sub_char_table <cycle 4> [110]
-----------------------------------------------
                                  24             display_mode_element <cycle 4> [379]
                                  29             echo_area_display <cycle 4> [704]
                                  44             truncate_undo_list <cycle 4> [1264]
[111]    0.1    0.01    0.00      97         inhibit_garbage_collection <cycle 4> [111]
                0.00    0.00      97/77270       set_internal [145]
                                  97             store_symval_forwarding <cycle 4> [802]
                                  97             specbind <cycle 4> [128]
-----------------------------------------------
                                  21             Ffuncall <cycle 4> [29]
[112]    0.1    0.00    0.01      21         Fdefine_key <cycle 4> [112]
                0.01    0.00       6/6           lucid_event_type_list_p [132]
                0.00    0.00      21/554979      Fassoc [66]
                0.00    0.00      22/22          store_in_keymap [502]
                0.00    0.00       6/9497        apply_modifiers [309]
                0.00    0.00      21/9158        parse_modifiers [377]
                0.00    0.00       1/1289625     Fcons [80]
                0.00    0.00      23/465106      get_keymap [766]
                0.00    0.00      23/11766       Faref [821]
                0.00    0.00      21/4021849     Fsymbol_name [753]
                0.00    0.00       6/6           Fevent_convert_list [1403]
                0.00    0.00       1/14391       list1 [818]
                                   2             access_keymap_1 <cycle 4> [305]
                                   1             get_keyelt <cycle 4> [541]
-----------------------------------------------
                0.00    0.00       1/3           ftfont_lookup_cache [22]
                0.01    0.00       2/3           where_is_internal <cycle 4> [157]
[113]    0.1    0.01    0.00       3         Fmake_hash_table [113]
                0.00    0.00       3/3           make_hash_table [471]
                0.00    0.00       6/652         make_float [1021]
-----------------------------------------------
                                   2             x_default_scroll_bar_color_parameter <cycle 4> [739]
                                   5             Fmodify_frame_parameters <cycle 4> [1421]
                                  30             x_default_parameter <cycle 4> [720]
[114]    0.1    0.00    0.01      37         x_set_frame_parameters <cycle 4> [114]
                0.00    0.01       1/1           x_set_mouse_color [115]
                0.00    0.00      37/76          store_frame_param [490]
                0.00    0.00       1/1           x_set_font_backend [612]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1           set_frame_cursor_types [631]
                0.00    0.00       1/1           x_set_tool_bar_position [638]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       4/25585       Fequal [255]
                0.00    0.00       1/1           x_set_cursor_color [673]
                0.00    0.00       1/1289625     Fcons [80]
                0.00    0.00       1/1230        list2 [368]
                0.00    0.00       1/1           x_set_screen_gamma [692]
                0.00    0.00       1/2           x_set_background_color [676]
                0.00    0.00       1/1           x_set_border_color [694]
                0.00    0.00       1/1           x_set_foreground_color [700]
                0.00    0.00       1/3           update_face_from_frame_parameter [688]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/7           unload_color [663]
                0.00    0.00      74/501996      Fassq [384]
                0.00    0.00      37/75          get_frame_param [719]
                0.00    0.00     112/410271      Fcdr [768]
                0.00    0.00      37/49012       Fcar [807]
                0.00    0.00      36/98231       Fplist_get [798]
                0.00    0.00      36/69910       Fget [800]
                0.00    0.00       1/72          frame_size_history_add [1185]
                0.00    0.00       1/1           x_set_cursor_type [1648]
                0.00    0.00       1/1           x_set_autolower [1644]
                0.00    0.00       1/1           x_set_autoraise [1645]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/1           x_set_wait_for_wm [1666]
                0.00    0.00       1/1           x_set_title [1663]
                0.00    0.00       1/1           x_change_tool_bar_height [1638]
                0.00    0.00       1/1           x_set_tool_bar_lines [1664]
                0.00    0.00       1/1           x_set_scroll_bar_background [1657]
                0.00    0.00       1/1           x_set_scroll_bar_foreground [1660]
                0.00    0.00       1/1           x_set_right_fringe [1656]
                0.00    0.00       1/1           x_set_left_fringe [1652]
                0.00    0.00       1/1           x_set_line_spacing [1653]
                0.00    0.00       1/334         fset_redisplay [1100]
                0.00    0.00       1/1           x_set_horizontal_scroll_bars [1649]
                0.00    0.00       1/1           x_set_vertical_scroll_bars [1665]
                0.00    0.00       1/1           x_set_bottom_divider_width [1647]
                0.00    0.00       1/1           x_set_right_divider_width [1655]
                0.00    0.00       1/1           x_set_internal_border_width [1651]
                0.00    0.00       1/1           x_set_border_width [1646]
                                   2             do_pending_window_change <cycle 4> [1097]
                                   2             x_set_font <cycle 4> [189]
                                   1             x_set_alpha <cycle 4> [710]
                                   1             x_set_scroll_bar_height <cycle 4> [1661]
                                   1             x_set_scroll_bar_width <cycle 4> [1662]
                                   1             x_set_icon_type <cycle 4> [1650]
                                   1             update_frame_tool_bar <cycle 4> [446]
                                   1             run_window_configuration_change_hook <cycle 4> [545]
                                   1             x_set_menu_bar_lines <cycle 4> [1654]
-----------------------------------------------
                0.00    0.01       1/1           x_set_frame_parameters <cycle 4> [114]
[115]    0.1    0.00    0.01       1         x_set_mouse_color [115]
                0.01    0.00       1/1           x_uncatch_errors_after_check [133]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1109464     x_had_errors_p [50]
                0.00    0.00       1/1109473     x_catch_errors_with_handler [51]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       1/12          x_decode_color [645]
                0.00    0.00       1/3           update_face_from_frame_parameter [688]
                0.00    0.00       1/7           unload_color [663]
                0.00    0.00       2/3508670     unblock_input [754]
                0.00    0.00       1/10          x_query_colors [1379]
-----------------------------------------------
                                  64             free_realized_face [116]
                0.00    0.00       1/20          free_frame_faces [231]
                0.00    0.00       3/20          init_iterator <cycle 4> [163]
                0.00    0.01      16/20          realize_face [152]
[116]    0.1    0.00    0.01      20+64      free_realized_face [116]
                0.01    0.00      63/63          free_face_fontset [138]
                0.00    0.00      65/3508683     unblock_input_to [144]
                0.00    0.00     126/133         x_free_colors [1155]
                0.00    0.00      65/3508670     unblock_input [754]
                0.00    0.00      64/64          x_destroy_bitmap [1194]
                0.00    0.00      63/1140773     xfree [760]
                0.00    0.00       4/4           forget_escape_and_glyphless_faces [1456]
                0.00    0.00       3/334         fset_redisplay [1100]
                0.00    0.00       3/62          clear_window_matrices [1197]
                0.00    0.00       3/13          clear_current_matrices [1351]
                0.00    0.00       1/2           xftfont_done_face [1552]
                0.00    0.00       1/2           font_done_for_face [1528]
                                  64             free_realized_face [116]
-----------------------------------------------
                0.01    0.00       4/4           add_text_properties_1 <cycle 4> [104]
[117]    0.1    0.01    0.00       4         split_interval_left [117]
                0.00    0.00       4/1007        make_interval [535]
                0.00    0.00       4/312932      balance_an_interval [771]
                0.00    0.00       4/265452      balance_possible_root_interval [776]
-----------------------------------------------
                0.00    0.00       1/1153527     start_atimer [383]
                0.00    0.00       1/1153527     define_image_type [575]
                0.00    0.00       1/1153527     set_frame_menubar <cycle 4> [418]
                0.00    0.00       1/1153527     x_session_initialize [628]
                0.00    0.00       1/1153527     create_menus [437]
                0.00    0.00       1/1153527     update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       1/1153527     allocate_kboard [649]
                0.00    0.00       1/1153527     xlispstrdup [689]
                0.00    0.00       2/1153527     create_terminal <cycle 4> [513]
                0.00    0.00       2/1153527     make_face_cache [667]
                0.00    0.00       2/1153527     face_for_font [664]
                0.00    0.00       2/1153527     Fx_change_window_property [550]
                0.00    0.00       2/1153527     gethomedir [665]
                0.00    0.00       2/1153527     register_font_driver [666]
                0.00    0.00       2/1153527     make_image_cache [668]
                0.00    0.00       3/1153527     smc_save_yourself_CB [614]
                0.00    0.00       3/1153527     record_xmalloc [659]
                0.00    0.00       3/1153527     x_term_init <cycle 4> [508]
                0.00    0.00       5/1153527     Fget_buffer_create <cycle 4> [479]
                0.00    0.00       7/1153527     xftfont_prepare_face [633]
                0.00    0.00      10/1153527     new_region_cache [622]
                0.00    0.00      13/1153527     digest_single_submenu <cycle 4> [448]
                0.00    0.00      14/1153527     magic_db [610]
                0.00    0.00      24/1153527     push_kboard [567]
                0.00    0.00      36/1153527     process_tool_bar_item <cycle 4> [333]
                0.00    0.00      36/1153527     make_blv [506]
                0.00    0.00      37/1153527     xstrdup [546]
                0.00    0.00      94/1153527     make_realized_face [510]
                0.00    0.00     309/1153527     encode_coding_object <cycle 4> [466]
                0.00    0.00     551/1153527     ftfont_lookup_cache [22]
                0.00    0.00     571/1153527     text_quoting_style <cycle 4> [434]
                0.00    0.00     642/1153527     xg_item_label_same_p [432]
                0.00    0.00     922/1153527     xbm_image_p [414]
                0.00    0.00    2561/1153527     Fmake_string [81]
                0.00    0.00   10417/1153527     mem_insert [310]
                0.00    0.00   27774/1153527     re_compile_pattern [270]
                0.01    0.00 1109473/1153527     x_catch_errors_with_handler [51]
[118]    0.1    0.01    0.00 1153527         xmalloc [118]
-----------------------------------------------
                0.00    0.00     510/1040417     start_atimer [383]
                0.00    0.00     510/1040417     cancel_atimer [439]
                0.01    0.00 1039397/1040417     do_pending_atimers [55]
[119]    0.1    0.01    0.00 1040417         block_atimers [119]
-----------------------------------------------
                0.01    0.00 1039907/1039907     set_alarm [84]
[120]    0.1    0.01    0.00 1039907         add_timer_wait_descriptor [120]
-----------------------------------------------
                0.00    0.00       2/1109470     Ffontp [363]
                0.01    0.00 1109468/1109470     font_list_entities [16]
[121]    0.1    0.01    0.00 1109470         xfont_get_cache [121]
-----------------------------------------------
                0.00    0.00    2691/605190      Fsuspicious_object [108]
                0.01    0.00  602499/605190      sweep_vectors [91]
[122]    0.1    0.01    0.00  605190         vector_nbytes [122]
-----------------------------------------------
                0.00    0.00    8785/148728      make_string [226]
                0.01    0.00  139943/148728      font_intern_prop [93]
[123]    0.1    0.01    0.00  148728         parse_str_as_multibyte [123]
-----------------------------------------------
                                2313             display_string <cycle 4> [210]
                                2602             move_it_to <cycle 4> [213]
                                2736             forward_to_next_line_start <cycle 4> [885]
                                7622             display_line <cycle 4> [184]
                              132052             move_it_in_display_line_to <cycle 4> [58]
[124]    0.1    0.01    0.00  147325         set_iterator_to_next <cycle 4> [124]
                              142757             bidi_move_to_visually_next <cycle 4> [185]
                                  18             bidi_paragraph_init <cycle 4> [485]
-----------------------------------------------
                0.00    0.00       7/142598      Fintern_soft [527]
                0.00    0.00     560/142598      intern_1 [342]
                0.00    0.00    2088/142598      Fintern [286]
                0.01    0.00  139943/142598      font_intern_prop [93]
[125]    0.1    0.01    0.00  142598         oblookup [125]
                0.00    0.00  142598/285196      check_obarray [775]
                0.00    0.00  142598/143520      hash_string [794]
-----------------------------------------------
                0.00    0.00       1/116631      Fmapc <cycle 4> [623]
                0.00    0.00       3/116631      display_mode_element <cycle 4> [379]
                0.00    0.00      11/116631      Fsort [501]
                0.00    0.00      13/116631      parse_single_submenu <cycle 4> [494]
                0.00    0.00      44/116631      lookup_fringe_bitmap [451]
                0.00    0.00      65/116631      Flet <cycle 4> [431]
                0.00    0.00      71/116631      Fmapcar <cycle 4> [401]
                0.00    0.00      90/116631      read_vector <cycle 5> [366]
                0.00    0.00     206/116631      Fkey_description <cycle 4> [317]
                0.00    0.00     224/116631      preferred_sequence_p [367]
                0.00    0.00     495/116631      apply_lambda <cycle 4> [340]
                0.00    0.00     500/116631      Fsetq <cycle 4> [338]
                0.00    0.00     604/116631      accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00     995/116631      Fset_match_data [315]
                0.00    0.00    1032/116631      Fapply <cycle 4> [313]
                0.00    0.00    1856/116631      where_is_internal <cycle 4> [157]
                0.00    0.00    1879/116631      Faccessible_keymaps <cycle 4> [283]
                0.00    0.00    2582/116631      exec_byte_code <cycle 4> [73]
                0.00    0.00    4805/116631      eval_sub <cycle 4> [176]
                0.01    0.00  101155/116631      concat [103]
[126]    0.1    0.01    0.00  116631         Flength [126]
-----------------------------------------------
                              168212             mark_vectorlike <cycle 4> [127]
                                   6             mark_specpdl <cycle 4> [1234]
                                  45             mark_localized_symbol <cycle 4> [830]
                                 225             mark_face_cache <cycle 4> [1114]
                                 433             mark_buffer <cycle 4> [1090]
                                2379             Fgarbage_collect <cycle 4> [64]
                               26969             mark_char_table <cycle 4> [88]
                               83160             mark_object <cycle 4> [46]
[127]    0.1    0.01    0.00  113217+168212  mark_vectorlike <cycle 4> [127]
                0.00    0.00   25395/25395       mark_save_value [816]
                             5271672             mark_object <cycle 4> [46]
                                1151             mark_char_table <cycle 4> [88]
                                  92             mark_buffer <cycle 4> [1090]
                              168212             mark_vectorlike <cycle 4> [127]
-----------------------------------------------
                                   2             load_charset <cycle 4> [221]
                                   6             Finsert_file_contents <cycle 4> [351]
                                   6             Feval_buffer <cycle 4> [507]
                                   8             set_frame_menubar <cycle 4> [418]
                                  12             readevalloop <cycle 4> [402]
                                  14             Fload <cycle 4> [411]
                                  20             redisplay_window <cycle 4> [410]
                                  30             show_hourglass <cycle 4> [183]
                                  36             eval_sub <cycle 4> [176]
                                  70             with_echo_area_buffer <cycle 4> [405]
                                  97             inhibit_garbage_collection <cycle 4> [111]
                                 125             FletX <cycle 4> [381]
                                 126             Flet <cycle 4> [431]
                                 314             menu_item_eval_property <cycle 4> [109]
                                 467             handle_fontified_prop <cycle 4> [243]
                                 612             Feval <cycle 4> [320]
                                 929             safe__call <cycle 4> [301]
                                1022             prepare_to_modify_buffer_1 <cycle 4> [250]
                                1022             signal_after_change <cycle 4> [297]
                                1549             safe_run_hooks <cycle 4> [276]
                                3057             update_compositions <cycle 4> [154]
                               25484             funcall_lambda <cycle 4> [314]
                               42892             exec_byte_code <cycle 4> [73]
                0.00    0.00       1/9783        recursive_edit_1 [3]
                0.00    0.01      45/9783        timer_check [59]
                0.00    0.01      47/9783        redisplay_internal [38]
[128]    0.1    0.01    0.00   77993         specbind <cycle 4> [128]
                0.00    0.00   77993/227551      grow_specpdl [779]
                0.00    0.00   19812/41387       Fcurrent_buffer [809]
                0.00    0.00   19807/74640       do_symval_forwarding [799]
                0.00    0.00    2917/5857        Flocal_variable_p [840]
                               19812             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00      75/9355        add_properties [291]
                0.00    0.00     247/9355        Fplist_put [261]
                0.01    0.00    9033/9355        exec_byte_code <cycle 4> [73]
[129]    0.1    0.01    0.00    9355         Fsetcar [129]
-----------------------------------------------
                0.01    0.00    2037/2037        Fremove_list_of_text_properties [105]
[130]    0.1    0.01    0.00    2037         call_mod_hooks [130]
-----------------------------------------------
                0.01    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[131]    0.1    0.01    0.00      49         sweep_conses [131]
                0.00    0.00    6509/6509        lisp_align_free [833]
-----------------------------------------------
                0.01    0.00       6/6           Fdefine_key <cycle 4> [112]
[132]    0.1    0.01    0.00       6         lucid_event_type_list_p [132]
-----------------------------------------------
                0.01    0.00       1/1           x_set_mouse_color [115]
[133]    0.1    0.01    0.00       1         x_uncatch_errors_after_check [133]
                0.00    0.00       1/1140773     xfree [760]
-----------------------------------------------
                                 976             XTread_socket <cycle 3> [77]
                0.00    0.00       1/1111191     xftfont_open [394]
                0.00    0.00       1/1111191     xg_select [561]
                0.00    0.00       1/1111191     other_visible_frames [590]
                0.00    0.00       1/1111191     adjust_frame_size <cycle 4> [497]
                0.00    0.00       1/1111191     x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/1111191     x_new_font <cycle 4> [588]
                0.00    0.00       1/1111191     Fx_backspace_delete_keys_p [589]
                0.00    0.00       1/1111191     x_set_mouse_color [115]
                0.00    0.00       1/1111191     x_window <cycle 4> [591]
                0.00    0.00       1/1111191     update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       1/1111191     xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       1/1111191     where_is_internal <cycle 4> [157]
                0.00    0.00       1/1111191     unbind_to <cycle 4> [244]
                0.00    0.00       1/1111191     Frassoc [393]
                0.00    0.00       2/1111191     x_defined_color [511]
                0.00    0.00       2/1111191     x_scroll_bar_create [525]
                0.00    0.00       2/1111191     Fx_change_window_property [550]
                0.00    0.00       3/1111191     realize_basic_faces [153]
                0.00    0.00       3/1111191     x_wait_for_event [532]
                0.00    0.00       3/1111191     Fnreverse [45]
                0.00    0.00       4/1111191     Fgarbage_collect <cycle 4> [64]
                0.00    0.00       4/1111191     Fassoc [66]
                0.00    0.00       6/1111191     Fx_register_dnd_atom [509]
                0.00    0.00       7/1111191     XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00       7/1111191     xftfont_text_extents [236]
                0.00    0.00       8/1111191     Fx_selection_exists_p [489]
                0.00    0.00      28/1111191     detect_input_pending_run_timers [43]
                0.00    0.00      30/1111191     Fassoc_string [30]
                0.00    0.00      48/1111191     x_make_frame_visible <cycle 4> [420]
                0.00    0.00      54/1111191     re_match_2_internal [83]
                0.00    0.00      81/1111191     internal_equal [52]
                0.00    0.00     100/1111191     Fmake_list [190]
                0.00    0.00     106/1111191     Fassq [384]
                0.00    0.00     121/1111191     wait_reading_process_output [44]
                0.00    0.00     219/1111191     exec_byte_code <cycle 4> [73]
                0.00    0.00     421/1111191     Ffuncall <cycle 4> [29]
                0.00    0.00     454/1111191     funcall_lambda <cycle 4> [314]
                0.09    0.00 1109455/1111191     xfont_list_pattern [19]
[134]    0.1    0.01    0.00 1112158         process_pending_signals <cycle 3> [134]
                             1112960             gobble_input <cycle 3> [53]
-----------------------------------------------
                0.01    0.00    1038/1038        swallow_events [65]
[135]    0.1    0.01    0.00    1038         process_special_events [135]
-----------------------------------------------
                0.01    0.00     809/809         kbd_buffer_store_buffered_event [137]
[136]    0.1    0.01    0.00     809         kbd_buffer_nr_stored [136]
-----------------------------------------------
                0.00    0.01     809/809         handle_one_xevent [99]
[137]    0.1    0.00    0.01     809         kbd_buffer_store_buffered_event [137]
                0.01    0.00     809/809         kbd_buffer_nr_stored [136]
-----------------------------------------------
                0.01    0.00      63/63          free_realized_face [116]
[138]    0.1    0.01    0.00      63         free_face_fontset [138]
-----------------------------------------------
                0.00    0.00       3/10          eval_sub <cycle 4> [176]
                0.01    0.00       7/10          Ffuncall <cycle 4> [29]
[139]    0.1    0.01    0.00      10         Ffeaturep [139]
                0.00    0.00      10/10850       Fmemq [822]
-----------------------------------------------
                                                 <spontaneous>
[140]    0.1    0.01    0.00                 Ffont_match_p [140]
-----------------------------------------------
                                                 <spontaneous>
[141]    0.1    0.01    0.00                 copy_char_table [141]
-----------------------------------------------
                                                 <spontaneous>
[142]    0.1    0.01    0.00                 run_all_atimers [142]
-----------------------------------------------
                                                 <spontaneous>
[143]    0.1    0.01    0.00                 xfont_get_pcm [143]
-----------------------------------------------
                0.00    0.00       1/3508683     clear_face_cache [714]
                0.00    0.00       1/3508683     wait_reading_process_output [44]
                0.00    0.00       1/3508683     check_glyph_memory [707]
                0.00    0.00       1/3508683     other_visible_frames [590]
                0.00    0.00       1/3508683     x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/3508683     x_set_alpha <cycle 4> [710]
                0.00    0.00       1/3508683     show_hourglass <cycle 4> [183]
                0.00    0.00       1/3508683     echo_area_display <cycle 4> [704]
                0.00    0.00       1/3508683     Fwindow_resize_apply_total [706]
                0.00    0.00       1/3508683     Fset_window_configuration <cycle 4> [702]
                0.00    0.00       1/3508683     free_frame_faces [231]
                0.00    0.00       1/3508683     XTring_bell <cycle 4> [703]
                0.00    0.00       1/3508683     x_new_font <cycle 4> [588]
                0.00    0.00       1/3508683     x_set_offset [522]
                0.00    0.00       1/3508683     Fx_wm_set_size_hint [523]
                0.00    0.00       1/3508683     x_make_gc [709]
                0.00    0.00       1/3508683     Fx_backspace_delete_keys_p [589]
                0.00    0.00       1/3508683     x_set_cursor_color [673]
                0.00    0.00       1/3508683     x_window <cycle 4> [591]
                0.00    0.00       1/3508683     read_and_apply_settings [585]
                0.00    0.00       1/3508683     xsettings_initialize [572]
                0.00    0.00       1/3508683     xg_update_frame_menubar <cycle 4> [705]
                0.00    0.00       1/3508683     xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       1/3508683     xftfont_close [712]
                0.00    0.00       2/3508683     x_wm_supports [540]
                0.00    0.00       2/3508683     delete_frame <cycle 4> [230]
                0.00    0.00       2/3508683     init_iterator <cycle 4> [163]
                0.00    0.00       2/3508683     Fx_change_window_property [550]
                0.00    0.00       2/3508683     x_set_mouse_color [115]
                0.00    0.00       2/3508683     xg_set_icon <cycle 4> [699]
                0.00    0.00       2/3508683     open_directory [698]
                0.00    0.00       2/3508683     directory_files_internal <cycle 4> [254]
                0.00    0.00       2/3508683     unbind_to <cycle 4> [244]
                0.00    0.00       2/3508683     x_wm_set_size_hint [464]
                0.00    0.00       3/3508683     x_wait_for_event [532]
                0.00    0.00       3/3508683     x_term_init <cycle 4> [508]
                0.00    0.00       3/3508683     Fx_create_frame <cycle 4> [202]
                0.00    0.00       4/3508683     redraw_frame <cycle 4> [683]
                0.00    0.00       4/3508683     x_scroll_bar_create [525]
                0.00    0.00       5/3508683     clear_image_cache [678]
                0.00    0.00       6/3508683     realize_basic_faces [153]
                0.00    0.00       6/3508683     Fx_register_dnd_atom [509]
                0.00    0.00       6/3508683     Fkill_buffer <cycle 4> [565]
                0.00    0.00       7/3508683     unload_color [663]
                0.00    0.00       8/3508683     adjust_frame_size <cycle 4> [497]
                0.00    0.00       8/3508683     Fx_selection_exists_p [489]
                0.00    0.00       8/3508683     xg_update_scrollbar_pos [662]
                0.00    0.00       9/3508683     update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      10/3508683     Fget_buffer_create <cycle 4> [479]
                0.00    0.00      10/3508683     unwind_to_catch <cycle 4> [657]
                0.00    0.00      10/3508683     lookup_image <cycle 4> [495]
                0.00    0.00      13/3508683     adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      14/3508683     set_frame_menubar <cycle 4> [418]
                0.00    0.00      14/3508683     prepare_face_for_display [617]
                0.00    0.00      16/3508683     xftfont_open [394]
                0.00    0.00      22/3508683     x_real_pos_and_offsets [636]
                0.00    0.00      22/3508683     update_cursor_in_window_tree <cycle 4> [635]
                0.00    0.00      22/3508683     x_set_frame_alpha <cycle 4> [480]
                0.00    0.00      27/3508683     get_current_wm_state [627]
                0.00    0.00      30/3508683     detect_input_pending_run_timers [43]
                0.00    0.00      31/3508683     redisplay_internal [38]
                0.00    0.00      31/3508683     xg_select [561]
                0.00    0.00      35/3508683     XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00      35/3508683     read1 <cycle 5> [300]
                0.00    0.00      48/3508683     x_make_frame_visible <cycle 4> [420]
                0.00    0.00      48/3508683     make_gap [595]
                0.00    0.00      49/3508683     Fgarbage_collect <cycle 4> [64]
                0.00    0.00      60/3508683     define_image_type [575]
                0.00    0.00      62/3508683     xftfont_get_colors [576]
                0.00    0.00      65/3508683     free_realized_face [116]
                0.00    0.00      78/3508683     update_window <cycle 4> [458]
                0.00    0.00      78/3508683     x_update_window_end <cycle 4> [563]
                0.00    0.00     179/3508683     x_defined_color [511]
                0.00    0.00     226/3508683     update_window_line <cycle 4> [517]
                0.00    0.00     240/3508683     x_write_glyphs <cycle 4> [516]
                0.00    0.00     491/3508683     xftfont_draw [430]
                0.00    0.00    1326/3508683     free_menubar_widget_value_tree [449]
                0.00    0.00    1333/3508683     make_widget_value [447]
                0.00    0.00    2624/3508683     event_handler_gdk [98]
                0.00    0.00    3634/3508683     xg_win_to_widget [399]
                0.00    0.00   18613/3508683     readbyte_from_file [335]
                0.00    0.00  147661/3508683     xftfont_text_extents [236]
                0.00    0.00 1112486/3508683     XTread_socket <cycle 3> [77]
                0.01    0.00 2218916/3508683     xfont_list_pattern [19]
[144]    0.1    0.01    0.00 3508683         unblock_input_to [144]
-----------------------------------------------
                0.00    0.00       1/77270       recursive_edit_1 [3]
                0.00    0.00       2/77270       load_charset <cycle 4> [221]
                0.00    0.00       4/77270       Fmake_local_variable <cycle 4> [436]
                0.00    0.00       6/77270       Finsert_file_contents <cycle 4> [351]
                0.00    0.00       6/77270       Feval_buffer <cycle 4> [507]
                0.00    0.00       8/77270       set_frame_menubar <cycle 4> [418]
                0.00    0.00      11/77270       funcall_lambda <cycle 4> [314]
                0.00    0.00      12/77270       readevalloop <cycle 4> [402]
                0.00    0.00      14/77270       Fload <cycle 4> [411]
                0.00    0.00      20/77270       redisplay_window <cycle 4> [410]
                0.00    0.00      30/77270       show_hourglass <cycle 4> [183]
                0.00    0.00      36/77270       eval_sub <cycle 4> [176]
                0.00    0.00      45/77270       timer_check [59]
                0.00    0.00      47/77270       redisplay_internal [38]
                0.00    0.00      70/77270       with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      97/77270       inhibit_garbage_collection <cycle 4> [111]
                0.00    0.00     120/77270       FletX <cycle 4> [381]
                0.00    0.00     314/77270       menu_item_eval_property <cycle 4> [109]
                0.00    0.00     467/77270       handle_fontified_prop <cycle 4> [243]
                0.00    0.00     612/77270       Feval <cycle 4> [320]
                0.00    0.00     929/77270       safe__call <cycle 4> [301]
                0.00    0.00    1022/77270       prepare_to_modify_buffer_1 <cycle 4> [250]
                0.00    0.00    1022/77270       signal_after_change <cycle 4> [297]
                0.00    0.00    1549/77270       safe_run_hooks <cycle 4> [276]
                0.00    0.00    2561/77270       Fset <cycle 4> [249]
                0.00    0.00    2902/77270       unbind_to <cycle 4> [244]
                0.00    0.00    3057/77270       update_compositions <cycle 4> [154]
                0.00    0.00   11025/77270       Fset_default <cycle 4> [198]
                0.00    0.01   51281/77270       exec_byte_code <cycle 4> [73]
[145]    0.1    0.00    0.01   77270         set_internal [145]
                0.00    0.01   77270/77270       maybe_set_redisplay [146]
                0.00    0.00    5616/4474415     assq_no_quit [63]
                0.00    0.00      64/1289625     Fcons [80]
                0.00    0.00    5557/74640       do_symval_forwarding [799]
                0.00    0.00      44/89          let_shadows_buffer_binding_p [1174]
                0.00    0.00       1/6           indirect_variable [1412]
-----------------------------------------------
                0.00    0.01   77270/77270       set_internal [145]
[146]    0.1    0.00    0.01   77270         maybe_set_redisplay [146]
                0.01    0.00   77270/2446268     hash_lookup [25]
-----------------------------------------------
                              147261             bidi_move_to_visually_next <cycle 4> [185]
[147]    0.1    0.00    0.01  147261         bidi_level_of_next_char <cycle 4> [147]
                0.01    0.00  143550/285259      bidi_explicit_dir_char [94]
                0.00    0.00     258/146871      bidi_find_paragraph_start [175]
                0.00    0.00  143742/291051      bidi_cache_iterator_state [772]
                0.00    0.00  143693/287410      bidi_cache_find [773]
                              147237             bidi_resolve_neutral <cycle 4> [148]
                                 402             bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
                              147237             bidi_level_of_next_char <cycle 4> [147]
[148]    0.1    0.00    0.01  147237         bidi_resolve_neutral <cycle 4> [148]
                0.00    0.00  141709/285259      bidi_explicit_dir_char [94]
                0.00    0.00  147237/285588      bidi_get_category [774]
                              147237             bidi_resolve_brackets <cycle 4> [790]
-----------------------------------------------
                0.00    0.01    1456/1456        Ffuncall <cycle 4> [29]
[149]    0.1    0.00    0.01    1456         scan_lists [149]
                0.00    0.01    1442/1442        back_comment [162]
                0.00    0.00   72345/145888      char_quoted [174]
                0.00    0.00    1451/7538722     char_table_ref [37]
                0.00    0.00    1456/25879       buf_charpos_to_bytepos [733]
                0.00    0.00  146332/146332      syntax_multibyte [792]
                0.00    0.00    1456/4865        SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
                0.00    0.00       2/35053       Fset_charset_priority [444]
                0.00    0.00       2/35053       Fpropertize <cycle 4> [521]
                0.00    0.00       2/35053       fontset_find_font [13]
                0.00    0.00       3/35053       display_mode_element <cycle 4> [379]
                0.00    0.00       3/35053       copy_properties [515]
                0.00    0.00       5/35053       Fget_buffer_create <cycle 4> [479]
                0.00    0.00       6/35053       show_hourglass <cycle 4> [183]
                0.00    0.00      12/35053       Fframe_list [465]
                0.00    0.00      48/35053       accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00      83/35053       Ffuncall <cycle 4> [29]
                0.00    0.00     206/35053       where_is_internal_1 <cycle 4> [101]
                0.00    0.00    1000/35053       set_properties [272]
                0.00    0.00    1109/35053       ftfont_pattern_entity [216]
                0.00    0.00    2122/35053       timer_check [59]
                0.00    0.00    2676/35053       casify_object [48]
                0.00    0.01   27774/35053       compile_pattern [156]
[150]    0.1    0.00    0.01   35053         Fcopy_sequence [150]
                0.00    0.01   32893/45490       concat [103]
-----------------------------------------------
                0.00    0.00  138282/279517      bidi_resolve_explicit <cycle 4> [95]
                0.00    0.00  141235/279517      bidi_find_bracket_pairs <cycle 4> [177]
[151]    0.1    0.00    0.01  279517         bidi_paired_bracket_type [151]
                0.00    0.00  278989/7538722     char_table_ref [37]
-----------------------------------------------
                0.00    0.00       4/94          Finternal_merge_in_global_face [247]
                0.00    0.00       6/94          realize_basic_faces [153]
                0.00    0.01      84/94          realize_named_face [155]
[152]    0.1    0.00    0.01      94         realize_face [152]
                0.00    0.01      16/20          free_realized_face [116]
                0.00    0.00       6/8           font_load_for_lface [302]
                0.00    0.00      79/79          make_fontset_for_ascii_face [403]
                0.00    0.00       6/887         Ffont_spec [280]
                0.00    0.00      12/895         fs_query_fontset [324]
                0.00    0.00      94/94          make_realized_face [510]
                0.00    0.00     161/161         load_color2 [514]
                0.00    0.00     146/1800        c_strcasecmp [917]
                0.00    0.00      94/1589        lface_hash [928]
                0.00    0.00      94/96          cache_face [1170]
                0.00    0.00      79/79          face_color_supported_p [1180]
                0.00    0.00      79/1778        font_style_to_value [919]
                0.00    0.00      16/1140773     xfree [760]
                0.00    0.00      16/334         fset_redisplay [1100]
-----------------------------------------------
                0.00    0.00       1/6           init_frame_faces [203]
                0.00    0.01       5/6           recompute_basic_faces [159]
[153]    0.1    0.00    0.01       6         realize_basic_faces [153]
                0.00    0.01      84/84          realize_named_face [155]
                0.00    0.00       6/94          realize_face [152]
                0.00    0.00       3/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       3/8785        make_string [226]
                0.00    0.00       1/82          Finternal_make_lisp_face [385]
                0.00    0.00       3/1112161     do_pending_atimers [55]
                0.00    0.00       6/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00       6/3508683     unblock_input_to [144]
                0.00    0.00       4/501996      Fassq [384]
                0.00    0.00       6/1762        lface_from_face_name [921]
                0.00    0.00       6/3508670     unblock_input [754]
                0.00    0.00       5/5           face_boolean_x_resource_value [1432]
                0.00    0.00       5/5           fontset_name [1433]
-----------------------------------------------
                                   1             set_message_1 <cycle 4> [1628]
                                   3             Finsert_file_contents <cycle 4> [351]
                                  19             insert_char <cycle 4> [1331]
                                 729             del_range_1 <cycle 4> [331]
                                1000             general_insert_function <cycle 4> [1080]
[154]    0.1    0.00    0.01    1752         update_compositions <cycle 4> [154]
                0.00    0.01    1019/1486        Fremove_list_of_text_properties [105]
                0.00    0.00    3057/77270       set_internal [145]
                0.00    0.00    3061/15456       find_composition [194]
                0.00    0.00    1019/1289625     Fcons [80]
                0.00    0.00    1019/14391       list1 [818]
                                3057             store_symval_forwarding <cycle 4> [802]
                                3057             specbind <cycle 4> [128]
                                1019             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.01      84/84          realize_basic_faces [153]
[155]    0.1    0.00    0.01      84         realize_named_face [155]
                0.00    0.01      84/94          realize_face [152]
                0.00    0.00      14/82          Finternal_make_lisp_face [385]
                0.00    0.00     168/1670        get_lface_attributes_no_remap [382]
                0.00    0.00      84/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00      84/1580        merge_face_vectors <cycle 1> [552]
                0.00    0.00      84/1762        lface_from_face_name [921]
-----------------------------------------------
                0.00    0.00       2/49854       directory_files_internal <cycle 4> [254]
                0.00    0.00       4/49854       looking_at_1 [468]
                0.00    0.00      53/49854       fast_c_string_match_ignore_case [341]
                0.00    0.00     386/49854       string_match_1 [256]
                0.00    0.00    5160/49854       search_buffer [181]
                0.00    0.00    5454/49854       fast_looking_at [186]
                0.00    0.01   38795/49854       fast_string_match_internal [71]
[156]    0.1    0.00    0.01   49854         compile_pattern [156]
                0.00    0.01   27774/35053       Fcopy_sequence [150]
                0.00    0.00   22080/25585       Fequal [255]
                0.00    0.00   27774/27774       re_compile_pattern [270]
                0.00    0.00  123134/124360      Fstring_equal [797]
                0.00    0.00   55548/55548       re_set_syntax [803]
                0.00    0.00   55548/55548       re_set_whitespace_regexp [804]
                0.00    0.00    5469/5469        re_set_registers [845]
-----------------------------------------------
                                1067             Fwhere_is_internal <cycle 4> [326]
[157]    0.1    0.00    0.01    1067         where_is_internal <cycle 4> [157]
                0.01    0.00       2/3           Fmake_hash_table [113]
                0.00    0.00    1856/116631      Flength [126]
                0.00    0.00    1057/2224296     Fgethash [28]
                0.00    0.00    1057/25585       Fequal [255]
                0.00    0.00     158/9158        parse_modifiers [377]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00    2046/11766       Faref [821]
                0.00    0.00    1856/49012       Fcar [807]
                0.00    0.00    1856/410271      Fcdr [768]
                0.00    0.00     158/10850       Fmemq [822]
                0.00    0.00      23/465106      get_keymap [766]
                0.00    0.00      23/1818        nconc2 [916]
                                1682             map_keymap <cycle 4> [865]
                                  23             Faccessible_keymaps <cycle 4> [283]
-----------------------------------------------
                0.00    0.00       1/1944        Ffile_accessible_directory_p <cycle 4> [453]
                0.00    0.00       2/1944        Ffile_attributes <cycle 4> [424]
                0.00    0.00       2/1944        Fdirectory_files <cycle 4> [423]
                0.00    0.00       3/1944        Ffile_exists_p <cycle 4> [400]
                0.00    0.00       3/1944        Finsert_file_contents <cycle 4> [351]
                0.00    0.00      26/1944        Fsubstitute_in_file_name <cycle 4> [312]
                0.00    0.00      26/1944        Ffile_readable_p <cycle 4> [311]
                0.00    0.00      27/1944        Ffile_symlink_p <cycle 4> [308]
                0.00    0.00      44/1944        Ffile_directory_p <cycle 4> [285]
                0.00    0.00      45/1944        Ffile_name_directory <cycle 4> [284]
                0.00    0.00      52/1944        Ffile_name_as_directory <cycle 4> [279]
                0.00    0.00      61/1944        Ffuncall <cycle 4> [29]
                0.00    0.00      69/1944        Fdirectory_file_name <cycle 4> [273]
                0.00    0.00      93/1944        Ffile_name_nondirectory <cycle 4> [251]
                0.00    0.00     188/1944        openp <cycle 4> [220]
                0.00    0.00    1302/1944        Fexpand_file_name <cycle 4> [173]
[158]    0.1    0.00    0.01    1944         Ffind_file_name_handler [158]
                0.00    0.01    8705/38795       fast_string_match_internal [71]
                0.00    0.00    8705/98231       Fplist_get [798]
                0.00    0.00    8705/69910       Fget [800]
                0.00    0.00     188/10850       Fmemq [822]
-----------------------------------------------
                0.00    0.00       2/6           x_set_font <cycle 4> [189]
                0.00    0.00       4/6           init_iterator <cycle 4> [163]
[159]    0.1    0.00    0.01       6         recompute_basic_faces [159]
                0.00    0.01       5/6           realize_basic_faces [153]
                0.00    0.00       5/5           clear_image_caches [679]
                0.00    0.00       5/8           clear_face_cache [714]
-----------------------------------------------
                                   3             redisplay_window <cycle 4> [410]
                                  11             reseat <cycle 4> [375]
                                  29             resize_mini_window <cycle 4> [339]
                                 240             next_element_from_string <cycle 4> [219]
                                 507             move_it_to <cycle 4> [213]
                                 510             Fvertical_motion <cycle 4> [209]
                                1067             start_display <cycle 4> [197]
                                1128             next_element_from_buffer <cycle 4> [161]
[160]    0.1    0.00    0.01    3495         handle_stop <cycle 4> [160]
                0.01    0.00    3495/3495        handle_face_prop [164]
                0.00    0.00    3495/3495        handle_composition_prop [242]
                0.00    0.00    3495/3495        handle_invisible_prop [262]
                0.00    0.00    3495/5053        handle_display_prop [241]
                0.00    0.00    3255/3325        get_overlay_strings_1 [869]
                                3962             handle_fontified_prop <cycle 4> [243]
-----------------------------------------------
                                1128             next_element_from_buffer <cycle 4> [161]
                              143182             get_next_display_element <cycle 4> [10]
[161]    0.1    0.00    0.01  143182+1128    next_element_from_buffer <cycle 4> [161]
                0.00    0.00    3114/7159        composition_compute_stop_pos [107]
                0.00    0.00    1128/3495        compute_stop_pos [166]
                0.00    0.00     262/286         composition_reseat_it [239]
                0.00    0.00      70/3325        get_overlay_strings_1 [869]
                                3114             get_visually_first_element <cycle 4> [864]
                                1128             handle_stop <cycle 4> [160]
                                1128             next_element_from_buffer <cycle 4> [161]
-----------------------------------------------
                0.00    0.01    1442/1442        scan_lists [149]
[162]    0.1    0.00    0.01    1442         back_comment [162]
                0.00    0.00  144200/7538722     char_table_ref [37]
                0.00    0.00   72100/145888      char_quoted [174]
-----------------------------------------------
                                   3             redisplay_window <cycle 4> [410]
                                  14             x_consider_frame_title <cycle 4> [361]
                                  24             display_mode_line <cycle 4> [472]
                                  35             resize_mini_window <cycle 4> [339]
                                1064             start_display <cycle 4> [197]
[163]    0.1    0.00    0.01    1140         init_iterator <cycle 4> [163]
                0.00    0.00       4/6           recompute_basic_faces [159]
                0.00    0.00       3/20          free_realized_face [116]
                0.00    0.00    1140/1140        produce_special_glyphs [234]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00    2232/6062        window_box_width [838]
                0.00    0.00    1140/1140        window_display_table [962]
                0.00    0.00    1140/1742        window_text_bottom_y [922]
                0.00    0.00    1091/8883        bidi_unshelve_cache [827]
                0.00    0.00       4/4           free_all_realized_faces [1457]
                0.00    0.00       2/3508670     unblock_input [754]
                                1091             bidi_init_it <cycle 4> [857]
-----------------------------------------------
                0.01    0.00    3495/3495        handle_stop <cycle 4> [160]
[164]    0.1    0.01    0.00    3495         handle_face_prop [164]
                0.00    0.00    3255/3255        face_at_buffer_position [232]
                0.00    0.00     240/1464        face_at_string_position [275]
-----------------------------------------------
                0.00    0.01   37552/37552       Fgarbage_collect <cycle 4> [64]
[165]    0.1    0.00    0.01   37552         mark_maybe_object [165]
                0.01    0.00     289/533         Fsuspicious_object [108]
                0.00    0.00   34628/69654       mem_find [801]
                0.00    0.00    3206/3408        sweep_buffers [868]
-----------------------------------------------
                0.00    0.00       3/3495        redisplay_window <cycle 4> [410]
                0.00    0.00      11/3495        reseat <cycle 4> [375]
                0.00    0.00      29/3495        resize_mini_window <cycle 4> [339]
                0.00    0.00     240/3495        next_element_from_string <cycle 4> [219]
                0.00    0.00     507/3495        move_it_to <cycle 4> [213]
                0.00    0.00     510/3495        Fvertical_motion <cycle 4> [209]
                0.00    0.00    1067/3495        start_display <cycle 4> [197]
                0.00    0.00    1128/3495        next_element_from_buffer <cycle 4> [161]
[166]    0.1    0.00    0.01    3495         compute_stop_pos [166]
                0.00    0.00    3495/7159        composition_compute_stop_pos [107]
                0.00    0.00    3263/256439      find_interval [87]
                0.00    0.00   49343/428532      lookup_char_property [390]
                0.00    0.00   49343/408494      textget [769]
                0.00    0.00    9868/183733      next_interval [783]
                0.00    0.00    9798/49012       Fcar [807]
                0.00    0.00    3495/228845      validate_interval_range [778]
                0.00    0.00    3255/3255        next_overlay_change [872]
-----------------------------------------------
                                   1             bidi_init_it <cycle 4> [857]
[167]    0.1    0.00    0.01       1         bidi_initialize <cycle 4> [167]
                0.00    0.01       3/3           uniprop_table [168]
                0.00    0.00       3/560         intern_1 [342]
                0.00    0.00       5/5           staticpro [1438]
                                   2             Fsymbol_value <cycle 4> [806]
-----------------------------------------------
                0.00    0.01       3/3           bidi_initialize <cycle 4> [167]
[168]    0.1    0.00    0.01       3         uniprop_table [168]
                0.01    0.00       3/18          char_table_ascii [70]
                0.00    0.00       3/501996      Fassq [384]
-----------------------------------------------
                                                 <spontaneous>
[169]    0.1    0.01    0.00                 produce_stretch_glyph [169]
-----------------------------------------------
                0.00    0.00      15/15          handle_one_xevent [99]
[170]    0.1    0.00    0.00      15         x_focus_changed [170]
                0.00    0.00      17/9783        x_set_frame_alpha <cycle 4> [480]
                0.00    0.00      11/11          x_new_focus_frame [1362]
-----------------------------------------------
                0.00    0.00       2/3135        Ffuncall <cycle 4> [29]
                0.00    0.00      11/3135        eval_sub <cycle 4> [176]
                0.00    0.00    3122/3135        Fframe_parameter [172]
[171]    0.0    0.00    0.00    3135         Fframe_parameters [171]
                0.00    0.00    3135/3144        Fcopy_alist [188]
                0.00    0.00   81468/81468       store_in_alist [196]
                0.00    0.00    6264/6266        make_formatted_string [235]
                0.00    0.00       9/8785        make_string [226]
                0.00    0.00       6/501996      Fassq [384]
                0.00    0.00   28188/591680      Fsetcdr [764]
                0.00    0.00    3135/9070        decode_any_frame [825]
                0.00    0.00       6/6           tty_color_name [1419]
-----------------------------------------------
                0.00    0.00       1/3208        delete_frame <cycle 4> [230]
                0.00    0.00       2/3208        x_wm_set_size_hint [464]
                0.00    0.00      14/3208        x_consider_frame_title <cycle 4> [361]
                0.00    0.00      30/3208        eval_sub <cycle 4> [176]
                0.00    0.00    3161/3208        Ffuncall <cycle 4> [29]
[172]    0.0    0.00    0.00    3208         Fframe_parameter [172]
                0.00    0.00    3122/3135        Fframe_parameters [171]
                0.00    0.00    3205/501996      Fassq [384]
                0.00    0.00    3208/9070        decode_any_frame [825]
-----------------------------------------------
                                 152             Fexpand_file_name <cycle 4> [173]
                                   1             Fkill_emacs <cycle 4> [686]
                                   1             Ffile_accessible_directory_p <cycle 4> [453]
                                   2             Fdo_auto_save <cycle 4> [593]
                                   2             Fdirectory_files <cycle 4> [423]
                                   2             internal_condition_case_2 <cycle 4> [1531]
                                   3             Ffile_exists_p <cycle 4> [400]
                                   3             Finsert_file_contents <cycle 4> [351]
                                   3             eval_sub <cycle 4> [176]
                                  12             x_find_image_fd <cycle 4> [500]
                                  26             Ffile_readable_p <cycle 4> [311]
                                  27             Ffile_symlink_p <cycle 4> [308]
                                  44             expand_and_dir_to_file <cycle 4> [1263]
                                  85             openp <cycle 4> [220]
                                 133             Ffuncall <cycle 4> [29]
[173]    0.0    0.00    0.00     344+152     Fexpand_file_name <cycle 4> [173]
                0.00    0.00    1302/1944        Ffind_file_name_handler [158]
                0.00    0.00     188/8785        make_string [226]
                0.00    0.00     325/41699       make_specified_string [422]
                0.00    0.00     170/170         string_to_multibyte [658]
                0.00    0.00     188/189         egetenv_internal [1131]
                0.00    0.00     188/670         decode_file_name [1020]
                0.00    0.00     135/181         Fnext_read_file_uses_dialog_p [1133]
                                 188             code_convert_string <cycle 4> [264]
                                  15             call3 <cycle 4> [1330]
                                 152             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                0.00    0.00    1443/145888      Fbackward_prefix_chars [287]
                0.00    0.00   72100/145888      back_comment [162]
                0.00    0.00   72345/145888      scan_lists [149]
[174]    0.0    0.00    0.00  145888         char_quoted [174]
                0.00    0.00  142999/7538722     char_table_ref [37]
-----------------------------------------------
                0.00    0.00      45/146871      bidi_fetch_char_skip_isolates <cycle 4> [486]
                0.00    0.00      45/146871      find_first_strong_char <cycle 4> [487]
                0.00    0.00      45/146871      bidi_paragraph_init <cycle 4> [485]
                0.00    0.00     258/146871      bidi_level_of_next_char <cycle 4> [147]
                0.00    0.00  146478/146871      bidi_resolve_explicit <cycle 4> [95]
[175]    0.0    0.00    0.00  146871         bidi_find_paragraph_start [175]
                0.00    0.00  141019/7538722     char_table_ref [37]
                0.00    0.00       1/5           new_region_cache [622]
                0.00    0.00      45/555         know_region_cache [1037]
-----------------------------------------------
                                5133             eval_sub <cycle 4> [176]
                                  26             For <cycle 4> [1355]
                                  64             Fcond <cycle 4> [1316]
                                 121             Fdefvar <cycle 4> [454]
                                 125             FletX <cycle 4> [381]
                                 126             Flet <cycle 4> [431]
                                 147             Fif <cycle 4> [1145]
                                 182             readevalloop <cycle 4> [402]
                                 311             Fand <cycle 4> [1119]
                                 443             apply_lambda <cycle 4> [340]
                                 500             Fsetq <cycle 4> [338]
                                 501             Fwhile <cycle 4> [1586]
                                 612             Feval <cycle 4> [320]
                                1527             Fprogn <cycle 4> [996]
[176]    0.0    0.00    0.00    4685+5133    eval_sub <cycle 4> [176]
                0.00    0.00       3/10          Ffeaturep [139]
                0.00    0.00      34/37          Fdefalias [224]
                0.00    0.00    4805/116631      Flength [126]
                0.00    0.00     500/156717      Fmake_string [81]
                0.00    0.00      30/3208        Fframe_parameter [172]
                0.00    0.00      11/3135        Fframe_parameters [171]
                0.00    0.00      34/45490       concat [103]
                0.00    0.00      36/77270       set_internal [145]
                0.00    0.00      60/554979      Fassoc [66]
                0.00    0.00     180/1289625     Fcons [80]
                0.00    0.00       4/396         Fput [267]
                0.00    0.00       6/4964        Flist [257]
                0.00    0.00       2/2           Fprovide [583]
                0.00    0.00       4/25585       Fequal [255]
                0.00    0.00       2/1677        Fmember [388]
                0.00    0.00      16/1039        Fboundp [505]
                0.00    0.00       6/41699       make_specified_string [422]
                0.00    0.00      19/501996      Fassq [384]
                0.00    0.00       2/471         Fregexp_quote [626]
                0.00    0.00    5336/138614      record_in_backtrace [796]
                0.00    0.00    5121/410271      Fcdr [768]
                0.00    0.00    5042/49012       Fcar [807]
                0.00    0.00     745/745         Fquote [1003]
                0.00    0.00     521/523         arithcompare_driver [1050]
                0.00    0.00     521/523         Flss [1049]
                0.00    0.00     500/500         Fadd1 [1078]
                0.00    0.00     121/121         Feq [1160]
                0.00    0.00      73/73          Fnull [1183]
                0.00    0.00      71/427893      indirect_function [767]
                0.00    0.00      38/3215        Fdefault_value [874]
                0.00    0.00      34/965         Fconcat [986]
                0.00    0.00      31/219         Fdefault_boundp [1125]
                0.00    0.00      20/20          Ffunction [1324]
                0.00    0.00      10/10850       Fmemq [822]
                0.00    0.00       9/7242        Ffboundp [831]
                0.00    0.00       8/8           Fconsp [1385]
                0.00    0.00       8/2446        Fbuffer_modified_p [894]
                0.00    0.00       7/18          Fbuffer_file_name [1333]
                0.00    0.00       7/35          Fwindow_system [1280]
                0.00    0.00       4/4           Fbyte_code [1441]
                0.00    0.00       4/4           Fcar_safe [1443]
                0.00    0.00       2/5           make_process [1435]
                0.00    0.00       2/5           Fget_buffer_process [1420]
                0.00    0.00       2/41387       Fcurrent_buffer [809]
                0.00    0.00       1/2131        Fnconc [903]
                                2629             Fsymbol_value <cycle 4> [806]
                                 500             Fsetq <cycle 4> [338]
                                 500             Finsert <cycle 4> [1079]
                                 495             apply_lambda <cycle 4> [340]
                                 232             Fand <cycle 4> [1119]
                                 147             Fif <cycle 4> [1145]
                                 137             Fdefvar <cycle 4> [454]
                                 115             Fprogn <cycle 4> [996]
                                  97             unbind_to <cycle 4> [244]
                                  65             Flet <cycle 4> [431]
                                  61             FletX <cycle 4> [381]
                                  61             Fapply <cycle 4> [313]
                                  36             store_symval_forwarding <cycle 4> [802]
                                  36             specbind <cycle 4> [128]
                                  36             apply1 <cycle 4> [1278]
                                  22             Fcond <cycle 4> [1316]
                                  16             Ffuncall <cycle 4> [29]
                                  12             For <cycle 4> [1355]
                                   5             Fmapcar <cycle 4> [401]
                                   4             exec_byte_code <cycle 4> [73]
                                   4             Ffile_name_directory <cycle 4> [284]
                                   3             Fexpand_file_name <cycle 4> [173]
                                   3             Ffile_name_as_directory <cycle 4> [279]
                                   2             Fset_fontset_font <cycle 4> [56]
                                   2             directory_files_internal <cycle 4> [254]
                                   2             Fdirectory_files <cycle 4> [423]
                                   2             Ffile_readable_p <cycle 4> [311]
                                   2             Ffile_name_nondirectory <cycle 4> [251]
                                   2             Ffile_directory_p <cycle 4> [285]
                                   1             Fgarbage_collect <cycle 4> [64]
                                   1             Fwhile <cycle 4> [1586]
                                   1             Ffile_exists_p <cycle 4> [400]
                                   1             Fpropertize <cycle 4> [521]
                                5133             eval_sub <cycle 4> [176]
-----------------------------------------------
                              141235             bidi_resolve_brackets <cycle 4> [790]
[177]    0.0    0.00    0.00  141235         bidi_find_bracket_pairs <cycle 4> [177]
                0.00    0.00  141235/279517      bidi_paired_bracket_type [151]
                0.00    0.00      24/291051      bidi_cache_iterator_state [772]
                0.00    0.00      24/24          bidi_mirror_char [1309]
                0.00    0.00      24/287410      bidi_cache_find [773]
                                  24             bidi_resolve_weak <cycle 4> [789]
-----------------------------------------------
                0.00    0.00  145299/145299      get_next_display_element <cycle 4> [10]
[178]    0.0    0.00    0.00  145299         lookup_glyphless_char_display [178]
                0.00    0.00  138680/7538722     char_table_ref [37]
-----------------------------------------------
                0.00    0.00       7/7           redisplay_internal [38]
[179]    0.0    0.00    0.00       7         redisplay_windows [179]
                0.00    0.00      14/9783        internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
                0.00    0.00      20/5180        Fsearch_forward [380]
                0.00    0.00    5160/5180        Fre_search_forward [182]
[180]    0.0    0.00    0.00    5180         search_command [180]
                0.00    0.00    5180/5180        search_buffer [181]
                0.00    0.00       5/15953       set_point_both [206]
                0.00    0.00    5179/25879       buf_charpos_to_bytepos [733]
                0.00    0.00       5/10013       set_point [738]
-----------------------------------------------
                0.00    0.00    5180/5180        search_command [180]
[181]    0.0    0.00    0.00    5180         search_buffer [181]
                0.00    0.00    5160/44876       re_search_2 [72]
                0.00    0.00    5160/49854       compile_pattern [156]
                0.00    0.00       6/1593        buf_bytepos_to_charpos [730]
                0.00    0.00      20/20          boyer_moore [748]
                0.00    0.00     703/11766       Faref [821]
-----------------------------------------------
                0.00    0.00    5160/5160        Ffuncall <cycle 4> [29]
[182]    0.0    0.00    0.00    5160         Fre_search_forward [182]
                0.00    0.00    5160/5180        search_command [180]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [704]
                                   1             Fwindow_mode_line_height <cycle 4> [1299]
                                  15             window_box_height <cycle 4> [1166]
                                  25             x_clear_end_of_line <cycle 4> [1118]
                                  80             draw_glyphs <cycle 4> [35]
                                 295             display_line <cycle 4> [184]
                0.00    0.03     104/9783        redisplay_internal [38]
[183]    0.0    0.00    0.00     521         show_hourglass <cycle 4> [183]
                0.00    0.00     295/142572      face_for_char [11]
                0.00    0.00     295/146733      x_produce_glyphs [57]
                0.00    0.00     268/180498      get_char_property_and_overlay [100]
                0.00    0.00      30/77270       set_internal [145]
                0.00    0.00       6/35053       Fcopy_sequence [150]
                0.00    0.00       5/25585       Fequal [255]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00     268/167471      Fget_char_property [786]
                0.00    0.00     268/9334        get_it_property [824]
                0.00    0.00     161/710         lookup_basic_face [1016]
                0.00    0.00     150/160         normal_char_ascent_descent [1142]
                0.00    0.00       6/227551      grow_specpdl [779]
                0.00    0.00       6/8775        record_unwind_protect [828]
                0.00    0.00       3/62          clear_window_matrices [1197]
                0.00    0.00       3/13          clear_current_matrices [1351]
                0.00    0.00       1/3508670     unblock_input [754]
                                  30             store_symval_forwarding <cycle 4> [802]
                                  30             specbind <cycle 4> [128]
                                  24             set_buffer_internal_1 <cycle 4> [871]
                                  12             unbind_to <cycle 4> [244]
                                  12             safe_run_hooks <cycle 4> [276]
                                   6             menu_bar_items <cycle 4> [435]
                                   6             set_frame_menubar <cycle 4> [418]
                                   6             tool_bar_items <cycle 4> [452]
                                   4             redraw_frame <cycle 4> [683]
-----------------------------------------------
                                 352             try_window <cycle 4> [1269]
[184]    0.0    0.00    0.00     352         display_line <cycle 4> [184]
                0.00    0.00    7679/146733      x_produce_glyphs [57]
                0.00    0.00     352/3592        handle_line_prefix [260]
                0.00    0.00     352/376         prepare_desired_row [1095]
                0.00    0.00     352/3768        recenter_overlay_lists [861]
                0.00    0.00     352/376         compute_line_metrics [1094]
                0.00    0.00     352/74640       do_symval_forwarding [799]
                0.00    0.00     191/215         extend_face_to_end_of_line [1127]
                0.00    0.00     161/710         lookup_basic_face [1016]
                0.00    0.00      82/100         row_for_charpos_p [1169]
                                7840             get_next_display_element <cycle 4> [10]
                                7622             set_iterator_to_next <cycle 4> [124]
                                 704             find_symbol_value <cycle 4> [298]
                                 295             show_hourglass <cycle 4> [183]
                                 134             reseat_at_next_visible_line_start <cycle 4> [886]
-----------------------------------------------
                                 960             face_before_or_after_it_pos <cycle 4> [289]
                                3544             get_visually_first_element <cycle 4> [864]
                              142757             set_iterator_to_next <cycle 4> [124]
[185]    0.0    0.00    0.00  147261         bidi_move_to_visually_next <cycle 4> [185]
                0.00    0.00    2736/2736        bidi_at_paragraph_end [187]
                0.00    0.00  147285/291051      bidi_cache_iterator_state [772]
                0.00    0.00    2760/6322        bidi_line_init [834]
                              147261             bidi_level_of_next_char <cycle 4> [147]
-----------------------------------------------
                0.00    0.00    5454/5454        bidi_at_paragraph_end [187]
[186]    0.0    0.00    0.00    5454         fast_looking_at [186]
                0.00    0.00    5454/55320       re_match_2_internal [83]
                0.00    0.00    5454/49854       compile_pattern [156]
                0.00    0.00    5454/5458        re_match_2 [846]
-----------------------------------------------
                0.00    0.00    2736/2736        bidi_move_to_visually_next <cycle 4> [185]
[187]    0.0    0.00    0.00    2736         bidi_at_paragraph_end [187]
                0.00    0.00    5454/5454        fast_looking_at [186]
-----------------------------------------------
                0.00    0.00       1/3144        Fx_create_frame <cycle 4> [202]
                0.00    0.00       8/3144        font_make_object [415]
                0.00    0.00    3135/3144        Fframe_parameters [171]
[188]    0.0    0.00    0.00    3144         Fcopy_alist [188]
                0.00    0.00  122156/1289625     Fcons [80]
                0.00    0.00    3141/45490       concat [103]
-----------------------------------------------
                                   2             x_set_frame_parameters <cycle 4> [114]
[189]    0.0    0.00    0.00       2         x_set_font <cycle 4> [189]
                0.00    0.00       2/6           recompute_basic_faces [159]
                0.00    0.00       6/76          store_frame_param [490]
                0.00    0.00       1/895         fs_query_fontset [324]
                0.00    0.00       2/25585       Fequal [255]
                0.00    0.00       2/47          Ffont_get [726]
                0.00    0.00       2/410271      Fcdr [768]
                0.00    0.00       2/62          clear_window_matrices [1197]
                0.00    0.00       2/13          clear_current_matrices [1351]
                0.00    0.00       2/334         fset_redisplay [1100]
                                   2             x_new_font <cycle 4> [588]
-----------------------------------------------
                0.00    0.00    5860/5860        concat [103]
[190]    0.0    0.00    0.00    5860         Fmake_list [190]
                0.00    0.00  127058/1289625     Fcons [80]
                0.00    0.00     100/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00     100/1112161     do_pending_atimers [55]
-----------------------------------------------
                0.00    0.00      31/108         Fset_fontset_font <cycle 4> [56]
                0.00    0.00      77/108         map_sub_char_table_for_charset [201]
[191]    0.0    0.00    0.00     108         set_fontset_font [191]
                0.00    0.00      99/1306        fontset_add [75]
                0.00    0.00       1/38          Fset_char_table_range [223]
                0.00    0.00      47/1289625     Fcons [80]
                0.00    0.00       1/8857        Fmake_vector [207]
-----------------------------------------------
                                1020             Fkey_binding <cycle 4> [352]
                                1059             Fwhere_is_internal <cycle 4> [326]
                0.02    0.27    1021/9783        active_maps [26]
[192]    0.0    0.00    0.00    3100         Fcurrent_active_maps <cycle 4> [192]
                0.00    0.00    6200/6230        get_local_map [193]
                0.00    0.00    5685/1289625     Fcons [80]
                0.00    0.00    3100/14391       list1 [818]
                                3100             unbind_to <cycle 4> [244]
                                3100             current_minor_maps <cycle 4> [880]
-----------------------------------------------
                0.00    0.00      12/6230        tool_bar_items <cycle 4> [452]
                0.00    0.00      18/6230        menu_bar_items <cycle 4> [435]
                0.00    0.00    6200/6230        Fcurrent_active_maps <cycle 4> [192]
[193]    0.0    0.00    0.00    6230         get_local_map [193]
                0.00    0.00    6230/6230        Fget_pos_property [204]
                0.00    0.00    6230/180498      get_char_property_and_overlay [100]
                0.00    0.00    6230/167471      Fget_char_property [786]
                0.00    0.00    6230/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00      28/15456       reconsider_clip_changes [461]
                0.00    0.00     167/15456       lisp_string_width [370]
                0.00    0.00    1558/15456       back_to_previous_visible_line_start [238]
                0.00    0.00    3061/15456       update_compositions <cycle 4> [154]
                0.00    0.00    3495/15456       handle_composition_prop [242]
                0.00    0.00    7147/15456       composition_compute_stop_pos [107]
[194]    0.0    0.00    0.00   15456         find_composition [194]
                0.00    0.00   15456/16012       get_property_and_range [205]
                0.00    0.00    7147/12130       Fnext_single_property_change [217]
-----------------------------------------------
                0.00    0.00     244/640         load_charset_map [222]
                0.00    0.00     396/640         fontset_add [75]
[195]    0.0    0.00    0.00     640         char_table_set [195]
                0.00    0.00       1/18          char_table_ascii [70]
                0.00    0.00    1920/1920        sub_char_table_set [463]
                0.00    0.00       2/170         make_sub_char_table [359]
-----------------------------------------------
                0.00    0.00   81468/81468       Fframe_parameters [171]
[196]    0.0    0.00    0.00   81468         store_in_alist [196]
                0.00    0.00  106560/1289625     Fcons [80]
                0.00    0.00   81468/501996      Fassq [384]
-----------------------------------------------
                                   1             buffer_posn_from_coords <cycle 4> [1590]
                                   4             pos_visible_p <cycle 4> [1462]
                                  40             try_window <cycle 4> [1269]
                                 509             Fline_pixel_height <cycle 4> [1076]
                                 510             Fvertical_motion <cycle 4> [209]
[197]    0.0    0.00    0.00    1064         start_display <cycle 4> [197]
                0.00    0.00    1067/3495        compute_stop_pos [166]
                0.00    0.00       8/518         reseat_at_previous_visible_line_start [294]
                                1072             reseat <cycle 4> [375]
                                1067             handle_stop <cycle 4> [160]
                                1064             init_iterator <cycle 4> [163]
                                   8             move_it_to <cycle 4> [213]
-----------------------------------------------
                                  36             Ffuncall <cycle 4> [29]
                                 121             Fdefvar <cycle 4> [454]
                                 491             exec_byte_code <cycle 4> [73]
                               16909             unbind_to <cycle 4> [244]
[198]    0.0    0.00    0.00   17557         Fset_default <cycle 4> [198]
                0.00    0.00   11025/77270       set_internal [145]
                0.00    0.00       1/6           indirect_variable [1412]
                               16433             store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
                                  32             Fset_fontset_font <cycle 4> [56]
[199]    0.0    0.00    0.00      32         map_charset_chars <cycle 4> [199]
                0.00    0.00       2/2           map_char_table_for_charset [200]
                0.00    0.00      31/1289625     Fcons [80]
                                   2             load_charset <cycle 4> [221]
-----------------------------------------------
                0.00    0.00       2/2           map_charset_chars <cycle 4> [199]
[200]    0.0    0.00    0.00       2         map_char_table_for_charset [200]
                0.00    0.00       2/2           map_sub_char_table_for_charset [201]
                0.00    0.00       2/1289625     Fcons [80]
-----------------------------------------------
                                  20             map_sub_char_table_for_charset [201]
                0.00    0.00       2/2           map_char_table_for_charset [200]
[201]    0.0    0.00    0.00       2+20      map_sub_char_table_for_charset [201]
                0.00    0.00      77/108         set_fontset_font [191]
                                  20             map_sub_char_table_for_charset [201]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[202]    0.0    0.00    0.00       1         Fx_create_frame <cycle 4> [202]
                0.00    0.00       1/1           init_frame_faces [203]
                0.00    0.00       1/3144        Fcopy_alist [188]
                0.00    0.00       1/5           x_wm_set_size_hint [464]
                0.00    0.00       6/8785        make_string [226]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       6/12          x_decode_color [645]
                0.00    0.00       2/2           register_font_driver [666]
                0.00    0.00       3/3508683     unblock_input_to [144]
                0.00    0.00       1/1           x_make_gc [709]
                0.00    0.00       9/51          x_get_arg [701]
                0.00    0.00       1/1           x_figure_window_size [735]
                0.00    0.00       4/4           x_frame_get_and_record_arg [737]
                0.00    0.00       1/501996      Fassq [384]
                0.00    0.00       3/3508670     unblock_input [754]
                0.00    0.00       1/161         check_x_display_info [1140]
                0.00    0.00       1/1380        xzalloc [952]
                0.00    0.00       1/227551      grow_specpdl [779]
                0.00    0.00       1/8775        record_unwind_protect [828]
                0.00    0.00       1/1           x_text_icon [1667]
                                  29             x_default_parameter <cycle 4> [720]
                                   2             x_default_scroll_bar_color_parameter <cycle 4> [739]
                                   2             adjust_frame_size <cycle 4> [497]
                                   1             x_default_font_parameter <cycle 4> [386]
                                   1             x_window <cycle 4> [591]
                                   1             unbind_to <cycle 4> [244]
                                   1             set_frame_menubar <cycle 4> [418]
                                   1             initialize_frame_menubar <cycle 4> [1611]
                                   1             make_frame <cycle 4> [534]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [202]
[203]    0.0    0.00    0.00       1         init_frame_faces [203]
                0.00    0.00       1/6           realize_basic_faces [153]
                0.00    0.00       1/1           make_face_cache [667]
                0.00    0.00       1/1           make_image_cache [668]
-----------------------------------------------
                0.00    0.00    6230/6230        get_local_map [193]
[204]    0.0    0.00    0.00    6230         Fget_pos_property [204]
                0.00    0.00    6230/6230        text_property_stickiness [214]
                0.00    0.00    5182/12169       Fget_text_property [208]
                0.00    0.00    5182/428532      lookup_char_property [390]
                0.00    0.00   12460/372448      set_buffer_temp [770]
                0.00    0.00    6230/6230        overlays_around [835]
                0.00    0.00    6230/186255      sort_overlays [782]
                0.00    0.00    5182/408494      textget [769]
-----------------------------------------------
                0.00    0.00     556/16012       composition_adjust_point [278]
                0.00    0.00   15456/16012       find_composition [194]
[205]    0.0    0.00    0.00   16012         get_property_and_range [205]
                0.00    0.00   16012/256439      find_interval [87]
                0.00    0.00   15043/428532      lookup_char_property [390]
-----------------------------------------------
                0.00    0.00       1/15953       move_point [629]
                0.00    0.00       2/15953       skip_chars.constprop.5 [586]
                0.00    0.00       5/15953       search_command [180]
                0.00    0.00       6/15953       select_window <cycle 4> [528]
                0.00    0.00     510/15953       Fvertical_motion <cycle 4> [209]
                0.00    0.00     516/15953       skip_syntaxes [349]
                0.00    0.00     518/15953       Fforward_line [348]
                0.00    0.00    1450/15953       Fparse_partial_sexp [33]
                0.00    0.00    1452/15953       Fbackward_prefix_chars [287]
                0.00    0.00   11493/15953       Fgoto_char [218]
[206]    0.0    0.00    0.00   15953         set_point_both [206]
                0.00    0.00   14666/256439      find_interval [87]
                0.00    0.00   12624/12624       previous_interval [820]
-----------------------------------------------
                0.00    0.00       1/8857        format_mode_line_unwind_data [601]
                0.00    0.00       1/8857        modify_event_symbol [426]
                0.00    0.00       1/8857        set_fontset_font [191]
                0.00    0.00       1/8857        Fframe_or_buffer_changed_p [599]
                0.00    0.00       1/8857        with_echo_area_buffer <cycle 4> [405]
                0.00    0.00       1/8857        init_menu_items [600]
                0.00    0.00       1/8857        menu_bar_items <cycle 4> [435]
                0.00    0.00       1/8857        tool_bar_items <cycle 4> [452]
                0.00    0.00       2/8857        Fcurrent_window_configuration [526]
                0.00    0.00       2/8857        process_tool_bar_item <cycle 4> [333]
                0.00    0.00      11/8857        fontset_find_font [13]
                0.00    0.00      12/8857        make_hash_table [471]
                0.00    0.00      16/8857        hash_put [82]
                0.00    0.00      37/8857        Fset_fontset_font <cycle 4> [56]
                0.00    0.00      82/8857        Finternal_make_lisp_face [385]
                0.00    0.00      84/8857        Fmake_char_table [395]
                0.00    0.00      90/8857        read_vector <cycle 5> [366]
                0.00    0.00     123/8857        Ffuncall <cycle 4> [29]
                0.00    0.00    1306/8857        fontset_add [75]
                0.00    0.00    7084/8857        concat [103]
[207]    0.0    0.00    0.00    8857         Fmake_vector [207]
                0.00    0.00    8857/154204      allocate_vector [92]
-----------------------------------------------
                0.00    0.00      93/12169       note_mouse_highlight [419]
                0.00    0.00     240/12169       handle_invisible_prop [262]
                0.00    0.00    1464/12169       face_at_string_position [275]
                0.00    0.00    1935/12169       Ffuncall <cycle 4> [29]
                0.00    0.00    3255/12169       face_at_buffer_position [232]
                0.00    0.00    5182/12169       Fget_pos_property [204]
[208]    0.0    0.00    0.00   12169         Fget_text_property [208]
                0.00    0.00   12169/204864      Ftext_properties_at [97]
-----------------------------------------------
                                 510             Ffuncall <cycle 4> [29]
[209]    0.0    0.00    0.00     510         Fvertical_motion <cycle 4> [209]
                0.00    0.00     510/3495        compute_stop_pos [166]
                0.00    0.00     510/518         reseat_at_previous_visible_line_start [294]
                0.00    0.00     510/15953       set_point_both [206]
                0.00    0.00     510/511         decode_live_window [1064]
                0.00    0.00     510/3667        bidi_shelve_cache [863]
                0.00    0.00     510/8883        bidi_unshelve_cache [827]
                0.00    0.00     510/1055        extract_float [970]
                0.00    0.00     510/511         move_it_in_display_line [1066]
                                1016             move_it_to <cycle 4> [213]
                                 510             start_display <cycle 4> [197]
                                 510             move_it_by_lines <cycle 4> [935]
                                 510             move_it_in_display_line_to <cycle 4> [58]
                                 510             handle_stop <cycle 4> [160]
                                 510             reseat <cycle 4> [375]
-----------------------------------------------
                                  24             display_mode_line <cycle 4> [472]
                                 528             display_mode_element <cycle 4> [379]
[210]    0.0    0.00    0.00     552         display_string <cycle 4> [210]
                0.00    0.00    2313/146733      x_produce_glyphs [57]
                0.00    0.00     264/1464        face_at_string_position [275]
                0.00    0.00     264/5549204     string_char_to_byte [752]
                                2841             get_next_display_element <cycle 4> [10]
                                2313             set_iterator_to_next <cycle 4> [124]
                                 552             bidi_init_it <cycle 4> [857]
-----------------------------------------------
                0.00    0.00     141/141         xftfont_list [212]
[211]    0.0    0.00    0.00     141         ftfont_list [211]
                0.00    0.00    1109/1109        ftfont_pattern_entity [216]
                0.00    0.00     141/141         ftfont_spec_pattern [345]
                0.00    0.00    1109/1289625     Fcons [80]
                0.00    0.00     140/2088        Fintern [286]
                0.00    0.00     141/2778892     Fnreverse [45]
                0.00    0.00     140/3332260     casify_object [48]
                0.00    0.00     235/4474415     assq_no_quit [63]
                0.00    0.00     140/2666        Fdowncase [888]
                0.00    0.00       2/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00     141/141         font_list_entities [16]
[212]    0.0    0.00    0.00     141         xftfont_list [212]
                0.00    0.00     141/141         ftfont_list [211]
-----------------------------------------------
                                 511             move_it_to <cycle 4> [213]
                                   1             buffer_posn_from_coords <cycle 4> [1590]
                                   7             pos_visible_p <cycle 4> [1462]
                                   8             start_display <cycle 4> [197]
                                  35             resize_mini_window <cycle 4> [339]
                                1016             Fvertical_motion <cycle 4> [209]
                                1020             move_it_vertically_backward <cycle 4> [292]
                                1034             move_it_by_lines <cycle 4> [935]
[213]    0.0    0.00    0.00    3121+511     move_it_to <cycle 4> [213]
                0.00    0.00     507/3495        compute_stop_pos [166]
                0.00    0.00     506/1562        back_to_previous_visible_line_start [238]
                0.00    0.00    2684/3768        recenter_overlay_lists [861]
                0.00    0.00     567/3667        bidi_shelve_cache [863]
                0.00    0.00     511/8883        bidi_unshelve_cache [827]
                                2779             move_it_in_display_line_to <cycle 4> [58]
                                2602             reseat_at_next_visible_line_start <cycle 4> [886]
                                2602             set_iterator_to_next <cycle 4> [124]
                                 507             move_it_vertically_backward <cycle 4> [292]
                                 507             handle_stop <cycle 4> [160]
                                 507             reseat <cycle 4> [375]
                                 511             move_it_to <cycle 4> [213]
-----------------------------------------------
                0.00    0.00    6230/6230        Fget_pos_property [204]
[214]    0.0    0.00    0.00    6230         text_property_stickiness [214]
                0.00    0.00   11412/204864      Ftext_properties_at [97]
                0.00    0.00   11412/428532      lookup_char_property [390]
                0.00    0.00    6230/501996      Fassq [384]
                0.00    0.00   11412/408494      textget [769]
-----------------------------------------------
                                   1             top_level_1 <cycle 2> [39]
                0.01    1.87       2/3           command_loop_2 [9]
[215]    0.0    0.00    0.00       3         internal_condition_case <cycle 2> [215]
                0.00    0.00       1/1           cmd_error [258]
                0.00    0.00       1/9783        unbind_to <cycle 4> [244]
                0.00    0.00       1/9783        Feval <cycle 4> [320]
                0.00    0.00       3/5577        push_handler [843]
                0.00    0.00       1/1           top_level_2 [1630]
                                   2             command_loop_1 <cycle 2> [18]
-----------------------------------------------
                0.00    0.00    1109/1109        ftfont_list [211]
[216]    0.0    0.00    0.00    1109         ftfont_pattern_entity [216]
                0.00    0.00    1109/35053       Fcopy_sequence [150]
                0.00    0.00    1109/2220018     ftfont_lookup_cache [22]
                0.00    0.00    1102/140083      font_intern_prop [93]
                0.00    0.00    1109/1109        font_make_entity [290]
                0.00    0.00    1109/1320        font_put_extra [336]
                0.00    0.00    1109/1289625     Fcons [80]
                0.00    0.00    1109/10760       make_unibyte_string [477]
                0.00    0.00    1653/1778        font_style_to_value [919]
-----------------------------------------------
                0.00    0.00     264/12130       Fnext_single_char_property_change <cycle 4> [233]
                0.00    0.00    1464/12130       face_at_string_position [275]
                0.00    0.00    3255/12130       face_at_buffer_position [232]
                0.00    0.00    7147/12130       find_composition [194]
[217]    0.0    0.00    0.00   12130         Fnext_single_property_change [217]
                0.00    0.00   10696/256439      find_interval [87]
                0.00    0.00  140161/428532      lookup_char_property [390]
                0.00    0.00  140161/408494      textget [769]
                0.00    0.00  130872/183733      next_interval [783]
                0.00    0.00   12130/228845      validate_interval_range [778]
                0.00    0.00      24/49012       Fcar [807]
-----------------------------------------------
                0.00    0.00    1486/11493       save_excursion_restore <cycle 4> [303]
                0.00    0.00   10007/11493       exec_byte_code <cycle 4> [73]
[218]    0.0    0.00    0.00   11493         Fgoto_char [218]
                0.00    0.00   11493/15953       set_point_both [206]
                0.00    0.00   10007/10013       set_point [738]
                0.00    0.00    1486/1492        set_point_from_marker [938]
-----------------------------------------------
                                1512             get_next_display_element <cycle 4> [10]
[219]    0.0    0.00    0.00    1512         next_element_from_string <cycle 4> [219]
                0.00    0.00     264/7159        composition_compute_stop_pos [107]
                0.00    0.00     240/3495        compute_stop_pos [166]
                0.00    0.00      24/286         composition_reseat_it [239]
                                 264             get_visually_first_element <cycle 4> [864]
                                 240             handle_stop <cycle 4> [160]
-----------------------------------------------
                                   2             load_charset <cycle 4> [221]
                                   2             Flocate_file_internal <cycle 4> [1509]
                                  12             x_find_image_fd <cycle 4> [500]
                                  26             Fload <cycle 4> [411]
[220]    0.0    0.00    0.00      42         openp <cycle 4> [220]
                0.00    0.00     188/1944        Ffind_file_name_handler [158]
                0.00    0.00     165/8785        make_string [226]
                0.00    0.00      35/1289625     Fcons [80]
                0.00    0.00      23/10760       make_unibyte_string [477]
                0.00    0.00     188/315         encode_file_name [1102]
                0.00    0.00     165/172         emacs_open [1138]
                0.00    0.00      35/14391       list1 [818]
                0.00    0.00      13/53          file_directory_p [1211]
                                  85             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                                   2             map_charset_chars <cycle 4> [199]
[221]    0.0    0.00    0.00       2         load_charset <cycle 4> [221]
                0.00    0.00       2/2           load_charset_map [222]
                0.00    0.00       2/77270       set_internal [145]
                0.00    0.00       2/3           record_xmalloc [659]
                0.00    0.00     556/556         read_hex [1036]
                0.00    0.00       2/227551      grow_specpdl [779]
                0.00    0.00       2/2           record_unwind_protect_nothing [1537]
                0.00    0.00       2/4           set_unwind_protect_ptr [1465]
                0.00    0.00       2/7           clear_unwind_protect [1397]
                                   4             unbind_to <cycle 4> [244]
                                   2             store_symval_forwarding <cycle 4> [802]
                                   2             specbind <cycle 4> [128]
                                   2             openp <cycle 4> [220]
-----------------------------------------------
                0.00    0.00       2/2           load_charset <cycle 4> [221]
[222]    0.0    0.00    0.00       2         load_charset_map [222]
                0.00    0.00     244/640         char_table_set [195]
                0.00    0.00     244/7538722     char_table_ref [37]
                0.00    0.00       2/84          Fmake_char_table [395]
-----------------------------------------------
                0.00    0.00       1/38          set_fontset_font [191]
                0.00    0.00       1/38          Fnew_fontset <cycle 4> [371]
                0.00    0.00      36/38          Fset_fontset_font <cycle 4> [56]
[223]    0.0    0.00    0.00      38         Fset_char_table_range [223]
                0.00    0.00      37/1428        char_table_set_range [76]
                0.00    0.00      38/45          CHECK_CHAR_TABLE [1259]
-----------------------------------------------
                0.00    0.00       3/37          Ffuncall <cycle 4> [29]
                0.00    0.00      34/37          eval_sub <cycle 4> [176]
[224]    0.0    0.00    0.00      37         Fdefalias [224]
                0.00    0.00      37/37          Ffset [225]
                0.00    0.00     128/1289625     Fcons [80]
                0.00    0.00      37/98231       Fplist_get [798]
                0.00    0.00      37/69910       Fget [800]
-----------------------------------------------
                0.00    0.00      37/37          Fdefalias [224]
[225]    0.0    0.00    0.00      37         Ffset [225]
                0.00    0.00      37/37          valid_lisp_object_p [227]
                0.00    0.00      27/396         Fput [267]
                0.00    0.00      62/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       1/8785        cmd_error_internal [259]
                0.00    0.00       1/8785        x_term_init <cycle 4> [508]
                0.00    0.00       1/8785        x_session_initialize [628]
                0.00    0.00       2/8785        file_attributes [518]
                0.00    0.00       3/8785        realize_basic_faces [153]
                0.00    0.00       3/8785        Fgetenv_internal [569]
                0.00    0.00       4/8785        Fsingle_key_description <cycle 4> [544]
                0.00    0.00       4/8785        text_quoting_style <cycle 4> [434]
                0.00    0.00       4/8785        fontset_pattern_regexp [549]
                0.00    0.00       6/8785        Fx_create_frame <cycle 4> [202]
                0.00    0.00       9/8785        Fframe_parameters [171]
                0.00    0.00      11/8785        parse_modifiers [377]
                0.00    0.00      12/8785        x_find_image_fd <cycle 4> [500]
                0.00    0.00      16/8785        font_build_object [406]
                0.00    0.00      36/8785        process_tool_bar_item <cycle 4> [333]
                0.00    0.00     165/8785        openp <cycle 4> [220]
                0.00    0.00     188/8785        Fexpand_file_name <cycle 4> [173]
                0.00    0.00     206/8785        Fkey_description <cycle 4> [317]
                0.00    0.00     819/8785        Ffont_xlfd_name [316]
                0.00    0.00    1028/8785        Fcall_interactively <cycle 4> [106]
                0.00    0.00    6266/8785        make_formatted_string [235]
[226]    0.0    0.00    0.00    8785         make_string [226]
                0.00    0.00    8785/148728      parse_str_as_multibyte [123]
                0.00    0.00    8785/10760       make_unibyte_string [477]
-----------------------------------------------
                0.00    0.00      37/37          Ffset [225]
[227]    0.0    0.00    0.00      37         valid_lisp_object_p [227]
                0.00    0.00      31/533         Fsuspicious_object [108]
                0.00    0.00      37/69654       mem_find [801]
                0.00    0.00       6/3408        sweep_buffers [868]
-----------------------------------------------
                                2124             map_sub_char_table <cycle 4> [110]
                               20649             map_keymap_internal <cycle 4> [680]
[228]    0.0    0.00    0.00   22773         accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00    1785/45490       concat [103]
                0.00    0.00    3666/1289625     Fcons [80]
                0.00    0.00     604/116631      Flength [126]
                0.00    0.00      48/35053       Fcopy_sequence [150]
                0.00    0.00   22773/465106      get_keymap [766]
                0.00    0.00    2111/2126        Frassq [904]
                0.00    0.00    1785/6814        Fvconcat [832]
                0.00    0.00    1785/14391       list1 [818]
                0.00    0.00    1785/1818        nconc2 [916]
                0.00    0.00     278/10850       Fmemq [822]
                0.00    0.00     192/11766       Faref [821]
                0.00    0.00      48/2149        Faset [902]
                               22773             get_keyelt <cycle 4> [541]
-----------------------------------------------
                0.00    0.00       2/2           command_loop_1 <cycle 2> [18]
[229]    0.0    0.00    0.00       2         resize_echo_area_exactly [229]
                0.00    0.00       2/9783        with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[230]    0.0    0.00    0.00       1         delete_frame <cycle 4> [230]
                0.00    0.00       1/1           free_frame_faces [231]
                0.00    0.00       1/3208        Fframe_parameter [172]
                0.00    0.00       1/1           other_visible_frames [590]
                0.00    0.00       1/2           font_update_drivers [568]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       5/1140773     xfree [760]
                0.00    0.00       2/3508670     unblock_input [754]
                0.00    0.00       1/9070        decode_any_frame [825]
                0.00    0.00       1/410271      Fcdr [768]
                0.00    0.00       1/2           free_glyphs [1529]
                0.00    0.00       1/2           delete_all_child_windows [1521]
                0.00    0.00       1/133         Fdelq [1154]
                0.00    0.00       1/1           free_font_driver_list [1604]
                0.00    0.00       1/1           initial_free_frame_resources [1610]
                0.00    0.00       1/1           x_clipboard_manager_save_frame [1639]
                0.00    0.00       1/2           safe_call2 [1540]
                                   1             check_minibuf_window <cycle 4> [1592]
                                   1             Fdelete_terminal <cycle 4> [1564]
                                   1             safe_call <cycle 4> [1026]
                                   1             do_switch_frame <cycle 4> [1388]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [230]
[231]    0.0    0.00    0.00       1         free_frame_faces [231]
                0.00    0.00       1/20          free_realized_face [116]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       3/1140773     xfree [760]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00    3255/3255        handle_face_prop [164]
[232]    0.0    0.00    0.00    3255         face_at_buffer_position [232]
                0.00    0.00    3255/12169       Fget_text_property [208]
                0.00    0.00    3255/12130       Fnext_single_property_change [217]
                0.00    0.00    3255/428532      lookup_char_property [390]
                0.00    0.00    3255/408494      textget [769]
                0.00    0.00    3255/186535      overlays_at [781]
-----------------------------------------------
                                3455             compute_display_string_pos <cycle 4> [263]
[233]    0.0    0.00    0.00    3455         Fnext_single_char_property_change <cycle 4> [233]
                0.00    0.00    3195/180498      get_char_property_and_overlay [100]
                0.00    0.00    3195/3928        Fnext_property_change [269]
                0.00    0.00     264/12130       Fnext_single_property_change [217]
                0.00    0.00    3195/3195        Fnext_char_property_change [876]
                                3191             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00    1140/1140        init_iterator <cycle 4> [163]
[234]    0.0    0.00    0.00    1140         produce_special_glyphs [234]
                0.00    0.00    1138/146733      x_produce_glyphs [57]
                0.00    0.00       2/2           produce_glyphs [1534]
-----------------------------------------------
                0.00    0.00       2/6266        ensure_echo_area_buffers <cycle 4> [597]
                0.00    0.00    6264/6266        Fframe_parameters [171]
[235]    0.0    0.00    0.00    6266         make_formatted_string [235]
                0.00    0.00    6266/8785        make_string [226]
-----------------------------------------------
                0.00    0.00     460/147661      x_compute_glyph_string_overhangs [483]
                0.00    0.00  147201/147661      get_per_char_metric [237]
[236]    0.0    0.00    0.00  147661         xftfont_text_extents [236]
                0.00    0.00  147661/3508683     unblock_input_to [144]
                0.00    0.00       7/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       7/1112161     do_pending_atimers [55]
                0.00    0.00  147661/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00    3205/147201      x_get_glyph_overhangs [407]
                0.00    0.00  143996/147201      x_produce_glyphs [57]
[237]    0.0    0.00    0.00  147201         get_per_char_metric [237]
                0.00    0.00  147201/147661      xftfont_text_extents [236]
-----------------------------------------------
                0.00    0.00     506/1562        move_it_to <cycle 4> [213]
                0.00    0.00     518/1562        reseat_at_previous_visible_line_start [294]
                0.00    0.00     538/1562        move_it_vertically_backward <cycle 4> [292]
[238]    0.0    0.00    0.00    1562         back_to_previous_visible_line_start [238]
                0.00    0.00    1558/15456       find_composition [194]
                0.00    0.00    1558/180498      get_char_property_and_overlay [100]
                0.00    0.00    1558/5053        handle_display_prop [241]
                0.00    0.00    1561/1561        find_newline_no_quit [661]
                0.00    0.00    3116/8883        bidi_unshelve_cache [827]
                0.00    0.00    1558/167471      Fget_char_property [786]
                0.00    0.00    1558/3667        bidi_shelve_cache [863]
-----------------------------------------------
                0.00    0.00      24/286         next_element_from_string <cycle 4> [219]
                0.00    0.00     262/286         next_element_from_buffer <cycle 4> [161]
[239]    0.0    0.00    0.00     286         composition_reseat_it [239]
                0.00    0.00     286/7159        composition_compute_stop_pos [107]
-----------------------------------------------
                                1001             insert_from_string <cycle 4> [984]
[240]    0.0    0.00    0.00    1001         insert_from_string_1 <cycle 4> [240]
                0.00    0.00    1001/1001        graft_intervals_into_buffer [252]
                0.00    0.00    1001/1819        offset_intervals [288]
                0.00    0.00      37/48          make_gap [595]
                0.00    0.00    1001/2551        record_insert [643]
                0.00    0.00    1001/2485        invalidate_buffer_caches [893]
                0.00    0.00    1001/1553        copy_text [931]
                0.00    0.00    1001/1821        adjust_overlays_for_insert [915]
                0.00    0.00    1001/1821        adjust_markers_for_insert [914]
                0.00    0.00     500/31663       count_size_as_multibyte [810]
                                1001             prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
                0.00    0.00    1558/5053        back_to_previous_visible_line_start [238]
                0.00    0.00    3495/5053        handle_stop <cycle 4> [160]
[241]    0.0    0.00    0.00    5053         handle_display_prop [241]
                0.00    0.00    5053/180498      get_char_property_and_overlay [100]
-----------------------------------------------
                0.00    0.00    3495/3495        handle_stop <cycle 4> [160]
[242]    0.0    0.00    0.00    3495         handle_composition_prop [242]
                0.00    0.00    3495/15456       find_composition [194]
-----------------------------------------------
                                3962             handle_stop <cycle 4> [160]
[243]    0.0    0.00    0.00    3962         handle_fontified_prop <cycle 4> [243]
                0.00    0.00    4125/180498      get_char_property_and_overlay [100]
                0.00    0.00     467/77270       set_internal [145]
                0.00    0.00    4125/167471      Fget_char_property [786]
                                 467             store_symval_forwarding <cycle 4> [802]
                                 467             specbind <cycle 4> [128]
                                 467             safe_call <cycle 4> [1026]
                                 467             unbind_to <cycle 4> [244]
-----------------------------------------------
                                   1             check_minibuf_window <cycle 4> [1592]
                                   1             Fset_window_configuration <cycle 4> [702]
                                   1             decode_coding <cycle 4> [547]
                                   1             Fx_create_frame <cycle 4> [202]
                                   1             write_string_1 <cycle 4> [1637]
                                   1             Fprinc <cycle 4> [1574]
                                   2             make_frame <cycle 4> [534]
                                   2             set_frame_menubar <cycle 4> [418]
                                   2             Fdo_auto_save <cycle 4> [593]
                                   2             Fautoload_do_load <cycle 4> [587]
                                   3             Fkill_buffer <cycle 4> [565]
                                   4             adjust_frame_size <cycle 4> [497]
                                   4             load_charset <cycle 4> [221]
                                   4             Feval_buffer <cycle 4> [507]
                                   6             get_keyelt <cycle 4> [541]
                                   6             Fload <cycle 4> [411]
                                  10             unwind_to_catch <cycle 4> [657]
                                  11             Finsert_file_contents <cycle 4> [351]
                                  12             show_hourglass <cycle 4> [183]
                                  13             digest_single_submenu <cycle 4> [448]
                                  14             x_consider_frame_title <cycle 4> [361]
                                  24             display_mode_element <cycle 4> [379]
                                  24             display_mode_line <cycle 4> [472]
                                  29             echo_area_display <cycle 4> [704]
                                  29             redisplay_window <cycle 4> [410]
                                  35             with_echo_area_buffer <cycle 4> [405]
                                  44             compact_buffer <cycle 4> [677]
                                  49             Fgarbage_collect <cycle 4> [64]
                                  65             Flet <cycle 4> [431]
                                  97             eval_sub <cycle 4> [176]
                                 186             readevalloop <cycle 4> [402]
                                 240             apply_lambda <cycle 4> [340]
                                 308             process_tool_bar_item <cycle 4> [333]
                                 314             internal_condition_case_1 <cycle 4> [1098]
                                 467             handle_fontified_prop <cycle 4> [243]
                                 760             safe__call <cycle 4> [301]
                                1019             update_compositions <cycle 4> [154]
                                1022             prepare_to_modify_buffer_1 <cycle 4> [250]
                                1022             signal_after_change <cycle 4> [297]
                                1034             Fcall_interactively <cycle 4> [106]
                                1037             code_convert_string <cycle 4> [264]
                                1549             safe_run_hooks <cycle 4> [276]
                                3100             Fcurrent_active_maps <cycle 4> [192]
                                3191             Fnext_single_char_property_change <cycle 4> [233]
                               16753             exec_byte_code <cycle 4> [73]
                               16850             Ffuncall <cycle 4> [29]
                0.00    0.00       1/9783        internal_condition_case <cycle 2> [215]
                0.00    0.00       9/9783        wait_reading_process_output [44]
                0.00    0.01      45/9783        timer_check [59]
                0.00    0.01      53/9783        redisplay_internal [38]
                0.01    0.13     509/9783        command_loop_1 <cycle 2> [18]
                0.01    0.13     510/9783        read_key_sequence.constprop.44 <cycle 2> [15]
[244]    0.0    0.00    0.00   50476         unbind_to <cycle 4> [244]
                0.00    0.00    2902/77270       set_internal [145]
                0.00    0.00      34/995         Fset_match_data [315]
                0.00    0.00     510/1022        cancel_hourglass [438]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00      34/37          unwind_set_match_data [746]
                0.00    0.00    2902/5857        Flocal_variable_p [840]
                0.00    0.00    1486/1486        free_misc [941]
                0.00    0.00    1476/1476        save_restriction_restore [942]
                0.00    0.00    1039/1039        code_conversion_restore [974]
                0.00    0.00    1000/1000        reset_var_on_error [985]
                0.00    0.00     795/795         set_buffer_if_live [1002]
                0.00    0.00     517/517         restore_kboard_configuration [1057]
                0.00    0.00      50/50          pop_message_unwind [1228]
                0.00    0.00      47/47          unwind_redisplay [1253]
                0.00    0.00      16/1140773     xfree [760]
                0.00    0.00       9/9           wait_reading_process_output_unwind [1384]
                0.00    0.00       7/7           do_nothing [1399]
                0.00    0.00       6/6           fast_set_selected_frame [1411]
                0.00    0.00       4/4           record_load_unwind [1464]
                0.00    0.00       4/4           load_warn_old_style_backquotes [1461]
                0.00    0.00       4/4           readevalloop_1 [1463]
                0.00    0.00       3/3           decide_coding_unwind [1485]
                0.00    0.00       2/3508670     unblock_input [754]
                0.00    0.00       2/2           do_auto_save_unwind [1522]
                0.00    0.00       2/2           restore_menu_items [1539]
                0.00    0.00       2/2           un_autoload [1544]
                0.00    0.00       2/2           fclose_unwind [1525]
                0.00    0.00       1/1           unwind_create_frame [1632]
                0.00    0.00       1/1           do_unwind_create_frame [1599]
                               16909             Fset_default <cycle 4> [198]
                                3851             bcall0 <cycle 4> [860]
                                2897             store_symval_forwarding <cycle 4> [802]
                                1486             save_excursion_restore <cycle 4> [303]
                                 803             set_buffer_internal_1 <cycle 4> [871]
                                  38             unwind_format_mode_line <cycle 4> [1275]
                                  35             unwind_with_echo_area_buffer <cycle 4> [1282]
-----------------------------------------------
                0.00    0.00       8/2757        read_char <cycle 2> [20]
                0.00    0.00     123/2757        Fsubstring [362]
                0.00    0.00    2626/2757        Ffuncall <cycle 4> [29]
[245]    0.0    0.00    0.00    2757         Fvector [245]
                0.00    0.00    2757/154204      allocate_vector [92]
-----------------------------------------------
                0.00    0.00     446/1468        draw_fringe_bitmap_1 <cycle 4> [304]
                0.00    0.00    1022/1468        Fface_font [268]
[246]    0.0    0.00    0.00    1468         lookup_named_face [246]
                0.00    0.00    1468/1575        Finternal_merge_in_global_face [247]
                0.00    0.00    1468/1502        get_lface_attributes [355]
                0.00    0.00    1468/1580        merge_face_vectors <cycle 1> [552]
-----------------------------------------------
                0.00    0.00       1/1575        Fdisplay_supports_face_attributes_p [564]
                0.00    0.00      24/1575        face_at_string_position [275]
                0.00    0.00      82/1575        Ffuncall <cycle 4> [29]
                0.00    0.00    1468/1575        lookup_named_face [246]
[247]    0.0    0.00    0.00    1575         Finternal_merge_in_global_face [247]
                0.00    0.00       4/94          realize_face [152]
                0.00    0.00     164/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00    1490/1490        lface_equal_p [556]
                0.00    0.00       1/1580        merge_face_vectors <cycle 1> [552]
                0.00    0.00    1493/1589        lface_hash [928]
                0.00    0.00     164/1762        lface_from_face_name [921]
-----------------------------------------------
                0.00    0.00    2582/2582        Ffuncall <cycle 4> [29]
[248]    0.0    0.00    0.00    2582         Fmake_byte_code [248]
                0.00    0.00    2582/154204      allocate_vector [92]
                0.00    0.00    2582/2621        make_byte_code [890]
-----------------------------------------------
                                   1             Fundo_boundary <cycle 4> [1582]
                                   3             Finsert_file_contents <cycle 4> [351]
                                   8             Fset_coding_system_priority <cycle 4> [473]
                                 299             exec_byte_code <cycle 4> [73]
                                 500             Fsetq <cycle 4> [338]
                                 728             code_conversion_save <cycle 4> [376]
                                1022             prepare_to_modify_buffer_1 <cycle 4> [250]
[249]    0.0    0.00    0.00    2561         Fset <cycle 4> [249]
                0.00    0.00    2561/77270       set_internal [145]
                                1792             store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
                                1472             modify_text_properties <cycle 4> [945]
                                1752             prepare_to_modify_buffer <cycle 4> [421]
[250]    0.0    0.00    0.00    3224         prepare_to_modify_buffer_1 <cycle 4> [250]
                0.00    0.00    2471/2471        verify_interval_modification [277]
                0.00    0.00    1022/77270       set_internal [145]
                0.00    0.00    3224/3229        bset_redisplay [873]
                                1022             store_symval_forwarding <cycle 4> [802]
                                1022             specbind <cycle 4> [128]
                                1022             Fset <cycle 4> [249]
                                1022             unbind_to <cycle 4> [244]
                                1000             call0 <cycle 4> [854]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [176]
                                  91             Ffuncall <cycle 4> [29]
[251]    0.0    0.00    0.00      93         Ffile_name_nondirectory <cycle 4> [251]
                0.00    0.00      93/1944        Ffind_file_name_handler [158]
                                  15             call2 <cycle 4> [924]
-----------------------------------------------
                0.00    0.00    1001/1001        insert_from_string_1 <cycle 4> [240]
[252]    0.0    0.00    0.00    1001         graft_intervals_into_buffer [252]
                0.00    0.00     999/1000        set_text_properties_1 [271]
                0.00    0.00     999/256439      find_interval [87]
                0.00    0.00     999/312932      balance_an_interval [771]
-----------------------------------------------
                0.00    0.00     519/2539        Ffuncall <cycle 4> [29]
                0.00    0.00    2020/2539        Fline_beginning_position [266]
[253]    0.0    0.00    0.00    2539         Fconstrain_to_field [253]
                0.00    0.00    4089/180498      get_char_property_and_overlay [100]
                0.00    0.00    4089/167471      Fget_char_property [786]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [176]
[254]    0.0    0.00    0.00       2         directory_files_internal <cycle 4> [254]
                0.00    0.00     482/39716       re_search [74]
                0.00    0.00     478/1289625     Fcons [80]
                0.00    0.00       2/49854       compile_pattern [156]
                0.00    0.00     482/10760       make_unibyte_string [477]
                0.00    0.00       2/2           open_directory [698]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00     484/484         read_dirent [1081]
                0.00    0.00     482/670         decode_file_name [1020]
                0.00    0.00       4/315         encode_file_name [1102]
                0.00    0.00       2/227551      grow_specpdl [779]
                0.00    0.00       2/1020        record_unwind_protect_ptr [982]
                0.00    0.00       2/3508670     unblock_input [754]
                                 486             code_convert_string <cycle 4> [264]
                                   2             Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
                0.00    0.00       1/25585       Ftry_completion [416]
                0.00    0.00       2/25585       x_set_font <cycle 4> [189]
                0.00    0.00       2/25585       Fautoload_do_load <cycle 4> [587]
                0.00    0.00       4/25585       x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       4/25585       eval_sub <cycle 4> [176]
                0.00    0.00       5/25585       show_hourglass <cycle 4> [183]
                0.00    0.00      10/25585       search_image_cache [613]
                0.00    0.00      14/25585       update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      22/25585       face_attr_equal_p [555]
                0.00    0.00      63/25585       exec_byte_code <cycle 4> [73]
                0.00    0.00      86/25585       hscroll_window_tree [498]
                0.00    0.00     101/25585       display_mode_element <cycle 4> [379]
                0.00    0.00     261/25585       Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     462/25585       readevalloop <cycle 4> [402]
                0.00    0.00    1057/25585       where_is_internal <cycle 4> [157]
                0.00    0.00    1411/25585       Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00   22080/25585       compile_pattern [156]
[255]    0.0    0.00    0.00   25585         Fequal [255]
                0.00    0.00   25585/6002698     internal_equal [52]
-----------------------------------------------
                0.00    0.00     386/386         Ffuncall <cycle 4> [29]
[256]    0.0    0.00    0.00     386         string_match_1 [256]
                0.00    0.00     386/39716       re_search [74]
                0.00    0.00     386/49854       compile_pattern [156]
                0.00    0.00     263/695         string_byte_to_char [1017]
                0.00    0.00      27/5549204     string_char_to_byte [752]
-----------------------------------------------
                0.00    0.00       2/4964        file_attributes [518]
                0.00    0.00       6/4964        eval_sub <cycle 4> [176]
                0.00    0.00      49/4964        Fgarbage_collect <cycle 4> [64]
                0.00    0.00      71/4964        Fmapcar <cycle 4> [401]
                0.00    0.00     355/4964        funcall_lambda <cycle 4> [314]
                0.00    0.00     995/4964        Fmatch_data [330]
                0.00    0.00    1081/4964        Fbacktrace_frame [318]
                0.00    0.00    2405/4964        exec_byte_code <cycle 4> [73]
[257]    0.0    0.00    0.00    4964         Flist [257]
                0.00    0.00   18766/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       1/1           internal_condition_case <cycle 2> [215]
[258]    0.0    0.00    0.00       1         cmd_error [258]
                0.00    0.00       1/1           cmd_error_internal [259]
                0.00    0.00       1/1022        cancel_hourglass [438]
-----------------------------------------------
                0.00    0.00       1/1           cmd_error [258]
[259]    0.0    0.00    0.00       1         cmd_error_internal [259]
                0.00    0.00       1/9783        call3 <cycle 4> [1330]
                0.00    0.00       1/8785        make_string [226]
-----------------------------------------------
                0.00    0.00     352/3592        display_line <cycle 4> [184]
                0.00    0.00    3240/3592        move_it_in_display_line_to <cycle 4> [58]
[260]    0.0    0.00    0.00    3592         handle_line_prefix [260]
                0.00    0.00    3592/180498      get_char_property_and_overlay [100]
                0.00    0.00    3592/167471      Fget_char_property [786]
                0.00    0.00    3592/9334        get_it_property [824]
-----------------------------------------------
                0.00    0.00      40/436         Ffuncall <cycle 4> [29]
                0.00    0.00     396/436         Fput [267]
[261]    0.0    0.00    0.00     436         Fplist_put [261]
                0.00    0.00     247/9355        Fsetcar [129]
                0.00    0.00     220/1289625     Fcons [80]
                0.00    0.00      31/591680      Fsetcdr [764]
-----------------------------------------------
                0.00    0.00    3495/3495        handle_stop <cycle 4> [160]
[262]    0.0    0.00    0.00    3495         handle_invisible_prop [262]
                0.00    0.00    3255/180498      get_char_property_and_overlay [100]
                0.00    0.00     240/12169       Fget_text_property [208]
                0.00    0.00     240/428532      lookup_char_property [390]
                0.00    0.00     240/408494      textget [769]
-----------------------------------------------
                                3623             bidi_fetch_char <cycle 4> [791]
[263]    0.0    0.00    0.00    3623         compute_display_string_pos <cycle 4> [263]
                0.00    0.00    3455/180498      get_char_property_and_overlay [100]
                0.00    0.00    3455/167471      Fget_char_property [786]
                                3455             Fnext_single_char_property_change <cycle 4> [233]
-----------------------------------------------
                                   1             xg_create_frame_widgets <cycle 4> [592]
                                   1             Finsert_file_contents <cycle 4> [351]
                                   1             Ffile_accessible_directory_p <cycle 4> [453]
                                   2             Ffile_exists_p <cycle 4> [400]
                                   2             Ffile_attributes <cycle 4> [424]
                                  18             Ffile_symlink_p <cycle 4> [308]
                                  25             Ffile_readable_p <cycle 4> [311]
                                  40             Ffile_directory_p <cycle 4> [285]
                                  59             Ffuncall <cycle 4> [29]
                                 188             Fexpand_file_name <cycle 4> [173]
                                 215             digest_single_submenu <cycle 4> [448]
                                 486             directory_files_internal <cycle 4> [254]
[264]    0.0    0.00    0.00    1038         code_convert_string <cycle 4> [264]
                0.00    0.00    1037/1044        setup_coding_system [296]
                0.00    0.00    1037/2446268     hash_lookup [25]
                                1037             unbind_to <cycle 4> [244]
                                 728             decode_coding_object <cycle 4> [307]
                                 309             encode_coding_object <cycle 4> [466]
-----------------------------------------------
                0.00    0.00       1/2014        Fcurrent_window_configuration [526]
                0.00    0.00       1/2014        make_frame <cycle 4> [534]
                0.00    0.00       1/2014        create_terminal <cycle 4> [513]
                0.00    0.00       2/2014        make_window [557]
                0.00    0.00       2/2014        x_scroll_bar_create [525]
                0.00    0.00       3/2014        make_hash_table [471]
                0.00    0.00       8/2014        font_make_object [415]
                0.00    0.00     887/2014        Ffont_spec [280]
                0.00    0.00    1109/2014        font_make_entity [290]
[265]    0.0    0.00    0.00    2014         allocate_pseudovector [265]
                0.00    0.00    2014/156717      Fmake_string [81]
-----------------------------------------------
                0.00    0.00    2020/2020        Ffuncall <cycle 4> [29]
[266]    0.0    0.00    0.00    2020         Fline_beginning_position [266]
                0.00    0.00    2020/2539        Fconstrain_to_field [253]
                0.00    0.00    2020/2538        scan_newline_from_point [650]
-----------------------------------------------
                0.00    0.00       2/396         modify_event_symbol [426]
                0.00    0.00       2/396         Fdefvar <cycle 4> [454]
                0.00    0.00       4/396         eval_sub <cycle 4> [176]
                0.00    0.00      10/396         apply_modifiers [309]
                0.00    0.00      22/396         parse_modifiers [377]
                0.00    0.00      27/396         Ffset [225]
                0.00    0.00     129/396         Ffuncall <cycle 4> [29]
                0.00    0.00     200/396         update_overlay_arrows <cycle 4> [299]
[267]    0.0    0.00    0.00     396         Fput [267]
                0.00    0.00     396/436         Fplist_put [261]
                0.00    0.00     158/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00    1022/1022        Ffuncall <cycle 4> [29]
[268]    0.0    0.00    0.00    1022         Fface_font [268]
                0.00    0.00    1022/1468        lookup_named_face [246]
                0.00    0.00    1022/2119        decode_live_frame [906]
-----------------------------------------------
                0.00    0.00     733/3928        make_buffer_string_both [306]
                0.00    0.00    3195/3928        Fnext_single_char_property_change <cycle 4> [233]
[269]    0.0    0.00    0.00    3928         Fnext_property_change [269]
                0.00    0.00    3105/256439      find_interval [87]
                0.00    0.00   27869/183733      next_interval [783]
                0.00    0.00   27808/28807       intervals_equal [812]
                0.00    0.00    3928/228845      validate_interval_range [778]
-----------------------------------------------
                0.00    0.00   27774/27774       compile_pattern [156]
[270]    0.0    0.00    0.00   27774         re_compile_pattern [270]
                0.00    0.00   27774/1153527     xmalloc [118]
                0.00    0.00   27777/1140773     xfree [760]
                0.00    0.00    3200/3200        re_iswctype [875]
                0.00    0.00    2671/2682        skip_one_char [887]
                0.00    0.00     290/2125        xrealloc [905]
                0.00    0.00      25/25          re_wctype [1305]
                0.00    0.00      24/27792       analyze_first [813]
-----------------------------------------------
                0.00    0.00       1/1000        set_text_properties [558]
                0.00    0.00     999/1000        graft_intervals_into_buffer [252]
[271]    0.0    0.00    0.00    1000         set_text_properties_1 [271]
                0.00    0.00    1000/1000        set_properties [272]
                0.00    0.00     999/999         split_interval_right [536]
-----------------------------------------------
                0.00    0.00    1000/1000        set_text_properties_1 [271]
[272]    0.0    0.00    0.00    1000         set_properties [272]
                0.00    0.00    1000/35053       Fcopy_sequence [150]
-----------------------------------------------
                                   2             directory_files_internal <cycle 4> [254]
                                  28             Ffuncall <cycle 4> [29]
                                  39             Ffile_directory_p <cycle 4> [285]
[273]    0.0    0.00    0.00      69         Fdirectory_file_name <cycle 4> [273]
                0.00    0.00      69/1944        Ffind_file_name_handler [158]
                0.00    0.00      64/41699       make_specified_string [422]
                                   5             call2 <cycle 4> [924]
-----------------------------------------------
                0.00    0.00     879/879         Fset_fontset_font <cycle 4> [56]
[274]    0.0    0.00    0.00     879         concat3 [274]
                0.00    0.00     879/45490       concat [103]
-----------------------------------------------
                0.00    0.00     240/1464        handle_face_prop [164]
                0.00    0.00     264/1464        display_string <cycle 4> [210]
                0.00    0.00     960/1464        face_before_or_after_it_pos <cycle 4> [289]
[275]    0.0    0.00    0.00    1464         face_at_string_position [275]
                0.00    0.00    1464/12169       Fget_text_property [208]
                0.00    0.00    1464/12130       Fnext_single_property_change [217]
                0.00    0.00      24/1575        Finternal_merge_in_global_face [247]
                0.00    0.00    1464/428532      lookup_char_property [390]
                0.00    0.00      24/1580        merge_face_ref <cycle 1> [684]
                0.00    0.00    1464/408494      textget [769]
                0.00    0.00      24/49012       Fcar [807]
-----------------------------------------------
                                   2             Fdo_auto_save <cycle 4> [593]
                                   4             set_frame_menubar <cycle 4> [418]
                                  12             show_hourglass <cycle 4> [183]
                0.00    0.00       1/9783        read_char <cycle 2> [20]
                0.04    0.40    1530/9783        command_loop_1 <cycle 2> [18]
[276]    0.0    0.00    0.00    1549         safe_run_hooks <cycle 4> [276]
                0.00    0.00    1549/77270       set_internal [145]
                0.00    0.00    1549/1549        run_hook_with_args [932]
                                1549             store_symval_forwarding <cycle 4> [802]
                                1549             specbind <cycle 4> [128]
                                1549             unbind_to <cycle 4> [244]
                                1548             Fcommandp <cycle 4> [853]
-----------------------------------------------
                0.00    0.00    2471/2471        prepare_to_modify_buffer_1 <cycle 4> [250]
[277]    0.0    0.00    0.00    2471         verify_interval_modification [277]
                0.00    0.00    2471/256439      find_interval [87]
                0.00    0.00    5572/428532      lookup_char_property [390]
                0.00    0.00    5572/408494      textget [769]
                0.00    0.00    3574/183733      next_interval [783]
-----------------------------------------------
                0.00    0.00     556/556         command_loop_1 <cycle 2> [18]
[278]    0.0    0.00    0.00     556         composition_adjust_point [278]
                0.00    0.00     556/556         find_automatic_composition [293]
                0.00    0.00     556/16012       get_property_and_range [205]
-----------------------------------------------
                                   3             eval_sub <cycle 4> [176]
                                  49             Ffuncall <cycle 4> [29]
[279]    0.0    0.00    0.00      52         Ffile_name_as_directory <cycle 4> [279]
                0.00    0.00      52/1944        Ffind_file_name_handler [158]
                0.00    0.00      46/41699       make_specified_string [422]
                0.00    0.00      46/181         Fnext_read_file_uses_dialog_p [1133]
                                   6             call2 <cycle 4> [924]
-----------------------------------------------
                0.00    0.00       1/887         font_open_by_name [387]
                0.00    0.00       1/887         Fnew_fontset <cycle 4> [371]
                0.00    0.00       1/887         fontset_from_font <cycle 4> [343]
                0.00    0.00       6/887         realize_face [152]
                0.00    0.00     119/887         Ffuncall <cycle 4> [29]
                0.00    0.00     759/887         Fset_fontset_font <cycle 4> [56]
[280]    0.0    0.00    0.00     887         Ffont_spec [280]
                0.00    0.00     887/2014        allocate_pseudovector [265]
                0.00    0.00      75/75          font_parse_name [350]
                0.00    0.00     227/233         Ffontp [363]
                0.00    0.00     182/1320        font_put_extra [336]
-----------------------------------------------
                0.00    0.00     183/183         Ffuncall <cycle 4> [29]
[281]    0.0    0.00    0.00     183         read_internal_start [281]
                0.00    0.00     183/183         read0 <cycle 5> [1038]
                0.00    0.00       1/5549489     validate_subarray [62]
                0.00    0.00       1/5549204     string_char_to_byte [752]
-----------------------------------------------
[282]    0.0    0.00    0.00     183+3707    <cycle 5 as a whole> [282]
                0.00    0.00    2710             read1 <cycle 5> [300]
                0.00    0.00     540             read_list <cycle 5> [357]
                0.00    0.00      90             read_vector <cycle 5> [366]
                0.00    0.00     550             read0 <cycle 5> [1038]
-----------------------------------------------
                                  23             where_is_internal <cycle 4> [157]
[283]    0.0    0.00    0.00      23         Faccessible_keymaps <cycle 4> [283]
                0.00    0.00    1879/116631      Flength [126]
                0.00    0.00      46/1289625     Fcons [80]
                0.00    0.00    1856/49012       Fcar [807]
                0.00    0.00    1856/410271      Fcdr [768]
                0.00    0.00    1833/11766       Faref [821]
                0.00    0.00      23/465106      get_keymap [766]
                0.00    0.00      23/14391       list1 [818]
                                1820             map_keymap <cycle 4> [865]
-----------------------------------------------
                                   1             Fdo_auto_save <cycle 4> [593]
                                   2             Fload <cycle 4> [411]
                                   4             eval_sub <cycle 4> [176]
                                  38             Ffuncall <cycle 4> [29]
[284]    0.0    0.00    0.00      45         Ffile_name_directory <cycle 4> [284]
                0.00    0.00      45/1944        Ffind_file_name_handler [158]
                                   5             call2 <cycle 4> [924]
-----------------------------------------------
                                   1             Fdo_auto_save <cycle 4> [593]
                                   2             eval_sub <cycle 4> [176]
                                  41             Ffuncall <cycle 4> [29]
[285]    0.0    0.00    0.00      44         Ffile_directory_p <cycle 4> [285]
                0.00    0.00      44/1944        Ffind_file_name_handler [158]
                0.00    0.00      40/315         encode_file_name [1102]
                0.00    0.00      40/53          file_directory_p [1211]
                                  44             expand_and_dir_to_file <cycle 4> [1263]
                                  40             code_convert_string <cycle 4> [264]
                                  39             Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
                0.00    0.00       4/2088        text_quoting_style <cycle 4> [434]
                0.00    0.00      10/2088        apply_modifiers [309]
                0.00    0.00      11/2088        parse_modifiers [377]
                0.00    0.00     118/2088        Ffontp [363]
                0.00    0.00     120/2088        font_prop_validate_symbol [391]
                0.00    0.00     124/2088        Ffuncall <cycle 4> [29]
                0.00    0.00     140/2088        ftfont_list [211]
                0.00    0.00     691/2088        font_parse_family_registry [321]
                0.00    0.00     870/2088        read1 <cycle 5> [300]
[286]    0.0    0.00    0.00    2088         Fintern [286]
                0.00    0.00    2088/142598      oblookup [125]
                0.00    0.00     350/545         Fmake_symbol [574]
                0.00    0.00    2088/285196      check_obarray [775]
-----------------------------------------------
                0.00    0.00    1452/1452        Ffuncall <cycle 4> [29]
[287]    0.0    0.00    0.00    1452         Fbackward_prefix_chars [287]
                0.00    0.00    1452/15953       set_point_both [206]
                0.00    0.00    1443/145888      char_quoted [174]
                0.00    0.00    1443/4865        SETUP_SYNTAX_TABLE [852]
                0.00    0.00    1443/1443        syntax_prefix_flag_p [948]
-----------------------------------------------
                0.00    0.00      89/1819        prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00     729/1819        del_range_2 [332]
                0.00    0.00    1001/1819        insert_from_string_1 <cycle 4> [240]
[288]    0.0    0.00    0.00    1819         offset_intervals [288]
                0.00    0.00     999/256439      find_interval [87]
                0.00    0.00     999/2778892     Fnreverse [45]
                0.00    0.00    1998/1289625     Fcons [80]
                0.00    0.00    4995/428532      lookup_char_property [390]
                0.00    0.00     999/501996      Fassq [384]
                0.00    0.00    8977/265452      balance_possible_root_interval [776]
                0.00    0.00    7978/312932      balance_an_interval [771]
                0.00    0.00     999/410271      Fcdr [768]
                0.00    0.00     999/28807       intervals_equal [812]
                0.00    0.00     999/49012       Fcar [807]
-----------------------------------------------
                                1272             get_next_display_element <cycle 4> [10]
[289]    0.0    0.00    0.00    1272         face_before_or_after_it_pos <cycle 4> [289]
                0.00    0.00     960/1464        face_at_string_position [275]
                                 960             bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
                0.00    0.00    1109/1109        ftfont_pattern_entity [216]
[290]    0.0    0.00    0.00    1109         font_make_entity [290]
                0.00    0.00    1109/2014        allocate_pseudovector [265]
-----------------------------------------------
                0.00    0.00    2039/2039        add_text_properties_1 <cycle 4> [104]
[291]    0.0    0.00    0.00    2039         add_properties [291]
                0.00    0.00      75/9355        Fsetcar [129]
                0.00    0.00    3932/1289625     Fcons [80]
                0.00    0.00    2191/49012       Fcar [807]
                0.00    0.00    2044/410271      Fcdr [768]
                0.00    0.00    2037/2998        record_property_change [883]
-----------------------------------------------
                                   3             redisplay_window <cycle 4> [410]
                                 507             move_it_to <cycle 4> [213]
[292]    0.0    0.00    0.00     510         move_it_vertically_backward <cycle 4> [292]
                0.00    0.00     538/1562        back_to_previous_visible_line_start [238]
                0.00    0.00    1020/3667        bidi_shelve_cache [863]
                0.00    0.00    1020/8883        bidi_unshelve_cache [827]
                0.00    0.00     510/589         default_line_pixel_height [1028]
                                1020             move_it_to <cycle 4> [213]
                                 521             move_it_by_lines <cycle 4> [935]
                                 510             reseat_1 <cycle 4> [889]
                                  19             line_bottom_y <cycle 4> [537]
                                   1             window_box_height <cycle 4> [1166]
-----------------------------------------------
                0.00    0.00     556/556         composition_adjust_point [278]
[293]    0.0    0.00    0.00     556         find_automatic_composition [293]
                0.00    0.00    2584/7538722     char_table_ref [37]
                0.00    0.00     556/559         window_loop [347]
                0.00    0.00    2028/2028        char_composable_p [356]
                0.00    0.00     556/25879       buf_charpos_to_bytepos [733]
                0.00    0.00     556/41387       Fcurrent_buffer [809]
                0.00    0.00     556/559         Fget_buffer_window [1033]
-----------------------------------------------
                0.00    0.00       8/518         start_display <cycle 4> [197]
                0.00    0.00     510/518         Fvertical_motion <cycle 4> [209]
[294]    0.0    0.00    0.00     518         reseat_at_previous_visible_line_start [294]
                0.00    0.00     518/1562        back_to_previous_visible_line_start [238]
-----------------------------------------------
                0.00    0.00     295/42803       Fboundp [505]
                0.00    0.00     743/42803       Fmake_local_variable <cycle 4> [436]
                0.00    0.00   41765/42803       find_symbol_value <cycle 4> [298]
[295]    0.0    0.00    0.00   42803         swap_in_symval_forwarding [295]
                0.00    0.00   14649/4474415     assq_no_quit [63]
                0.00    0.00   14649/41387       Fcurrent_buffer [809]
                0.00    0.00   14536/74640       do_symval_forwarding [799]
-----------------------------------------------
                0.00    0.00       1/1044        Fset_keyboard_coding_system_internal [559]
                0.00    0.00       1/1044        Fset_terminal_coding_system_internal [560]
                0.00    0.00       2/1044        create_terminal <cycle 4> [513]
                0.00    0.00       3/1044        Finsert_file_contents <cycle 4> [351]
                0.00    0.00    1037/1044        code_convert_string <cycle 4> [264]
[296]    0.0    0.00    0.00    1044         setup_coding_system [296]
                0.00    0.00    1044/2446268     hash_lookup [25]
-----------------------------------------------
                                  19             signal_after_change <cycle 4> [297]
                                   1             Fremove_text_properties <cycle 4> [625]
                                   3             Finsert_file_contents <cycle 4> [351]
                                  19             insert_char <cycle 4> [1331]
                                 729             del_range_1 <cycle 4> [331]
                                1001             insert_from_string <cycle 4> [984]
                                1471             add_text_properties_1 <cycle 4> [104]
[297]    0.0    0.00    0.00    3224+19      signal_after_change <cycle 4> [297]
                0.00    0.00    1022/77270       set_internal [145]
                0.00    0.00    1022/1022        report_interval_modification [977]
                0.00    0.00    1000/227551      grow_specpdl [779]
                0.00    0.00    1000/1020        record_unwind_protect_ptr [982]
                0.00    0.00    1000/2061        Frun_hook_with_args [910]
                0.00    0.00      19/1699        multibyte_chars_in_text [925]
                0.00    0.00      19/21          chars_in_text [1322]
                                1022             store_symval_forwarding <cycle 4> [802]
                                1022             specbind <cycle 4> [128]
                                1022             unbind_to <cycle 4> [244]
                                1000             Fcommandp <cycle 4> [853]
                                  19             prepare_to_modify_buffer <cycle 4> [421]
                                  19             signal_after_change <cycle 4> [297]
-----------------------------------------------
                                   2             create_terminal <cycle 4> [513]
                                   3             Fkill_local_variable <cycle 4> [741]
                                   4             readevalloop <cycle 4> [402]
                                  45             Fmake_local_variable <cycle 4> [436]
                                  89             update_overlay_arrows <cycle 4> [299]
                                 100             overlay_arrows_changed_p <cycle 4> [1227]
                                 704             display_line <cycle 4> [184]
                                3115             current_minor_maps <cycle 4> [880]
                                4697             Fcommandp <cycle 4> [853]
                               19812             specbind <cycle 4> [128]
                               49544             Fsymbol_value <cycle 4> [806]
[298]    0.0    0.00    0.00   78115         find_symbol_value <cycle 4> [298]
                0.00    0.00   41765/42803       swap_in_symval_forwarding [295]
                               14522             store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
                                   5             redraw_frame <cycle 4> [683]
                0.00    0.01      43/9783        redisplay_internal [38]
[299]    0.0    0.00    0.00      48         update_overlay_arrows <cycle 4> [299]
                0.00    0.00     200/396         Fput [267]
                0.00    0.00      90/98231       Fplist_get [798]
                0.00    0.00      90/69910       Fget [800]
                0.00    0.00      45/74640       do_symval_forwarding [799]
                                  89             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                                 550             read0 <cycle 5> [1038]
                                2160             read_list <cycle 5> [357]
[300]    0.0    0.00    0.00    2710         read1 <cycle 5> [300]
                0.00    0.00     870/2088        Fintern [286]
                0.00    0.00   21827/28240       readchar [334]
                0.00    0.00    1788/1788        read_escape [408]
                0.00    0.00     329/1289625     Fcons [80]
                0.00    0.00     329/1230        list2 [368]
                0.00    0.00    1006/41699       make_specified_string [422]
                0.00    0.00      35/3508683     unblock_input_to [144]
                0.00    0.00       6/545         Fmake_symbol [574]
                0.00    0.00    1537/1537        char_string [936]
                0.00    0.00    1136/1318        unreadchar [956]
                0.00    0.00    1092/1092        string_to_number [965]
                0.00    0.00     876/1699        multibyte_chars_in_text [925]
                0.00    0.00     172/539         intern_sym [1044]
                0.00    0.00      48/48          str_as_unibyte [1248]
                0.00    0.00      39/2621        make_byte_code [890]
                0.00    0.00      35/3508670     unblock_input [754]
                0.00    0.00       6/652         make_float [1021]
                                 450             read_list <cycle 5> [357]
                                 329             read0 <cycle 5> [1038]
                                  90             read_vector <cycle 5> [366]
-----------------------------------------------
                                 169             safe__call1 <cycle 4> [1139]
                                 591             safe_call <cycle 4> [1026]
[301]    0.0    0.00    0.00     760         safe__call <cycle 4> [301]
                0.00    0.00     929/77270       set_internal [145]
                                 929             store_symval_forwarding <cycle 4> [802]
                                 929             specbind <cycle 4> [128]
                                 760             internal_condition_case_n <cycle 4> [896]
                                 760             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00       1/8           font_open_by_spec [389]
                0.00    0.00       1/8           Fset_fontset_font <cycle 4> [56]
                0.00    0.00       6/8           realize_face [152]
[302]    0.0    0.00    0.00       8         font_load_for_lface [302]
                0.00    0.00       8/138692      font_find_for_lface [14]
                0.00    0.00       8/12          font_open_entity [392]
                0.00    0.00       8/12          font_open_for_lface [397]
                0.00    0.00       8/47          Ffont_get [726]
                0.00    0.00       8/410271      Fcdr [768]
-----------------------------------------------
                                1486             unbind_to <cycle 4> [244]
[303]    0.0    0.00    0.00    1486         save_excursion_restore <cycle 4> [303]
                0.00    0.00    1486/11493       Fgoto_char [218]
                0.00    0.00    1486/1486        Fmarker_buffer [939]
                0.00    0.00    1486/4179        unchain_marker [858]
                                1486             Fset_buffer <cycle 4> [897]
-----------------------------------------------
                                 446             draw_fringe_bitmap <cycle 4> [1087]
[304]    0.0    0.00    0.00     446         draw_fringe_bitmap_1 <cycle 4> [304]
                0.00    0.00     446/1468        lookup_named_face [246]
                0.00    0.00     446/8828        prepare_face_for_display [617]
                0.00    0.00     223/1972        window_box_left [912]
                0.00    0.00     223/223         window_box_right [1124]
                                 446             x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
                                4777             access_keymap_1 <cycle 4> [305]
                                   2             Fdefine_key <cycle 4> [112]
                                2076             access_keymap <cycle 4> [907]
                                2894             Flookup_key <cycle 4> [891]
[305]    0.0    0.00    0.00    4972+4777    access_keymap_1 <cycle 4> [305]
                0.00    0.00    8958/9497        apply_modifiers [309]
                0.00    0.00    8958/8979        reorder_modifiers [378]
                0.00    0.00      76/1289625     Fcons [80]
                0.00    0.00  365098/465106      get_keymap [766]
                0.00    0.00     347/11766       Faref [821]
                                5900             get_keyelt <cycle 4> [541]
                                4777             access_keymap_1 <cycle 4> [305]
-----------------------------------------------
                0.00    0.00       2/733         Fbuffer_substring [553]
                0.00    0.00       3/733         current_message_1 [533]
                0.00    0.00     728/733         decode_coding_object <cycle 4> [307]
[306]    0.0    0.00    0.00     733         make_buffer_string_both [306]
                0.00    0.00     733/204864      Ftext_properties_at [97]
                0.00    0.00     733/3928        Fnext_property_change [269]
                0.00    0.00     729/46458       make_uninit_multibyte_string [417]
                0.00    0.00       4/41699       make_specified_string [422]
                0.00    0.00     733/733         update_buffer_properties [1006]
                0.00    0.00       4/29246       make_uninit_string [811]
-----------------------------------------------
                                 728             code_convert_string <cycle 4> [264]
[307]    0.0    0.00    0.00     728         decode_coding_object <cycle 4> [307]
                0.00    0.00     728/733         make_buffer_string_both [306]
                0.00    0.00     728/728         Fbuffer_string [1013]
                                 728             code_conversion_save <cycle 4> [376]
                                 728             decode_coding <cycle 4> [547]
-----------------------------------------------
                                  27             Ffuncall <cycle 4> [29]
[308]    0.0    0.00    0.00      27         Ffile_symlink_p <cycle 4> [308]
                0.00    0.00      27/1944        Ffind_file_name_handler [158]
                0.00    0.00      22/315         encode_file_name [1102]
                                  27             Fexpand_file_name <cycle 4> [173]
                                  18             code_convert_string <cycle 4> [264]
-----------------------------------------------
                0.00    0.00       6/9497        Fdefine_key <cycle 4> [112]
                0.00    0.00      21/9497        store_in_keymap [502]
                0.00    0.00     512/9497        modify_event_symbol [426]
                0.00    0.00    8958/9497        access_keymap_1 <cycle 4> [305]
[309]    0.0    0.00    0.00    9497         apply_modifiers [309]
                0.00    0.00    9497/4474415     assq_no_quit [63]
                0.00    0.00      10/396         Fput [267]
                0.00    0.00      10/2088        Fintern [286]
                0.00    0.00      20/1289625     Fcons [80]
                0.00    0.00      10/46458       make_uninit_multibyte_string [417]
                0.00    0.00   24913/98231       Fplist_get [798]
                0.00    0.00   24913/69910       Fget [800]
                0.00    0.00       4/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00    1046/10417       lisp_malloc [409]
                0.00    0.00    2561/10417       Fmake_string [81]
                0.00    0.00    6810/10417       lisp_align_malloc [329]
[310]    0.0    0.00    0.00   10417         mem_insert [310]
                0.00    0.00   10417/1153527     xmalloc [118]
                0.00    0.00    4067/5019        mem_rotate_left [849]
                0.00    0.00    3767/5100        mem_rotate_right [848]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [176]
                                  24             Ffuncall <cycle 4> [29]
[311]    0.0    0.00    0.00      26         Ffile_readable_p <cycle 4> [311]
                0.00    0.00      26/1944        Ffind_file_name_handler [158]
                0.00    0.00      26/315         encode_file_name [1102]
                                  26             Fexpand_file_name <cycle 4> [173]
                                  25             code_convert_string <cycle 4> [264]
-----------------------------------------------
                                   3             Fload <cycle 4> [411]
                                  23             internal_condition_case_1 <cycle 4> [1098]
[312]    0.0    0.00    0.00      26         Fsubstitute_in_file_name <cycle 4> [312]
                0.00    0.00      26/1944        Ffind_file_name_handler [158]
                0.00    0.00      26/26          search_embedded_absfilename [1303]
                0.00    0.00      26/7242        Ffboundp [831]
                                  26             call1 <cycle 4> [949]
-----------------------------------------------
                                  36             apply1 <cycle 4> [1278]
                                  61             eval_sub <cycle 4> [176]
                                 935             Ffuncall <cycle 4> [29]
[313]    0.0    0.00    0.00    1032         Fapply <cycle 4> [313]
                0.00    0.00    1032/116631      Flength [126]
                                1032             Ffuncall <cycle 4> [29]
-----------------------------------------------
                                 495             apply_lambda <cycle 4> [340]
                               48774             Ffuncall <cycle 4> [29]
[314]    0.0    0.00    0.00   49269         funcall_lambda <cycle 4> [314]
                0.00    0.00     454/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00     454/1112161     do_pending_atimers [55]
                0.00    0.00     355/4964        Flist [257]
                0.00    0.00      11/77270       set_internal [145]
                0.00    0.00      32/1289625     Fcons [80]
                               25484             specbind <cycle 4> [128]
                               16113             exec_byte_code <cycle 4> [73]
                                 164             Fprogn <cycle 4> [996]
                                  11             store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
                0.00    0.00      34/995         unbind_to <cycle 4> [244]
                0.00    0.00     961/995         Ffuncall <cycle 4> [29]
[315]    0.0    0.00    0.00     995         Fset_match_data [315]
                0.00    0.00     995/116631      Flength [126]
                0.00    0.00       4/4179        unchain_marker [858]
-----------------------------------------------
                0.00    0.00       1/819         fontset_from_font <cycle 4> [343]
                0.00    0.00      12/819         font_rescale_ratio [398]
                0.00    0.00     806/819         Fset_fontset_font <cycle 4> [56]
[316]    0.0    0.00    0.00     819         Ffont_xlfd_name [316]
                0.00    0.00     819/8785        make_string [226]
                0.00    0.00     819/555562      font_unparse_xlfd [86]
-----------------------------------------------
                                   4             text_quoting_style <cycle 4> [434]
                                 202             process_tool_bar_item <cycle 4> [333]
[317]    0.0    0.00    0.00     206         Fkey_description <cycle 4> [317]
                0.00    0.00     206/45490       concat [103]
                0.00    0.00     206/116631      Flength [126]
                0.00    0.00     206/8785        make_string [226]
                0.00    0.00     206/965         Fconcat [986]
                                 438             Fsingle_key_description <cycle 4> [544]
-----------------------------------------------
                0.00    0.00    1084/1084        Ffuncall <cycle 4> [29]
[318]    0.0    0.00    0.00    1084         Fbacktrace_frame [318]
                0.00    0.00    1081/4964        Flist [257]
                0.00    0.00    1084/1289625     Fcons [80]
                0.00    0.00    1084/1084        get_backtrace_frame [966]
-----------------------------------------------
                0.00    0.00    1030/1030        Ffuncall <cycle 4> [29]
[319]    0.0    0.00    0.00    1030         Fwindow_scroll_bars [319]
                0.00    0.00    1030/1032        list5 [327]
                0.00    0.00    1030/1289625     Fcons [80]
                0.00    0.00    1030/5391        set_window_margins [847]
-----------------------------------------------
                                 297             Ffuncall <cycle 4> [29]
                                 314             internal_condition_case_1 <cycle 4> [1098]
                0.00    0.00       1/9783        internal_condition_case <cycle 2> [215]
[320]    0.0    0.00    0.00     612         Feval <cycle 4> [320]
                0.00    0.00     612/77270       set_internal [145]
                                 612             store_symval_forwarding <cycle 4> [802]
                                 612             specbind <cycle 4> [128]
                                 612             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00     686/686         Fset_fontset_font <cycle 4> [56]
[321]    0.0    0.00    0.00     686         font_parse_family_registry [321]
                0.00    0.00     691/2088        Fintern [286]
                0.00    0.00     686/3332260     casify_object [48]
                0.00    0.00      20/241         concat2 [328]
                0.00    0.00       4/140083      font_intern_prop [93]
                0.00    0.00       4/4           Ffont_put [543]
                0.00    0.00     686/2666        Fdowncase [888]
                0.00    0.00      47/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[322]    0.0    0.00    0.00       6         Finternal_char_font [322]
                0.00    0.00       6/142572      face_for_char [11]
                0.00    0.00       5/1289625     Fcons [80]
                0.00    0.00       6/710         lookup_basic_face [1016]
                0.00    0.00       6/151894      xftfont_encode_char [787]
-----------------------------------------------
                0.00    0.00     934/934         Ffuncall <cycle 4> [29]
[323]    0.0    0.00    0.00     934         Ftext_property_any [323]
                0.00    0.00     932/256439      find_interval [87]
                0.00    0.00    9339/428532      lookup_char_property [390]
                0.00    0.00    9339/408494      textget [769]
                0.00    0.00    8878/183733      next_interval [783]
                0.00    0.00    8379/49012       Fcar [807]
                0.00    0.00     934/228845      validate_interval_range [778]
-----------------------------------------------
                0.00    0.00       1/895         x_set_font <cycle 4> [189]
                0.00    0.00       2/895         Fnew_fontset <cycle 4> [371]
                0.00    0.00      12/895         realize_face [152]
                0.00    0.00     880/895         check_fontset_name [325]
[324]    0.0    0.00    0.00     895         fs_query_fontset [324]
                0.00    0.00      40/38795       fast_string_match_internal [71]
                0.00    0.00     895/3332260     casify_object [48]
                0.00    0.00     895/895         Frassoc [393]
                0.00    0.00      16/554979      Fassoc [66]
                0.00    0.00      14/14          fontset_pattern_regexp [549]
                0.00    0.00     895/2666        Fdowncase [888]
                0.00    0.00     889/1800        c_strcasecmp [917]
-----------------------------------------------
                0.00    0.00     880/880         Fset_fontset_font <cycle 4> [56]
[325]    0.0    0.00    0.00     880         check_fontset_name [325]
                0.00    0.00     880/895         fs_query_fontset [324]
                0.00    0.00     880/2119        decode_live_frame [906]
-----------------------------------------------
                                   4             text_quoting_style <cycle 4> [434]
                                  10             Ffuncall <cycle 4> [29]
                                1055             process_tool_bar_item <cycle 4> [333]
[326]    0.0    0.00    0.00    1069         Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     871/2778892     Fnreverse [45]
                0.00    0.00     224/224         preferred_sequence_p [367]
                0.00    0.00     214/215         Fsafe_length [427]
                0.00    0.00     271/1289625     Fcons [80]
                0.00    0.00     261/25585       Fequal [255]
                0.00    0.00     261/1677        Fmember [388]
                0.00    0.00      10/1230        list2 [368]
                0.00    0.00    1069/1073        parse_solitary_modifier [968]
                0.00    0.00    1067/1071        Freverse [969]
                0.00    0.00    1032/98231       Fplist_get [798]
                0.00    0.00    1032/69910       Fget [800]
                0.00    0.00     261/11766       Faref [821]
                0.00    0.00      10/465106      get_keymap [766]
                                1067             where_is_internal <cycle 4> [157]
                                1059             Fcurrent_active_maps <cycle 4> [192]
                                1042             Fkey_binding <cycle 4> [352]
                                 263             shadow_lookup <cycle 4> [459]
-----------------------------------------------
                0.00    0.00       2/1032        Fautoload [584]
                0.00    0.00    1030/1032        Fwindow_scroll_bars [319]
[327]    0.0    0.00    0.00    1032         list5 [327]
                0.00    0.00    4128/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00      16/241         Fget_load_suffixes [443]
                0.00    0.00      20/241         font_parse_family_registry [321]
                0.00    0.00     205/241         process_tool_bar_item <cycle 4> [333]
[328]    0.0    0.00    0.00     241         concat2 [328]
                0.00    0.00     241/45490       concat [103]
-----------------------------------------------
                0.00    0.00    6810/6810        Fcons [80]
[329]    0.0    0.00    0.00    6810         lisp_align_malloc [329]
                0.00    0.00    6810/10417       mem_insert [310]
-----------------------------------------------
                0.00    0.00      34/995         record_unwind_save_match_data [469]
                0.00    0.00     961/995         Ffuncall <cycle 4> [29]
[330]    0.0    0.00    0.00     995         Fmatch_data [330]
                0.00    0.00     995/4964        Flist [257]
                0.00    0.00       4/487         Fmake_marker [646]
                0.00    0.00       4/572         set_marker_internal [747]
                0.00    0.00       4/557         Fset_marker [1035]
-----------------------------------------------
                                   1             with_echo_area_buffer <cycle 4> [405]
                                 728             Ferase_buffer <cycle 4> [1014]
[331]    0.0    0.00    0.00     729         del_range_1 <cycle 4> [331]
                0.00    0.00     729/729         del_range_2 [332]
                0.00    0.00    1458/25879       buf_charpos_to_bytepos [733]
                0.00    0.00     729/2485        invalidate_buffer_caches [893]
                                 729             signal_after_change <cycle 4> [297]
                                 729             update_compositions <cycle 4> [154]
                                 729             prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
                0.00    0.00     729/729         del_range_1 <cycle 4> [331]
[332]    0.0    0.00    0.00     729         del_range_2 [332]
                0.00    0.00     729/1819        offset_intervals [288]
                0.00    0.00     729/729         record_delete [1012]
                0.00    0.00     729/732         adjust_markers_for_delete [1007]
                0.00    0.00     729/3768        recenter_overlay_lists [861]
                0.00    0.00     729/732         adjust_overlays_for_delete [1008]
                0.00    0.00     729/729         evaporate_overlays [1011]
-----------------------------------------------
                                  61             menu_bar_item <cycle 4> [467]
                                  78             map_keymap_internal <cycle 4> [680]
                                1297             single_menu_item <cycle 4> [481]
[333]    0.0    0.00    0.00    1436         process_tool_bar_item <cycle 4> [333]
                0.00    0.00     205/241         concat2 [328]
                0.00    0.00      36/8785        make_string [226]
                0.00    0.00      36/3332260     casify_object [48]
                0.00    0.00      22/1289625     Fcons [80]
                0.00    0.00      36/1153527     xmalloc [118]
                0.00    0.00       2/8857        Fmake_vector [207]
                0.00    0.00       2/63          larger_vector [413]
                0.00    0.00       4/1230        list2 [368]
                0.00    0.00    1277/465106      get_keymap [766]
                0.00    0.00     861/49012       Fcar [807]
                0.00    0.00     625/98231       Fplist_get [798]
                0.00    0.00     625/69910       Fget [800]
                0.00    0.00     568/571         Fsubstitute_command_keys [1031]
                0.00    0.00      36/36          Fupcase_initials [1277]
                0.00    0.00      36/1140773     xfree [760]
                0.00    0.00      18/1291        menu_separator_name_p [958]
                0.00    0.00      18/14391       list1 [818]
                                1055             Fwhere_is_internal <cycle 4> [326]
                                 568             text_quoting_style <cycle 4> [434]
                                 308             unbind_to <cycle 4> [244]
                                 308             menu_item_eval_property <cycle 4> [109]
                                 202             Fkey_description <cycle 4> [317]
-----------------------------------------------
                0.00    0.00      91/28240       lisp_file_lexically_bound_p [577]
                0.00    0.00    1460/28240       readevalloop <cycle 4> [402]
                0.00    0.00    4862/28240       read_escape [408]
                0.00    0.00   21827/28240       read1 <cycle 5> [300]
[334]    0.0    0.00    0.00   28240         readchar [334]
                0.00    0.00   18613/18613       readbyte_from_file [335]
-----------------------------------------------
                0.00    0.00   18613/18613       readchar [334]
[335]    0.0    0.00    0.00   18613         readbyte_from_file [335]
                0.00    0.00   18613/3508683     unblock_input_to [144]
                0.00    0.00   18613/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1320        font_open_by_name [387]
                0.00    0.00      28/1320        font_clear_prop [433]
                0.00    0.00     182/1320        Ffont_spec [280]
                0.00    0.00    1109/1320        ftfont_pattern_entity [216]
[336]    0.0    0.00    0.00    1320         font_put_extra [336]
                0.00    0.00    2584/1289625     Fcons [80]
                0.00    0.00    1134/4474415     assq_no_quit [63]
                0.00    0.00    1107/1107        Fstring_lessp [964]
                0.00    0.00      28/133         Fdelq [1154]
-----------------------------------------------
                                1321             Ffuncall <cycle 4> [29]
[337]    0.0    0.00    0.00    1321         Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00    1411/25585       Fequal [255]
                0.00    0.00      67/82          Finternal_make_lisp_face [385]
                0.00    0.00    1321/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00     501/530         font_clear_prop [433]
                0.00    0.00    1321/4585        resolve_face_name [856]
                0.00    0.00    1321/1762        lface_from_face_name [921]
                0.00    0.00    1321/98231       Fplist_get [798]
                0.00    0.00    1321/69910       Fget [800]
                0.00    0.00     178/334         fset_redisplay [1100]
                0.00    0.00      12/1778        font_style_to_value [919]
                0.00    0.00       1/1           merge_face_heights [1612]
                                   1             Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
                                 500             eval_sub <cycle 4> [176]
[338]    0.0    0.00    0.00     500         Fsetq <cycle 4> [338]
                0.00    0.00     500/116631      Flength [126]
                0.00    0.00     500/410271      Fcdr [768]
                0.00    0.00     500/49012       Fcar [807]
                                 500             Fset <cycle 4> [249]
                                 500             eval_sub <cycle 4> [176]
-----------------------------------------------
                                   2             with_echo_area_buffer <cycle 4> [405]
                                   4             do_switch_frame <cycle 4> [1388]
                                  29             display_echo_area_1 <cycle 4> [1292]
[339]    0.0    0.00    0.00      35         resize_mini_window <cycle 4> [339]
                0.00    0.00      29/3495        compute_stop_pos [166]
                0.00    0.00      70/283         set_marker_both [1108]
                0.00    0.00      35/1055        extract_float [970]
                0.00    0.00       6/6           shrink_mini_window [1417]
                                  35             reseat <cycle 4> [375]
                                  35             init_iterator <cycle 4> [163]
                                  35             move_it_to <cycle 4> [213]
                                  29             handle_stop <cycle 4> [160]
                                   8             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                                 495             eval_sub <cycle 4> [176]
[340]    0.0    0.00    0.00     495         apply_lambda <cycle 4> [340]
                0.00    0.00     495/116631      Flength [126]
                0.00    0.00     443/49012       Fcar [807]
                0.00    0.00     443/410271      Fcdr [768]
                                 495             funcall_lambda <cycle 4> [314]
                                 443             eval_sub <cycle 4> [176]
                                 255             exec_byte_code <cycle 4> [73]
                                 240             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00       4/53          safe_to_load_version [462]
                0.00    0.00      49/53          ftfont_get_charset [346]
[341]    0.0    0.00    0.00      53         fast_c_string_match_ignore_case [341]
                0.00    0.00      53/39716       re_search [74]
                0.00    0.00      53/49854       compile_pattern [156]
                0.00    0.00      53/53          string_make_unibyte [1212]
-----------------------------------------------
                0.00    0.00       1/560         fontset_from_font <cycle 4> [343]
                0.00    0.00       2/560         modify_event_symbol [426]
                0.00    0.00       2/560         create_terminal <cycle 4> [513]
                0.00    0.00       2/560         Fdo_auto_save <cycle 4> [593]
                0.00    0.00       3/560         bidi_initialize <cycle 4> [167]
                0.00    0.00       4/560         readevalloop <cycle 4> [402]
                0.00    0.00      24/560         display_mode_element <cycle 4> [379]
                0.00    0.00     522/560         top_level_1 <cycle 2> [39]
[342]    0.0    0.00    0.00     560         intern_1 [342]
                0.00    0.00     560/142598      oblookup [125]
                0.00    0.00       1/545         Fmake_symbol [574]
                0.00    0.00       1/10760       make_unibyte_string [477]
                0.00    0.00     560/285196      check_obarray [775]
-----------------------------------------------
                                   1             x_new_font <cycle 4> [588]
[343]    0.0    0.00    0.00       1         fontset_from_font <cycle 4> [343]
                0.00    0.00       1/883         find_font_encoding [68]
                0.00    0.00       2/138863      copy_font_spec [78]
                0.00    0.00       1/887         Ffont_spec [280]
                0.00    0.00       1/82          make_fontset [396]
                0.00    0.00       1/2446268     hash_lookup [25]
                0.00    0.00       1/819         Ffont_xlfd_name [316]
                0.00    0.00       6/1289625     Fcons [80]
                0.00    0.00       1/560         intern_1 [342]
                0.00    0.00       1/3332260     casify_object [48]
                0.00    0.00       1/1109469     assoc_no_quit [96]
                0.00    0.00       1/1           font_get_name [1602]
                0.00    0.00       1/2666        Fdowncase [888]
                0.00    0.00       1/539         intern_sym [1044]
                                   2             Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
                0.00    0.00       5/573         run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00       9/573         Ffuncall <cycle 4> [29]
                0.00    0.00     559/573         window_loop [347]
[344]    0.0    0.00    0.00     573         window_list_1 [344]
                0.00    0.00     573/2778892     Fnreverse [45]
                0.00    0.00    1132/1289625     Fcons [80]
                0.00    0.00     573/586         window_list [578]
                0.00    0.00    1146/1148        candidate_window_p [961]
                0.00    0.00     573/575         decode_next_window_args [1030]
                0.00    0.00     573/10850       Fmemq [822]
-----------------------------------------------
                0.00    0.00     141/141         ftfont_list [211]
[345]    0.0    0.00    0.00     141         ftfont_spec_pattern [345]
                0.00    0.00      49/49          ftfont_get_charset [346]
                0.00    0.00       3/4474415     assq_no_quit [63]
-----------------------------------------------
                0.00    0.00      49/49          ftfont_spec_pattern [345]
[346]    0.0    0.00    0.00      49         ftfont_get_charset [346]
                0.00    0.00      49/53          fast_c_string_match_ignore_case [341]
                0.00    0.00      49/10760       make_unibyte_string [477]
-----------------------------------------------
                0.00    0.00       3/559         Fother_buffer [570]
                0.00    0.00     556/559         find_automatic_composition [293]
[347]    0.0    0.00    0.00     559         window_loop [347]
                0.00    0.00     559/573         window_list_1 [344]
-----------------------------------------------
                0.00    0.00     518/518         exec_byte_code <cycle 4> [73]
[348]    0.0    0.00    0.00     518         Fforward_line [348]
                0.00    0.00     518/15953       set_point_both [206]
                0.00    0.00     518/2538        scan_newline_from_point [650]
-----------------------------------------------
                0.00    0.00     516/516         Ffuncall <cycle 4> [29]
[349]    0.0    0.00    0.00     516         skip_syntaxes [349]
                0.00    0.00     516/15953       set_point_both [206]
                0.00    0.00     516/25879       buf_charpos_to_bytepos [733]
                0.00    0.00     516/4865        SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
                0.00    0.00      75/75          Ffont_spec [280]
[350]    0.0    0.00    0.00      75         font_parse_name [350]
                0.00    0.00      17/18          font_parse_xlfd [354]
                0.00    0.00      58/140083      font_intern_prop [93]
                0.00    0.00       1/652         make_float [1021]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [29]
[351]    0.0    0.00    0.00       3         Finsert_file_contents <cycle 4> [351]
                0.00    0.00       2/2           Ffind_operation_coding_system [358]
                0.00    0.00       3/1944        Ffind_file_name_handler [158]
                0.00    0.00       6/77270       set_internal [145]
                0.00    0.00       3/2446268     hash_lookup [25]
                0.00    0.00       3/1044        setup_coding_system [296]
                0.00    0.00      10/1289625     Fcons [80]
                0.00    0.00       1/1           raw_text_coding_system [598]
                0.00    0.00       3/1230        list2 [368]
                0.00    0.00       3/48          make_gap [595]
                0.00    0.00       1/731         insert_from_gap [670]
                0.00    0.00       3/1593        buf_bytepos_to_charpos [730]
                0.00    0.00       6/227551      grow_specpdl [779]
                0.00    0.00       6/6           move_gap_both [1414]
                0.00    0.00       4/11          emacs_read [1360]
                0.00    0.00       3/7242        Ffboundp [831]
                0.00    0.00       3/315         encode_file_name [1102]
                0.00    0.00       3/172         emacs_open [1138]
                0.00    0.00       3/538         record_unwind_protect_int [1045]
                0.00    0.00       3/1006        invalidate_region_cache [983]
                0.00    0.00       3/46          gap_left [1256]
                0.00    0.00       3/2485        invalidate_buffer_caches [893]
                0.00    0.00       3/41387       Fcurrent_buffer [809]
                0.00    0.00       3/8775        record_unwind_protect [828]
                0.00    0.00       3/6           emacs_close [1410]
                0.00    0.00       3/7           clear_unwind_protect [1397]
                                  11             unbind_to <cycle 4> [244]
                                   6             store_symval_forwarding <cycle 4> [802]
                                   6             specbind <cycle 4> [128]
                                   6             call2 <cycle 4> [924]
                                   3             Fexpand_file_name <cycle 4> [173]
                                   3             call3 <cycle 4> [1330]
                                   3             signal_after_change <cycle 4> [297]
                                   3             update_compositions <cycle 4> [154]
                                   3             decode_coding_gap <cycle 4> [603]
                                   3             prepare_to_modify_buffer <cycle 4> [421]
                                   3             Fset <cycle 4> [249]
                                   1             code_convert_string <cycle 4> [264]
-----------------------------------------------
                                1020             Fkey_binding <cycle 4> [352]
                                1042             Fwhere_is_internal <cycle 4> [326]
                0.01    0.13     510/9783        test_undefined [40]
                0.01    0.13     510/9783        read_key_sequence.constprop.44 <cycle 2> [15]
[352]    0.0    0.00    0.00    2062+1020    Fkey_binding <cycle 4> [352]
                0.00    0.00    2062/1289625     Fcons [80]
                                2062             Flookup_key <cycle 4> [891]
                                1020             Fcurrent_active_maps <cycle 4> [192]
                                1020             Fkey_binding <cycle 4> [352]
-----------------------------------------------
                0.00    0.00       1/3432        update_face_from_frame_parameter [688]
                0.00    0.00       6/3432        realize_basic_faces [153]
                0.00    0.00      22/3432        Finternal_get_lisp_face_attribute [571]
                0.00    0.00      84/3432        realize_named_face [155]
                0.00    0.00     164/3432        Finternal_make_lisp_face [385]
                0.00    0.00     164/3432        Finternal_merge_in_global_face [247]
                0.00    0.00    1321/3432        Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00    1670/3432        get_lface_attributes_no_remap [382]
[353]    0.0    0.00    0.00    3432         lface_from_face_name_no_resolve [353]
                0.00    0.00    3432/4474415     assq_no_quit [63]
-----------------------------------------------
                0.00    0.00       1/18          Fnew_fontset <cycle 4> [371]
                0.00    0.00      17/18          font_parse_name [350]
[354]    0.0    0.00    0.00      18         font_parse_xlfd [354]
                0.00    0.00     220/140083      font_intern_prop [93]
                0.00    0.00      22/1778        font_style_to_value [919]
-----------------------------------------------
                0.00    0.00      34/1502        merge_named_face <cycle 1> [520]
                0.00    0.00    1468/1502        lookup_named_face [246]
[355]    0.0    0.00    0.00    1502         get_lface_attributes [355]
                0.00    0.00    1502/4474415     assq_no_quit [63]
                0.00    0.00    1502/1670        get_lface_attributes_no_remap [382]
                0.00    0.00    1502/4585        resolve_face_name [856]
-----------------------------------------------
                0.00    0.00    2028/2028        find_automatic_composition [293]
[356]    0.0    0.00    0.00    2028         char_composable_p [356]
                0.00    0.00     916/7538722     char_table_ref [37]
-----------------------------------------------
                                  90             read_vector <cycle 5> [366]
                                 450             read1 <cycle 5> [300]
[357]    0.0    0.00    0.00     540         read_list <cycle 5> [357]
                0.00    0.00    1582/1289625     Fcons [80]
                0.00    0.00    1582/14391       list1 [818]
                                2160             read1 <cycle 5> [300]
                                  38             read0 <cycle 5> [1038]
-----------------------------------------------
                0.00    0.00       2/2           Finsert_file_contents <cycle 4> [351]
[358]    0.0    0.00    0.00       2         Ffind_operation_coding_system [358]
                0.00    0.00      31/38795       fast_string_match_internal [71]
                0.00    0.00       1/10          Fcoding_system_p [492]
                0.00    0.00       2/98231       Fplist_get [798]
                0.00    0.00       2/69910       Fget [800]
-----------------------------------------------
                0.00    0.00       2/170         char_table_set [195]
                0.00    0.00      11/170         char_table_set_range [76]
                0.00    0.00      24/170         sub_char_table_set [463]
                0.00    0.00     133/170         sub_char_table_set_range [373]
[359]    0.0    0.00    0.00     170         make_sub_char_table [359]
                0.00    0.00     170/154204      allocate_vector [92]
-----------------------------------------------
                0.00    0.00       1/695         make_lispy_position <cycle 4> [562]
                0.00    0.00       6/695         Fxw_color_values [548]
                0.00    0.00     147/695         Fgarbage_collect <cycle 4> [64]
                0.00    0.00     541/695         Ffuncall <cycle 4> [29]
[360]    0.0    0.00    0.00     695         list3 [360]
                0.00    0.00    1390/1289625     Fcons [80]
-----------------------------------------------
                                   8             redisplay_window <cycle 4> [410]
                0.00    0.00       6/9783        redisplay_internal [38]
[361]    0.0    0.00    0.00      14         x_consider_frame_title <cycle 4> [361]
                0.00    0.00      14/3208        Fframe_parameter [172]
                0.00    0.00      14/38          format_mode_line_unwind_data [601]
                0.00    0.00      14/410271      Fcdr [768]
                0.00    0.00      14/227551      grow_specpdl [779]
                0.00    0.00      14/8775        record_unwind_protect [828]
                0.00    0.00      14/38          Fselect_window [1272]
                                  14             select_window <cycle 4> [528]
                                  14             set_buffer_internal_1 <cycle 4> [871]
                                  14             init_iterator <cycle 4> [163]
                                  14             display_mode_element <cycle 4> [379]
                                  14             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00      99/654         shadow_lookup <cycle 4> [459]
                0.00    0.00     555/654         exec_byte_code <cycle 4> [73]
[362]    0.0    0.00    0.00     654         Fsubstring [362]
                0.00    0.00     123/2757        Fvector [245]
                0.00    0.00     654/5549489     validate_subarray [62]
                0.00    0.00     531/41699       make_specified_string [422]
                0.00    0.00     531/531         copy_text_properties [1046]
                0.00    0.00      55/5549204     string_char_to_byte [752]
-----------------------------------------------
                0.00    0.00       2/233         font_update_drivers [568]
                0.00    0.00       4/233         Ffont_put [543]
                0.00    0.00     227/233         Ffont_spec [280]
[363]    0.0    0.00    0.00     233         Ffontp [363]
                0.00    0.00     204/204         font_prop_validate_symbol [391]
                0.00    0.00     118/2088        Fintern [286]
                0.00    0.00       4/1289625     Fcons [80]
                0.00    0.00       2/1230        list2 [368]
                0.00    0.00       2/1109470     xfont_get_cache [121]
                0.00    0.00      27/27          font_prop_validate_otf [1296]
                0.00    0.00       1/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00      77/77          Ffuncall <cycle 4> [29]
[364]    0.0    0.00    0.00      77         Fcoding_system_eol_type [364]
                0.00    0.00      77/2224296     Fgethash [28]
                0.00    0.00      77/2446268     hash_lookup [25]
-----------------------------------------------
                0.00    0.00       1/415         x_set_tool_bar_position [638]
                0.00    0.00       1/415         Ffuncall <cycle 4> [29]
                0.00    0.00       2/415         save_menu_items [605]
                0.00    0.00       6/415         adjust_frame_size <cycle 4> [497]
                0.00    0.00       6/415         file_attributes [518]
                0.00    0.00       7/415         Fcurrent_time [530]
                0.00    0.00     392/415         Fgarbage_collect <cycle 4> [64]
[365]    0.0    0.00    0.00     415         list4 [365]
                0.00    0.00    1245/1289625     Fcons [80]
-----------------------------------------------
                                  90             read1 <cycle 5> [300]
[366]    0.0    0.00    0.00      90         read_vector <cycle 5> [366]
                0.00    0.00      90/8857        Fmake_vector [207]
                0.00    0.00      90/116631      Flength [126]
                0.00    0.00     744/49012       Fcar [807]
                0.00    0.00     744/410271      Fcdr [768]
                0.00    0.00     744/744         free_cons [1004]
                                  90             read_list <cycle 5> [357]
-----------------------------------------------
                0.00    0.00     224/224         Fwhere_is_internal <cycle 4> [326]
[367]    0.0    0.00    0.00     224         preferred_sequence_p [367]
                0.00    0.00     224/116631      Flength [126]
                0.00    0.00     462/11766       Faref [821]
-----------------------------------------------
                0.00    0.00       1/1230        x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       2/1230        xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       2/1230        Ffontp [363]
                0.00    0.00       3/1230        Finsert_file_contents <cycle 4> [351]
                0.00    0.00       4/1230        process_tool_bar_item <cycle 4> [333]
                0.00    0.00       8/1230        read_char <cycle 2> [20]
                0.00    0.00      10/1230        Fwhere_is_internal <cycle 4> [326]
                0.00    0.00      11/1230        parse_modifiers [377]
                0.00    0.00      12/1230        get_keyelt <cycle 4> [541]
                0.00    0.00      16/1230        adjust_frame_size <cycle 4> [497]
                0.00    0.00      26/1230        handle_one_xevent [99]
                0.00    0.00     106/1230        Ffuncall <cycle 4> [29]
                0.00    0.00     182/1230        exec_byte_code <cycle 4> [73]
                0.00    0.00     329/1230        read1 <cycle 5> [300]
                0.00    0.00     518/1230        Fcall_interactively <cycle 4> [106]
[368]    0.0    0.00    0.00    1230         list2 [368]
                0.00    0.00    1230/1289625     Fcons [80]
-----------------------------------------------
                                   1             Fmessage <cycle 4> [1510]
                                   8             Ffuncall <cycle 4> [29]
[369]    0.0    0.00    0.00       9         styled_format <cycle 4> [369]
                0.00    0.00      16/16          lisp_string_width [370]
                0.00    0.00       9/41699       make_specified_string [422]
                0.00    0.00      16/1553        copy_text [931]
                                   1             text_quoting_style <cycle 4> [434]
-----------------------------------------------
                0.00    0.00      16/16          styled_format <cycle 4> [369]
[370]    0.0    0.00    0.00      16         lisp_string_width [370]
                0.00    0.00     167/15456       find_composition [194]
                0.00    0.00     167/821         char_width [1000]
                0.00    0.00      16/292         buffer_display_table [1107]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[371]    0.0    0.00    0.00       2         Fnew_fontset <cycle 4> [371]
                0.00    0.00       1/38          Fset_char_table_range [223]
                0.00    0.00       1/18          font_parse_xlfd [354]
                0.00    0.00       1/887         Ffont_spec [280]
                0.00    0.00       2/895         fs_query_fontset [324]
                0.00    0.00       1/82          make_fontset [396]
                0.00    0.00       2/3332260     casify_object [48]
                0.00    0.00       1/555562      font_unparse_xlfd [86]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       1/10760       make_unibyte_string [477]
                0.00    0.00      52/49012       Fcar [807]
                0.00    0.00      52/410271      Fcdr [768]
                0.00    0.00       2/2666        Fdowncase [888]
                0.00    0.00       1/881         free_realized_fontsets [997]
                                 147             Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
                0.00    0.00     510/510         command_loop_1 <cycle 2> [18]
[372]    0.0    0.00    0.00     510         start_hourglass [372]
                0.00    0.00     510/510         start_atimer [383]
                0.00    0.00     510/1022        cancel_hourglass [438]
-----------------------------------------------
                                1974             sub_char_table_set_range [373]
                0.00    0.00    1031/1031        char_table_set_range [76]
[373]    0.0    0.00    0.00    1031+1974    sub_char_table_set_range [373]
                0.00    0.00     133/170         make_sub_char_table [359]
                                1974             sub_char_table_set_range [373]
-----------------------------------------------
                0.00    0.00   30173/30173       map_sub_char_table <cycle 4> [110]
[374]    0.0    0.00    0.00   30173         accumulate_script_ranges [374]
                0.00    0.00    1076/1289625     Fcons [80]
-----------------------------------------------
                                   3             redisplay_window <cycle 4> [410]
                                  35             resize_mini_window <cycle 4> [339]
                                 507             move_it_to <cycle 4> [213]
                                 510             Fvertical_motion <cycle 4> [209]
                                1072             start_display <cycle 4> [197]
[375]    0.0    0.00    0.00    2127         reseat <cycle 4> [375]
                0.00    0.00      11/3495        compute_stop_pos [166]
                                2127             reseat_1 <cycle 4> [889]
                                  11             handle_stop <cycle 4> [160]
-----------------------------------------------
                                   2             decode_coding_gap <cycle 4> [603]
                                 309             encode_coding_object <cycle 4> [466]
                                 728             decode_coding_object <cycle 4> [307]
[376]    0.0    0.00    0.00    1039         code_conversion_save <cycle 4> [376]
                0.00    0.00    1039/1289625     Fcons [80]
                0.00    0.00    1039/41387       Fcurrent_buffer [809]
                0.00    0.00    1039/227551      grow_specpdl [779]
                0.00    0.00    1039/8775        record_unwind_protect [828]
                0.00    0.00     728/743         Fbuffer_live_p [1005]
                                1454             set_buffer_internal_1 <cycle 4> [871]
                                 728             Fmake_local_variable <cycle 4> [436]
                                 728             Fset <cycle 4> [249]
                                 728             Ferase_buffer <cycle 4> [1014]
-----------------------------------------------
                0.00    0.00      21/9158        Fdefine_key <cycle 4> [112]
                0.00    0.00     158/9158        where_is_internal <cycle 4> [157]
                0.00    0.00    8979/9158        reorder_modifiers [378]
[377]    0.0    0.00    0.00    9158         parse_modifiers [377]
                0.00    0.00      22/396         Fput [267]
                0.00    0.00      11/2088        Fintern [286]
                0.00    0.00      11/8785        make_string [226]
                0.00    0.00      36/1289625     Fcons [80]
                0.00    0.00      11/1230        list2 [368]
                0.00    0.00    9158/98231       Fplist_get [798]
                0.00    0.00    9158/69910       Fget [800]
-----------------------------------------------
                0.00    0.00      21/8979        store_in_keymap [502]
                0.00    0.00    8958/8979        access_keymap_1 <cycle 4> [305]
[378]    0.0    0.00    0.00    8979         reorder_modifiers [378]
                0.00    0.00    8979/9158        parse_modifiers [377]
-----------------------------------------------
                                1664             display_mode_element <cycle 4> [379]
                                  14             x_consider_frame_title <cycle 4> [361]
                                  24             display_mode_line <cycle 4> [472]
[379]    0.0    0.00    0.00      38+1664    display_mode_element <cycle 4> [379]
                0.00    0.00      52/204864      Ftext_properties_at [97]
                0.00    0.00      52/554979      Fassoc [66]
                0.00    0.00      24/24          decode_mode_spec_coding [460]
                0.00    0.00      24/560         intern_1 [342]
                0.00    0.00     101/25585       Fequal [255]
                0.00    0.00       3/35053       Fcopy_sequence [150]
                0.00    0.00     810/1039        Fboundp [505]
                0.00    0.00       3/116631      Flength [126]
                0.00    0.00       3/3           set_text_properties [558]
                0.00    0.00       6/1289625     Fcons [80]
                0.00    0.00       8/1593        buf_bytepos_to_charpos [730]
                0.00    0.00      22/25879       buf_charpos_to_bytepos [733]
                0.00    0.00     432/695         string_byte_to_char [1017]
                0.00    0.00     412/98231       Fplist_get [798]
                0.00    0.00     412/69910       Fget [800]
                0.00    0.00     230/276         c_string_width [1109]
                0.00    0.00      84/591680      Fsetcdr [764]
                0.00    0.00      56/56          display_count_lines [1205]
                0.00    0.00      48/1775        marker_position [920]
                0.00    0.00      42/42          store_mode_line_noprop [1267]
                0.00    0.00      24/1717        marker_byte_position [923]
                0.00    0.00      24/24          pint2str [1310]
                0.00    0.00       3/3           Fset_text_properties [1477]
                0.00    0.00       3/5810        Fnthcdr [841]
                                 786             Fsymbol_value <cycle 4> [806]
                                 528             display_string <cycle 4> [210]
                                 120             safe__call1 <cycle 4> [1139]
                                  24             inhibit_garbage_collection <cycle 4> [111]
                                  24             call1 <cycle 4> [949]
                                  24             unbind_to <cycle 4> [244]
                                1664             display_mode_element <cycle 4> [379]
-----------------------------------------------
                0.00    0.00      20/20          Ffuncall <cycle 4> [29]
[380]    0.0    0.00    0.00      20         Fsearch_forward [380]
                0.00    0.00      20/5180        search_command [180]
-----------------------------------------------
                                  61             eval_sub <cycle 4> [176]
[381]    0.0    0.00    0.00      61         FletX <cycle 4> [381]
                0.00    0.00     120/77270       set_internal [145]
                0.00    0.00     375/410271      Fcdr [768]
                0.00    0.00     250/49012       Fcar [807]
                                 125             specbind <cycle 4> [128]
                                 125             eval_sub <cycle 4> [176]
                                 120             store_symval_forwarding <cycle 4> [802]
                                  61             Fprogn <cycle 4> [996]
-----------------------------------------------
                0.00    0.00     168/1670        realize_named_face [155]
                0.00    0.00    1502/1670        get_lface_attributes [355]
[382]    0.0    0.00    0.00    1670         get_lface_attributes_no_remap [382]
                0.00    0.00    1670/3432        lface_from_face_name_no_resolve [353]
-----------------------------------------------
                0.00    0.00     510/510         start_hourglass [372]
[383]    0.0    0.00    0.00     510         start_atimer [383]
                0.00    0.00     510/1039907     set_alarm [84]
                0.00    0.00     510/1040417     block_atimers [119]
                0.00    0.00       1/1153527     xmalloc [118]
                0.00    0.00     510/510         schedule_atimer [1073]
                0.00    0.00     510/1041550     gettime [763]
                0.00    0.00     510/610         timespec_add [1024]
-----------------------------------------------
                0.00    0.00       1/501996      x_set_screen_gamma [692]
                0.00    0.00       1/501996      Fx_create_frame <cycle 4> [202]
                0.00    0.00       2/501996      Fset_window_configuration <cycle 4> [702]
                0.00    0.00       2/501996      Fprovide [583]
                0.00    0.00       2/501996      save_window_save [634]
                0.00    0.00       3/501996      uniprop_table [168]
                0.00    0.00       3/501996      Fset_terminal_parameter [618]
                0.00    0.00       3/501996      Fkill_local_variable <cycle 4> [741]
                0.00    0.00       4/501996      realize_basic_faces [153]
                0.00    0.00       6/501996      Fframe_parameters [171]
                0.00    0.00       9/501996      Fterminal_parameter [736]
                0.00    0.00      19/501996      eval_sub <cycle 4> [176]
                0.00    0.00      44/501996      lookup_fringe_bitmap [451]
                0.00    0.00      47/501996      Ffont_get [726]
                0.00    0.00      74/501996      x_set_frame_parameters <cycle 4> [114]
                0.00    0.00      75/501996      get_frame_param [719]
                0.00    0.00      76/501996      store_frame_param [490]
                0.00    0.00      92/501996      Fwindow_parameter [717]
                0.00    0.00     101/501996      x_get_arg [701]
                0.00    0.00     543/501996      Fmacroexpand <cycle 4> [674]
                0.00    0.00     777/501996      Fmake_local_variable <cycle 4> [436]
                0.00    0.00     999/501996      offset_intervals [288]
                0.00    0.00    1563/501996      exec_byte_code <cycle 4> [73]
                0.00    0.00    3205/501996      Fframe_parameter [172]
                0.00    0.00    6230/501996      text_property_stickiness [214]
                0.00    0.00   81468/501996      store_in_alist [196]
                0.00    0.00  406647/501996      lookup_char_property [390]
[384]    0.0    0.00    0.00  501996         Fassq [384]
                0.00    0.00     106/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00     106/1112161     do_pending_atimers [55]
-----------------------------------------------
                0.00    0.00       1/82          realize_basic_faces [153]
                0.00    0.00      14/82          realize_named_face [155]
                0.00    0.00      67/82          Finternal_set_lisp_face_attribute <cycle 4> [337]
[385]    0.0    0.00    0.00      82         Finternal_make_lisp_face [385]
                0.00    0.00      82/8857        Fmake_vector [207]
                0.00    0.00     164/1289625     Fcons [80]
                0.00    0.00     164/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00     164/1762        lface_from_face_name [921]
                0.00    0.00      82/98231       Fplist_get [798]
                0.00    0.00      82/69910       Fget [800]
                0.00    0.00      81/334         fset_redisplay [1100]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [202]
[386]    0.0    0.00    0.00       1         x_default_font_parameter <cycle 4> [386]
                0.00    0.00       1/1           font_open_by_name [387]
                0.00    0.00       1/10760       make_unibyte_string [477]
                0.00    0.00       1/51          x_get_arg [701]
                0.00    0.00       1/1           xsettings_get_system_font [1676]
                                   1             x_default_parameter <cycle 4> [720]
-----------------------------------------------
                0.00    0.00       1/1           x_default_font_parameter <cycle 4> [386]
[387]    0.0    0.00    0.00       1         font_open_by_name [387]
                0.00    0.00       1/1           font_open_by_spec [389]
                0.00    0.00       1/887         Ffont_spec [280]
                0.00    0.00       1/1320        font_put_extra [336]
-----------------------------------------------
                0.00    0.00       2/1677        eval_sub <cycle 4> [176]
                0.00    0.00     261/1677        Fwhere_is_internal <cycle 4> [326]
                0.00    0.00    1414/1677        exec_byte_code <cycle 4> [73]
[388]    0.0    0.00    0.00    1677         Fmember [388]
                0.00    0.00    1189/6002698     internal_equal [52]
-----------------------------------------------
                0.00    0.00       1/1           font_open_by_name [387]
[389]    0.0    0.00    0.00       1         font_open_by_spec [389]
                0.00    0.00       1/8           font_load_for_lface [302]
-----------------------------------------------
                0.00    0.00      93/428532      note_mouse_highlight [419]
                0.00    0.00     240/428532      handle_invisible_prop [262]
                0.00    0.00    1464/428532      face_at_string_position [275]
                0.00    0.00    1935/428532      Ffuncall <cycle 4> [29]
                0.00    0.00    3255/428532      face_at_buffer_position [232]
                0.00    0.00    4995/428532      offset_intervals [288]
                0.00    0.00    5182/428532      Fget_pos_property [204]
                0.00    0.00    5572/428532      verify_interval_modification [277]
                0.00    0.00    9339/428532      Ftext_property_any [323]
                0.00    0.00   11412/428532      text_property_stickiness [214]
                0.00    0.00   15043/428532      get_property_and_range [205]
                0.00    0.00   49343/428532      compute_stop_pos [166]
                0.00    0.00  140161/428532      Fnext_single_property_change [217]
                0.00    0.00  180498/428532      get_char_property_and_overlay [100]
[390]    0.0    0.00    0.00  428532         lookup_char_property [390]
                0.00    0.00  406647/501996      Fassq [384]
                0.00    0.00  387126/410271      Fcdr [768]
                0.00    0.00   28232/98231       Fplist_get [798]
-----------------------------------------------
                0.00    0.00     204/204         Ffontp [363]
[391]    0.0    0.00    0.00     204         font_prop_validate_symbol [391]
                0.00    0.00     120/2088        Fintern [286]
                0.00    0.00     118/3332260     casify_object [48]
                0.00    0.00     118/2666        Fdowncase [888]
                0.00    0.00       4/539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00       4/12          fontset_find_font [13]
                0.00    0.00       8/12          font_load_for_lface [302]
[392]    0.0    0.00    0.00      12         font_open_entity [392]
                0.00    0.00       8/8           xftfont_open [394]
                0.00    0.00       8/1289625     Fcons [80]
                0.00    0.00       8/160         normal_char_ascent_descent [1142]
                0.00    0.00       8/10          get_font_ascent_descent [1371]
                0.00    0.00       4/4           xftfont_cached_font_ok [1470]
-----------------------------------------------
                0.00    0.00     895/895         fs_query_fontset [324]
[393]    0.0    0.00    0.00     895         Frassoc [393]
                0.00    0.00     942/6002698     internal_equal [52]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
-----------------------------------------------
                0.00    0.00       8/8           font_open_entity [392]
[394]    0.0    0.00    0.00       8         xftfont_open [394]
                0.00    0.00       8/8           font_build_object [406]
                0.00    0.00       8/2218909     ftfont_get_fc_charset [23]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       8/4474415     assq_no_quit [63]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00      16/3508683     unblock_input_to [144]
                0.00    0.00      16/3508670     unblock_input [754]
                0.00    0.00       8/12          xftfont_add_rendering_parameters [1359]
-----------------------------------------------
                0.00    0.00       2/84          load_charset_map [222]
                0.00    0.00      82/84          make_fontset [396]
[395]    0.0    0.00    0.00      84         Fmake_char_table [395]
                0.00    0.00      84/8857        Fmake_vector [207]
                0.00    0.00      84/98231       Fplist_get [798]
                0.00    0.00      84/69910       Fget [800]
-----------------------------------------------
                0.00    0.00       1/82          fontset_font [12]
                0.00    0.00       1/82          Fnew_fontset <cycle 4> [371]
                0.00    0.00       1/82          fontset_from_font <cycle 4> [343]
                0.00    0.00      79/82          make_fontset_for_ascii_face [403]
[396]    0.0    0.00    0.00      82         make_fontset [396]
                0.00    0.00      82/84          Fmake_char_table [395]
-----------------------------------------------
                0.00    0.00       4/12          fontset_find_font [13]
                0.00    0.00       8/12          font_load_for_lface [302]
[397]    0.0    0.00    0.00      12         font_open_for_lface [397]
                0.00    0.00      12/12          font_rescale_ratio [398]
                0.00    0.00       1/138693      build_style_table [795]
-----------------------------------------------
                0.00    0.00      12/12          font_open_for_lface [397]
[398]    0.0    0.00    0.00      12         font_rescale_ratio [398]
                0.00    0.00      12/38795       fast_string_match_internal [71]
                0.00    0.00      12/819         Ffont_xlfd_name [316]
-----------------------------------------------
                0.00    0.00      91/3634        x_window_to_frame [554]
                0.00    0.00     122/3634        x_top_window_to_frame [542]
                0.00    0.00    3421/3634        x_any_window_to_frame [404]
[399]    0.0    0.00    0.00    3634         xg_win_to_widget [399]
                0.00    0.00    3634/3508683     unblock_input_to [144]
                0.00    0.00    3634/3508670     unblock_input [754]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [176]
                                   2             Ffuncall <cycle 4> [29]
[400]    0.0    0.00    0.00       3         Ffile_exists_p <cycle 4> [400]
                0.00    0.00       3/1944        Ffind_file_name_handler [158]
                0.00    0.00       3/315         encode_file_name [1102]
                                   3             Fexpand_file_name <cycle 4> [173]
                                   2             code_convert_string <cycle 4> [264]
-----------------------------------------------
                                   5             eval_sub <cycle 4> [176]
                                  24             Fbuffer_list <cycle 4> [1308]
                                  42             Ffuncall <cycle 4> [29]
[401]    0.0    0.00    0.00      71         Fmapcar <cycle 4> [401]
                0.00    0.00      71/116631      Flength [126]
                0.00    0.00      71/4964        Flist [257]
                                  71             mapcar1 <cycle 4> [1186]
-----------------------------------------------
                                   2             Fload <cycle 4> [411]
                                   2             Feval_buffer <cycle 4> [507]
[402]    0.0    0.00    0.00       4         readevalloop <cycle 4> [402]
                0.00    0.00     462/25585       Fequal [255]
                0.00    0.00    1460/28240       readchar [334]
                0.00    0.00      12/77270       set_internal [145]
                0.00    0.00       4/560         intern_1 [342]
                0.00    0.00       4/2778892     Fnreverse [45]
                0.00    0.00       8/1289625     Fcons [80]
                0.00    0.00     462/49012       Fcar [807]
                0.00    0.00     182/1318        unreadchar [956]
                0.00    0.00       8/7242        Ffboundp [831]
                0.00    0.00       4/227551      grow_specpdl [779]
                0.00    0.00       4/538         record_unwind_protect_int [1045]
                0.00    0.00       4/74640       do_symval_forwarding [799]
                0.00    0.00       4/119         Ffile_name_absolute_p [1162]
                                 186             call1 <cycle 4> [949]
                                 186             unbind_to <cycle 4> [244]
                                 182             eval_sub <cycle 4> [176]
                                 136             readevalloop_eager_expand_eval <cycle 4> [1150]
                                  12             store_symval_forwarding <cycle 4> [802]
                                  12             specbind <cycle 4> [128]
                                   4             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00      79/79          realize_face [152]
[403]    0.0    0.00    0.00      79         make_fontset_for_ascii_face [403]
                0.00    0.00      79/82          make_fontset [396]
-----------------------------------------------
                0.00    0.00    1610/3429        event_handler_gdk [98]
                0.00    0.00    1819/3429        handle_one_xevent [99]
[404]    0.0    0.00    0.00    3429         x_any_window_to_frame [404]
                0.00    0.00    3421/3634        xg_win_to_widget [399]
-----------------------------------------------
                                   1             message3_nolog <cycle 4> [1532]
                                   3             current_message <cycle 4> [1193]
                                  29             echo_area_display <cycle 4> [704]
                0.00    0.00       2/9783        resize_echo_area_exactly [229]
[405]    0.0    0.00    0.00      35         with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      70/77270       set_internal [145]
                0.00    0.00       3/3           current_message_1 [533]
                0.00    0.00       1/8857        Fmake_vector [207]
                0.00    0.00      93/1775        marker_position [920]
                0.00    0.00      93/1717        marker_byte_position [923]
                0.00    0.00      62/283         set_marker_both [1108]
                0.00    0.00      35/227551      grow_specpdl [779]
                0.00    0.00      35/8775        record_unwind_protect [828]
                0.00    0.00      31/146         adjust_window_count [1146]
                0.00    0.00      31/73          wset_buffer [1184]
                0.00    0.00       2/2           resize_mini_window_1 [1538]
                0.00    0.00       1/729         del_range [1010]
                                  70             store_symval_forwarding <cycle 4> [802]
                                  70             specbind <cycle 4> [128]
                                  35             ensure_echo_area_buffers <cycle 4> [597]
                                  35             set_buffer_internal_1 <cycle 4> [871]
                                  35             unbind_to <cycle 4> [244]
                                  29             display_echo_area_1 <cycle 4> [1292]
                                   2             resize_mini_window <cycle 4> [339]
                                   1             del_range_1 <cycle 4> [331]
                                   1             set_message_1 <cycle 4> [1628]
-----------------------------------------------
                0.00    0.00       8/8           xftfont_open [394]
[406]    0.0    0.00    0.00       8         font_build_object [406]
                0.00    0.00       8/8           font_make_object [415]
                0.00    0.00      16/8785        make_string [226]
                0.00    0.00       8/555562      font_unparse_xlfd [86]
                0.00    0.00      24/1666725     font_style_symbolic [759]
-----------------------------------------------
                0.00    0.00      11/3205        update_window_line <cycle 4> [517]
                0.00    0.00    3194/3205        draw_glyphs <cycle 4> [35]
[407]    0.0    0.00    0.00    3205         x_get_glyph_overhangs [407]
                0.00    0.00    3205/147201      get_per_char_metric [237]
                0.00    0.00    3205/7891        get_glyph_face_and_encoding [620]
-----------------------------------------------
                0.00    0.00    1788/1788        read1 <cycle 5> [300]
[408]    0.0    0.00    0.00    1788         read_escape [408]
                0.00    0.00    4862/28240       readchar [334]
-----------------------------------------------
                0.00    0.00       5/1280        allocate_buffer [652]
                0.00    0.00      26/1280        Fmake_symbol [574]
                0.00    0.00      48/1280        Fmake_string [81]
                0.00    0.00      56/1280        make_interval [535]
                0.00    0.00      61/1280        allocate_misc [531]
                0.00    0.00     178/1280        allocate_string_data [484]
                0.00    0.00     906/1280        make_uninit_multibyte_string [417]
[409]    0.0    0.00    0.00    1280         lisp_malloc [409]
                0.00    0.00    1046/10417       mem_insert [310]
-----------------------------------------------
                                  14             redisplay_window_0 <cycle 4> [1348]
                                  15             redisplay_window_1 <cycle 4> [1344]
[410]    0.0    0.00    0.00      29         redisplay_window <cycle 4> [410]
                0.00    0.00       3/3495        compute_stop_pos [166]
                0.00    0.00      20/77270       set_internal [145]
                0.00    0.00      29/78          reconsider_clip_changes [461]
                0.00    0.00      23/101         update_window_fringes [450]
                0.00    0.00      58/82          temp_set_point_both [1177]
                0.00    0.00      49/1775        marker_position [920]
                0.00    0.00      49/1717        marker_byte_position [923]
                0.00    0.00      39/589         default_line_pixel_height [1028]
                0.00    0.00      29/29          set_vertical_scroll_bar [1293]
                0.00    0.00      29/29          XTredeem_scroll_bar [1290]
                0.00    0.00      26/157         window_outdated [1143]
                0.00    0.00      20/69          mode_line_update_needed [1192]
                0.00    0.00      18/100         row_for_charpos_p [1169]
                0.00    0.00      14/1742        window_text_bottom_y [922]
                0.00    0.00       7/7           compute_window_start_on_continuation_line [1398]
                0.00    0.00       4/10850       Fmemq [822]
                0.00    0.00       4/4           blank_row [1452]
                0.00    0.00       3/283         set_marker_both [1108]
                0.00    0.00       3/3           run_window_scroll_functions [1496]
                0.00    0.00       1/35          clear_glyph_matrix [1281]
                                  49             set_buffer_internal_1 <cycle 4> [871]
                                  29             unbind_to <cycle 4> [244]
                                  29             XTset_vertical_scroll_bar <cycle 4> [475]
                                  20             store_symval_forwarding <cycle 4> [802]
                                  20             specbind <cycle 4> [128]
                                  19             display_mode_lines <cycle 4> [1323]
                                  12             window_box_height <cycle 4> [1166]
                                  11             try_window <cycle 4> [1269]
                                   8             x_consider_frame_title <cycle 4> [361]
                                   8             update_frame_tool_bar <cycle 4> [446]
                                   3             handle_stop <cycle 4> [160]
                                   3             reseat <cycle 4> [375]
                                   3             init_iterator <cycle 4> [163]
                                   3             move_it_vertically_backward <cycle 4> [292]
                                   1             overlay_arrows_changed_p <cycle 4> [1227]
-----------------------------------------------
                                   2             Fautoload_do_load <cycle 4> [587]
                                  24             Ffuncall <cycle 4> [29]
[411]    0.0    0.00    0.00      26         Fload <cycle 4> [411]
                0.00    0.00       3/4           Fget_load_suffixes [443]
                0.00    0.00       4/4           safe_to_load_version [462]
                0.00    0.00      14/77270       set_internal [145]
                0.00    0.00       1/45490       concat [103]
                0.00    0.00       3/2778892     Fnreverse [45]
                0.00    0.00       2/4           lisp_file_lexically_bound_p [577]
                0.00    0.00       4/1289625     Fcons [80]
                0.00    0.00      12/227551      grow_specpdl [779]
                0.00    0.00       8/8           suffix_p [1392]
                0.00    0.00       8/8775        record_unwind_protect [828]
                0.00    0.00       4/538         record_unwind_protect_int [1045]
                0.00    0.00       4/1140773     xfree [760]
                0.00    0.00       2/315         encode_file_name [1102]
                0.00    0.00       2/4           set_unwind_protect_ptr [1465]
                0.00    0.00       2/7242        Ffboundp [831]
                0.00    0.00       2/6           emacs_close [1410]
                0.00    0.00       2/7           clear_unwind_protect [1397]
                0.00    0.00       1/557         Fappend [1034]
                                  26             openp <cycle 4> [220]
                                  23             internal_condition_case_1 <cycle 4> [1098]
                                  14             store_symval_forwarding <cycle 4> [802]
                                  14             specbind <cycle 4> [128]
                                   6             unbind_to <cycle 4> [244]
                                   3             Fsubstitute_in_file_name <cycle 4> [312]
                                   2             readevalloop <cycle 4> [402]
                                   2             Ffile_name_directory <cycle 4> [284]
                                   2             call1 <cycle 4> [949]
                                   2             call4 <cycle 4> [1273]
-----------------------------------------------
                                                 <spontaneous>
[412]    0.0    0.00    0.00                 xpm_alloc_color [412]
                0.00    0.00     922/922         xbm_image_p [414]
                0.00    0.00     922/1101        x_parse_color [624]
                0.00    0.00     922/143520      hash_string [794]
                0.00    0.00     922/922         lookup_rgb_color [994]
-----------------------------------------------
                0.00    0.00       1/63          menu_bar_items <cycle 4> [435]
                0.00    0.00       2/63          process_tool_bar_item <cycle 4> [333]
                0.00    0.00      12/63          ensure_menu_items [478]
                0.00    0.00      48/63          hash_put [82]
[413]    0.0    0.00    0.00      63         larger_vector [413]
                0.00    0.00      63/154204      allocate_vector [92]
-----------------------------------------------
                0.00    0.00     922/922         xpm_alloc_color [412]
[414]    0.0    0.00    0.00     922         xbm_image_p [414]
                0.00    0.00     922/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       8/8           font_build_object [406]
[415]    0.0    0.00    0.00       8         font_make_object [415]
                0.00    0.00       8/3144        Fcopy_alist [188]
                0.00    0.00       8/2014        allocate_pseudovector [265]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[416]    0.0    0.00    0.00       3         Ftry_completion [416]
                0.00    0.00      89/2774417     Fcompare_strings [32]
                0.00    0.00       1/25585       Fequal [255]
-----------------------------------------------
                0.00    0.00      10/46458       apply_modifiers [309]
                0.00    0.00      16/46458       make_string_from_bytes [718]
                0.00    0.00     200/46458       make_multibyte_string [653]
                0.00    0.00     500/46458       Fmake_string [81]
                0.00    0.00     729/46458       make_buffer_string_both [306]
                0.00    0.00    3304/46458       concat [103]
                0.00    0.00   41699/46458       make_specified_string [422]
[417]    0.0    0.00    0.00   46458         make_uninit_multibyte_string [417]
                0.00    0.00     906/1280        lisp_malloc [409]
                0.00    0.00   45519/45519       allocate_string_data [484]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [202]
                                   6             show_hourglass <cycle 4> [183]
[418]    0.0    0.00    0.00       7         set_frame_menubar <cycle 4> [418]
                0.00    0.00       7/7           free_menubar_widget_value_tree [449]
                0.00    0.00       6/6           xg_modify_menubar_widgets [476]
                0.00    0.00       8/77270       set_internal [145]
                0.00    0.00       1/1           xg_create_widget [524]
                0.00    0.00       2/2           init_menu_items [600]
                0.00    0.00       2/2           save_menu_items [605]
                0.00    0.00      42/1333        make_widget_value [447]
                0.00    0.00       2/34          record_unwind_save_match_data [469]
                0.00    0.00      14/3508683     unblock_input_to [144]
                0.00    0.00       1/1153527     xmalloc [118]
                0.00    0.00      14/3508670     unblock_input [754]
                0.00    0.00      13/13          update_submenu_strings [1353]
                0.00    0.00       2/227551      grow_specpdl [779]
                0.00    0.00       2/8775        record_unwind_protect [828]
                                  13             parse_single_submenu <cycle 4> [494]
                                  13             digest_single_submenu <cycle 4> [448]
                                   8             store_symval_forwarding <cycle 4> [802]
                                   8             specbind <cycle 4> [128]
                                   7             xg_update_frame_menubar <cycle 4> [705]
                                   4             set_buffer_internal_1 <cycle 4> [871]
                                   4             safe_run_hooks <cycle 4> [276]
                                   2             menu_bar_items <cycle 4> [435]
                                   2             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00      31/73          XTframe_up_to_date [457]
                0.00    0.00      42/73          note_mouse_movement [441]
[419]    0.0    0.00    0.00      73         note_mouse_highlight [419]
                0.00    0.00      93/12169       Fget_text_property [208]
                0.00    0.00      73/114         window_from_coordinates [519]
                0.00    0.00      93/428532      lookup_char_property [390]
                0.00    0.00     140/148         clear_mouse_face [1144]
                0.00    0.00      93/408494      textget [769]
                0.00    0.00      73/917         popup_activated [995]
                0.00    0.00      70/70          x_define_frame_cursor [1191]
                0.00    0.00      70/70          define_frame_cursor1 [1187]
                0.00    0.00      70/157         window_outdated [1143]
                0.00    0.00      70/2152        window_box_left_offset [901]
                0.00    0.00      70/70          window_box_right_offset [1190]
                0.00    0.00      31/31          coords_in_mouse_face_p [1287]
                0.00    0.00      31/186535      overlays_at [781]
                0.00    0.00      31/186255      sort_overlays [782]
-----------------------------------------------
                                   1             Fmake_frame_visible <cycle 4> [606]
[420]    0.0    0.00    0.00       1         x_make_frame_visible <cycle 4> [420]
                0.00    0.00      48/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00      48/1112161     do_pending_atimers [55]
                0.00    0.00       1/1           x_set_offset [522]
                0.00    0.00      48/3508683     unblock_input_to [144]
                0.00    0.00       1/4474415     assq_no_quit [63]
                0.00    0.00      48/3508670     unblock_input [754]
                0.00    0.00      47/56          x_sync [1207]
                0.00    0.00      47/47          input_polling_used [1251]
                                   1             x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
                                  19             prepare_to_modify_buffer <cycle 4> [421]
                                   3             Finsert_file_contents <cycle 4> [351]
                                  19             signal_after_change <cycle 4> [297]
                                  70             message_dolog <cycle 4> [742]
                                 729             del_range_1 <cycle 4> [331]
                                1001             insert_from_string_1 <cycle 4> [240]
[421]    0.0    0.00    0.00    1822+19      prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00      89/1819        offset_intervals [288]
                0.00    0.00       2/48          make_gap [595]
                0.00    0.00      89/2551        record_insert [643]
                0.00    0.00      89/1821        adjust_overlays_for_insert [915]
                0.00    0.00      89/1821        adjust_markers_for_insert [914]
                0.00    0.00      19/2485        invalidate_buffer_caches [893]
                                1752             prepare_to_modify_buffer_1 <cycle 4> [250]
                                  19             prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
                0.00    0.00       1/41699       Fdo_auto_save <cycle 4> [593]
                0.00    0.00       4/41699       make_buffer_string_both [306]
                0.00    0.00       6/41699       eval_sub <cycle 4> [176]
                0.00    0.00       9/41699       styled_format <cycle 4> [369]
                0.00    0.00      46/41699       Ffile_name_as_directory <cycle 4> [279]
                0.00    0.00      64/41699       Fdirectory_file_name <cycle 4> [273]
                0.00    0.00     109/41699       Ffuncall <cycle 4> [29]
                0.00    0.00     188/41699       font_intern_prop [93]
                0.00    0.00     325/41699       Fexpand_file_name <cycle 4> [173]
                0.00    0.00     434/41699       Fsingle_key_description <cycle 4> [544]
                0.00    0.00     471/41699       Fregexp_quote [626]
                0.00    0.00     531/41699       Fsubstring [362]
                0.00    0.00    1006/41699       read1 <cycle 5> [300]
                0.00    0.00    9731/41699       make_unibyte_string [477]
                0.00    0.00   28774/41699       concat [103]
[422]    0.0    0.00    0.00   41699         make_specified_string [422]
                0.00    0.00   41699/46458       make_uninit_multibyte_string [417]
                0.00    0.00     802/1699        multibyte_chars_in_text [925]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [176]
[423]    0.0    0.00    0.00       2         Fdirectory_files <cycle 4> [423]
                0.00    0.00       2/1944        Ffind_file_name_handler [158]
                                   2             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[424]    0.0    0.00    0.00       2         Ffile_attributes <cycle 4> [424]
                0.00    0.00       2/1944        Ffind_file_name_handler [158]
                0.00    0.00       2/315         encode_file_name [1102]
                                   2             internal_condition_case_2 <cycle 4> [1531]
                                   2             code_convert_string <cycle 4> [264]
-----------------------------------------------
                0.00    0.00     510/510         read_char <cycle 2> [20]
[425]    0.0    0.00    0.00     510         make_lispy_event [425]
                0.00    0.00     510/510         modify_event_symbol [426]
-----------------------------------------------
                0.00    0.00     510/510         make_lispy_event [425]
[426]    0.0    0.00    0.00     510         modify_event_symbol [426]
                0.00    0.00     512/9497        apply_modifiers [309]
                0.00    0.00       2/396         Fput [267]
                0.00    0.00       2/560         intern_1 [342]
                0.00    0.00       1/8857        Fmake_vector [207]
-----------------------------------------------
                0.00    0.00       1/215         Ffuncall <cycle 4> [29]
                0.00    0.00     214/215         Fwhere_is_internal <cycle 4> [326]
[427]    0.0    0.00    0.00     215         Fsafe_length [427]
                0.00    0.00     401/1289625     Fcons [80]
-----------------------------------------------
                                 460             draw_glyphs <cycle 4> [35]
[428]    0.0    0.00    0.00     460         x_draw_glyph_string <cycle 4> [428]
                0.00    0.00     490/490         x_draw_glyph_string_foreground [429]
                0.00    0.00     491/491         x_set_glyph_string_gc [697]
                0.00    0.00     512/512         x_set_glyph_string_clipping [1063]
                0.00    0.00     398/398         x_draw_stretch_glyph_string [1091]
                0.00    0.00      51/51          x_draw_glyph_string_box [1219]
                                  30             x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
                0.00    0.00     490/490         x_draw_glyph_string <cycle 4> [428]
[429]    0.0    0.00    0.00     490         x_draw_glyph_string_foreground [429]
                0.00    0.00     490/490         xftfont_draw [430]
-----------------------------------------------
                0.00    0.00     490/490         x_draw_glyph_string_foreground [429]
[430]    0.0    0.00    0.00     490         xftfont_draw [430]
                0.00    0.00     490/490         font_get_frame_data [442]
                0.00    0.00     491/3508683     unblock_input_to [144]
                0.00    0.00     490/497         xftfont_get_colors [576]
                0.00    0.00       1/1           font_put_frame_data [648]
                0.00    0.00     491/3508670     unblock_input [754]
-----------------------------------------------
                                  65             eval_sub <cycle 4> [176]
[431]    0.0    0.00    0.00      65         Flet <cycle 4> [431]
                0.00    0.00      65/116631      Flength [126]
                0.00    0.00     378/410271      Fcdr [768]
                0.00    0.00     252/49012       Fcar [807]
                                 126             eval_sub <cycle 4> [176]
                                 126             specbind <cycle 4> [128]
                                  65             Fprogn <cycle 4> [996]
                                  65             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00      28/715         xg_modify_menubar_widgets [476]
                0.00    0.00      46/715         xg_update_menubar [503]
                0.00    0.00     641/715         create_menus [437]
[432]    0.0    0.00    0.00     715         xg_item_label_same_p [432]
                0.00    0.00     642/1153527     xmalloc [118]
                0.00    0.00    1357/2399        get_utf8_string [895]
                0.00    0.00     112/113         make_widget_for_menu_item [1165]
-----------------------------------------------
                0.00    0.00       1/530         merge_face_ref <cycle 1> [684]
                0.00    0.00      28/530         merge_face_vectors <cycle 1> [552]
                0.00    0.00     501/530         Finternal_set_lisp_face_attribute <cycle 4> [337]
[433]    0.0    0.00    0.00     530         font_clear_prop [433]
                0.00    0.00      28/138863      copy_font_spec [78]
                0.00    0.00      28/1320        font_put_extra [336]
                0.00    0.00      28/47          Ffont_get [726]
                0.00    0.00      28/410271      Fcdr [768]
-----------------------------------------------
                                 571             text_quoting_style <cycle 4> [434]
                                   1             styled_format <cycle 4> [369]
                                   1             print_error_message <cycle 4> [1618]
                                   2             Ffuncall <cycle 4> [29]
                                   4             doprnt <cycle 4> [1454]
                                 568             process_tool_bar_item <cycle 4> [333]
[434]    0.0    0.00    0.00     576+571     text_quoting_style <cycle 4> [434]
                0.00    0.00     571/1153527     xmalloc [118]
                0.00    0.00       4/2088        Fintern [286]
                0.00    0.00       4/8785        make_string [226]
                0.00    0.00      16/16          make_string_from_bytes [718]
                0.00    0.00     571/1140773     xfree [760]
                0.00    0.00      18/2125        xrealloc [905]
                                   4             Fwhere_is_internal <cycle 4> [326]
                                   4             Fkey_description <cycle 4> [317]
                                 571             text_quoting_style <cycle 4> [434]
-----------------------------------------------
                                   1             initialize_frame_menubar <cycle 4> [1611]
                                   2             set_frame_menubar <cycle 4> [418]
                                   6             show_hourglass <cycle 4> [183]
[435]    0.0    0.00    0.00       9         menu_bar_items <cycle 4> [435]
                0.00    0.00      18/6230        get_local_map [193]
                0.00    0.00       1/63          larger_vector [413]
                0.00    0.00       1/8857        Fmake_vector [207]
                0.00    0.00      16/465106      get_keymap [766]
                                  16             access_keymap <cycle 4> [907]
                                  16             map_keymap_internal <cycle 4> [680]
                                  16             map_keymap_canonical <cycle 4> [1158]
                                   9             current_minor_maps <cycle 4> [880]
-----------------------------------------------
                                  53             Ffuncall <cycle 4> [29]
                                 728             code_conversion_save <cycle 4> [376]
[436]    0.0    0.00    0.00     781         Fmake_local_variable <cycle 4> [436]
                0.00    0.00     743/42803       swap_in_symval_forwarding [295]
                0.00    0.00      90/1289625     Fcons [80]
                0.00    0.00      36/36          make_blv [506]
                0.00    0.00       4/77270       set_internal [145]
                0.00    0.00     777/501996      Fassq [384]
                0.00    0.00       4/1039        Fboundp [505]
                0.00    0.00      45/89          let_shadows_buffer_binding_p [1174]
                0.00    0.00      36/36          let_shadows_global_binding_p [1279]
                0.00    0.00      14/74640       do_symval_forwarding [799]
                                  45             find_symbol_value <cycle 4> [298]
                                  14             store_symval_forwarding <cycle 4> [802]
                                   4             Fsymbol_value <cycle 4> [806]
-----------------------------------------------
                                  57             create_menus [437]
                0.00    0.00       1/9           xg_update_menubar [503]
                0.00    0.00       1/9           xg_create_widget [524]
                0.00    0.00       7/9           xg_update_submenu [440]
[437]    0.0    0.00    0.00       9+57      create_menus [437]
                0.00    0.00     641/715         xg_item_label_same_p [432]
                0.00    0.00       1/1153527     xmalloc [118]
                0.00    0.00     709/1291        menu_separator_name_p [958]
                0.00    0.00      59/60          xg_gtk_scroll_destroy [1201]
                                  57             create_menus [437]
-----------------------------------------------
                0.00    0.00       1/1022        recursive_edit_1 [3]
                0.00    0.00       1/1022        cmd_error [258]
                0.00    0.00     510/1022        start_hourglass [372]
                0.00    0.00     510/1022        unbind_to <cycle 4> [244]
[438]    0.0    0.00    0.00    1022         cancel_hourglass [438]
                0.00    0.00     510/510         cancel_atimer [439]
-----------------------------------------------
                0.00    0.00     510/510         cancel_hourglass [438]
[439]    0.0    0.00    0.00     510         cancel_atimer [439]
                0.00    0.00     510/1040417     block_atimers [119]
-----------------------------------------------
                                  41             xg_update_submenu [440]
                0.00    0.00       1/24          update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       7/24          xg_modify_menubar_widgets [476]
                0.00    0.00      16/24          tb_size_cb [456]
[440]    0.0    0.00    0.00      24+41      xg_update_submenu [440]
                0.00    0.00       7/9           create_menus [437]
                0.00    0.00     521/527         xg_update_menubar [503]
                0.00    0.00     564/1291        menu_separator_name_p [958]
                0.00    0.00       5/5           xg_destroy_widgets [1440]
                                  41             xg_update_submenu [440]
-----------------------------------------------
                0.00    0.00      55/55          handle_one_xevent [99]
[441]    0.0    0.00    0.00      55         note_mouse_movement [441]
                0.00    0.00      42/73          note_mouse_highlight [419]
                0.00    0.00      40/40          remember_mouse_glyph [566]
-----------------------------------------------
                0.00    0.00     490/490         xftfont_draw [430]
[442]    0.0    0.00    0.00     490         font_get_frame_data [442]
                0.00    0.00     490/4474415     assq_no_quit [63]
-----------------------------------------------
                0.00    0.00       1/4           Ffuncall <cycle 4> [29]
                0.00    0.00       3/4           Fload <cycle 4> [411]
[443]    0.0    0.00    0.00       4         Fget_load_suffixes [443]
                0.00    0.00      16/241         concat2 [328]
                0.00    0.00      16/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[444]    0.0    0.00    0.00       2         Fset_charset_priority [444]
                0.00    0.00     208/1289625     Fcons [80]
                0.00    0.00       2/35053       Fcopy_sequence [150]
                0.00    0.00       2/2446268     hash_lookup [25]
                0.00    0.00       6/2778892     Fnreverse [45]
                0.00    0.00     666/10850       Fmemq [822]
                0.00    0.00       2/133         Fdelq [1154]
                0.00    0.00       2/2131        Fnconc [903]
-----------------------------------------------
                0.00    0.00      63/63          Ffuncall <cycle 4> [29]
[445]    0.0    0.00    0.00      63         time_arith [445]
                0.00    0.00     252/1289625     Fcons [80]
                0.00    0.00     126/178         lisp_time_struct [1135]
                0.00    0.00      63/63          time_add [1196]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
                                   1             xg_create_frame_widgets <cycle 4> [592]
                                   8             redisplay_window <cycle 4> [410]
[446]    0.0    0.00    0.00      10         update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       1/1           tb_size_cb [456]
                0.00    0.00       1/24          xg_update_submenu [440]
                0.00    0.00      14/25585       Fequal [255]
                0.00    0.00      10/37          xstrdup [546]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00      10/30          valid_image_p [621]
                0.00    0.00       9/3508683     unblock_input_to [144]
                0.00    0.00       1/1153527     xmalloc [118]
                0.00    0.00      10/30          xpm_image_p [1289]
                0.00    0.00      10/10          file_for_image [1367]
                0.00    0.00      10/7242        Ffboundp [831]
                0.00    0.00      10/10          find_icon_from_name [1368]
                0.00    0.00       9/9           Ftool_bar_get_system_style [1382]
                0.00    0.00       9/3508670     unblock_input [754]
                0.00    0.00       1/72          frame_size_history_add [1185]
                                  10             call1 <cycle 4> [949]
                                   1             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                0.00    0.00      42/1333        set_frame_menubar <cycle 4> [418]
                0.00    0.00    1291/1333        digest_single_submenu <cycle 4> [448]
[447]    0.0    0.00    0.00    1333         make_widget_value [447]
                0.00    0.00    1333/3508683     unblock_input_to [144]
                0.00    0.00    1333/1380        xzalloc [952]
                0.00    0.00    1333/3508670     unblock_input [754]
-----------------------------------------------
                                  13             set_frame_menubar <cycle 4> [418]
[448]    0.0    0.00    0.00      13         digest_single_submenu <cycle 4> [448]
                0.00    0.00    1291/1333        make_widget_value [447]
                0.00    0.00      13/1153527     xmalloc [118]
                0.00    0.00     215/216         code_convert_string_norecord [1126]
                0.00    0.00      13/16          xnmalloc [1343]
                0.00    0.00      13/227551      grow_specpdl [779]
                0.00    0.00      13/1020        record_unwind_protect_ptr [982]
                                 215             code_convert_string <cycle 4> [264]
                                  13             unbind_to <cycle 4> [244]
-----------------------------------------------
                                1326             free_menubar_widget_value_tree [449]
                0.00    0.00       7/7           set_frame_menubar <cycle 4> [418]
[449]    0.0    0.00    0.00       7+1326    free_menubar_widget_value_tree [449]
                0.00    0.00    1326/3508683     unblock_input_to [144]
                0.00    0.00    1333/1140773     xfree [760]
                0.00    0.00    1326/3508670     unblock_input [754]
                                1326             free_menubar_widget_value_tree [449]
-----------------------------------------------
                0.00    0.00      23/101         redisplay_window <cycle 4> [410]
                0.00    0.00      78/101         update_window <cycle 4> [458]
[450]    0.0    0.00    0.00     101         update_window_fringes [450]
                0.00    0.00      88/88          lookup_fringe_bitmap [451]
                0.00    0.00     101/1742        window_text_bottom_y [922]
-----------------------------------------------
                0.00    0.00      88/88          update_window_fringes [450]
[451]    0.0    0.00    0.00      88         lookup_fringe_bitmap [451]
                0.00    0.00      44/116631      Flength [126]
                0.00    0.00      44/501996      Fassq [384]
                0.00    0.00      44/98231       Fplist_get [798]
                0.00    0.00      44/69910       Fget [800]
                0.00    0.00      44/49012       Fcar [807]
                0.00    0.00      44/5762        Fnth [842]
-----------------------------------------------
                                   6             show_hourglass <cycle 4> [183]
[452]    0.0    0.00    0.00       6         tool_bar_items <cycle 4> [452]
                0.00    0.00      12/6230        get_local_map [193]
                0.00    0.00       1/8857        Fmake_vector [207]
                0.00    0.00      12/465106      get_keymap [766]
                                  12             access_keymap <cycle 4> [907]
                                   6             map_keymap <cycle 4> [865]
                                   6             current_minor_maps <cycle 4> [880]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[453]    0.0    0.00    0.00       1         Ffile_accessible_directory_p <cycle 4> [453]
                0.00    0.00       1/1944        Ffind_file_name_handler [158]
                0.00    0.00       1/315         encode_file_name [1102]
                0.00    0.00       1/1           file_accessible_directory_p [1601]
                                   1             Fexpand_file_name <cycle 4> [173]
                                   1             code_convert_string <cycle 4> [264]
-----------------------------------------------
                                 137             eval_sub <cycle 4> [176]
[454]    0.0    0.00    0.00     137         Fdefvar <cycle 4> [454]
                0.00    0.00     137/1289625     Fcons [80]
                0.00    0.00       2/396         Fput [267]
                0.00    0.00     137/219         Fdefault_boundp [1125]
                0.00    0.00     137/49012       Fcar [807]
                0.00    0.00      16/16          default_toplevel_binding [1339]
                                 121             Fset_default <cycle 4> [198]
                                 121             eval_sub <cycle 4> [176]
-----------------------------------------------
                                  72             map_keymap_internal <cycle 4> [680]
                                 143             Fset_fontset_font <cycle 4> [56]
[455]    0.0    0.00    0.00     215         map_char_table <cycle 4> [455]
                0.00    0.00     215/1289625     Fcons [80]
                                 215             map_sub_char_table <cycle 4> [110]
-----------------------------------------------
                0.00    0.00       1/1           update_frame_tool_bar <cycle 4> [446]
[456]    0.0    0.00    0.00       1         tb_size_cb [456]
                0.00    0.00      16/24          xg_update_submenu [440]
                0.00    0.00       1/72          frame_size_history_add [1185]
-----------------------------------------------
                0.00    0.00       2/47          message3 <cycle 4> [596]
                0.00    0.00      45/47          redisplay_internal [38]
[457]    0.0    0.00    0.00      47         XTframe_up_to_date [457]
                0.00    0.00      31/73          note_mouse_highlight [419]
-----------------------------------------------
                                   1             update_single_window <cycle 4> [1633]
                                  77             update_window_tree <cycle 4> [1258]
[458]    0.0    0.00    0.00      78         update_window <cycle 4> [458]
                0.00    0.00      78/101         update_window_fringes [450]
                0.00    0.00      78/3508683     unblock_input_to [144]
                0.00    0.00     234/234         add_row_entry [1117]
                0.00    0.00     117/1742        window_text_bottom_y [922]
                0.00    0.00      95/311         row_equal_p.constprop.18 [1104]
                0.00    0.00      92/340         assign_row [1099]
                0.00    0.00      78/3508670     unblock_input [754]
                0.00    0.00      78/78          x_update_window_begin [1182]
                0.00    0.00       6/2125        xrealloc [905]
                0.00    0.00       6/439         xnrealloc [1088]
                0.00    0.00       6/25          xpalloc [1306]
                0.00    0.00       2/2           next_almost_prime [1533]
                                 248             update_window_line <cycle 4> [517]
                                  78             x_update_window_end <cycle 4> [563]
-----------------------------------------------
                                 263             Fwhere_is_internal <cycle 4> [326]
[459]    0.0    0.00    0.00     263         shadow_lookup <cycle 4> [459]
                0.00    0.00      99/654         Fsubstring [362]
                                 499             Flookup_key <cycle 4> [891]
-----------------------------------------------
                0.00    0.00      24/24          display_mode_element <cycle 4> [379]
[460]    0.0    0.00    0.00      24         decode_mode_spec_coding [460]
                0.00    0.00      24/2224296     Fgethash [28]
-----------------------------------------------
                0.00    0.00      29/78          redisplay_window <cycle 4> [410]
                0.00    0.00      49/78          redisplay_internal [38]
[461]    0.0    0.00    0.00      78         reconsider_clip_changes [461]
                0.00    0.00      28/15456       find_composition [194]
-----------------------------------------------
                0.00    0.00       4/4           Fload <cycle 4> [411]
[462]    0.0    0.00    0.00       4         safe_to_load_version [462]
                0.00    0.00       4/53          fast_c_string_match_ignore_case [341]
                0.00    0.00       4/11          emacs_read [1360]
-----------------------------------------------
                0.00    0.00    1920/1920        char_table_set [195]
[463]    0.0    0.00    0.00    1920         sub_char_table_set [463]
                0.00    0.00      24/170         make_sub_char_table [359]
-----------------------------------------------
                0.00    0.00       1/5           x_set_offset [522]
                0.00    0.00       1/5           Fx_wm_set_size_hint [523]
                0.00    0.00       1/5           Fx_create_frame <cycle 4> [202]
                0.00    0.00       2/5           xg_frame_set_char_size <cycle 4> [474]
[464]    0.0    0.00    0.00       5         x_wm_set_size_hint [464]
                0.00    0.00       2/3208        Fframe_parameter [172]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       5/16          xg_get_gdk_scale [1342]
                0.00    0.00       2/410271      Fcdr [768]
                0.00    0.00       2/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00      12/12          Ffuncall <cycle 4> [29]
[465]    0.0    0.00    0.00      12         Fframe_list [465]
                0.00    0.00      12/35053       Fcopy_sequence [150]
-----------------------------------------------
                                 309             code_convert_string <cycle 4> [264]
[466]    0.0    0.00    0.00     309         encode_coding_object <cycle 4> [466]
                0.00    0.00     309/1153527     xmalloc [118]
                0.00    0.00     309/10760       make_unibyte_string [477]
                0.00    0.00     309/309         encode_coding [715]
                0.00    0.00     309/1140773     xfree [760]
                                 309             code_conversion_save <cycle 4> [376]
-----------------------------------------------
                                  70             map_keymap_internal <cycle 4> [680]
[467]    0.0    0.00    0.00      70         menu_bar_item <cycle 4> [467]
                0.00    0.00     131/1289625     Fcons [80]
                0.00    0.00      70/10850       Fmemq [822]
                0.00    0.00      61/14391       list1 [818]
                                  61             process_tool_bar_item <cycle 4> [333]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[468]    0.0    0.00    0.00       4         looking_at_1 [468]
                0.00    0.00       4/55320       re_match_2_internal [83]
                0.00    0.00       4/49854       compile_pattern [156]
                0.00    0.00       4/5458        re_match_2 [846]
-----------------------------------------------
                0.00    0.00       2/34          set_frame_menubar <cycle 4> [418]
                0.00    0.00       2/34          Fautoload_do_load <cycle 4> [587]
                0.00    0.00       6/34          redisplay_internal [38]
                0.00    0.00      24/34          display_mode_line <cycle 4> [472]
[469]    0.0    0.00    0.00      34         record_unwind_save_match_data [469]
                0.00    0.00      34/995         Fmatch_data [330]
-----------------------------------------------
                0.00    0.00      16/16          Ffuncall <cycle 4> [29]
[470]    0.0    0.00    0.00      16         Fcoding_system_base [470]
                0.00    0.00      15/2224296     Fgethash [28]
-----------------------------------------------
                0.00    0.00       3/3           Fmake_hash_table [113]
[471]    0.0    0.00    0.00       3         make_hash_table [471]
                0.00    0.00      12/8857        Fmake_vector [207]
                0.00    0.00       3/2014        allocate_pseudovector [265]
-----------------------------------------------
                                   4             pos_visible_p <cycle 4> [1462]
                                  20             display_mode_lines <cycle 4> [1323]
[472]    0.0    0.00    0.00      24         display_mode_line <cycle 4> [472]
                0.00    0.00      24/34          record_unwind_save_match_data [469]
                0.00    0.00      24/24          push_kboard [567]
                0.00    0.00      24/38          format_mode_line_unwind_data [601]
                0.00    0.00      48/227551      grow_specpdl [779]
                0.00    0.00      48/8775        record_unwind_protect [828]
                0.00    0.00      24/376         prepare_desired_row [1095]
                0.00    0.00      24/1140773     xfree [760]
                0.00    0.00      24/24          pop_kboard [1311]
                0.00    0.00      24/376         compute_line_metrics [1094]
                0.00    0.00      24/215         extend_face_to_end_of_line [1127]
                                  24             init_iterator <cycle 4> [163]
                                  24             display_mode_element <cycle 4> [379]
                                  24             unbind_to <cycle 4> [244]
                                  24             display_string <cycle 4> [210]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[473]    0.0    0.00    0.00       2         Fset_coding_system_priority <cycle 4> [473]
                0.00    0.00       8/2224296     Fgethash [28]
                0.00    0.00      42/1289625     Fcons [80]
                                   8             Fset <cycle 4> [249]
-----------------------------------------------
                                   2             x_set_window_size <cycle 4> [1550]
[474]    0.0    0.00    0.00       2         xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       2/5           x_wm_set_size_hint [464]
                0.00    0.00       1/1           x_wait_for_event [532]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       2/1230        list2 [368]
                0.00    0.00       2/75          get_frame_param [719]
                0.00    0.00       2/72          frame_size_history_add [1185]
                0.00    0.00       2/334         fset_redisplay [1100]
                0.00    0.00       2/29          cancel_mouse_face [1291]
                0.00    0.00       1/410271      Fcdr [768]
                0.00    0.00       1/16          xg_get_gdk_scale [1342]
                                   1             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                                  29             redisplay_window <cycle 4> [410]
[475]    0.0    0.00    0.00      29         XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00       7/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       2/2           x_scroll_bar_create [525]
                0.00    0.00       7/1112161     do_pending_atimers [55]
                0.00    0.00      35/3508683     unblock_input_to [144]
                0.00    0.00       6/8           xg_update_scrollbar_pos [662]
                0.00    0.00      35/3508670     unblock_input [754]
                0.00    0.00      29/29          xg_set_toolkit_scroll_bar_thumb [1294]
                0.00    0.00       8/257         x_clear_area [1113]
                                  29             window_box <cycle 4> [1048]
-----------------------------------------------
                0.00    0.00       6/6           set_frame_menubar <cycle 4> [418]
[476]    0.0    0.00    0.00       6         xg_modify_menubar_widgets [476]
                0.00    0.00       7/24          xg_update_submenu [440]
                0.00    0.00      28/715         xg_item_label_same_p [432]
                0.00    0.00       6/527         xg_update_menubar [503]
-----------------------------------------------
                0.00    0.00       1/10760       intern_1 [342]
                0.00    0.00       1/10760       x_default_font_parameter <cycle 4> [386]
                0.00    0.00       1/10760       Fnew_fontset <cycle 4> [371]
                0.00    0.00      23/10760       openp <cycle 4> [220]
                0.00    0.00      49/10760       ftfont_get_charset [346]
                0.00    0.00     309/10760       encode_coding_object <cycle 4> [466]
                0.00    0.00     482/10760       directory_files_internal <cycle 4> [254]
                0.00    0.00    1109/10760       ftfont_pattern_entity [216]
                0.00    0.00    8785/10760       make_string [226]
[477]    0.0    0.00    0.00   10760         make_unibyte_string [477]
                0.00    0.00    9731/41699       make_specified_string [422]
-----------------------------------------------
                0.00    0.00     106/1570        push_menu_pane [615]
                0.00    0.00     186/1570        single_menu_item <cycle 4> [481]
                0.00    0.00    1278/1570        push_menu_item [488]
[478]    0.0    0.00    0.00    1570         ensure_menu_items [478]
                0.00    0.00      12/63          larger_vector [413]
-----------------------------------------------
                                   2             ensure_echo_area_buffers <cycle 4> [597]
                                   3             Ffuncall <cycle 4> [29]
                                   5             message_dolog <cycle 4> [742]
[479]    0.0    0.00    0.00      10         Fget_buffer_create <cycle 4> [479]
                0.00    0.00       5/35053       Fcopy_sequence [150]
                0.00    0.00      10/1289625     Fcons [80]
                0.00    0.00       5/1153527     xmalloc [118]
                0.00    0.00       5/5           allocate_buffer [652]
                0.00    0.00      10/3508683     unblock_input_to [144]
                0.00    0.00       5/487         Fmake_marker [646]
                0.00    0.00      10/410271      Fcdr [768]
                0.00    0.00      10/2843        Fget_buffer [884]
                0.00    0.00      10/3508670     unblock_input [754]
                0.00    0.00       5/5           reset_buffer [1436]
                0.00    0.00       5/10          reset_buffer_local_variables [1374]
                0.00    0.00       5/14391       list1 [818]
                0.00    0.00       5/1818        nconc2 [916]
                                   5             call1 <cycle 4> [949]
-----------------------------------------------
                                   5             x_set_frame_alpha <cycle 4> [480]
                                   1             Fredirect_frame_focus <cycle 4> [1575]
                                   1             x_set_alpha <cycle 4> [710]
                0.00    0.00       1/9783        handle_one_xevent [99]
                0.00    0.00      17/9783        x_focus_changed [170]
[480]    0.0    0.00    0.00      20+5       x_set_frame_alpha <cycle 4> [480]
                0.00    0.00      11/1109473     x_catch_errors_with_handler [51]
                0.00    0.00      11/1109472     x_uncatch_errors [60]
                0.00    0.00      22/3508683     unblock_input_to [144]
                0.00    0.00      22/3508670     unblock_input [754]
                0.00    0.00      11/11          x_update_cursor [1363]
                                  11             update_cursor_in_window_tree <cycle 4> [635]
                                   5             x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
                                1297             map_keymap_internal <cycle 4> [680]
[481]    0.0    0.00    0.00    1297         single_menu_item <cycle 4> [481]
                0.00    0.00    1278/1278        push_menu_item [488]
                0.00    0.00     186/1570        ensure_menu_items [478]
                0.00    0.00    1297/1297        parse_menu_item [957]
                                1297             process_tool_bar_item <cycle 4> [333]
                                  93             single_keymap_panes <cycle 4> [616]
-----------------------------------------------
                0.00    0.00      11/11          Ffuncall <cycle 4> [29]
[482]    0.0    0.00    0.00      11         Fcoding_system_plist [482]
                0.00    0.00      11/2224296     Fgethash [28]
-----------------------------------------------
                0.00    0.00      17/460         _init [36]
                0.00    0.00     443/460         draw_glyphs <cycle 4> [35]
[483]    0.0    0.00    0.00     460         x_compute_glyph_string_overhangs [483]
                0.00    0.00     460/147661      xftfont_text_extents [236]
-----------------------------------------------
                0.00    0.00   45519/45519       make_uninit_multibyte_string [417]
[484]    0.0    0.00    0.00   45519         allocate_string_data [484]
                0.00    0.00     178/1280        lisp_malloc [409]
-----------------------------------------------
                                  18             set_iterator_to_next <cycle 4> [124]
                                3544             get_visually_first_element <cycle 4> [864]
[485]    0.0    0.00    0.00    3562         bidi_paragraph_init <cycle 4> [485]
                0.00    0.00      45/146871      bidi_find_paragraph_start [175]
                0.00    0.00      45/1593        buf_bytepos_to_charpos [730]
                0.00    0.00    3562/6322        bidi_line_init [834]
                                  45             find_first_strong_char <cycle 4> [487]
-----------------------------------------------
                                  45             find_first_strong_char <cycle 4> [487]
[486]    0.0    0.00    0.00      45         bidi_fetch_char_skip_isolates <cycle 4> [486]
                0.00    0.00      45/146871      bidi_find_paragraph_start [175]
                                  45             bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
                                  45             bidi_paragraph_init <cycle 4> [485]
[487]    0.0    0.00    0.00      45         find_first_strong_char <cycle 4> [487]
                0.00    0.00      45/146871      bidi_find_paragraph_start [175]
                0.00    0.00      45/285588      bidi_get_category [774]
                                  45             bidi_fetch_char_skip_isolates <cycle 4> [486]
-----------------------------------------------
                0.00    0.00    1278/1278        single_menu_item <cycle 4> [481]
[488]    0.0    0.00    0.00    1278         push_menu_item [488]
                0.00    0.00    1278/1570        ensure_menu_items [478]
-----------------------------------------------
                0.00    0.00       8/8           Ffuncall <cycle 4> [29]
[489]    0.0    0.00    0.00       8         Fx_selection_exists_p [489]
                0.00    0.00       8/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       8/1112161     do_pending_atimers [55]
                0.00    0.00       8/4474415     assq_no_quit [63]
                0.00    0.00       8/3508683     unblock_input_to [144]
                0.00    0.00       8/8           frame_for_x_selection [1389]
                0.00    0.00       8/8           symbol_to_x_atom [1393]
                0.00    0.00       8/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/76          x_set_font_backend [612]
                0.00    0.00       6/76          x_set_font <cycle 4> [189]
                0.00    0.00      32/76          handle_one_xevent [99]
                0.00    0.00      37/76          x_set_frame_parameters <cycle 4> [114]
[490]    0.0    0.00    0.00      76         store_frame_param [490]
                0.00    0.00      76/1289625     Fcons [80]
                0.00    0.00      76/501996      Fassq [384]
                0.00    0.00      38/591680      Fsetcdr [764]
-----------------------------------------------
                0.00    0.00      16/16          Ffuncall <cycle 4> [29]
[491]    0.0    0.00    0.00      16         Fdelete [491]
                0.00    0.00     100/6002698     internal_equal [52]
                0.00    0.00       2/591680      Fsetcdr [764]
-----------------------------------------------
                0.00    0.00       1/10          Ffind_operation_coding_system [358]
                0.00    0.00       2/10          create_terminal <cycle 4> [513]
                0.00    0.00       3/10          Ffuncall <cycle 4> [29]
                0.00    0.00       4/10          Fcheck_coding_system [529]
[492]    0.0    0.00    0.00      10         Fcoding_system_p [492]
                0.00    0.00       9/2446268     hash_lookup [25]
-----------------------------------------------
                0.00    0.00      24/4272        map_keymap_internal <cycle 4> [680]
                0.00    0.00    4248/4272        map_sub_char_table <cycle 4> [110]
[493]    0.0    0.00    0.00    4272         map_keymap_char_table_item [493]
                0.00    0.00      72/1289625     Fcons [80]
-----------------------------------------------
                                  13             set_frame_menubar <cycle 4> [418]
[494]    0.0    0.00    0.00      13         parse_single_submenu <cycle 4> [494]
                0.00    0.00      13/116631      Flength [126]
                0.00    0.00      13/49012       Fcar [807]
                0.00    0.00      13/410271      Fcdr [768]
                0.00    0.00      13/135         Fkeymap_prompt [1151]
                0.00    0.00      13/465106      get_keymap [766]
                                  13             single_keymap_panes <cycle 4> [616]
-----------------------------------------------
                                  20             Fimage_mask_p <cycle 4> [640]
[495]    0.0    0.00    0.00      20         lookup_image <cycle 4> [495]
                0.00    0.00      20/2778892     Fnreverse [45]
                0.00    0.00      10/1289625     Fcons [80]
                0.00    0.00      20/20          search_image_cache [613]
                0.00    0.00      10/60          define_image_type [575]
                0.00    0.00      10/3508683     unblock_input_to [144]
                0.00    0.00      50/100         image_spec_value [1168]
                0.00    0.00      20/20          sxhash [1328]
                0.00    0.00      20/1041550     gettime [763]
                0.00    0.00      10/1380        xzalloc [952]
                0.00    0.00      10/60          lookup_image_type [1200]
                0.00    0.00      10/3508670     unblock_input [754]
                0.00    0.00      10/10          x_build_heuristic_mask [1377]
                0.00    0.00      10/14391       list1 [818]
                                  10             xpm_load <cycle 4> [1381]
-----------------------------------------------
                                  22             update_window_cursor <cycle 4> [1320]
                                  78             x_update_window_end <cycle 4> [563]
[496]    0.0    0.00    0.00     100         display_and_set_cursor <cycle 4> [496]
                0.00    0.00      16/554979      Fassoc [66]
                                  82             x_draw_window_cursor <cycle 4> [1178]
                                  43             erase_phys_cursor <cycle 4> [1265]
-----------------------------------------------
                                   1             x_set_scroll_bar_width <cycle 4> [1662]
                                   1             x_set_scroll_bar_height <cycle 4> [1661]
                                   1             Fset_window_configuration <cycle 4> [702]
                                   1             x_new_font <cycle 4> [588]
                                   1             xg_frame_set_char_size <cycle 4> [474]
                                   1             xg_update_frame_menubar <cycle 4> [705]
                                   1             update_frame_tool_bar <cycle 4> [446]
                                   2             Fx_create_frame <cycle 4> [202]
                                   4             do_pending_window_change <cycle 4> [1097]
[497]    0.0    0.00    0.00      13         adjust_frame_size <cycle 4> [497]
                0.00    0.00      22/1289625     Fcons [80]
                0.00    0.00       6/415         list4 [365]
                0.00    0.00      16/1230        list2 [368]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       8/3508683     unblock_input_to [144]
                0.00    0.00      10/10          frame_inhibit_resize [734]
                0.00    0.00      24/24          sanitize_window_sizes [1314]
                0.00    0.00      22/72          frame_size_history_add [1185]
                0.00    0.00      13/334         fset_redisplay [1100]
                0.00    0.00       8/3508670     unblock_input [754]
                0.00    0.00       7/7           resize_frame_windows [1401]
                0.00    0.00       6/6           calculate_costs [1409]
                                  28             call4 <cycle 4> [1273]
                                  25             call2 <cycle 4> [924]
                                   6             window_box <cycle 4> [1048]
                                   6             adjust_frame_glyphs <cycle 4> [651]
                                   6             run_window_configuration_change_hook <cycle 4> [545]
                                   4             unbind_to <cycle 4> [244]
                                   2             x_set_window_size <cycle 4> [1550]
-----------------------------------------------
                0.00    0.00      43/43          hscroll_windows [499]
[498]    0.0    0.00    0.00      43         hscroll_window_tree [498]
                0.00    0.00      86/25585       Fequal [255]
                0.00    0.00      86/572         set_marker_internal [747]
                0.00    0.00     172/678         Fmarker_position [1018]
                0.00    0.00      86/6062        window_box_width [838]
                0.00    0.00      86/86          Fwindow_point [1176]
                0.00    0.00      86/86          Fwindow_old_point [1175]
                0.00    0.00      86/557         Fset_marker [1035]
                0.00    0.00      86/90          Fbuffer_local_value [1173]
-----------------------------------------------
                0.00    0.00      43/43          redisplay_internal [38]
[499]    0.0    0.00    0.00      43         hscroll_windows [499]
                0.00    0.00      43/43          hscroll_window_tree [498]
-----------------------------------------------
                                   2             xg_set_icon <cycle 4> [699]
                                  10             xpm_load <cycle 4> [1381]
[500]    0.0    0.00    0.00      12         x_find_image_fd <cycle 4> [500]
                0.00    0.00      12/8785        make_string [226]
                0.00    0.00      12/1289625     Fcons [80]
                0.00    0.00      12/315         encode_file_name [1102]
                                  12             Fexpand_file_name <cycle 4> [173]
                                  12             openp <cycle 4> [220]
-----------------------------------------------
                                   6             Fsort [501]
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[501]    0.0    0.00    0.00       5+6       Fsort [501]
                0.00    0.00      11/116631      Flength [126]
                0.00    0.00       3/5810        Fnthcdr [841]
                0.00    0.00       3/410271      Fcdr [768]
                0.00    0.00       3/591680      Fsetcdr [764]
                                   6             Fsort [501]
-----------------------------------------------
                0.00    0.00      22/22          Fdefine_key <cycle 4> [112]
[502]    0.0    0.00    0.00      22         store_in_keymap [502]
                0.00    0.00      44/1289625     Fcons [80]
                0.00    0.00      21/9497        apply_modifiers [309]
                0.00    0.00      21/8979        reorder_modifiers [378]
-----------------------------------------------
                                  42             xg_update_menubar [503]
                0.00    0.00       6/527         xg_modify_menubar_widgets [476]
                0.00    0.00     521/527         xg_update_submenu [440]
[503]    0.0    0.00    0.00     527+42      xg_update_menubar [503]
                0.00    0.00       1/9           create_menus [437]
                0.00    0.00      46/715         xg_item_label_same_p [432]
                0.00    0.00    1042/2399        get_utf8_string [895]
                0.00    0.00       1/113         make_widget_for_menu_item [1165]
                                  42             xg_update_menubar [503]
-----------------------------------------------
[504]    0.0    0.00    0.00    1580+78      <cycle 1 as a whole> [504]
                0.00    0.00      34             merge_named_face <cycle 1> [520]
                0.00    0.00    1588             merge_face_vectors <cycle 1> [552]
                0.00    0.00      36             merge_face_ref <cycle 1> [684]
-----------------------------------------------
                0.00    0.00       4/1039        Fmake_local_variable <cycle 4> [436]
                0.00    0.00      16/1039        eval_sub <cycle 4> [176]
                0.00    0.00     209/1039        Ffuncall <cycle 4> [29]
                0.00    0.00     810/1039        display_mode_element <cycle 4> [379]
[505]    0.0    0.00    0.00    1039         Fboundp [505]
                0.00    0.00     295/42803       swap_in_symval_forwarding [295]
                0.00    0.00       1/6           indirect_variable [1412]
-----------------------------------------------
                0.00    0.00      36/36          Fmake_local_variable <cycle 4> [436]
[506]    0.0    0.00    0.00      36         make_blv [506]
                0.00    0.00      36/1289625     Fcons [80]
                0.00    0.00      36/1153527     xmalloc [118]
                0.00    0.00       7/74640       do_symval_forwarding [799]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[507]    0.0    0.00    0.00       2         Feval_buffer <cycle 4> [507]
                0.00    0.00       6/77270       set_internal [145]
                0.00    0.00       2/4           lisp_file_lexically_bound_p [577]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       2/1486        save_excursion_save [581]
                0.00    0.00       2/1486        make_save_obj_obj_obj_obj [582]
                0.00    0.00       2/2           temp_set_point [751]
                0.00    0.00       2/227551      grow_specpdl [779]
                0.00    0.00       2/8775        record_unwind_protect [828]
                0.00    0.00       2/2843        Fget_buffer [884]
                                   6             store_symval_forwarding <cycle 4> [802]
                                   6             specbind <cycle 4> [128]
                                   4             unbind_to <cycle 4> [244]
                                   2             readevalloop <cycle 4> [402]
-----------------------------------------------
                                   1             Fx_open_connection <cycle 4> [1587]
[508]    0.0    0.00    0.00       1         x_term_init <cycle 4> [508]
                0.00    0.00       1/1           xsettings_initialize [572]
                0.00    0.00       2/1109464     x_had_errors_p [50]
                0.00    0.00       1/1           x_load_resources [594]
                0.00    0.00       1/1109473     x_catch_errors_with_handler [51]
                0.00    0.00       1/1           x_session_initialize [628]
                0.00    0.00       1/8785        make_string [226]
                0.00    0.00       1/1109472     x_uncatch_errors [60]
                0.00    0.00       1/1           allocate_kboard [649]
                0.00    0.00       3/1153527     xmalloc [118]
                0.00    0.00       1/1289625     Fcons [80]
                0.00    0.00       1/37          xstrdup [546]
                0.00    0.00       1/1           xlispstrdup [689]
                0.00    0.00       3/3508683     unblock_input_to [144]
                0.00    0.00       3/3508670     unblock_input [754]
                0.00    0.00       2/49          xrdb_get_resource [1246]
                0.00    0.00       2/5           display_x_get_resource [1430]
                0.00    0.00       2/2           fixup_locale [1527]
                0.00    0.00       1/1           x_display_ok [1641]
                0.00    0.00       1/1380        xzalloc [952]
                0.00    0.00       1/4           Fsystem_name [1451]
                0.00    0.00       1/1           x_find_modifier_meanings [1642]
                0.00    0.00       1/1           xg_create_default_cursor [1669]
                0.00    0.00       1/1           select_visual [1627]
                0.00    0.00       1/189         egetenv_internal [1131]
                0.00    0.00       1/3           rpl_fcntl [1495]
                0.00    0.00       1/48          unrequest_sigio [1249]
                0.00    0.00       1/47          request_sigio [1252]
                0.00    0.00       1/1           xg_initialize [1672]
                0.00    0.00       1/1           init_sigio [1609]
                0.00    0.00       1/2           add_keyboard_wait_descriptor [1515]
                0.00    0.00       1/1           Fset_input_interrupt_mode [1577]
                                   1             create_terminal <cycle 4> [513]
                                   1             call1 <cycle 4> [949]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[509]    0.0    0.00    0.00       6         Fx_register_dnd_atom [509]
                0.00    0.00       6/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       6/1112161     do_pending_atimers [55]
                0.00    0.00       6/3508683     unblock_input_to [144]
                0.00    0.00       6/143         decode_window_system_frame [1147]
                0.00    0.00       6/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00      94/94          realize_face [152]
[510]    0.0    0.00    0.00      94         make_realized_face [510]
                0.00    0.00      94/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       6/179         Fxw_color_values [548]
                0.00    0.00      12/179         x_decode_color [645]
                0.00    0.00     161/179         load_color2 [514]
[511]    0.0    0.00    0.00     179         x_defined_color [511]
                0.00    0.00     179/3508683     unblock_input_to [144]
                0.00    0.00       2/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       2/1112161     do_pending_atimers [55]
                0.00    0.00     179/1101        x_parse_color [624]
                0.00    0.00     179/179         xg_check_special_colors [1134]
                0.00    0.00     179/3508670     unblock_input [754]
                0.00    0.00     173/175         x_alloc_nearest_color [1137]
-----------------------------------------------
                                   1             Fdo_auto_save <cycle 4> [593]
                                  49             Fgarbage_collect <cycle 4> [64]
[512]    0.0    0.00    0.00      50         push_message <cycle 4> [512]
                0.00    0.00      50/1289625     Fcons [80]
                                  50             current_message <cycle 4> [1193]
-----------------------------------------------
                                   1             x_term_init <cycle 4> [508]
[513]    0.0    0.00    0.00       1         create_terminal <cycle 4> [513]
                0.00    0.00       2/1044        setup_coding_system [296]
                0.00    0.00       2/10          Fcoding_system_p [492]
                0.00    0.00       2/560         intern_1 [342]
                0.00    0.00       1/2014        allocate_pseudovector [265]
                0.00    0.00       2/1153527     xmalloc [118]
                                   2             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00     161/161         realize_face [152]
[514]    0.0    0.00    0.00     161         load_color2 [514]
                0.00    0.00     161/179         x_defined_color [511]
                0.00    0.00     161/161         defined_color [1141]
-----------------------------------------------
                0.00    0.00       4/4           add_text_properties_1 <cycle 4> [104]
[515]    0.0    0.00    0.00       4         copy_properties [515]
                0.00    0.00       3/35053       Fcopy_sequence [150]
-----------------------------------------------
                                 240             update_window_line <cycle 4> [517]
[516]    0.0    0.00    0.00     240         x_write_glyphs <cycle 4> [516]
                0.00    0.00     240/3508683     unblock_input_to [144]
                0.00    0.00     240/3508670     unblock_input [754]
                                 240             draw_glyphs <cycle 4> [35]
-----------------------------------------------
                                 248             update_window <cycle 4> [458]
[517]    0.0    0.00    0.00     248         update_window_line <cycle 4> [517]
                0.00    0.00     226/3508683     unblock_input_to [144]
                0.00    0.00      11/3205        x_get_glyph_overhangs [407]
                0.00    0.00     248/272         Finternal_show_cursor_p [1110]
                0.00    0.00     230/230         x_after_update_window_line [1120]
                0.00    0.00     226/3508670     unblock_input [754]
                                 240             x_write_glyphs <cycle 4> [516]
                                 233             x_clear_end_of_line <cycle 4> [1118]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[518]    0.0    0.00    0.00       2         file_attributes [518]
                0.00    0.00       6/415         list4 [365]
                0.00    0.00       2/8785        make_string [226]
                0.00    0.00       2/4964        Flist [257]
                0.00    0.00       6/1289625     Fcons [80]
                0.00    0.00       6/13          make_lisp_time [1352]
                0.00    0.00       2/2           strmode [1542]
                0.00    0.00       2/2           filemodestring [1526]
-----------------------------------------------
                0.00    0.00       1/114         make_lispy_position <cycle 4> [562]
                0.00    0.00      40/114         remember_mouse_glyph [566]
                0.00    0.00      73/114         note_mouse_highlight [419]
[519]    0.0    0.00    0.00     114         window_from_coordinates [519]
                0.00    0.00     114/119         Fcurrent_window_configuration [526]
                0.00    0.00     114/118         foreach_window_1 [608]
-----------------------------------------------
                                  34             merge_face_ref <cycle 1> [684]
[520]    0.0    0.00    0.00      34         merge_named_face <cycle 1> [520]
                0.00    0.00      34/1502        get_lface_attributes [355]
                                  34             merge_face_vectors <cycle 1> [552]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [176]
                                   1             Ffuncall <cycle 4> [29]
[521]    0.0    0.00    0.00       2         Fpropertize <cycle 4> [521]
                0.00    0.00       2/35053       Fcopy_sequence [150]
                0.00    0.00       8/1289625     Fcons [80]
                0.00    0.00       2/2           Fadd_text_properties [1503]
                                   2             add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
                0.00    0.00       1/1           x_make_frame_visible <cycle 4> [420]
[522]    0.0    0.00    0.00       1         x_set_offset [522]
                0.00    0.00       1/5           x_wm_set_size_hint [464]
                0.00    0.00       1/1           x_sync_with_move [711]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[523]    0.0    0.00    0.00       1         Fx_wm_set_size_hint [523]
                0.00    0.00       1/5           x_wm_set_size_hint [464]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/143         decode_window_system_frame [1147]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1           set_frame_menubar <cycle 4> [418]
[524]    0.0    0.00    0.00       1         xg_create_widget [524]
                0.00    0.00       1/9           create_menus [437]
-----------------------------------------------
                0.00    0.00       2/2           XTset_vertical_scroll_bar <cycle 4> [475]
[525]    0.0    0.00    0.00       2         x_scroll_bar_create [525]
                0.00    0.00       2/2014        allocate_pseudovector [265]
                0.00    0.00       2/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       2/1112161     do_pending_atimers [55]
                0.00    0.00       4/3508683     unblock_input_to [144]
                0.00    0.00       2/8           xg_update_scrollbar_pos [662]
                0.00    0.00       4/3508670     unblock_input [754]
                0.00    0.00       2/2           xg_create_scroll_bar [1553]
-----------------------------------------------
                0.00    0.00       1/119         Ffuncall <cycle 4> [29]
                0.00    0.00       4/119         window_list [578]
                0.00    0.00     114/119         window_from_coordinates [519]
[526]    0.0    0.00    0.00     119         Fcurrent_window_configuration [526]
                0.00    0.00       2/8857        Fmake_vector [207]
                0.00    0.00       1/2014        allocate_pseudovector [265]
                0.00    0.00       1/154204      allocate_vector [92]
                0.00    0.00       1/4706        save_window_save [634]
                0.00    0.00       1/2119        decode_live_frame [906]
                0.00    0.00       1/2           Fset_window_new_pixel [1513]
-----------------------------------------------
                0.00    0.00       7/7           Ffuncall <cycle 4> [29]
[527]    0.0    0.00    0.00       7         Fintern_soft [527]
                0.00    0.00       7/142598      oblookup [125]
                0.00    0.00       7/285196      check_obarray [775]
-----------------------------------------------
                                   2             Fset_window_configuration <cycle 4> [702]
                                   5             do_switch_frame <cycle 4> [1388]
                                  10             Ffuncall <cycle 4> [29]
                                  14             unwind_format_mode_line <cycle 4> [1275]
                                  14             x_consider_frame_title <cycle 4> [361]
[528]    0.0    0.00    0.00      45         select_window <cycle 4> [528]
                0.00    0.00       6/15953       set_point_both [206]
                0.00    0.00       2/2           record_buffer [654]
                0.00    0.00       6/1492        set_point_from_marker [938]
                0.00    0.00       5/6           redisplay_other_windows [1415]
                0.00    0.00       5/283         set_marker_both [1108]
                0.00    0.00       2/8           wset_redisplay [1394]
                                  45             Fset_buffer <cycle 4> [897]
                                   2             call1 <cycle 4> [949]
-----------------------------------------------
                0.00    0.00       1/4           Fset_keyboard_coding_system_internal [559]
                0.00    0.00       1/4           Fset_terminal_coding_system_internal [560]
                0.00    0.00       2/4           Ffuncall <cycle 4> [29]
[529]    0.0    0.00    0.00       4         Fcheck_coding_system [529]
                0.00    0.00       4/10          Fcoding_system_p [492]
                0.00    0.00       4/98231       Fplist_get [798]
                0.00    0.00       4/69910       Fget [800]
-----------------------------------------------
                0.00    0.00       2/7           make_frame_visible_1 [607]
                0.00    0.00       2/7           Ffuncall <cycle 4> [29]
                0.00    0.00       3/7           set_window_buffer <cycle 4> [573]
[530]    0.0    0.00    0.00       7         Fcurrent_time [530]
                0.00    0.00       7/415         list4 [365]
                0.00    0.00       7/1289625     Fcons [80]
                0.00    0.00       7/1041550     gettime [763]
                0.00    0.00       7/13          make_lisp_time [1352]
-----------------------------------------------
                0.00    0.00       1/4091        make_save_ptr [740]
                0.00    0.00      72/4091        make_save_funcptr_ptr_obj [693]
                0.00    0.00     487/4091        Fmake_marker [646]
                0.00    0.00     551/4091        make_save_ptr_int [642]
                0.00    0.00    1486/4091        make_save_obj_obj_obj_obj [582]
                0.00    0.00    1494/4091        build_marker [580]
[531]    0.0    0.00    0.00    4091         allocate_misc [531]
                0.00    0.00      61/1280        lisp_malloc [409]
-----------------------------------------------
                0.00    0.00       1/1           xg_frame_set_char_size <cycle 4> [474]
[532]    0.0    0.00    0.00       1         x_wait_for_event [532]
                0.00    0.00       3/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       3/1112161     do_pending_atimers [55]
                0.00    0.00       3/3508683     unblock_input_to [144]
                0.00    0.00       4/1041550     gettime [763]
                0.00    0.00       3/3           totally_unblock_input [1499]
                0.00    0.00       3/2075        timespec_sub [909]
                0.00    0.00       1/610         timespec_add [1024]
-----------------------------------------------
                0.00    0.00       3/3           with_echo_area_buffer <cycle 4> [405]
[533]    0.0    0.00    0.00       3         current_message_1 [533]
                0.00    0.00       3/733         make_buffer_string_both [306]
                0.00    0.00       3/5           make_buffer_string [749]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [202]
[534]    0.0    0.00    0.00       1         make_frame <cycle 4> [534]
                0.00    0.00       2/2           make_window [557]
                0.00    0.00       1/2014        allocate_pseudovector [265]
                0.00    0.00       1/1289625     Fcons [80]
                0.00    0.00       1/41387       Fcurrent_buffer [809]
                0.00    0.00       1/14391       list1 [818]
                0.00    0.00       1/49012       Fcar [807]
                                   2             unbind_to <cycle 4> [244]
                                   2             set_window_buffer <cycle 4> [573]
-----------------------------------------------
                0.00    0.00       4/1007        create_root_interval [722]
                0.00    0.00       4/1007        split_interval_left [117]
                0.00    0.00     999/1007        split_interval_right [536]
[535]    0.0    0.00    0.00    1007         make_interval [535]
                0.00    0.00      56/1280        lisp_malloc [409]
-----------------------------------------------
                0.00    0.00     999/999         set_text_properties_1 [271]
[536]    0.0    0.00    0.00     999         split_interval_right [536]
                0.00    0.00     999/1007        make_interval [535]
                0.00    0.00     999/265452      balance_possible_root_interval [776]
                0.00    0.00     997/312932      balance_an_interval [771]
-----------------------------------------------
                                   1             pos_visible_p <cycle 4> [1462]
                                  19             move_it_vertically_backward <cycle 4> [292]
                                 509             Fline_pixel_height <cycle 4> [1076]
[537]    0.0    0.00    0.00     529         line_bottom_y <cycle 4> [537]
                0.00    0.00       1/146733      x_produce_glyphs [57]
                                 510             move_it_by_lines <cycle 4> [935]
-----------------------------------------------
                0.00    0.00       1/1           handle_one_xevent [99]
[538]    0.0    0.00    0.00       1         do_ewmh_fullscreen [538]
                0.00    0.00       1/1           x_wm_supports [540]
                0.00    0.00       1/27          get_current_wm_state [627]
-----------------------------------------------
                0.00    0.00       1/3           decode_coding_gap <cycle 4> [603]
                0.00    0.00       2/3           decode_coding <cycle 4> [547]
[539]    0.0    0.00    0.00       3         detect_coding_utf_16 [539]
                0.00    0.00       3/2446268     hash_lookup [25]
-----------------------------------------------
                0.00    0.00       1/1           do_ewmh_fullscreen [538]
[540]    0.0    0.00    0.00       1         x_wm_supports [540]
                0.00    0.00       3/1109464     x_had_errors_p [50]
                0.00    0.00       1/1109473     x_catch_errors_with_handler [51]
                0.00    0.00       1/1109472     x_uncatch_errors [60]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       2/3508670     unblock_input [754]
-----------------------------------------------
                                   1             Fdefine_key <cycle 4> [112]
                                1536             access_keymap <cycle 4> [907]
                                2311             Flookup_key <cycle 4> [891]
                                5900             access_keymap_1 <cycle 4> [305]
                               21339             where_is_internal_1 <cycle 4> [101]
                               22773             accessible_keymaps_1 <cycle 4> [228]
[541]    0.0    0.00    0.00   53860         get_keyelt <cycle 4> [541]
                0.00    0.00      12/1289625     Fcons [80]
                0.00    0.00      12/1230        list2 [368]
                                   6             unbind_to <cycle 4> [244]
                                   6             menu_item_eval_property <cycle 4> [109]
-----------------------------------------------
                0.00    0.00       9/132         XSetWMSizeHints [660]
                0.00    0.00     123/132         handle_one_xevent [99]
[542]    0.0    0.00    0.00     132         x_top_window_to_frame [542]
                0.00    0.00     122/3634        xg_win_to_widget [399]
-----------------------------------------------
                0.00    0.00       4/4           font_parse_family_registry [321]
[543]    0.0    0.00    0.00       4         Ffont_put [543]
                0.00    0.00       4/233         Ffontp [363]
-----------------------------------------------
                                 438             Fkey_description <cycle 4> [317]
[544]    0.0    0.00    0.00     438         Fsingle_key_description <cycle 4> [544]
                0.00    0.00       4/8785        make_string [226]
                0.00    0.00     434/41699       make_specified_string [422]
                0.00    0.00     434/434         push_key_description [1089]
                                   4             esprintf <cycle 4> [1455]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
                                   1             Fset_window_configuration <cycle 4> [702]
                                   6             adjust_frame_size <cycle 4> [497]
[545]    0.0    0.00    0.00       8         run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00       5/573         window_list_1 [344]
                0.00    0.00      10/239         Fwindow_buffer [1116]
                0.00    0.00       8/3215        Fdefault_value [874]
                0.00    0.00       5/5           Fwindow_list [1427]
                0.00    0.00       5/5857        Flocal_variable_p [840]
                                   5             run_funs <cycle 4> [1437]
-----------------------------------------------
                0.00    0.00       1/37          x_term_init <cycle 4> [508]
                0.00    0.00       7/37          dupstring [639]
                0.00    0.00       9/37          x_parse_color [624]
                0.00    0.00      10/37          smc_save_yourself_CB [614]
                0.00    0.00      10/37          update_frame_tool_bar <cycle 4> [446]
[546]    0.0    0.00    0.00      37         xstrdup [546]
                0.00    0.00      37/1153527     xmalloc [118]
-----------------------------------------------
                                   2             decode_coding_gap <cycle 4> [603]
                                 728             decode_coding_object <cycle 4> [307]
[547]    0.0    0.00    0.00     730         decode_coding <cycle 4> [547]
                0.00    0.00       2/3           detect_coding_utf_16 [539]
                0.00    0.00       2/3           record_first_change [656]
                0.00    0.00     730/730         produce_chars [671]
                0.00    0.00     730/2551        record_insert [643]
                0.00    0.00       1/3           record_xmalloc [659]
                0.00    0.00     730/1041        get_translation_table [972]
                0.00    0.00     730/1044        coding_set_source [971]
                0.00    0.00     730/1349        coding_set_destination [954]
                0.00    0.00     728/728         decode_coding_utf_8 [1015]
                0.00    0.00       2/2           decode_coding_raw_text [1520]
                                 727             set_buffer_internal_1 <cycle 4> [871]
                                   1             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[548]    0.0    0.00    0.00       6         Fxw_color_values [548]
                0.00    0.00       6/695         list3 [360]
                0.00    0.00       6/1289625     Fcons [80]
                0.00    0.00       6/179         x_defined_color [511]
                0.00    0.00       6/143         decode_window_system_frame [1147]
-----------------------------------------------
                0.00    0.00      14/14          fs_query_fontset [324]
[549]    0.0    0.00    0.00      14         fontset_pattern_regexp [549]
                0.00    0.00       4/8785        make_string [226]
                0.00    0.00       2/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[550]    0.0    0.00    0.00       2         Fx_change_window_property [550]
                0.00    0.00       2/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       2/1112161     do_pending_atimers [55]
                0.00    0.00       2/1153527     xmalloc [118]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       2/143         decode_window_system_frame [1147]
                0.00    0.00       2/2           x_check_property_data [1546]
                0.00    0.00       2/16          xnmalloc [1343]
                0.00    0.00       2/2           x_fill_property_data [1547]
                0.00    0.00       2/3508670     unblock_input [754]
                0.00    0.00       2/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[551]    0.0    0.00    0.00       1         Fcopy_keymap [551]
                0.00    0.00      19/1289625     Fcons [80]
                0.00    0.00      10/14391       list1 [818]
                0.00    0.00       1/465106      get_keymap [766]
-----------------------------------------------
                                  34             merge_named_face <cycle 1> [520]
                0.00    0.00       1/1580        Finternal_merge_in_global_face [247]
                0.00    0.00       1/1580        Fdisplay_supports_face_attributes_p [564]
                0.00    0.00      84/1580        realize_named_face [155]
                0.00    0.00    1468/1580        lookup_named_face [246]
[552]    0.0    0.00    0.00    1588         merge_face_vectors <cycle 1> [552]
                0.00    0.00      28/530         font_clear_prop [433]
                                  10             merge_face_ref <cycle 1> [684]
-----------------------------------------------
                0.00    0.00       2/2           exec_byte_code <cycle 4> [73]
[553]    0.0    0.00    0.00       2         Fbuffer_substring [553]
                0.00    0.00       2/733         make_buffer_string_both [306]
                0.00    0.00       2/5           make_buffer_string [749]
                0.00    0.00       2/1452        validate_region [947]
-----------------------------------------------
                0.00    0.00      91/91          handle_one_xevent [99]
[554]    0.0    0.00    0.00      91         x_window_to_frame [554]
                0.00    0.00      91/3634        xg_win_to_widget [399]
-----------------------------------------------
                0.00    0.00       1/26821       Fdisplay_supports_face_attributes_p [564]
                0.00    0.00   26820/26821       lface_equal_p [556]
[555]    0.0    0.00    0.00   26821         face_attr_equal_p [555]
                0.00    0.00      22/25585       Fequal [255]
-----------------------------------------------
                0.00    0.00    1490/1490        Finternal_merge_in_global_face [247]
[556]    0.0    0.00    0.00    1490         lface_equal_p [556]
                0.00    0.00   26820/26821       face_attr_equal_p [555]
-----------------------------------------------
                0.00    0.00       2/2           make_frame <cycle 4> [534]
[557]    0.0    0.00    0.00       2         make_window [557]
                0.00    0.00       2/2014        allocate_pseudovector [265]
                0.00    0.00       6/487         Fmake_marker [646]
                0.00    0.00       4/652         make_float [1021]
-----------------------------------------------
                0.00    0.00       3/3           display_mode_element <cycle 4> [379]
[558]    0.0    0.00    0.00       3         set_text_properties [558]
                0.00    0.00       1/1000        set_text_properties_1 [271]
                0.00    0.00       1/4           create_root_interval [722]
                0.00    0.00       3/5001        validate_plist [850]
                0.00    0.00       2/228845      validate_interval_range [778]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[559]    0.0    0.00    0.00       1         Fset_keyboard_coding_system_internal [559]
                0.00    0.00       1/1044        setup_coding_system [296]
                0.00    0.00       1/4           Fcheck_coding_system [529]
                0.00    0.00       1/23          decode_live_terminal [1315]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[560]    0.0    0.00    0.00       1         Fset_terminal_coding_system_internal [560]
                0.00    0.00       1/1044        setup_coding_system [296]
                0.00    0.00       1/4           Fcheck_coding_system [529]
                0.00    0.00       1/23          decode_live_terminal [1315]
                0.00    0.00       1/1           coding_charset_list [1593]
-----------------------------------------------
                0.00    0.00     131/131         wait_reading_process_output [44]
[561]    0.0    0.00    0.00     131         xg_select [561]
                0.00    0.00      31/3508683     unblock_input_to [144]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00      31/3508670     unblock_input [754]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[562]    0.0    0.00    0.00       1         make_lispy_position <cycle 4> [562]
                0.00    0.00      12/1289625     Fcons [80]
                0.00    0.00       1/695         list3 [360]
                0.00    0.00       1/114         window_from_coordinates [519]
                0.00    0.00       1/1972        window_box_left [912]
                                   1             buffer_posn_from_coords <cycle 4> [1590]
-----------------------------------------------
                                  78             update_window <cycle 4> [458]
[563]    0.0    0.00    0.00      78         x_update_window_end <cycle 4> [563]
                0.00    0.00      78/3508683     unblock_input_to [144]
                0.00    0.00      78/3508670     unblock_input [754]
                0.00    0.00      12/12          x_draw_vertical_border [1358]
                                  78             draw_window_fringes <cycle 4> [1181]
                                  78             display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[564]    0.0    0.00    0.00       2         Fdisplay_supports_face_attributes_p [564]
                0.00    0.00       1/1575        Finternal_merge_in_global_face [247]
                0.00    0.00       2/1580        merge_face_ref <cycle 1> [684]
                0.00    0.00       1/1580        merge_face_vectors <cycle 1> [552]
                0.00    0.00       1/26821       face_attr_equal_p [555]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [29]
[565]    0.0    0.00    0.00       3         Fkill_buffer <cycle 4> [565]
                0.00    0.00       1/1           Fother_buffer [570]
                0.00    0.00       6/3508683     unblock_input_to [144]
                0.00    0.00       3/1486        save_excursion_save [581]
                0.00    0.00       3/1486        make_save_obj_obj_obj_obj [582]
                0.00    0.00       6/1140773     xfree [760]
                0.00    0.00       6/3508670     unblock_input [754]
                0.00    0.00       3/227551      grow_specpdl [779]
                0.00    0.00       3/8775        record_unwind_protect [828]
                0.00    0.00       3/2843        Fget_buffer [884]
                0.00    0.00       3/3           replace_buffer_in_windows [1493]
                0.00    0.00       3/3           unlock_buffer [1500]
                0.00    0.00       3/4           kill_buffer_processes [1460]
                0.00    0.00       3/3           frames_discard_buffer [1489]
                0.00    0.00       3/5           clear_charpos_cache [1428]
                0.00    0.00       3/2126        Frassq [904]
                0.00    0.00       3/133         Fdelq [1154]
                0.00    0.00       3/3           replace_buffer_in_windows_safely [1494]
                0.00    0.00       3/10          reset_buffer_local_variables [1374]
                0.00    0.00       3/3           free_region_cache [1490]
                                   6             call1 <cycle 4> [949]
                                   3             Frun_hook_with_args_until_failure <cycle 4> [1449]
                                   3             unbind_to <cycle 4> [244]
                                   3             run_hook <cycle 4> [1416]
                                   3             swap_out_buffer_local_variables <cycle 4> [1439]
                                   2             set_buffer_internal_1 <cycle 4> [871]
                                   1             Fset_buffer <cycle 4> [897]
-----------------------------------------------
                0.00    0.00      40/40          note_mouse_movement [441]
[566]    0.0    0.00    0.00      40         remember_mouse_glyph [566]
                0.00    0.00      40/114         window_from_coordinates [519]
                0.00    0.00      39/39          window_relative_x_coord [1271]
                0.00    0.00      39/2152        window_box_left_offset [901]
-----------------------------------------------
                0.00    0.00      24/24          display_mode_line <cycle 4> [472]
[567]    0.0    0.00    0.00      24         push_kboard [567]
                0.00    0.00      24/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       1/2           delete_frame <cycle 4> [230]
                0.00    0.00       1/2           x_set_font_backend [612]
[568]    0.0    0.00    0.00       2         font_update_drivers [568]
                0.00    0.00       2/233         Ffontp [363]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       2/1818        nconc2 [916]
                0.00    0.00       2/14391       list1 [818]
-----------------------------------------------
                0.00    0.00      11/11          Ffuncall <cycle 4> [29]
[569]    0.0    0.00    0.00      11         Fgetenv_internal [569]
                0.00    0.00       3/8785        make_string [226]
                0.00    0.00      11/200         getenv_internal [1129]
-----------------------------------------------
                0.00    0.00       1/1           Fkill_buffer <cycle 4> [565]
[570]    0.0    0.00    0.00       1         Fother_buffer [570]
                0.00    0.00       3/559         window_loop [347]
                0.00    0.00       4/4           candidate_buffer [1453]
                0.00    0.00       3/559         Fget_buffer_window [1033]
                0.00    0.00       1/2119        decode_live_frame [906]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [29]
[571]    0.0    0.00    0.00      22         Finternal_get_lisp_face_attribute [571]
                0.00    0.00      22/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00      22/2119        decode_live_frame [906]
                0.00    0.00      22/1762        lface_from_face_name [921]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[572]    0.0    0.00    0.00       1         xsettings_initialize [572]
                0.00    0.00       1/1           read_and_apply_settings [585]
                0.00    0.00       4/7           dupstring [639]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       2/3           map_tool_bar_style [1491]
                0.00    0.00       1/1           get_prop_window [1607]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                                   1             check_minibuf_window <cycle 4> [1592]
                                   2             make_frame <cycle 4> [534]
[573]    0.0    0.00    0.00       3         set_window_buffer <cycle 4> [573]
                0.00    0.00       3/7           Fcurrent_time [530]
                0.00    0.00       3/572         set_marker_internal [747]
                0.00    0.00       6/283         set_marker_both [1108]
                0.00    0.00       3/146         adjust_window_count [1146]
                0.00    0.00       3/73          wset_buffer [1184]
                0.00    0.00       3/41387       Fcurrent_buffer [809]
                0.00    0.00       3/3           wset_update_mode_line [1501]
                0.00    0.00       3/8           wset_redisplay [1394]
                0.00    0.00       3/227551      grow_specpdl [779]
                0.00    0.00       3/8775        record_unwind_protect [828]
                0.00    0.00       3/10          set_marker_restricted [1375]
                0.00    0.00       3/3           set_window_fringes [1497]
                0.00    0.00       3/3           set_window_scroll_bars [1498]
                0.00    0.00       3/5391        set_window_margins [847]
                0.00    0.00       3/3           apply_window_adjustment [1484]
                                   3             Fset_buffer <cycle 4> [897]
                                   3             adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
                0.00    0.00       1/545         intern_1 [342]
                0.00    0.00       6/545         read1 <cycle 5> [300]
                0.00    0.00     188/545         intern_driver [632]
                0.00    0.00     350/545         Fintern [286]
[574]    0.0    0.00    0.00     545         Fmake_symbol [574]
                0.00    0.00      26/1280        lisp_malloc [409]
-----------------------------------------------
                0.00    0.00      10/60          lookup_image <cycle 4> [495]
                0.00    0.00      20/60          Finit_image_library [641]
                0.00    0.00      30/60          valid_image_p [621]
[575]    0.0    0.00    0.00      60         define_image_type [575]
                0.00    0.00      60/3508683     unblock_input_to [144]
                0.00    0.00       1/1153527     xmalloc [118]
                0.00    0.00      60/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       7/497         xftfont_prepare_face [633]
                0.00    0.00     490/497         xftfont_draw [430]
[576]    0.0    0.00    0.00     497         xftfont_get_colors [576]
                0.00    0.00      62/3508683     unblock_input_to [144]
                0.00    0.00      62/3508670     unblock_input [754]
                0.00    0.00       7/10          x_query_colors [1379]
-----------------------------------------------
                0.00    0.00       2/4           Fload <cycle 4> [411]
                0.00    0.00       2/4           Feval_buffer <cycle 4> [507]
[577]    0.0    0.00    0.00       4         lisp_file_lexically_bound_p [577]
                0.00    0.00      91/28240       readchar [334]
-----------------------------------------------
                0.00    0.00       2/586         next_window [728]
                0.00    0.00       5/586         redisplay_internal [38]
                0.00    0.00       6/586         propagate_buffer_redisplay [721]
                0.00    0.00     573/586         window_list_1 [344]
[578]    0.0    0.00    0.00     586         window_list [578]
                0.00    0.00       4/2778892     Fnreverse [45]
                0.00    0.00       4/119         Fcurrent_window_configuration [526]
                0.00    0.00       4/118         foreach_window_1 [608]
                0.00    0.00       4/2131        Fnconc [903]
-----------------------------------------------
                0.00    0.00       3/3           wait_reading_process_output [44]
[579]    0.0    0.00    0.00       3         timerfd_callback [579]
                0.00    0.00       3/1112161     do_pending_atimers [55]
                0.00    0.00       3/11          emacs_read [1360]
-----------------------------------------------
                0.00    0.00       1/1494        save_window_save [634]
                0.00    0.00       3/1494        buf_charpos_to_bytepos [733]
                0.00    0.00       4/1494        buf_bytepos_to_charpos [730]
                0.00    0.00    1486/1494        save_excursion_save [581]
[580]    0.0    0.00    0.00    1494         build_marker [580]
                0.00    0.00    1494/4091        allocate_misc [531]
-----------------------------------------------
                0.00    0.00       2/1486        Feval_buffer <cycle 4> [507]
                0.00    0.00       3/1486        Fkill_buffer <cycle 4> [565]
                0.00    0.00    1481/1486        exec_byte_code <cycle 4> [73]
[581]    0.0    0.00    0.00    1486         save_excursion_save [581]
                0.00    0.00    1486/1494        build_marker [580]
                0.00    0.00    1486/41387       Fcurrent_buffer [809]
                0.00    0.00    1486/1486        Fpoint_marker [940]
-----------------------------------------------
                0.00    0.00       2/1486        Feval_buffer <cycle 4> [507]
                0.00    0.00       3/1486        Fkill_buffer <cycle 4> [565]
                0.00    0.00    1481/1486        exec_byte_code <cycle 4> [73]
[582]    0.0    0.00    0.00    1486         make_save_obj_obj_obj_obj [582]
                0.00    0.00    1486/4091        allocate_misc [531]
-----------------------------------------------
                0.00    0.00       2/2           eval_sub <cycle 4> [176]
[583]    0.0    0.00    0.00       2         Fprovide [583]
                0.00    0.00      10/1289625     Fcons [80]
                0.00    0.00       2/501996      Fassq [384]
                0.00    0.00       2/10850       Fmemq [822]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[584]    0.0    0.00    0.00       2         Fautoload [584]
                0.00    0.00       2/1032        list5 [327]
                0.00    0.00       2/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       1/1           xsettings_initialize [572]
[585]    0.0    0.00    0.00       1         read_and_apply_settings [585]
                0.00    0.00       1/1109473     x_catch_errors_with_handler [51]
                0.00    0.00       1/1109472     x_uncatch_errors [60]
                0.00    0.00       3/7           dupstring [639]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       2/1140773     xfree [760]
                0.00    0.00       1/1109459     x_catch_errors [762]
                0.00    0.00       1/2           Fbyteorder [1505]
                0.00    0.00       1/3           map_tool_bar_style [1491]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       2/2           exec_byte_code <cycle 4> [73]
[586]    0.0    0.00    0.00       2         skip_chars.constprop.5 [586]
                0.00    0.00       2/15953       set_point_both [206]
                0.00    0.00       1/25879       buf_charpos_to_bytepos [733]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
                                 543             Fmacroexpand <cycle 4> [674]
[587]    0.0    0.00    0.00     545         Fautoload_do_load <cycle 4> [587]
                0.00    0.00       2/34          record_unwind_save_match_data [469]
                0.00    0.00       2/25585       Fequal [255]
                0.00    0.00       4/227551      grow_specpdl [779]
                0.00    0.00       2/8775        record_unwind_protect [828]
                0.00    0.00       2/410271      Fcdr [768]
                0.00    0.00       2/49012       Fcar [807]
                0.00    0.00       2/5997        Findirect_function [839]
                                   2             Fload <cycle 4> [411]
                                   2             unbind_to <cycle 4> [244]
-----------------------------------------------
                                   2             x_set_font <cycle 4> [189]
[588]    0.0    0.00    0.00       2         x_new_font <cycle 4> [588]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       2/160         normal_char_ascent_descent [1142]
                0.00    0.00       2/10          get_font_ascent_descent [1371]
                0.00    0.00       1/1           fontset_ascii [1603]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/1           xic_set_xfontset [1674]
                                   1             adjust_frame_size <cycle 4> [497]
                                   1             fontset_from_font <cycle 4> [343]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[589]    0.0    0.00    0.00       1         Fx_backspace_delete_keys_p [589]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/143         decode_window_system_frame [1147]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [230]
[590]    0.0    0.00    0.00       1         other_visible_frames [590]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/56          x_sync [1207]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [202]
[591]    0.0    0.00    0.00       1         x_window <cycle 4> [591]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/1           create_frame_xic [1594]
                0.00    0.00       1/3508670     unblock_input [754]
                                   1             xg_create_frame_widgets <cycle 4> [592]
-----------------------------------------------
                                   1             x_window <cycle 4> [591]
[592]    0.0    0.00    0.00       1         xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       1/1111191     process_pending_signals <cycle 3> [134]
                0.00    0.00       1/1112161     do_pending_atimers [55]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/60          xg_gtk_scroll_destroy [1201]
                0.00    0.00       1/1           emacs_fixed_new [1600]
                0.00    0.00       1/1           my_log_handler [1615]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/216         code_convert_string_norecord [1126]
                                   1             code_convert_string <cycle 4> [264]
                                   1             update_frame_tool_bar <cycle 4> [446]
-----------------------------------------------
                                   1             shut_down_emacs <cycle 4> [708]
                0.00    0.00       1/9783        read_char <cycle 2> [20]
[593]    0.0    0.00    0.00       2         Fdo_auto_save <cycle 4> [593]
                0.00    0.00       2/560         intern_1 [342]
                0.00    0.00       1/41699       make_specified_string [422]
                0.00    0.00       3/227551      grow_specpdl [779]
                0.00    0.00       2/1020        record_unwind_protect_ptr [982]
                0.00    0.00       2/2           record_auto_save [1536]
                0.00    0.00       2/2           emacs_fopen [1523]
                0.00    0.00       1/607         record_unwind_protect_void [1025]
                                   2             safe_run_hooks <cycle 4> [276]
                                   2             unbind_to <cycle 4> [244]
                                   2             Fexpand_file_name <cycle 4> [173]
                                   1             push_message <cycle 4> [512]
                                   1             Ffile_name_directory <cycle 4> [284]
                                   1             Ffile_directory_p <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[594]    0.0    0.00    0.00       1         x_load_resources [594]
                0.00    0.00       3/3           search_magic_path [611]
                0.00    0.00       2/2           gethomedir [665]
                0.00    0.00       3/1140773     xfree [760]
                0.00    0.00       1/1           x_get_customization_string [1643]
                0.00    0.00       1/4           Fsystem_name [1451]
                0.00    0.00       1/2125        xrealloc [905]
-----------------------------------------------
                0.00    0.00       2/48          prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00       3/48          Finsert_file_contents <cycle 4> [351]
                0.00    0.00       6/48          make_gap_1 [669]
                0.00    0.00      37/48          insert_from_string_1 <cycle 4> [240]
[595]    0.0    0.00    0.00      48         make_gap [595]
                0.00    0.00      48/3508683     unblock_input_to [144]
                0.00    0.00      48/3508670     unblock_input [754]
                0.00    0.00      48/48          enlarge_buffer_text [1247]
                0.00    0.00      43/46          gap_left [1256]
                0.00    0.00       5/5           gap_right [1434]
-----------------------------------------------
                                   2             Fmessage <cycle 4> [1510]
[596]    0.0    0.00    0.00       2         message3 <cycle 4> [596]
                0.00    0.00       2/47          XTframe_up_to_date [457]
                0.00    0.00       2/2           cancel_echoing [1517]
                0.00    0.00       1/1           safe_eval_handler [1626]
                                   2             message3_nolog <cycle 4> [1532]
                                   2             message_dolog <cycle 4> [742]
-----------------------------------------------
                                   4             setup_echo_area_for_printing <cycle 4> [1466]
                                  35             with_echo_area_buffer <cycle 4> [405]
[597]    0.0    0.00    0.00      39         ensure_echo_area_buffers <cycle 4> [597]
                0.00    0.00       2/6266        make_formatted_string [235]
                                   2             Fget_buffer_create <cycle 4> [479]
-----------------------------------------------
                0.00    0.00       1/1           Finsert_file_contents <cycle 4> [351]
[598]    0.0    0.00    0.00       1         raw_text_coding_system [598]
                0.00    0.00       1/2224296     Fgethash [28]
-----------------------------------------------
                0.00    0.00       8/8           Ffuncall <cycle 4> [29]
[599]    0.0    0.00    0.00       8         Fframe_or_buffer_changed_p [599]
                0.00    0.00       1/8857        Fmake_vector [207]
                0.00    0.00      16/2446        Fbuffer_modified_p [894]
-----------------------------------------------
                0.00    0.00       2/2           set_frame_menubar <cycle 4> [418]
[600]    0.0    0.00    0.00       2         init_menu_items [600]
                0.00    0.00       1/8857        Fmake_vector [207]
-----------------------------------------------
                0.00    0.00      14/38          x_consider_frame_title <cycle 4> [361]
                0.00    0.00      24/38          display_mode_line <cycle 4> [472]
[601]    0.0    0.00    0.00      38         format_mode_line_unwind_data [601]
                0.00    0.00       1/8857        Fmake_vector [207]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[602]    0.0    0.00    0.00       1         Fcharsetp [602]
                0.00    0.00       1/2446268     hash_lookup [25]
-----------------------------------------------
                                   3             Finsert_file_contents <cycle 4> [351]
[603]    0.0    0.00    0.00       3         decode_coding_gap <cycle 4> [603]
                0.00    0.00       1/3           detect_coding_utf_16 [539]
                0.00    0.00       3/41387       Fcurrent_buffer [809]
                0.00    0.00       3/3           detect_coding [1487]
                0.00    0.00       2/1041        get_translation_table [972]
                0.00    0.00       2/2           check_ascii [1518]
                                   2             code_conversion_save <cycle 4> [376]
                                   2             decode_coding <cycle 4> [547]
-----------------------------------------------
                                   4             Fposn_at_point <cycle 4> [1447]
                                   6             Ffuncall <cycle 4> [29]
[604]    0.0    0.00    0.00      10         Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00       8/1289625     Fcons [80]
                0.00    0.00      10/1717        marker_byte_position [923]
                0.00    0.00      10/1775        marker_position [920]
                0.00    0.00       4/5391        set_window_margins [847]
                                   4             pos_visible_p <cycle 4> [1462]
-----------------------------------------------
                0.00    0.00       2/2           set_frame_menubar <cycle 4> [418]
[605]    0.0    0.00    0.00       2         save_menu_items [605]
                0.00    0.00       2/415         list4 [365]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       2/227551      grow_specpdl [779]
                0.00    0.00       2/8775        record_unwind_protect [828]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[606]    0.0    0.00    0.00       1         Fmake_frame_visible <cycle 4> [606]
                0.00    0.00       1/1           make_frame_visible_1 [607]
                0.00    0.00       1/2119        decode_live_frame [906]
                                   1             x_make_frame_visible <cycle 4> [420]
-----------------------------------------------
                0.00    0.00       1/1           Fmake_frame_visible <cycle 4> [606]
[607]    0.0    0.00    0.00       1         make_frame_visible_1 [607]
                0.00    0.00       2/7           Fcurrent_time [530]
-----------------------------------------------
                0.00    0.00       4/118         window_list [578]
                0.00    0.00     114/118         window_from_coordinates [519]
[608]    0.0    0.00    0.00     118         foreach_window_1 [608]
                0.00    0.00       8/8           add_window_to_list [609]
                0.00    0.00     118/118         check_window_containing [1163]
-----------------------------------------------
                0.00    0.00       8/8           foreach_window_1 [608]
[609]    0.0    0.00    0.00       8         add_window_to_list [609]
                0.00    0.00       8/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00      14/14          search_magic_path [611]
[610]    0.0    0.00    0.00      14         magic_db [610]
                0.00    0.00      14/1153527     xmalloc [118]
                0.00    0.00      14/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       3/3           x_load_resources [594]
[611]    0.0    0.00    0.00       3         search_magic_path [611]
                0.00    0.00      14/14          magic_db [610]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[612]    0.0    0.00    0.00       1         x_set_font_backend [612]
                0.00    0.00       1/2           font_update_drivers [568]
                0.00    0.00       1/76          store_frame_param [490]
-----------------------------------------------
                0.00    0.00      20/20          lookup_image <cycle 4> [495]
[613]    0.0    0.00    0.00      20         search_image_cache [613]
                0.00    0.00      10/25585       Fequal [255]
-----------------------------------------------
                                                 <spontaneous>
[614]    0.0    0.00    0.00                 smc_save_yourself_CB [614]
                0.00    0.00      10/37          xstrdup [546]
                0.00    0.00       3/1153527     xmalloc [118]
                0.00    0.00      14/1140773     xfree [760]
                0.00    0.00       1/3           Fuser_login_name [1481]
                0.00    0.00       1/16          xnmalloc [1343]
-----------------------------------------------
                0.00    0.00     106/106         single_keymap_panes <cycle 4> [616]
[615]    0.0    0.00    0.00     106         push_menu_pane [615]
                0.00    0.00     106/1570        ensure_menu_items [478]
-----------------------------------------------
                                  13             parse_single_submenu <cycle 4> [494]
                                  93             single_menu_item <cycle 4> [481]
[616]    0.0    0.00    0.00     106         single_keymap_panes <cycle 4> [616]
                0.00    0.00     106/106         push_menu_pane [615]
                                 106             map_keymap_internal <cycle 4> [680]
                                 106             map_keymap_canonical <cycle 4> [1158]
-----------------------------------------------
                0.00    0.00     446/8828        draw_fringe_bitmap_1 <cycle 4> [304]
                0.00    0.00     491/8828        x_set_glyph_string_gc [697]
                0.00    0.00    7891/8828        get_glyph_face_and_encoding [620]
[617]    0.0    0.00    0.00    8828         prepare_face_for_display [617]
                0.00    0.00       7/7           xftfont_prepare_face [633]
                0.00    0.00      14/3508683     unblock_input_to [144]
                0.00    0.00      14/3508670     unblock_input [754]
                0.00    0.00       7/7           font_prepare_for_face [1400]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[618]    0.0    0.00    0.00       3         Fset_terminal_parameter [618]
                0.00    0.00       6/1289625     Fcons [80]
                0.00    0.00       3/501996      Fassq [384]
                0.00    0.00       3/23          decode_live_terminal [1315]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[619]    0.0    0.00    0.00       5         Fterminal_list [619]
                0.00    0.00       6/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00    3205/7891        x_get_glyph_overhangs [407]
                0.00    0.00    4686/7891        fill_glyph_string [644]
[620]    0.0    0.00    0.00    7891         get_glyph_face_and_encoding [620]
                0.00    0.00    7891/8828        prepare_face_for_display [617]
                0.00    0.00    7891/151894      xftfont_encode_char [787]
-----------------------------------------------
                0.00    0.00      10/30          update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      20/30          Fimage_mask_p <cycle 4> [640]
[621]    0.0    0.00    0.00      30         valid_image_p [621]
                0.00    0.00      30/60          define_image_type [575]
                0.00    0.00      30/60          lookup_image_type [1200]
-----------------------------------------------
                0.00    0.00       1/5           bidi_find_paragraph_start [175]
                0.00    0.00       4/5           find_newline [630]
[622]    0.0    0.00    0.00       5         new_region_cache [622]
                0.00    0.00      10/1153527     xmalloc [118]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[623]    0.0    0.00    0.00       1         Fmapc <cycle 4> [623]
                0.00    0.00       1/116631      Flength [126]
                                   1             mapcar1 <cycle 4> [1186]
-----------------------------------------------
                0.00    0.00     179/1101        x_defined_color [511]
                0.00    0.00     922/1101        xpm_alloc_color [412]
[624]    0.0    0.00    0.00    1101         x_parse_color [624]
                0.00    0.00       9/37          xstrdup [546]
                0.00    0.00     765/1800        c_strcasecmp [917]
                0.00    0.00       9/1380        xzalloc [952]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[625]    0.0    0.00    0.00       1         Fremove_text_properties <cycle 4> [625]
                0.00    0.00       1/256439      find_interval [87]
                0.00    0.00     961/961         remove_properties [990]
                0.00    0.00     960/183733      next_interval [783]
                0.00    0.00       2/5001        validate_plist [850]
                0.00    0.00       1/228845      validate_interval_range [778]
                                   1             modify_text_properties <cycle 4> [945]
                                   1             signal_after_change <cycle 4> [297]
-----------------------------------------------
                0.00    0.00       2/471         eval_sub <cycle 4> [176]
                0.00    0.00     469/471         Ffuncall <cycle 4> [29]
[626]    0.0    0.00    0.00     471         Fregexp_quote [626]
                0.00    0.00     471/41699       make_specified_string [422]
-----------------------------------------------
                0.00    0.00       1/27          do_ewmh_fullscreen [538]
                0.00    0.00      26/27          handle_one_xevent [99]
[627]    0.0    0.00    0.00      27         get_current_wm_state [627]
                0.00    0.00      27/3508683     unblock_input_to [144]
                0.00    0.00      27/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[628]    0.0    0.00    0.00       1         x_session_initialize [628]
                0.00    0.00       1/8785        make_string [226]
                0.00    0.00       1/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [73]
[629]    0.0    0.00    0.00       1         move_point [629]
                0.00    0.00       1/15953       set_point_both [206]
                0.00    0.00       1/10013       set_point [738]
-----------------------------------------------
                0.00    0.00       2/4620        scan_newline [743]
                0.00    0.00     519/4620        find_before_next_newline [691]
                0.00    0.00    1561/4620        find_newline_no_quit [661]
                0.00    0.00    2538/4620        scan_newline_from_point [650]
[630]    0.0    0.00    0.00    4620         find_newline [630]
                0.00    0.00       4/5           new_region_cache [622]
                0.00    0.00    1525/1593        buf_bytepos_to_charpos [730]
                0.00    0.00    5118/25879       buf_charpos_to_bytepos [733]
                0.00    0.00    3075/3075        region_cache_backward [881]
                0.00    0.00    1041/1041        region_cache_forward [973]
                0.00    0.00     510/6164        delete_cache_boundaries [837]
                0.00    0.00     510/555         know_region_cache [1037]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[631]    0.0    0.00    0.00       1         set_frame_cursor_types [631]
                0.00    0.00       1/554979      Fassoc [66]
                0.00    0.00       1/1           get_specified_cursor_type [1608]
-----------------------------------------------
                0.00    0.00     188/188         font_intern_prop [93]
[632]    0.0    0.00    0.00     188         intern_driver [632]
                0.00    0.00     188/545         Fmake_symbol [574]
-----------------------------------------------
                0.00    0.00       7/7           prepare_face_for_display [617]
[633]    0.0    0.00    0.00       7         xftfont_prepare_face [633]
                0.00    0.00       7/1153527     xmalloc [118]
                0.00    0.00       7/497         xftfont_get_colors [576]
-----------------------------------------------
                0.00    0.00       1/4706        Fcurrent_window_configuration [526]
                0.00    0.00       2/4706        Fwindow_new_total [745]
                0.00    0.00       2/4706        Fset_window_new_total [744]
                0.00    0.00      24/4706        Fwindow_parent [732]
                0.00    0.00      28/4706        Fwindow_next_sibling [731]
                0.00    0.00     103/4706        Fwindow_minibuffer_p [725]
                0.00    0.00     104/4706        Fwindow_top_child [724]
                0.00    0.00     104/4706        Fwindow_left_child [723]
                0.00    0.00     529/4706        Fwindow_pixel_height [696]
                0.00    0.00     537/4706        Fwindow_pixel_width [695]
                0.00    0.00    1030/4706        Fwindow_pixel_left [681]
                0.00    0.00    1030/4706        Fwindow_pixel_top [682]
                0.00    0.00    1212/4706        Fwindow_frame [672]
[634]    0.0    0.00    0.00    4706         save_window_save [634]
                0.00    0.00       4/1289625     Fcons [80]
                0.00    0.00       5/5           Fcopy_marker [729]
                0.00    0.00       1/1494        build_marker [580]
                0.00    0.00       2/501996      Fassq [384]
                0.00    0.00       4/94          buffer_local_value [1171]
-----------------------------------------------
                                  11             x_set_frame_alpha <cycle 4> [480]
[635]    0.0    0.00    0.00      11         update_cursor_in_window_tree <cycle 4> [635]
                0.00    0.00      22/3508683     unblock_input_to [144]
                0.00    0.00      22/3508670     unblock_input [754]
                                  22             update_window_cursor <cycle 4> [1320]
-----------------------------------------------
                0.00    0.00      22/22          x_real_positions [637]
[636]    0.0    0.00    0.00      22         x_real_pos_and_offsets [636]
                0.00    0.00      22/3508683     unblock_input_to [144]
                0.00    0.00      22/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/22          x_sync_with_move [711]
                0.00    0.00      21/22          handle_one_xevent [99]
[637]    0.0    0.00    0.00      22         x_real_positions [637]
                0.00    0.00      22/22          x_real_pos_and_offsets [636]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[638]    0.0    0.00    0.00       1         x_set_tool_bar_position [638]
                0.00    0.00       1/415         list4 [365]
                0.00    0.00       1/1289625     Fcons [80]
                0.00    0.00       1/10850       Fmemq [822]
                0.00    0.00       1/1           xg_change_toolbar_position [1668]
-----------------------------------------------
                0.00    0.00       3/7           read_and_apply_settings [585]
                0.00    0.00       4/7           xsettings_initialize [572]
[639]    0.0    0.00    0.00       7         dupstring [639]
                0.00    0.00       7/37          xstrdup [546]
-----------------------------------------------
                                  20             Ffuncall <cycle 4> [29]
[640]    0.0    0.00    0.00      20         Fimage_mask_p <cycle 4> [640]
                0.00    0.00      20/30          valid_image_p [621]
                0.00    0.00      20/30          xpm_image_p [1289]
                0.00    0.00      20/143         decode_window_system_frame [1147]
                                  20             lookup_image <cycle 4> [495]
-----------------------------------------------
                0.00    0.00      20/20          Ffuncall <cycle 4> [29]
[641]    0.0    0.00    0.00      20         Finit_image_library [641]
                0.00    0.00      20/60          define_image_type [575]
                0.00    0.00      20/60          lookup_image_type [1200]
-----------------------------------------------
                0.00    0.00     551/551         ftfont_lookup_cache [22]
[642]    0.0    0.00    0.00     551         make_save_ptr_int [642]
                0.00    0.00     551/4091        allocate_misc [531]
-----------------------------------------------
                0.00    0.00      89/2551        prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00     730/2551        decode_coding <cycle 4> [547]
                0.00    0.00     731/2551        insert_from_gap [670]
                0.00    0.00    1001/2551        insert_from_string_1 <cycle 4> [240]
[643]    0.0    0.00    0.00    2551         record_insert [643]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00    1000/1000        prepare_record [675]
                0.00    0.00       1/3           record_first_change [656]
-----------------------------------------------
                0.00    0.00     460/460         draw_glyphs <cycle 4> [35]
[644]    0.0    0.00    0.00     460         fill_glyph_string [644]
                0.00    0.00    4686/7891        get_glyph_face_and_encoding [620]
-----------------------------------------------
                0.00    0.00       1/12          x_set_mouse_color [115]
                0.00    0.00       1/12          x_set_foreground_color [700]
                0.00    0.00       1/12          x_set_cursor_color [673]
                0.00    0.00       1/12          x_set_border_color [694]
                0.00    0.00       2/12          x_set_background_color [676]
                0.00    0.00       6/12          Fx_create_frame <cycle 4> [202]
[645]    0.0    0.00    0.00      12         x_decode_color [645]
                0.00    0.00      12/179         x_defined_color [511]
-----------------------------------------------
                0.00    0.00       4/487         Fmatch_data [330]
                0.00    0.00       5/487         Fget_buffer_create <cycle 4> [479]
                0.00    0.00       5/487         Fcopy_marker [729]
                0.00    0.00       6/487         make_window [557]
                0.00    0.00     467/487         Ffuncall <cycle 4> [29]
[646]    0.0    0.00    0.00     487         Fmake_marker [646]
                0.00    0.00     487/4091        allocate_misc [531]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[647]    0.0    0.00    0.00       2         Fsignal <cycle 4> [647]
                0.00    0.00       3/1289625     Fcons [80]
                0.00    0.00       2/10850       Fmemq [822]
                0.00    0.00       2/98231       Fplist_get [798]
                0.00    0.00       2/69910       Fget [800]
                                   2             unwind_to_catch <cycle 4> [657]
-----------------------------------------------
                0.00    0.00       1/1           xftfont_draw [430]
[648]    0.0    0.00    0.00       1         font_put_frame_data [648]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       1/4474415     assq_no_quit [63]
                0.00    0.00       1/1           make_save_ptr [740]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[649]    0.0    0.00    0.00       1         allocate_kboard [649]
                0.00    0.00       1/1           init_kboard [655]
                0.00    0.00       1/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00     518/2538        Fforward_line [348]
                0.00    0.00    2020/2538        Fline_beginning_position [266]
[650]    0.0    0.00    0.00    2538         scan_newline_from_point [650]
                0.00    0.00    2538/4620        find_newline [630]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [702]
                                   1             x_set_menu_bar_lines <cycle 4> [1654]
                                   3             set_window_buffer <cycle 4> [573]
                                   6             adjust_frame_size <cycle 4> [497]
                0.00    0.00       2/9783        redisplay_internal [38]
[651]    0.0    0.00    0.00      13         adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      13/3508683     unblock_input_to [144]
                0.00    0.00      13/2125        xrealloc [905]
                0.00    0.00      13/3508670     unblock_input [754]
                0.00    0.00       2/2           realloc_glyph_pool [1535]
                0.00    0.00       1/334         fset_redisplay [1100]
                                  10             allocate_matrices_for_window_redisplay <cycle 4> [1365]
                                   2             allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                                   2             adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
                0.00    0.00       5/5           Fget_buffer_create <cycle 4> [479]
[652]    0.0    0.00    0.00       5         allocate_buffer [652]
                0.00    0.00       5/1280        lisp_malloc [409]
-----------------------------------------------
                0.00    0.00      30/200         casify_object [48]
                0.00    0.00     170/200         string_to_multibyte [658]
[653]    0.0    0.00    0.00     200         make_multibyte_string [653]
                0.00    0.00     200/46458       make_uninit_multibyte_string [417]
-----------------------------------------------
                0.00    0.00       2/2           select_window <cycle 4> [528]
[654]    0.0    0.00    0.00       2         record_buffer [654]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       6/133         Fdelq [1154]
                0.00    0.00       2/2126        Frassq [904]
                0.00    0.00       2/10850       Fmemq [822]
-----------------------------------------------
                0.00    0.00       1/1           allocate_kboard [649]
[655]    0.0    0.00    0.00       1         init_kboard [655]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       2/14391       list1 [818]
                0.00    0.00       2/124         Fmake_sparse_keymap [1156]
                0.00    0.00       1/3           Fset_keymap_parent [1476]
-----------------------------------------------
                0.00    0.00       1/3           record_insert [643]
                0.00    0.00       2/3           decode_coding <cycle 4> [547]
[656]    0.0    0.00    0.00       3         record_first_change [656]
                0.00    0.00       2/1289625     Fcons [80]
                0.00    0.00       1/1           Fvisited_file_modtime [1584]
-----------------------------------------------
                                   2             Fsignal <cycle 4> [647]
                                   8             Fthrow <cycle 4> [1387]
[657]    0.0    0.00    0.00      10         unwind_to_catch <cycle 4> [657]
                0.00    0.00      10/3508683     unblock_input_to [144]
                0.00    0.00      10/10          set_poll_suppress_count [1376]
                                  10             unbind_to <cycle 4> [244]
-----------------------------------------------
                0.00    0.00     170/170         Fexpand_file_name <cycle 4> [173]
[658]    0.0    0.00    0.00     170         string_to_multibyte [658]
                0.00    0.00     170/200         make_multibyte_string [653]
                0.00    0.00     170/31663       count_size_as_multibyte [810]
-----------------------------------------------
                0.00    0.00       1/3           decode_coding <cycle 4> [547]
                0.00    0.00       2/3           load_charset <cycle 4> [221]
[659]    0.0    0.00    0.00       3         record_xmalloc [659]
                0.00    0.00       3/1153527     xmalloc [118]
                0.00    0.00       3/227551      grow_specpdl [779]
                0.00    0.00       3/1020        record_unwind_protect_ptr [982]
-----------------------------------------------
                                                 <spontaneous>
[660]    0.0    0.00    0.00                 XSetWMSizeHints [660]
                0.00    0.00       9/132         x_top_window_to_frame [542]
                0.00    0.00       9/10          x_display_info_for_display [1378]
-----------------------------------------------
                0.00    0.00    1561/1561        back_to_previous_visible_line_start [238]
[661]    0.0    0.00    0.00    1561         find_newline_no_quit [661]
                0.00    0.00    1561/4620        find_newline [630]
-----------------------------------------------
                0.00    0.00       2/8           x_scroll_bar_create [525]
                0.00    0.00       6/8           XTset_vertical_scroll_bar <cycle 4> [475]
[662]    0.0    0.00    0.00       8         xg_update_scrollbar_pos [662]
                0.00    0.00       8/3508683     unblock_input_to [144]
                0.00    0.00       8/16          xg_get_gdk_scale [1342]
                0.00    0.00       8/3508670     unblock_input [754]
                0.00    0.00       8/56          x_sync [1207]
                0.00    0.00       8/334         fset_redisplay [1100]
                0.00    0.00       8/29          cancel_mouse_face [1291]
                0.00    0.00       3/257         x_clear_area [1113]
-----------------------------------------------
                0.00    0.00       1/7           x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/7           x_set_mouse_color [115]
                0.00    0.00       1/7           x_set_border_color [694]
                0.00    0.00       2/7           x_set_cursor_color [673]
                0.00    0.00       2/7           x_set_background_color [676]
[663]    0.0    0.00    0.00       7         unload_color [663]
                0.00    0.00       7/3508683     unblock_input_to [144]
                0.00    0.00       7/3508670     unblock_input [754]
                0.00    0.00       7/133         x_free_colors [1155]
-----------------------------------------------
                0.00    0.00       2/2           face_for_char [11]
[664]    0.0    0.00    0.00       2         face_for_font [664]
                0.00    0.00       2/1153527     xmalloc [118]
                0.00    0.00       2/1589        lface_hash [928]
                0.00    0.00       2/96          cache_face [1170]
                0.00    0.00       2/1778        font_style_to_value [919]
-----------------------------------------------
                0.00    0.00       2/2           x_load_resources [594]
[665]    0.0    0.00    0.00       2         gethomedir [665]
                0.00    0.00       2/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       2/2           Fx_create_frame <cycle 4> [202]
[666]    0.0    0.00    0.00       2         register_font_driver [666]
                0.00    0.00       2/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00       1/1           init_frame_faces [203]
[667]    0.0    0.00    0.00       1         make_face_cache [667]
                0.00    0.00       2/1153527     xmalloc [118]
                0.00    0.00       1/1380        xzalloc [952]
-----------------------------------------------
                0.00    0.00       1/1           init_frame_faces [203]
[668]    0.0    0.00    0.00       1         make_image_cache [668]
                0.00    0.00       2/1153527     xmalloc [118]
                0.00    0.00       1/1380        xzalloc [952]
-----------------------------------------------
                0.00    0.00       1/6           alloc_destination [713]
                0.00    0.00       5/6           compact_buffer <cycle 4> [677]
[669]    0.0    0.00    0.00       6         make_gap_1 [669]
                0.00    0.00       6/48          make_gap [595]
-----------------------------------------------
                0.00    0.00       1/731         Finsert_file_contents <cycle 4> [351]
                0.00    0.00     730/731         produce_chars [671]
[670]    0.0    0.00    0.00     731         insert_from_gap [670]
                0.00    0.00     731/2551        record_insert [643]
                0.00    0.00     731/2485        invalidate_buffer_caches [893]
                0.00    0.00     731/1821        adjust_overlays_for_insert [915]
                0.00    0.00     731/1821        adjust_markers_for_insert [914]
-----------------------------------------------
                0.00    0.00     730/730         decode_coding <cycle 4> [547]
[671]    0.0    0.00    0.00     730         produce_chars [671]
                0.00    0.00     730/731         insert_from_gap [670]
                0.00    0.00       1/310         alloc_destination [713]
-----------------------------------------------
                0.00    0.00    1215/1215        Ffuncall <cycle 4> [29]
[672]    0.0    0.00    0.00    1215         Fwindow_frame [672]
                0.00    0.00    1212/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[673]    0.0    0.00    0.00       1         x_set_cursor_color [673]
                0.00    0.00       2/7           unload_color [663]
                0.00    0.00       1/12          x_decode_color [645]
                0.00    0.00       1/3           update_face_from_frame_parameter [688]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/1           x_copy_color [1640]
-----------------------------------------------
                                 543             Ffuncall <cycle 4> [29]
[674]    0.0    0.00    0.00     543         Fmacroexpand <cycle 4> [674]
                0.00    0.00     543/501996      Fassq [384]
                                 543             Fautoload_do_load <cycle 4> [587]
-----------------------------------------------
                0.00    0.00    1000/1000        record_insert [643]
[675]    0.0    0.00    0.00    1000         prepare_record [675]
                0.00    0.00       1/1289625     Fcons [80]
-----------------------------------------------
                0.00    0.00       1/2           x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/2           x_set_screen_gamma [692]
[676]    0.0    0.00    0.00       2         x_set_background_color [676]
                0.00    0.00       2/12          x_decode_color [645]
                0.00    0.00       2/7           unload_color [663]
-----------------------------------------------
                                 338             Fgarbage_collect <cycle 4> [64]
[677]    0.0    0.00    0.00     338         compact_buffer <cycle 4> [677]
                0.00    0.00       5/6           make_gap_1 [669]
                                  44             unbind_to <cycle 4> [244]
                                  44             truncate_undo_list <cycle 4> [1264]
-----------------------------------------------
                0.00    0.00       5/5           clear_image_caches [679]
[678]    0.0    0.00    0.00       5         clear_image_cache [678]
                0.00    0.00       5/3508683     unblock_input_to [144]
                0.00    0.00       5/3508670     unblock_input [754]
                0.00    0.00       5/1041550     gettime [763]
                0.00    0.00       5/5           dtotimespec [1431]
                0.00    0.00       5/2075        timespec_sub [909]
-----------------------------------------------
                0.00    0.00       5/5           recompute_basic_faces [159]
[679]    0.0    0.00    0.00       5         clear_image_caches [679]
                0.00    0.00       5/5           clear_image_cache [678]
-----------------------------------------------
                                  16             menu_bar_items <cycle 4> [435]
                                 106             single_keymap_panes <cycle 4> [616]
                                3634             map_keymap <cycle 4> [865]
[680]    0.0    0.00    0.00    3756         map_keymap_internal <cycle 4> [680]
                0.00    0.00      72/72          make_save_funcptr_ptr_obj [693]
                0.00    0.00      24/4272        map_keymap_char_table_item [493]
                0.00    0.00   45464/465106      get_keymap [766]
                0.00    0.00    1367/1367        map_keymap_call [953]
                               20649             accessible_keymaps_1 <cycle 4> [228]
                               19215             where_is_internal_1 <cycle 4> [101]
                                1367             call2 <cycle 4> [924]
                                1297             single_menu_item <cycle 4> [481]
                                  78             process_tool_bar_item <cycle 4> [333]
                                  72             map_char_table <cycle 4> [455]
                                  70             menu_bar_item <cycle 4> [467]
-----------------------------------------------
                0.00    0.00    1030/1030        Ffuncall <cycle 4> [29]
[681]    0.0    0.00    0.00    1030         Fwindow_pixel_left [681]
                0.00    0.00    1030/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00    1030/1030        Ffuncall <cycle 4> [29]
[682]    0.0    0.00    0.00    1030         Fwindow_pixel_top [682]
                0.00    0.00    1030/4706        save_window_save [634]
-----------------------------------------------
                                   1             Fredraw_frame <cycle 4> [1576]
                                   4             show_hourglass <cycle 4> [183]
[683]    0.0    0.00    0.00       5         redraw_frame <cycle 4> [683]
                0.00    0.00       4/3508683     unblock_input_to [144]
                0.00    0.00       5/5           clear_frame [1429]
                0.00    0.00       5/52          update_begin [1216]
                0.00    0.00       5/52          update_end [1217]
                0.00    0.00       5/62          clear_window_matrices [1197]
                0.00    0.00       5/13          clear_current_matrices [1351]
                0.00    0.00       5/334         fset_redisplay [1100]
                0.00    0.00       5/11          mark_window_display_accurate [1361]
                0.00    0.00       5/49          set_window_update_flags [1236]
                0.00    0.00       4/3508670     unblock_input [754]
                0.00    0.00       4/4           x_clear_frame [1469]
                0.00    0.00       4/51          x_update_begin [1222]
                0.00    0.00       4/51          x_update_end [1223]
                                   5             update_overlay_arrows <cycle 4> [299]
-----------------------------------------------
                                  10             merge_face_vectors <cycle 1> [552]
                0.00    0.00       2/1580        Fdisplay_supports_face_attributes_p [564]
                0.00    0.00      24/1580        face_at_string_position [275]
[684]    0.0    0.00    0.00      36         merge_face_ref <cycle 1> [684]
                0.00    0.00       1/530         font_clear_prop [433]
                0.00    0.00       1/1778        font_style_to_value [919]
                                  34             merge_named_face <cycle 1> [520]
-----------------------------------------------
                0.00    0.00       9/9           fontset_find_font [13]
[685]    0.0    0.00    0.00       9         font_match_p [685]
                0.00    0.00       1/4474415     assq_no_quit [63]
                0.00    0.00       2/38          font_score [1274]
                0.00    0.00       1/151894      xftfont_encode_char [787]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[686]    0.0    0.00    0.00       1         Fkill_emacs <cycle 4> [686]
                0.00    0.00       1/1           x_clipboard_manager_save_all [687]
                                   1             run_hook <cycle 4> [1416]
                                   1             shut_down_emacs <cycle 4> [708]
                                   1             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                0.00    0.00       1/1           Fkill_emacs <cycle 4> [686]
[687]    0.0    0.00    0.00       1         x_clipboard_manager_save_all [687]
                0.00    0.00       1/4474415     assq_no_quit [63]
-----------------------------------------------
                0.00    0.00       1/3           x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/3           x_set_mouse_color [115]
                0.00    0.00       1/3           x_set_cursor_color [673]
[688]    0.0    0.00    0.00       3         update_face_from_frame_parameter [688]
                0.00    0.00       1/3432        lface_from_face_name_no_resolve [353]
                0.00    0.00       1/98231       Fplist_get [798]
                0.00    0.00       1/69910       Fget [800]
                0.00    0.00       1/1762        lface_from_face_name [921]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[689]    0.0    0.00    0.00       1         xlispstrdup [689]
                0.00    0.00       1/1153527     xmalloc [118]
-----------------------------------------------
                0.00    0.00     519/519         Ffuncall <cycle 4> [29]
[690]    0.0    0.00    0.00     519         Fline_end_position [690]
                0.00    0.00     519/519         find_before_next_newline [691]
-----------------------------------------------
                0.00    0.00     519/519         Fline_end_position [690]
[691]    0.0    0.00    0.00     519         find_before_next_newline [691]
                0.00    0.00     519/4620        find_newline [630]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[692]    0.0    0.00    0.00       1         x_set_screen_gamma [692]
                0.00    0.00       1/2           x_set_background_color [676]
                0.00    0.00       1/8           clear_face_cache [714]
                0.00    0.00       1/501996      Fassq [384]
                0.00    0.00       1/98231       Fplist_get [798]
                0.00    0.00       1/69910       Fget [800]
-----------------------------------------------
                0.00    0.00      72/72          map_keymap_internal <cycle 4> [680]
[693]    0.0    0.00    0.00      72         make_save_funcptr_ptr_obj [693]
                0.00    0.00      72/4091        allocate_misc [531]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[694]    0.0    0.00    0.00       1         x_set_border_color [694]
                0.00    0.00       1/12          x_decode_color [645]
                0.00    0.00       1/7           unload_color [663]
-----------------------------------------------
                0.00    0.00     537/537         Ffuncall <cycle 4> [29]
[695]    0.0    0.00    0.00     537         Fwindow_pixel_width [695]
                0.00    0.00     537/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00     529/529         Ffuncall <cycle 4> [29]
[696]    0.0    0.00    0.00     529         Fwindow_pixel_height [696]
                0.00    0.00     529/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00     491/491         x_draw_glyph_string <cycle 4> [428]
[697]    0.0    0.00    0.00     491         x_set_glyph_string_gc [697]
                0.00    0.00     491/8828        prepare_face_for_display [617]
-----------------------------------------------
                0.00    0.00       2/2           directory_files_internal <cycle 4> [254]
[698]    0.0    0.00    0.00       2         open_directory [698]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       2/172         emacs_open [1138]
                0.00    0.00       2/3508670     unblock_input [754]
-----------------------------------------------
                                   2             x_bitmap_icon <cycle 4> [1545]
[699]    0.0    0.00    0.00       2         xg_set_icon <cycle 4> [699]
                0.00    0.00       2/3508683     unblock_input_to [144]
                0.00    0.00       2/2           x_find_image_file [1548]
                0.00    0.00       2/315         encode_file_name [1102]
                0.00    0.00       2/3508670     unblock_input [754]
                                   2             x_find_image_fd <cycle 4> [500]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[700]    0.0    0.00    0.00       1         x_set_foreground_color [700]
                0.00    0.00       1/12          x_decode_color [645]
-----------------------------------------------
                0.00    0.00       1/51          x_default_font_parameter <cycle 4> [386]
                0.00    0.00       2/51          x_default_scroll_bar_color_parameter <cycle 4> [739]
                0.00    0.00       4/51          x_frame_get_and_record_arg [737]
                0.00    0.00       5/51          x_figure_window_size [735]
                0.00    0.00       9/51          Fx_create_frame <cycle 4> [202]
                0.00    0.00      30/51          x_default_parameter <cycle 4> [720]
[701]    0.0    0.00    0.00      51         x_get_arg [701]
                0.00    0.00     101/501996      Fassq [384]
                0.00    0.00      31/49          xrdb_get_resource [1246]
                0.00    0.00       1/410271      Fcdr [768]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[702]    0.0    0.00    0.00       1         Fset_window_configuration <cycle 4> [702]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       2/501996      Fassq [384]
                0.00    0.00       7/572         set_marker_internal [747]
                0.00    0.00       7/10          set_marker_restricted [1375]
                0.00    0.00       4/146         adjust_window_count [1146]
                0.00    0.00       4/73          wset_buffer [1184]
                0.00    0.00       1/1           CHECK_WINDOW_CONFIGURATION [1557]
                0.00    0.00       1/283         set_marker_both [1108]
                0.00    0.00       1/334         fset_redisplay [1100]
                0.00    0.00       1/2           Fset_window_new_pixel [1513]
                0.00    0.00       1/1           get_leaf_windows [1606]
                0.00    0.00       1/2           delete_all_child_windows [1521]
                0.00    0.00       1/3508670     unblock_input [754]
                                   2             select_window <cycle 4> [528]
                                   1             adjust_frame_size <cycle 4> [497]
                                   1             adjust_frame_glyphs <cycle 4> [651]
                                   1             unbind_to <cycle 4> [244]
                                   1             run_window_configuration_change_hook <cycle 4> [545]
                                   1             do_switch_frame <cycle 4> [1388]
                                   1             Fredirect_frame_focus <cycle 4> [1575]
                                   1             Fset_buffer <cycle 4> [897]
-----------------------------------------------
                                   1             Fcommand_error_default_function <cycle 4> [1560]
                                   4             x_draw_window_cursor <cycle 4> [1178]
                                 446             x_draw_fringe_bitmap <cycle 4> [1082]
[703]    0.0    0.00    0.00     451         XTring_bell <cycle 4> [703]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                                 450             window_box <cycle 4> [1048]
-----------------------------------------------
                                   2             message3_nolog <cycle 4> [1532]
                0.00    0.01      27/9783        redisplay_internal [38]
[704]    0.0    0.00    0.00      29         echo_area_display <cycle 4> [704]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/32          my_log_handler [1285]
                0.00    0.00       1/32          x_flush [1286]
                                  29             inhibit_garbage_collection <cycle 4> [111]
                                  29             with_echo_area_buffer <cycle 4> [405]
                                  29             unbind_to <cycle 4> [244]
                                   1             update_frame <cycle 4> [1257]
                                   1             show_hourglass <cycle 4> [183]
                                   1             redisplay_mode_lines <cycle 4> [1622]
                                   1             update_single_window <cycle 4> [1633]
-----------------------------------------------
                                   7             set_frame_menubar <cycle 4> [418]
[705]    0.0    0.00    0.00       7         xg_update_frame_menubar <cycle 4> [705]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                                   1             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[706]    0.0    0.00    0.00       1         Fwindow_resize_apply_total [706]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/2119        decode_live_frame [906]
                0.00    0.00       1/1           window_resize_apply_total [1636]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[707]    0.0    0.00    0.00       1         check_glyph_memory [707]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                0.00    0.00       1/2           free_glyphs [1529]
-----------------------------------------------
                                   1             Fkill_emacs <cycle 4> [686]
[708]    0.0    0.00    0.00       1         shut_down_emacs <cycle 4> [708]
                0.00    0.00       1/1           check_glyph_memory [707]
                0.00    0.00       1/1           stuff_buffered_input [1629]
                0.00    0.00       1/4           kill_buffer_processes [1460]
                0.00    0.00       1/48          unrequest_sigio [1249]
                0.00    0.00       1/1           unlock_all_files [1631]
                0.00    0.00       1/1           xml_cleanup_parser [1675]
                0.00    0.00       1/1           check_message_stack [1591]
                0.00    0.00       1/1           reset_all_sys_modes [1623]
                                   1             Fdo_auto_save <cycle 4> [593]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [202]
[709]    0.0    0.00    0.00       1         x_make_gc [709]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
[710]    0.0    0.00    0.00       1         x_set_alpha <cycle 4> [710]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/3508670     unblock_input [754]
                                   1             x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
                0.00    0.00       1/1           x_set_offset [522]
[711]    0.0    0.00    0.00       1         x_sync_with_move [711]
                0.00    0.00       1/22          x_real_positions [637]
-----------------------------------------------
                0.00    0.00       1/1           sweep_vectors [91]
[712]    0.0    0.00    0.00       1         xftfont_close [712]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/10          x_display_info_for_display [1378]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00       1/310         produce_chars [671]
                0.00    0.00     309/310         encode_coding_utf_8 [716]
[713]    0.0    0.00    0.00     310         alloc_destination [713]
                0.00    0.00       1/6           make_gap_1 [669]
                0.00    0.00     310/1349        coding_set_destination [954]
                0.00    0.00     309/2125        xrealloc [905]
-----------------------------------------------
                0.00    0.00       1/8           x_set_screen_gamma [692]
                0.00    0.00       2/8           Fclear_face_cache [727]
                0.00    0.00       5/8           recompute_basic_faces [159]
[714]    0.0    0.00    0.00       8         clear_face_cache [714]
                0.00    0.00       1/3508683     unblock_input_to [144]
                0.00    0.00       1/2           xftfont_done_face [1552]
                0.00    0.00       1/2           font_done_for_face [1528]
                0.00    0.00       1/3508670     unblock_input [754]
-----------------------------------------------
                0.00    0.00     309/309         encode_coding_object <cycle 4> [466]
[715]    0.0    0.00    0.00     309         encode_coding [715]
                0.00    0.00     309/309         encode_coding_utf_8 [716]
                0.00    0.00     309/1041        get_translation_table [972]
                0.00    0.00     309/1044        coding_set_source [971]
                0.00    0.00     309/309         consume_chars [1105]
                0.00    0.00     309/1349        coding_set_destination [954]
-----------------------------------------------
                0.00    0.00     309/309         encode_coding [715]
[716]    0.0    0.00    0.00     309         encode_coding_utf_8 [716]
                0.00    0.00     309/310         alloc_destination [713]
-----------------------------------------------
                0.00    0.00      92/92          Ffuncall <cycle 4> [29]
[717]    0.0    0.00    0.00      92         Fwindow_parameter [717]
                0.00    0.00      92/501996      Fassq [384]
                0.00    0.00      92/326         Frun_window_scroll_functions [1101]
-----------------------------------------------
                0.00    0.00      16/16          text_quoting_style <cycle 4> [434]
[718]    0.0    0.00    0.00      16         make_string_from_bytes [718]
                0.00    0.00      16/46458       make_uninit_multibyte_string [417]
-----------------------------------------------
                0.00    0.00       2/75          xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00      10/75          frame_inhibit_resize [734]
                0.00    0.00      26/75          handle_one_xevent [99]
                0.00    0.00      37/75          x_set_frame_parameters <cycle 4> [114]
[719]    0.0    0.00    0.00      75         get_frame_param [719]
                0.00    0.00      75/501996      Fassq [384]
-----------------------------------------------
                                   1             x_default_font_parameter <cycle 4> [386]
                                  29             Fx_create_frame <cycle 4> [202]
[720]    0.0    0.00    0.00      30         x_default_parameter <cycle 4> [720]
                0.00    0.00      30/51          x_get_arg [701]
                                  30             x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
                0.00    0.00       6/6           redisplay_internal [38]
[721]    0.0    0.00    0.00       6         propagate_buffer_redisplay [721]
                0.00    0.00       6/586         window_list [578]
-----------------------------------------------
                0.00    0.00       1/4           set_text_properties [558]
                0.00    0.00       3/4           add_text_properties_1 <cycle 4> [104]
[722]    0.0    0.00    0.00       4         create_root_interval [722]
                0.00    0.00       4/1007        make_interval [535]
-----------------------------------------------
                0.00    0.00     104/104         Ffuncall <cycle 4> [29]
[723]    0.0    0.00    0.00     104         Fwindow_left_child [723]
                0.00    0.00     104/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00     104/104         Ffuncall <cycle 4> [29]
[724]    0.0    0.00    0.00     104         Fwindow_top_child [724]
                0.00    0.00     104/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00     108/108         Ffuncall <cycle 4> [29]
[725]    0.0    0.00    0.00     108         Fwindow_minibuffer_p [725]
                0.00    0.00     103/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00       2/47          x_set_font <cycle 4> [189]
                0.00    0.00       8/47          font_load_for_lface [302]
                0.00    0.00       9/47          fontset_find_font [13]
                0.00    0.00      28/47          font_clear_prop [433]
[726]    0.0    0.00    0.00      47         Ffont_get [726]
                0.00    0.00      47/501996      Fassq [384]
-----------------------------------------------
                0.00    0.00       2/2           Fset_fontset_font <cycle 4> [56]
[727]    0.0    0.00    0.00       2         Fclear_face_cache [727]
                0.00    0.00       2/8           clear_face_cache [714]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[728]    0.0    0.00    0.00       2         next_window [728]
                0.00    0.00       2/586         window_list [578]
                0.00    0.00       2/575         decode_next_window_args [1030]
                0.00    0.00       2/10850       Fmemq [822]
                0.00    0.00       2/1148        candidate_window_p [961]
-----------------------------------------------
                0.00    0.00       5/5           save_window_save [634]
[729]    0.0    0.00    0.00       5         Fcopy_marker [729]
                0.00    0.00       5/487         Fmake_marker [646]
                0.00    0.00       5/572         set_marker_internal [747]
                0.00    0.00       5/3039        CHECK_MARKER [882]
-----------------------------------------------
                0.00    0.00       3/1593        Finsert_file_contents <cycle 4> [351]
                0.00    0.00       6/1593        unwind_set_match_data [746]
                0.00    0.00       6/1593        search_buffer [181]
                0.00    0.00       8/1593        display_mode_element <cycle 4> [379]
                0.00    0.00      45/1593        bidi_paragraph_init <cycle 4> [485]
                0.00    0.00    1525/1593        find_newline [630]
[730]    0.0    0.00    0.00    1593         buf_bytepos_to_charpos [730]
                0.00    0.00       4/1494        build_marker [580]
-----------------------------------------------
                0.00    0.00      28/28          Ffuncall <cycle 4> [29]
[731]    0.0    0.00    0.00      28         Fwindow_next_sibling [731]
                0.00    0.00      28/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00      24/24          Ffuncall <cycle 4> [29]
[732]    0.0    0.00    0.00      24         Fwindow_parent [732]
                0.00    0.00      24/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00       1/25879       skip_chars.constprop.5 [586]
                0.00    0.00       2/25879       temp_set_point [751]
                0.00    0.00       8/25879       Fchar_after [750]
                0.00    0.00      10/25879       make_buffer_string [749]
                0.00    0.00      22/25879       display_mode_element <cycle 4> [379]
                0.00    0.00      90/25879       set_marker_internal [747]
                0.00    0.00     516/25879       skip_syntaxes [349]
                0.00    0.00     556/25879       find_automatic_composition [293]
                0.00    0.00    1450/25879       Fparse_partial_sexp [33]
                0.00    0.00    1456/25879       scan_lists [149]
                0.00    0.00    1458/25879       del_range_1 <cycle 4> [331]
                0.00    0.00    5118/25879       find_newline [630]
                0.00    0.00    5179/25879       search_command [180]
                0.00    0.00   10013/25879       set_point [738]
[733]    0.0    0.00    0.00   25879         buf_charpos_to_bytepos [733]
                0.00    0.00       3/1494        build_marker [580]
-----------------------------------------------
                0.00    0.00      10/10          adjust_frame_size <cycle 4> [497]
[734]    0.0    0.00    0.00      10         frame_inhibit_resize [734]
                0.00    0.00      10/75          get_frame_param [719]
                0.00    0.00       4/410271      Fcdr [768]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [202]
[735]    0.0    0.00    0.00       1         x_figure_window_size [735]
                0.00    0.00       5/51          x_get_arg [701]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [29]
[736]    0.0    0.00    0.00       9         Fterminal_parameter [736]
                0.00    0.00       9/501996      Fassq [384]
                0.00    0.00       9/23          decode_live_terminal [1315]
-----------------------------------------------
                0.00    0.00       4/4           Fx_create_frame <cycle 4> [202]
[737]    0.0    0.00    0.00       4         x_frame_get_and_record_arg [737]
                0.00    0.00       4/51          x_get_arg [701]
-----------------------------------------------
                0.00    0.00       1/10013       move_point [629]
                0.00    0.00       5/10013       search_command [180]
                0.00    0.00   10007/10013       Fgoto_char [218]
[738]    0.0    0.00    0.00   10013         set_point [738]
                0.00    0.00   10013/25879       buf_charpos_to_bytepos [733]
-----------------------------------------------
                                   2             Fx_create_frame <cycle 4> [202]
[739]    0.0    0.00    0.00       2         x_default_scroll_bar_color_parameter <cycle 4> [739]
                0.00    0.00       2/51          x_get_arg [701]
                0.00    0.00       2/49          xrdb_get_resource [1246]
                0.00    0.00       2/5           display_x_get_resource [1430]
                                   2             x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
                0.00    0.00       1/1           font_put_frame_data [648]
[740]    0.0    0.00    0.00       1         make_save_ptr [740]
                0.00    0.00       1/4091        allocate_misc [531]
-----------------------------------------------
                                   5             Ffuncall <cycle 4> [29]
[741]    0.0    0.00    0.00       5         Fkill_local_variable <cycle 4> [741]
                0.00    0.00       3/501996      Fassq [384]
                0.00    0.00       2/74640       do_symval_forwarding [799]
                0.00    0.00       2/133         Fdelq [1154]
                                   3             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                                   2             message3 <cycle 4> [596]
                                   2             strout <cycle 4> [1543]
                                   2             print_error_message <cycle 4> [1618]
[742]    0.0    0.00    0.00       6         message_dolog <cycle 4> [742]
                0.00    0.00       2/2           scan_newline [743]
                0.00    0.00      70/70          insert_1_both [1188]
                0.00    0.00      15/15          set_marker_restricted_both [1345]
                0.00    0.00      15/4179        unchain_marker [858]
                0.00    0.00      10/82          temp_set_point_both [1177]
                0.00    0.00       5/410271      Fcdr [768]
                0.00    0.00       5/2843        Fget_buffer [884]
                0.00    0.00       5/1775        marker_position [920]
                0.00    0.00       5/1717        marker_byte_position [923]
                0.00    0.00       5/3229        bset_redisplay [873]
                0.00    0.00       2/1699        multibyte_chars_in_text [925]
                0.00    0.00       2/21          chars_in_text [1322]
                0.00    0.00       1/1           del_range_both [1595]
                                  70             prepare_to_modify_buffer <cycle 4> [421]
                                   5             Fset_buffer <cycle 4> [897]
                                   5             Fget_buffer_create <cycle 4> [479]
                                   5             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                0.00    0.00       2/2           message_dolog <cycle 4> [742]
[743]    0.0    0.00    0.00       2         scan_newline [743]
                0.00    0.00       2/4620        find_newline [630]
                0.00    0.00       2/82          temp_set_point_both [1177]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[744]    0.0    0.00    0.00       2         Fset_window_new_total [744]
                0.00    0.00       2/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[745]    0.0    0.00    0.00       2         Fwindow_new_total [745]
                0.00    0.00       2/4706        save_window_save [634]
-----------------------------------------------
                0.00    0.00       3/37          boyer_moore [748]
                0.00    0.00      34/37          unbind_to <cycle 4> [244]
[746]    0.0    0.00    0.00      37         unwind_set_match_data [746]
                0.00    0.00       6/1593        buf_bytepos_to_charpos [730]
-----------------------------------------------
                0.00    0.00       3/572         set_window_buffer <cycle 4> [573]
                0.00    0.00       4/572         Fmatch_data [330]
                0.00    0.00       5/572         Fcopy_marker [729]
                0.00    0.00       7/572         Fset_window_configuration <cycle 4> [702]
                0.00    0.00      86/572         hscroll_window_tree [498]
                0.00    0.00     467/572         exec_byte_code <cycle 4> [73]
[747]    0.0    0.00    0.00     572         set_marker_internal [747]
                0.00    0.00      90/25879       buf_charpos_to_bytepos [733]
                0.00    0.00     572/870         live_buffer [998]
                0.00    0.00     572/3039        CHECK_MARKER [882]
                0.00    0.00     484/4179        unchain_marker [858]
-----------------------------------------------
                0.00    0.00      20/20          search_buffer [181]
[748]    0.0    0.00    0.00      20         boyer_moore [748]
                0.00    0.00       3/37          unwind_set_match_data [746]
                0.00    0.00     456/11766       Faref [821]
-----------------------------------------------
                0.00    0.00       2/5           Fbuffer_substring [553]
                0.00    0.00       3/5           current_message_1 [533]
[749]    0.0    0.00    0.00       5         make_buffer_string [749]
                0.00    0.00      10/25879       buf_charpos_to_bytepos [733]
-----------------------------------------------
                0.00    0.00      12/12          exec_byte_code <cycle 4> [73]
[750]    0.0    0.00    0.00      12         Fchar_after [750]
                0.00    0.00       8/25879       buf_charpos_to_bytepos [733]
-----------------------------------------------
                0.00    0.00       2/2           Feval_buffer <cycle 4> [507]
[751]    0.0    0.00    0.00       2         temp_set_point [751]
                0.00    0.00       2/25879       buf_charpos_to_bytepos [733]
-----------------------------------------------
                0.00    0.00       1/5549204     read_internal_start [281]
                0.00    0.00       8/5549204     Faref [821]
                0.00    0.00      15/5549204     unreadchar [956]
                0.00    0.00      27/5549204     string_match_1 [256]
                0.00    0.00      55/5549204     Fsubstring [362]
                0.00    0.00     264/5549204     display_string <cycle 4> [210]
                0.00    0.00 5548834/5549204     Fcompare_strings [32]
[752]    0.0    0.00    0.00 5549204         string_char_to_byte [752]
-----------------------------------------------
                0.00    0.00       8/4021849     Ffuncall <cycle 4> [29]
                0.00    0.00      21/4021849     Fdefine_key <cycle 4> [112]
                0.00    0.00 4021820/4021849     Fassoc_string [30]
[753]    0.0    0.00    0.00 4021849         Fsymbol_name [753]
-----------------------------------------------
                0.00    0.00       1/3508670     check_glyph_memory [707]
                0.00    0.00       1/3508670     other_visible_frames [590]
                0.00    0.00       1/3508670     x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/3508670     x_set_alpha <cycle 4> [710]
                0.00    0.00       1/3508670     show_hourglass <cycle 4> [183]
                0.00    0.00       1/3508670     echo_area_display <cycle 4> [704]
                0.00    0.00       1/3508670     Fwindow_resize_apply_total [706]
                0.00    0.00       1/3508670     Fset_window_configuration <cycle 4> [702]
                0.00    0.00       1/3508670     free_frame_faces [231]
                0.00    0.00       1/3508670     clear_face_cache [714]
                0.00    0.00       1/3508670     XTring_bell <cycle 4> [703]
                0.00    0.00       1/3508670     x_new_font <cycle 4> [588]
                0.00    0.00       1/3508670     x_set_offset [522]
                0.00    0.00       1/3508670     Fx_wm_set_size_hint [523]
                0.00    0.00       1/3508670     x_make_gc [709]
                0.00    0.00       1/3508670     Fx_backspace_delete_keys_p [589]
                0.00    0.00       1/3508670     x_set_cursor_color [673]
                0.00    0.00       1/3508670     x_window <cycle 4> [591]
                0.00    0.00       1/3508670     read_and_apply_settings [585]
                0.00    0.00       1/3508670     xsettings_initialize [572]
                0.00    0.00       1/3508670     xg_update_frame_menubar <cycle 4> [705]
                0.00    0.00       1/3508670     xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00       1/3508670     wait_reading_process_output [44]
                0.00    0.00       1/3508670     xftfont_close [712]
                0.00    0.00       2/3508670     delete_frame <cycle 4> [230]
                0.00    0.00       2/3508670     init_iterator <cycle 4> [163]
                0.00    0.00       2/3508670     x_wm_supports [540]
                0.00    0.00       2/3508670     Fx_change_window_property [550]
                0.00    0.00       2/3508670     x_set_mouse_color [115]
                0.00    0.00       2/3508670     xg_set_icon <cycle 4> [699]
                0.00    0.00       2/3508670     x_wm_set_size_hint [464]
                0.00    0.00       2/3508670     open_directory [698]
                0.00    0.00       2/3508670     directory_files_internal <cycle 4> [254]
                0.00    0.00       2/3508670     unbind_to <cycle 4> [244]
                0.00    0.00       3/3508670     x_term_init <cycle 4> [508]
                0.00    0.00       3/3508670     Fx_create_frame <cycle 4> [202]
                0.00    0.00       4/3508670     redraw_frame <cycle 4> [683]
                0.00    0.00       4/3508670     x_scroll_bar_create [525]
                0.00    0.00       5/3508670     clear_image_cache [678]
                0.00    0.00       6/3508670     realize_basic_faces [153]
                0.00    0.00       6/3508670     Fx_register_dnd_atom [509]
                0.00    0.00       6/3508670     Fkill_buffer <cycle 4> [565]
                0.00    0.00       7/3508670     unload_color [663]
                0.00    0.00       8/3508670     adjust_frame_size <cycle 4> [497]
                0.00    0.00       8/3508670     Fx_selection_exists_p [489]
                0.00    0.00       8/3508670     xg_update_scrollbar_pos [662]
                0.00    0.00       9/3508670     update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      10/3508670     Fget_buffer_create <cycle 4> [479]
                0.00    0.00      10/3508670     lookup_image <cycle 4> [495]
                0.00    0.00      13/3508670     adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      14/3508670     set_frame_menubar <cycle 4> [418]
                0.00    0.00      14/3508670     prepare_face_for_display [617]
                0.00    0.00      16/3508670     xftfont_open [394]
                0.00    0.00      22/3508670     update_cursor_in_window_tree <cycle 4> [635]
                0.00    0.00      22/3508670     x_set_frame_alpha <cycle 4> [480]
                0.00    0.00      22/3508670     x_real_pos_and_offsets [636]
                0.00    0.00      27/3508670     get_current_wm_state [627]
                0.00    0.00      30/3508670     detect_input_pending_run_timers [43]
                0.00    0.00      31/3508670     redisplay_internal [38]
                0.00    0.00      31/3508670     xg_select [561]
                0.00    0.00      35/3508670     XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00      35/3508670     read1 <cycle 5> [300]
                0.00    0.00      48/3508670     x_make_frame_visible <cycle 4> [420]
                0.00    0.00      48/3508670     make_gap [595]
                0.00    0.00      49/3508670     Fgarbage_collect <cycle 4> [64]
                0.00    0.00      60/3508670     define_image_type [575]
                0.00    0.00      62/3508670     xftfont_get_colors [576]
                0.00    0.00      65/3508670     free_realized_face [116]
                0.00    0.00      78/3508670     update_window <cycle 4> [458]
                0.00    0.00      78/3508670     x_update_window_end <cycle 4> [563]
                0.00    0.00     179/3508670     x_defined_color [511]
                0.00    0.00     226/3508670     update_window_line <cycle 4> [517]
                0.00    0.00     240/3508670     x_write_glyphs <cycle 4> [516]
                0.00    0.00     491/3508670     xftfont_draw [430]
                0.00    0.00    1326/3508670     free_menubar_widget_value_tree [449]
                0.00    0.00    1333/3508670     make_widget_value [447]
                0.00    0.00    2624/3508670     event_handler_gdk [98]
                0.00    0.00    3634/3508670     xg_win_to_widget [399]
                0.00    0.00   18613/3508670     readbyte_from_file [335]
                0.00    0.00  147661/3508670     xftfont_text_extents [236]
                0.00    0.00 1112486/3508670     XTread_socket <cycle 3> [77]
                0.00    0.00 2218916/3508670     xfont_list_pattern [19]
[754]    0.0    0.00    0.00 3508670         unblock_input [754]
-----------------------------------------------
                0.00    0.00 3329554/3329554     Fcompare_strings [32]
[755]    0.0    0.00    0.00 3329554         Fupcase [755]
-----------------------------------------------
                0.00    0.00    1932/2226228     Fputhash [79]
                0.00    0.00 2224296/2226228     Fgethash [28]
[756]    0.0    0.00    0.00 2226228         CHECK_HASH_TABLE [756]
-----------------------------------------------
                0.00    0.00 2220608/2220608     hash_lookup [25]
[757]    0.0    0.00    0.00 2220608         hashfn_equal [757]
-----------------------------------------------
                0.00    0.00 2219460/2219460     hash_lookup [25]
[758]    0.0    0.00    0.00 2219460         cmpfn_equal [758]
-----------------------------------------------
                0.00    0.00      15/1666725     face_boolean_x_resource_value [1432]
                0.00    0.00      24/1666725     font_build_object [406]
                0.00    0.00 1666686/1666725     font_unparse_xlfd [86]
[759]    0.0    0.00    0.00 1666725         font_style_symbolic [759]
-----------------------------------------------
                0.00    0.00       1/1140773     x_uncatch_errors_after_check [133]
                0.00    0.00       2/1140773     Fx_change_window_property [550]
                0.00    0.00       2/1140773     read_and_apply_settings [585]
                0.00    0.00       2/1140773     xftfont_done_face [1552]
                0.00    0.00       3/1140773     delete_terminal [1597]
                0.00    0.00       3/1140773     free_frame_faces [231]
                0.00    0.00       3/1140773     x_load_resources [594]
                0.00    0.00       3/1140773     free_region_cache [1490]
                0.00    0.00       4/1140773     init_system_name [1459]
                0.00    0.00       4/1140773     Fload <cycle 4> [411]
                0.00    0.00       4/1140773     doprnt <cycle 4> [1454]
                0.00    0.00       5/1140773     delete_frame <cycle 4> [230]
                0.00    0.00       6/1140773     free_glyphs [1529]
                0.00    0.00       6/1140773     Fkill_buffer <cycle 4> [565]
                0.00    0.00       8/1140773     free_window_matrices [1530]
                0.00    0.00      10/1140773     free_color_table [1369]
                0.00    0.00      14/1140773     magic_db [610]
                0.00    0.00      14/1140773     smc_save_yourself_CB [614]
                0.00    0.00      16/1140773     realize_face [152]
                0.00    0.00      16/1140773     unbind_to <cycle 4> [244]
                0.00    0.00      24/1140773     display_mode_line <cycle 4> [472]
                0.00    0.00      36/1140773     process_tool_bar_item <cycle 4> [333]
                0.00    0.00      63/1140773     free_realized_face [116]
                0.00    0.00     130/1140773     free_glyph_matrix [1370]
                0.00    0.00     309/1140773     encode_coding_object <cycle 4> [466]
                0.00    0.00     571/1140773     text_quoting_style <cycle 4> [434]
                0.00    0.00     932/1140773     xpm_free_color_cache [1380]
                0.00    0.00    1333/1140773     free_menubar_widget_value_tree [449]
                0.00    0.00   27777/1140773     re_compile_pattern [270]
                0.00    0.00 1109472/1140773     x_uncatch_errors [60]
[760]    0.0    0.00    0.00 1140773         xfree [760]
-----------------------------------------------
                0.00    0.00 1111677/1111677     gobble_input <cycle 3> [53]
[761]    0.0    0.00    0.00 1111677         frame_make_pointer_visible [761]
-----------------------------------------------
                0.00    0.00       1/1109459     read_and_apply_settings [585]
                0.00    0.00 1109458/1109459     xfont_list_pattern [19]
[762]    0.0    0.00    0.00 1109459         x_catch_errors [762]
-----------------------------------------------
                0.00    0.00       4/1041550     x_wait_for_event [532]
                0.00    0.00       5/1041550     clear_image_cache [678]
                0.00    0.00       7/1041550     Fcurrent_time [530]
                0.00    0.00      20/1041550     lookup_image <cycle 4> [495]
                0.00    0.00      32/1041550     decode_time_components [955]
                0.00    0.00      95/1041550     wait_reading_process_output [44]
                0.00    0.00      98/1041550     Fgarbage_collect <cycle 4> [64]
                0.00    0.00     510/1041550     start_atimer [383]
                0.00    0.00     522/1041550     top_level_1 <cycle 2> [39]
                0.00    0.00     860/1041550     timer_check [59]
                0.00    0.00 1039397/1041550     do_pending_atimers [55]
[763]    0.0    0.00    0.00 1041550         gettime [763]
-----------------------------------------------
                0.00    0.00       2/591680      Fdelete [491]
                0.00    0.00       3/591680      merge <cycle 4> [1492]
                0.00    0.00       3/591680      Fsort [501]
                0.00    0.00      15/591680      Fdelq [1154]
                0.00    0.00      31/591680      Fplist_put [261]
                0.00    0.00      38/591680      store_frame_param [490]
                0.00    0.00      84/591680      display_mode_element <cycle 4> [379]
                0.00    0.00     539/591680      exec_byte_code <cycle 4> [73]
                0.00    0.00    1990/591680      Fnconc [903]
                0.00    0.00   28188/591680      Fframe_parameters [171]
                0.00    0.00  560787/591680      Fnreverse [45]
[764]    0.0    0.00    0.00  591680         Fsetcdr [764]
-----------------------------------------------
                0.00    0.00  287410/578461      bidi_cache_find [773]
                0.00    0.00  291051/578461      bidi_cache_iterator_state [772]
[765]    0.0    0.00    0.00  578461         bidi_cache_search.constprop.3 [765]
-----------------------------------------------
                0.00    0.00       1/465106      Fcopy_keymap [551]
                0.00    0.00       5/465106      Fuse_local_map [1426]
                0.00    0.00      10/465106      Fwhere_is_internal <cycle 4> [326]
                0.00    0.00      12/465106      tool_bar_items <cycle 4> [452]
                0.00    0.00      13/465106      parse_single_submenu <cycle 4> [494]
                0.00    0.00      16/465106      menu_bar_items <cycle 4> [435]
                0.00    0.00      23/465106      Faccessible_keymaps <cycle 4> [283]
                0.00    0.00      23/465106      where_is_internal <cycle 4> [157]
                0.00    0.00      23/465106      Fdefine_key <cycle 4> [112]
                0.00    0.00      26/465106      Fset_keymap_parent [1476]
                0.00    0.00     385/465106      Fkeymapp [1093]
                0.00    0.00     510/465106      follow_key [1071]
                0.00    0.00     725/465106      keymap_parent [1391]
                0.00    0.00    1277/465106      process_tool_bar_item <cycle 4> [333]
                0.00    0.00    1408/465106      Fkeymap_prompt [1151]
                0.00    0.00    1531/465106      read_key_sequence.constprop.44 <cycle 2> [15]
                0.00    0.00    1554/465106      read_char <cycle 2> [20]
                0.00    0.00    2040/465106      keyremap_step.constprop.45 [27]
                0.00    0.00    5065/465106      Flookup_key <cycle 4> [891]
                0.00    0.00    6230/465106      get_local_map [193]
                0.00    0.00   10894/465106      map_keymap <cycle 4> [865]
                0.00    0.00   22773/465106      accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00   45464/465106      map_keymap_internal <cycle 4> [680]
                0.00    0.00  365098/465106      access_keymap_1 <cycle 4> [305]
[766]    0.0    0.00    0.00  465106         get_keymap [766]
                0.00    0.00  425765/427893      indirect_function [767]
                0.00    0.00    5718/49012       Fcar [807]
                0.00    0.00    5718/5762        Fnth [842]
-----------------------------------------------
                0.00    0.00       2/427893      Fcommandp <cycle 4> [853]
                0.00    0.00      71/427893      eval_sub <cycle 4> [176]
                0.00    0.00     518/427893      Finteractive_form [1055]
                0.00    0.00    1537/427893      Ffuncall <cycle 4> [29]
                0.00    0.00  425765/427893      get_keymap [766]
[767]    0.0    0.00    0.00  427893         indirect_function [767]
-----------------------------------------------
                0.00    0.00       1/410271      delete_frame <cycle 4> [230]
                0.00    0.00       1/410271      x_get_arg [701]
                0.00    0.00       1/410271      xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       2/410271      x_set_font <cycle 4> [189]
                0.00    0.00       2/410271      x_wm_set_size_hint [464]
                0.00    0.00       2/410271      Fautoload_do_load <cycle 4> [587]
                0.00    0.00       3/410271      Fgenerate_new_buffer_name [1474]
                0.00    0.00       3/410271      Fset_buffer <cycle 4> [897]
                0.00    0.00       3/410271      merge <cycle 4> [1492]
                0.00    0.00       3/410271      Fsort [501]
                0.00    0.00       4/410271      frame_inhibit_resize [734]
                0.00    0.00       5/410271      message_dolog <cycle 4> [742]
                0.00    0.00       8/410271      font_load_for_lface [302]
                0.00    0.00       9/410271      fontset_find_font [13]
                0.00    0.00      10/410271      Fget_buffer_create <cycle 4> [479]
                0.00    0.00      13/410271      parse_single_submenu <cycle 4> [494]
                0.00    0.00      14/410271      x_consider_frame_title <cycle 4> [361]
                0.00    0.00      26/410271      handle_one_xevent [99]
                0.00    0.00      28/410271      font_clear_prop [433]
                0.00    0.00      52/410271      Fnew_fontset <cycle 4> [371]
                0.00    0.00     112/410271      x_set_frame_parameters <cycle 4> [114]
                0.00    0.00     333/410271      Fset_fontset_font <cycle 4> [56]
                0.00    0.00     375/410271      FletX <cycle 4> [381]
                0.00    0.00     378/410271      Flet <cycle 4> [431]
                0.00    0.00     443/410271      apply_lambda <cycle 4> [340]
                0.00    0.00     500/410271      Fsetq <cycle 4> [338]
                0.00    0.00     576/410271      validate_plist [850]
                0.00    0.00     744/410271      read_vector <cycle 5> [366]
                0.00    0.00     999/410271      offset_intervals [288]
                0.00    0.00    1856/410271      Faccessible_keymaps <cycle 4> [283]
                0.00    0.00    1856/410271      where_is_internal <cycle 4> [157]
                0.00    0.00    2044/410271      add_properties [291]
                0.00    0.00    3307/410271      Ffuncall <cycle 4> [29]
                0.00    0.00    4311/410271      scan_sexps_forward [34]
                0.00    0.00    5121/410271      eval_sub <cycle 4> [176]
                0.00    0.00  387126/410271      lookup_char_property [390]
[768]    0.0    0.00    0.00  410271         Fcdr [768]
-----------------------------------------------
                0.00    0.00      93/408494      note_mouse_highlight [419]
                0.00    0.00     240/408494      handle_invisible_prop [262]
                0.00    0.00    1464/408494      face_at_string_position [275]
                0.00    0.00    1935/408494      Ffuncall <cycle 4> [29]
                0.00    0.00    3255/408494      face_at_buffer_position [232]
                0.00    0.00    5182/408494      Fget_pos_property [204]
                0.00    0.00    5572/408494      verify_interval_modification [277]
                0.00    0.00    9339/408494      Ftext_property_any [323]
                0.00    0.00   11412/408494      text_property_stickiness [214]
                0.00    0.00   49343/408494      compute_stop_pos [166]
                0.00    0.00  140161/408494      Fnext_single_property_change [217]
                0.00    0.00  180498/408494      get_char_property_and_overlay [100]
[769]    0.0    0.00    0.00  408494         textget [769]
-----------------------------------------------
                0.00    0.00   12460/372448      Fget_pos_property [204]
                0.00    0.00  359988/372448      get_char_property_and_overlay [100]
[770]    0.0    0.00    0.00  372448         set_buffer_temp [770]
-----------------------------------------------
                                 994             balance_an_interval [771]
                0.00    0.00       4/312932      split_interval_left [117]
                0.00    0.00      45/312932      sweep_buffers [868]
                0.00    0.00     919/312932      sweep_strings [1241]
                0.00    0.00     997/312932      split_interval_right [536]
                0.00    0.00     999/312932      graft_intervals_into_buffer [252]
                0.00    0.00    7978/312932      offset_intervals [288]
                0.00    0.00   45517/312932      balance_intervals_internal [987]
                0.00    0.00  256473/312932      balance_possible_root_interval [776]
[771]    0.0    0.00    0.00  312932+994     balance_an_interval [771]
                                 994             balance_an_interval [771]
-----------------------------------------------
                0.00    0.00      24/291051      bidi_find_bracket_pairs <cycle 4> [177]
                0.00    0.00  143742/291051      bidi_level_of_next_char <cycle 4> [147]
                0.00    0.00  147285/291051      bidi_move_to_visually_next <cycle 4> [185]
[772]    0.0    0.00    0.00  291051         bidi_cache_iterator_state [772]
                0.00    0.00  291051/578461      bidi_cache_search.constprop.3 [765]
                0.00    0.00  147285/147285      bidi_cache_ensure_space [788]
-----------------------------------------------
                0.00    0.00      24/287410      bidi_find_bracket_pairs <cycle 4> [177]
                0.00    0.00  143693/287410      bidi_resolve_brackets <cycle 4> [790]
                0.00    0.00  143693/287410      bidi_level_of_next_char <cycle 4> [147]
[773]    0.0    0.00    0.00  287410         bidi_cache_find [773]
                0.00    0.00  287410/578461      bidi_cache_search.constprop.3 [765]
-----------------------------------------------
                0.00    0.00      45/285588      find_first_strong_char <cycle 4> [487]
                0.00    0.00  138306/285588      bidi_resolve_explicit <cycle 4> [95]
                0.00    0.00  147237/285588      bidi_resolve_neutral <cycle 4> [148]
[774]    0.0    0.00    0.00  285588         bidi_get_category [774]
-----------------------------------------------
                0.00    0.00       7/285196      Fintern_soft [527]
                0.00    0.00     560/285196      intern_1 [342]
                0.00    0.00    2088/285196      Fintern [286]
                0.00    0.00  139943/285196      font_intern_prop [93]
                0.00    0.00  142598/285196      oblookup [125]
[775]    0.0    0.00    0.00  285196         check_obarray [775]
-----------------------------------------------
                0.00    0.00       4/265452      split_interval_left [117]
                0.00    0.00     999/265452      split_interval_right [536]
                0.00    0.00    8977/265452      offset_intervals [288]
                0.00    0.00  255472/265452      find_interval [87]
[776]    0.0    0.00    0.00  265452         balance_possible_root_interval [776]
                0.00    0.00  256473/312932      balance_an_interval [771]
-----------------------------------------------
                0.00    0.00  228845/228845      validate_interval_range [778]
[777]    0.0    0.00    0.00  228845         CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
                0.00    0.00       1/228845      Fremove_text_properties <cycle 4> [625]
                0.00    0.00       2/228845      set_text_properties [558]
                0.00    0.00     531/228845      copy_text_properties [1046]
                0.00    0.00     934/228845      Ftext_property_any [323]
                0.00    0.00    1474/228845      add_text_properties_1 <cycle 4> [104]
                0.00    0.00    1486/228845      Fremove_list_of_text_properties [105]
                0.00    0.00    3495/228845      compute_stop_pos [166]
                0.00    0.00    3928/228845      Fnext_property_change [269]
                0.00    0.00   12130/228845      Fnext_single_property_change [217]
                0.00    0.00  204864/228845      Ftext_properties_at [97]
[778]    0.0    0.00    0.00  228845         validate_interval_range [778]
                0.00    0.00  228845/228845      CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
                0.00    0.00       1/227551      Fx_create_frame <cycle 4> [202]
                0.00    0.00       1/227551      Frecursive_edit [2]
                0.00    0.00       2/227551      save_menu_items [605]
                0.00    0.00       2/227551      set_frame_menubar <cycle 4> [418]
                0.00    0.00       2/227551      load_charset <cycle 4> [221]
                0.00    0.00       2/227551      directory_files_internal <cycle 4> [254]
                0.00    0.00       2/227551      Feval_buffer <cycle 4> [507]
                0.00    0.00       3/227551      set_window_buffer <cycle 4> [573]
                0.00    0.00       3/227551      Fkill_buffer <cycle 4> [565]
                0.00    0.00       3/227551      Fdo_auto_save <cycle 4> [593]
                0.00    0.00       3/227551      record_xmalloc [659]
                0.00    0.00       4/227551      Fautoload_do_load <cycle 4> [587]
                0.00    0.00       4/227551      readevalloop <cycle 4> [402]
                0.00    0.00       6/227551      show_hourglass <cycle 4> [183]
                0.00    0.00       6/227551      Finsert_file_contents <cycle 4> [351]
                0.00    0.00       9/227551      wait_reading_process_output [44]
                0.00    0.00      12/227551      Fload <cycle 4> [411]
                0.00    0.00      13/227551      digest_single_submenu <cycle 4> [448]
                0.00    0.00      14/227551      x_consider_frame_title <cycle 4> [361]
                0.00    0.00      35/227551      with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      44/227551      truncate_undo_list <cycle 4> [1264]
                0.00    0.00      48/227551      display_mode_line <cycle 4> [472]
                0.00    0.00      49/227551      Fgarbage_collect <cycle 4> [64]
                0.00    0.00      53/227551      redisplay_internal [38]
                0.00    0.00     510/227551      command_loop_1 <cycle 2> [18]
                0.00    0.00     518/227551      Ffuncall_interactively <cycle 4> [1054]
                0.00    0.00    1000/227551      signal_after_change <cycle 4> [297]
                0.00    0.00    1039/227551      code_conversion_save <cycle 4> [376]
                0.00    0.00    7556/227551      exec_byte_code <cycle 4> [73]
                0.00    0.00   77993/227551      specbind <cycle 4> [128]
                0.00    0.00  138614/227551      record_in_backtrace [796]
[779]    0.0    0.00    0.00  227551         grow_specpdl [779]
-----------------------------------------------
                0.00    0.00  221062/221062      hash_lookup [25]
[780]    0.0    0.00    0.00  221062         hashfn_eq [780]
-----------------------------------------------
                0.00    0.00      31/186535      note_mouse_highlight [419]
                0.00    0.00    3255/186535      next_overlay_change [872]
                0.00    0.00    3255/186535      face_at_buffer_position [232]
                0.00    0.00  179994/186535      get_char_property_and_overlay [100]
[781]    0.0    0.00    0.00  186535         overlays_at [781]
-----------------------------------------------
                0.00    0.00      31/186255      note_mouse_highlight [419]
                0.00    0.00    6230/186255      Fget_pos_property [204]
                0.00    0.00  179994/186255      get_char_property_and_overlay [100]
[782]    0.0    0.00    0.00  186255         sort_overlays [782]
-----------------------------------------------
                0.00    0.00     570/183733      Fremove_list_of_text_properties [105]
                0.00    0.00     960/183733      Fremove_text_properties <cycle 4> [625]
                0.00    0.00    1142/183733      add_text_properties_1 <cycle 4> [104]
                0.00    0.00    3574/183733      verify_interval_modification [277]
                0.00    0.00    8878/183733      Ftext_property_any [323]
                0.00    0.00    9868/183733      compute_stop_pos [166]
                0.00    0.00   27869/183733      Fnext_property_change [269]
                0.00    0.00  130872/183733      Fnext_single_property_change [217]
[783]    0.0    0.00    0.00  183733         next_interval [783]
-----------------------------------------------
                0.00    0.00     335/176439      sweep_buffers [868]
                0.00    0.00  176104/176439      sweep_strings [1241]
[784]    0.0    0.00    0.00  176439         balance_intervals [784]
-----------------------------------------------
                0.00    0.00  175532/175532      sweep_vectors [91]
[785]    0.0    0.00    0.00  175532         cleanup_vector [785]
-----------------------------------------------
                0.00    0.00     268/167471      show_hourglass <cycle 4> [183]
                0.00    0.00    1558/167471      back_to_previous_visible_line_start [238]
                0.00    0.00    3455/167471      compute_display_string_pos <cycle 4> [263]
                0.00    0.00    3592/167471      handle_line_prefix [260]
                0.00    0.00    4089/167471      Fconstrain_to_field [253]
                0.00    0.00    4125/167471      handle_fontified_prop <cycle 4> [243]
                0.00    0.00    5474/167471      x_produce_glyphs [57]
                0.00    0.00    6230/167471      get_local_map [193]
                0.00    0.00  138680/167471      face_for_char [11]
[786]    0.0    0.00    0.00  167471         Fget_char_property [786]
-----------------------------------------------
                0.00    0.00       1/151894      font_match_p [685]
                0.00    0.00       6/151894      Finternal_char_font [322]
                0.00    0.00    7891/151894      get_glyph_face_and_encoding [620]
                0.00    0.00  143996/151894      get_char_glyph_code [793]
[787]    0.0    0.00    0.00  151894         xftfont_encode_char [787]
-----------------------------------------------
                0.00    0.00  147285/147285      bidi_cache_iterator_state [772]
[788]    0.0    0.00    0.00  147285         bidi_cache_ensure_space [788]
                0.00    0.00       1/25          xpalloc [1306]
-----------------------------------------------
                                  24             bidi_find_bracket_pairs <cycle 4> [177]
                              147237             bidi_resolve_brackets <cycle 4> [790]
[789]    0.0    0.00    0.00  147261         bidi_resolve_weak <cycle 4> [789]
                              147261             bidi_resolve_explicit <cycle 4> [95]
-----------------------------------------------
                              147237             bidi_resolve_neutral <cycle 4> [148]
[790]    0.0    0.00    0.00  147237         bidi_resolve_brackets <cycle 4> [790]
                0.00    0.00  143693/287410      bidi_cache_find [773]
                              147237             bidi_resolve_weak <cycle 4> [789]
                              141235             bidi_find_bracket_pairs <cycle 4> [177]
-----------------------------------------------
                                  45             bidi_fetch_char_skip_isolates <cycle 4> [486]
                                 402             bidi_level_of_next_char <cycle 4> [147]
                              146478             bidi_resolve_explicit <cycle 4> [95]
[791]    0.0    0.00    0.00  146925         bidi_fetch_char <cycle 4> [791]
                                3623             compute_display_string_pos <cycle 4> [263]
-----------------------------------------------
                0.00    0.00  146332/146332      scan_lists [149]
[792]    0.0    0.00    0.00  146332         syntax_multibyte [792]
-----------------------------------------------
                0.00    0.00  143996/143996      x_produce_glyphs [57]
[793]    0.0    0.00    0.00  143996         get_char_glyph_code [793]
                0.00    0.00  143996/151894      xftfont_encode_char [787]
-----------------------------------------------
                0.00    0.00     922/143520      xpm_alloc_color [412]
                0.00    0.00  142598/143520      oblookup [125]
[794]    0.0    0.00    0.00  143520         hash_string [794]
-----------------------------------------------
                0.00    0.00       1/138693      font_open_for_lface [397]
                0.00    0.00  138692/138693      font_find_for_lface [14]
[795]    0.0    0.00    0.00  138693         build_style_table [795]
-----------------------------------------------
                0.00    0.00      47/138614      redisplay_internal [38]
                0.00    0.00      49/138614      Fgarbage_collect <cycle 4> [64]
                0.00    0.00    5336/138614      eval_sub <cycle 4> [176]
                0.00    0.00  133182/138614      Ffuncall <cycle 4> [29]
[796]    0.0    0.00    0.00  138614         record_in_backtrace [796]
                0.00    0.00  138614/227551      grow_specpdl [779]
-----------------------------------------------
                0.00    0.00       3/124360      Fgenerate_new_buffer_name [1474]
                0.00    0.00      70/124360      Fget_buffer [884]
                0.00    0.00    1153/124360      exec_byte_code <cycle 4> [73]
                0.00    0.00  123134/124360      compile_pattern [156]
[797]    0.0    0.00    0.00  124360         Fstring_equal [797]
-----------------------------------------------
                0.00    0.00       1/98231       x_set_screen_gamma [692]
                0.00    0.00       1/98231       update_face_from_frame_parameter [688]
                0.00    0.00       1/98231       Fcommandp <cycle 4> [853]
                0.00    0.00       2/98231       Ffind_operation_coding_system [358]
                0.00    0.00       2/98231       Fsignal <cycle 4> [647]
                0.00    0.00       2/98231       print_error_message <cycle 4> [1618]
                0.00    0.00       4/98231       Fcheck_coding_system [529]
                0.00    0.00       5/98231       reset_buffer_local_variables [1374]
                0.00    0.00      36/98231       x_set_frame_parameters <cycle 4> [114]
                0.00    0.00      37/98231       Fdefalias [224]
                0.00    0.00      44/98231       lookup_fringe_bitmap [451]
                0.00    0.00      82/98231       Finternal_make_lisp_face [385]
                0.00    0.00      84/98231       Fmake_char_table [395]
                0.00    0.00      89/98231       Ffuncall <cycle 4> [29]
                0.00    0.00      90/98231       update_overlay_arrows <cycle 4> [299]
                0.00    0.00     412/98231       display_mode_element <cycle 4> [379]
                0.00    0.00     518/98231       Finteractive_form [1055]
                0.00    0.00     518/98231       Fcall_interactively <cycle 4> [106]
                0.00    0.00     625/98231       process_tool_bar_item <cycle 4> [333]
                0.00    0.00    1032/98231       Fwhere_is_internal <cycle 4> [326]
                0.00    0.00    1321/98231       Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00    1602/98231       exec_byte_code <cycle 4> [73]
                0.00    0.00    3188/98231       x_x_to_emacs_modifiers [1001]
                0.00    0.00    3188/98231       handle_one_xevent [99]
                0.00    0.00    4585/98231       resolve_face_name [856]
                0.00    0.00    8705/98231       Ffind_file_name_handler [158]
                0.00    0.00    9158/98231       parse_modifiers [377]
                0.00    0.00    9754/98231       store_symval_forwarding <cycle 4> [802]
                0.00    0.00   24913/98231       apply_modifiers [309]
                0.00    0.00   28232/98231       lookup_char_property [390]
[798]    0.0    0.00    0.00   98231         Fplist_get [798]
-----------------------------------------------
                0.00    0.00       1/74640       swap_in_global_binding <cycle 4> [1418]
                0.00    0.00       2/74640       Fkill_local_variable <cycle 4> [741]
                0.00    0.00       4/74640       readevalloop <cycle 4> [402]
                0.00    0.00       7/74640       make_blv [506]
                0.00    0.00      14/74640       Fmake_local_variable <cycle 4> [436]
                0.00    0.00      45/74640       update_overlay_arrows <cycle 4> [299]
                0.00    0.00      45/74640       Fdefault_boundp [1125]
                0.00    0.00      50/74640       overlay_arrows_changed_p <cycle 4> [1227]
                0.00    0.00     119/74640       Fdefault_value [874]
                0.00    0.00     352/74640       display_line <cycle 4> [184]
                0.00    0.00    2563/74640       Fcommandp <cycle 4> [853]
                0.00    0.00    5557/74640       set_internal [145]
                0.00    0.00   14536/74640       swap_in_symval_forwarding [295]
                0.00    0.00   19807/74640       specbind <cycle 4> [128]
                0.00    0.00   31538/74640       Fsymbol_value <cycle 4> [806]
[799]    0.0    0.00    0.00   74640         do_symval_forwarding [799]
-----------------------------------------------
                0.00    0.00       1/69910       x_set_screen_gamma [692]
                0.00    0.00       1/69910       update_face_from_frame_parameter [688]
                0.00    0.00       1/69910       Fcommandp <cycle 4> [853]
                0.00    0.00       2/69910       Ffind_operation_coding_system [358]
                0.00    0.00       2/69910       Fsignal <cycle 4> [647]
                0.00    0.00       2/69910       print_error_message <cycle 4> [1618]
                0.00    0.00       4/69910       Fcheck_coding_system [529]
                0.00    0.00       5/69910       reset_buffer_local_variables [1374]
                0.00    0.00      36/69910       x_set_frame_parameters <cycle 4> [114]
                0.00    0.00      37/69910       Fdefalias [224]
                0.00    0.00      44/69910       lookup_fringe_bitmap [451]
                0.00    0.00      82/69910       Finternal_make_lisp_face [385]
                0.00    0.00      84/69910       Fmake_char_table [395]
                0.00    0.00      90/69910       update_overlay_arrows <cycle 4> [299]
                0.00    0.00     412/69910       display_mode_element <cycle 4> [379]
                0.00    0.00     518/69910       Finteractive_form [1055]
                0.00    0.00     518/69910       Fcall_interactively <cycle 4> [106]
                0.00    0.00     625/69910       process_tool_bar_item <cycle 4> [333]
                0.00    0.00    1032/69910       Fwhere_is_internal <cycle 4> [326]
                0.00    0.00    1321/69910       Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00    1602/69910       exec_byte_code <cycle 4> [73]
                0.00    0.00    3188/69910       x_x_to_emacs_modifiers [1001]
                0.00    0.00    3188/69910       handle_one_xevent [99]
                0.00    0.00    4585/69910       resolve_face_name [856]
                0.00    0.00    8705/69910       Ffind_file_name_handler [158]
                0.00    0.00    9158/69910       parse_modifiers [377]
                0.00    0.00    9754/69910       store_symval_forwarding <cycle 4> [802]
                0.00    0.00   24913/69910       apply_modifiers [309]
[800]    0.0    0.00    0.00   69910         Fget [800]
-----------------------------------------------
                0.00    0.00      37/69654       valid_lisp_object_p [227]
                0.00    0.00    1074/69654       lisp_free [967]
                0.00    0.00    2473/69654       sweep_vectors [91]
                0.00    0.00    6509/69654       lisp_align_free [833]
                0.00    0.00   24933/69654       Fgarbage_collect <cycle 4> [64]
                0.00    0.00   34628/69654       mark_maybe_object [165]
[801]    0.0    0.00    0.00   69654         mem_find [801]
-----------------------------------------------
                                   1             swap_in_global_binding <cycle 4> [1418]
                                   2             load_charset <cycle 4> [221]
                                   6             Finsert_file_contents <cycle 4> [351]
                                   6             Feval_buffer <cycle 4> [507]
                                   8             set_frame_menubar <cycle 4> [418]
                                  11             funcall_lambda <cycle 4> [314]
                                  12             readevalloop <cycle 4> [402]
                                  14             Fmake_local_variable <cycle 4> [436]
                                  14             Fload <cycle 4> [411]
                                  20             redisplay_window <cycle 4> [410]
                                  30             show_hourglass <cycle 4> [183]
                                  36             eval_sub <cycle 4> [176]
                                  70             with_echo_area_buffer <cycle 4> [405]
                                  97             inhibit_garbage_collection <cycle 4> [111]
                                 120             FletX <cycle 4> [381]
                                 314             menu_item_eval_property <cycle 4> [109]
                                 467             handle_fontified_prop <cycle 4> [243]
                                 612             Feval <cycle 4> [320]
                                 929             safe__call <cycle 4> [301]
                                1022             prepare_to_modify_buffer_1 <cycle 4> [250]
                                1022             signal_after_change <cycle 4> [297]
                                1549             safe_run_hooks <cycle 4> [276]
                                1792             Fset <cycle 4> [249]
                                2897             unbind_to <cycle 4> [244]
                                3057             update_compositions <cycle 4> [154]
                               11553             exec_byte_code <cycle 4> [73]
                               14522             find_symbol_value <cycle 4> [298]
                               16433             Fset_default <cycle 4> [198]
                0.00    0.00       1/9783        recursive_edit_1 [3]
                0.00    0.01      45/9783        timer_check [59]
                0.00    0.01      47/9783        redisplay_internal [38]
[802]    0.0    0.00    0.00   56709         store_symval_forwarding <cycle 4> [802]
                0.00    0.00    9754/98231       Fplist_get [798]
                0.00    0.00    9754/69910       Fget [800]
                0.00    0.00    4877/7242        Ffboundp [831]
                0.00    0.00      58/5997        Findirect_function [839]
                                  58             call1 <cycle 4> [949]
-----------------------------------------------
                0.00    0.00   55548/55548       compile_pattern [156]
[803]    0.0    0.00    0.00   55548         re_set_syntax [803]
-----------------------------------------------
                0.00    0.00   55548/55548       compile_pattern [156]
[804]    0.0    0.00    0.00   55548         re_set_whitespace_regexp [804]
-----------------------------------------------
                0.00    0.00    5458/50334       re_match_2 [846]
                0.00    0.00   44876/50334       re_search_2 [72]
[805]    0.0    0.00    0.00   50334         SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
                                   2             bidi_initialize <cycle 4> [167]
                                   4             Fmake_local_variable <cycle 4> [436]
                                 786             display_mode_element <cycle 4> [379]
                                2629             eval_sub <cycle 4> [176]
                               16077             set_buffer_internal_1 <cycle 4> [871]
                               30046             exec_byte_code <cycle 4> [73]
[806]    0.0    0.00    0.00   49544         Fsymbol_value <cycle 4> [806]
                0.00    0.00   31538/74640       do_symval_forwarding [799]
                               49544             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00       1/49012       make_frame <cycle 4> [534]
                0.00    0.00       1/49012       Fundo_boundary <cycle 4> [1582]
                0.00    0.00       1/49012       print_error_message <cycle 4> [1618]
                0.00    0.00       2/49012       Fautoload_do_load <cycle 4> [587]
                0.00    0.00       4/49012       Fcar_less_than_car [1506]
                0.00    0.00       6/49012       merge <cycle 4> [1492]
                0.00    0.00      13/49012       parse_single_submenu <cycle 4> [494]
                0.00    0.00      24/49012       face_at_string_position [275]
                0.00    0.00      24/49012       Fnext_single_property_change [217]
                0.00    0.00      37/49012       x_set_frame_parameters <cycle 4> [114]
                0.00    0.00      44/49012       lookup_fringe_bitmap [451]
                0.00    0.00      52/49012       Fnew_fontset <cycle 4> [371]
                0.00    0.00      55/49012       Fif <cycle 4> [1145]
                0.00    0.00      64/49012       Fcond <cycle 4> [1316]
                0.00    0.00      70/49012       Fget_buffer [884]
                0.00    0.00      82/49012       Ffuncall <cycle 4> [29]
                0.00    0.00     137/49012       Fdefvar <cycle 4> [454]
                0.00    0.00     250/49012       FletX <cycle 4> [381]
                0.00    0.00     252/49012       Flet <cycle 4> [431]
                0.00    0.00     333/49012       Fset_fontset_font <cycle 4> [56]
                0.00    0.00     443/49012       apply_lambda <cycle 4> [340]
                0.00    0.00     462/49012       readevalloop <cycle 4> [402]
                0.00    0.00     500/49012       Fsetq <cycle 4> [338]
                0.00    0.00     518/49012       Fcall_interactively <cycle 4> [106]
                0.00    0.00     744/49012       read_vector <cycle 5> [366]
                0.00    0.00     861/49012       process_tool_bar_item <cycle 4> [333]
                0.00    0.00     999/49012       offset_intervals [288]
                0.00    0.00    1180/49012       validate_plist [850]
                0.00    0.00    1856/49012       Faccessible_keymaps <cycle 4> [283]
                0.00    0.00    1856/49012       where_is_internal <cycle 4> [157]
                0.00    0.00    2191/49012       add_properties [291]
                0.00    0.00    3353/49012       scan_sexps_forward [34]
                0.00    0.00    3660/49012       get_char_property_and_overlay [100]
                0.00    0.00    5042/49012       eval_sub <cycle 4> [176]
                0.00    0.00    5718/49012       get_keymap [766]
                0.00    0.00    8379/49012       Ftext_property_any [323]
                0.00    0.00    9798/49012       compute_stop_pos [166]
[807]    0.0    0.00    0.00   49012         Fcar [807]
-----------------------------------------------
                0.00    0.00   46481/46481       traverse_intervals_noorder <cycle 4> [989]
[808]    0.0    0.00    0.00   46481         mark_interval [808]
-----------------------------------------------
                0.00    0.00       1/41387       buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       1/41387       make_frame <cycle 4> [534]
                0.00    0.00       2/41387       eval_sub <cycle 4> [176]
                0.00    0.00       3/41387       set_window_buffer <cycle 4> [573]
                0.00    0.00       3/41387       decode_coding_gap <cycle 4> [603]
                0.00    0.00       3/41387       Finsert_file_contents <cycle 4> [351]
                0.00    0.00      44/41387       truncate_undo_list <cycle 4> [1264]
                0.00    0.00      89/41387       let_shadows_buffer_binding_p [1174]
                0.00    0.00     556/41387       find_automatic_composition [293]
                0.00    0.00    1039/41387       code_conversion_save <cycle 4> [376]
                0.00    0.00    1486/41387       save_excursion_save [581]
                0.00    0.00    3699/41387       exec_byte_code <cycle 4> [73]
                0.00    0.00   14649/41387       swap_in_symval_forwarding [295]
                0.00    0.00   19812/41387       specbind <cycle 4> [128]
[809]    0.0    0.00    0.00   41387         Fcurrent_buffer [809]
-----------------------------------------------
                0.00    0.00       1/31663       print_string <cycle 4> [1620]
                0.00    0.00     170/31663       string_to_multibyte [658]
                0.00    0.00     500/31663       insert_from_string_1 <cycle 4> [240]
                0.00    0.00   30992/31663       concat [103]
[810]    0.0    0.00    0.00   31663         count_size_as_multibyte [810]
-----------------------------------------------
                0.00    0.00       4/29246       make_buffer_string_both [306]
                0.00    0.00   29242/29246       concat [103]
[811]    0.0    0.00    0.00   29246         make_uninit_string [811]
-----------------------------------------------
                0.00    0.00     999/28807       offset_intervals [288]
                0.00    0.00   27808/28807       Fnext_property_change [269]
[812]    0.0    0.00    0.00   28807         intervals_equal [812]
-----------------------------------------------
                                 146             analyze_first [813]
                0.00    0.00      24/27792       re_compile_pattern [270]
                0.00    0.00   27768/27792       re_compile_fastmap [814]
[813]    0.0    0.00    0.00   27792+146     analyze_first [813]
                                 146             analyze_first [813]
-----------------------------------------------
                0.00    0.00   27768/27768       re_search_2 [72]
[814]    0.0    0.00    0.00   27768         re_compile_fastmap [814]
                0.00    0.00   27768/27792       analyze_first [813]
-----------------------------------------------
                0.00    0.00     523/27343       arithcompare_driver [1050]
                0.00    0.00   26820/27343       exec_byte_code <cycle 4> [73]
[815]    0.0    0.00    0.00   27343         arithcompare [815]
-----------------------------------------------
                0.00    0.00   25395/25395       mark_vectorlike <cycle 4> [127]
[816]    0.0    0.00    0.00   25395         mark_save_value [816]
-----------------------------------------------
                0.00    0.00    2823/18301       Ffuncall <cycle 4> [29]
                0.00    0.00   15478/18301       exec_byte_code <cycle 4> [73]
[817]    0.0    0.00    0.00   18301         arith_driver [817]
-----------------------------------------------
                0.00    0.00       1/14391       make_frame <cycle 4> [534]
                0.00    0.00       1/14391       read_char <cycle 2> [20]
                0.00    0.00       1/14391       Fdefine_key <cycle 4> [112]
                0.00    0.00       2/14391       init_kboard [655]
                0.00    0.00       2/14391       font_update_drivers [568]
                0.00    0.00       3/14391       font_registry_charsets [31]
                0.00    0.00       5/14391       Fget_buffer_create <cycle 4> [479]
                0.00    0.00      10/14391       Fcopy_keymap [551]
                0.00    0.00      10/14391       lookup_image <cycle 4> [495]
                0.00    0.00      16/14391       Ffuncall <cycle 4> [29]
                0.00    0.00      18/14391       process_tool_bar_item <cycle 4> [333]
                0.00    0.00      23/14391       Faccessible_keymaps <cycle 4> [283]
                0.00    0.00      35/14391       openp <cycle 4> [220]
                0.00    0.00      61/14391       menu_bar_item <cycle 4> [467]
                0.00    0.00     852/14391       Fset_fontset_font <cycle 4> [56]
                0.00    0.00    1019/14391       update_compositions <cycle 4> [154]
                0.00    0.00    1582/14391       read_list <cycle 5> [357]
                0.00    0.00    1785/14391       accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00    3100/14391       Fcurrent_active_maps <cycle 4> [192]
                0.00    0.00    5865/14391       exec_byte_code <cycle 4> [73]
[818]    0.0    0.00    0.00   14391         list1 [818]
-----------------------------------------------
                0.00    0.00   14382/14382       sweep_weak_table <cycle 4> [1009]
[819]    0.0    0.00    0.00   14382         survives_gc_p [819]
-----------------------------------------------
                0.00    0.00   12624/12624       set_point_both [206]
[820]    0.0    0.00    0.00   12624         previous_interval [820]
-----------------------------------------------
                0.00    0.00      23/11766       Fdefine_key <cycle 4> [112]
                0.00    0.00     192/11766       accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00     261/11766       Fwhere_is_internal <cycle 4> [326]
                0.00    0.00     347/11766       access_keymap_1 <cycle 4> [305]
                0.00    0.00     456/11766       boyer_moore [748]
                0.00    0.00     462/11766       preferred_sequence_p [367]
                0.00    0.00     703/11766       search_buffer [181]
                0.00    0.00    1833/11766       Faccessible_keymaps <cycle 4> [283]
                0.00    0.00    2046/11766       where_is_internal <cycle 4> [157]
                0.00    0.00    2549/11766       exec_byte_code <cycle 4> [73]
                0.00    0.00    2894/11766       Flookup_key <cycle 4> [891]
[821]    0.0    0.00    0.00   11766         Faref [821]
                0.00    0.00       8/5549204     string_char_to_byte [752]
-----------------------------------------------
                0.00    0.00       1/10850       unwind_create_frame [1632]
                0.00    0.00       1/10850       x_set_tool_bar_position [638]
                0.00    0.00       1/10850       print_error_message <cycle 4> [1618]
                0.00    0.00       2/10850       next_window [728]
                0.00    0.00       2/10850       record_buffer [654]
                0.00    0.00       2/10850       Fsignal <cycle 4> [647]
                0.00    0.00       2/10850       Fprovide [583]
                0.00    0.00       4/10850       redisplay_window <cycle 4> [410]
                0.00    0.00      10/10850       eval_sub <cycle 4> [176]
                0.00    0.00      10/10850       Ffeaturep [139]
                0.00    0.00      70/10850       menu_bar_item <cycle 4> [467]
                0.00    0.00     158/10850       where_is_internal <cycle 4> [157]
                0.00    0.00     171/10850       Fset_fontset_font <cycle 4> [56]
                0.00    0.00     188/10850       Ffind_file_name_handler [158]
                0.00    0.00     278/10850       accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00     573/10850       window_list_1 [344]
                0.00    0.00     666/10850       Fset_charset_priority [444]
                0.00    0.00    8711/10850       exec_byte_code <cycle 4> [73]
[822]    0.0    0.00    0.00   10850         Fmemq [822]
-----------------------------------------------
                0.00    0.00       3/10056       sweep_buffers [868]
                0.00    0.00      37/10056       sweep_misc [1240]
                0.00    0.00     997/10056       sweep_strings [1241]
                0.00    0.00    2510/10056       sweep_vectors [91]
                0.00    0.00    6509/10056       lisp_align_free [833]
[823]    0.0    0.00    0.00   10056         mem_delete [823]
                0.00    0.00    1333/5100        mem_rotate_right [848]
                0.00    0.00     952/5019        mem_rotate_left [849]
-----------------------------------------------
                0.00    0.00     268/9334        show_hourglass <cycle 4> [183]
                0.00    0.00    3592/9334        handle_line_prefix [260]
                0.00    0.00    5474/9334        x_produce_glyphs [57]
[824]    0.0    0.00    0.00    9334         get_it_property [824]
-----------------------------------------------
                0.00    0.00       1/9070        Fredirect_frame_focus <cycle 4> [1575]
                0.00    0.00       1/9070        delete_frame <cycle 4> [230]
                0.00    0.00     515/9070        Fborder_width [1059]
                0.00    0.00     587/9070        Fframe_char_width [1029]
                0.00    0.00    1623/9070        Fframe_char_height [927]
                0.00    0.00    3135/9070        Fframe_parameters [171]
                0.00    0.00    3208/9070        Fframe_parameter [172]
[825]    0.0    0.00    0.00    9070         decode_any_frame [825]
-----------------------------------------------
                                9002             mark_object <cycle 4> [46]
[826]    0.0    0.00    0.00    9002         mark_compiled <cycle 4> [826]
                               34730             mark_object <cycle 4> [46]
-----------------------------------------------
                0.00    0.00       1/8883        buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       8/8883        pos_visible_p <cycle 4> [1462]
                0.00    0.00     510/8883        Fvertical_motion <cycle 4> [209]
                0.00    0.00     511/8883        move_it_to <cycle 4> [213]
                0.00    0.00    1020/8883        move_it_vertically_backward <cycle 4> [292]
                0.00    0.00    1091/8883        init_iterator <cycle 4> [163]
                0.00    0.00    2626/8883        reseat_1 <cycle 4> [889]
                0.00    0.00    3116/8883        back_to_previous_visible_line_start [238]
[827]    0.0    0.00    0.00    8883         bidi_unshelve_cache [827]
-----------------------------------------------
                0.00    0.00       1/8775        Fx_create_frame <cycle 4> [202]
                0.00    0.00       1/8775        Frecursive_edit [2]
                0.00    0.00       2/8775        save_menu_items [605]
                0.00    0.00       2/8775        set_frame_menubar <cycle 4> [418]
                0.00    0.00       2/8775        Fautoload_do_load <cycle 4> [587]
                0.00    0.00       2/8775        Feval_buffer <cycle 4> [507]
                0.00    0.00       3/8775        set_window_buffer <cycle 4> [573]
                0.00    0.00       3/8775        Fkill_buffer <cycle 4> [565]
                0.00    0.00       3/8775        Finsert_file_contents <cycle 4> [351]
                0.00    0.00       6/8775        show_hourglass <cycle 4> [183]
                0.00    0.00       6/8775        redisplay_internal [38]
                0.00    0.00       8/8775        Fload <cycle 4> [411]
                0.00    0.00      14/8775        x_consider_frame_title <cycle 4> [361]
                0.00    0.00      35/8775        with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      44/8775        truncate_undo_list <cycle 4> [1264]
                0.00    0.00      48/8775        display_mode_line <cycle 4> [472]
                0.00    0.00    1039/8775        code_conversion_save <cycle 4> [376]
                0.00    0.00    7556/8775        exec_byte_code <cycle 4> [73]
[828]    0.0    0.00    0.00    8775         record_unwind_protect [828]
-----------------------------------------------
                0.00    0.00    1041/8148        region_cache_forward [973]
                0.00    0.00    3075/8148        region_cache_backward [881]
                0.00    0.00    4032/8148        delete_cache_boundaries [837]
[829]    0.0    0.00    0.00    8148         find_cache_boundary [829]
-----------------------------------------------
                                7309             mark_object <cycle 4> [46]
[830]    0.0    0.00    0.00    7309         mark_localized_symbol <cycle 4> [830]
                               14618             mark_object <cycle 4> [46]
                                 139             traverse_intervals_noorder <cycle 4> [989]
                                  58             mark_buffer <cycle 4> [1090]
                                  45             mark_vectorlike <cycle 4> [127]
                                   1             swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
                0.00    0.00       2/7242        Fload <cycle 4> [411]
                0.00    0.00       3/7242        Finsert_file_contents <cycle 4> [351]
                0.00    0.00       8/7242        readevalloop <cycle 4> [402]
                0.00    0.00       9/7242        eval_sub <cycle 4> [176]
                0.00    0.00      10/7242        update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      14/7242        Ffunctionp [859]
                0.00    0.00      26/7242        Fsubstitute_in_file_name <cycle 4> [312]
                0.00    0.00     253/7242        Ffuncall <cycle 4> [29]
                0.00    0.00    2040/7242        keyremap_step.constprop.45 [27]
                0.00    0.00    4877/7242        store_symval_forwarding <cycle 4> [802]
[831]    0.0    0.00    0.00    7242         Ffboundp [831]
-----------------------------------------------
                0.00    0.00     141/6814        font_list_entities [16]
                0.00    0.00    1090/6814        where_is_internal_1 <cycle 4> [101]
                0.00    0.00    1214/6814        fontset_add [75]
                0.00    0.00    1785/6814        accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00    2584/6814        Ffuncall <cycle 4> [29]
[832]    0.0    0.00    0.00    6814         Fvconcat [832]
-----------------------------------------------
                0.00    0.00    6509/6509        sweep_conses [131]
[833]    0.0    0.00    0.00    6509         lisp_align_free [833]
                0.00    0.00    6509/10056       mem_delete [823]
                0.00    0.00    6509/69654       mem_find [801]
-----------------------------------------------
                0.00    0.00    2760/6322        bidi_move_to_visually_next <cycle 4> [185]
                0.00    0.00    3562/6322        bidi_paragraph_init <cycle 4> [485]
[834]    0.0    0.00    0.00    6322         bidi_line_init [834]
-----------------------------------------------
                0.00    0.00    6230/6230        Fget_pos_property [204]
[835]    0.0    0.00    0.00    6230         overlays_around [835]
-----------------------------------------------
                0.00    0.00    1086/6187        Ffuncall <cycle 4> [29]
                0.00    0.00    5101/6187        exec_byte_code <cycle 4> [73]
[836]    0.0    0.00    0.00    6187         Fplus [836]
-----------------------------------------------
                                2518             delete_cache_boundaries [837]
                0.00    0.00     510/6164        find_newline [630]
                0.00    0.00     555/6164        know_region_cache [1037]
                0.00    0.00     983/6164        invalidate_region_cache [983]
                0.00    0.00    1041/6164        region_cache_forward [973]
                0.00    0.00    3075/6164        region_cache_backward [881]
[837]    0.0    0.00    0.00    6164+2518    delete_cache_boundaries [837]
                0.00    0.00    4032/8148        find_cache_boundary [829]
                0.00    0.00    2021/2021        move_cache_gap [911]
                                2518             delete_cache_boundaries [837]
-----------------------------------------------
                0.00    0.00       4/6062        erase_phys_cursor <cycle 4> [1265]
                0.00    0.00      70/6062        window_box_right_offset [1190]
                0.00    0.00      86/6062        hscroll_window_tree [498]
                0.00    0.00     223/6062        window_box_right [1124]
                0.00    0.00     226/6062        x_clear_end_of_line <cycle 4> [1118]
                0.00    0.00     277/6062        draw_glyphs <cycle 4> [35]
                0.00    0.00     330/6062        coordinates_in_window [1164]
                0.00    0.00     409/6062        get_glyph_string_clip_rects [1032]
                0.00    0.00     500/6062        window_box <cycle 4> [1048]
                0.00    0.00    1705/6062        window_box_left_offset [901]
                0.00    0.00    2232/6062        init_iterator <cycle 4> [163]
[838]    0.0    0.00    0.00    6062         window_box_width [838]
-----------------------------------------------
                0.00    0.00       2/5997        Fautoload_do_load <cycle 4> [587]
                0.00    0.00      58/5997        store_symval_forwarding <cycle 4> [802]
                0.00    0.00    1601/5997        Ffuncall <cycle 4> [29]
                0.00    0.00    4336/5997        get_backtrace_frame [966]
[839]    0.0    0.00    0.00    5997         Findirect_function [839]
-----------------------------------------------
                0.00    0.00       5/5857        run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00      33/5857        Ffuncall <cycle 4> [29]
                0.00    0.00    2902/5857        unbind_to <cycle 4> [244]
                0.00    0.00    2917/5857        specbind <cycle 4> [128]
[840]    0.0    0.00    0.00    5857         Flocal_variable_p [840]
                0.00    0.00       1/6           indirect_variable [1412]
-----------------------------------------------
                0.00    0.00       3/5810        display_mode_element <cycle 4> [379]
                0.00    0.00       3/5810        Fsort [501]
                0.00    0.00      42/5810        exec_byte_code <cycle 4> [73]
                0.00    0.00    5762/5810        Fnth [842]
[841]    0.0    0.00    0.00    5810         Fnthcdr [841]
-----------------------------------------------
                0.00    0.00      44/5762        lookup_fringe_bitmap [451]
                0.00    0.00    5718/5762        get_keymap [766]
[842]    0.0    0.00    0.00    5762         Fnth [842]
                0.00    0.00    5762/5810        Fnthcdr [841]
-----------------------------------------------
                0.00    0.00       2/5577        internal_catch [6]
                0.00    0.00       2/5577        internal_condition_case_2 <cycle 4> [1531]
                0.00    0.00       3/5577        internal_condition_case <cycle 2> [215]
                0.00    0.00     366/5577        internal_condition_case_1 <cycle 4> [1098]
                0.00    0.00    2304/5577        internal_condition_case_n <cycle 4> [896]
                0.00    0.00    2900/5577        exec_byte_code <cycle 4> [73]
[843]    0.0    0.00    0.00    5577         push_handler [843]
                0.00    0.00    5577/5577        push_handler_nosignal [844]
-----------------------------------------------
                0.00    0.00    5577/5577        push_handler [843]
[844]    0.0    0.00    0.00    5577         push_handler_nosignal [844]
-----------------------------------------------
                0.00    0.00    5469/5469        compile_pattern [156]
[845]    0.0    0.00    0.00    5469         re_set_registers [845]
-----------------------------------------------
                0.00    0.00       4/5458        looking_at_1 [468]
                0.00    0.00    5454/5458        fast_looking_at [186]
[846]    0.0    0.00    0.00    5458         re_match_2 [846]
                0.00    0.00    5458/50334       SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
                0.00    0.00       1/5391        Fposn_at_x_y [1573]
                0.00    0.00       3/5391        Fwindow_prev_buffers [1483]
                0.00    0.00       3/5391        Fset_window_prev_buffers [1479]
                0.00    0.00       3/5391        Fwindow_next_buffers [1482]
                0.00    0.00       3/5391        Fset_window_next_buffers [1478]
                0.00    0.00       3/5391        set_window_buffer <cycle 4> [573]
                0.00    0.00       4/5391        Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00      26/5391        Fwindow_right_divider_width [1300]
                0.00    0.00      52/5391        Fwindow_bottom_divider_width [1298]
                0.00    0.00      78/5391        Fwindow_scroll_bar_height [1301]
                0.00    0.00      86/5391        Fwindow_point [1176]
                0.00    0.00      86/5391        Fwindow_old_point [1175]
                0.00    0.00     104/5391        Fwindow_mode_line_height <cycle 4> [1299]
                0.00    0.00     149/5391        Fwindow_scroll_bar_width [1302]
                0.00    0.00     515/5391        Fwindow_body_height [1060]
                0.00    0.00     515/5391        Fwindow_body_width [1061]
                0.00    0.00     541/5391        Fwindow_margins [1043]
                0.00    0.00     541/5391        Fwindow_fringes [1041]
                0.00    0.00     566/5391        decode_next_window_args [1030]
                0.00    0.00    1030/5391        Fwindow_scroll_bars [319]
                0.00    0.00    1082/5391        Fwindow_header_line_height [1042]
[847]    0.0    0.00    0.00    5391         set_window_margins [847]
                0.00    0.00       6/18          extract_dimension [1334]
-----------------------------------------------
                0.00    0.00    1333/5100        mem_delete [823]
                0.00    0.00    3767/5100        mem_insert [310]
[848]    0.0    0.00    0.00    5100         mem_rotate_right [848]
-----------------------------------------------
                0.00    0.00     952/5019        mem_delete [823]
                0.00    0.00    4067/5019        mem_insert [310]
[849]    0.0    0.00    0.00    5019         mem_rotate_left [849]
-----------------------------------------------
                0.00    0.00       2/5001        Fremove_text_properties <cycle 4> [625]
                0.00    0.00       3/5001        set_text_properties [558]
                0.00    0.00    4996/5001        add_text_properties_1 <cycle 4> [104]
[850]    0.0    0.00    0.00    5001         validate_plist [850]
                0.00    0.00    1180/49012       Fcar [807]
                0.00    0.00     576/410271      Fcdr [768]
-----------------------------------------------
                0.00    0.00    4873/4873        exec_byte_code <cycle 4> [73]
[851]    0.0    0.00    0.00    4873         Fmin [851]
-----------------------------------------------
                0.00    0.00     516/4865        skip_syntaxes [349]
                0.00    0.00    1443/4865        Fbackward_prefix_chars [287]
                0.00    0.00    1450/4865        scan_sexps_forward [34]
                0.00    0.00    1456/4865        scan_lists [149]
[852]    0.0    0.00    0.00    4865         SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
                                   4             Frun_hook_with_args_until_failure <cycle 4> [1449]
                                   6             run_hook <cycle 4> [1416]
                                  69             Frun_hooks <cycle 4> [1260]
                                1000             signal_after_change <cycle 4> [297]
                                1548             safe_run_hooks <cycle 4> [276]
                                2072             Ffuncall <cycle 4> [29]
[853]    0.0    0.00    0.00    4699         Fcommandp <cycle 4> [853]
                0.00    0.00    2563/74640       do_symval_forwarding [799]
                0.00    0.00    2001/3215        Fdefault_value [874]
                0.00    0.00       2/427893      indirect_function [767]
                0.00    0.00       1/98231       Fplist_get [798]
                0.00    0.00       1/69910       Fget [800]
                0.00    0.00       1/139         Fsymbol_function [1149]
                                4697             find_symbol_value <cycle 4> [298]
                                2076             funcall_nil <cycle 4> [908]
                                1544             safe_run_hook_funcall <cycle 4> [933]
                                 542             Ffuncall <cycle 4> [29]
                                 467             run_hook_wrapped_funcall <cycle 4> [1084]
                                   1             funcall_not <cycle 4> [1605]
-----------------------------------------------
                                   5             run_funs <cycle 4> [1437]
                                 510             Fcall_interactively <cycle 4> [106]
                                1000             prepare_to_modify_buffer_1 <cycle 4> [250]
                                1544             internal_condition_case_n <cycle 4> [896]
                0.01    0.13     510/9783        command_loop_1 <cycle 2> [18]
                0.01    0.13     518/9783        read_char <cycle 2> [20]
                0.01    0.14     522/9783        top_level_1 <cycle 2> [39]
[854]    0.0    0.00    0.00    4609         call0 <cycle 4> [854]
                                4609             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00    4598/4598        hash_lookup [25]
[855]    0.0    0.00    0.00    4598         hashfn_eql [855]
-----------------------------------------------
                0.00    0.00    1321/4585        Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00    1502/4585        get_lface_attributes [355]
                0.00    0.00    1762/4585        lface_from_face_name [921]
[856]    0.0    0.00    0.00    4585         resolve_face_name [856]
                0.00    0.00    4585/98231       Fplist_get [798]
                0.00    0.00    4585/69910       Fget [800]
-----------------------------------------------
                                 552             display_string <cycle 4> [210]
                                1091             init_iterator <cycle 4> [163]
                                2626             reseat_1 <cycle 4> [889]
[857]    0.0    0.00    0.00    4269         bidi_init_it <cycle 4> [857]
                                   1             bidi_initialize <cycle 4> [167]
-----------------------------------------------
                0.00    0.00       4/4179        Fset_match_data [315]
                0.00    0.00      12/4179        delete_all_child_windows [1521]
                0.00    0.00      15/4179        message_dolog <cycle 4> [742]
                0.00    0.00      15/4179        set_marker_restricted_both [1345]
                0.00    0.00     190/4179        set_marker_both [1108]
                0.00    0.00     484/4179        set_marker_internal [747]
                0.00    0.00    1486/4179        save_excursion_restore <cycle 4> [303]
                0.00    0.00    1973/4179        sweep_misc [1240]
[858]    0.0    0.00    0.00    4179         unchain_marker [858]
-----------------------------------------------
                0.00    0.00      49/3900        Ffuncall <cycle 4> [29]
                0.00    0.00    3851/3900        exec_byte_code <cycle 4> [73]
[859]    0.0    0.00    0.00    3900         Ffunctionp [859]
                0.00    0.00      14/7242        Ffboundp [831]
-----------------------------------------------
                                3851             unbind_to <cycle 4> [244]
[860]    0.0    0.00    0.00    3851         bcall0 <cycle 4> [860]
                                3851             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       3/3768        decide_coding_unwind [1485]
                0.00    0.00     352/3768        display_line <cycle 4> [184]
                0.00    0.00     729/3768        del_range_2 [332]
                0.00    0.00    2684/3768        move_it_to <cycle 4> [213]
[861]    0.0    0.00    0.00    3768         recenter_overlay_lists [861]
-----------------------------------------------
                0.00    0.00    1476/3680        save_restriction_restore [942]
                0.00    0.00    2204/3680        Fwiden [900]
[862]    0.0    0.00    0.00    3680         invalidate_current_column [862]
-----------------------------------------------
                0.00    0.00       1/3667        buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       3/3667        move_it_in_display_line_to <cycle 4> [58]
                0.00    0.00       8/3667        pos_visible_p <cycle 4> [1462]
                0.00    0.00     510/3667        Fvertical_motion <cycle 4> [209]
                0.00    0.00     567/3667        move_it_to <cycle 4> [213]
                0.00    0.00    1020/3667        move_it_vertically_backward <cycle 4> [292]
                0.00    0.00    1558/3667        back_to_previous_visible_line_start [238]
[863]    0.0    0.00    0.00    3667         bidi_shelve_cache [863]
-----------------------------------------------
                                 264             next_element_from_string <cycle 4> [219]
                                 288             next_element_from_c_string <cycle 4> [930]
                                3114             next_element_from_buffer <cycle 4> [161]
[864]    0.0    0.00    0.00    3666         get_visually_first_element <cycle 4> [864]
                                3544             bidi_paragraph_init <cycle 4> [485]
                                3544             bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
                                   6             tool_bar_items <cycle 4> [452]
                                 122             Fmap_keymap <cycle 4> [1157]
                                1682             where_is_internal <cycle 4> [157]
                                1820             Faccessible_keymaps <cycle 4> [283]
[865]    0.0    0.00    0.00    3630         map_keymap <cycle 4> [865]
                0.00    0.00   10894/465106      get_keymap [766]
                                3634             map_keymap_internal <cycle 4> [680]
-----------------------------------------------
                0.00    0.00    3497/3497        exec_byte_code <cycle 4> [73]
[866]    0.0    0.00    0.00    3497         Fmax [866]
-----------------------------------------------
                0.00    0.00     219/3434        Fdefault_boundp [1125]
                0.00    0.00    3215/3434        Fdefault_value [874]
[867]    0.0    0.00    0.00    3434         default_value [867]
                0.00    0.00       2/6           indirect_variable [1412]
-----------------------------------------------
                0.00    0.00       6/3408        valid_lisp_object_p [227]
                0.00    0.00     196/3408        Fgarbage_collect <cycle 4> [64]
                0.00    0.00    3206/3408        mark_maybe_object [165]
[868]    0.0    0.00    0.00    3408         sweep_buffers [868]
                0.00    0.00     335/176439      balance_intervals [784]
                0.00    0.00      45/312932      balance_an_interval [771]
                0.00    0.00      45/964         balance_intervals_internal [987]
                0.00    0.00       3/10056       mem_delete [823]
                0.00    0.00       3/1074        lisp_free [967]
-----------------------------------------------
                0.00    0.00      70/3325        next_element_from_buffer <cycle 4> [161]
                0.00    0.00    3255/3325        handle_stop <cycle 4> [160]
[869]    0.0    0.00    0.00    3325         get_overlay_strings_1 [869]
                0.00    0.00    3325/3325        load_overlay_strings [870]
-----------------------------------------------
                0.00    0.00    3325/3325        get_overlay_strings_1 [869]
[870]    0.0    0.00    0.00    3325         load_overlay_strings [870]
-----------------------------------------------
                                   1             write_string_1 <cycle 4> [1637]
                                   1             Fprinc <cycle 4> [1574]
                                   2             setup_echo_area_for_printing <cycle 4> [1466]
                                   2             Fkill_buffer <cycle 4> [565]
                                   4             redisplay_mode_lines <cycle 4> [1622]
                                   4             set_frame_menubar <cycle 4> [418]
                                   5             message_dolog <cycle 4> [742]
                                   8             resize_mini_window <cycle 4> [339]
                                  14             unwind_format_mode_line <cycle 4> [1275]
                                  14             x_consider_frame_title <cycle 4> [361]
                                  24             show_hourglass <cycle 4> [183]
                                  35             unwind_with_echo_area_buffer <cycle 4> [1282]
                                  35             with_echo_area_buffer <cycle 4> [405]
                                  49             redisplay_window <cycle 4> [410]
                                  93             Fset_buffer <cycle 4> [897]
                                 727             decode_coding <cycle 4> [547]
                                 803             unbind_to <cycle 4> [244]
                                1454             code_conversion_save <cycle 4> [376]
[871]    0.0    0.00    0.00    3275         set_buffer_internal_1 <cycle 4> [871]
                0.00    0.00    3168/3168        record_buffer_markers [879]
                0.00    0.00    3168/3168        fetch_buffer_markers [878]
                               16077             Fsymbol_value <cycle 4> [806]
-----------------------------------------------
                0.00    0.00    3255/3255        compute_stop_pos [166]
[872]    0.0    0.00    0.00    3255         next_overlay_change [872]
                0.00    0.00    3255/186535      overlays_at [781]
-----------------------------------------------
                0.00    0.00       5/3229        message_dolog <cycle 4> [742]
                0.00    0.00    3224/3229        prepare_to_modify_buffer_1 <cycle 4> [250]
[873]    0.0    0.00    0.00    3229         bset_redisplay [873]
-----------------------------------------------
                0.00    0.00       8/3215        run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00      38/3215        eval_sub <cycle 4> [176]
                0.00    0.00      86/3215        Fbuffer_local_value [1173]
                0.00    0.00    1082/3215        Ffuncall <cycle 4> [29]
                0.00    0.00    2001/3215        Fcommandp <cycle 4> [853]
[874]    0.0    0.00    0.00    3215         Fdefault_value [874]
                0.00    0.00    3215/3434        default_value [867]
                0.00    0.00     119/74640       do_symval_forwarding [799]
-----------------------------------------------
                0.00    0.00    3200/3200        re_compile_pattern [270]
[875]    0.0    0.00    0.00    3200         re_iswctype [875]
-----------------------------------------------
                0.00    0.00    3195/3195        Fnext_single_char_property_change <cycle 4> [233]
[876]    0.0    0.00    0.00    3195         Fnext_char_property_change [876]
                0.00    0.00    3195/3195        Fnext_overlay_change [877]
-----------------------------------------------
                0.00    0.00    3195/3195        Fnext_char_property_change [876]
[877]    0.0    0.00    0.00    3195         Fnext_overlay_change [877]
-----------------------------------------------
                0.00    0.00    3168/3168        set_buffer_internal_1 <cycle 4> [871]
[878]    0.0    0.00    0.00    3168         fetch_buffer_markers [878]
-----------------------------------------------
                0.00    0.00    3168/3168        set_buffer_internal_1 <cycle 4> [871]
[879]    0.0    0.00    0.00    3168         record_buffer_markers [879]
-----------------------------------------------
                                   6             tool_bar_items <cycle 4> [452]
                                   9             menu_bar_items <cycle 4> [435]
                                3100             Fcurrent_active_maps <cycle 4> [192]
[880]    0.0    0.00    0.00    3115         current_minor_maps <cycle 4> [880]
                                3115             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00    3075/3075        find_newline [630]
[881]    0.0    0.00    0.00    3075         region_cache_backward [881]
                0.00    0.00    3075/6164        delete_cache_boundaries [837]
                0.00    0.00    3075/8148        find_cache_boundary [829]
-----------------------------------------------
                0.00    0.00       5/3039        Fcopy_marker [729]
                0.00    0.00      15/3039        set_marker_restricted_both [1345]
                0.00    0.00     283/3039        set_marker_both [1108]
                0.00    0.00     572/3039        set_marker_internal [747]
                0.00    0.00     678/3039        Fmarker_position [1018]
                0.00    0.00    1486/3039        Fmarker_buffer [939]
[882]    0.0    0.00    0.00    3039         CHECK_MARKER [882]
-----------------------------------------------
                0.00    0.00     961/2998        remove_properties [990]
                0.00    0.00    2037/2998        add_properties [291]
[883]    0.0    0.00    0.00    2998         record_property_change [883]
-----------------------------------------------
                0.00    0.00       2/2843        Ffuncall <cycle 4> [29]
                0.00    0.00       2/2843        Feval_buffer <cycle 4> [507]
                0.00    0.00       3/2843        Fgenerate_new_buffer_name [1474]
                0.00    0.00       3/2843        Fkill_buffer <cycle 4> [565]
                0.00    0.00       5/2843        message_dolog <cycle 4> [742]
                0.00    0.00       5/2843        make_process [1435]
                0.00    0.00      10/2843        Fget_buffer_create <cycle 4> [479]
                0.00    0.00     559/2843        Fget_buffer_window [1033]
                0.00    0.00    2254/2843        Fset_buffer <cycle 4> [897]
[884]    0.0    0.00    0.00    2843         Fget_buffer [884]
                0.00    0.00      70/49012       Fcar [807]
                0.00    0.00      70/124360      Fstring_equal [797]
-----------------------------------------------
                                2736             reseat_at_next_visible_line_start <cycle 4> [886]
[885]    0.0    0.00    0.00    2736         forward_to_next_line_start <cycle 4> [885]
                                2736             set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
                                 134             display_line <cycle 4> [184]
                                2602             move_it_to <cycle 4> [213]
[886]    0.0    0.00    0.00    2736         reseat_at_next_visible_line_start <cycle 4> [886]
                                2736             forward_to_next_line_start <cycle 4> [885]
-----------------------------------------------
                0.00    0.00      11/2682        re_match_2_internal [83]
                0.00    0.00    2671/2682        re_compile_pattern [270]
[887]    0.0    0.00    0.00    2682         skip_one_char [887]
-----------------------------------------------
                0.00    0.00       1/2666        fontset_from_font <cycle 4> [343]
                0.00    0.00       2/2666        exec_byte_code <cycle 4> [73]
                0.00    0.00       2/2666        Fnew_fontset <cycle 4> [371]
                0.00    0.00     118/2666        font_prop_validate_symbol [391]
                0.00    0.00     140/2666        ftfont_list [211]
                0.00    0.00     686/2666        font_parse_family_registry [321]
                0.00    0.00     822/2666        Fset_fontset_font <cycle 4> [56]
                0.00    0.00     895/2666        fs_query_fontset [324]
[888]    0.0    0.00    0.00    2666         Fdowncase [888]
-----------------------------------------------
                                 510             move_it_vertically_backward <cycle 4> [292]
                                2127             reseat <cycle 4> [375]
[889]    0.0    0.00    0.00    2637         reseat_1 <cycle 4> [889]
                0.00    0.00    2626/8883        bidi_unshelve_cache [827]
                                2626             bidi_init_it <cycle 4> [857]
-----------------------------------------------
                0.00    0.00      39/2621        read1 <cycle 5> [300]
                0.00    0.00    2582/2621        Fmake_byte_code [248]
[890]    0.0    0.00    0.00    2621         make_byte_code [890]
-----------------------------------------------
                                  45             Ffuncall <cycle 4> [29]
                                 499             shadow_lookup <cycle 4> [459]
                                2062             Fkey_binding <cycle 4> [352]
[891]    0.0    0.00    0.00    2606         Flookup_key <cycle 4> [891]
                0.00    0.00    5065/465106      get_keymap [766]
                0.00    0.00    2894/11766       Faref [821]
                                2894             access_keymap_1 <cycle 4> [305]
                                2311             get_keyelt <cycle 4> [541]
-----------------------------------------------
                0.00    0.00     732/2553        adjust_markers_for_delete [1007]
                0.00    0.00    1821/2553        adjust_markers_for_insert [914]
[892]    0.0    0.00    0.00    2553         adjust_suspend_auto_hscroll [892]
-----------------------------------------------
                0.00    0.00       2/2485        Fset_buffer_multibyte [1450]
                0.00    0.00       3/2485        Finsert_file_contents <cycle 4> [351]
                0.00    0.00      19/2485        prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00     729/2485        del_range_1 <cycle 4> [331]
                0.00    0.00     731/2485        insert_from_gap [670]
                0.00    0.00    1001/2485        insert_from_string_1 <cycle 4> [240]
[893]    0.0    0.00    0.00    2485         invalidate_buffer_caches [893]
                0.00    0.00    1003/1006        invalidate_region_cache [983]
-----------------------------------------------
                0.00    0.00       6/2446        Fset_buffer_multibyte [1450]
                0.00    0.00       8/2446        eval_sub <cycle 4> [176]
                0.00    0.00      16/2446        Fframe_or_buffer_changed_p [599]
                0.00    0.00    2416/2446        Ffuncall <cycle 4> [29]
[894]    0.0    0.00    0.00    2446         Fbuffer_modified_p [894]
-----------------------------------------------
                0.00    0.00    1042/2399        xg_update_menubar [503]
                0.00    0.00    1357/2399        xg_item_label_same_p [432]
[895]    0.0    0.00    0.00    2399         get_utf8_string [895]
-----------------------------------------------
                                 760             safe__call <cycle 4> [301]
                                1544             safe_run_hook_funcall <cycle 4> [933]
[896]    0.0    0.00    0.00    2304         internal_condition_case_n <cycle 4> [896]
                0.00    0.00    2304/5577        push_handler [843]
                0.00    0.00    1544/1544        safe_run_hooks_1 [934]
                                1544             call0 <cycle 4> [854]
                                 760             Ffuncall <cycle 4> [29]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [702]
                                   1             Fkill_buffer <cycle 4> [565]
                                   2             buffer_posn_from_coords <cycle 4> [1590]
                                   3             set_window_buffer <cycle 4> [573]
                                   5             message_dolog <cycle 4> [742]
                                  45             select_window <cycle 4> [528]
                                 711             exec_byte_code <cycle 4> [73]
                                1486             save_excursion_restore <cycle 4> [303]
[897]    0.0    0.00    0.00    2254         Fset_buffer <cycle 4> [897]
                0.00    0.00    2254/2843        Fget_buffer [884]
                0.00    0.00       3/410271      Fcdr [768]
                                  93             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                0.00    0.00       1/2249        Fdelete_terminal <cycle 4> [1564]
                0.00    0.00      23/2249        decode_live_terminal [1315]
                0.00    0.00    2225/2249        Fterminal_live_p [899]
[898]    0.0    0.00    0.00    2249         decode_terminal [898]
-----------------------------------------------
                0.00    0.00    2225/2225        Ffuncall <cycle 4> [29]
[899]    0.0    0.00    0.00    2225         Fterminal_live_p [899]
                0.00    0.00    2225/2249        decode_terminal [898]
-----------------------------------------------
                0.00    0.00     728/2204        Ferase_buffer <cycle 4> [1014]
                0.00    0.00    1476/2204        exec_byte_code <cycle 4> [73]
[900]    0.0    0.00    0.00    2204         Fwiden [900]
                0.00    0.00    2204/3680        invalidate_current_column [862]
-----------------------------------------------
                0.00    0.00       1/2152        Fposn_at_x_y [1573]
                0.00    0.00      39/2152        remember_mouse_glyph [566]
                0.00    0.00      70/2152        window_box_right_offset [1190]
                0.00    0.00      70/2152        note_mouse_highlight [419]
                0.00    0.00    1972/2152        window_box_left [912]
[901]    0.0    0.00    0.00    2152         window_box_left_offset [901]
                0.00    0.00    1705/6062        window_box_width [838]
-----------------------------------------------
                0.00    0.00      48/2149        accessible_keymaps_1 <cycle 4> [228]
                0.00    0.00     206/2149        where_is_internal_1 <cycle 4> [101]
                0.00    0.00    1895/2149        exec_byte_code <cycle 4> [73]
[902]    0.0    0.00    0.00    2149         Faset [902]
-----------------------------------------------
                0.00    0.00       1/2131        eval_sub <cycle 4> [176]
                0.00    0.00       2/2131        Fset_charset_priority [444]
                0.00    0.00       4/2131        window_list [578]
                0.00    0.00       6/2131        Ffuncall <cycle 4> [29]
                0.00    0.00     300/2131        exec_byte_code <cycle 4> [73]
                0.00    0.00    1818/2131        nconc2 [916]
[903]    0.0    0.00    0.00    2131         Fnconc [903]
                0.00    0.00    1990/591680      Fsetcdr [764]
-----------------------------------------------
                0.00    0.00       2/2126        record_buffer [654]
                0.00    0.00       3/2126        Fkill_buffer <cycle 4> [565]
                0.00    0.00      10/2126        Ffuncall <cycle 4> [29]
                0.00    0.00    2111/2126        accessible_keymaps_1 <cycle 4> [228]
[904]    0.0    0.00    0.00    2126         Frassq [904]
-----------------------------------------------
                0.00    0.00       1/2125        x_load_resources [594]
                0.00    0.00       1/2125        xg_store_widget_in_map [1555]
                0.00    0.00       2/2125        Fgarbage_collect <cycle 4> [64]
                0.00    0.00       6/2125        update_window <cycle 4> [458]
                0.00    0.00      13/2125        adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00      18/2125        text_quoting_style <cycle 4> [434]
                0.00    0.00      25/2125        xpalloc [1306]
                0.00    0.00      48/2125        enlarge_buffer_text [1247]
                0.00    0.00     290/2125        re_compile_pattern [270]
                0.00    0.00     309/2125        alloc_destination [713]
                0.00    0.00     432/2125        adjust_glyph_matrix <cycle 4> [1255]
                0.00    0.00     980/2125        shrink_regexp_cache [1237]
[905]    0.0    0.00    0.00    2125         xrealloc [905]
-----------------------------------------------
                0.00    0.00       1/2119        Fredraw_frame <cycle 4> [1576]
                0.00    0.00       1/2119        check_minibuf_window <cycle 4> [1592]
                0.00    0.00       1/2119        Fmake_frame_visible <cycle 4> [606]
                0.00    0.00       1/2119        Fframe_after_make_frame [1568]
                0.00    0.00       1/2119        Fwindow_resize_apply_total [706]
                0.00    0.00       1/2119        Fcurrent_window_configuration [526]
                0.00    0.00       1/2119        Fother_buffer [570]
                0.00    0.00       5/2119        Fmodify_frame_parameters <cycle 4> [1421]
                0.00    0.00      12/2119        Fframe_terminal [1354]
                0.00    0.00      22/2119        Finternal_get_lisp_face_attribute [571]
                0.00    0.00      28/2119        Fminibuffer_window [1295]
                0.00    0.00     143/2119        decode_window_system_frame [1147]
                0.00    0.00     880/2119        check_fontset_name [325]
                0.00    0.00    1022/2119        Fface_font [268]
[906]    0.0    0.00    0.00    2119         decode_live_frame [906]
-----------------------------------------------
                                  12             tool_bar_items <cycle 4> [452]
                                  16             menu_bar_items <cycle 4> [435]
                0.01    0.13     510/9783        read_key_sequence.constprop.44 <cycle 2> [15]
                0.01    0.13     518/9783        read_char <cycle 2> [20]
                0.02    0.27    1020/9783        keyremap_step.constprop.45 [27]
[907]    0.0    0.00    0.00    2076         access_keymap <cycle 4> [907]
                                2076             access_keymap_1 <cycle 4> [305]
                                1536             get_keyelt <cycle 4> [541]
-----------------------------------------------
                                2076             Fcommandp <cycle 4> [853]
[908]    0.0    0.00    0.00    2076         funcall_nil <cycle 4> [908]
                                2076             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       3/2075        x_wait_for_event [532]
                0.00    0.00       5/2075        clear_image_cache [678]
                0.00    0.00      49/2075        Fgarbage_collect <cycle 4> [64]
                0.00    0.00      68/2075        wait_reading_process_output [44]
                0.00    0.00    1950/2075        timer_check [59]
[909]    0.0    0.00    0.00    2075         timespec_sub [909]
-----------------------------------------------
                0.00    0.00    1000/2061        signal_after_change <cycle 4> [297]
                0.00    0.00    1061/2061        Ffuncall <cycle 4> [29]
[910]    0.0    0.00    0.00    2061         Frun_hook_with_args [910]
-----------------------------------------------
                0.00    0.00    2021/2021        delete_cache_boundaries [837]
[911]    0.0    0.00    0.00    2021         move_cache_gap [911]
                0.00    0.00       8/25          xpalloc [1306]
-----------------------------------------------
                0.00    0.00       1/1972        make_lispy_position <cycle 4> [562]
                0.00    0.00       4/1972        get_phys_cursor_geometry [1458]
                0.00    0.00       4/1972        erase_phys_cursor <cycle 4> [1265]
                0.00    0.00      39/1972        window_relative_x_coord [1271]
                0.00    0.00     110/1972        coordinates_in_window [1164]
                0.00    0.00     223/1972        window_box_right [1124]
                0.00    0.00     223/1972        draw_fringe_bitmap_1 <cycle 4> [304]
                0.00    0.00     226/1972        x_clear_end_of_line <cycle 4> [1118]
                0.00    0.00     277/1972        draw_glyphs <cycle 4> [35]
                0.00    0.00     409/1972        get_glyph_string_clip_rects [1032]
                0.00    0.00     456/1972        window_box <cycle 4> [1048]
[912]    0.0    0.00    0.00    1972         window_box_left [912]
                0.00    0.00    1972/2152        window_box_left_offset [901]
-----------------------------------------------
                0.00    0.00    1934/1934        exec_byte_code <cycle 4> [73]
[913]    0.0    0.00    0.00    1934         Fbolp [913]
-----------------------------------------------
                0.00    0.00      89/1821        prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00     731/1821        insert_from_gap [670]
                0.00    0.00    1001/1821        insert_from_string_1 <cycle 4> [240]
[914]    0.0    0.00    0.00    1821         adjust_markers_for_insert [914]
                0.00    0.00    1821/2553        adjust_suspend_auto_hscroll [892]
-----------------------------------------------
                0.00    0.00      89/1821        prepare_to_modify_buffer <cycle 4> [421]
                0.00    0.00     731/1821        insert_from_gap [670]
                0.00    0.00    1001/1821        insert_from_string_1 <cycle 4> [240]
[915]    0.0    0.00    0.00    1821         adjust_overlays_for_insert [915]
-----------------------------------------------
                0.00    0.00       2/1818        font_update_drivers [568]
                0.00    0.00       3/1818        font_registry_charsets [31]
                0.00    0.00       5/1818        Fget_buffer_create <cycle 4> [479]
                0.00    0.00      23/1818        where_is_internal <cycle 4> [157]
                0.00    0.00    1785/1818        accessible_keymaps_1 <cycle 4> [228]
[916]    0.0    0.00    0.00    1818         nconc2 [916]
                0.00    0.00    1818/2131        Fnconc [903]
-----------------------------------------------
                0.00    0.00     146/1800        realize_face [152]
                0.00    0.00     765/1800        x_parse_color [624]
                0.00    0.00     889/1800        fs_query_fontset [324]
[917]    0.0    0.00    0.00    1800         c_strcasecmp [917]
-----------------------------------------------
                0.00    0.00    1786/1786        Ffuncall <cycle 4> [29]
[918]    0.0    0.00    0.00    1786         Fvectorp [918]
-----------------------------------------------
                0.00    0.00       1/1778        merge_face_ref <cycle 1> [684]
                0.00    0.00       2/1778        face_for_font [664]
                0.00    0.00       9/1778        font_find_for_lface [14]
                0.00    0.00      12/1778        Finternal_set_lisp_face_attribute <cycle 4> [337]
                0.00    0.00      22/1778        font_parse_xlfd [354]
                0.00    0.00      79/1778        realize_face [152]
                0.00    0.00    1653/1778        ftfont_pattern_entity [216]
[919]    0.0    0.00    0.00    1778         font_style_to_value [919]
-----------------------------------------------
                0.00    0.00       1/1775        buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       1/1775        redisplay_mode_lines <cycle 4> [1622]
                0.00    0.00       4/1775        pos_visible_p <cycle 4> [1462]
                0.00    0.00       5/1775        message_dolog <cycle 4> [742]
                0.00    0.00       6/1775        mark_window_display_accurate_1 [1199]
                0.00    0.00       6/1775        unshow_buffer [1468]
                0.00    0.00       7/1775        compute_window_start_on_continuation_line [1398]
                0.00    0.00      10/1775        Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00      24/1775        set_vertical_scroll_bar [1293]
                0.00    0.00      29/1775        display_echo_area_1 <cycle 4> [1292]
                0.00    0.00      48/1775        display_mode_element <cycle 4> [379]
                0.00    0.00      49/1775        redisplay_window <cycle 4> [410]
                0.00    0.00      93/1775        with_echo_area_buffer <cycle 4> [405]
                0.00    0.00    1492/1775        set_point_from_marker [938]
[920]    0.0    0.00    0.00    1775         marker_position [920]
-----------------------------------------------
                0.00    0.00       1/1762        update_face_from_frame_parameter [688]
                0.00    0.00       6/1762        realize_basic_faces [153]
                0.00    0.00      22/1762        Finternal_get_lisp_face_attribute [571]
                0.00    0.00      84/1762        realize_named_face [155]
                0.00    0.00     164/1762        Finternal_make_lisp_face [385]
                0.00    0.00     164/1762        Finternal_merge_in_global_face [247]
                0.00    0.00    1321/1762        Finternal_set_lisp_face_attribute <cycle 4> [337]
[921]    0.0    0.00    0.00    1762         lface_from_face_name [921]
                0.00    0.00    1762/4585        resolve_face_name [856]
-----------------------------------------------
                0.00    0.00       4/1742        get_phys_cursor_geometry [1458]
                0.00    0.00      14/1742        redisplay_window <cycle 4> [410]
                0.00    0.00      27/1742        erase_phys_cursor <cycle 4> [1265]
                0.00    0.00      28/1742        get_glyph_string_clip_rects [1032]
                0.00    0.00      78/1742        draw_window_fringes <cycle 4> [1181]
                0.00    0.00     101/1742        update_window_fringes [450]
                0.00    0.00     117/1742        update_window <cycle 4> [458]
                0.00    0.00     233/1742        x_clear_end_of_line <cycle 4> [1118]
                0.00    0.00    1140/1742        init_iterator <cycle 4> [163]
[922]    0.0    0.00    0.00    1742         window_text_bottom_y [922]
-----------------------------------------------
                0.00    0.00       1/1717        buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       1/1717        redisplay_mode_lines <cycle 4> [1622]
                0.00    0.00       2/1717        unshow_buffer [1468]
                0.00    0.00       4/1717        pos_visible_p <cycle 4> [1462]
                0.00    0.00       5/1717        message_dolog <cycle 4> [742]
                0.00    0.00       7/1717        compute_window_start_on_continuation_line [1398]
                0.00    0.00      10/1717        Fpos_visible_in_window_p <cycle 4> [604]
                0.00    0.00      24/1717        display_mode_element <cycle 4> [379]
                0.00    0.00      29/1717        display_echo_area_1 <cycle 4> [1292]
                0.00    0.00      49/1717        redisplay_window <cycle 4> [410]
                0.00    0.00      93/1717        with_echo_area_buffer <cycle 4> [405]
                0.00    0.00    1492/1717        set_point_from_marker [938]
[923]    0.0    0.00    0.00    1717         marker_byte_position [923]
-----------------------------------------------
                                   3             merge <cycle 4> [1492]
                                   5             Ffile_name_directory <cycle 4> [284]
                                   5             Fdirectory_file_name <cycle 4> [273]
                                   6             Ffile_name_as_directory <cycle 4> [279]
                                   6             Finsert_file_contents <cycle 4> [351]
                                   9             Ffuncall <cycle 4> [29]
                                  15             Ffile_name_nondirectory <cycle 4> [251]
                                  25             adjust_frame_size <cycle 4> [497]
                                 272             readevalloop_eager_expand_eval <cycle 4> [1150]
                                1367             map_keymap_internal <cycle 4> [680]
[924]    0.0    0.00    0.00    1713         call2 <cycle 4> [924]
                                1713             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       2/1699        message_dolog <cycle 4> [742]
                0.00    0.00      19/1699        signal_after_change <cycle 4> [297]
                0.00    0.00     802/1699        make_specified_string [422]
                0.00    0.00     876/1699        read1 <cycle 5> [300]
[925]    0.0    0.00    0.00    1699         multibyte_chars_in_text [925]
-----------------------------------------------
                0.00    0.00     512/1668        Ffuncall <cycle 4> [29]
                0.00    0.00    1156/1668        exec_byte_code <cycle 4> [73]
[926]    0.0    0.00    0.00    1668         Fminus [926]
-----------------------------------------------
                0.00    0.00    1623/1623        Ffuncall <cycle 4> [29]
[927]    0.0    0.00    0.00    1623         Fframe_char_height [927]
                0.00    0.00    1623/9070        decode_any_frame [825]
-----------------------------------------------
                0.00    0.00       2/1589        face_for_font [664]
                0.00    0.00      94/1589        realize_face [152]
                0.00    0.00    1493/1589        Finternal_merge_in_global_face [247]
[928]    0.0    0.00    0.00    1589         lface_hash [928]
-----------------------------------------------
                0.00    0.00    1571/1571        Ffuncall <cycle 4> [29]
[929]    0.0    0.00    0.00    1571         Fpurecopy [929]
-----------------------------------------------
                                1569             get_next_display_element <cycle 4> [10]
[930]    0.0    0.00    0.00    1569         next_element_from_c_string <cycle 4> [930]
                                 288             get_visually_first_element <cycle 4> [864]
-----------------------------------------------
                0.00    0.00      16/1553        styled_format <cycle 4> [369]
                0.00    0.00     536/1553        concat [103]
                0.00    0.00    1001/1553        insert_from_string_1 <cycle 4> [240]
[931]    0.0    0.00    0.00    1553         copy_text [931]
-----------------------------------------------
                0.00    0.00    1549/1549        safe_run_hooks <cycle 4> [276]
[932]    0.0    0.00    0.00    1549         run_hook_with_args [932]
-----------------------------------------------
                                1544             Fcommandp <cycle 4> [853]
[933]    0.0    0.00    0.00    1544         safe_run_hook_funcall <cycle 4> [933]
                                1544             internal_condition_case_n <cycle 4> [896]
-----------------------------------------------
                0.00    0.00    1544/1544        internal_condition_case_n <cycle 4> [896]
[934]    0.0    0.00    0.00    1544         safe_run_hooks_1 [934]
-----------------------------------------------
                                 510             line_bottom_y <cycle 4> [537]
                                 510             Fvertical_motion <cycle 4> [209]
                                 521             move_it_vertically_backward <cycle 4> [292]
[935]    0.0    0.00    0.00    1541         move_it_by_lines <cycle 4> [935]
                                1034             move_it_to <cycle 4> [213]
-----------------------------------------------
                0.00    0.00    1537/1537        read1 <cycle 5> [300]
[936]    0.0    0.00    0.00    1537         char_string [936]
-----------------------------------------------
                0.00    0.00    1504/1504        timer_check [59]
[937]    0.0    0.00    0.00    1504         decode_timer [937]
                0.00    0.00    1108/1336        decode_time_components [955]
                0.00    0.00    1108/1108        lisp_to_timespec [963]
-----------------------------------------------
                0.00    0.00       6/1492        select_window <cycle 4> [528]
                0.00    0.00    1486/1492        Fgoto_char [218]
[938]    0.0    0.00    0.00    1492         set_point_from_marker [938]
                0.00    0.00    1492/1717        marker_byte_position [923]
                0.00    0.00    1492/1775        marker_position [920]
-----------------------------------------------
                0.00    0.00    1486/1486        save_excursion_restore <cycle 4> [303]
[939]    0.0    0.00    0.00    1486         Fmarker_buffer [939]
                0.00    0.00    1486/3039        CHECK_MARKER [882]
-----------------------------------------------
                0.00    0.00    1486/1486        save_excursion_save [581]
[940]    0.0    0.00    0.00    1486         Fpoint_marker [940]
-----------------------------------------------
                0.00    0.00    1486/1486        unbind_to <cycle 4> [244]
[941]    0.0    0.00    0.00    1486         free_misc [941]
-----------------------------------------------
                0.00    0.00    1476/1476        unbind_to <cycle 4> [244]
[942]    0.0    0.00    0.00    1476         save_restriction_restore [942]
                0.00    0.00    1476/3680        invalidate_current_column [862]
-----------------------------------------------
                0.00    0.00    1476/1476        exec_byte_code <cycle 4> [73]
[943]    0.0    0.00    0.00    1476         save_restriction_save [943]
-----------------------------------------------
                                1472             Ffuncall <cycle 4> [29]
[944]    0.0    0.00    0.00    1472         Fput_text_property <cycle 4> [944]
                                1472             add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
                                   1             Fremove_text_properties <cycle 4> [625]
                                1471             add_text_properties_1 <cycle 4> [104]
[945]    0.0    0.00    0.00    1472         modify_text_properties <cycle 4> [945]
                                1472             prepare_to_modify_buffer_1 <cycle 4> [250]
-----------------------------------------------
                0.00    0.00    1456/1456        Ffuncall <cycle 4> [29]
[946]    0.0    0.00    0.00    1456         Fscan_sexps [946]
-----------------------------------------------
                0.00    0.00       2/1452        Fbuffer_substring [553]
                0.00    0.00    1450/1452        Fparse_partial_sexp [33]
[947]    0.0    0.00    0.00    1452         validate_region [947]
-----------------------------------------------
                0.00    0.00    1443/1443        Fbackward_prefix_chars [287]
[948]    0.0    0.00    0.00    1443         syntax_prefix_flag_p [948]
-----------------------------------------------
                                   1             x_term_init <cycle 4> [508]
                                   2             select_window <cycle 4> [528]
                                   2             Fload <cycle 4> [411]
                                   5             Fget_buffer_create <cycle 4> [479]
                                   6             Fkill_buffer <cycle 4> [565]
                                  10             update_frame_tool_bar <cycle 4> [446]
                                  24             display_mode_element <cycle 4> [379]
                                  26             Fsubstitute_in_file_name <cycle 4> [312]
                                  58             store_symval_forwarding <cycle 4> [802]
                                 186             readevalloop <cycle 4> [402]
                                 551             mapcar1 <cycle 4> [1186]
                0.00    0.01      45/9783        timer_check [59]
                0.01    0.13     510/9783        command_loop_1 <cycle 2> [18]
[949]    0.0    0.00    0.00    1426         call1 <cycle 4> [949]
                                1426             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       3/1391        fontset_find_font [13]
                0.00    0.00    1388/1391        fontset_add [75]
[950]    0.0    0.00    0.00    1391         char_table_ref_and_range [950]
                0.00    0.00    1384/1384        sub_char_table_ref_and_range [951]
-----------------------------------------------
                                2582             sub_char_table_ref_and_range [951]
                0.00    0.00    1384/1384        char_table_ref_and_range [950]
[951]    0.0    0.00    0.00    1384+2582    sub_char_table_ref_and_range [951]
                                2582             sub_char_table_ref_and_range [951]
-----------------------------------------------
                0.00    0.00       1/1380        make_face_cache [667]
                0.00    0.00       1/1380        x_term_init <cycle 4> [508]
                0.00    0.00       1/1380        Fx_create_frame <cycle 4> [202]
                0.00    0.00       1/1380        make_image_cache [668]
                0.00    0.00       4/1380        allocate_matrices_for_window_redisplay <cycle 4> [1365]
                0.00    0.00       9/1380        x_parse_color [624]
                0.00    0.00      10/1380        lookup_image <cycle 4> [495]
                0.00    0.00      20/1380        xpm_load <cycle 4> [1381]
                0.00    0.00    1333/1380        make_widget_value [447]
[952]    0.0    0.00    0.00    1380         xzalloc [952]
-----------------------------------------------
                0.00    0.00    1367/1367        map_keymap_internal <cycle 4> [680]
[953]    0.0    0.00    0.00    1367         map_keymap_call [953]
-----------------------------------------------
                0.00    0.00     309/1349        encode_coding [715]
                0.00    0.00     310/1349        alloc_destination [713]
                0.00    0.00     730/1349        decode_coding <cycle 4> [547]
[954]    0.0    0.00    0.00    1349         coding_set_destination [954]
-----------------------------------------------
                0.00    0.00      50/1336        Ffloat_time [1225]
                0.00    0.00     178/1336        lisp_time_struct [1135]
                0.00    0.00    1108/1336        decode_timer [937]
[955]    0.0    0.00    0.00    1336         decode_time_components [955]
                0.00    0.00      32/1041550     gettime [763]
-----------------------------------------------
                0.00    0.00     182/1318        readevalloop <cycle 4> [402]
                0.00    0.00    1136/1318        read1 <cycle 5> [300]
[956]    0.0    0.00    0.00    1318         unreadchar [956]
                0.00    0.00      15/5549204     string_char_to_byte [752]
-----------------------------------------------
                0.00    0.00    1297/1297        single_menu_item <cycle 4> [481]
[957]    0.0    0.00    0.00    1297         parse_menu_item [957]
-----------------------------------------------
                0.00    0.00      18/1291        process_tool_bar_item <cycle 4> [333]
                0.00    0.00     564/1291        xg_update_submenu [440]
                0.00    0.00     709/1291        create_menus [437]
[958]    0.0    0.00    0.00    1291         menu_separator_name_p [958]
-----------------------------------------------
                0.00    0.00    1225/1225        Ffuncall <cycle 4> [29]
[959]    0.0    0.00    0.00    1225         Flogand [959]
-----------------------------------------------
                0.00    0.00    1225/1225        Ffuncall <cycle 4> [29]
[960]    0.0    0.00    0.00    1225         Flsh [960]
-----------------------------------------------
                0.00    0.00       2/1148        next_window [728]
                0.00    0.00    1146/1148        window_list_1 [344]
[961]    0.0    0.00    0.00    1148         candidate_window_p [961]
-----------------------------------------------
                0.00    0.00    1140/1140        init_iterator <cycle 4> [163]
[962]    0.0    0.00    0.00    1140         window_display_table [962]
-----------------------------------------------
                0.00    0.00    1108/1108        decode_timer [937]
[963]    0.0    0.00    0.00    1108         lisp_to_timespec [963]
-----------------------------------------------
                0.00    0.00    1107/1107        font_put_extra [336]
[964]    0.0    0.00    0.00    1107         Fstring_lessp [964]
-----------------------------------------------
                0.00    0.00    1092/1092        read1 <cycle 5> [300]
[965]    0.0    0.00    0.00    1092         string_to_number [965]
-----------------------------------------------
                0.00    0.00    1084/1084        Fbacktrace_frame [318]
[966]    0.0    0.00    0.00    1084         get_backtrace_frame [966]
                0.00    0.00    4336/5997        Findirect_function [839]
-----------------------------------------------
                0.00    0.00       3/1074        sweep_buffers [868]
                0.00    0.00      37/1074        sweep_misc [1240]
                0.00    0.00      37/1074        sweep_vectors [91]
                0.00    0.00     997/1074        sweep_strings [1241]
[967]    0.0    0.00    0.00    1074         lisp_free [967]
                0.00    0.00    1074/69654       mem_find [801]
-----------------------------------------------
                0.00    0.00       4/1073        Fevent_convert_list [1403]
                0.00    0.00    1069/1073        Fwhere_is_internal <cycle 4> [326]
[968]    0.0    0.00    0.00    1073         parse_solitary_modifier [968]
-----------------------------------------------
                0.00    0.00       4/1071        Ffuncall <cycle 4> [29]
                0.00    0.00    1067/1071        Fwhere_is_internal <cycle 4> [326]
[969]    0.0    0.00    0.00    1071         Freverse [969]
-----------------------------------------------
                0.00    0.00      35/1055        resize_mini_window <cycle 4> [339]
                0.00    0.00     510/1055        Fset_window_vscroll [1068]
                0.00    0.00     510/1055        Fvertical_motion <cycle 4> [209]
[970]    0.0    0.00    0.00    1055         extract_float [970]
-----------------------------------------------
                0.00    0.00       2/1044        check_ascii [1518]
                0.00    0.00       3/1044        detect_coding [1487]
                0.00    0.00     309/1044        encode_coding [715]
                0.00    0.00     730/1044        decode_coding <cycle 4> [547]
[971]    0.0    0.00    0.00    1044         coding_set_source [971]
-----------------------------------------------
                0.00    0.00       2/1041        decode_coding_gap <cycle 4> [603]
                0.00    0.00     309/1041        encode_coding [715]
                0.00    0.00     730/1041        decode_coding <cycle 4> [547]
[972]    0.0    0.00    0.00    1041         get_translation_table [972]
-----------------------------------------------
                0.00    0.00    1041/1041        find_newline [630]
[973]    0.0    0.00    0.00    1041         region_cache_forward [973]
                0.00    0.00    1041/6164        delete_cache_boundaries [837]
                0.00    0.00    1041/8148        find_cache_boundary [829]
-----------------------------------------------
                0.00    0.00    1039/1039        unbind_to <cycle 4> [244]
[974]    0.0    0.00    0.00    1039         code_conversion_restore [974]
-----------------------------------------------
                0.00    0.00     511/1025        read_key_sequence.constprop.44 <cycle 2> [15]
                0.00    0.00     514/1025        read_char <cycle 2> [20]
[975]    0.0    0.00    0.00    1025         echo_dash [975]
-----------------------------------------------
                0.00    0.00    1022/1022        Ffuncall <cycle 4> [29]
[976]    0.0    0.00    0.00    1022         Ffloatp [976]
-----------------------------------------------
                0.00    0.00    1022/1022        signal_after_change <cycle 4> [297]
[977]    0.0    0.00    0.00    1022         report_interval_modification [977]
-----------------------------------------------
                0.00    0.00     510/1020        test_undefined [40]
                0.00    0.00     510/1020        read_key_sequence.constprop.44 <cycle 2> [15]
[978]    0.0    0.00    0.00    1020         Fcommand_remapping [978]
-----------------------------------------------
                0.00    0.00    1020/1020        Ffuncall <cycle 4> [29]
[979]    0.0    0.00    0.00    1020         Fwindow_hscroll [979]
-----------------------------------------------
                0.00    0.00    1020/1020        Ffuncall <cycle 4> [29]
[980]    0.0    0.00    0.00    1020         Fwindow_vscroll [980]
-----------------------------------------------
                0.00    0.00     510/1020        read_char <cycle 2> [20]
                0.00    0.00     510/1020        read_key_sequence.constprop.44 <cycle 2> [15]
[981]    0.0    0.00    0.00    1020         echo_update [981]
-----------------------------------------------
                0.00    0.00       2/1020        Fdo_auto_save <cycle 4> [593]
                0.00    0.00       2/1020        directory_files_internal <cycle 4> [254]
                0.00    0.00       3/1020        record_xmalloc [659]
                0.00    0.00      13/1020        digest_single_submenu <cycle 4> [448]
                0.00    0.00    1000/1020        signal_after_change <cycle 4> [297]
[982]    0.0    0.00    0.00    1020         record_unwind_protect_ptr [982]
-----------------------------------------------
                0.00    0.00       3/1006        Finsert_file_contents <cycle 4> [351]
                0.00    0.00    1003/1006        invalidate_buffer_caches [893]
[983]    0.0    0.00    0.00    1006         invalidate_region_cache [983]
                0.00    0.00     983/6164        delete_cache_boundaries [837]
-----------------------------------------------
                                   1             set_message_1 <cycle 4> [1628]
                                1000             general_insert_function <cycle 4> [1080]
[984]    0.0    0.00    0.00    1001         insert_from_string <cycle 4> [984]
                                1001             insert_from_string_1 <cycle 4> [240]
                                1001             signal_after_change <cycle 4> [297]
-----------------------------------------------
                0.00    0.00    1000/1000        unbind_to <cycle 4> [244]
[985]    0.0    0.00    0.00    1000         reset_var_on_error [985]
-----------------------------------------------
                0.00    0.00      34/965         eval_sub <cycle 4> [176]
                0.00    0.00     206/965         Fkey_description <cycle 4> [317]
                0.00    0.00     258/965         exec_byte_code <cycle 4> [73]
                0.00    0.00     467/965         Ffuncall <cycle 4> [29]
[986]    0.0    0.00    0.00     965         Fconcat [986]
-----------------------------------------------
                               45517             balance_intervals_internal [987]
                0.00    0.00      45/964         sweep_buffers [868]
                0.00    0.00     919/964         sweep_strings [1241]
[987]    0.0    0.00    0.00     964+45517   balance_intervals_internal [987]
                0.00    0.00   45517/312932      balance_an_interval [771]
                               45517             balance_intervals_internal [987]
-----------------------------------------------
                                  98             mark_object <cycle 4> [46]
                                 866             mark_buffer <cycle 4> [1090]
[988]    0.0    0.00    0.00     964         mark_overlay <cycle 4> [988]
                                  98             mark_object <cycle 4> [46]
-----------------------------------------------
                               22817             traverse_intervals_noorder <cycle 4> [989]
                                  45             mark_buffer <cycle 4> [1090]
                                 118             mark_face_cache <cycle 4> [1114]
                                 139             mark_localized_symbol <cycle 4> [830]
                                 662             mark_object <cycle 4> [46]
[989]    0.0    0.00    0.00     964+22817   traverse_intervals_noorder <cycle 4> [989]
                0.00    0.00   46481/46481       mark_interval [808]
                               46481             mark_object <cycle 4> [46]
                               22817             traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
                0.00    0.00     961/961         Fremove_text_properties <cycle 4> [625]
[990]    0.0    0.00    0.00     961         remove_properties [990]
                0.00    0.00     961/2998        record_property_change [883]
-----------------------------------------------
                0.00    0.00     943/943         Ffuncall <cycle 4> [29]
[991]    0.0    0.00    0.00     943         Fset_syntax_table [991]
                0.00    0.00     943/943         check_syntax_table [992]
-----------------------------------------------
                0.00    0.00     943/943         Fset_syntax_table [991]
[992]    0.0    0.00    0.00     943         check_syntax_table [992]
-----------------------------------------------
                0.00    0.00     938/938         Ffuncall <cycle 4> [29]
[993]    0.0    0.00    0.00     938         Fsyntax_table [993]
-----------------------------------------------
                0.00    0.00     922/922         xpm_alloc_color [412]
[994]    0.0    0.00    0.00     922         lookup_rgb_color [994]
-----------------------------------------------
                0.00    0.00      47/917         redisplay_internal [38]
                0.00    0.00      73/917         note_mouse_highlight [419]
                0.00    0.00     797/917         handle_one_xevent [99]
[995]    0.0    0.00    0.00     917         popup_activated [995]
-----------------------------------------------
                                  61             FletX <cycle 4> [381]
                                  65             Flet <cycle 4> [431]
                                 115             eval_sub <cycle 4> [176]
                                 164             funcall_lambda <cycle 4> [314]
                                 500             Fwhile <cycle 4> [1586]
[996]    0.0    0.00    0.00     905         Fprogn <cycle 4> [996]
                                1527             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00       1/881         Fnew_fontset <cycle 4> [371]
                0.00    0.00     880/881         Fset_fontset_font <cycle 4> [56]
[997]    0.0    0.00    0.00     881         free_realized_fontsets [997]
-----------------------------------------------
                0.00    0.00      15/870         set_marker_restricted_both [1345]
                0.00    0.00     283/870         set_marker_both [1108]
                0.00    0.00     572/870         set_marker_internal [747]
[998]    0.0    0.00    0.00     870         live_buffer [998]
-----------------------------------------------
                0.00    0.00     831/831         exec_byte_code <cycle 4> [73]
[999]    0.0    0.00    0.00     831         Ftimes [999]
-----------------------------------------------
                0.00    0.00     167/821         lisp_string_width [370]
                0.00    0.00     654/821         c_string_width [1109]
[1000]   0.0    0.00    0.00     821         char_width [1000]
-----------------------------------------------
                0.00    0.00     797/797         handle_one_xevent [99]
[1001]   0.0    0.00    0.00     797         x_x_to_emacs_modifiers [1001]
                0.00    0.00    3188/98231       Fplist_get [798]
                0.00    0.00    3188/69910       Fget [800]
-----------------------------------------------
                0.00    0.00     795/795         unbind_to <cycle 4> [244]
[1002]   0.0    0.00    0.00     795         set_buffer_if_live [1002]
-----------------------------------------------
                0.00    0.00     745/745         eval_sub <cycle 4> [176]
[1003]   0.0    0.00    0.00     745         Fquote [1003]
-----------------------------------------------
                0.00    0.00     744/744         read_vector <cycle 5> [366]
[1004]   0.0    0.00    0.00     744         free_cons [1004]
-----------------------------------------------
                0.00    0.00      15/743         Ffuncall <cycle 4> [29]
                0.00    0.00     728/743         code_conversion_save <cycle 4> [376]
[1005]   0.0    0.00    0.00     743         Fbuffer_live_p [1005]
-----------------------------------------------
                0.00    0.00     733/733         make_buffer_string_both [306]
[1006]   0.0    0.00    0.00     733         update_buffer_properties [1006]
-----------------------------------------------
                0.00    0.00       3/732         decide_coding_unwind [1485]
                0.00    0.00     729/732         del_range_2 [332]
[1007]   0.0    0.00    0.00     732         adjust_markers_for_delete [1007]
                0.00    0.00     732/2553        adjust_suspend_auto_hscroll [892]
-----------------------------------------------
                0.00    0.00       3/732         decide_coding_unwind [1485]
                0.00    0.00     729/732         del_range_2 [332]
[1008]   0.0    0.00    0.00     732         adjust_overlays_for_delete [1008]
-----------------------------------------------
                                 732             sweep_weak_hash_tables <cycle 4> [1243]
[1009]   0.0    0.00    0.00     732         sweep_weak_table <cycle 4> [1009]
                0.00    0.00   14382/14382       survives_gc_p [819]
                                1906             mark_object <cycle 4> [46]
-----------------------------------------------
                0.00    0.00       1/729         with_echo_area_buffer <cycle 4> [405]
                0.00    0.00     728/729         Ferase_buffer <cycle 4> [1014]
[1010]   0.0    0.00    0.00     729         del_range [1010]
-----------------------------------------------
                0.00    0.00     729/729         del_range_2 [332]
[1011]   0.0    0.00    0.00     729         evaporate_overlays [1011]
-----------------------------------------------
                0.00    0.00     729/729         del_range_2 [332]
[1012]   0.0    0.00    0.00     729         record_delete [1012]
-----------------------------------------------
                0.00    0.00     728/728         decode_coding_object <cycle 4> [307]
[1013]   0.0    0.00    0.00     728         Fbuffer_string [1013]
-----------------------------------------------
                                 728             code_conversion_save <cycle 4> [376]
[1014]   0.0    0.00    0.00     728         Ferase_buffer <cycle 4> [1014]
                0.00    0.00     728/2204        Fwiden [900]
                0.00    0.00     728/729         del_range [1010]
                                 728             del_range_1 <cycle 4> [331]
-----------------------------------------------
                0.00    0.00     728/728         decode_coding <cycle 4> [547]
[1015]   0.0    0.00    0.00     728         decode_coding_utf_8 [1015]
-----------------------------------------------
                0.00    0.00       6/710         Finternal_char_font [322]
                0.00    0.00     161/710         show_hourglass <cycle 4> [183]
                0.00    0.00     161/710         display_line <cycle 4> [184]
                0.00    0.00     382/710         extend_face_to_end_of_line [1127]
[1016]   0.0    0.00    0.00     710         lookup_basic_face [1016]
-----------------------------------------------
                0.00    0.00     263/695         string_match_1 [256]
                0.00    0.00     432/695         display_mode_element <cycle 4> [379]
[1017]   0.0    0.00    0.00     695         string_byte_to_char [1017]
-----------------------------------------------
                0.00    0.00     172/678         hscroll_window_tree [498]
                0.00    0.00     506/678         Ffuncall <cycle 4> [29]
[1018]   0.0    0.00    0.00     678         Fmarker_position [1018]
                0.00    0.00     678/3039        CHECK_MARKER [882]
-----------------------------------------------
                0.00    0.00      35/671         Fwindow_system [1280]
                0.00    0.00     636/671         Ffuncall <cycle 4> [29]
[1019]   0.0    0.00    0.00     671         Fframep [1019]
-----------------------------------------------
                0.00    0.00     188/670         Fexpand_file_name <cycle 4> [173]
                0.00    0.00     482/670         directory_files_internal <cycle 4> [254]
[1020]   0.0    0.00    0.00     670         decode_file_name [1020]
-----------------------------------------------
                0.00    0.00       1/652         font_parse_name [350]
                0.00    0.00       4/652         make_window [557]
                0.00    0.00       6/652         Fmake_hash_table [113]
                0.00    0.00       6/652         read1 <cycle 5> [300]
                0.00    0.00       7/652         Ffuncall <cycle 4> [29]
                0.00    0.00      49/652         Fgarbage_collect <cycle 4> [64]
                0.00    0.00      50/652         Ffloat_time [1225]
                0.00    0.00     529/652         exec_byte_code <cycle 4> [73]
[1021]   0.0    0.00    0.00     652         make_float [1021]
-----------------------------------------------
                0.00    0.00     613/613         Ffuncall <cycle 4> [29]
[1022]   0.0    0.00    0.00     613         Fselected_window [1022]
-----------------------------------------------
                0.00    0.00     610/610         Ffuncall <cycle 4> [29]
[1023]   0.0    0.00    0.00     610         Fframe_live_p [1023]
-----------------------------------------------
                0.00    0.00       1/610         x_wait_for_event [532]
                0.00    0.00      99/610         wait_reading_process_output [44]
                0.00    0.00     510/610         start_atimer [383]
[1024]   0.0    0.00    0.00     610         timespec_add [1024]
-----------------------------------------------
                0.00    0.00       1/607         Fdo_auto_save <cycle 4> [593]
                0.00    0.00      47/607         redisplay_internal [38]
                0.00    0.00      49/607         Fgarbage_collect <cycle 4> [64]
                0.00    0.00     510/607         command_loop_1 <cycle 2> [18]
[1025]   0.0    0.00    0.00     607         record_unwind_protect_void [1025]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [230]
                                   1             Fdelete_terminal <cycle 4> [1564]
                                 122             map_keymap_canonical <cycle 4> [1158]
                                 467             handle_fontified_prop <cycle 4> [243]
[1026]   0.0    0.00    0.00     591         safe_call <cycle 4> [1026]
                                 591             safe__call <cycle 4> [301]
-----------------------------------------------
                0.00    0.00     590/590         Ffuncall <cycle 4> [29]
[1027]   0.0    0.00    0.00     590         Fwindow_live_p [1027]
-----------------------------------------------
                0.00    0.00      39/589         redisplay_window <cycle 4> [410]
                0.00    0.00      40/589         try_window <cycle 4> [1269]
                0.00    0.00     510/589         move_it_vertically_backward <cycle 4> [292]
[1028]   0.0    0.00    0.00     589         default_line_pixel_height [1028]
-----------------------------------------------
                0.00    0.00     587/587         Ffuncall <cycle 4> [29]
[1029]   0.0    0.00    0.00     587         Fframe_char_width [1029]
                0.00    0.00     587/9070        decode_any_frame [825]
-----------------------------------------------
                0.00    0.00       2/575         next_window [728]
                0.00    0.00     573/575         window_list_1 [344]
[1030]   0.0    0.00    0.00     575         decode_next_window_args [1030]
                0.00    0.00     566/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       1/571         print_error_message <cycle 4> [1618]
                0.00    0.00       2/571         Ffuncall <cycle 4> [29]
                0.00    0.00     568/571         process_tool_bar_item <cycle 4> [333]
[1031]   0.0    0.00    0.00     571         Fsubstitute_command_keys [1031]
-----------------------------------------------
                0.00    0.00      51/563         x_draw_glyph_string_box [1219]
                0.00    0.00     512/563         x_set_glyph_string_clipping [1063]
[1032]   0.0    0.00    0.00     563         get_glyph_string_clip_rects [1032]
                0.00    0.00     409/1972        window_box_left [912]
                0.00    0.00     409/6062        window_box_width [838]
                0.00    0.00      28/1742        window_text_bottom_y [922]
-----------------------------------------------
                0.00    0.00       3/559         Fother_buffer [570]
                0.00    0.00     556/559         find_automatic_composition [293]
[1033]   0.0    0.00    0.00     559         Fget_buffer_window [1033]
                0.00    0.00     559/2843        Fget_buffer [884]
-----------------------------------------------
                0.00    0.00       1/557         Fload <cycle 4> [411]
                0.00    0.00     556/557         Ffuncall <cycle 4> [29]
[1034]   0.0    0.00    0.00     557         Fappend [1034]
-----------------------------------------------
                0.00    0.00       4/557         Fmatch_data [330]
                0.00    0.00      86/557         hscroll_window_tree [498]
                0.00    0.00     467/557         exec_byte_code <cycle 4> [73]
[1035]   0.0    0.00    0.00     557         Fset_marker [1035]
-----------------------------------------------
                0.00    0.00     556/556         load_charset <cycle 4> [221]
[1036]   0.0    0.00    0.00     556         read_hex [1036]
-----------------------------------------------
                0.00    0.00      45/555         bidi_find_paragraph_start [175]
                0.00    0.00     510/555         find_newline [630]
[1037]   0.0    0.00    0.00     555         know_region_cache [1037]
                0.00    0.00     555/6164        delete_cache_boundaries [837]
-----------------------------------------------
                                  38             read_list <cycle 5> [357]
                                 329             read1 <cycle 5> [300]
                0.00    0.00     183/183         read_internal_start [281]
[1038]   0.0    0.00    0.00     550         read0 <cycle 5> [1038]
                                 550             read1 <cycle 5> [300]
-----------------------------------------------
                0.00    0.00     544/544         Ffuncall <cycle 4> [29]
[1039]   0.0    0.00    0.00     544         Fsubrp [1039]
-----------------------------------------------
                0.00    0.00     542/542         Ffuncall <cycle 4> [29]
[1040]   0.0    0.00    0.00     542         Frun_hook_with_args_until_success [1040]
-----------------------------------------------
                0.00    0.00     541/541         Ffuncall <cycle 4> [29]
[1041]   0.0    0.00    0.00     541         Fwindow_fringes [1041]
                0.00    0.00     541/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00     541/541         Ffuncall <cycle 4> [29]
[1042]   0.0    0.00    0.00     541         Fwindow_header_line_height [1042]
                0.00    0.00    1082/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00     541/541         Ffuncall <cycle 4> [29]
[1043]   0.0    0.00    0.00     541         Fwindow_margins [1043]
                0.00    0.00     541/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       1/539         Ffontp [363]
                0.00    0.00       1/539         fontset_from_font <cycle 4> [343]
                0.00    0.00       2/539         ftfont_list [211]
                0.00    0.00       4/539         apply_modifiers [309]
                0.00    0.00       4/539         font_prop_validate_symbol [391]
                0.00    0.00      47/539         font_parse_family_registry [321]
                0.00    0.00     120/539         Ffuncall <cycle 4> [29]
                0.00    0.00     172/539         read1 <cycle 5> [300]
                0.00    0.00     188/539         font_intern_prop [93]
[1044]   0.0    0.00    0.00     539         intern_sym [1044]
-----------------------------------------------
                0.00    0.00       3/538         Finsert_file_contents <cycle 4> [351]
                0.00    0.00       4/538         readevalloop <cycle 4> [402]
                0.00    0.00       4/538         Fload <cycle 4> [411]
                0.00    0.00       9/538         wait_reading_process_output [44]
                0.00    0.00     518/538         Ffuncall_interactively <cycle 4> [1054]
[1045]   0.0    0.00    0.00     538         record_unwind_protect_int [1045]
-----------------------------------------------
                0.00    0.00     531/531         Fsubstring [362]
[1046]   0.0    0.00    0.00     531         copy_text_properties [1046]
                0.00    0.00     531/228845      validate_interval_range [778]
-----------------------------------------------
                0.00    0.00     529/529         exec_byte_code <cycle 4> [73]
[1047]   0.0    0.00    0.00     529         float_arith_driver [1047]
-----------------------------------------------
                                   6             adjust_frame_size <cycle 4> [497]
                                  29             XTset_vertical_scroll_bar <cycle 4> [475]
                                  44             adjust_glyph_matrix <cycle 4> [1255]
                                 450             XTring_bell <cycle 4> [703]
[1048]   0.0    0.00    0.00     529         window_box <cycle 4> [1048]
                0.00    0.00     500/6062        window_box_width [838]
                0.00    0.00     456/1972        window_box_left [912]
                                  79             window_box_height <cycle 4> [1166]
-----------------------------------------------
                0.00    0.00       2/523         Fcar_less_than_car [1506]
                0.00    0.00     521/523         eval_sub <cycle 4> [176]
[1049]   0.0    0.00    0.00     523         Flss [1049]
-----------------------------------------------
                0.00    0.00       2/523         Fcar_less_than_car [1506]
                0.00    0.00     521/523         eval_sub <cycle 4> [176]
[1050]   0.0    0.00    0.00     523         arithcompare_driver [1050]
                0.00    0.00     523/27343       arithcompare [815]
-----------------------------------------------
                0.00    0.00     522/522         read_char <cycle 2> [20]
[1051]   0.0    0.00    0.00     522         event_to_kboard [1051]
-----------------------------------------------
                0.00    0.00     522/522         read_char <cycle 2> [20]
[1052]   0.0    0.00    0.00     522         kbd_on_hold_p [1052]
-----------------------------------------------
                0.00    0.00     518/518         Ffuncall <cycle 4> [29]
[1053]   0.0    0.00    0.00     518         Farrayp [1053]
-----------------------------------------------
                                 518             Ffuncall <cycle 4> [29]
[1054]   0.0    0.00    0.00     518         Ffuncall_interactively <cycle 4> [1054]
                0.00    0.00     518/227551      grow_specpdl [779]
                0.00    0.00     518/538         record_unwind_protect_int [1045]
                0.00    0.00     518/518         temporarily_switch_to_single_kboard [1056]
                                 518             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00     518/518         Fcall_interactively <cycle 4> [106]
[1055]   0.0    0.00    0.00     518         Finteractive_form [1055]
                0.00    0.00     518/427893      indirect_function [767]
                0.00    0.00     518/98231       Fplist_get [798]
                0.00    0.00     518/69910       Fget [800]
-----------------------------------------------
                0.00    0.00     518/518         Ffuncall_interactively <cycle 4> [1054]
[1056]   0.0    0.00    0.00     518         temporarily_switch_to_single_kboard [1056]
-----------------------------------------------
                0.00    0.00     517/517         unbind_to <cycle 4> [244]
[1057]   0.0    0.00    0.00     517         restore_kboard_configuration [1057]
-----------------------------------------------
                0.00    0.00     516/516         Ffuncall <cycle 4> [29]
[1058]   0.0    0.00    0.00     516         Fskip_syntax_forward [1058]
-----------------------------------------------
                0.00    0.00     515/515         Ffuncall <cycle 4> [29]
[1059]   0.0    0.00    0.00     515         Fborder_width [1059]
                0.00    0.00     515/9070        decode_any_frame [825]
-----------------------------------------------
                0.00    0.00     515/515         Ffuncall <cycle 4> [29]
[1060]   0.0    0.00    0.00     515         Fwindow_body_height [1060]
                0.00    0.00     515/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00     515/515         Ffuncall <cycle 4> [29]
[1061]   0.0    0.00    0.00     515         Fwindow_body_width [1061]
                0.00    0.00     515/515         window_body_width [1062]
                0.00    0.00     515/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00     515/515         Fwindow_body_width [1061]
[1062]   0.0    0.00    0.00     515         window_body_width [1062]
-----------------------------------------------
                0.00    0.00     512/512         x_draw_glyph_string <cycle 4> [428]
[1063]   0.0    0.00    0.00     512         x_set_glyph_string_clipping [1063]
                0.00    0.00     512/563         get_glyph_string_clip_rects [1032]
-----------------------------------------------
                0.00    0.00       1/511         Fposn_at_x_y [1573]
                0.00    0.00     510/511         Fvertical_motion <cycle 4> [209]
[1064]   0.0    0.00    0.00     511         decode_live_window [1064]
-----------------------------------------------
                0.00    0.00     511/511         read_key_sequence.constprop.44 <cycle 2> [15]
[1065]   0.0    0.00    0.00     511         echo_keystrokes_p [1065]
-----------------------------------------------
                0.00    0.00       1/511         buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00     510/511         Fvertical_motion <cycle 4> [209]
[1066]   0.0    0.00    0.00     511         move_it_in_display_line [1066]
-----------------------------------------------
                0.00    0.00     510/510         Ffuncall <cycle 4> [29]
[1067]   0.0    0.00    0.00     510         Fabs [1067]
-----------------------------------------------
                0.00    0.00     510/510         Ffuncall <cycle 4> [29]
[1068]   0.0    0.00    0.00     510         Fset_window_vscroll [1068]
                0.00    0.00     510/1055        extract_float [970]
-----------------------------------------------
                0.00    0.00     510/510         Ffuncall <cycle 4> [29]
[1069]   0.0    0.00    0.00     510         Fx_hide_tip [1069]
-----------------------------------------------
                0.00    0.00     510/510         read_char <cycle 2> [20]
[1070]   0.0    0.00    0.00     510         add_command_key [1070]
-----------------------------------------------
                0.00    0.00     510/510         read_key_sequence.constprop.44 <cycle 2> [15]
[1071]   0.0    0.00    0.00     510         follow_key [1071]
                0.00    0.00     510/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00     510/510         read_char <cycle 2> [20]
[1072]   0.0    0.00    0.00     510         record_char [1072]
                0.00    0.00     510/510         store_kbd_macro_char [1074]
-----------------------------------------------
                0.00    0.00     510/510         start_atimer [383]
[1073]   0.0    0.00    0.00     510         schedule_atimer [1073]
-----------------------------------------------
                0.00    0.00     510/510         record_char [1072]
[1074]   0.0    0.00    0.00     510         store_kbd_macro_char [1074]
-----------------------------------------------
                0.00    0.00     509/509         Ffuncall <cycle 4> [29]
[1075]   0.0    0.00    0.00     509         Fbuffer_name [1075]
-----------------------------------------------
                                 509             Ffuncall <cycle 4> [29]
[1076]   0.0    0.00    0.00     509         Fline_pixel_height <cycle 4> [1076]
                                 509             start_display <cycle 4> [197]
                                 509             line_bottom_y <cycle 4> [537]
-----------------------------------------------
                0.00    0.00     506/506         Ffuncall <cycle 4> [29]
[1077]   0.0    0.00    0.00     506         Fwindow_start [1077]
-----------------------------------------------
                0.00    0.00     500/500         eval_sub <cycle 4> [176]
[1078]   0.0    0.00    0.00     500         Fadd1 [1078]
-----------------------------------------------
                                 500             eval_sub <cycle 4> [176]
[1079]   0.0    0.00    0.00     500         Finsert <cycle 4> [1079]
                                 500             general_insert_function <cycle 4> [1080]
-----------------------------------------------
                                 500             Finsert <cycle 4> [1079]
[1080]   0.0    0.00    0.00     500         general_insert_function <cycle 4> [1080]
                                1000             update_compositions <cycle 4> [154]
                                1000             insert_from_string <cycle 4> [984]
-----------------------------------------------
                0.00    0.00     484/484         directory_files_internal <cycle 4> [254]
[1081]   0.0    0.00    0.00     484         read_dirent [1081]
-----------------------------------------------
                                  30             x_draw_glyph_string <cycle 4> [428]
                                 446             draw_fringe_bitmap_1 <cycle 4> [304]
[1082]   0.0    0.00    0.00     476         x_draw_fringe_bitmap <cycle 4> [1082]
                                 446             XTring_bell <cycle 4> [703]
-----------------------------------------------
                0.00    0.00     467/467         Ffuncall <cycle 4> [29]
[1083]   0.0    0.00    0.00     467         Frun_hook_wrapped [1083]
-----------------------------------------------
                                 467             Fcommandp <cycle 4> [853]
[1084]   0.0    0.00    0.00     467         run_hook_wrapped_funcall <cycle 4> [1084]
                                 467             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00     460/460         draw_glyphs <cycle 4> [35]
[1085]   0.0    0.00    0.00     460         init_glyph_string [1085]
-----------------------------------------------
                0.00    0.00     460/460         draw_glyphs <cycle 4> [35]
[1086]   0.0    0.00    0.00     460         set_glyph_string_background_width [1086]
-----------------------------------------------
                                 223             draw_row_fringe_bitmaps <cycle 4> [1123]
                                 223             draw_window_fringes <cycle 4> [1181]
[1087]   0.0    0.00    0.00     446         draw_fringe_bitmap <cycle 4> [1087]
                                 446             draw_fringe_bitmap_1 <cycle 4> [304]
-----------------------------------------------
                0.00    0.00       1/439         xg_store_widget_in_map [1555]
                0.00    0.00       6/439         update_window <cycle 4> [458]
                0.00    0.00     432/439         adjust_glyph_matrix <cycle 4> [1255]
[1088]   0.0    0.00    0.00     439         xnrealloc [1088]
-----------------------------------------------
                0.00    0.00     434/434         Fsingle_key_description <cycle 4> [544]
[1089]   0.0    0.00    0.00     434         push_key_description [1089]
-----------------------------------------------
                                  44             mark_object <cycle 4> [46]
                                  58             mark_localized_symbol <cycle 4> [830]
                                  92             mark_vectorlike <cycle 4> [127]
                                 239             Fgarbage_collect <cycle 4> [64]
[1090]   0.0    0.00    0.00     433         mark_buffer <cycle 4> [1090]
                                 866             mark_overlay <cycle 4> [988]
                                 433             mark_vectorlike <cycle 4> [127]
                                  45             traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
                0.00    0.00     398/398         x_draw_glyph_string <cycle 4> [428]
[1091]   0.0    0.00    0.00     398         x_draw_stretch_glyph_string [1091]
                0.00    0.00     245/245         x_clear_glyph_string_rect [1115]
-----------------------------------------------
                0.00    0.00     386/386         Ffuncall <cycle 4> [29]
[1092]   0.0    0.00    0.00     386         Fstring_match [1092]
-----------------------------------------------
                0.00    0.00     385/385         Ffuncall <cycle 4> [29]
[1093]   0.0    0.00    0.00     385         Fkeymapp [1093]
                0.00    0.00     385/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00      24/376         display_mode_line <cycle 4> [472]
                0.00    0.00     352/376         display_line <cycle 4> [184]
[1094]   0.0    0.00    0.00     376         compute_line_metrics [1094]
                0.00    0.00     376/376         row_hash [1096]
-----------------------------------------------
                0.00    0.00      24/376         display_mode_line <cycle 4> [472]
                0.00    0.00     352/376         display_line <cycle 4> [184]
[1095]   0.0    0.00    0.00     376         prepare_desired_row [1095]
-----------------------------------------------
                0.00    0.00     376/376         compute_line_metrics [1094]
[1096]   0.0    0.00    0.00     376         row_hash [1096]
-----------------------------------------------
                                   2             x_set_frame_parameters <cycle 4> [114]
                                   4             message3_nolog <cycle 4> [1532]
                0.00    0.03     103/9783        redisplay_internal [38]
                0.01    0.07     257/9783        wait_reading_process_output [44]
[1097]   0.0    0.00    0.00     366         do_pending_window_change <cycle 4> [1097]
                0.00    0.00       4/21          change_frame_size_1 [1321]
                                   4             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                                  23             Fload <cycle 4> [411]
                                 314             menu_item_eval_property <cycle 4> [109]
                0.00    0.00      14/9783        redisplay_windows [179]
                0.00    0.00      15/9783        redisplay_internal [38]
[1098]   0.0    0.00    0.00     366         internal_condition_case_1 <cycle 4> [1098]
                0.00    0.00     366/5577        push_handler [843]
                0.00    0.00     314/314         eval_dyn [1103]
                                 314             unbind_to <cycle 4> [244]
                                 314             Feval <cycle 4> [320]
                                  23             Fsubstitute_in_file_name <cycle 4> [312]
                                  15             redisplay_window_1 <cycle 4> [1344]
                                  14             redisplay_window_0 <cycle 4> [1348]
-----------------------------------------------
                0.00    0.00      92/340         update_window <cycle 4> [458]
                0.00    0.00     248/340         Finternal_show_cursor_p [1110]
[1099]   0.0    0.00    0.00     340         assign_row [1099]
-----------------------------------------------
                0.00    0.00       1/334         adjust_frame_glyphs <cycle 4> [651]
                0.00    0.00       1/334         x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/334         x_set_left_fringe [1652]
                0.00    0.00       1/334         x_set_right_fringe [1656]
                0.00    0.00       1/334         x_set_vertical_scroll_bars [1665]
                0.00    0.00       1/334         x_set_scroll_bar_width <cycle 4> [1662]
                0.00    0.00       1/334         x_set_scroll_bar_height <cycle 4> [1661]
                0.00    0.00       1/334         Fset_window_configuration <cycle 4> [702]
                0.00    0.00       1/334         x_set_menu_bar_lines <cycle 4> [1654]
                0.00    0.00       2/334         x_set_font <cycle 4> [189]
                0.00    0.00       2/334         xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       3/334         free_realized_face [116]
                0.00    0.00       5/334         redraw_frame <cycle 4> [683]
                0.00    0.00       8/334         xg_update_scrollbar_pos [662]
                0.00    0.00      13/334         adjust_frame_size <cycle 4> [497]
                0.00    0.00      16/334         realize_face [152]
                0.00    0.00      17/334         xg_frame_resized [1332]
                0.00    0.00      81/334         Finternal_make_lisp_face [385]
                0.00    0.00     178/334         Finternal_set_lisp_face_attribute <cycle 4> [337]
[1100]   0.0    0.00    0.00     334         fset_redisplay [1100]
-----------------------------------------------
                0.00    0.00      92/326         Fwindow_parameter [717]
                0.00    0.00     234/326         Fwindow_buffer [1116]
[1101]   0.0    0.00    0.00     326         Frun_window_scroll_functions [1101]
-----------------------------------------------
                0.00    0.00       1/315         Ffile_accessible_directory_p <cycle 4> [453]
                0.00    0.00       2/315         xg_set_icon <cycle 4> [699]
                0.00    0.00       2/315         Ffile_attributes <cycle 4> [424]
                0.00    0.00       2/315         Fload <cycle 4> [411]
                0.00    0.00       3/315         Ffile_exists_p <cycle 4> [400]
                0.00    0.00       3/315         Finsert_file_contents <cycle 4> [351]
                0.00    0.00       4/315         directory_files_internal <cycle 4> [254]
                0.00    0.00      10/315         xpm_load <cycle 4> [1381]
                0.00    0.00      12/315         x_find_image_fd <cycle 4> [500]
                0.00    0.00      22/315         Ffile_symlink_p <cycle 4> [308]
                0.00    0.00      26/315         Ffile_readable_p <cycle 4> [311]
                0.00    0.00      40/315         Ffile_directory_p <cycle 4> [285]
                0.00    0.00     188/315         openp <cycle 4> [220]
[1102]   0.0    0.00    0.00     315         encode_file_name [1102]
-----------------------------------------------
                0.00    0.00     314/314         internal_condition_case_1 <cycle 4> [1098]
[1103]   0.0    0.00    0.00     314         eval_dyn [1103]
-----------------------------------------------
                0.00    0.00      95/311         update_window <cycle 4> [458]
                0.00    0.00     216/311         add_row_entry [1117]
[1104]   0.0    0.00    0.00     311         row_equal_p.constprop.18 [1104]
-----------------------------------------------
                0.00    0.00     309/309         encode_coding [715]
[1105]   0.0    0.00    0.00     309         consume_chars [1105]
-----------------------------------------------
                0.00    0.00     304/304         Ffuncall <cycle 4> [29]
[1106]   0.0    0.00    0.00     304         Fwindow_valid_p [1106]
-----------------------------------------------
                0.00    0.00      16/292         lisp_string_width [370]
                0.00    0.00     276/292         c_string_width [1109]
[1107]   0.0    0.00    0.00     292         buffer_display_table [1107]
-----------------------------------------------
                0.00    0.00       1/283         Fset_window_configuration <cycle 4> [702]
                0.00    0.00       3/283         run_window_scroll_functions [1496]
                0.00    0.00       3/283         redisplay_window <cycle 4> [410]
                0.00    0.00       5/283         select_window <cycle 4> [528]
                0.00    0.00       6/283         set_window_buffer <cycle 4> [573]
                0.00    0.00      40/283         try_window <cycle 4> [1269]
                0.00    0.00      62/283         with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      70/283         resize_mini_window <cycle 4> [339]
                0.00    0.00      93/283         unwind_with_echo_area_buffer <cycle 4> [1282]
[1108]   0.0    0.00    0.00     283         set_marker_both [1108]
                0.00    0.00     283/870         live_buffer [998]
                0.00    0.00     283/3039        CHECK_MARKER [882]
                0.00    0.00     190/4179        unchain_marker [858]
-----------------------------------------------
                0.00    0.00       4/276         doprnt <cycle 4> [1454]
                0.00    0.00      42/276         store_mode_line_noprop [1267]
                0.00    0.00     230/276         display_mode_element <cycle 4> [379]
[1109]   0.0    0.00    0.00     276         c_string_width [1109]
                0.00    0.00     654/821         char_width [1000]
                0.00    0.00     276/292         buffer_display_table [1107]
-----------------------------------------------
                0.00    0.00      24/272         Ffuncall <cycle 4> [29]
                0.00    0.00     248/272         update_window_line <cycle 4> [517]
[1110]   0.0    0.00    0.00     272         Finternal_show_cursor_p [1110]
                0.00    0.00     248/340         assign_row [1099]
                0.00    0.00      24/61          decode_any_window [1198]
-----------------------------------------------
                0.00    0.00     266/266         store_mode_line_noprop [1267]
[1111]   0.0    0.00    0.00     266         store_mode_line_noprop_char [1111]
-----------------------------------------------
                0.00    0.00     257/257         wait_reading_process_output [44]
[1112]   0.0    0.00    0.00     257         requeued_events_pending_p [1112]
-----------------------------------------------
                0.00    0.00       3/257         xg_update_scrollbar_pos [662]
                0.00    0.00       8/257         XTset_vertical_scroll_bar <cycle 4> [475]
                0.00    0.00      16/257         handle_one_xevent [99]
                0.00    0.00     230/257         x_clear_frame_area [1121]
[1113]   0.0    0.00    0.00     257         x_clear_area [1113]
-----------------------------------------------
                                 252             mark_object <cycle 4> [46]
[1114]   0.0    0.00    0.00     252         mark_face_cache <cycle 4> [1114]
                               15376             mark_object <cycle 4> [46]
                                 225             mark_vectorlike <cycle 4> [127]
                                 118             traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
                0.00    0.00     245/245         x_draw_stretch_glyph_string [1091]
[1115]   0.0    0.00    0.00     245         x_clear_glyph_string_rect [1115]
-----------------------------------------------
                0.00    0.00      10/239         run_window_configuration_change_hook <cycle 4> [545]
                0.00    0.00     229/239         Ffuncall <cycle 4> [29]
[1116]   0.0    0.00    0.00     239         Fwindow_buffer [1116]
                0.00    0.00     234/326         Frun_window_scroll_functions [1101]
-----------------------------------------------
                0.00    0.00     234/234         update_window <cycle 4> [458]
[1117]   0.0    0.00    0.00     234         add_row_entry [1117]
                0.00    0.00     216/311         row_equal_p.constprop.18 [1104]
-----------------------------------------------
                                 233             update_window_line <cycle 4> [517]
[1118]   0.0    0.00    0.00     233         x_clear_end_of_line <cycle 4> [1118]
                0.00    0.00     233/1742        window_text_bottom_y [922]
                0.00    0.00     226/1972        window_box_left [912]
                0.00    0.00     226/6062        window_box_width [838]
                0.00    0.00     226/230         x_clear_frame_area [1121]
                                  25             show_hourglass <cycle 4> [183]
-----------------------------------------------
                                 232             eval_sub <cycle 4> [176]
[1119]   0.0    0.00    0.00     232         Fand <cycle 4> [1119]
                                 311             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00     230/230         update_window_line <cycle 4> [517]
[1120]   0.0    0.00    0.00     230         x_after_update_window_line [1120]
-----------------------------------------------
                0.00    0.00       4/230         erase_phys_cursor <cycle 4> [1265]
                0.00    0.00     226/230         x_clear_end_of_line <cycle 4> [1118]
[1121]   0.0    0.00    0.00     230         x_clear_frame_area [1121]
                0.00    0.00     230/257         x_clear_area [1113]
-----------------------------------------------
                0.00    0.00      50/228         Ffloat_time [1225]
                0.00    0.00     178/228         lisp_time_struct [1135]
[1122]   0.0    0.00    0.00     228         disassemble_lisp_time [1122]
-----------------------------------------------
                                 223             draw_window_fringes <cycle 4> [1181]
[1123]   0.0    0.00    0.00     223         draw_row_fringe_bitmaps <cycle 4> [1123]
                                 223             draw_fringe_bitmap <cycle 4> [1087]
-----------------------------------------------
                0.00    0.00     223/223         draw_fringe_bitmap_1 <cycle 4> [304]
[1124]   0.0    0.00    0.00     223         window_box_right [1124]
                0.00    0.00     223/1972        window_box_left [912]
                0.00    0.00     223/6062        window_box_width [838]
-----------------------------------------------
                0.00    0.00      31/219         eval_sub <cycle 4> [176]
                0.00    0.00      51/219         Ffuncall <cycle 4> [29]
                0.00    0.00     137/219         Fdefvar <cycle 4> [454]
[1125]   0.0    0.00    0.00     219         Fdefault_boundp [1125]
                0.00    0.00     219/3434        default_value [867]
                0.00    0.00      45/74640       do_symval_forwarding [799]
-----------------------------------------------
                0.00    0.00       1/216         xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00     215/216         digest_single_submenu <cycle 4> [448]
[1126]   0.0    0.00    0.00     216         code_convert_string_norecord [1126]
-----------------------------------------------
                0.00    0.00      24/215         display_mode_line <cycle 4> [472]
                0.00    0.00     191/215         display_line <cycle 4> [184]
[1127]   0.0    0.00    0.00     215         extend_face_to_end_of_line [1127]
                0.00    0.00     382/710         lookup_basic_face [1016]
-----------------------------------------------
                                 208             mark_object <cycle 4> [46]
[1128]   0.0    0.00    0.00     208         mark_discard_killed_buffers <cycle 4> [1128]
                                 208             mark_object <cycle 4> [46]
-----------------------------------------------
                0.00    0.00      11/200         Fgetenv_internal [569]
                0.00    0.00     189/200         egetenv_internal [1131]
[1129]   0.0    0.00    0.00     200         getenv_internal [1129]
                0.00    0.00     200/200         getenv_internal_1 [1130]
-----------------------------------------------
                0.00    0.00     200/200         getenv_internal [1129]
[1130]   0.0    0.00    0.00     200         getenv_internal_1 [1130]
-----------------------------------------------
                0.00    0.00       1/189         x_term_init <cycle 4> [508]
                0.00    0.00     188/189         Fexpand_file_name <cycle 4> [173]
[1131]   0.0    0.00    0.00     189         egetenv_internal [1131]
                0.00    0.00     189/200         getenv_internal [1129]
-----------------------------------------------
                0.00    0.00     183/183         Ffuncall <cycle 4> [29]
[1132]   0.0    0.00    0.00     183         Fread [1132]
-----------------------------------------------
                0.00    0.00      46/181         Ffile_name_as_directory <cycle 4> [279]
                0.00    0.00     135/181         Fexpand_file_name <cycle 4> [173]
[1133]   0.0    0.00    0.00     181         Fnext_read_file_uses_dialog_p [1133]
-----------------------------------------------
                0.00    0.00     179/179         x_defined_color [511]
[1134]   0.0    0.00    0.00     179         xg_check_special_colors [1134]
-----------------------------------------------
                0.00    0.00      52/178         Ftime_less_p [1297]
                0.00    0.00     126/178         time_arith [445]
[1135]   0.0    0.00    0.00     178         lisp_time_struct [1135]
                0.00    0.00     178/228         disassemble_lisp_time [1122]
                0.00    0.00     178/1336        decode_time_components [955]
-----------------------------------------------
                0.00    0.00     175/175         x_alloc_nearest_color [1137]
[1136]   0.0    0.00    0.00     175         gamma_correct [1136]
-----------------------------------------------
                0.00    0.00       2/175         x_setup_relief_color [1551]
                0.00    0.00     173/175         x_defined_color [511]
[1137]   0.0    0.00    0.00     175         x_alloc_nearest_color [1137]
                0.00    0.00     175/175         gamma_correct [1136]
-----------------------------------------------
                0.00    0.00       2/172         emacs_fopen [1523]
                0.00    0.00       2/172         open_directory [698]
                0.00    0.00       3/172         Finsert_file_contents <cycle 4> [351]
                0.00    0.00     165/172         openp <cycle 4> [220]
[1138]   0.0    0.00    0.00     172         emacs_open [1138]
-----------------------------------------------
                                 120             display_mode_element <cycle 4> [379]
                0.00    0.01      49/9783        redisplay_internal [38]
[1139]   0.0    0.00    0.00     169         safe__call1 <cycle 4> [1139]
                                 169             safe__call <cycle 4> [301]
-----------------------------------------------
                0.00    0.00       1/161         Fx_create_frame <cycle 4> [202]
                0.00    0.00      13/161         Fx_get_resource [1349]
                0.00    0.00      46/161         Fx_display_color_cells [1254]
                0.00    0.00     101/161         Fxw_display_color_p [1167]
[1140]   0.0    0.00    0.00     161         check_x_display_info [1140]
                0.00    0.00     107/143         decode_window_system_frame [1147]
-----------------------------------------------
                0.00    0.00     161/161         load_color2 [514]
[1141]   0.0    0.00    0.00     161         defined_color [1141]
-----------------------------------------------
                0.00    0.00       2/160         x_new_font <cycle 4> [588]
                0.00    0.00       8/160         font_open_entity [392]
                0.00    0.00     150/160         show_hourglass <cycle 4> [183]
[1142]   0.0    0.00    0.00     160         normal_char_ascent_descent [1142]
-----------------------------------------------
                0.00    0.00      26/157         redisplay_window <cycle 4> [410]
                0.00    0.00      61/157         redisplay_internal [38]
                0.00    0.00      70/157         note_mouse_highlight [419]
[1143]   0.0    0.00    0.00     157         window_outdated [1143]
-----------------------------------------------
                0.00    0.00       8/148         handle_one_xevent [99]
                0.00    0.00     140/148         note_mouse_highlight [419]
[1144]   0.0    0.00    0.00     148         clear_mouse_face [1144]
-----------------------------------------------
                                 147             eval_sub <cycle 4> [176]
[1145]   0.0    0.00    0.00     147         Fif <cycle 4> [1145]
                0.00    0.00      55/49012       Fcar [807]
                                 147             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00       3/146         set_window_buffer <cycle 4> [573]
                0.00    0.00       4/146         delete_all_child_windows [1521]
                0.00    0.00       4/146         Fset_window_configuration <cycle 4> [702]
                0.00    0.00      31/146         unwind_with_echo_area_buffer <cycle 4> [1282]
                0.00    0.00      31/146         with_echo_area_buffer <cycle 4> [405]
                0.00    0.00      73/146         wset_buffer [1184]
[1146]   0.0    0.00    0.00     146         adjust_window_count [1146]
-----------------------------------------------
                0.00    0.00       1/143         Fx_wm_set_size_hint [523]
                0.00    0.00       1/143         Fx_backspace_delete_keys_p [589]
                0.00    0.00       2/143         Fx_change_window_property [550]
                0.00    0.00       6/143         Fxw_color_values [548]
                0.00    0.00       6/143         Fx_register_dnd_atom [509]
                0.00    0.00      20/143         Fimage_mask_p <cycle 4> [640]
                0.00    0.00     107/143         check_x_display_info [1140]
[1147]   0.0    0.00    0.00     143         decode_window_system_frame [1147]
                0.00    0.00     143/2119        decode_live_frame [906]
-----------------------------------------------
                0.00    0.00       7/140         sit_for [41]
                0.00    0.00     133/140         wait_reading_process_output [44]
[1148]   0.0    0.00    0.00     140         detect_input_pending [1148]
-----------------------------------------------
                0.00    0.00       1/139         Fcommandp <cycle 4> [853]
                0.00    0.00     138/139         exec_byte_code <cycle 4> [73]
[1149]   0.0    0.00    0.00     139         Fsymbol_function [1149]
-----------------------------------------------
                                 136             readevalloop <cycle 4> [402]
[1150]   0.0    0.00    0.00     136         readevalloop_eager_expand_eval <cycle 4> [1150]
                                 272             call2 <cycle 4> [924]
-----------------------------------------------
                0.00    0.00      13/135         parse_single_submenu <cycle 4> [494]
                0.00    0.00     122/135         Ffuncall <cycle 4> [29]
[1151]   0.0    0.00    0.00     135         Fkeymap_prompt [1151]
                0.00    0.00    1408/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00     134/134         wait_reading_process_output [44]
[1152]   0.0    0.00    0.00     134         clear_waiting_for_input [1152]
-----------------------------------------------
                0.00    0.00     134/134         wait_reading_process_output [44]
[1153]   0.0    0.00    0.00     134         set_waiting_for_input [1153]
-----------------------------------------------
                0.00    0.00       1/133         delete_frame <cycle 4> [230]
                0.00    0.00       2/133         Fset_charset_priority [444]
                0.00    0.00       2/133         Fkill_local_variable <cycle 4> [741]
                0.00    0.00       3/133         Fkill_buffer <cycle 4> [565]
                0.00    0.00       6/133         frames_discard_buffer [1489]
                0.00    0.00       6/133         record_buffer [654]
                0.00    0.00      28/133         font_put_extra [336]
                0.00    0.00      85/133         Ffuncall <cycle 4> [29]
[1154]   0.0    0.00    0.00     133         Fdelq [1154]
                0.00    0.00      15/591680      Fsetcdr [764]
-----------------------------------------------
                0.00    0.00       7/133         unload_color [663]
                0.00    0.00     126/133         free_realized_face [116]
[1155]   0.0    0.00    0.00     133         x_free_colors [1155]
-----------------------------------------------
                0.00    0.00       2/124         init_kboard [655]
                0.00    0.00     122/124         Ffuncall <cycle 4> [29]
[1156]   0.0    0.00    0.00     124         Fmake_sparse_keymap [1156]
-----------------------------------------------
                                 122             Ffuncall <cycle 4> [29]
[1157]   0.0    0.00    0.00     122         Fmap_keymap <cycle 4> [1157]
                                 122             map_keymap <cycle 4> [865]
-----------------------------------------------
                                  16             menu_bar_items <cycle 4> [435]
                                 106             single_keymap_panes <cycle 4> [616]
[1158]   0.0    0.00    0.00     122         map_keymap_canonical <cycle 4> [1158]
                0.00    0.00     122/122         safe_call1 [1159]
                                 122             safe_call <cycle 4> [1026]
-----------------------------------------------
                0.00    0.00     122/122         map_keymap_canonical <cycle 4> [1158]
[1159]   0.0    0.00    0.00     122         safe_call1 [1159]
-----------------------------------------------
                0.00    0.00     121/121         eval_sub <cycle 4> [176]
[1160]   0.0    0.00    0.00     121         Feq [1160]
-----------------------------------------------
                0.00    0.00     120/120         handle_one_xevent [99]
[1161]   0.0    0.00    0.00     120         xft_settings_event [1161]
-----------------------------------------------
                0.00    0.00       4/119         readevalloop <cycle 4> [402]
                0.00    0.00     115/119         Ffuncall <cycle 4> [29]
[1162]   0.0    0.00    0.00     119         Ffile_name_absolute_p [1162]
-----------------------------------------------
                0.00    0.00     118/118         foreach_window_1 [608]
[1163]   0.0    0.00    0.00     118         check_window_containing [1163]
                0.00    0.00     118/118         coordinates_in_window [1164]
-----------------------------------------------
                0.00    0.00     118/118         check_window_containing [1163]
[1164]   0.0    0.00    0.00     118         coordinates_in_window [1164]
                0.00    0.00     330/6062        window_box_width [838]
                0.00    0.00     110/1972        window_box_left [912]
-----------------------------------------------
                0.00    0.00       1/113         xg_update_menubar [503]
                0.00    0.00     112/113         xg_item_label_same_p [432]
[1165]   0.0    0.00    0.00     113         make_widget_for_menu_item [1165]
-----------------------------------------------
                                   1             move_it_vertically_backward <cycle 4> [292]
                                  12             redisplay_window <cycle 4> [410]
                                  20             required_matrix_height <cycle 4> [1312]
                                  79             window_box <cycle 4> [1048]
[1166]   0.0    0.00    0.00     112         window_box_height <cycle 4> [1166]
                                  15             show_hourglass <cycle 4> [183]
-----------------------------------------------
                0.00    0.00      22/101         Ffuncall <cycle 4> [29]
                0.00    0.00      79/101         face_color_supported_p [1180]
[1167]   0.0    0.00    0.00     101         Fxw_display_color_p [1167]
                0.00    0.00     101/161         check_x_display_info [1140]
-----------------------------------------------
                0.00    0.00      20/100         xpm_load <cycle 4> [1381]
                0.00    0.00      30/100         x_build_heuristic_mask [1377]
                0.00    0.00      50/100         lookup_image <cycle 4> [495]
[1168]   0.0    0.00    0.00     100         image_spec_value [1168]
-----------------------------------------------
                0.00    0.00      18/100         redisplay_window <cycle 4> [410]
                0.00    0.00      82/100         display_line <cycle 4> [184]
[1169]   0.0    0.00    0.00     100         row_for_charpos_p [1169]
-----------------------------------------------
                0.00    0.00       2/96          face_for_font [664]
                0.00    0.00      94/96          realize_face [152]
[1170]   0.0    0.00    0.00      96         cache_face [1170]
-----------------------------------------------
                0.00    0.00       4/94          save_window_save [634]
                0.00    0.00      90/94          Fbuffer_local_value [1173]
[1171]   0.0    0.00    0.00      94         buffer_local_value [1171]
-----------------------------------------------
                0.00    0.00      93/93          Ffuncall <cycle 4> [29]
[1172]   0.0    0.00    0.00      93         Fwindowp [1172]
-----------------------------------------------
                0.00    0.00       4/90          Ffuncall <cycle 4> [29]
                0.00    0.00      86/90          hscroll_window_tree [498]
[1173]   0.0    0.00    0.00      90         Fbuffer_local_value [1173]
                0.00    0.00      90/94          buffer_local_value [1171]
                0.00    0.00      86/3215        Fdefault_value [874]
-----------------------------------------------
                0.00    0.00      44/89          set_internal [145]
                0.00    0.00      45/89          Fmake_local_variable <cycle 4> [436]
[1174]   0.0    0.00    0.00      89         let_shadows_buffer_binding_p [1174]
                0.00    0.00      89/41387       Fcurrent_buffer [809]
-----------------------------------------------
                0.00    0.00      86/86          hscroll_window_tree [498]
[1175]   0.0    0.00    0.00      86         Fwindow_old_point [1175]
                0.00    0.00      86/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00      86/86          hscroll_window_tree [498]
[1176]   0.0    0.00    0.00      86         Fwindow_point [1176]
                0.00    0.00      86/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       1/82          set_message_1 <cycle 4> [1628]
                0.00    0.00       1/82          setup_echo_area_for_printing <cycle 4> [1466]
                0.00    0.00       2/82          unshow_buffer [1468]
                0.00    0.00       2/82          Fset_buffer_multibyte [1450]
                0.00    0.00       2/82          scan_newline [743]
                0.00    0.00       3/82          redisplay_mode_lines <cycle 4> [1622]
                0.00    0.00       3/82          decide_coding_unwind [1485]
                0.00    0.00      10/82          message_dolog <cycle 4> [742]
                0.00    0.00      58/82          redisplay_window <cycle 4> [410]
[1177]   0.0    0.00    0.00      82         temp_set_point_both [1177]
-----------------------------------------------
                                  82             display_and_set_cursor <cycle 4> [496]
[1178]   0.0    0.00    0.00      82         x_draw_window_cursor <cycle 4> [1178]
                0.00    0.00      48/48          xic_set_preeditarea [1250]
                0.00    0.00       4/8           get_phys_cursor_glyph [1390]
                0.00    0.00       4/4           get_phys_cursor_geometry [1458]
                                  28             draw_phys_cursor_glyph <cycle 4> [1208]
                                   4             XTring_bell <cycle 4> [703]
-----------------------------------------------
                0.00    0.00      80/80          handle_one_xevent [99]
[1179]   0.0    0.00    0.00      80         x_handle_property_notify [1179]
-----------------------------------------------
                0.00    0.00      79/79          realize_face [152]
[1180]   0.0    0.00    0.00      79         face_color_supported_p [1180]
                0.00    0.00      79/101         Fxw_display_color_p [1167]
-----------------------------------------------
                                  78             x_update_window_end <cycle 4> [563]
[1181]   0.0    0.00    0.00      78         draw_window_fringes <cycle 4> [1181]
                0.00    0.00      78/1742        window_text_bottom_y [922]
                                 223             draw_fringe_bitmap <cycle 4> [1087]
                                 223             draw_row_fringe_bitmaps <cycle 4> [1123]
-----------------------------------------------
                0.00    0.00      78/78          update_window <cycle 4> [458]
[1182]   0.0    0.00    0.00      78         x_update_window_begin [1182]
-----------------------------------------------
                0.00    0.00      73/73          eval_sub <cycle 4> [176]
[1183]   0.0    0.00    0.00      73         Fnull [1183]
-----------------------------------------------
                0.00    0.00       3/73          set_window_buffer <cycle 4> [573]
                0.00    0.00       4/73          delete_all_child_windows [1521]
                0.00    0.00       4/73          Fset_window_configuration <cycle 4> [702]
                0.00    0.00      31/73          unwind_with_echo_area_buffer <cycle 4> [1282]
                0.00    0.00      31/73          with_echo_area_buffer <cycle 4> [405]
[1184]   0.0    0.00    0.00      73         wset_buffer [1184]
                0.00    0.00      73/146         adjust_window_count [1146]
-----------------------------------------------
                0.00    0.00       1/72          x_set_frame_parameters <cycle 4> [114]
                0.00    0.00       1/72          tb_size_cb [456]
                0.00    0.00       1/72          update_frame_tool_bar <cycle 4> [446]
                0.00    0.00       2/72          xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00      19/72          xg_frame_resized [1332]
                0.00    0.00      22/72          adjust_frame_size <cycle 4> [497]
                0.00    0.00      26/72          handle_one_xevent [99]
[1185]   0.0    0.00    0.00      72         frame_size_history_add [1185]
-----------------------------------------------
                                   1             Fmapc <cycle 4> [623]
                                  71             Fmapcar <cycle 4> [401]
[1186]   0.0    0.00    0.00      72         mapcar1 <cycle 4> [1186]
                                 551             call1 <cycle 4> [949]
-----------------------------------------------
                0.00    0.00      70/70          note_mouse_highlight [419]
[1187]   0.0    0.00    0.00      70         define_frame_cursor1 [1187]
-----------------------------------------------
                0.00    0.00      70/70          message_dolog <cycle 4> [742]
[1188]   0.0    0.00    0.00      70         insert_1_both [1188]
-----------------------------------------------
                0.00    0.00      70/70          exec_byte_code <cycle 4> [73]
[1189]   0.0    0.00    0.00      70         match_limit [1189]
-----------------------------------------------
                0.00    0.00      70/70          note_mouse_highlight [419]
[1190]   0.0    0.00    0.00      70         window_box_right_offset [1190]
                0.00    0.00      70/2152        window_box_left_offset [901]
                0.00    0.00      70/6062        window_box_width [838]
-----------------------------------------------
                0.00    0.00      70/70          note_mouse_highlight [419]
[1191]   0.0    0.00    0.00      70         x_define_frame_cursor [1191]
-----------------------------------------------
                0.00    0.00      20/69          redisplay_window <cycle 4> [410]
                0.00    0.00      49/69          redisplay_internal [38]
[1192]   0.0    0.00    0.00      69         mode_line_update_needed [1192]
-----------------------------------------------
                                  17             Ffuncall <cycle 4> [29]
                                  50             push_message <cycle 4> [512]
[1193]   0.0    0.00    0.00      67         current_message <cycle 4> [1193]
                                   3             with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
                0.00    0.00      64/64          free_realized_face [116]
[1194]   0.0    0.00    0.00      64         x_destroy_bitmap [1194]
-----------------------------------------------
                0.00    0.00      63/63          Ffuncall <cycle 4> [29]
[1195]   0.0    0.00    0.00      63         Ftime_add [1195]
-----------------------------------------------
                0.00    0.00      63/63          time_arith [445]
[1196]   0.0    0.00    0.00      63         time_add [1196]
-----------------------------------------------
                0.00    0.00       2/62          x_set_font <cycle 4> [189]
                0.00    0.00       3/62          show_hourglass <cycle 4> [183]
                0.00    0.00       3/62          free_realized_face [116]
                0.00    0.00       5/62          redraw_frame <cycle 4> [683]
                0.00    0.00      49/62          redisplay_internal [38]
[1197]   0.0    0.00    0.00      62         clear_window_matrices [1197]
-----------------------------------------------
                0.00    0.00      24/61          Finternal_show_cursor_p [1110]
                0.00    0.00      37/61          Finternal_show_cursor [1276]
[1198]   0.0    0.00    0.00      61         decode_any_window [1198]
-----------------------------------------------
                0.00    0.00      22/61          mark_window_display_accurate [1361]
                0.00    0.00      39/61          redisplay_internal [38]
[1199]   0.0    0.00    0.00      61         mark_window_display_accurate_1 [1199]
                0.00    0.00       6/1775        marker_position [920]
-----------------------------------------------
                0.00    0.00      10/60          lookup_image <cycle 4> [495]
                0.00    0.00      20/60          Finit_image_library [641]
                0.00    0.00      30/60          valid_image_p [621]
[1200]   0.0    0.00    0.00      60         lookup_image_type [1200]
-----------------------------------------------
                0.00    0.00       1/60          xg_create_frame_widgets <cycle 4> [592]
                0.00    0.00      59/60          create_menus [437]
[1201]   0.0    0.00    0.00      60         xg_gtk_scroll_destroy [1201]
-----------------------------------------------
                0.00    0.00      59/59          Ffuncall <cycle 4> [29]
[1202]   0.0    0.00    0.00      59         Fdecode_coding_string [1202]
-----------------------------------------------
                0.00    0.00      58/58          Ffuncall <cycle 4> [29]
[1203]   0.0    0.00    0.00      58         Fframe_root_window [1203]
-----------------------------------------------
                0.00    0.00      58/58          handle_one_xevent [99]
[1204]   0.0    0.00    0.00      58         x_mouse_grabbed [1204]
-----------------------------------------------
                0.00    0.00      56/56          display_mode_element <cycle 4> [379]
[1205]   0.0    0.00    0.00      56         display_count_lines [1205]
-----------------------------------------------
                0.00    0.00      56/56          Ffuncall <cycle 4> [29]
[1206]   0.0    0.00    0.00      56         rounding_driver [1206]
                0.00    0.00      52/52          ceiling2 [1214]
                0.00    0.00       1/1           round2 [1625]
-----------------------------------------------
                0.00    0.00       1/56          other_visible_frames [590]
                0.00    0.00       8/56          xg_update_scrollbar_pos [662]
                0.00    0.00      47/56          x_make_frame_visible <cycle 4> [420]
[1207]   0.0    0.00    0.00      56         x_sync [1207]
-----------------------------------------------
                                  27             erase_phys_cursor <cycle 4> [1265]
                                  28             x_draw_window_cursor <cycle 4> [1178]
[1208]   0.0    0.00    0.00      55         draw_phys_cursor_glyph <cycle 4> [1208]
                                  55             draw_glyphs <cycle 4> [35]
-----------------------------------------------
                0.00    0.00      54/54          Ffuncall <cycle 4> [29]
[1209]   0.0    0.00    0.00      54         Foverlayp [1209]
-----------------------------------------------
                0.00    0.00      53/53          Ffuncall <cycle 4> [29]
[1210]   0.0    0.00    0.00      53         Fstringp [1210]
-----------------------------------------------
                0.00    0.00      13/53          openp <cycle 4> [220]
                0.00    0.00      40/53          Ffile_directory_p <cycle 4> [285]
[1211]   0.0    0.00    0.00      53         file_directory_p [1211]
-----------------------------------------------
                0.00    0.00      53/53          fast_c_string_match_ignore_case [341]
[1212]   0.0    0.00    0.00      53         string_make_unibyte [1212]
-----------------------------------------------
                0.00    0.00      52/52          Ffuncall <cycle 4> [29]
[1213]   0.0    0.00    0.00      52         Fceiling [1213]
-----------------------------------------------
                0.00    0.00      52/52          rounding_driver [1206]
[1214]   0.0    0.00    0.00      52         ceiling2 [1214]
-----------------------------------------------
                                  52             Fgarbage_collect <cycle 4> [64]
[1215]   0.0    0.00    0.00      52         mark_image_cache <cycle 4> [1215]
                                 880             mark_object <cycle 4> [46]
-----------------------------------------------
                0.00    0.00       1/52          update_single_window <cycle 4> [1633]
                0.00    0.00       5/52          redraw_frame <cycle 4> [683]
                0.00    0.00      46/52          update_frame <cycle 4> [1257]
[1216]   0.0    0.00    0.00      52         update_begin [1216]
-----------------------------------------------
                0.00    0.00       1/52          update_single_window <cycle 4> [1633]
                0.00    0.00       5/52          redraw_frame <cycle 4> [683]
                0.00    0.00      46/52          update_frame <cycle 4> [1257]
[1217]   0.0    0.00    0.00      52         update_end [1217]
-----------------------------------------------
                0.00    0.00      51/51          x_draw_glyph_string_box [1219]
[1218]   0.0    0.00    0.00      51         get_glyph_string_clip_rect [1218]
-----------------------------------------------
                0.00    0.00      51/51          x_draw_glyph_string <cycle 4> [428]
[1219]   0.0    0.00    0.00      51         x_draw_glyph_string_box [1219]
                0.00    0.00      51/563         get_glyph_string_clip_rects [1032]
                0.00    0.00      51/51          get_glyph_string_clip_rect [1218]
                0.00    0.00      51/51          x_setup_relief_colors [1221]
                0.00    0.00      51/51          x_draw_relief_rect [1220]
-----------------------------------------------
                0.00    0.00      51/51          x_draw_glyph_string_box [1219]
[1220]   0.0    0.00    0.00      51         x_draw_relief_rect [1220]
-----------------------------------------------
                0.00    0.00      51/51          x_draw_glyph_string_box [1219]
[1221]   0.0    0.00    0.00      51         x_setup_relief_colors [1221]
                0.00    0.00       2/2           x_setup_relief_color [1551]
-----------------------------------------------
                0.00    0.00       1/51          update_single_window <cycle 4> [1633]
                0.00    0.00       4/51          redraw_frame <cycle 4> [683]
                0.00    0.00      46/51          update_frame <cycle 4> [1257]
[1222]   0.0    0.00    0.00      51         x_update_begin [1222]
-----------------------------------------------
                0.00    0.00       1/51          update_single_window <cycle 4> [1633]
                0.00    0.00       4/51          redraw_frame <cycle 4> [683]
                0.00    0.00      46/51          update_frame <cycle 4> [1257]
[1223]   0.0    0.00    0.00      51         x_update_end [1223]
-----------------------------------------------
                0.00    0.00      51/51          handle_one_xevent [99]
[1224]   0.0    0.00    0.00      51         xg_event_is_for_scrollbar [1224]
-----------------------------------------------
                0.00    0.00      50/50          Ffuncall <cycle 4> [29]
[1225]   0.0    0.00    0.00      50         Ffloat_time [1225]
                0.00    0.00      50/228         disassemble_lisp_time [1122]
                0.00    0.00      50/1336        decode_time_components [955]
                0.00    0.00      50/652         make_float [1021]
-----------------------------------------------
                0.00    0.00      50/50          exec_byte_code <cycle 4> [73]
[1226]   0.0    0.00    0.00      50         Fmatch_beginning [1226]
-----------------------------------------------
                                   1             redisplay_window <cycle 4> [410]
                0.00    0.01      49/9783        redisplay_internal [38]
[1227]   0.0    0.00    0.00      50         overlay_arrows_changed_p <cycle 4> [1227]
                0.00    0.00      50/74640       do_symval_forwarding [799]
                                 100             find_symbol_value <cycle 4> [298]
-----------------------------------------------
                0.00    0.00      50/50          unbind_to <cycle 4> [244]
[1228]   0.0    0.00    0.00      50         pop_message_unwind [1228]
-----------------------------------------------
                0.00    0.00       1/50          Fx_open_connection <cycle 4> [1587]
                0.00    0.00      49/50          xrdb_get_resource [1246]
[1229]   0.0    0.00    0.00      50         validate_x_resource_name [1229]
-----------------------------------------------
                0.00    0.00       1/50          x_get_customization_string [1643]
                0.00    0.00      49/50          xrdb_get_resource [1246]
[1230]   0.0    0.00    0.00      50         x_get_string_resource [1230]
-----------------------------------------------
                0.00    0.00      49/49          redisplay_internal [38]
[1231]   0.0    0.00    0.00      49         clear_desired_matrices [1231]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1232]   0.0    0.00    0.00      49         mark_fringe_data [1232]
-----------------------------------------------
                                  49             Fgarbage_collect <cycle 4> [64]
[1233]   0.0    0.00    0.00      49         mark_kboards <cycle 4> [1233]
                               65896             mark_object <cycle 4> [46]
-----------------------------------------------
                                  49             Fgarbage_collect <cycle 4> [64]
[1234]   0.0    0.00    0.00      49         mark_specpdl <cycle 4> [1234]
                                1462             mark_object <cycle 4> [46]
                                   6             mark_vectorlike <cycle 4> [127]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1235]   0.0    0.00    0.00      49         relocate_byte_stack [1235]
-----------------------------------------------
                0.00    0.00       5/49          redraw_frame <cycle 4> [683]
                0.00    0.00      44/49          update_frame <cycle 4> [1257]
[1236]   0.0    0.00    0.00      49         set_window_update_flags [1236]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1237]   0.0    0.00    0.00      49         shrink_regexp_cache [1237]
                0.00    0.00     980/2125        xrealloc [905]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1238]   0.0    0.00    0.00      49         sweep_floats [1238]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1239]   0.0    0.00    0.00      49         sweep_intervals [1239]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1240]   0.0    0.00    0.00      49         sweep_misc [1240]
                0.00    0.00    1973/4179        unchain_marker [858]
                0.00    0.00      37/10056       mem_delete [823]
                0.00    0.00      37/1074        lisp_free [967]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1241]   0.0    0.00    0.00      49         sweep_strings [1241]
                0.00    0.00  176104/176439      balance_intervals [784]
                0.00    0.00     997/10056       mem_delete [823]
                0.00    0.00     997/1074        lisp_free [967]
                0.00    0.00     919/312932      balance_an_interval [771]
                0.00    0.00     919/964         balance_intervals_internal [987]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1242]   0.0    0.00    0.00      49         sweep_symbols [1242]
-----------------------------------------------
                                  49             Fgarbage_collect <cycle 4> [64]
[1243]   0.0    0.00    0.00      49         sweep_weak_hash_tables <cycle 4> [1243]
                                 732             sweep_weak_table <cycle 4> [1009]
-----------------------------------------------
                0.00    0.00      49/49          Fgarbage_collect <cycle 4> [64]
[1244]   0.0    0.00    0.00      49         total_bytes_of_live_objects [1244]
-----------------------------------------------
                                  49             Fgarbage_collect <cycle 4> [64]
[1245]   0.0    0.00    0.00      49         xg_mark_data <cycle 4> [1245]
                               13862             mark_object <cycle 4> [46]
-----------------------------------------------
                0.00    0.00       1/49          select_visual [1627]
                0.00    0.00       2/49          x_term_init <cycle 4> [508]
                0.00    0.00       2/49          x_default_scroll_bar_color_parameter <cycle 4> [739]
                0.00    0.00      13/49          Ffuncall <cycle 4> [29]
                0.00    0.00      31/49          x_get_arg [701]
[1246]   0.0    0.00    0.00      49         xrdb_get_resource [1246]
                0.00    0.00      49/50          validate_x_resource_name [1229]
                0.00    0.00      49/50          x_get_string_resource [1230]
-----------------------------------------------
                0.00    0.00      48/48          make_gap [595]
[1247]   0.0    0.00    0.00      48         enlarge_buffer_text [1247]
                0.00    0.00      48/2125        xrealloc [905]
-----------------------------------------------
                0.00    0.00      48/48          read1 <cycle 5> [300]
[1248]   0.0    0.00    0.00      48         str_as_unibyte [1248]
-----------------------------------------------
                0.00    0.00       1/48          x_display_ok [1641]
                0.00    0.00       1/48          x_term_init <cycle 4> [508]
                0.00    0.00       1/48          shut_down_emacs <cycle 4> [708]
                0.00    0.00      45/48          redisplay_internal [38]
[1249]   0.0    0.00    0.00      48         unrequest_sigio [1249]
-----------------------------------------------
                0.00    0.00      48/48          x_draw_window_cursor <cycle 4> [1178]
[1250]   0.0    0.00    0.00      48         xic_set_preeditarea [1250]
-----------------------------------------------
                0.00    0.00      47/47          x_make_frame_visible <cycle 4> [420]
[1251]   0.0    0.00    0.00      47         input_polling_used [1251]
-----------------------------------------------
                0.00    0.00       1/47          x_display_ok [1641]
                0.00    0.00       1/47          x_term_init <cycle 4> [508]
                0.00    0.00      45/47          redisplay_internal [38]
[1252]   0.0    0.00    0.00      47         request_sigio [1252]
-----------------------------------------------
                0.00    0.00      47/47          unbind_to <cycle 4> [244]
[1253]   0.0    0.00    0.00      47         unwind_redisplay [1253]
-----------------------------------------------
                0.00    0.00      46/46          Ffuncall <cycle 4> [29]
[1254]   0.0    0.00    0.00      46         Fx_display_color_cells [1254]
                0.00    0.00      46/161         check_x_display_info [1140]
-----------------------------------------------
                                   2             adjust_frame_glyphs <cycle 4> [651]
                                   4             allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                                  40             allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1255]   0.0    0.00    0.00      46         adjust_glyph_matrix <cycle 4> [1255]
                0.00    0.00     432/2125        xrealloc [905]
                0.00    0.00     432/439         xnrealloc [1088]
                0.00    0.00      10/25          xpalloc [1306]
                                  44             window_box <cycle 4> [1048]
-----------------------------------------------
                0.00    0.00       3/46          Finsert_file_contents <cycle 4> [351]
                0.00    0.00      43/46          make_gap [595]
[1256]   0.0    0.00    0.00      46         gap_left [1256]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [704]
                0.00    0.01      45/9783        redisplay_internal [38]
[1257]   0.0    0.00    0.00      46         update_frame <cycle 4> [1257]
                0.00    0.00      46/51          x_update_begin [1222]
                0.00    0.00      46/52          update_begin [1216]
                0.00    0.00      46/51          x_update_end [1223]
                0.00    0.00      46/52          update_end [1217]
                0.00    0.00      44/49          set_window_update_flags [1236]
                                  46             update_window_tree <cycle 4> [1258]
-----------------------------------------------
                                  46             update_frame <cycle 4> [1257]
[1258]   0.0    0.00    0.00      46         update_window_tree <cycle 4> [1258]
                                  77             update_window <cycle 4> [458]
-----------------------------------------------
                0.00    0.00       3/45          Fchar_table_parent [1472]
                0.00    0.00       4/45          Fset_char_table_parent [1512]
                0.00    0.00      38/45          Fset_char_table_range [223]
[1259]   0.0    0.00    0.00      45         CHECK_CHAR_TABLE [1259]
-----------------------------------------------
                                  45             Ffuncall <cycle 4> [29]
[1260]   0.0    0.00    0.00      45         Frun_hooks <cycle 4> [1260]
                                  69             Fcommandp <cycle 4> [853]
-----------------------------------------------
                0.00    0.00      45/45          redisplay_internal [38]
[1261]   0.0    0.00    0.00      45         start_polling [1261]
-----------------------------------------------
                0.00    0.00      45/45          redisplay_internal [38]
[1262]   0.0    0.00    0.00      45         stop_polling [1262]
-----------------------------------------------
                                  44             Ffile_directory_p <cycle 4> [285]
[1263]   0.0    0.00    0.00      44         expand_and_dir_to_file <cycle 4> [1263]
                                  44             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                                  44             compact_buffer <cycle 4> [677]
[1264]   0.0    0.00    0.00      44         truncate_undo_list <cycle 4> [1264]
                0.00    0.00      44/41387       Fcurrent_buffer [809]
                0.00    0.00      44/227551      grow_specpdl [779]
                0.00    0.00      44/8775        record_unwind_protect [828]
                                  44             inhibit_garbage_collection <cycle 4> [111]
-----------------------------------------------
                                  43             display_and_set_cursor <cycle 4> [496]
[1265]   0.0    0.00    0.00      43         erase_phys_cursor <cycle 4> [1265]
                0.00    0.00      27/1742        window_text_bottom_y [922]
                0.00    0.00       4/8           get_phys_cursor_glyph [1390]
                0.00    0.00       4/6062        window_box_width [838]
                0.00    0.00       4/1972        window_box_left [912]
                0.00    0.00       4/230         x_clear_frame_area [1121]
                                  27             draw_phys_cursor_glyph <cycle 4> [1208]
-----------------------------------------------
                0.00    0.00      42/42          Ffuncall <cycle 4> [29]
[1266]   0.0    0.00    0.00      42         Fframe_selected_window [1266]
-----------------------------------------------
                0.00    0.00      42/42          display_mode_element <cycle 4> [379]
[1267]   0.0    0.00    0.00      42         store_mode_line_noprop [1267]
                0.00    0.00     266/266         store_mode_line_noprop_char [1111]
                0.00    0.00      42/276         c_string_width [1109]
-----------------------------------------------
                0.00    0.00      41/41          menuitem_destroy_callback [3354]
[1268]   0.0    0.00    0.00      41         xg_tool_bar_help_callback [1268]
-----------------------------------------------
                                  11             redisplay_window <cycle 4> [410]
                                  29             display_echo_area_1 <cycle 4> [1292]
[1269]   0.0    0.00    0.00      40         try_window <cycle 4> [1269]
                0.00    0.00      40/589         default_line_pixel_height [1028]
                0.00    0.00      40/283         set_marker_both [1108]
                                 352             display_line <cycle 4> [184]
                                  40             start_display <cycle 4> [197]
-----------------------------------------------
                0.00    0.00      40/40          handle_one_xevent [99]
[1270]   0.0    0.00    0.00      40         x_handle_dnd_message [1270]
-----------------------------------------------
                0.00    0.00      39/39          remember_mouse_glyph [566]
[1271]   0.0    0.00    0.00      39         window_relative_x_coord [1271]
                0.00    0.00      39/1972        window_box_left [912]
-----------------------------------------------
                0.00    0.00       5/38          do_switch_frame <cycle 4> [1388]
                0.00    0.00       5/38          Ffuncall <cycle 4> [29]
                0.00    0.00      14/38          unwind_format_mode_line <cycle 4> [1275]
                0.00    0.00      14/38          x_consider_frame_title <cycle 4> [361]
[1272]   0.0    0.00    0.00      38         Fselect_window [1272]
-----------------------------------------------
                                   2             Fload <cycle 4> [411]
                                  28             adjust_frame_size <cycle 4> [497]
                0.00    0.00       8/9783        read_char <cycle 2> [20]
[1273]   0.0    0.00    0.00      38         call4 <cycle 4> [1273]
                                  38             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       2/38          font_match_p [685]
                0.00    0.00      36/38          font_sort_entities [21]
[1274]   0.0    0.00    0.00      38         font_score [1274]
-----------------------------------------------
                                  38             unbind_to <cycle 4> [244]
[1275]   0.0    0.00    0.00      38         unwind_format_mode_line <cycle 4> [1275]
                0.00    0.00      14/38          Fselect_window [1272]
                                  14             select_window <cycle 4> [528]
                                  14             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                0.00    0.00      37/37          Ffuncall <cycle 4> [29]
[1276]   0.0    0.00    0.00      37         Finternal_show_cursor [1276]
                0.00    0.00      37/61          decode_any_window [1198]
-----------------------------------------------
                0.00    0.00      36/36          process_tool_bar_item <cycle 4> [333]
[1277]   0.0    0.00    0.00      36         Fupcase_initials [1277]
-----------------------------------------------
                                  36             eval_sub <cycle 4> [176]
[1278]   0.0    0.00    0.00      36         apply1 <cycle 4> [1278]
                                  36             Fapply <cycle 4> [313]
-----------------------------------------------
                0.00    0.00      36/36          Fmake_local_variable <cycle 4> [436]
[1279]   0.0    0.00    0.00      36         let_shadows_global_binding_p [1279]
-----------------------------------------------
                0.00    0.00       7/35          eval_sub <cycle 4> [176]
                0.00    0.00      28/35          Ffuncall <cycle 4> [29]
[1280]   0.0    0.00    0.00      35         Fwindow_system [1280]
                0.00    0.00      35/671         Fframep [1019]
-----------------------------------------------
                0.00    0.00       1/35          redisplay_window <cycle 4> [410]
                0.00    0.00       2/35          redisplay_mode_lines <cycle 4> [1622]
                0.00    0.00       3/35          apply_window_adjustment [1484]
                0.00    0.00      29/35          display_echo_area_1 <cycle 4> [1292]
[1281]   0.0    0.00    0.00      35         clear_glyph_matrix [1281]
-----------------------------------------------
                                  35             unbind_to <cycle 4> [244]
[1282]   0.0    0.00    0.00      35         unwind_with_echo_area_buffer <cycle 4> [1282]
                0.00    0.00      93/283         set_marker_both [1108]
                0.00    0.00      31/146         adjust_window_count [1146]
                0.00    0.00      31/73          wset_buffer [1184]
                                  35             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                0.00    0.00      33/33          Ffuncall <cycle 4> [29]
[1283]   0.0    0.00    0.00      33         Fforce_mode_line_update [1283]
                0.00    0.00      25/25          bset_update_mode_line [1304]
-----------------------------------------------
                0.00    0.00      33/33          Ffuncall <cycle 4> [29]
[1284]   0.0    0.00    0.00      33         Fselected_frame [1284]
-----------------------------------------------
                0.00    0.00       1/32          echo_area_display <cycle 4> [704]
                0.00    0.00       1/32          wait_reading_process_output [44]
                0.00    0.00      30/32          detect_input_pending_run_timers [43]
[1285]   0.0    0.00    0.00      32         my_log_handler [1285]
-----------------------------------------------
                0.00    0.00       1/32          echo_area_display <cycle 4> [704]
                0.00    0.00       1/32          wait_reading_process_output [44]
                0.00    0.00      30/32          detect_input_pending_run_timers [43]
[1286]   0.0    0.00    0.00      32         x_flush [1286]
-----------------------------------------------
                0.00    0.00      31/31          note_mouse_highlight [419]
[1287]   0.0    0.00    0.00      31         coords_in_mouse_face_p [1287]
-----------------------------------------------
                0.00    0.00      30/30          xpm_image_p [1289]
[1288]   0.0    0.00    0.00      30         parse_image_spec [1288]
-----------------------------------------------
                0.00    0.00      10/30          update_frame_tool_bar <cycle 4> [446]
                0.00    0.00      20/30          Fimage_mask_p <cycle 4> [640]
[1289]   0.0    0.00    0.00      30         xpm_image_p [1289]
                0.00    0.00      30/30          parse_image_spec [1288]
-----------------------------------------------
                0.00    0.00      29/29          redisplay_window <cycle 4> [410]
[1290]   0.0    0.00    0.00      29         XTredeem_scroll_bar [1290]
-----------------------------------------------
                0.00    0.00       2/29          x_set_window_size <cycle 4> [1550]
                0.00    0.00       2/29          xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       8/29          xg_update_scrollbar_pos [662]
                0.00    0.00      17/29          xg_frame_resized [1332]
[1291]   0.0    0.00    0.00      29         cancel_mouse_face [1291]
-----------------------------------------------
                                  29             with_echo_area_buffer <cycle 4> [405]
[1292]   0.0    0.00    0.00      29         display_echo_area_1 <cycle 4> [1292]
                0.00    0.00      29/1717        marker_byte_position [923]
                0.00    0.00      29/1775        marker_position [920]
                0.00    0.00      29/35          clear_glyph_matrix [1281]
                                  29             resize_mini_window <cycle 4> [339]
                                  29             try_window <cycle 4> [1269]
-----------------------------------------------
                0.00    0.00      29/29          redisplay_window <cycle 4> [410]
[1293]   0.0    0.00    0.00      29         set_vertical_scroll_bar [1293]
                0.00    0.00      24/1775        marker_position [920]
-----------------------------------------------
                0.00    0.00      29/29          XTset_vertical_scroll_bar <cycle 4> [475]
[1294]   0.0    0.00    0.00      29         xg_set_toolkit_scroll_bar_thumb [1294]
-----------------------------------------------
                0.00    0.00      28/28          Ffuncall <cycle 4> [29]
[1295]   0.0    0.00    0.00      28         Fminibuffer_window [1295]
                0.00    0.00      28/2119        decode_live_frame [906]
-----------------------------------------------
                0.00    0.00      27/27          Ffontp [363]
[1296]   0.0    0.00    0.00      27         font_prop_validate_otf [1296]
-----------------------------------------------
                0.00    0.00      26/26          Ffuncall <cycle 4> [29]
[1297]   0.0    0.00    0.00      26         Ftime_less_p [1297]
                0.00    0.00      52/178         lisp_time_struct [1135]
-----------------------------------------------
                0.00    0.00      26/26          Ffuncall <cycle 4> [29]
[1298]   0.0    0.00    0.00      26         Fwindow_bottom_divider_width [1298]
                0.00    0.00      52/5391        set_window_margins [847]
-----------------------------------------------
                                  26             Ffuncall <cycle 4> [29]
[1299]   0.0    0.00    0.00      26         Fwindow_mode_line_height <cycle 4> [1299]
                0.00    0.00     104/5391        set_window_margins [847]
                0.00    0.00       2/2           estimate_mode_line_height [1524]
                                   1             show_hourglass <cycle 4> [183]
-----------------------------------------------
                0.00    0.00      26/26          Ffuncall <cycle 4> [29]
[1300]   0.0    0.00    0.00      26         Fwindow_right_divider_width [1300]
                0.00    0.00      26/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00      26/26          Ffuncall <cycle 4> [29]
[1301]   0.0    0.00    0.00      26         Fwindow_scroll_bar_height [1301]
                0.00    0.00      78/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00      26/26          Ffuncall <cycle 4> [29]
[1302]   0.0    0.00    0.00      26         Fwindow_scroll_bar_width [1302]
                0.00    0.00     149/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00      26/26          Fsubstitute_in_file_name <cycle 4> [312]
[1303]   0.0    0.00    0.00      26         search_embedded_absfilename [1303]
-----------------------------------------------
                0.00    0.00      25/25          Fforce_mode_line_update [1283]
[1304]   0.0    0.00    0.00      25         bset_update_mode_line [1304]
-----------------------------------------------
                0.00    0.00      25/25          re_compile_pattern [270]
[1305]   0.0    0.00    0.00      25         re_wctype [1305]
-----------------------------------------------
                0.00    0.00       1/25          bidi_cache_ensure_space [788]
                0.00    0.00       6/25          update_window <cycle 4> [458]
                0.00    0.00       8/25          move_cache_gap [911]
                0.00    0.00      10/25          adjust_glyph_matrix <cycle 4> [1255]
[1306]   0.0    0.00    0.00      25         xpalloc [1306]
                0.00    0.00      25/2125        xrealloc [905]
-----------------------------------------------
                0.00    0.00      24/24          Ffuncall <cycle 4> [29]
[1307]   0.0    0.00    0.00      24         Factive_minibuffer_window [1307]
-----------------------------------------------
                                  24             Ffuncall <cycle 4> [29]
[1308]   0.0    0.00    0.00      24         Fbuffer_list <cycle 4> [1308]
                                  24             Fmapcar <cycle 4> [401]
-----------------------------------------------
                0.00    0.00      24/24          bidi_find_bracket_pairs <cycle 4> [177]
[1309]   0.0    0.00    0.00      24         bidi_mirror_char [1309]
-----------------------------------------------
                0.00    0.00      24/24          display_mode_element <cycle 4> [379]
[1310]   0.0    0.00    0.00      24         pint2str [1310]
-----------------------------------------------
                0.00    0.00      24/24          display_mode_line <cycle 4> [472]
[1311]   0.0    0.00    0.00      24         pop_kboard [1311]
-----------------------------------------------
                                   4             allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                                  20             allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1312]   0.0    0.00    0.00      24         required_matrix_height <cycle 4> [1312]
                                  20             window_box_height <cycle 4> [1166]
-----------------------------------------------
                0.00    0.00       4/24          allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                0.00    0.00      20/24          allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1313]   0.0    0.00    0.00      24         required_matrix_width [1313]
-----------------------------------------------
                0.00    0.00      24/24          adjust_frame_size <cycle 4> [497]
[1314]   0.0    0.00    0.00      24         sanitize_window_sizes [1314]
-----------------------------------------------
                0.00    0.00       1/23          Fset_keyboard_coding_system_internal [559]
                0.00    0.00       1/23          Fset_terminal_coding_system_internal [560]
                0.00    0.00       3/23          Fset_terminal_parameter [618]
                0.00    0.00       3/23          decode_tty_terminal [1486]
                0.00    0.00       6/23          Ftty_top_frame [1407]
                0.00    0.00       9/23          Fterminal_parameter [736]
[1315]   0.0    0.00    0.00      23         decode_live_terminal [1315]
                0.00    0.00      23/2249        decode_terminal [898]
-----------------------------------------------
                                  22             eval_sub <cycle 4> [176]
[1316]   0.0    0.00    0.00      22         Fcond <cycle 4> [1316]
                0.00    0.00      64/49012       Fcar [807]
                                  64             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [29]
[1317]   0.0    0.00    0.00      22         Fframe_visible_p [1317]
-----------------------------------------------
                0.00    0.00      22/22          emacs_readlinkat [1319]
[1318]   0.0    0.00    0.00      22         careadlinkat [1318]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [29]
[1319]   0.0    0.00    0.00      22         emacs_readlinkat [1319]
                0.00    0.00      22/22          careadlinkat [1318]
-----------------------------------------------
                                  22             update_cursor_in_window_tree <cycle 4> [635]
[1320]   0.0    0.00    0.00      22         update_window_cursor <cycle 4> [1320]
                                  22             display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
                0.00    0.00       4/21          do_pending_window_change <cycle 4> [1097]
                0.00    0.00      17/21          xg_frame_resized [1332]
[1321]   0.0    0.00    0.00      21         change_frame_size_1 [1321]
-----------------------------------------------
                0.00    0.00       2/21          message_dolog <cycle 4> [742]
                0.00    0.00      19/21          signal_after_change <cycle 4> [297]
[1322]   0.0    0.00    0.00      21         chars_in_text [1322]
-----------------------------------------------
                                   2             redisplay_mode_lines <cycle 4> [1622]
                                  19             redisplay_window <cycle 4> [410]
[1323]   0.0    0.00    0.00      21         display_mode_lines <cycle 4> [1323]
                                  20             display_mode_line <cycle 4> [472]
-----------------------------------------------
                0.00    0.00      20/20          eval_sub <cycle 4> [176]
[1324]   0.0    0.00    0.00      20         Ffunction [1324]
-----------------------------------------------
                0.00    0.00      20/20          exec_byte_code <cycle 4> [73]
[1325]   0.0    0.00    0.00      20         Fmatch_end [1325]
-----------------------------------------------
                0.00    0.00      20/20          exec_byte_code <cycle 4> [73]
[1326]   0.0    0.00    0.00      20         Fquo [1326]
-----------------------------------------------
                0.00    0.00      10/20          image_background [1372]
                0.00    0.00      10/20          image_background_transparent [1373]
[1327]   0.0    0.00    0.00      20         four_corners_best [1327]
-----------------------------------------------
                0.00    0.00      20/20          lookup_image <cycle 4> [495]
[1328]   0.0    0.00    0.00      20         sxhash [1328]
-----------------------------------------------
                0.00    0.00      20/20          handle_one_xevent [99]
[1329]   0.0    0.00    0.00      20         x_detect_focus_change [1329]
-----------------------------------------------
                                   3             Finsert_file_contents <cycle 4> [351]
                                  15             Fexpand_file_name <cycle 4> [173]
                0.00    0.00       1/9783        cmd_error_internal [259]
[1330]   0.0    0.00    0.00      19         call3 <cycle 4> [1330]
                                  19             Ffuncall <cycle 4> [29]
-----------------------------------------------
                                  19             strout <cycle 4> [1543]
[1331]   0.0    0.00    0.00      19         insert_char <cycle 4> [1331]
                                  19             update_compositions <cycle 4> [154]
                                  19             signal_after_change <cycle 4> [297]
-----------------------------------------------
                0.00    0.00      19/19          handle_one_xevent [99]
[1332]   0.0    0.00    0.00      19         xg_frame_resized [1332]
                0.00    0.00      19/72          frame_size_history_add [1185]
                0.00    0.00      17/21          change_frame_size_1 [1321]
                0.00    0.00      17/17          change_frame_size [1337]
                0.00    0.00      17/334         fset_redisplay [1100]
                0.00    0.00      17/29          cancel_mouse_face [1291]
-----------------------------------------------
                0.00    0.00       7/18          eval_sub <cycle 4> [176]
                0.00    0.00      11/18          Ffuncall <cycle 4> [29]
[1333]   0.0    0.00    0.00      18         Fbuffer_file_name [1333]
-----------------------------------------------
                0.00    0.00       6/18          set_window_fringes [1497]
                0.00    0.00       6/18          set_window_scroll_bars [1498]
                0.00    0.00       6/18          set_window_margins [847]
[1334]   0.0    0.00    0.00      18         extract_dimension [1334]
-----------------------------------------------
                0.00    0.00      17/17          Ffuncall <cycle 4> [29]
[1335]   0.0    0.00    0.00      17         Fcurrent_message [1335]
-----------------------------------------------
                0.00    0.00      17/17          Ffuncall <cycle 4> [29]
[1336]   0.0    0.00    0.00      17         Fprefix_numeric_value [1336]
-----------------------------------------------
                0.00    0.00      17/17          xg_frame_resized [1332]
[1337]   0.0    0.00    0.00      17         change_frame_size [1337]
-----------------------------------------------
                0.00    0.00      17/17          x_fill_property_data [1547]
[1338]   0.0    0.00    0.00      17         cons_to_signed [1338]
-----------------------------------------------
                0.00    0.00      16/16          Fdefvar <cycle 4> [454]
[1339]   0.0    0.00    0.00      16         default_toplevel_binding [1339]
-----------------------------------------------
                0.00    0.00      16/16          handle_one_xevent [99]
[1340]   0.0    0.00    0.00      16         expose_frame [1340]
-----------------------------------------------
                0.00    0.00      16/16          read_char <cycle 2> [20]
[1341]   0.0    0.00    0.00      16         redisplay [1341]
-----------------------------------------------
                0.00    0.00       1/16          xg_frame_set_char_size <cycle 4> [474]
                0.00    0.00       1/16          xg_get_default_scrollbar_width [1671]
                0.00    0.00       1/16          xg_get_default_scrollbar_height [1670]
                0.00    0.00       5/16          x_wm_set_size_hint [464]
                0.00    0.00       8/16          xg_update_scrollbar_pos [662]
[1342]   0.0    0.00    0.00      16         xg_get_gdk_scale [1342]
-----------------------------------------------
                0.00    0.00       1/16          smc_save_yourself_CB [614]
                0.00    0.00       2/16          Fx_change_window_property [550]
                0.00    0.00      13/16          digest_single_submenu <cycle 4> [448]
[1343]   0.0    0.00    0.00      16         xnmalloc [1343]
-----------------------------------------------
                                  15             internal_condition_case_1 <cycle 4> [1098]
[1344]   0.0    0.00    0.00      15         redisplay_window_1 <cycle 4> [1344]
                                  15             redisplay_window <cycle 4> [410]
-----------------------------------------------
                0.00    0.00      15/15          message_dolog <cycle 4> [742]
[1345]   0.0    0.00    0.00      15         set_marker_restricted_both [1345]
                0.00    0.00      15/870         live_buffer [998]
                0.00    0.00      15/3039        CHECK_MARKER [882]
                0.00    0.00      15/4179        unchain_marker [858]
-----------------------------------------------
                0.00    0.00      14/14          Ffuncall <cycle 4> [29]
[1346]   0.0    0.00    0.00      14         Fcurrent_global_map [1346]
-----------------------------------------------
                0.00    0.00      14/14          Ffuncall <cycle 4> [29]
[1347]   0.0    0.00    0.00      14         Fmultibyte_string_p [1347]
-----------------------------------------------
                                  14             internal_condition_case_1 <cycle 4> [1098]
[1348]   0.0    0.00    0.00      14         redisplay_window_0 <cycle 4> [1348]
                                  14             redisplay_window <cycle 4> [410]
-----------------------------------------------
                0.00    0.00      13/13          Ffuncall <cycle 4> [29]
[1349]   0.0    0.00    0.00      13         Fx_get_resource [1349]
                0.00    0.00      13/161         check_x_display_info [1140]
                0.00    0.00      13/13          check_window_system [1350]
-----------------------------------------------
                0.00    0.00      13/13          Fx_get_resource [1349]
[1350]   0.0    0.00    0.00      13         check_window_system [1350]
-----------------------------------------------
                0.00    0.00       2/13          x_set_font <cycle 4> [189]
                0.00    0.00       3/13          show_hourglass <cycle 4> [183]
                0.00    0.00       3/13          free_realized_face [116]
                0.00    0.00       5/13          redraw_frame <cycle 4> [683]
[1351]   0.0    0.00    0.00      13         clear_current_matrices [1351]
-----------------------------------------------
                0.00    0.00       6/13          file_attributes [518]
                0.00    0.00       7/13          Fcurrent_time [530]
[1352]   0.0    0.00    0.00      13         make_lisp_time [1352]
-----------------------------------------------
                                  92             update_submenu_strings [1353]
                0.00    0.00      13/13          set_frame_menubar <cycle 4> [418]
[1353]   0.0    0.00    0.00      13+92      update_submenu_strings [1353]
                                  92             update_submenu_strings [1353]
-----------------------------------------------
                0.00    0.00      12/12          Ffuncall <cycle 4> [29]
[1354]   0.0    0.00    0.00      12         Fframe_terminal [1354]
                0.00    0.00      12/2119        decode_live_frame [906]
-----------------------------------------------
                                  12             eval_sub <cycle 4> [176]
[1355]   0.0    0.00    0.00      12         For <cycle 4> [1355]
                                  26             eval_sub <cycle 4> [176]
-----------------------------------------------
                0.00    0.00       1/12          emacs_fixed_init [2945]
                0.00    0.00       1/12          emacs_fixed_new [1600]
                0.00    0.00       5/12          emacs_fixed_get_preferred_height [2943]
                0.00    0.00       5/12          emacs_fixed_get_preferred_width [2944]
[1356]   0.0    0.00    0.00      12         emacs_fixed_get_type [1356]
-----------------------------------------------
                0.00    0.00      12/12          Ffuncall <cycle 4> [29]
[1357]   0.0    0.00    0.00      12         read_file_name [1357]
-----------------------------------------------
                0.00    0.00      12/12          x_update_window_end <cycle 4> [563]
[1358]   0.0    0.00    0.00      12         x_draw_vertical_border [1358]
-----------------------------------------------
                0.00    0.00       4/12          xftfont_cached_font_ok [1470]
                0.00    0.00       8/12          xftfont_open [394]
[1359]   0.0    0.00    0.00      12         xftfont_add_rendering_parameters [1359]
-----------------------------------------------
                0.00    0.00       3/11          timerfd_callback [579]
                0.00    0.00       4/11          Finsert_file_contents <cycle 4> [351]
                0.00    0.00       4/11          safe_to_load_version [462]
[1360]   0.0    0.00    0.00      11         emacs_read [1360]
-----------------------------------------------
                0.00    0.00       5/11          redraw_frame <cycle 4> [683]
                0.00    0.00       6/11          redisplay_internal [38]
[1361]   0.0    0.00    0.00      11         mark_window_display_accurate [1361]
                0.00    0.00      22/61          mark_window_display_accurate_1 [1199]
-----------------------------------------------
                0.00    0.00      11/11          x_focus_changed [170]
[1362]   0.0    0.00    0.00      11         x_new_focus_frame [1362]
-----------------------------------------------
                0.00    0.00      11/11          x_set_frame_alpha <cycle 4> [480]
[1363]   0.0    0.00    0.00      11         x_update_cursor [1363]
-----------------------------------------------
                0.00    0.00      10/10          Ffuncall <cycle 4> [29]
[1364]   0.0    0.00    0.00      10         Flocal_variable_if_set_p [1364]
-----------------------------------------------
                                  10             adjust_frame_glyphs <cycle 4> [651]
[1365]   0.0    0.00    0.00      10         allocate_matrices_for_window_redisplay <cycle 4> [1365]
                0.00    0.00      20/24          required_matrix_width [1313]
                0.00    0.00       4/1380        xzalloc [952]
                                  40             adjust_glyph_matrix <cycle 4> [1255]
                                  20             required_matrix_height <cycle 4> [1312]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1381]
[1366]   0.0    0.00    0.00      10         colors_in_color_table [1366]
-----------------------------------------------
                0.00    0.00      10/10          update_frame_tool_bar <cycle 4> [446]
[1367]   0.0    0.00    0.00      10         file_for_image [1367]
-----------------------------------------------
                0.00    0.00      10/10          update_frame_tool_bar <cycle 4> [446]
[1368]   0.0    0.00    0.00      10         find_icon_from_name [1368]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1381]
[1369]   0.0    0.00    0.00      10         free_color_table [1369]
                0.00    0.00      10/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       2/10          free_glyphs [1529]
                0.00    0.00       8/10          free_window_matrices [1530]
[1370]   0.0    0.00    0.00      10         free_glyph_matrix [1370]
                0.00    0.00     130/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       2/10          x_new_font <cycle 4> [588]
                0.00    0.00       8/10          font_open_entity [392]
[1371]   0.0    0.00    0.00      10         get_font_ascent_descent [1371]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1381]
[1372]   0.0    0.00    0.00      10         image_background [1372]
                0.00    0.00      10/20          four_corners_best [1327]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1381]
[1373]   0.0    0.00    0.00      10         image_background_transparent [1373]
                0.00    0.00      10/20          four_corners_best [1327]
-----------------------------------------------
                0.00    0.00       2/10          Fkill_all_local_variables <cycle 4> [1508]
                0.00    0.00       3/10          Fkill_buffer <cycle 4> [565]
                0.00    0.00       5/10          Fget_buffer_create <cycle 4> [479]
[1374]   0.0    0.00    0.00      10         reset_buffer_local_variables [1374]
                0.00    0.00       5/98231       Fplist_get [798]
                0.00    0.00       5/69910       Fget [800]
-----------------------------------------------
                0.00    0.00       3/10          set_window_buffer <cycle 4> [573]
                0.00    0.00       7/10          Fset_window_configuration <cycle 4> [702]
[1375]   0.0    0.00    0.00      10         set_marker_restricted [1375]
-----------------------------------------------
                0.00    0.00      10/10          unwind_to_catch <cycle 4> [657]
[1376]   0.0    0.00    0.00      10         set_poll_suppress_count [1376]
-----------------------------------------------
                0.00    0.00      10/10          lookup_image <cycle 4> [495]
[1377]   0.0    0.00    0.00      10         x_build_heuristic_mask [1377]
                0.00    0.00      30/100         image_spec_value [1168]
-----------------------------------------------
                0.00    0.00       1/10          xftfont_close [712]
                0.00    0.00       9/10          XSetWMSizeHints [660]
[1378]   0.0    0.00    0.00      10         x_display_info_for_display [1378]
-----------------------------------------------
                0.00    0.00       1/10          x_set_mouse_color [115]
                0.00    0.00       2/10          x_setup_relief_color [1551]
                0.00    0.00       7/10          xftfont_get_colors [576]
[1379]   0.0    0.00    0.00      10         x_query_colors [1379]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1381]
[1380]   0.0    0.00    0.00      10         xpm_free_color_cache [1380]
                0.00    0.00     932/1140773     xfree [760]
-----------------------------------------------
                                  10             lookup_image <cycle 4> [495]
[1381]   0.0    0.00    0.00      10         xpm_load <cycle 4> [1381]
                0.00    0.00      20/100         image_spec_value [1168]
                0.00    0.00      20/1380        xzalloc [952]
                0.00    0.00      10/10          colors_in_color_table [1366]
                0.00    0.00      10/10          image_background [1372]
                0.00    0.00      10/10          image_background_transparent [1373]
                0.00    0.00      10/315         encode_file_name [1102]
                0.00    0.00      10/10          free_color_table [1369]
                0.00    0.00      10/10          xpm_free_color_cache [1380]
                                  10             x_find_image_fd <cycle 4> [500]
-----------------------------------------------
                0.00    0.00       9/9           update_frame_tool_bar <cycle 4> [446]
[1382]   0.0    0.00    0.00       9         Ftool_bar_get_system_style [1382]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [29]
[1383]   0.0    0.00    0.00       9         Fwindow_list_1 [1383]
-----------------------------------------------
                0.00    0.00       9/9           unbind_to <cycle 4> [244]
[1384]   0.0    0.00    0.00       9         wait_reading_process_output_unwind [1384]
-----------------------------------------------
                0.00    0.00       8/8           eval_sub <cycle 4> [176]
[1385]   0.0    0.00    0.00       8         Fconsp [1385]
-----------------------------------------------
                0.00    0.00       8/8           Ffuncall <cycle 4> [29]
[1386]   0.0    0.00    0.00       8         Fformat [1386]
-----------------------------------------------
                                   8             Ffuncall <cycle 4> [29]
[1387]   0.0    0.00    0.00       8         Fthrow <cycle 4> [1387]
                                   8             unwind_to_catch <cycle 4> [657]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [230]
                                   1             Fset_window_configuration <cycle 4> [702]
                                   6             Ffuncall <cycle 4> [29]
[1388]   0.0    0.00    0.00       8         do_switch_frame <cycle 4> [1388]
                0.00    0.00       5/38          Fselect_window [1272]
                0.00    0.00       2/2           x_get_focus_frame [1549]
                                   5             select_window <cycle 4> [528]
                                   4             resize_mini_window <cycle 4> [339]
-----------------------------------------------
                0.00    0.00       8/8           Fx_selection_exists_p [489]
[1389]   0.0    0.00    0.00       8         frame_for_x_selection [1389]
-----------------------------------------------
                0.00    0.00       4/8           erase_phys_cursor <cycle 4> [1265]
                0.00    0.00       4/8           x_draw_window_cursor <cycle 4> [1178]
[1390]   0.0    0.00    0.00       8         get_phys_cursor_glyph [1390]
-----------------------------------------------
                0.00    0.00       4/8           Fset_keymap_parent [1476]
                0.00    0.00       4/8           Ffuncall <cycle 4> [29]
[1391]   0.0    0.00    0.00       8         keymap_parent [1391]
                0.00    0.00     725/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00       8/8           Fload <cycle 4> [411]
[1392]   0.0    0.00    0.00       8         suffix_p [1392]
-----------------------------------------------
                0.00    0.00       8/8           Fx_selection_exists_p [489]
[1393]   0.0    0.00    0.00       8         symbol_to_x_atom [1393]
-----------------------------------------------
                0.00    0.00       2/8           select_window <cycle 4> [528]
                0.00    0.00       3/8           apply_window_adjustment [1484]
                0.00    0.00       3/8           set_window_buffer <cycle 4> [573]
[1394]   0.0    0.00    0.00       8         wset_redisplay [1394]
-----------------------------------------------
                0.00    0.00       7/7           redisplay_internal [38]
[1395]   0.0    0.00    0.00       7         XTcondemn_scroll_bars [1395]
-----------------------------------------------
                0.00    0.00       7/7           redisplay_internal [38]
[1396]   0.0    0.00    0.00       7         XTjudge_scroll_bars [1396]
-----------------------------------------------
                0.00    0.00       2/7           load_charset <cycle 4> [221]
                0.00    0.00       2/7           Fload <cycle 4> [411]
                0.00    0.00       3/7           Finsert_file_contents <cycle 4> [351]
[1397]   0.0    0.00    0.00       7         clear_unwind_protect [1397]
-----------------------------------------------
                0.00    0.00       7/7           redisplay_window <cycle 4> [410]
[1398]   0.0    0.00    0.00       7         compute_window_start_on_continuation_line [1398]
                0.00    0.00       7/1775        marker_position [920]
                0.00    0.00       7/1717        marker_byte_position [923]
-----------------------------------------------
                0.00    0.00       7/7           unbind_to <cycle 4> [244]
[1399]   0.0    0.00    0.00       7         do_nothing [1399]
-----------------------------------------------
                0.00    0.00       7/7           prepare_face_for_display [617]
[1400]   0.0    0.00    0.00       7         font_prepare_for_face [1400]
-----------------------------------------------
                0.00    0.00       7/7           adjust_frame_size <cycle 4> [497]
[1401]   0.0    0.00    0.00       7         resize_frame_windows [1401]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[1402]   0.0    0.00    0.00       6         Fbuffer_base_buffer [1402]
-----------------------------------------------
                0.00    0.00       6/6           Fdefine_key <cycle 4> [112]
[1403]   0.0    0.00    0.00       6         Fevent_convert_list [1403]
                0.00    0.00       4/1073        parse_solitary_modifier [968]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[1404]   0.0    0.00    0.00       6         Fprocess_list [1404]
-----------------------------------------------
                0.00    0.00       1/6           Ffuncall <cycle 4> [29]
                0.00    0.00       5/6           Fset_buffer_modified_p [1423]
[1405]   0.0    0.00    0.00       6         Frestore_buffer_modified_p [1405]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[1406]   0.0    0.00    0.00       6         Fselect_frame [1406]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[1407]   0.0    0.00    0.00       6         Ftty_top_frame [1407]
                0.00    0.00       6/23          decode_live_terminal [1315]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [29]
[1408]   0.0    0.00    0.00       6         Fwindow_line_height [1408]
-----------------------------------------------
                0.00    0.00       6/6           adjust_frame_size <cycle 4> [497]
[1409]   0.0    0.00    0.00       6         calculate_costs [1409]
-----------------------------------------------
                0.00    0.00       1/6           Flocate_file_internal <cycle 4> [1509]
                0.00    0.00       2/6           Fload <cycle 4> [411]
                0.00    0.00       3/6           Finsert_file_contents <cycle 4> [351]
[1410]   0.0    0.00    0.00       6         emacs_close [1410]
-----------------------------------------------
                0.00    0.00       6/6           unbind_to <cycle 4> [244]
[1411]   0.0    0.00    0.00       6         fast_set_selected_frame [1411]
-----------------------------------------------
                0.00    0.00       1/6           Flocal_variable_p [840]
                0.00    0.00       1/6           Fboundp [505]
                0.00    0.00       1/6           set_internal [145]
                0.00    0.00       1/6           Fset_default <cycle 4> [198]
                0.00    0.00       2/6           default_value [867]
[1412]   0.0    0.00    0.00       6         indirect_variable [1412]
-----------------------------------------------
                0.00    0.00       2/6           x_set_window_size <cycle 4> [1550]
                0.00    0.00       4/6           x_clear_frame [1469]
[1413]   0.0    0.00    0.00       6         mark_window_cursors_off [1413]
-----------------------------------------------
                0.00    0.00       6/6           Finsert_file_contents <cycle 4> [351]
[1414]   0.0    0.00    0.00       6         move_gap_both [1414]
-----------------------------------------------
                0.00    0.00       1/6           handle_one_xevent [99]
                0.00    0.00       5/6           select_window <cycle 4> [528]
[1415]   0.0    0.00    0.00       6         redisplay_other_windows [1415]
-----------------------------------------------
                                   1             Fkill_emacs <cycle 4> [686]
                                   2             Fkill_all_local_variables <cycle 4> [1508]
                                   3             Fkill_buffer <cycle 4> [565]
[1416]   0.0    0.00    0.00       6         run_hook <cycle 4> [1416]
                                   6             Fcommandp <cycle 4> [853]
-----------------------------------------------
                0.00    0.00       6/6           resize_mini_window <cycle 4> [339]
[1417]   0.0    0.00    0.00       6         shrink_mini_window [1417]
-----------------------------------------------
                                   1             mark_localized_symbol <cycle 4> [830]
                                   5             swap_out_buffer_local_variables <cycle 4> [1439]
[1418]   0.0    0.00    0.00       6         swap_in_global_binding <cycle 4> [1418]
                0.00    0.00       1/74640       do_symval_forwarding [799]
                                   1             store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
                0.00    0.00       6/6           Fframe_parameters [171]
[1419]   0.0    0.00    0.00       6         tty_color_name [1419]
-----------------------------------------------
                0.00    0.00       1/5           Ffuncall <cycle 4> [29]
                0.00    0.00       2/5           Fset_buffer_multibyte [1450]
                0.00    0.00       2/5           eval_sub <cycle 4> [176]
[1420]   0.0    0.00    0.00       5         Fget_buffer_process [1420]
-----------------------------------------------
                                   1             Finternal_set_lisp_face_attribute <cycle 4> [337]
                                   1             Fset_fontset_font <cycle 4> [56]
                                   3             Ffuncall <cycle 4> [29]
[1421]   0.0    0.00    0.00       5         Fmodify_frame_parameters <cycle 4> [1421]
                0.00    0.00       5/2119        decode_live_frame [906]
                                   5             x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[1422]   0.0    0.00    0.00       5         Fprocessp [1422]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[1423]   0.0    0.00    0.00       5         Fset_buffer_modified_p [1423]
                0.00    0.00       5/6           Frestore_buffer_modified_p [1405]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[1424]   0.0    0.00    0.00       5         Fset_frame_selected_window [1424]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[1425]   0.0    0.00    0.00       5         Fsymbolp [1425]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [29]
[1426]   0.0    0.00    0.00       5         Fuse_local_map [1426]
                0.00    0.00       5/465106      get_keymap [766]
-----------------------------------------------
                0.00    0.00       5/5           run_window_configuration_change_hook <cycle 4> [545]
[1427]   0.0    0.00    0.00       5         Fwindow_list [1427]
-----------------------------------------------
                0.00    0.00       2/5           Fset_buffer_multibyte [1450]
                0.00    0.00       3/5           Fkill_buffer <cycle 4> [565]
[1428]   0.0    0.00    0.00       5         clear_charpos_cache [1428]
-----------------------------------------------
                0.00    0.00       5/5           redraw_frame <cycle 4> [683]
[1429]   0.0    0.00    0.00       5         clear_frame [1429]
-----------------------------------------------
                0.00    0.00       1/5           select_visual [1627]
                0.00    0.00       2/5           x_term_init <cycle 4> [508]
                0.00    0.00       2/5           x_default_scroll_bar_color_parameter <cycle 4> [739]
[1430]   0.0    0.00    0.00       5         display_x_get_resource [1430]
-----------------------------------------------
                0.00    0.00       5/5           clear_image_cache [678]
[1431]   0.0    0.00    0.00       5         dtotimespec [1431]
-----------------------------------------------
                0.00    0.00       5/5           realize_basic_faces [153]
[1432]   0.0    0.00    0.00       5         face_boolean_x_resource_value [1432]
                0.00    0.00      15/1666725     font_style_symbolic [759]
-----------------------------------------------
                0.00    0.00       5/5           realize_basic_faces [153]
[1433]   0.0    0.00    0.00       5         fontset_name [1433]
-----------------------------------------------
                0.00    0.00       5/5           make_gap [595]
[1434]   0.0    0.00    0.00       5         gap_right [1434]
-----------------------------------------------
                0.00    0.00       1/5           Ffuncall <cycle 4> [29]
                0.00    0.00       2/5           Fset_buffer_multibyte [1450]
                0.00    0.00       2/5           eval_sub <cycle 4> [176]
[1435]   0.0    0.00    0.00       5         make_process [1435]
                0.00    0.00       5/2843        Fget_buffer [884]
-----------------------------------------------
                0.00    0.00       5/5           Fget_buffer_create <cycle 4> [479]
[1436]   0.0    0.00    0.00       5         reset_buffer [1436]
-----------------------------------------------
                                   5             run_window_configuration_change_hook <cycle 4> [545]
[1437]   0.0    0.00    0.00       5         run_funs <cycle 4> [1437]
                                   5             call0 <cycle 4> [854]
-----------------------------------------------
                0.00    0.00       5/5           bidi_initialize <cycle 4> [167]
[1438]   0.0    0.00    0.00       5         staticpro [1438]
-----------------------------------------------
                                   2             Fkill_all_local_variables <cycle 4> [1508]
                                   3             Fkill_buffer <cycle 4> [565]
[1439]   0.0    0.00    0.00       5         swap_out_buffer_local_variables <cycle 4> [1439]
                                   5             swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
                0.00    0.00       5/5           xg_update_submenu [440]
[1440]   0.0    0.00    0.00       5         xg_destroy_widgets [1440]
-----------------------------------------------
                0.00    0.00       4/4           eval_sub <cycle 4> [176]
[1441]   0.0    0.00    0.00       4         Fbyte_code [1441]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[1442]   0.0    0.00    0.00       4         Fcapitalize [1442]
-----------------------------------------------
                0.00    0.00       4/4           eval_sub <cycle 4> [176]
[1443]   0.0    0.00    0.00       4         Fcar_safe [1443]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[1444]   0.0    0.00    0.00       4         Ffloat [1444]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[1445]   0.0    0.00    0.00       4         Fkeymap_parent [1445]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[1446]   0.0    0.00    0.00       4         Flooking_at [1446]
-----------------------------------------------
                                   4             Ffuncall <cycle 4> [29]
[1447]   0.0    0.00    0.00       4         Fposn_at_point <cycle 4> [1447]
                                   4             Fpos_visible_in_window_p <cycle 4> [604]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [29]
[1448]   0.0    0.00    0.00       4         Fround [1448]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
                                   3             Fkill_buffer <cycle 4> [565]
[1449]   0.0    0.00    0.00       4         Frun_hook_with_args_until_failure <cycle 4> [1449]
                                   4             Fcommandp <cycle 4> [853]
-----------------------------------------------
                0.00    0.00       1/4           set_message_1 <cycle 4> [1628]
                0.00    0.00       3/4           Ffuncall <cycle 4> [29]
[1450]   0.0    0.00    0.00       4         Fset_buffer_multibyte [1450]
                0.00    0.00       6/2446        Fbuffer_modified_p [894]
                0.00    0.00       2/5           clear_charpos_cache [1428]
                0.00    0.00       2/2485        invalidate_buffer_caches [893]
                0.00    0.00       2/5           make_process [1435]
                0.00    0.00       2/5           Fget_buffer_process [1420]
                0.00    0.00       2/2           set_intervals_multibyte [1541]
                0.00    0.00       2/82          temp_set_point_both [1177]
-----------------------------------------------
                0.00    0.00       1/4           x_term_init <cycle 4> [508]
                0.00    0.00       1/4           x_load_resources [594]
                0.00    0.00       2/4           Ffuncall <cycle 4> [29]
[1451]   0.0    0.00    0.00       4         Fsystem_name [1451]
                0.00    0.00       4/4           init_system_name [1459]
-----------------------------------------------
                0.00    0.00       4/4           redisplay_window <cycle 4> [410]
[1452]   0.0    0.00    0.00       4         blank_row [1452]
-----------------------------------------------
                0.00    0.00       4/4           Fother_buffer [570]
[1453]   0.0    0.00    0.00       4         candidate_buffer [1453]
-----------------------------------------------
                                   4             esprintf <cycle 4> [1455]
[1454]   0.0    0.00    0.00       4         doprnt <cycle 4> [1454]
                0.00    0.00       4/1140773     xfree [760]
                0.00    0.00       4/276         c_string_width [1109]
                0.00    0.00       4/4           strwidth [1467]
                                   4             text_quoting_style <cycle 4> [434]
-----------------------------------------------
                                   4             Fsingle_key_description <cycle 4> [544]
[1455]   0.0    0.00    0.00       4         esprintf <cycle 4> [1455]
                                   4             doprnt <cycle 4> [1454]
-----------------------------------------------
                0.00    0.00       4/4           free_realized_face [116]
[1456]   0.0    0.00    0.00       4         forget_escape_and_glyphless_faces [1456]
-----------------------------------------------
                0.00    0.00       4/4           init_iterator <cycle 4> [163]
[1457]   0.0    0.00    0.00       4         free_all_realized_faces [1457]
-----------------------------------------------
                0.00    0.00       4/4           x_draw_window_cursor <cycle 4> [1178]
[1458]   0.0    0.00    0.00       4         get_phys_cursor_geometry [1458]
                0.00    0.00       4/1972        window_box_left [912]
                0.00    0.00       4/1742        window_text_bottom_y [922]
-----------------------------------------------
                0.00    0.00       4/4           Fsystem_name [1451]
[1459]   0.0    0.00    0.00       4         init_system_name [1459]
                0.00    0.00       4/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       1/4           shut_down_emacs <cycle 4> [708]
                0.00    0.00       3/4           Fkill_buffer <cycle 4> [565]
[1460]   0.0    0.00    0.00       4         kill_buffer_processes [1460]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [244]
[1461]   0.0    0.00    0.00       4         load_warn_old_style_backquotes [1461]
-----------------------------------------------
                                   4             Fpos_visible_in_window_p <cycle 4> [604]
[1462]   0.0    0.00    0.00       4         pos_visible_p <cycle 4> [1462]
                0.00    0.00       8/3667        bidi_shelve_cache [863]
                0.00    0.00       8/8883        bidi_unshelve_cache [827]
                0.00    0.00       4/1775        marker_position [920]
                0.00    0.00       4/1717        marker_byte_position [923]
                                   7             move_it_to <cycle 4> [213]
                                   4             start_display <cycle 4> [197]
                                   4             display_mode_line <cycle 4> [472]
                                   1             line_bottom_y <cycle 4> [537]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [244]
[1463]   0.0    0.00    0.00       4         readevalloop_1 [1463]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [244]
[1464]   0.0    0.00    0.00       4         record_load_unwind [1464]
-----------------------------------------------
                0.00    0.00       2/4           load_charset <cycle 4> [221]
                0.00    0.00       2/4           Fload <cycle 4> [411]
[1465]   0.0    0.00    0.00       4         set_unwind_protect_ptr [1465]
-----------------------------------------------
                                   1             write_string_1 <cycle 4> [1637]
                                   1             Fprinc <cycle 4> [1574]
                                   2             strout <cycle 4> [1543]
[1466]   0.0    0.00    0.00       4         setup_echo_area_for_printing <cycle 4> [1466]
                0.00    0.00       1/82          temp_set_point_both [1177]
                                   4             ensure_echo_area_buffers <cycle 4> [597]
                                   2             set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
                0.00    0.00       4/4           doprnt <cycle 4> [1454]
[1467]   0.0    0.00    0.00       4         strwidth [1467]
-----------------------------------------------
                0.00    0.00       4/4           delete_all_child_windows [1521]
[1468]   0.0    0.00    0.00       4         unshow_buffer [1468]
                0.00    0.00       6/1775        marker_position [920]
                0.00    0.00       2/1717        marker_byte_position [923]
                0.00    0.00       2/82          temp_set_point_both [1177]
-----------------------------------------------
                0.00    0.00       4/4           redraw_frame <cycle 4> [683]
[1469]   0.0    0.00    0.00       4         x_clear_frame [1469]
                0.00    0.00       4/6           mark_window_cursors_off [1413]
-----------------------------------------------
                0.00    0.00       4/4           font_open_entity [392]
[1470]   0.0    0.00    0.00       4         xftfont_cached_font_ok [1470]
                0.00    0.00       4/12          xftfont_add_rendering_parameters [1359]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1471]   0.0    0.00    0.00       3         Fbufferp [1471]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1472]   0.0    0.00    0.00       3         Fchar_table_parent [1472]
                0.00    0.00       3/45          CHECK_CHAR_TABLE [1259]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1473]   0.0    0.00    0.00       3         Fdaemonp [1473]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1474]   0.0    0.00    0.00       3         Fgenerate_new_buffer_name [1474]
                0.00    0.00       3/124360      Fstring_equal [797]
                0.00    0.00       3/410271      Fcdr [768]
                0.00    0.00       3/2843        Fget_buffer [884]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1475]   0.0    0.00    0.00       3         Fmod [1475]
-----------------------------------------------
                0.00    0.00       1/3           init_kboard [655]
                0.00    0.00       2/3           Ffuncall <cycle 4> [29]
[1476]   0.0    0.00    0.00       3         Fset_keymap_parent [1476]
                0.00    0.00      26/465106      get_keymap [766]
                0.00    0.00       4/8           keymap_parent [1391]
-----------------------------------------------
                0.00    0.00       3/3           display_mode_element <cycle 4> [379]
[1477]   0.0    0.00    0.00       3         Fset_text_properties [1477]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1478]   0.0    0.00    0.00       3         Fset_window_next_buffers [1478]
                0.00    0.00       3/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1479]   0.0    0.00    0.00       3         Fset_window_prev_buffers [1479]
                0.00    0.00       3/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1480]   0.0    0.00    0.00       3         Fstandard_syntax_table [1480]
-----------------------------------------------
                0.00    0.00       1/3           smc_save_yourself_CB [614]
                0.00    0.00       2/3           Ffuncall <cycle 4> [29]
[1481]   0.0    0.00    0.00       3         Fuser_login_name [1481]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1482]   0.0    0.00    0.00       3         Fwindow_next_buffers [1482]
                0.00    0.00       3/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1483]   0.0    0.00    0.00       3         Fwindow_prev_buffers [1483]
                0.00    0.00       3/5391        set_window_margins [847]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [573]
[1484]   0.0    0.00    0.00       3         apply_window_adjustment [1484]
                0.00    0.00       3/35          clear_glyph_matrix [1281]
                0.00    0.00       3/8           wset_redisplay [1394]
-----------------------------------------------
                0.00    0.00       3/3           unbind_to <cycle 4> [244]
[1485]   0.0    0.00    0.00       3         decide_coding_unwind [1485]
                0.00    0.00       3/732         adjust_markers_for_delete [1007]
                0.00    0.00       3/3768        recenter_overlay_lists [861]
                0.00    0.00       3/732         adjust_overlays_for_delete [1008]
                0.00    0.00       3/82          temp_set_point_both [1177]
-----------------------------------------------
                0.00    0.00       1/3           Fset_input_meta_mode [1578]
                0.00    0.00       2/3           Ftty_type [1514]
[1486]   0.0    0.00    0.00       3         decode_tty_terminal [1486]
                0.00    0.00       3/23          decode_live_terminal [1315]
-----------------------------------------------
                0.00    0.00       3/3           decode_coding_gap <cycle 4> [603]
[1487]   0.0    0.00    0.00       3         detect_coding [1487]
                0.00    0.00       3/1044        coding_set_source [971]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [29]
[1488]   0.0    0.00    0.00       3         fmod_float [1488]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [565]
[1489]   0.0    0.00    0.00       3         frames_discard_buffer [1489]
                0.00    0.00       6/133         Fdelq [1154]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [565]
[1490]   0.0    0.00    0.00       3         free_region_cache [1490]
                0.00    0.00       3/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       1/3           read_and_apply_settings [585]
                0.00    0.00       2/3           xsettings_initialize [572]
[1491]   0.0    0.00    0.00       3         map_tool_bar_style [1491]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [29]
[1492]   0.0    0.00    0.00       3         merge <cycle 4> [1492]
                0.00    0.00       6/49012       Fcar [807]
                0.00    0.00       3/410271      Fcdr [768]
                0.00    0.00       3/591680      Fsetcdr [764]
                                   3             call2 <cycle 4> [924]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [565]
[1493]   0.0    0.00    0.00       3         replace_buffer_in_windows [1493]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [565]
[1494]   0.0    0.00    0.00       3         replace_buffer_in_windows_safely [1494]
-----------------------------------------------
                0.00    0.00       1/3           x_term_init <cycle 4> [508]
                0.00    0.00       2/3           init_sigio [1609]
[1495]   0.0    0.00    0.00       3         rpl_fcntl [1495]
-----------------------------------------------
                0.00    0.00       3/3           redisplay_window <cycle 4> [410]
[1496]   0.0    0.00    0.00       3         run_window_scroll_functions [1496]
                0.00    0.00       3/283         set_marker_both [1108]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [573]
[1497]   0.0    0.00    0.00       3         set_window_fringes [1497]
                0.00    0.00       6/18          extract_dimension [1334]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [573]
[1498]   0.0    0.00    0.00       3         set_window_scroll_bars [1498]
                0.00    0.00       6/18          extract_dimension [1334]
-----------------------------------------------
                0.00    0.00       3/3           x_wait_for_event [532]
[1499]   0.0    0.00    0.00       3         totally_unblock_input [1499]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [565]
[1500]   0.0    0.00    0.00       3         unlock_buffer [1500]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [573]
[1501]   0.0    0.00    0.00       3         wset_update_mode_line [1501]
-----------------------------------------------
                0.00    0.00       3/3           wait_reading_process_output [44]
[1502]   0.0    0.00    0.00       3         x_session_check_input [1502]
-----------------------------------------------
                0.00    0.00       2/2           Fpropertize <cycle 4> [521]
[1503]   0.0    0.00    0.00       2         Fadd_text_properties [1503]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1504]   0.0    0.00    0.00       2         Fbyte_code_function_p [1504]
-----------------------------------------------
                0.00    0.00       1/2           read_and_apply_settings [585]
                0.00    0.00       1/2           Ffuncall <cycle 4> [29]
[1505]   0.0    0.00    0.00       2         Fbyteorder [1505]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1506]   0.0    0.00    0.00       2         Fcar_less_than_car [1506]
                0.00    0.00       4/49012       Fcar [807]
                0.00    0.00       2/523         arithcompare_driver [1050]
                0.00    0.00       2/523         Flss [1049]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1507]   0.0    0.00    0.00       2         Fkeywordp [1507]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[1508]   0.0    0.00    0.00       2         Fkill_all_local_variables <cycle 4> [1508]
                0.00    0.00       2/10          reset_buffer_local_variables [1374]
                                   2             swap_out_buffer_local_variables <cycle 4> [1439]
                                   2             run_hook <cycle 4> [1416]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[1509]   0.0    0.00    0.00       2         Flocate_file_internal <cycle 4> [1509]
                0.00    0.00       1/6           emacs_close [1410]
                                   2             openp <cycle 4> [220]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [29]
[1510]   0.0    0.00    0.00       2         Fmessage <cycle 4> [1510]
                0.00    0.00       1/1           message1 [1613]
                                   2             message3 <cycle 4> [596]
                                   1             styled_format <cycle 4> [369]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1511]   0.0    0.00    0.00       2         Fnext_window [1511]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1512]   0.0    0.00    0.00       2         Fset_char_table_parent [1512]
                0.00    0.00       4/45          CHECK_CHAR_TABLE [1259]
-----------------------------------------------
                                   2             Fset_window_new_pixel [1513]
                0.00    0.00       1/2           Fcurrent_window_configuration [526]
                0.00    0.00       1/2           Fset_window_configuration <cycle 4> [702]
[1513]   0.0    0.00    0.00       2+2       Fset_window_new_pixel [1513]
                                   2             Fset_window_new_pixel [1513]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [29]
[1514]   0.0    0.00    0.00       2         Ftty_type [1514]
                0.00    0.00       2/3           decode_tty_terminal [1486]
-----------------------------------------------
                0.00    0.00       1/2           x_term_init <cycle 4> [508]
                0.00    0.00       1/2           add_read_fd [2643]
[1515]   0.0    0.00    0.00       2         add_keyboard_wait_descriptor [1515]
-----------------------------------------------
                                   2             adjust_frame_glyphs <cycle 4> [651]
[1516]   0.0    0.00    0.00       2         allocate_matrices_for_frame_redisplay <cycle 4> [1516]
                0.00    0.00       4/24          required_matrix_width [1313]
                                   4             required_matrix_height <cycle 4> [1312]
                                   4             adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
                0.00    0.00       2/2           message3 <cycle 4> [596]
[1517]   0.0    0.00    0.00       2         cancel_echoing [1517]
-----------------------------------------------
                0.00    0.00       2/2           decode_coding_gap <cycle 4> [603]
[1518]   0.0    0.00    0.00       2         check_ascii [1518]
                0.00    0.00       2/1044        coding_set_source [971]
-----------------------------------------------
                0.00    0.00       1/2           Fcommand_error_default_function <cycle 4> [1560]
                0.00    0.00       1/2           read_char <cycle 2> [20]
[1519]   0.0    0.00    0.00       2         clear_message [1519]
-----------------------------------------------
                0.00    0.00       2/2           decode_coding <cycle 4> [547]
[1520]   0.0    0.00    0.00       2         decode_coding_raw_text [1520]
-----------------------------------------------
                                   2             delete_all_child_windows [1521]
                0.00    0.00       1/2           delete_frame <cycle 4> [230]
                0.00    0.00       1/2           Fset_window_configuration <cycle 4> [702]
[1521]   0.0    0.00    0.00       2+2       delete_all_child_windows [1521]
                0.00    0.00      12/4179        unchain_marker [858]
                0.00    0.00       4/4           unshow_buffer [1468]
                0.00    0.00       4/146         adjust_window_count [1146]
                0.00    0.00       4/73          wset_buffer [1184]
                                   2             delete_all_child_windows [1521]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [244]
[1522]   0.0    0.00    0.00       2         do_auto_save_unwind [1522]
-----------------------------------------------
                0.00    0.00       2/2           Fdo_auto_save <cycle 4> [593]
[1523]   0.0    0.00    0.00       2         emacs_fopen [1523]
                0.00    0.00       2/172         emacs_open [1138]
-----------------------------------------------
                0.00    0.00       2/2           Fwindow_mode_line_height <cycle 4> [1299]
[1524]   0.0    0.00    0.00       2         estimate_mode_line_height [1524]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [244]
[1525]   0.0    0.00    0.00       2         fclose_unwind [1525]
-----------------------------------------------
                0.00    0.00       2/2           file_attributes [518]
[1526]   0.0    0.00    0.00       2         filemodestring [1526]
-----------------------------------------------
                0.00    0.00       2/2           x_term_init <cycle 4> [508]
[1527]   0.0    0.00    0.00       2         fixup_locale [1527]
-----------------------------------------------
                0.00    0.00       1/2           free_realized_face [116]
                0.00    0.00       1/2           clear_face_cache [714]
[1528]   0.0    0.00    0.00       2         font_done_for_face [1528]
-----------------------------------------------
                0.00    0.00       1/2           check_glyph_memory [707]
                0.00    0.00       1/2           delete_frame <cycle 4> [230]
[1529]   0.0    0.00    0.00       2         free_glyphs [1529]
                0.00    0.00       6/1140773     xfree [760]
                0.00    0.00       2/10          free_glyph_matrix [1370]
                0.00    0.00       2/2           free_window_matrices [1530]
-----------------------------------------------
                0.00    0.00       2/2           free_glyphs [1529]
[1530]   0.0    0.00    0.00       2         free_window_matrices [1530]
                0.00    0.00       8/1140773     xfree [760]
                0.00    0.00       8/10          free_glyph_matrix [1370]
-----------------------------------------------
                                   2             Ffile_attributes <cycle 4> [424]
[1531]   0.0    0.00    0.00       2         internal_condition_case_2 <cycle 4> [1531]
                0.00    0.00       2/5577        push_handler [843]
                                   2             Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
                                   2             message3 <cycle 4> [596]
[1532]   0.0    0.00    0.00       2         message3_nolog <cycle 4> [1532]
                                   4             do_pending_window_change <cycle 4> [1097]
                                   2             echo_area_display <cycle 4> [704]
                                   1             with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
                0.00    0.00       2/2           update_window <cycle 4> [458]
[1533]   0.0    0.00    0.00       2         next_almost_prime [1533]
-----------------------------------------------
                0.00    0.00       2/2           produce_special_glyphs [234]
[1534]   0.0    0.00    0.00       2         produce_glyphs [1534]
-----------------------------------------------
                0.00    0.00       2/2           adjust_frame_glyphs <cycle 4> [651]
[1535]   0.0    0.00    0.00       2         realloc_glyph_pool [1535]
-----------------------------------------------
                0.00    0.00       2/2           Fdo_auto_save <cycle 4> [593]
[1536]   0.0    0.00    0.00       2         record_auto_save [1536]
-----------------------------------------------
                0.00    0.00       2/2           load_charset <cycle 4> [221]
[1537]   0.0    0.00    0.00       2         record_unwind_protect_nothing [1537]
-----------------------------------------------
                0.00    0.00       2/2           with_echo_area_buffer <cycle 4> [405]
[1538]   0.0    0.00    0.00       2         resize_mini_window_1 [1538]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [244]
[1539]   0.0    0.00    0.00       2         restore_menu_items [1539]
-----------------------------------------------
                0.00    0.00       1/2           delete_frame <cycle 4> [230]
                0.00    0.00       1/2           Fdelete_terminal <cycle 4> [1564]
[1540]   0.0    0.00    0.00       2         safe_call2 [1540]
-----------------------------------------------
                0.00    0.00       2/2           Fset_buffer_multibyte [1450]
[1541]   0.0    0.00    0.00       2         set_intervals_multibyte [1541]
-----------------------------------------------
                0.00    0.00       2/2           file_attributes [518]
[1542]   0.0    0.00    0.00       2         strmode [1542]
-----------------------------------------------
                                   1             write_string_1 <cycle 4> [1637]
                                   1             print_string <cycle 4> [1620]
[1543]   0.0    0.00    0.00       2         strout <cycle 4> [1543]
                                  19             insert_char <cycle 4> [1331]
                                   2             setup_echo_area_for_printing <cycle 4> [1466]
                                   2             message_dolog <cycle 4> [742]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [244]
[1544]   0.0    0.00    0.00       2         un_autoload [1544]
-----------------------------------------------
                                   1             x_make_frame_visible <cycle 4> [420]
                                   1             x_set_icon_type <cycle 4> [1650]
[1545]   0.0    0.00    0.00       2         x_bitmap_icon <cycle 4> [1545]
                                   2             xg_set_icon <cycle 4> [699]
-----------------------------------------------
                0.00    0.00       2/2           Fx_change_window_property [550]
[1546]   0.0    0.00    0.00       2         x_check_property_data [1546]
-----------------------------------------------
                0.00    0.00       2/2           Fx_change_window_property [550]
[1547]   0.0    0.00    0.00       2         x_fill_property_data [1547]
                0.00    0.00      17/17          cons_to_signed [1338]
-----------------------------------------------
                0.00    0.00       2/2           xg_set_icon <cycle 4> [699]
[1548]   0.0    0.00    0.00       2         x_find_image_file [1548]
-----------------------------------------------
                0.00    0.00       2/2           do_switch_frame <cycle 4> [1388]
[1549]   0.0    0.00    0.00       2         x_get_focus_frame [1549]
-----------------------------------------------
                                   2             adjust_frame_size <cycle 4> [497]
[1550]   0.0    0.00    0.00       2         x_set_window_size <cycle 4> [1550]
                0.00    0.00       2/6           mark_window_cursors_off [1413]
                0.00    0.00       2/29          cancel_mouse_face [1291]
                                   2             xg_frame_set_char_size <cycle 4> [474]
-----------------------------------------------
                0.00    0.00       2/2           x_setup_relief_colors [1221]
[1551]   0.0    0.00    0.00       2         x_setup_relief_color [1551]
                0.00    0.00       2/10          x_query_colors [1379]
                0.00    0.00       2/175         x_alloc_nearest_color [1137]
-----------------------------------------------
                0.00    0.00       1/2           free_realized_face [116]
                0.00    0.00       1/2           clear_face_cache [714]
[1552]   0.0    0.00    0.00       2         xftfont_done_face [1552]
                0.00    0.00       2/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       2/2           x_scroll_bar_create [525]
[1553]   0.0    0.00    0.00       2         xg_create_scroll_bar [1553]
                0.00    0.00       2/2           xg_store_widget_in_map [1555]
                0.00    0.00       2/2           xg_set_cursor [1554]
-----------------------------------------------
                0.00    0.00       2/2           xg_create_scroll_bar [1553]
[1554]   0.0    0.00    0.00       2         xg_set_cursor [1554]
-----------------------------------------------
                0.00    0.00       2/2           xg_create_scroll_bar [1553]
[1555]   0.0    0.00    0.00       2         xg_store_widget_in_map [1555]
                0.00    0.00       1/2125        xrealloc [905]
                0.00    0.00       1/439         xnrealloc [1088]
-----------------------------------------------
                0.00    0.00       1/2           create_frame_xic [1594]
                0.00    0.00       1/2           xic_set_xfontset [1674]
[1556]   0.0    0.00    0.00       2         xic_create_xfontset [1556]
-----------------------------------------------
                0.00    0.00       1/1           Fset_window_configuration <cycle 4> [702]
[1557]   0.0    0.00    0.00       1         CHECK_WINDOW_CONFIGURATION [1557]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1558]   0.0    0.00    0.00       1         Fbuffer_size [1558]
-----------------------------------------------
                0.00    0.00       1/1           print_error_message <cycle 4> [1618]
[1559]   0.0    0.00    0.00       1         Fcdr_safe [1559]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[1560]   0.0    0.00    0.00       1         Fcommand_error_default_function <cycle 4> [1560]
                0.00    0.00       1/1           message_log_maybe_newline [1614]
                0.00    0.00       1/1           Fdiscard_input [1565]
                0.00    0.00       1/2           clear_message [1519]
                0.00    0.00       1/1           ring_bell [1624]
                0.00    0.00       1/1           bitch_at_user [1589]
                                   1             XTring_bell <cycle 4> [703]
                                   1             print_error_message <cycle 4> [1618]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1561]   0.0    0.00    0.00       1         Fcurrent_bidi_paragraph_direction [1561]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1562]   0.0    0.00    0.00       1         Fcurrent_input_mode [1562]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1563]   0.0    0.00    0.00       1         Fdelete_frame [1563]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [230]
[1564]   0.0    0.00    0.00       1         Fdelete_terminal <cycle 4> [1564]
                0.00    0.00       1/2249        decode_terminal [898]
                0.00    0.00       1/1           delete_initial_terminal [1596]
                0.00    0.00       1/2           safe_call2 [1540]
                                   1             safe_call <cycle 4> [1026]
-----------------------------------------------
                0.00    0.00       1/1           Fcommand_error_default_function <cycle 4> [1560]
[1565]   0.0    0.00    0.00       1         Fdiscard_input [1565]
                0.00    0.00       1/1           discard_tty_input [1598]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1566]   0.0    0.00    0.00       1         Femacs_pid [1566]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [73]
[1567]   0.0    0.00    0.00       1         Fforward_char [1567]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1568]   0.0    0.00    0.00       1         Fframe_after_make_frame [1568]
                0.00    0.00       1/2119        decode_live_frame [906]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1569]   0.0    0.00    0.00       1         Ffunction_equal [1569]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1570]   0.0    0.00    0.00       1         Finvocation_name [1570]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1571]   0.0    0.00    0.00       1         Flocale_info [1571]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1572]   0.0    0.00    0.00       1         Fmax_char [1572]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1573]   0.0    0.00    0.00       1         Fposn_at_x_y [1573]
                0.00    0.00       1/5391        set_window_margins [847]
                0.00    0.00       1/511         decode_live_window [1064]
                0.00    0.00       1/2152        window_box_left_offset [901]
-----------------------------------------------
                                   1             print_error_message <cycle 4> [1618]
[1574]   0.0    0.00    0.00       1         Fprinc <cycle 4> [1574]
                0.00    0.00       1/1           print [1616]
                                   1             print_object <cycle 4> [1619]
                                   1             unbind_to <cycle 4> [244]
                                   1             set_buffer_internal_1 <cycle 4> [871]
                                   1             setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [702]
[1575]   0.0    0.00    0.00       1         Fredirect_frame_focus <cycle 4> [1575]
                0.00    0.00       1/9070        decode_any_frame [825]
                0.00    0.00       1/1           XTframe_rehighlight [1588]
                                   1             x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[1576]   0.0    0.00    0.00       1         Fredraw_frame <cycle 4> [1576]
                0.00    0.00       1/2119        decode_live_frame [906]
                                   1             redraw_frame <cycle 4> [683]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1577]   0.0    0.00    0.00       1         Fset_input_interrupt_mode [1577]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1578]   0.0    0.00    0.00       1         Fset_input_meta_mode [1578]
                0.00    0.00       1/3           decode_tty_terminal [1486]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [73]
[1579]   0.0    0.00    0.00       1         Fskip_chars_backward [1579]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [73]
[1580]   0.0    0.00    0.00       1         Fskip_chars_forward [1580]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1581]   0.0    0.00    0.00       1         Ftool_bar_height [1581]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[1582]   0.0    0.00    0.00       1         Fundo_boundary <cycle 4> [1582]
                0.00    0.00       1/49012       Fcar [807]
                                   1             Fset <cycle 4> [249]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [29]
[1583]   0.0    0.00    0.00       1         Fuser_real_login_name [1583]
-----------------------------------------------
                0.00    0.00       1/1           record_first_change [656]
[1584]   0.0    0.00    0.00       1         Fvisited_file_modtime [1584]
-----------------------------------------------
                0.00    0.00       1/1           record_asynch_buffer_change [1621]
[1585]   0.0    0.00    0.00       1         Fwaiting_for_user_input_p [1585]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [176]
[1586]   0.0    0.00    0.00       1         Fwhile <cycle 4> [1586]
                                 501             eval_sub <cycle 4> [176]
                                 500             Fprogn <cycle 4> [996]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [29]
[1587]   0.0    0.00    0.00       1         Fx_open_connection <cycle 4> [1587]
                0.00    0.00       1/50          validate_x_resource_name [1229]
                                   1             x_term_init <cycle 4> [508]
-----------------------------------------------
                0.00    0.00       1/1           Fredirect_frame_focus <cycle 4> [1575]
[1588]   0.0    0.00    0.00       1         XTframe_rehighlight [1588]
-----------------------------------------------
                0.00    0.00       1/1           Fcommand_error_default_function <cycle 4> [1560]
[1589]   0.0    0.00    0.00       1         bitch_at_user [1589]
-----------------------------------------------
                                   1             make_lispy_position <cycle 4> [562]
[1590]   0.0    0.00    0.00       1         buffer_posn_from_coords <cycle 4> [1590]
                0.00    0.00       1/41387       Fcurrent_buffer [809]
                0.00    0.00       1/3667        bidi_shelve_cache [863]
                0.00    0.00       1/1775        marker_position [920]
                0.00    0.00       1/1717        marker_byte_position [923]
                0.00    0.00       1/511         move_it_in_display_line [1066]
                0.00    0.00       1/8883        bidi_unshelve_cache [827]
                                   2             Fset_buffer <cycle 4> [897]
                                   1             start_display <cycle 4> [197]
                                   1             move_it_to <cycle 4> [213]
                                   1             move_it_in_display_line_to <cycle 4> [58]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[1591]   0.0    0.00    0.00       1         check_message_stack [1591]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [230]
[1592]   0.0    0.00    0.00       1         check_minibuf_window <cycle 4> [1592]
                0.00    0.00       1/2119        decode_live_frame [906]
                                   1             unbind_to <cycle 4> [244]
                                   1             set_window_buffer <cycle 4> [573]
-----------------------------------------------
                0.00    0.00       1/1           Fset_terminal_coding_system_internal [560]
[1593]   0.0    0.00    0.00       1         coding_charset_list [1593]
-----------------------------------------------
                0.00    0.00       1/1           x_window <cycle 4> [591]
[1594]   0.0    0.00    0.00       1         create_frame_xic [1594]
                0.00    0.00       1/2           xic_create_xfontset [1556]
-----------------------------------------------
                0.00    0.00       1/1           message_dolog <cycle 4> [742]
[1595]   0.0    0.00    0.00       1         del_range_both [1595]
-----------------------------------------------
                0.00    0.00       1/1           Fdelete_terminal <cycle 4> [1564]
[1596]   0.0    0.00    0.00       1         delete_initial_terminal [1596]
                0.00    0.00       1/1           delete_terminal [1597]
-----------------------------------------------
                0.00    0.00       1/1           delete_initial_terminal [1596]
[1597]   0.0    0.00    0.00       1         delete_terminal [1597]
                0.00    0.00       3/1140773     xfree [760]
-----------------------------------------------
                0.00    0.00       1/1           Fdiscard_input [1565]
[1598]   0.0    0.00    0.00       1         discard_tty_input [1598]
-----------------------------------------------
                0.00    0.00       1/1           unbind_to <cycle 4> [244]
[1599]   0.0    0.00    0.00       1         do_unwind_create_frame [1599]
-----------------------------------------------
                0.00    0.00       1/1           xg_create_frame_widgets <cycle 4> [592]
[1600]   0.0    0.00    0.00       1         emacs_fixed_new [1600]
                0.00    0.00       1/12          emacs_fixed_get_type [1356]
-----------------------------------------------
                0.00    0.00       1/1           Ffile_accessible_directory_p <cycle 4> [453]
[1601]   0.0    0.00    0.00       1         file_accessible_directory_p [1601]
-----------------------------------------------
                0.00    0.00       1/1           fontset_from_font <cycle 4> [343]
[1602]   0.0    0.00    0.00       1         font_get_name [1602]
-----------------------------------------------
                0.00    0.00       1/1           x_new_font <cycle 4> [588]
[1603]   0.0    0.00    0.00       1         fontset_ascii [1603]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [230]
[1604]   0.0    0.00    0.00       1         free_font_driver_list [1604]
-----------------------------------------------
                                   1             Fcommandp <cycle 4> [853]
[1605]   0.0    0.00    0.00       1         funcall_not <cycle 4> [1605]
                                   1             Ffuncall <cycle 4> [29]
-----------------------------------------------
                0.00    0.00       1/1           Fset_window_configuration <cycle 4> [702]
[1606]   0.0    0.00    0.00       1         get_leaf_windows [1606]
-----------------------------------------------
                0.00    0.00       1/1           xsettings_initialize [572]
[1607]   0.0    0.00    0.00       1         get_prop_window [1607]
-----------------------------------------------
                0.00    0.00       1/1           set_frame_cursor_types [631]
[1608]   0.0    0.00    0.00       1         get_specified_cursor_type [1608]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1609]   0.0    0.00    0.00       1         init_sigio [1609]
                0.00    0.00       2/3           rpl_fcntl [1495]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [230]
[1610]   0.0    0.00    0.00       1         initial_free_frame_resources [1610]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [202]
[1611]   0.0    0.00    0.00       1         initialize_frame_menubar <cycle 4> [1611]
                                   1             menu_bar_items <cycle 4> [435]
-----------------------------------------------
                0.00    0.00       1/1           Finternal_set_lisp_face_attribute <cycle 4> [337]
[1612]   0.0    0.00    0.00       1         merge_face_heights [1612]
-----------------------------------------------
                0.00    0.00       1/1           Fmessage <cycle 4> [1510]
[1613]   0.0    0.00    0.00       1         message1 [1613]
-----------------------------------------------
                0.00    0.00       1/1           Fcommand_error_default_function <cycle 4> [1560]
[1614]   0.0    0.00    0.00       1         message_log_maybe_newline [1614]
-----------------------------------------------
                0.00    0.00       1/1           xg_create_frame_widgets <cycle 4> [592]
[1615]   0.0    0.00    0.00       1         my_log_handler [1615]
-----------------------------------------------
                0.00    0.00       1/1           Fprinc <cycle 4> [1574]
[1616]   0.0    0.00    0.00       1         print [1616]
-----------------------------------------------
                0.00    0.00       1/1           write_string_1 <cycle 4> [1637]
[1617]   0.0    0.00    0.00       1         print_c_string [1617]
-----------------------------------------------
                                   1             Fcommand_error_default_function <cycle 4> [1560]
[1618]   0.0    0.00    0.00       1         print_error_message <cycle 4> [1618]
                0.00    0.00       2/98231       Fplist_get [798]
                0.00    0.00       2/69910       Fget [800]
                0.00    0.00       1/49012       Fcar [807]
                0.00    0.00       1/10850       Fmemq [822]
                0.00    0.00       1/1           Fcdr_safe [1559]
                0.00    0.00       1/571         Fsubstitute_command_keys [1031]
                                   2             message_dolog <cycle 4> [742]
                                   1             write_string_1 <cycle 4> [1637]
                                   1             text_quoting_style <cycle 4> [434]
                                   1             Fprinc <cycle 4> [1574]
-----------------------------------------------
                                   1             Fprinc <cycle 4> [1574]
[1619]   0.0    0.00    0.00       1         print_object <cycle 4> [1619]
                                   1             print_string <cycle 4> [1620]
-----------------------------------------------
                                   1             print_object <cycle 4> [1619]
[1620]   0.0    0.00    0.00       1         print_string <cycle 4> [1620]
                0.00    0.00       1/31663       count_size_as_multibyte [810]
                                   1             strout <cycle 4> [1543]
-----------------------------------------------
                0.00    0.00       1/1           handle_one_xevent [99]
[1621]   0.0    0.00    0.00       1         record_asynch_buffer_change [1621]
                0.00    0.00       1/1           Fwaiting_for_user_input_p [1585]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [704]
[1622]   0.0    0.00    0.00       1         redisplay_mode_lines <cycle 4> [1622]
                0.00    0.00       3/82          temp_set_point_both [1177]
                0.00    0.00       2/35          clear_glyph_matrix [1281]
                0.00    0.00       1/1775        marker_position [920]
                0.00    0.00       1/1717        marker_byte_position [923]
                                   4             set_buffer_internal_1 <cycle 4> [871]
                                   2             display_mode_lines <cycle 4> [1323]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[1623]   0.0    0.00    0.00       1         reset_all_sys_modes [1623]
-----------------------------------------------
                0.00    0.00       1/1           Fcommand_error_default_function <cycle 4> [1560]
[1624]   0.0    0.00    0.00       1         ring_bell [1624]
-----------------------------------------------
                0.00    0.00       1/1           rounding_driver [1206]
[1625]   0.0    0.00    0.00       1         round2 [1625]
-----------------------------------------------
                0.00    0.00       1/1           message3 <cycle 4> [596]
[1626]   0.0    0.00    0.00       1         safe_eval_handler [1626]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1627]   0.0    0.00    0.00       1         select_visual [1627]
                0.00    0.00       1/49          xrdb_get_resource [1246]
                0.00    0.00       1/5           display_x_get_resource [1430]
-----------------------------------------------
                                   1             with_echo_area_buffer <cycle 4> [405]
[1628]   0.0    0.00    0.00       1         set_message_1 <cycle 4> [1628]
                0.00    0.00       1/4           Fset_buffer_multibyte [1450]
                0.00    0.00       1/82          temp_set_point_both [1177]
                                   1             update_compositions <cycle 4> [154]
                                   1             insert_from_string <cycle 4> [984]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[1629]   0.0    0.00    0.00       1         stuff_buffered_input [1629]
-----------------------------------------------
                0.00    0.00       1/1           internal_condition_case <cycle 2> [215]
[1630]   0.0    0.00    0.00       1         top_level_2 [1630]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[1631]   0.0    0.00    0.00       1         unlock_all_files [1631]
-----------------------------------------------
                0.00    0.00       1/1           unbind_to <cycle 4> [244]
[1632]   0.0    0.00    0.00       1         unwind_create_frame [1632]
                0.00    0.00       1/10850       Fmemq [822]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [704]
[1633]   0.0    0.00    0.00       1         update_single_window <cycle 4> [1633]
                0.00    0.00       1/51          x_update_begin [1222]
                0.00    0.00       1/52          update_begin [1216]
                0.00    0.00       1/51          x_update_end [1223]
                0.00    0.00       1/52          update_end [1217]
                                   1             update_window <cycle 4> [458]
-----------------------------------------------
                0.00    0.00       1/1           xg_initialize [1672]
[1634]   0.0    0.00    0.00       1         update_theme_scrollbar_height [1634]
-----------------------------------------------
                0.00    0.00       1/1           xg_initialize [1672]
[1635]   0.0    0.00    0.00       1         update_theme_scrollbar_width [1635]
-----------------------------------------------
                0.00    0.00       1/1           Fwindow_resize_apply_total [706]
[1636]   0.0    0.00    0.00       1         window_resize_apply_total [1636]
-----------------------------------------------
                                   1             print_error_message <cycle 4> [1618]
[1637]   0.0    0.00    0.00       1         write_string_1 <cycle 4> [1637]
                0.00    0.00       1/1           print_c_string [1617]
                                   1             strout <cycle 4> [1543]
                                   1             unbind_to <cycle 4> [244]
                                   1             set_buffer_internal_1 <cycle 4> [871]
                                   1             setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1638]   0.0    0.00    0.00       1         x_change_tool_bar_height [1638]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [230]
[1639]   0.0    0.00    0.00       1         x_clipboard_manager_save_frame [1639]
-----------------------------------------------
                0.00    0.00       1/1           x_set_cursor_color [673]
[1640]   0.0    0.00    0.00       1         x_copy_color [1640]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1641]   0.0    0.00    0.00       1         x_display_ok [1641]
                0.00    0.00       1/48          unrequest_sigio [1249]
                0.00    0.00       1/47          request_sigio [1252]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1642]   0.0    0.00    0.00       1         x_find_modifier_meanings [1642]
-----------------------------------------------
                0.00    0.00       1/1           x_load_resources [594]
[1643]   0.0    0.00    0.00       1         x_get_customization_string [1643]
                0.00    0.00       1/50          x_get_string_resource [1230]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1644]   0.0    0.00    0.00       1         x_set_autolower [1644]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1645]   0.0    0.00    0.00       1         x_set_autoraise [1645]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1646]   0.0    0.00    0.00       1         x_set_border_width [1646]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1647]   0.0    0.00    0.00       1         x_set_bottom_divider_width [1647]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1648]   0.0    0.00    0.00       1         x_set_cursor_type [1648]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1649]   0.0    0.00    0.00       1         x_set_horizontal_scroll_bars [1649]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
[1650]   0.0    0.00    0.00       1         x_set_icon_type <cycle 4> [1650]
                                   1             x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1651]   0.0    0.00    0.00       1         x_set_internal_border_width [1651]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1652]   0.0    0.00    0.00       1         x_set_left_fringe [1652]
                0.00    0.00       1/334         fset_redisplay [1100]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1653]   0.0    0.00    0.00       1         x_set_line_spacing [1653]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
[1654]   0.0    0.00    0.00       1         x_set_menu_bar_lines <cycle 4> [1654]
                0.00    0.00       1/334         fset_redisplay [1100]
                                   1             adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1655]   0.0    0.00    0.00       1         x_set_right_divider_width [1655]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1656]   0.0    0.00    0.00       1         x_set_right_fringe [1656]
                0.00    0.00       1/334         fset_redisplay [1100]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1657]   0.0    0.00    0.00       1         x_set_scroll_bar_background [1657]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_height <cycle 4> [1661]
[1658]   0.0    0.00    0.00       1         x_set_scroll_bar_default_height [1658]
                0.00    0.00       1/1           xg_get_default_scrollbar_height [1670]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_width <cycle 4> [1662]
[1659]   0.0    0.00    0.00       1         x_set_scroll_bar_default_width [1659]
                0.00    0.00       1/1           xg_get_default_scrollbar_width [1671]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1660]   0.0    0.00    0.00       1         x_set_scroll_bar_foreground [1660]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
[1661]   0.0    0.00    0.00       1         x_set_scroll_bar_height <cycle 4> [1661]
                0.00    0.00       1/1           x_set_scroll_bar_default_height [1658]
                0.00    0.00       1/334         fset_redisplay [1100]
                                   1             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [114]
[1662]   0.0    0.00    0.00       1         x_set_scroll_bar_width <cycle 4> [1662]
                0.00    0.00       1/1           x_set_scroll_bar_default_width [1659]
                0.00    0.00       1/334         fset_redisplay [1100]
                                   1             adjust_frame_size <cycle 4> [497]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1663]   0.0    0.00    0.00       1         x_set_title [1663]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1664]   0.0    0.00    0.00       1         x_set_tool_bar_lines [1664]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1665]   0.0    0.00    0.00       1         x_set_vertical_scroll_bars [1665]
                0.00    0.00       1/334         fset_redisplay [1100]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [114]
[1666]   0.0    0.00    0.00       1         x_set_wait_for_wm [1666]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [202]
[1667]   0.0    0.00    0.00       1         x_text_icon [1667]
-----------------------------------------------
                0.00    0.00       1/1           x_set_tool_bar_position [638]
[1668]   0.0    0.00    0.00       1         xg_change_toolbar_position [1668]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1669]   0.0    0.00    0.00       1         xg_create_default_cursor [1669]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_default_height [1658]
[1670]   0.0    0.00    0.00       1         xg_get_default_scrollbar_height [1670]
                0.00    0.00       1/16          xg_get_gdk_scale [1342]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_default_width [1659]
[1671]   0.0    0.00    0.00       1         xg_get_default_scrollbar_width [1671]
                0.00    0.00       1/16          xg_get_gdk_scale [1342]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [508]
[1672]   0.0    0.00    0.00       1         xg_initialize [1672]
                0.00    0.00       1/1           update_theme_scrollbar_width [1635]
                0.00    0.00       1/1           update_theme_scrollbar_height [1634]
-----------------------------------------------
                0.00    0.00       1/1           xic_set_xfontset [1674]
[1673]   0.0    0.00    0.00       1         xic_free_xfontset [1673]
-----------------------------------------------
                0.00    0.00       1/1           x_new_font <cycle 4> [588]
[1674]   0.0    0.00    0.00       1         xic_set_xfontset [1674]
                0.00    0.00       1/1           xic_free_xfontset [1673]
                0.00    0.00       1/2           xic_create_xfontset [1556]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [708]
[1675]   0.0    0.00    0.00       1         xml_cleanup_parser [1675]
-----------------------------------------------
                0.00    0.00       1/1           x_default_font_parameter <cycle 4> [386]
[1676]   0.0    0.00    0.00       1         xsettings_get_system_font [1676]
-----------------------------------------------

 This table describes the call tree of the program, and was sorted by
 the total amount of time spent in each function and its children.

 Each entry in this table consists of several lines.  The line with the
 index number at the left hand margin lists the current function.
 The lines above it list the functions that called this function,
 and the lines below it list the functions this one called.
 This line lists:
     index	A unique number given to each element of the table.
		Index numbers are sorted numerically.
		The index number is printed next to every function name so
		it is easier to look up where the function is in the table.

     % time	This is the percentage of the `total' time that was spent
		in this function and its children.  Note that due to
		different viewpoints, functions excluded by options, etc,
		these numbers will NOT add up to 100%.

     self	This is the total amount of time spent in this function.

     children	This is the total amount of time propagated into this
		function by its children.

     called	This is the number of times the function was called.
		If the function called itself recursively, the number
		only includes non-recursive calls, and is followed by
		a `+' and the number of recursive calls.

     name	The name of the current function.  The index number is
		printed after it.  If the function is a member of a
		cycle, the cycle number is printed between the
		function's name and the index number.


 For the function's parents, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the function into this parent.

     children	This is the amount of time that was propagated from
		the function's children into this parent.

     called	This is the number of times this parent called the
		function `/' the total number of times the function
		was called.  Recursive calls to the function are not
		included in the number after the `/'.

     name	This is the name of the parent.  The parent's index
		number is printed after it.  If the parent is a
		member of a cycle, the cycle number is printed between
		the name and the index number.

 If the parents of the function cannot be determined, the word
 `<spontaneous>' is printed in the `name' field, and all the other
 fields are blank.

 For the function's children, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the child into the function.

     children	This is the amount of time that was propagated from the
		child's children to the function.

     called	This is the number of times the function called
		this child `/' the total number of times the child
		was called.  Recursive calls by the child are not
		listed in the number after the `/'.

     name	This is the name of the child.  The child's index
		number is printed after it.  If the child is a
		member of a cycle, the cycle number is printed
		between the name and the index number.

 If there are any cycles (circles) in the call graph, there is an
 entry for the cycle-as-a-whole.  This entry shows who called the
 cycle (as parents) and the members of the cycle (as children.)
 The `+' recursive calls entry shows the number of function calls that
 were internal to the cycle, and the calls entry for each member shows,
 for that member, how many times it was called from other members of
 the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name

 [1259] CHECK_CHAR_TABLE (chartab.c) [950] char_table_ref_and_range [617] prepare_face_for_display
 [756] CHECK_HASH_TABLE (fns.c) [195] char_table_set     [675] prepare_record (undo.c)
 [882] CHECK_MARKER (marker.c) [76] char_table_set_range [421] prepare_to_modify_buffer
 [777] CHECK_STRING_OR_BUFFER (textprop.c) [1000] char_width (character.c) [250] prepare_to_modify_buffer_1
 [1557] CHECK_WINDOW_CONFIGURATION (window.c) [1322] chars_in_text [820] previous_interval
 [1067] Fabs                [1518] check_ascii (coding.c) [1616] print (print.c)
 [283] Faccessible_keymaps   [325] check_fontset_name (fontset.c) [1617] print_c_string (print.c)
 [1307] Factive_minibuffer_window [707] check_glyph_memory [1618] print_error_message
 [1078] Fadd1               [1591] check_message_stack  [1619] print_object (print.c)
 [1503] Fadd_text_properties [1592] check_minibuf_window (frame.c) [1620] print_string (print.c)
 [1119] Fand                 [775] check_obarray         [134] process_pending_signals
 [1034] Fappend              [992] check_syntax_table (syntax.c) [135] process_special_events (keyboard.c)
 [313] Fapply               [1163] check_window_containing (window.c) [333] process_tool_bar_item (keyboard.c)
 [821] Faref                [1350] check_window_system   [671] produce_chars (coding.c)
 [1053] Farrayp             [1140] check_x_display_info [1534] produce_glyphs
 [902] Faset                 [785] cleanup_vector (alloc.c) [234] produce_special_glyphs (xdisp.c)
  [66] Fassoc               [1428] clear_charpos_cache   [169] produce_stretch_glyph
  [30] Fassoc_string        [1351] clear_current_matrices [721] propagate_buffer_redisplay (xdisp.c)
 [384] Fassq                [1231] clear_desired_matrices [843] push_handler
 [584] Fautoload             [714] clear_face_cache      [844] push_handler_nosignal
 [587] Fautoload_do_load    [1429] clear_frame           [567] push_kboard
 [318] Fbacktrace_frame     [1281] clear_glyph_matrix   [1089] push_key_description
 [287] Fbackward_prefix_chars [678] clear_image_cache (image.c) [488] push_menu_item (menu.c)
 [913] Fbolp                 [679] clear_image_caches    [615] push_menu_pane (menu.c)
 [1059] Fborder_width       [1519] clear_message         [512] push_message
 [505] Fboundp              [1144] clear_mouse_face      [598] raw_text_coding_system
 [1402] Fbuffer_base_buffer [1397] clear_unwind_protect  [814] re_compile_fastmap
 [1333] Fbuffer_file_name   [1152] clear_waiting_for_input [270] re_compile_pattern
 [1308] Fbuffer_list        [1197] clear_window_matrices (dispnew.c) [875] re_iswctype
 [1005] Fbuffer_live_p       [258] cmd_error (keyboard.c) [846] re_match_2
 [1173] Fbuffer_local_value  [259] cmd_error_internal     [83] re_match_2_internal (regex.c)
 [894] Fbuffer_modified_p    [758] cmpfn_equal (fns.c)    [74] re_search
 [1075] Fbuffer_name         [974] code_conversion_restore (coding.c) [72] re_search_2
 [1558] Fbuffer_size         [376] code_conversion_save  [845] re_set_registers
 [1013] Fbuffer_string       [264] code_convert_string   [803] re_set_syntax
 [553] Fbuffer_substring    [1126] code_convert_string_norecord [804] re_set_whitespace_regexp
 [1471] Fbufferp            [1593] coding_charset_list  [1305] re_wctype
 [1441] Fbyte_code           [954] coding_set_destination (coding.c) [1038] read0 (lread.c)
 [1504] Fbyte_code_function_p [971] coding_set_source (coding.c) [300] read1 (lread.c)
 [1505] Fbyteorder          [1366] colors_in_color_table (image.c) [585] read_and_apply_settings (xsettings.c)
 [106] Fcall_interactively     [7] command_loop (keyboard.c) [20] read_char
 [1442] Fcapitalize           [18] command_loop_1       [1081] read_dirent (dired.c)
 [807] Fcar                    [9] command_loop_2 (keyboard.c) [408] read_escape (lread.c)
 [1506] Fcar_less_than_car   [677] compact_buffer       [1357] read_file_name (callint.c)
 [1443] Fcar_safe            [156] compile_pattern      [1036] read_hex (charset.c)
 [768] Fcdr                  [278] composition_adjust_point [281] read_internal_start (lread.c)
 [1559] Fcdr_safe            [107] composition_compute_stop_pos [15] read_key_sequence.constprop.44 (keyboard.c)
 [1213] Fceiling             [239] composition_reseat_it [357] read_list (lread.c)
 [750] Fchar_after           [263] compute_display_string_pos [366] read_vector (lread.c)
 [1472] Fchar_table_parent  [1094] compute_line_metrics (xdisp.c) [61] readable_events (keyboard.c)
 [602] Fcharsetp             [166] compute_stop_pos (xdisp.c) [335] readbyte_from_file (lread.c)
 [529] Fcheck_coding_system [1398] compute_window_start_on_continuation_line (xdisp.c) [334] readchar (lread.c)
 [727] Fclear_face_cache     [103] concat (fns.c)        [402] readevalloop (lread.c)
 [470] Fcoding_system_base   [328] concat2              [1463] readevalloop_1 (lread.c)
 [364] Fcoding_system_eol_type [274] concat3            [1150] readevalloop_eager_expand_eval (lread.c)
 [492] Fcoding_system_p     [1338] cons_to_signed        [153] realize_basic_faces (xfaces.c)
 [482] Fcoding_system_plist [1105] consume_chars (coding.c) [152] realize_face (xfaces.c)
 [1560] Fcommand_error_default_function [1164] coordinates_in_window (window.c) [155] realize_named_face (xfaces.c)
 [978] Fcommand_remapping   [1287] coords_in_mouse_face_p (xdisp.c) [1535] realloc_glyph_pool (dispnew.c)
 [853] Fcommandp             [141] copy_char_table       [861] recenter_overlay_lists
  [32] Fcompare_strings       [78] copy_font_spec        [159] recompute_basic_faces
 [986] Fconcat               [515] copy_properties       [461] reconsider_clip_changes (xdisp.c)
 [1316] Fcond                [931] copy_text            [1621] record_asynch_buffer_change
  [80] Fcons                [1046] copy_text_properties [1536] record_auto_save
 [1385] Fconsp               [810] count_size_as_multibyte [654] record_buffer
 [253] Fconstrain_to_field  [1594] create_frame_xic      [879] record_buffer_markers (buffer.c)
 [188] Fcopy_alist           [437] create_menus (gtkutil.c) [1072] record_char (keyboard.c)
 [551] Fcopy_keymap          [722] create_root_interval [1012] record_delete
 [729] Fcopy_marker          [513] create_terminal       [656] record_first_change
 [150] Fcopy_sequence       [1193] current_message       [796] record_in_backtrace
 [192] Fcurrent_active_maps  [533] current_message_1 (xdisp.c) [643] record_insert
 [1561] Fcurrent_bidi_paragraph_direction [880] current_minor_maps [1464] record_load_unwind (lread.c)
 [809] Fcurrent_buffer      [1485] decide_coding_unwind (fileio.c) [883] record_property_change
 [1346] Fcurrent_global_map  [825] decode_any_frame      [828] record_unwind_protect
 [1562] Fcurrent_input_mode [1198] decode_any_window    [1045] record_unwind_protect_int
 [1335] Fcurrent_message     [547] decode_coding (coding.c) [1537] record_unwind_protect_nothing
 [530] Fcurrent_time         [603] decode_coding_gap     [982] record_unwind_protect_ptr
 [526] Fcurrent_window_configuration [307] decode_coding_object [1025] record_unwind_protect_void
 [1473] Fdaemonp            [1520] decode_coding_raw_text (coding.c) [469] record_unwind_save_match_data
 [1202] Fdecode_coding_string [1015] decode_coding_utf_8 (coding.c) [659] record_xmalloc
 [224] Fdefalias            [1020] decode_file_name        [3] recursive_edit_1
 [1125] Fdefault_boundp      [906] decode_live_frame    [1341] redisplay
 [874] Fdefault_value       [1315] decode_live_terminal   [38] redisplay_internal (xdisp.c)
 [112] Fdefine_key          [1064] decode_live_window   [1622] redisplay_mode_lines (xdisp.c)
 [454] Fdefvar               [460] decode_mode_spec_coding (xdisp.c) [1415] redisplay_other_windows
 [491] Fdelete              [1030] decode_next_window_args (window.c) [42] redisplay_preserve_echo_area
 [1563] Fdelete_frame        [898] decode_terminal (terminal.c) [410] redisplay_window (xdisp.c)
 [1564] Fdelete_terminal     [955] decode_time_components [1348] redisplay_window_0 (xdisp.c)
 [1154] Fdelq                [937] decode_timer (keyboard.c) [1344] redisplay_window_1 (xdisp.c)
 [273] Fdirectory_file_name [1486] decode_tty_terminal   [179] redisplay_windows (xdisp.c)
 [423] Fdirectory_files     [1147] decode_window_system_frame [683] redraw_frame
 [1565] Fdiscard_input      [1028] default_line_pixel_height [881] region_cache_backward
 [564] Fdisplay_supports_face_attributes_p [1339] default_toplevel_binding (eval.c) [973] region_cache_forward
 [593] Fdo_auto_save         [867] default_value (data.c) [666] register_font_driver
 [888] Fdowncase            [1187] define_frame_cursor1 (xdisp.c) [1235] relocate_byte_stack
 [1566] Femacs_pid           [575] define_image_type (image.c) [566] remember_mouse_glyph
 [1160] Feq                 [1141] defined_color (xfaces.c) [990] remove_properties (textprop.c)
 [255] Fequal               [1010] del_range             [378] reorder_modifiers
 [1014] Ferase_buffer        [331] del_range_1          [1493] replace_buffer_in_windows
 [320] Feval                 [332] del_range_2          [1494] replace_buffer_in_windows_safely
 [507] Feval_buffer         [1595] del_range_both        [977] report_interval_modification
 [1403] Fevent_convert_list [1521] delete_all_child_windows [1252] request_sigio
 [173] Fexpand_file_name     [837] delete_cache_boundaries (region-cache.c) [1112] requeued_events_pending_p
 [268] Fface_font            [230] delete_frame         [1312] required_matrix_height (dispnew.c)
 [831] Ffboundp             [1596] delete_initial_terminal (terminal.c) [1313] required_matrix_width (dispnew.c)
 [139] Ffeaturep            [1597] delete_terminal       [375] reseat (xdisp.c)
 [453] Ffile_accessible_directory_p [54] deliver_process_signal [889] reseat_1 (xdisp.c)
 [424] Ffile_attributes        [1] deliver_user_signal (keyboard.c) [886] reseat_at_next_visible_line_start (xdisp.c)
 [285] Ffile_directory_p    [1487] detect_coding (coding.c) [294] reseat_at_previous_visible_line_start
 [400] Ffile_exists_p        [539] detect_coding_utf_16 (coding.c) [1623] reset_all_sys_modes
 [1162] Ffile_name_absolute_p [1148] detect_input_pending [1436] reset_buffer
 [279] Ffile_name_as_directory [43] detect_input_pending_run_timers [1374] reset_buffer_local_variables (buffer.c)
 [284] Ffile_name_directory  [448] digest_single_submenu [985] reset_var_on_error (insdel.c)
 [251] Ffile_name_nondirectory [254] directory_files_internal [229] resize_echo_area_exactly
 [311] Ffile_readable_p     [1122] disassemble_lisp_time (editfns.c) [1401] resize_frame_windows
 [308] Ffile_symlink_p      [1598] discard_tty_input     [339] resize_mini_window
 [158] Ffind_file_name_handler [496] display_and_set_cursor [1538] resize_mini_window_1 (xdisp.c)
 [358] Ffind_operation_coding_system [1205] display_count_lines (xdisp.c) [856] resolve_face_name (xfaces.c)
 [1444] Ffloat              [1292] display_echo_area_1 (xdisp.c) [1057] restore_kboard_configuration (keyboard.c)
 [1225] Ffloat_time          [184] display_line (xdisp.c) [1539] restore_menu_items (menu.c)
 [976] Ffloatp               [379] display_mode_element (xdisp.c) [1624] ring_bell
 [726] Ffont_get             [472] display_mode_line (xdisp.c) [1625] round2 (floatfns.c)
 [140] Ffont_match_p        [1323] display_mode_lines (xdisp.c) [1206] rounding_driver (floatfns.c)
 [543] Ffont_put             [210] display_string (xdisp.c) [1104] row_equal_p.constprop.18 (dispnew.c)
 [280] Ffont_spec           [1430] display_x_get_resource [1169] row_for_charpos_p (xdisp.c)
 [316] Ffont_xlfd_name      [1522] do_auto_save_unwind (fileio.c) [1096] row_hash
 [363] Ffontp                [538] do_ewmh_fullscreen (xterm.c) [1495] rpl_fcntl
 [1283] Fforce_mode_line_update [1399] do_nothing (eval.c) [142] run_all_atimers
 [1386] Fformat               [55] do_pending_atimers   [1437] run_funs (window.c)
 [1567] Fforward_char       [1097] do_pending_window_change [1416] run_hook
 [348] Fforward_line        [1388] do_switch_frame       [932] run_hook_with_args
 [1568] Fframe_after_make_frame [799] do_symval_forwarding [1084] run_hook_wrapped_funcall (eval.c)
 [927] Fframe_char_height   [1599] do_unwind_create_frame (xfns.c) [545] run_window_configuration_change_hook
 [1029] Fframe_char_width   [1454] doprnt               [1496] run_window_scroll_functions (xdisp.c)
 [465] Fframe_list          [1087] draw_fringe_bitmap    [301] safe__call (xdisp.c)
 [1023] Fframe_live_p        [304] draw_fringe_bitmap_1 (fringe.c) [1139] safe__call1 (xdisp.c)
 [599] Fframe_or_buffer_changed_p [35] draw_glyphs (xdisp.c) [1026] safe_call
 [172] Fframe_parameter     [1208] draw_phys_cursor_glyph [1159] safe_call1
 [171] Fframe_parameters    [1123] draw_row_fringe_bitmaps [1540] safe_call2
 [1203] Fframe_root_window  [1181] draw_window_fringes  [1626] safe_eval_handler (xdisp.c)
 [1266] Fframe_selected_window [1431] dtotimespec        [933] safe_run_hook_funcall (keyboard.c)
 [1354] Fframe_terminal      [639] dupstring             [276] safe_run_hooks
 [1317] Fframe_visible_p     [704] echo_area_display (xdisp.c) [934] safe_run_hooks_1 (keyboard.c)
 [1019] Fframep              [975] echo_dash (keyboard.c) [462] safe_to_load_version (lread.c)
 [225] Ffset                [1065] echo_keystrokes_p (keyboard.c) [1314] sanitize_window_sizes
  [29] Ffuncall              [981] echo_update (keyboard.c) [303] save_excursion_restore
 [1054] Ffuncall_interactively [1131] egetenv_internal   [581] save_excursion_save
 [1324] Ffunction           [1410] emacs_close           [605] save_menu_items
 [1569] Ffunction_equal     [1356] emacs_fixed_get_type (emacsgtkfixed.c) [942] save_restriction_restore
 [859] Ffunctionp           [1600] emacs_fixed_new       [943] save_restriction_save
  [64] Fgarbage_collect     [1523] emacs_fopen           [634] save_window_save (window.c)
 [1474] Fgenerate_new_buffer_name [1138] emacs_open      [149] scan_lists (syntax.c)
 [800] Fget                 [1360] emacs_read            [743] scan_newline
 [884] Fget_buffer          [1319] emacs_readlinkat      [650] scan_newline_from_point
 [479] Fget_buffer_create    [715] encode_coding (coding.c) [34] scan_sexps_forward (syntax.c)
 [1420] Fget_buffer_process  [466] encode_coding_object [1073] schedule_atimer (atimer.c)
 [1033] Fget_buffer_window   [716] encode_coding_utf_8 (coding.c) [181] search_buffer (search.c)
 [786] Fget_char_property   [1102] encode_file_name      [180] search_command (search.c)
 [443] Fget_load_suffixes   [1247] enlarge_buffer_text  [1303] search_embedded_absfilename (fileio.c)
 [204] Fget_pos_property     [597] ensure_echo_area_buffers (xdisp.c) [613] search_image_cache (image.c)
 [208] Fget_text_property    [478] ensure_menu_items (menu.c) [611] search_magic_path (xrdb.c)
 [569] Fgetenv_internal     [1265] erase_phys_cursor    [1627] select_visual
  [28] Fgethash             [1455] esprintf              [528] select_window (window.c)
 [218] Fgoto_char           [1524] estimate_mode_line_height [84] set_alarm (atimer.c)
 [1145] Fif                 [1103] eval_dyn (keyboard.c) [1002] set_buffer_if_live
 [640] Fimage_mask_p         [176] eval_sub              [871] set_buffer_internal_1
 [839] Findirect_function   [1011] evaporate_overlays    [770] set_buffer_temp
 [641] Finit_image_library  [1051] event_to_kboard (keyboard.c) [191] set_fontset_font (fontset.c)
 [1079] Finsert               [73] exec_byte_code        [631] set_frame_cursor_types
 [351] Finsert_file_contents [1263] expand_and_dir_to_file [418] set_frame_menubar
 [1055] Finteractive_form   [1340] expose_frame         [1086] set_glyph_string_background_width (xdisp.c)
 [286] Fintern              [1127] extend_face_to_end_of_line (xdisp.c) [145] set_internal
 [527] Fintern_soft         [1334] extract_dimension (window.c) [1541] set_intervals_multibyte
 [322] Finternal_char_font   [970] extract_float         [124] set_iterator_to_next (xdisp.c)
 [571] Finternal_get_lisp_face_attribute [232] face_at_buffer_position [1108] set_marker_both
 [385] Finternal_make_lisp_face [275] face_at_string_position [747] set_marker_internal (marker.c)
 [247] Finternal_merge_in_global_face [555] face_attr_equal_p (xfaces.c) [1375] set_marker_restricted
 [337] Finternal_set_lisp_face_attribute [289] face_before_or_after_it_pos (xdisp.c) [1345] set_marker_restricted_both
 [1276] Finternal_show_cursor [1432] face_boolean_x_resource_value (xfaces.c) [1628] set_message_1 (xdisp.c)
 [1110] Finternal_show_cursor_p [1180] face_color_supported_p (xfaces.c) [738] set_point
 [1570] Finvocation_name      [11] face_for_char         [206] set_point_both
 [352] Fkey_binding          [664] face_for_font         [938] set_point_from_marker
 [317] Fkey_description      [341] fast_c_string_match_ignore_case [1376] set_poll_suppress_count
 [1445] Fkeymap_parent       [186] fast_looking_at       [272] set_properties (textprop.c)
 [1151] Fkeymap_prompt      [1411] fast_set_selected_frame (xdisp.c) [558] set_text_properties
 [1093] Fkeymapp              [71] fast_string_match_internal [271] set_text_properties_1
 [1507] Fkeywordp           [1525] fclose_unwind        [1465] set_unwind_protect_ptr
 [1508] Fkill_all_local_variables [878] fetch_buffer_markers (buffer.c) [1293] set_vertical_scroll_bar
 [565] Fkill_buffer         [1601] file_accessible_directory_p [1153] set_waiting_for_input
 [686] Fkill_emacs           [518] file_attributes (dired.c) [573] set_window_buffer
 [741] Fkill_local_variable [1211] file_directory_p     [1497] set_window_fringes (window.c)
 [126] Flength              [1367] file_for_image (gtkutil.c) [847] set_window_margins (window.c)
 [431] Flet                 [1526] filemodestring       [1498] set_window_scroll_bars (window.c)
 [381] FletX                 [644] fill_glyph_string (xdisp.c) [1236] set_window_update_flags (dispnew.c)
 [266] Fline_beginning_position [293] find_automatic_composition (composite.c) [296] setup_coding_system
 [690] Fline_end_position    [691] find_before_next_newline [1466] setup_echo_area_for_printing
 [1076] Fline_pixel_height   [829] find_cache_boundary (region-cache.c) [459] shadow_lookup (keymap.c)
 [257] Flist                 [194] find_composition      [183] show_hourglass (xdisp.c)
 [411] Fload                 [487] find_first_strong_char (bidi.c) [1417] shrink_mini_window
 [1364] Flocal_variable_if_set_p [68] find_font_encoding [1237] shrink_regexp_cache
 [840] Flocal_variable_p    [1368] find_icon_from_name (gtkutil.c) [708] shut_down_emacs
 [1571] Flocale_info          [87] find_interval         [297] signal_after_change
 [1509] Flocate_file_internal [630] find_newline         [616] single_keymap_panes (menu.c)
 [959] Flogand               [661] find_newline_no_quit  [481] single_menu_item (menu.c)
 [1446] Flooking_at          [298] find_symbol_value      [41] sit_for
 [891] Flookup_key          [1527] fixup_locale          [586] skip_chars.constprop.5 (syntax.c)
 [960] Flsh                 [1047] float_arith_driver (data.c) [887] skip_one_char (regex.c)
 [1049] Flss                [1488] fmod_float            [349] skip_syntaxes (syntax.c)
 [674] Fmacroexpand         [1071] follow_key (keyboard.c) [782] sort_overlays
 [248] Fmake_byte_code       [406] font_build_object     [128] specbind
 [395] Fmake_char_table      [433] font_clear_prop       [117] split_interval_left
 [606] Fmake_frame_visible  [1528] font_done_for_face    [536] split_interval_right
 [113] Fmake_hash_table       [14] font_find_for_lface   [383] start_atimer
 [190] Fmake_list            [442] font_get_frame_data   [197] start_display
 [436] Fmake_local_variable [1602] font_get_name         [372] start_hourglass
 [646] Fmake_marker          [102] font_has_char        [1261] start_polling
 [1156] Fmake_sparse_keymap   [93] font_intern_prop     [1438] staticpro
  [81] Fmake_string           [16] font_list_entities   [1262] stop_polling
 [574] Fmake_symbol          [302] font_load_for_lface   [490] store_frame_param
 [207] Fmake_vector          [290] font_make_entity      [196] store_in_alist
 [1157] Fmap_keymap          [415] font_make_object      [502] store_in_keymap (keymap.c)
 [623] Fmapc                 [685] font_match_p         [1074] store_kbd_macro_char
 [401] Fmapcar               [387] font_open_by_name    [1267] store_mode_line_noprop (xdisp.c)
 [939] Fmarker_buffer        [389] font_open_by_spec    [1111] store_mode_line_noprop_char (xdisp.c)
 [1018] Fmarker_position     [392] font_open_entity (font.c) [802] store_symval_forwarding (data.c)
 [1226] Fmatch_beginning     [397] font_open_for_lface  [1248] str_as_unibyte
 [330] Fmatch_data           [321] font_parse_family_registry [1017] string_byte_to_char
 [1325] Fmatch_end           [350] font_parse_name (font.c) [752] string_char_to_byte
 [866] Fmax                  [354] font_parse_xlfd      [1212] string_make_unibyte
 [1572] Fmax_char           [1400] font_prepare_for_face [256] string_match_1 (search.c)
 [388] Fmember              [1296] font_prop_validate_otf (font.c) [658] string_to_multibyte
 [822] Fmemq                 [391] font_prop_validate_symbol (font.c) [965] string_to_number
 [1510] Fmessage             [336] font_put_extra       [1542] strmode
 [851] Fmin                  [648] font_put_frame_data  [1543] strout (print.c)
 [1295] Fminibuffer_window    [31] font_registry_charsets [1467] strwidth
 [926] Fminus                [398] font_rescale_ratio (font.c) [1629] stuff_buffered_input
 [1475] Fmod                [1274] font_score (font.c)   [369] styled_format (editfns.c)
 [1421] Fmodify_frame_parameters [21] font_sort_entities (font.c) [49] sub_char_table_ref (chartab.c)
 [1347] Fmultibyte_string_p  [759] font_style_symbolic   [951] sub_char_table_ref_and_range (chartab.c)
 [903] Fnconc                [919] font_style_to_value   [463] sub_char_table_set (chartab.c)
 [371] Fnew_fontset           [86] font_unparse_xlfd     [373] sub_char_table_set_range (chartab.c)
 [876] Fnext_char_property_change [568] font_update_drivers [1392] suffix_p (lread.c)
 [877] Fnext_overlay_change   [75] fontset_add (fontset.c) [819] survives_gc_p
 [269] Fnext_property_change [1603] fontset_ascii         [65] swallow_events
 [1133] Fnext_read_file_uses_dialog_p [13] fontset_find_font (fontset.c) [1418] swap_in_global_binding
 [233] Fnext_single_char_property_change [12] fontset_font (fontset.c) [295] swap_in_symval_forwarding (data.c)
 [217] Fnext_single_property_change [343] fontset_from_font [1439] swap_out_buffer_local_variables (buffer.c)
 [1511] Fnext_window        [1433] fontset_name          [868] sweep_buffers (alloc.c)
  [45] Fnreverse             [549] fontset_pattern_regexp (fontset.c) [131] sweep_conses (alloc.c)
 [842] Fnth                  [608] foreach_window_1 (window.c) [1238] sweep_floats (alloc.c)
 [841] Fnthcdr              [1456] forget_escape_and_glyphless_faces [1239] sweep_intervals (alloc.c)
 [1183] Fnull                [601] format_mode_line_unwind_data (xdisp.c) [1240] sweep_misc (alloc.c)
 [1355] For                  [885] forward_to_next_line_start (xdisp.c) [1241] sweep_strings (alloc.c)
 [570] Fother_buffer        [1327] four_corners_best (image.c) [1242] sweep_symbols (alloc.c)
 [1209] Foverlayp           [1389] frame_for_x_selection (xselect.c) [91] sweep_vectors (alloc.c)
  [33] Fparse_partial_sexp   [734] frame_inhibit_resize [1243] sweep_weak_hash_tables
 [798] Fplist_get            [761] frame_make_pointer_visible [1009] sweep_weak_table (fns.c)
 [261] Fplist_put           [1185] frame_size_history_add [1328] sxhash
 [836] Fplus                [1489] frames_discard_buffer [1393] symbol_to_x_atom (xselect.c)
 [940] Fpoint_marker        [1457] free_all_realized_faces [792] syntax_multibyte (syntax.c)
 [604] Fpos_visible_in_window_p [1369] free_color_table (image.c) [948] syntax_prefix_flag_p
 [1447] Fposn_at_point      [1004] free_cons             [456] tb_size_cb (gtkutil.c)
 [1573] Fposn_at_x_y         [138] free_face_fontset     [751] temp_set_point
 [1336] Fprefix_numeric_value [1604] free_font_driver_list [1177] temp_set_point_both
 [1574] Fprinc               [231] free_frame_faces     [1056] temporarily_switch_to_single_kboard
 [1404] Fprocess_list       [1370] free_glyph_matrix (dispnew.c) [40] test_undefined (keyboard.c)
 [1422] Fprocessp           [1529] free_glyphs           [214] text_property_stickiness
 [996] Fprogn                [449] free_menubar_widget_value_tree [434] text_quoting_style
 [521] Fpropertize           [941] free_misc             [769] textget
 [583] Fprovide              [116] free_realized_face (xfaces.c) [1196] time_add (editfns.c)
 [929] Fpurecopy             [997] free_realized_fontsets (fontset.c) [445] time_arith (editfns.c)
 [267] Fput                 [1490] free_region_cache      [59] timer_check
 [944] Fput_text_property   [1530] free_window_matrices  [579] timerfd_callback
  [79] Fputhash              [324] fs_query_fontset     [1024] timespec_add
 [1326] Fquo                [1100] fset_redisplay        [909] timespec_sub
 [1003] Fquote               [346] ftfont_get_charset (ftfont.c) [452] tool_bar_items
 [393] Frassoc                [23] ftfont_get_fc_charset  [39] top_level_1 (keyboard.c)
 [904] Frassq                 [24] ftfont_has_char (ftfont.c) [1630] top_level_2 (keyboard.c)
 [182] Fre_search_forward    [211] ftfont_list (ftfont.c) [1244] total_bytes_of_live_objects (alloc.c)
 [1132] Fread                 [22] ftfont_lookup_cache (ftfont.c) [1499] totally_unblock_input
   [2] Frecursive_edit       [216] ftfont_pattern_entity (ftfont.c) [989] traverse_intervals_noorder
 [1575] Fredirect_frame_focus [345] ftfont_spec_pattern (ftfont.c) [1264] truncate_undo_list
 [1576] Fredraw_frame        [314] funcall_lambda (eval.c) [1269] try_window
 [626] Fregexp_quote         [908] funcall_nil (eval.c) [1419] tty_color_name
 [105] Fremove_list_of_text_properties [1605] funcall_not (eval.c) [1544] un_autoload
 [625] Fremove_text_properties [1136] gamma_correct      [244] unbind_to
 [1405] Frestore_buffer_modified_p [1256] gap_left (insdel.c) [754] unblock_input
 [969] Freverse             [1434] gap_right (insdel.c)  [144] unblock_input_to
 [1448] Fround              [1080] general_insert_function (editfns.c) [858] unchain_marker
 [910] Frun_hook_with_args   [966] get_backtrace_frame (eval.c) [168] uniprop_table
 [1449] Frun_hook_with_args_until_failure [793] get_char_glyph_code (xdisp.c) [663] unload_color
 [1040] Frun_hook_with_args_until_success [100] get_char_property_and_overlay [1631] unlock_all_files
 [1083] Frun_hook_wrapped    [627] get_current_wm_state (xterm.c) [1500] unlock_buffer
 [1260] Frun_hooks          [1371] get_font_ascent_descent [956] unreadchar (lread.c)
 [1101] Frun_window_scroll_functions [719] get_frame_param [1249] unrequest_sigio
 [427] Fsafe_length          [620] get_glyph_face_and_encoding (xdisp.c) [1468] unshow_buffer (window.c)
 [946] Fscan_sexps          [1218] get_glyph_string_clip_rect [1632] unwind_create_frame (xfns.c)
 [380] Fsearch_forward      [1032] get_glyph_string_clip_rects [1275] unwind_format_mode_line (xdisp.c)
 [1406] Fselect_frame         [67] get_input_pending (keyboard.c) [1253] unwind_redisplay (xdisp.c)
 [1272] Fselect_window       [824] get_it_property (xdisp.c) [746] unwind_set_match_data (search.c)
 [1284] Fselected_frame      [541] get_keyelt (keymap.c) [657] unwind_to_catch (eval.c)
 [1022] Fselected_window     [766] get_keymap           [1282] unwind_with_echo_area_buffer (xdisp.c)
 [249] Fset                 [1606] get_leaf_windows (window.c) [1216] update_begin
 [897] Fset_buffer           [355] get_lface_attributes (xfaces.c) [1006] update_buffer_properties (editfns.c)
 [1423] Fset_buffer_modified_p [382] get_lface_attributes_no_remap (xfaces.c) [154] update_compositions
 [1450] Fset_buffer_multibyte [193] get_local_map        [635] update_cursor_in_window_tree (xdisp.c)
 [1512] Fset_char_table_parent [10] get_next_display_element (xdisp.c) [1217] update_end
 [223] Fset_char_table_range [869] get_overlay_strings_1 (xdisp.c) [688] update_face_from_frame_parameter
 [444] Fset_charset_priority [237] get_per_char_metric (xdisp.c) [1257] update_frame
 [473] Fset_coding_system_priority [1458] get_phys_cursor_geometry [446] update_frame_tool_bar
 [198] Fset_default         [1390] get_phys_cursor_glyph [299] update_overlay_arrows (xdisp.c)
  [56] Fset_fontset_font    [1607] get_prop_window (xsettings.c) [1633] update_single_window
 [1424] Fset_frame_selected_window [205] get_property_and_range [1353] update_submenu_strings
 [1577] Fset_input_interrupt_mode [1608] get_specified_cursor_type (xdisp.c) [1634] update_theme_scrollbar_height (gtkutil.c)
 [1578] Fset_input_meta_mode [972] get_translation_table (coding.c) [1635] update_theme_scrollbar_width (gtkutil.c)
 [559] Fset_keyboard_coding_system_internal [895] get_utf8_string (gtkutil.c) [458] update_window (dispnew.c)
 [1476] Fset_keymap_parent   [864] get_visually_first_element (xdisp.c) [1320] update_window_cursor (xdisp.c)
 [1035] Fset_marker         [1129] getenv_internal (callproc.c) [450] update_window_fringes
 [315] Fset_match_data      [1130] getenv_internal_1 (callproc.c) [517] update_window_line (dispnew.c)
 [991] Fset_syntax_table     [665] gethomedir (xrdb.c)  [1258] update_window_tree (dispnew.c)
 [560] Fset_terminal_coding_system_internal [763] gettime [621] valid_image_p
 [618] Fset_terminal_parameter [53] gobble_input         [227] valid_lisp_object_p
 [1477] Fset_text_properties [252] graft_intervals_into_buffer [778] validate_interval_range
 [702] Fset_window_configuration [779] grow_specpdl (eval.c) [850] validate_plist (textprop.c)
 [1513] Fset_window_new_pixel [242] handle_composition_prop (xdisp.c) [947] validate_region
 [744] Fset_window_new_total [241] handle_display_prop (xdisp.c) [62] validate_subarray
 [1478] Fset_window_next_buffers [164] handle_face_prop (xdisp.c) [1229] validate_x_resource_name
 [1479] Fset_window_prev_buffers [243] handle_fontified_prop (xdisp.c) [122] vector_nbytes (alloc.c)
 [1068] Fset_window_vscroll   [89] handle_input_available_signal [277] verify_interval_modification
 [129] Fsetcar               [262] handle_invisible_prop (xdisp.c) [44] wait_reading_process_output
 [764] Fsetcdr               [260] handle_line_prefix (xdisp.c) [1384] wait_reading_process_output_unwind (process.c)
 [338] Fsetq                  [99] handle_one_xevent (xterm.c) [157] where_is_internal (keymap.c)
 [647] Fsignal               [160] handle_stop (xdisp.c) [101] where_is_internal_1 (keymap.c)
 [544] Fsingle_key_description [25] hash_lookup         [1062] window_body_width
 [1579] Fskip_chars_backward  [82] hash_put             [1048] window_box
 [1580] Fskip_chars_forward  [794] hash_string          [1166] window_box_height
 [1058] Fskip_syntax_forward [780] hashfn_eq (fns.c)     [912] window_box_left
 [501] Fsort                 [855] hashfn_eql (fns.c)    [901] window_box_left_offset
 [1480] Fstandard_syntax_table [757] hashfn_equal (fns.c) [1124] window_box_right
 [797] Fstring_equal         [498] hscroll_window_tree (xdisp.c) [1190] window_box_right_offset (xdisp.c)
 [964] Fstring_lessp         [499] hscroll_windows (xdisp.c) [838] window_box_width
 [1092] Fstring_match       [1372] image_background      [962] window_display_table
 [1210] Fstringp            [1373] image_background_transparent [519] window_from_coordinates
 [1039] Fsubrp              [1168] image_spec_value (image.c) [578] window_list
 [1031] Fsubstitute_command_keys [767] indirect_function [344] window_list_1 (window.c)
 [312] Fsubstitute_in_file_name [1412] indirect_variable [347] window_loop (window.c)
 [362] Fsubstring            [111] inhibit_garbage_collection [1143] window_outdated
 [108] Fsuspicious_object    [203] init_frame_faces     [1271] window_relative_x_coord
 [1149] Fsymbol_function    [1085] init_glyph_string (xdisp.c) [1636] window_resize_apply_total (window.c)
 [753] Fsymbol_name          [163] init_iterator         [922] window_text_bottom_y
 [806] Fsymbol_value         [655] init_kboard (keyboard.c) [405] with_echo_area_buffer (xdisp.c)
 [1425] Fsymbolp             [600] init_menu_items      [1637] write_string_1 (print.c)
 [993] Fsyntax_table        [1609] init_sigio           [1184] wset_buffer
 [1451] Fsystem_name        [1459] init_system_name     [1394] wset_redisplay
 [619] Fterminal_list       [1610] initial_free_frame_resources (terminal.c) [1501] wset_update_mode_line (window.c)
 [899] Fterminal_live_p     [1611] initialize_frame_menubar [1120] x_after_update_window_line (xterm.c)
 [736] Fterminal_parameter  [1251] input_polling_used   [1137] x_alloc_nearest_color
  [97] Ftext_properties_at  [1188] insert_1_both         [404] x_any_window_to_frame (xterm.c)
 [323] Ftext_property_any   [1331] insert_char          [1545] x_bitmap_icon
 [1387] Fthrow               [670] insert_from_gap      [1377] x_build_heuristic_mask (image.c)
 [1195] Ftime_add            [984] insert_from_string    [762] x_catch_errors
 [1297] Ftime_less_p         [240] insert_from_string_1 (insdel.c) [51] x_catch_errors_with_handler
 [999] Ftimes                [342] intern_1             [1638] x_change_tool_bar_height
 [1382] Ftool_bar_get_system_style [632] intern_driver    [90] x_check_errors
 [1581] Ftool_bar_height    [1044] intern_sym (lread.c) [1546] x_check_property_data
 [416] Ftry_completion         [6] internal_catch       [1113] x_clear_area
 [1407] Ftty_top_frame       [215] internal_condition_case [1118] x_clear_end_of_line
 [1514] Ftty_type           [1098] internal_condition_case_1 [1469] x_clear_frame (xterm.c)
 [1582] Fundo_boundary      [1531] internal_condition_case_2 [1121] x_clear_frame_area (xterm.c)
 [755] Fupcase               [896] internal_condition_case_n [1115] x_clear_glyph_string_rect (xterm.c)
 [1277] Fupcase_initials      [52] internal_equal (fns.c) [687] x_clipboard_manager_save_all
 [1426] Fuse_local_map       [812] intervals_equal      [1639] x_clipboard_manager_save_frame
 [1481] Fuser_login_name     [893] invalidate_buffer_caches [483] x_compute_glyph_string_overhangs (xterm.c)
 [1583] Fuser_real_login_name [862] invalidate_current_column [361] x_consider_frame_title (xdisp.c)
 [832] Fvconcat              [983] invalidate_region_cache [1640] x_copy_color
 [245] Fvector               [136] kbd_buffer_nr_stored (keyboard.c) [645] x_decode_color (xfns.c)
 [918] Fvectorp              [137] kbd_buffer_store_buffered_event [386] x_default_font_parameter (xfns.c)
 [209] Fvertical_motion     [1052] kbd_on_hold_p         [720] x_default_parameter
 [1584] Fvisited_file_modtime [1391] keymap_parent (keymap.c) [739] x_default_scroll_bar_color_parameter (xfns.c)
 [1585] Fwaiting_for_user_input_p [27] keyremap_step.constprop.45 (keyboard.c) [1191] x_define_frame_cursor (xterm.c)
 [326] Fwhere_is_internal   [1460] kill_buffer_processes [511] x_defined_color
 [1586] Fwhile              [1037] know_region_cache    [1194] x_destroy_bitmap
 [900] Fwiden                [413] larger_vector        [1329] x_detect_focus_change (xterm.c)
 [1060] Fwindow_body_height [1174] let_shadows_buffer_binding_p [1378] x_display_info_for_display
 [1061] Fwindow_body_width  [1279] let_shadows_global_binding_p [1641] x_display_ok
 [1298] Fwindow_bottom_divider_width [556] lface_equal_p (xfaces.c) [1082] x_draw_fringe_bitmap (xterm.c)
 [1116] Fwindow_buffer       [921] lface_from_face_name (xfaces.c) [428] x_draw_glyph_string (xterm.c)
 [672] Fwindow_frame         [353] lface_from_face_name_no_resolve (xfaces.c) [1219] x_draw_glyph_string_box (xterm.c)
 [1041] Fwindow_fringes      [928] lface_hash (xfaces.c) [429] x_draw_glyph_string_foreground (xterm.c)
 [1042] Fwindow_header_line_height [537] line_bottom_y  [1220] x_draw_relief_rect (xterm.c)
 [979] Fwindow_hscroll       [833] lisp_align_free (alloc.c) [1091] x_draw_stretch_glyph_string (xterm.c)
 [723] Fwindow_left_child    [329] lisp_align_malloc (alloc.c) [1358] x_draw_vertical_border
 [1408] Fwindow_line_height  [577] lisp_file_lexically_bound_p (lread.c) [1178] x_draw_window_cursor (xterm.c)
 [1427] Fwindow_list         [967] lisp_free (alloc.c)   [735] x_figure_window_size
 [1383] Fwindow_list_1       [409] lisp_malloc (alloc.c) [1547] x_fill_property_data
 [1027] Fwindow_live_p       [370] lisp_string_width     [500] x_find_image_fd (image.c)
 [1043] Fwindow_margins     [1135] lisp_time_struct (editfns.c) [1548] x_find_image_file
 [725] Fwindow_minibuffer_p  [963] lisp_to_timespec     [1642] x_find_modifier_meanings (xterm.c)
 [1299] Fwindow_mode_line_height [818] list1            [1286] x_flush (xterm.c)
 [745] Fwindow_new_total     [368] list2                 [170] x_focus_changed (xterm.c)
 [1482] Fwindow_next_buffers [360] list3                 [737] x_frame_get_and_record_arg
 [731] Fwindow_next_sibling  [365] list4                [1155] x_free_colors
 [1175] Fwindow_old_point    [327] list5                 [701] x_get_arg
 [717] Fwindow_parameter     [998] live_buffer (marker.c) [1643] x_get_customization_string (xrdb.c)
 [732] Fwindow_parent        [221] load_charset (charset.c) [1549] x_get_focus_frame
 [696] Fwindow_pixel_height  [222] load_charset_map (charset.c) [407] x_get_glyph_overhangs
 [681] Fwindow_pixel_left    [514] load_color2 (xfaces.c) [1230] x_get_string_resource
 [682] Fwindow_pixel_top     [870] load_overlay_strings (xdisp.c) [50] x_had_errors_p
 [695] Fwindow_pixel_width  [1461] load_warn_old_style_backquotes (lread.c) [1270] x_handle_dnd_message
 [1176] Fwindow_point        [468] looking_at_1 (search.c) [1179] x_handle_property_notify
 [1483] Fwindow_prev_buffers [1016] lookup_basic_face    [594] x_load_resources
 [706] Fwindow_resize_apply_total [390] lookup_char_property [420] x_make_frame_visible
 [1300] Fwindow_right_divider_width [451] lookup_fringe_bitmap [709] x_make_gc (xfns.c)
 [1301] Fwindow_scroll_bar_height [178] lookup_glyphless_char_display [1204] x_mouse_grabbed
 [1302] Fwindow_scroll_bar_width [495] lookup_image     [1362] x_new_focus_frame (xterm.c)
 [319] Fwindow_scroll_bars  [1200] lookup_image_type (image.c) [588] x_new_font
 [1077] Fwindow_start        [246] lookup_named_face     [624] x_parse_color
 [1280] Fwindow_system       [994] lookup_rgb_color (image.c) [57] x_produce_glyphs
 [724] Fwindow_top_child     [132] lucid_event_type_list_p [1379] x_query_colors
 [1106] Fwindow_valid_p      [610] magic_db (xrdb.c)     [636] x_real_pos_and_offsets
 [980] Fwindow_vscroll       [506] make_blv (data.c)     [637] x_real_positions
 [1172] Fwindowp             [749] make_buffer_string    [525] x_scroll_bar_create (xterm.c)
 [589] Fx_backspace_delete_keys_p [306] make_buffer_string_both [1502] x_session_check_input (xsmfns.c)
 [550] Fx_change_window_property [890] make_byte_code    [628] x_session_initialize
 [202] Fx_create_frame       [667] make_face_cache (xfaces.c) [710] x_set_alpha
 [1254] Fx_display_color_cells [1021] make_float        [1644] x_set_autolower
 [1349] Fx_get_resource      [396] make_fontset (fontset.c) [1645] x_set_autoraise
 [1069] Fx_hide_tip          [403] make_fontset_for_ascii_face [676] x_set_background_color (xfns.c)
 [1587] Fx_open_connection   [235] make_formatted_string [694] x_set_border_color (xfns.c)
 [509] Fx_register_dnd_atom  [534] make_frame           [1646] x_set_border_width
 [489] Fx_selection_exists_p [607] make_frame_visible_1 (frame.c) [1647] x_set_bottom_divider_width
 [523] Fx_wm_set_size_hint   [595] make_gap              [673] x_set_cursor_color (xfns.c)
 [548] Fxw_color_values      [669] make_gap_1           [1648] x_set_cursor_type (xfns.c)
 [1167] Fxw_display_color_p  [471] make_hash_table       [189] x_set_font
 [852] SETUP_SYNTAX_TABLE (syntax.c) [668] make_image_cache [612] x_set_font_backend
 [805] SETUP_SYNTAX_TABLE_FOR_OBJECT [535] make_interval [700] x_set_foreground_color (xfns.c)
 [1395] XTcondemn_scroll_bars (xterm.c) [1352] make_lisp_time [480] x_set_frame_alpha
 [1588] XTframe_rehighlight (xterm.c) [425] make_lispy_event (keyboard.c) [114] x_set_frame_parameters
 [457] XTframe_up_to_date (xterm.c) [562] make_lispy_position (keyboard.c) [1063] x_set_glyph_string_clipping (xterm.c)
 [1396] XTjudge_scroll_bars (xterm.c) [653] make_multibyte_string [697] x_set_glyph_string_gc (xterm.c)
  [77] XTread_socket (xterm.c) [1435] make_process (process.c) [1649] x_set_horizontal_scroll_bars
 [1290] XTredeem_scroll_bar (xterm.c) [510] make_realized_face (xfaces.c) [1650] x_set_icon_type (xfns.c)
 [703] XTring_bell (xterm.c) [693] make_save_funcptr_ptr_obj [1651] x_set_internal_border_width (xfns.c)
 [475] XTset_vertical_scroll_bar (xterm.c) [582] make_save_obj_obj_obj_obj [1652] x_set_left_fringe
  [36] _init                 [740] make_save_ptr        [1653] x_set_line_spacing
 [907] access_keymap         [642] make_save_ptr_int    [1654] x_set_menu_bar_lines (xfns.c)
 [305] access_keymap_1 (keymap.c) [422] make_specified_string [115] x_set_mouse_color (xfns.c)
 [228] accessible_keymaps_1 (keymap.c) [226] make_string [522] x_set_offset
 [374] accumulate_script_ranges (fontset.c) [718] make_string_from_bytes [1655] x_set_right_divider_width
  [26] active_maps (keyboard.c) [359] make_sub_char_table (chartab.c) [1656] x_set_right_fringe
 [1070] add_command_key (keyboard.c) [477] make_unibyte_string [692] x_set_screen_gamma
 [1515] add_keyboard_wait_descriptor [417] make_uninit_multibyte_string [1657] x_set_scroll_bar_background (xfns.c)
 [291] add_properties (textprop.c) [811] make_uninit_string [1658] x_set_scroll_bar_default_height
 [1117] add_row_entry (dispnew.c) [1165] make_widget_for_menu_item (gtkutil.c) [1659] x_set_scroll_bar_default_width
 [104] add_text_properties_1 (textprop.c) [447] make_widget_value [1660] x_set_scroll_bar_foreground (xfns.c)
 [120] add_timer_wait_descriptor [557] make_window      [1661] x_set_scroll_bar_height
 [609] add_window_to_list (window.c) [455] map_char_table [1662] x_set_scroll_bar_width
 [651] adjust_frame_glyphs   [200] map_char_table_for_charset [1663] x_set_title (xfns.c)
 [497] adjust_frame_size     [199] map_charset_chars    [1664] x_set_tool_bar_lines (xfns.c)
 [1255] adjust_glyph_matrix (dispnew.c) [865] map_keymap [638] x_set_tool_bar_position (xfns.c)
 [1007] adjust_markers_for_delete [953] map_keymap_call (keymap.c) [1665] x_set_vertical_scroll_bars
 [914] adjust_markers_for_insert (insdel.c) [1158] map_keymap_canonical [1666] x_set_wait_for_wm (xfns.c)
 [1008] adjust_overlays_for_delete [493] map_keymap_char_table_item (keymap.c) [1550] x_set_window_size
 [915] adjust_overlays_for_insert [680] map_keymap_internal (keymap.c) [1551] x_setup_relief_color (xterm.c)
 [892] adjust_suspend_auto_hscroll (insdel.c) [110] map_sub_char_table (chartab.c) [1221] x_setup_relief_colors (xterm.c)
 [1146] adjust_window_count (window.c) [201] map_sub_char_table_for_charset (chartab.c) [1207] x_sync
 [713] alloc_destination (coding.c) [1491] map_tool_bar_style (xsettings.c) [711] x_sync_with_move (xterm.c)
 [652] allocate_buffer      [1186] mapcar1 (fns.c)       [508] x_term_init
 [649] allocate_kboard      [1090] mark_buffer (alloc.c) [1667] x_text_icon
 [1516] allocate_matrices_for_frame_redisplay (dispnew.c) [88] mark_char_table (alloc.c) [542] x_top_window_to_frame
 [1365] allocate_matrices_for_window_redisplay (dispnew.c) [826] mark_compiled (alloc.c) [60] x_uncatch_errors
 [531] allocate_misc (alloc.c) [1128] mark_discard_killed_buffers (alloc.c) [133] x_uncatch_errors_after_check
 [265] allocate_pseudovector [1114] mark_face_cache (alloc.c) [1222] x_update_begin (xterm.c)
 [484] allocate_string_data [1232] mark_fringe_data     [1363] x_update_cursor
  [92] allocate_vector      [1215] mark_image_cache     [1223] x_update_end (xterm.c)
 [813] analyze_first (regex.c) [808] mark_interval (alloc.c) [1182] x_update_window_begin (xterm.c)
 [1278] apply1              [1233] mark_kboards          [563] x_update_window_end (xterm.c)
 [340] apply_lambda (eval.c) [830] mark_localized_symbol (alloc.c) [532] x_wait_for_event
 [309] apply_modifiers (keyboard.c) [165] mark_maybe_object (alloc.c) [591] x_window (xfns.c)
 [1484] apply_window_adjustment (window.c) [46] mark_object [554] x_window_to_frame (xterm.c)
 [817] arith_driver (data.c) [988] mark_overlay (alloc.c) [464] x_wm_set_size_hint
 [815] arithcompare          [816] mark_save_value (alloc.c) [540] x_wm_supports
 [1050] arithcompare_driver (data.c) [1234] mark_specpdl [516] x_write_glyphs
 [1099] assign_row (dispnew.c) [127] mark_vectorlike (alloc.c) [1001] x_x_to_emacs_modifiers
  [96] assoc_no_quit        [1413] mark_window_cursors_off [414] xbm_image_p (image.c)
  [63] assq_no_quit         [1361] mark_window_display_accurate [69] xfont_encode_coding_xlfd (xfont.c)
 [162] back_comment (syntax.c) [1199] mark_window_display_accurate_1 (xdisp.c) [121] xfont_get_cache (xfont.c)
 [238] back_to_previous_visible_line_start (xdisp.c) [923] marker_byte_position [143] xfont_get_pcm (xfont.c)
 [771] balance_an_interval (intervals.c) [920] marker_position [17] xfont_list (xfont.c)
 [784] balance_intervals    [1189] match_limit (search.c) [19] xfont_list_pattern (xfont.c)
 [987] balance_intervals_internal (intervals.c) [146] maybe_set_redisplay [760] xfree
 [776] balance_possible_root_interval (intervals.c) [823] mem_delete (alloc.c) [1161] xft_settings_event
 [860] bcall0 (bytecode.c)   [801] mem_find (alloc.c)   [1359] xftfont_add_rendering_parameters (xftfont.c)
 [187] bidi_at_paragraph_end (bidi.c) [310] mem_insert (alloc.c) [1470] xftfont_cached_font_ok (xftfont.c)
 [788] bidi_cache_ensure_space (bidi.c) [849] mem_rotate_left (alloc.c) [712] xftfont_close (xftfont.c)
 [773] bidi_cache_find (bidi.c) [848] mem_rotate_right (alloc.c) [1552] xftfont_done_face (xftfont.c)
 [772] bidi_cache_iterator_state (bidi.c) [467] menu_bar_item (keyboard.c) [430] xftfont_draw (xftfont.c)
 [765] bidi_cache_search.constprop.3 (bidi.c) [435] menu_bar_items [787] xftfont_encode_char (xftfont.c)
  [94] bidi_explicit_dir_char (bidi.c) [109] menu_item_eval_property [576] xftfont_get_colors (xftfont.c)
 [791] bidi_fetch_char (bidi.c) [958] menu_separator_name_p [85] xftfont_has_char (xftfont.c)
 [486] bidi_fetch_char_skip_isolates (bidi.c) [1492] merge [212] xftfont_list (xftfont.c)
 [177] bidi_find_bracket_pairs (bidi.c) [1612] merge_face_heights (xfaces.c) [394] xftfont_open (xftfont.c)
 [175] bidi_find_paragraph_start (bidi.c) [684] merge_face_ref (xfaces.c) [633] xftfont_prepare_face (xftfont.c)
 [774] bidi_get_category (bidi.c) [552] merge_face_vectors (xfaces.c) [236] xftfont_text_extents (xftfont.c)
 [857] bidi_init_it          [520] merge_named_face (xfaces.c) [1668] xg_change_toolbar_position
 [167] bidi_initialize (bidi.c) [1613] message1         [1134] xg_check_special_colors
 [147] bidi_level_of_next_char (bidi.c) [596] message3  [1669] xg_create_default_cursor
 [834] bidi_line_init (bidi.c) [1532] message3_nolog     [592] xg_create_frame_widgets
 [1309] bidi_mirror_char     [742] message_dolog        [1553] xg_create_scroll_bar
 [185] bidi_move_to_visually_next [1614] message_log_maybe_newline [524] xg_create_widget
 [151] bidi_paired_bracket_type (bidi.c) [1192] mode_line_update_needed (xdisp.c) [1440] xg_destroy_widgets (gtkutil.c)
 [485] bidi_paragraph_init   [426] modify_event_symbol (keyboard.c) [1224] xg_event_is_for_scrollbar
 [790] bidi_resolve_brackets (bidi.c) [945] modify_text_properties (textprop.c) [1332] xg_frame_resized
  [95] bidi_resolve_explicit (bidi.c) [911] move_cache_gap (region-cache.c) [474] xg_frame_set_char_size
 [148] bidi_resolve_neutral (bidi.c) [1414] move_gap_both [1670] xg_get_default_scrollbar_height
 [789] bidi_resolve_weak (bidi.c) [935] move_it_by_lines [1671] xg_get_default_scrollbar_width
 [863] bidi_shelve_cache    [1066] move_it_in_display_line [1342] xg_get_gdk_scale (gtkutil.c)
 [827] bidi_unshelve_cache    [58] move_it_in_display_line_to (xdisp.c) [1201] xg_gtk_scroll_destroy (gtkutil.c)
 [1589] bitch_at_user        [213] move_it_to           [1672] xg_initialize
 [1452] blank_row            [292] move_it_vertically_backward [432] xg_item_label_same_p (gtkutil.c)
 [119] block_atimers (atimer.c) [629] move_point (cmds.c) [1245] xg_mark_data
 [748] boyer_moore (search.c) [925] multibyte_chars_in_text [476] xg_modify_menubar_widgets
 [873] bset_redisplay       [1285] my_log_handler (xterm.c) [561] xg_select
 [1304] bset_update_mode_line [1615] my_log_handler (gtkutil.c) [1554] xg_set_cursor (gtkutil.c)
 [730] buf_bytepos_to_charpos [916] nconc2               [699] xg_set_icon
 [733] buf_charpos_to_bytepos [622] new_region_cache    [1294] xg_set_toolkit_scroll_bar_thumb
 [1107] buffer_display_table [1533] next_almost_prime   [1555] xg_store_widget_in_map (gtkutil.c)
 [1171] buffer_local_value   [161] next_element_from_buffer (xdisp.c) [1268] xg_tool_bar_help_callback (gtkutil.c)
 [1590] buffer_posn_from_coords [930] next_element_from_c_string (xdisp.c) [705] xg_update_frame_menubar
 [580] build_marker          [219] next_element_from_string (xdisp.c) [503] xg_update_menubar (gtkutil.c)
 [795] build_style_table (font.c) [783] next_interval    [662] xg_update_scrollbar_pos
 [917] c_strcasecmp          [872] next_overlay_change (xdisp.c) [440] xg_update_submenu (gtkutil.c)
 [1109] c_string_width       [728] next_window (window.c) [399] xg_win_to_widget
 [1170] cache_face (xfaces.c) [1142] normal_char_ascent_descent (xdisp.c) [1556] xic_create_xfontset (xfns.c)
 [1409] calculate_costs      [419] note_mouse_highlight [1673] xic_free_xfontset
 [854] call0                 [441] note_mouse_movement (xterm.c) [1250] xic_set_preeditarea
 [949] call1                 [125] oblookup             [1674] xic_set_xfontset
 [924] call2                 [288] offset_intervals      [689] xlispstrdup
 [1330] call3                [698] open_directory (dired.c) [118] xmalloc
 [1273] call4                [220] openp                [1675] xml_cleanup_parser
 [130] call_mod_hooks (textprop.c) [590] other_visible_frames (frame.c) [1343] xnmalloc
 [439] cancel_atimer        [1227] overlay_arrows_changed_p (xdisp.c) [1088] xnrealloc
 [1517] cancel_echoing       [835] overlays_around (editfns.c) [1306] xpalloc
 [438] cancel_hourglass      [781] overlays_at          [1380] xpm_free_color_cache (image.c)
 [1291] cancel_mouse_face   [1288] parse_image_spec (image.c) [1289] xpm_image_p (image.c)
 [1453] candidate_buffer (buffer.c) [957] parse_menu_item [1381] xpm_load (image.c)
 [961] candidate_window_p (window.c) [377] parse_modifiers [1246] xrdb_get_resource (frame.c)
 [1318] careadlinkat         [494] parse_single_submenu  [905] xrealloc
  [48] casify_object (casefiddle.c) [968] parse_solitary_modifier [1676] xsettings_get_system_font
 [1214] ceiling2 (floatfns.c) [123] parse_str_as_multibyte [572] xsettings_initialize
 [1337] change_frame_size   [1310] pint2str (xdisp.c)    [546] xstrdup
 [1321] change_frame_size_1 (dispnew.c) [1311] pop_kboard [952] xzalloc
 [356] char_composable_p (composite.c) [1228] pop_message_unwind [504] <cycle 1>
 [174] char_quoted (syntax.c) [995] popup_activated        [5] <cycle 2>
 [936] char_string          [1462] pos_visible_p          [47] <cycle 3>
  [70] char_table_ascii (chartab.c) [367] preferred_sequence_p (keymap.c) [8] <cycle 4>
  [37] char_table_ref       [1095] prepare_desired_row   [282] <cycle 5>

[-- Attachment #1.1.3: fast-trace-with-reverted-commit --]
[-- Type: text/plain, Size: 1091363 bytes --]

Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls   s/call   s/call  name    
 16.93      0.54     0.54 14252708     0.00     0.00  internal_equal
 10.66      0.88     0.34  7672938     0.00     0.00  Fnreverse
  9.56      1.19     0.31 27776580     0.00     0.00  mark_object
  8.46      1.46     0.27  6640124     0.00     0.00  hash_lookup
  2.51      1.54     0.08  6134442     0.00     0.00  ftfont_lookup_cache
  2.19      1.61     0.07  3072176     0.00     0.00  casify_object
  2.19      1.68     0.07     8818     0.00     0.00  mark_char_table
  1.88      1.74     0.06 12567953     0.00     0.00  sub_char_table_ref
  1.88      1.80     0.06  1409718     0.00     0.00  Fassq
  1.88      1.86     0.06  1533134     0.00     0.00  font_list_entities
  1.57      1.91     0.05  6195131     0.00     0.00  assq_no_quit
  1.57      1.96     0.05  1533134     0.00     0.00  font_sort_entities
  1.57      2.01     0.05     3644     0.00     0.00  _init
  1.25      2.05     0.04  7282347     0.00     0.00  font_has_char
  1.25      2.09     0.04  6133883     0.00     0.00  cmpfn_equal
  1.25      2.13     0.04  4993256     0.00     0.00  char_table_ref
  1.25      2.17     0.04   400315     0.00     0.00  Fmake_string
  1.10      2.20     0.04  3266575     0.00     0.00  Fcons
  0.94      2.23     0.03  6143931     0.00     0.00  Fgethash
  0.94      2.26     0.03  6132501     0.00     0.00  ftfont_has_char
  0.94      2.29     0.03  3071721     0.00     0.00  validate_subarray
  0.94      2.32     0.03   724343     0.00     0.00  find_interval
  0.94      2.35     0.03   383292     0.00     0.00  font_find_for_lface
  0.94      2.38     0.03    54928     0.00     0.00  re_match_2_internal
  0.94      2.41     0.03     1382     0.00     0.00  hash_put
  0.94      2.44     0.03      118     0.00     0.00  sweep_vectors
  0.78      2.47     0.03     1120     0.00     0.00  inhibit_garbage_collection
  0.63      2.49     0.02  3066269     0.00     0.00  assoc_no_quit
  0.63      2.51     0.02  1535738     0.00     0.00  Fcompare_strings
  0.63      2.53     0.02   885731     0.00     0.00  bidi_get_category
  0.63      2.55     0.02   755707     0.00     0.00  CHECK_STRING_OR_BUFFER
  0.63      2.57     0.02   499385     0.00     0.00  get_next_display_element
  0.63      2.59     0.02   497907     0.00     0.00  bidi_move_to_visually_next
  0.63      2.61     0.02   486395     0.00     0.00  overlays_at
  0.63      2.63     0.02   277433     0.00     0.00  mark_vectorlike
  0.63      2.65     0.02   178676     0.00     0.00  Ffuncall
  0.63      2.67     0.02    39513     0.00     0.00  composition_compute_stop_pos
  0.63      2.69     0.02    23759     0.00     0.00  display_string
  0.63      2.71     0.02     3323     0.00     0.00  produce_special_glyphs
  0.63      2.73     0.02     2100     0.00     0.00  update_window_fringes
  0.63      2.75     0.02      118     0.00     0.00  sweep_conses
  0.63      2.77     0.02                             deliver_user_signal
  0.63      2.79     0.02                             ftfont_combining_capability
  0.47      2.80     0.02   120134     0.00     0.00  Fget
  0.31      2.81     0.01  6132509     0.00     0.00  ftfont_get_fc_charset
  0.31      2.82     0.01  1234730     0.00     0.00  lookup_char_property
  0.31      2.83     0.01   777828     0.00     0.00  check_obarray
  0.31      2.84     0.01   605473     0.00     0.00  xftfont_encode_char
  0.31      2.85     0.01   579631     0.00     0.00  xftfont_text_extents
  0.31      2.86     0.01   497907     0.00     0.00  bidi_level_of_next_char
  0.31      2.87     0.01   497907     0.00     0.00  bidi_resolve_explicit
  0.31      2.88     0.01   496874     0.00     0.00  bidi_resolve_neutral
  0.31      2.89     0.01   480516     0.00     0.00  bidi_fetch_char
  0.31      2.90     0.01   480484     0.00     0.00  x_produce_glyphs
  0.31      2.91     0.01   480169     0.00     0.00  sort_overlays
  0.31      2.92     0.01   473369     0.00     0.00  cleanup_vector
  0.31      2.93     0.01   390364     0.00     0.00  bidi_find_bracket_pairs
  0.31      2.94     0.01   389421     0.00     0.00  face_for_char
  0.31      2.95     0.01   388914     0.00     0.00  oblookup
  0.31      2.96     0.01   384231     0.00     0.00  Fassoc_string
  0.31      2.97     0.01   383281     0.00     0.00  fontset_font
  0.31      2.98     0.01   349297     0.00     0.00  mem_find
  0.31      2.99     0.01   291575     0.00     0.00  Fplist_get
  0.31      3.00     0.01    94860     0.00     0.00  store_symval_forwarding
  0.31      3.01     0.01    70870     0.00     0.00  funcall_lambda
  0.31      3.02     0.01    43199     0.00     0.00  re_search_2
  0.31      3.03     0.01    27774     0.00     0.00  re_compile_pattern
  0.31      3.04     0.01    19444     0.00     0.00  buf_charpos_to_bytepos
  0.31      3.05     0.01    18598     0.00     0.00  compute_stop_pos
  0.31      3.06     0.01    18476     0.00     0.00  Fmake_list
  0.31      3.07     0.01    16115     0.00     0.00  apply_modifiers
  0.31      3.08     0.01    12141     0.00     0.00  move_it_in_display_line_to
  0.31      3.09     0.01     3709     0.00     0.00  draw_glyphs
  0.31      3.10     0.01     2258     0.00     0.00  Frun_window_scroll_functions
  0.31      3.11     0.01     1076     0.00     0.00  move_it_vertically_backward
  0.31      3.12     0.01     1041     0.00     0.00  region_cache_forward
  0.31      3.13     0.01     1001     0.00     0.00  graft_intervals_into_buffer
  0.31      3.14     0.01      636     0.00     0.00  validate_region
  0.31      3.15     0.01      215     0.00     0.00  map_sub_char_table
  0.31      3.16     0.01        3     0.00     0.00  Fmake_hash_table
  0.31      3.17     0.01                             copy_char_table
  0.31      3.18     0.01                             signal_error
  0.16      3.19     0.01  6147828     0.00     0.00  CHECK_HASH_TABLE
  0.16      3.19     0.01      214     0.00     0.00  make_float
  0.00      3.19     0.00  7282347     0.00     0.00  xftfont_has_char
  0.00      3.19     0.00  6135029     0.00     0.00  hashfn_equal
  0.00      3.19     0.00  3082942     0.00     0.00  string_char_to_byte
  0.00      3.19     0.00  3069280     0.00     0.00  Fupcase
  0.00      3.19     0.00  3066270     0.00     0.00  xfont_get_cache
  0.00      3.19     0.00  1919225     0.00     0.00  Fsymbol_name
  0.00      3.19     0.00  1906568     0.00     0.00  bidi_cache_search.constprop.3
  0.00      3.19     0.00  1610383     0.00     0.00  Fsetcdr
  0.00      3.19     0.00  1520667     0.00     0.00  vector_nbytes
  0.00      3.19     0.00  1364726     0.00     0.00  Fcdr
  0.00      3.19     0.00  1180788     0.00     0.00  textget
  0.00      3.19     0.00   962529     0.00     0.00  bidi_cache_iterator_state
  0.00      3.19     0.00   960338     0.00     0.00  set_buffer_temp
  0.00      3.19     0.00   944039     0.00     0.00  bidi_cache_find
  0.00      3.19     0.00   861399     0.00     0.00  bidi_explicit_dir_char
  0.00      3.19     0.00   828603     0.00     0.00  balance_an_interval
  0.00      3.19     0.00   778158     0.00     0.00  bidi_paired_bracket_type
  0.00      3.19     0.00   755707     0.00     0.00  validate_interval_range
  0.00      3.19     0.00   709980     0.00     0.00  balance_possible_root_interval
  0.00      3.19     0.00   676170     0.00     0.00  get_keymap
  0.00      3.19     0.00   638667     0.00     0.00  unblock_input_to
  0.00      3.19     0.00   638619     0.00     0.00  unblock_input
  0.00      3.19     0.00   622091     0.00     0.00  indirect_function
  0.00      3.19     0.00   604538     0.00     0.00  Ftext_properties_at
  0.00      3.19     0.00   572316     0.00     0.00  get_per_char_metric
  0.00      3.19     0.00   498940     0.00     0.00  bidi_cache_ensure_space
  0.00      3.19     0.00   497907     0.00     0.00  bidi_resolve_weak
  0.00      3.19     0.00   496874     0.00     0.00  bidi_resolve_brackets
  0.00      3.19     0.00   496347     0.00     0.00  hashfn_eq
  0.00      3.19     0.00   492511     0.00     0.00  next_interval
  0.00      3.19     0.00   491552     0.00     0.00  get_char_property_and_overlay
  0.00      3.19     0.00   476491     0.00     0.00  lookup_glyphless_char_display
  0.00      3.19     0.00   476197     0.00     0.00  get_char_glyph_code
  0.00      3.19     0.00   474378     0.00     0.00  bidi_find_paragraph_start
  0.00      3.19     0.00   471862     0.00     0.00  set_iterator_to_next
  0.00      3.19     0.00   449715     0.00     0.00  Fget_char_property
  0.00      3.19     0.00   429137     0.00     0.00  balance_intervals
  0.00      3.19     0.00   402252     0.00     0.00  parse_str_as_multibyte
  0.00      3.19     0.00   396978     0.00     0.00  allocate_vector
  0.00      3.19     0.00   389887     0.00     0.00  next_element_from_buffer
  0.00      3.19     0.00   389836     0.00     0.00  hash_string
  0.00      3.19     0.00   385139     0.00     0.00  copy_font_spec
  0.00      3.19     0.00   384683     0.00     0.00  font_intern_prop
  0.00      3.19     0.00   383293     0.00     0.00  build_style_table
  0.00      3.19     0.00   383282     0.00     0.00  fontset_find_font
  0.00      3.19     0.00   311674     0.00     0.00  grow_specpdl
  0.00      3.19     0.00   195141     0.00     0.00  record_in_backtrace
  0.00      3.19     0.00   186636     0.00     0.00  mark_maybe_object
  0.00      3.19     0.00   186118     0.00     0.00  store_in_alist
  0.00      3.19     0.00   149724     0.00     0.00  find_symbol_value
  0.00      3.19     0.00   140813     0.00     0.00  Flength
  0.00      3.19     0.00   139845     0.00     0.00  prepare_face_for_display
  0.00      3.19     0.00   129269     0.00     0.00  get_glyph_face_and_encoding
  0.00      3.19     0.00   126677     0.00     0.00  Fstring_equal
  0.00      3.19     0.00   122142     0.00     0.00  Fnext_single_property_change
  0.00      3.19     0.00   119738     0.00     0.00  do_symval_forwarding
  0.00      3.19     0.00   117624     0.00     0.00  mark_interval
  0.00      3.19     0.00   103409     0.00     0.00  specbind
  0.00      3.19     0.00   103226     0.00     0.00  maybe_set_redisplay
  0.00      3.19     0.00   103225     0.00     0.00  set_internal
  0.00      3.19     0.00    96119     0.00     0.00  x_get_glyph_overhangs
  0.00      3.19     0.00    95166     0.00     0.00  face_attr_equal_p
  0.00      3.19     0.00    92505     0.00     0.00  Fsymbol_value
  0.00      3.19     0.00    91832     0.00     0.00  Fget_text_property
  0.00      3.19     0.00    81475     0.00     0.00  unbind_to
  0.00      3.19     0.00    73292     0.00     0.00  get_property_and_range
  0.00      3.19     0.00    72320     0.00     0.00  Fcar
  0.00      3.19     0.00    71975     0.00     0.00  xmalloc
  0.00      3.19     0.00    71295     0.00     0.00  find_composition
  0.00      3.19     0.00    70710     0.00     0.00  exec_byte_code
  0.00      3.19     0.00    65079     0.00     0.00  next_element_from_string
  0.00      3.19     0.00    64587     0.00     0.00  intervals_equal
  0.00      3.19     0.00    63483     0.00     0.00  mark_save_value
  0.00      3.19     0.00    63013     0.00     0.00  face_at_string_position
  0.00      3.19     0.00    62463     0.00     0.00  swap_in_symval_forwarding
  0.00      3.19     0.00    59981     0.00     0.00  get_keyelt
  0.00      3.19     0.00    59263     0.00     0.00  Fcurrent_buffer
  0.00      3.19     0.00    56861     0.00     0.00  concat
  0.00      3.19     0.00    55548     0.00     0.00  re_set_syntax
  0.00      3.19     0.00    55548     0.00     0.00  re_set_whitespace_regexp
  0.00      3.19     0.00    54749     0.00     0.00  face_before_or_after_it_pos
  0.00      3.19     0.00    54749     0.00     0.00  next_element_from_c_string
  0.00      3.19     0.00    54297     0.00     0.00  make_uninit_multibyte_string
  0.00      3.19     0.00    54174     0.00     0.00  allocate_string_data
  0.00      3.19     0.00    51762     0.00     0.00  SETUP_SYNTAX_TABLE_FOR_OBJECT
  0.00      3.19     0.00    51282     0.00     0.00  compile_pattern
  0.00      3.19     0.00    50942     0.00     0.00  char_composable_p
  0.00      3.19     0.00    49690     0.00     0.00  make_specified_string
  0.00      3.19     0.00    48808     0.00     0.00  Fcopy_sequence
  0.00      3.19     0.00    42527     0.00     0.00  re_search
  0.00      3.19     0.00    41543     0.00     0.00  fast_string_match_internal
  0.00      3.19     0.00    39509     0.00     0.00  window_box_width
  0.00      3.19     0.00    37089     0.00     0.00  Fset_default
  0.00      3.19     0.00    35076     0.00     0.00  survives_gc_p
  0.00      3.19     0.00    33461     0.00     0.00  Fboundp
  0.00      3.19     0.00    33219     0.00     0.00  xfree
  0.00      3.19     0.00    32302     0.00     0.00  Fequal
  0.00      3.19     0.00    32299     0.00     0.00  bidi_init_it
  0.00      3.19     0.00    31638     0.00     0.00  mem_insert
  0.00      3.19     0.00    31463     0.00     0.00  mem_delete
  0.00      3.19     0.00    31455     0.00     0.00  count_size_as_multibyte
  0.00      3.19     0.00    30703     0.00     0.00  bidi_line_init
  0.00      3.19     0.00    30539     0.00     0.00  get_visually_first_element
  0.00      3.19     0.00    30173     0.00     0.00  accumulate_script_ranges
  0.00      3.19     0.00    29026     0.00     0.00  make_uninit_string
  0.00      3.19     0.00    28240     0.00     0.00  readchar
  0.00      3.19     0.00    27792     0.00     0.00  analyze_first
  0.00      3.19     0.00    27768     0.00     0.00  re_compile_fastmap
  0.00      3.19     0.00    25689     0.00     0.00  compute_display_string_pos
  0.00      3.19     0.00    25384     0.00     0.00  bidi_paragraph_init
  0.00      3.19     0.00    23473     0.00     0.00  handle_display_prop
  0.00      3.19     0.00    23270     0.00     0.00  lisp_align_malloc
  0.00      3.19     0.00    23047     0.00     0.00  lisp_align_free
  0.00      3.19     0.00    22985     0.00     0.00  bidi_unshelve_cache
  0.00      3.19     0.00    22773     0.00     0.00  accessible_keymaps_1
  0.00      3.19     0.00    21600     0.00     0.00  mark_compiled
  0.00      3.19     0.00    21339     0.00     0.00  where_is_internal_1
  0.00      3.19     0.00    20569     0.00     0.00  make_unibyte_string
  0.00      3.19     0.00    20404     0.00     0.00  get_it_property
  0.00      3.19     0.00    19551     0.00     0.00  decode_any_frame
  0.00      3.19     0.00    19327     0.00     0.00  arith_driver
  0.00      3.19     0.00    18850     0.00     0.00  string_byte_to_char
  0.00      3.19     0.00    18705     0.00     0.00  Fmemq
  0.00      3.19     0.00    18657     0.00     0.00  handle_fontified_prop
  0.00      3.19     0.00    18613     0.00     0.00  readbyte_from_file
  0.00      3.19     0.00    18598     0.00     0.00  handle_composition_prop
  0.00      3.19     0.00    18598     0.00     0.00  handle_face_prop
  0.00      3.19     0.00    18598     0.00     0.00  handle_invisible_prop
  0.00      3.19     0.00    18598     0.00     0.00  handle_stop
  0.00      3.19     0.00    18458     0.00     0.00  Fnext_single_char_property_change
  0.00      3.19     0.00    18247     0.00     0.00  timespec_sub
  0.00      3.19     0.00    18231     0.00     0.00  arithcompare
  0.00      3.19     0.00    18192     0.00     0.00  list1
  0.00      3.19     0.00    17797     0.00     0.00  mark_localized_symbol
  0.00      3.19     0.00    17709     0.00     0.00  make_string
  0.00      3.19     0.00    17595     0.00     0.00  window_box_left_offset
  0.00      3.19     0.00    15927     0.00     0.00  char_width
  0.00      3.19     0.00    15532     0.00     0.00  window_box_left
  0.00      3.19     0.00    15267     0.00     0.00  parse_modifiers
  0.00      3.19     0.00    15088     0.00     0.00  reorder_modifiers
  0.00      3.19     0.00    14579     0.00     0.00  set_window_margins
  0.00      3.19     0.00    14529     0.00     0.00  mem_rotate_right
  0.00      3.19     0.00    14319     0.00     0.00  mem_rotate_left
  0.00      3.19     0.00    14316     0.00     0.00  make_formatted_string
  0.00      3.19     0.00    14156     0.00     0.00  Fsetcar
  0.00      3.19     0.00    13668     0.00     0.00  eval_sub
  0.00      3.19     0.00    13559     0.00     0.00  push_handler
  0.00      3.19     0.00    13559     0.00     0.00  push_handler_nosignal
  0.00      3.19     0.00    13031     0.00     0.00  handle_input_available_signal
  0.00      3.19     0.00    12846     0.00     0.00  recenter_overlay_lists
  0.00      3.19     0.00    12473     0.00     0.00  gettime
  0.00      3.19     0.00    11768     0.00     0.00  window_text_bottom_y
  0.00      3.19     0.00    11654     0.00     0.00  handle_line_prefix
  0.00      3.19     0.00    11602     0.00     0.00  Findirect_function
  0.00      3.19     0.00    11499     0.00     0.00  find_cache_boundary
  0.00      3.19     0.00    11256     0.00     0.00  Faref
  0.00      3.19     0.00    10556     0.00     0.00  get_glyph_string_clip_rects
  0.00      3.19     0.00    10310     0.00     0.00  Fget_pos_property
  0.00      3.19     0.00    10310     0.00     0.00  get_local_map
  0.00      3.19     0.00    10310     0.00     0.00  overlays_around
  0.00      3.19     0.00    10310     0.00     0.00  text_property_stickiness
  0.00      3.19     0.00    10234     0.00     0.00  Fplus
  0.00      3.19     0.00    10181     0.00     0.00  Flist
  0.00      3.19     0.00     9870     0.00     0.00  Fnthcdr
  0.00      3.19     0.00     9842     0.00     0.00  Fnth
  0.00      3.19     0.00     9762     0.00     0.00  gobble_input
  0.00      3.19     0.00     9623     0.00     0.00  bidi_shelve_cache
  0.00      3.19     0.00     9604     0.00     0.00  XTread_socket
  0.00      3.19     0.00     9569     0.00     0.00  buffer_display_table
  0.00      3.19     0.00     9553     0.00     0.00  c_string_width
  0.00      3.19     0.00     9473     0.00     0.00  delete_cache_boundaries
  0.00      3.19     0.00     9448     0.00     0.00  internal_condition_case_n
  0.00      3.19     0.00     9243     0.00     0.00  decode_timer
  0.00      3.19     0.00     9242     0.00     0.00  decode_time_components
  0.00      3.19     0.00     9204     0.00     0.00  lisp_to_timespec
  0.00      3.19     0.00     9179     0.00     0.00  CHECK_MARKER
  0.00      3.19     0.00     8986     0.00     0.00  readable_events
  0.00      3.19     0.00     8936     0.00     0.00  x_set_glyph_string_clipping
  0.00      3.19     0.00     8750     0.00     0.00  hashfn_eql
  0.00      3.19     0.00     8574     0.00     0.00  frame_make_pointer_visible
  0.00      3.19     0.00     8563     0.00     0.00  re_match_2
  0.00      3.19     0.00     8559     0.00     0.00  fast_looking_at
  0.00      3.19     0.00     8502     0.00     0.00  save_window_save
  0.00      3.19     0.00     8382     0.00     0.00  resolve_face_name
  0.00      3.19     0.00     8355     0.00     0.00  get_overlay_strings_1
  0.00      3.19     0.00     8355     0.00     0.00  load_overlay_strings
  0.00      3.19     0.00     8350     0.00     0.00  xftfont_get_colors
  0.00      3.19     0.00     8340     0.00     0.00  x_set_glyph_string_gc
  0.00      3.19     0.00     8339     0.00     0.00  font_get_frame_data
  0.00      3.19     0.00     8339     0.00     0.00  x_draw_glyph_string_foreground
  0.00      3.19     0.00     8339     0.00     0.00  xftfont_draw
  0.00      3.19     0.00     8268     0.00     0.00  face_at_buffer_position
  0.00      3.19     0.00     8268     0.00     0.00  next_overlay_change
  0.00      3.19     0.00     8252     0.00     0.00  lookup_fringe_bitmap
  0.00      3.19     0.00     8211     0.00     0.00  sweep_buffers
  0.00      3.19     0.00     8163     0.00     0.00  call0
  0.00      3.19     0.00     8027     0.00     0.00  access_keymap_1
  0.00      3.19     0.00     8001     0.00     0.00  find_newline
  0.00      3.19     0.00     8000     0.00     0.00  move_it_to
  0.00      3.19     0.00     7961     0.00     0.00  get_input_pending
  0.00      3.19     0.00     7961     0.00     0.00  timer_check
  0.00      3.19     0.00     7918     0.00     0.00  record_unwind_protect
  0.00      3.19     0.00     7829     0.00     0.00  Fmake_vector
  0.00      3.19     0.00     7766     0.00     0.00  do_pending_atimers
  0.00      3.19     0.00     7766     0.00     0.00  process_pending_signals
  0.00      3.19     0.00     7682     0.00     0.00  Fnext_property_change
  0.00      3.19     0.00     7315     0.00     0.00  fill_glyph_string
  0.00      3.19     0.00     7315     0.00     0.00  init_glyph_string
  0.00      3.19     0.00     7315     0.00     0.00  set_glyph_string_background_width
  0.00      3.19     0.00     7315     0.00     0.00  x_compute_glyph_string_overhangs
  0.00      3.19     0.00     7315     0.00     0.00  x_draw_glyph_string
  0.00      3.19     0.00     7307     0.00     0.00  Fcommandp
  0.00      3.19     0.00     7233     0.00     0.00  Fframe_parameter
  0.00      3.19     0.00     7229     0.00     0.00  lface_from_face_name_no_resolve
  0.00      3.19     0.00     7169     0.00     0.00  Fcopy_alist
  0.00      3.19     0.00     7160     0.00     0.00  Fframe_parameters
  0.00      3.19     0.00     7099     0.00     0.00  Fnext_char_property_change
  0.00      3.19     0.00     7099     0.00     0.00  Fnext_overlay_change
  0.00      3.19     0.00     6779     0.00     0.00  Ffboundp
  0.00      3.19     0.00     6665     0.00     0.00  marker_position
  0.00      3.19     0.00     6623     0.00     0.00  set_point_both
  0.00      3.19     0.00     6399     0.00     0.00  region_cache_backward
  0.00      3.19     0.00     6388     0.00     0.00  default_value
  0.00      3.19     0.00     6376     0.00     0.00  safe__call
  0.00      3.19     0.00     6343     0.00     0.00  reseat_1
  0.00      3.19     0.00     6229     0.00     0.00  decode_terminal
  0.00      3.19     0.00     6207     0.00     0.00  Fterminal_live_p
  0.00      3.19     0.00     6197     0.00     0.00  safe__call1
  0.00      3.19     0.00     6179     0.00     0.00  Fdefault_value
  0.00      3.19     0.00     6025     0.00     0.00  detect_input_pending_run_timers
  0.00      3.19     0.00     5788     0.00     0.00  Fvconcat
  0.00      3.19     0.00     5634     0.00     0.00  previous_interval
  0.00      3.19     0.00     5627     0.00     0.00  Feval
  0.00      3.19     0.00     5467     0.00     0.00  get_lface_attributes_no_remap
  0.00      3.19     0.00     5386     0.00     0.00  lface_hash
  0.00      3.19     0.00     5385     0.00     0.00  merge_face_vectors
  0.00      3.19     0.00     5372     0.00     0.00  Finternal_merge_in_global_face
  0.00      3.19     0.00     5299     0.00     0.00  get_lface_attributes
  0.00      3.19     0.00     5287     0.00     0.00  lface_equal_p
  0.00      3.19     0.00     5267     0.00     0.00  reseat
  0.00      3.19     0.00     5155     0.00     0.00  current_minor_maps
  0.00      3.19     0.00     5144     0.00     0.00  Fcurrent_active_maps
  0.00      3.19     0.00     5124     0.00     0.00  Fmarker_position
  0.00      3.19     0.00     5061     0.00     0.00  do_pending_window_change
  0.00      3.19     0.00     5047     0.00     0.00  set_buffer_internal_1
  0.00      3.19     0.00     4905     0.00     0.00  back_to_previous_visible_line_start
  0.00      3.19     0.00     4885     0.00     0.00  find_newline_no_quit
  0.00      3.19     0.00     4822     0.00     0.00  show_hourglass
  0.00      3.19     0.00     4774     0.00     0.00  Fget_buffer
  0.00      3.19     0.00     4737     0.00     0.00  x_draw_stretch_glyph_string
  0.00      3.19     0.00     4590     0.00     0.00  marker_byte_position
  0.00      3.19     0.00     4491     0.00     0.00  apply_lambda
  0.00      3.19     0.00     4385     0.00     0.00  xg_win_to_widget
  0.00      3.19     0.00     4355     0.00     0.00  Fplist_put
  0.00      3.19     0.00     4336     0.00     0.00  Fput
  0.00      3.19     0.00     4336     0.00     0.00  x_any_window_to_frame
  0.00      3.19     0.00     4286     0.00     0.00  bidi_at_paragraph_end
  0.00      3.19     0.00     4286     0.00     0.00  forward_to_next_line_start
  0.00      3.19     0.00     4286     0.00     0.00  reseat_at_next_visible_line_start
  0.00      3.19     0.00     4272     0.00     0.00  map_keymap_char_table_item
  0.00      3.19     0.00     4255     0.00     0.00  lookup_named_face
  0.00      3.19     0.00     4112     0.00     0.00  access_keymap
  0.00      3.19     0.00     4022     0.00     0.00  candidate_window_p
  0.00      3.19     0.00     3973     0.00     0.00  timespec_add
  0.00      3.19     0.00     3918     0.00     0.00  Fgoto_char
  0.00      3.19     0.00     3906     0.00     0.00  font_style_symbolic
  0.00      3.19     0.00     3897     0.00     0.00  Fputhash
  0.00      3.19     0.00     3790     0.00     0.00  move_it_by_lines
  0.00      3.19     0.00     3777     0.00     0.00  validate_plist
  0.00      3.19     0.00     3746     0.00     0.00  map_keymap_internal
  0.00      3.19     0.00     3627     0.00     0.00  Flookup_key
  0.00      3.19     0.00     3624     0.00     0.00  map_keymap
  0.00      3.19     0.00     3542     0.00     0.00  Fapply
  0.00      3.19     0.00     3412     0.00     0.00  Faset
  0.00      3.19     0.00     3389     0.00     0.00  window_box
  0.00      3.19     0.00     3384     0.00     0.00  xrealloc
  0.00      3.19     0.00     3323     0.00     0.00  init_iterator
  0.00      3.19     0.00     3323     0.00     0.00  window_display_table
  0.00      3.19     0.00     3260     0.00     0.00  x_draw_fringe_bitmap
  0.00      3.19     0.00     3243     0.00     0.00  unchain_marker
  0.00      3.19     0.00     3241     0.00     0.00  Fmin
  0.00      3.19     0.00     3200     0.00     0.00  re_iswctype
  0.00      3.19     0.00     3179     0.00     0.00  Fvectorp
  0.00      3.19     0.00     3172     0.00     0.00  Fif
  0.00      3.19     0.00     3153     0.00     0.00  font_put_extra
  0.00      3.19     0.00     3146     0.00     0.00  bset_redisplay
  0.00      3.19     0.00     3145     0.00     0.00  default_line_pixel_height
  0.00      3.19     0.00     3114     0.00     0.00  x_clear_glyph_string_rect
  0.00      3.19     0.00     3099     0.00     0.00  decode_live_frame
  0.00      3.19     0.00     3094     0.00     0.00  Fframe_char_height
  0.00      3.19     0.00     3090     0.00     0.00  popup_activated
  0.00      3.19     0.00     3089     0.00     0.00  window_outdated
  0.00      3.19     0.00     3085     0.00     0.00  Fkey_binding
  0.00      3.19     0.00     3079     0.00     0.00  run_hook_with_args
  0.00      3.19     0.00     3079     0.00     0.00  safe_run_hooks
  0.00      3.19     0.00     3072     0.00     0.00  safe_run_hook_funcall
  0.00      3.19     0.00     3072     0.00     0.00  safe_run_hooks_1
  0.00      3.19     0.00     3066     0.00     0.00  Fselected_window
  0.00      3.19     0.00     3064     0.00     0.00  signal_after_change
  0.00      3.19     0.00     3052     0.00     0.00  funcall_nil
  0.00      3.19     0.00     3046     0.00     0.00  prepare_to_modify_buffer_1
  0.00      3.19     0.00     3042     0.00     0.00  Frun_hook_with_args
  0.00      3.19     0.00     2998     0.00     0.00  record_property_change
  0.00      3.19     0.00     2991     0.00     0.00  requeued_events_pending_p
  0.00      3.19     0.00     2982     0.00     0.00  block_atimers
  0.00      3.19     0.00     2975     0.00     0.00  live_buffer
  0.00      3.19     0.00     2951     0.00     0.00  detect_input_pending
  0.00      3.19     0.00     2931     0.00     0.00  Fsuspicious_object
  0.00      3.19     0.00     2872     0.00     0.00  Fdowncase
  0.00      3.19     0.00     2867     0.00     0.00  allocate_misc
  0.00      3.19     0.00     2849     0.00     0.00  set_point
  0.00      3.19     0.00     2845     0.00     0.00  call1
  0.00      3.19     0.00     2838     0.00     0.00  allocate_pseudovector
  0.00      3.19     0.00     2809     0.00     0.00  Fassoc
  0.00      3.19     0.00     2808     0.00     0.00  fetch_buffer_markers
  0.00      3.19     0.00     2808     0.00     0.00  record_buffer_markers
  0.00      3.19     0.00     2786     0.00     0.00  Fset
  0.00      3.19     0.00     2772     0.00     0.00  composition_reseat_it
  0.00      3.19     0.00     2764     0.00     0.00  adjust_suspend_auto_hscroll
  0.00      3.19     0.00     2725     0.00     0.00  record_insert
  0.00      3.19     0.00     2710     0.00     0.00  read1
  0.00      3.19     0.00     2702     0.00     0.00  invalidate_current_column
  0.00      3.19     0.00     2682     0.00     0.00  skip_one_char
  0.00      3.19     0.00     2603     0.00     0.00  row_for_charpos_p
  0.00      3.19     0.00     2583     0.00     0.00  Flocal_variable_p
  0.00      3.19     0.00     2566     0.00     0.00  invalidate_buffer_caches
  0.00      3.19     0.00     2553     0.00     0.00  Fset_buffer
  0.00      3.19     0.00     2539     0.00     0.00  Fconstrain_to_field
  0.00      3.19     0.00     2538     0.00     0.00  scan_newline_from_point
  0.00      3.19     0.00     2462     0.00     0.00  lookup_basic_face
  0.00      3.19     0.00     2457     0.00     0.00  Ffind_file_name_handler
  0.00      3.19     0.00     2427     0.00     0.00  temp_set_point_both
  0.00      3.19     0.00     2385     0.00     0.00  get_utf8_string
  0.00      3.19     0.00     2344     0.00     0.00  balance_intervals_internal
  0.00      3.19     0.00     2344     0.00     0.00  mark_overlay
  0.00      3.19     0.00     2344     0.00     0.00  traverse_intervals_noorder
  0.00      3.19     0.00     2318     0.00     0.00  Finternal_show_cursor_p
  0.00      3.19     0.00     2294     0.00     0.00  Fintern
  0.00      3.19     0.00     2288     0.00     0.00  handle_one_xevent
  0.00      3.19     0.00     2261     0.00     0.00  Fmax
  0.00      3.19     0.00     2261     0.00     0.00  compute_line_metrics
  0.00      3.19     0.00     2261     0.00     0.00  prepare_desired_row
  0.00      3.19     0.00     2261     0.00     0.00  row_hash
  0.00      3.19     0.00     2256     0.00     0.00  XTring_bell
  0.00      3.19     0.00     2243     0.00     0.00  display_count_lines
  0.00      3.19     0.00     2236     0.00     0.00  draw_fringe_bitmap
  0.00      3.19     0.00     2236     0.00     0.00  draw_fringe_bitmap_1
  0.00      3.19     0.00     2225     0.00     0.00  assign_row
  0.00      3.19     0.00     2180     0.00     0.00  offset_intervals
  0.00      3.19     0.00     2173     0.00     0.00  record_unwind_protect_void
  0.00      3.19     0.00     2165     0.00     0.00  prepare_to_modify_buffer
  0.00      3.19     0.00     2156     0.00     0.00  Fwindow_frame
  0.00      3.19     0.00     2155     0.00     0.00  update_window_line
  0.00      3.19     0.00     2145     0.00     0.00  adjust_markers_for_insert
  0.00      3.19     0.00     2145     0.00     0.00  adjust_overlays_for_insert
  0.00      3.19     0.00     2145     0.00     0.00  extend_face_to_end_of_line
  0.00      3.19     0.00     2140     0.00     0.00  set_marker_internal
  0.00      3.19     0.00     2127     0.00     0.00  Fnconc
  0.00      3.19     0.00     2126     0.00     0.00  Frassq
  0.00      3.19     0.00     2125     0.00     0.00  Fset_marker
  0.00      3.19     0.00     2115     0.00     0.00  start_display
  0.00      3.19     0.00     2104     0.00     0.00  Fbacktrace_frame
  0.00      3.19     0.00     2104     0.00     0.00  get_backtrace_frame
  0.00      3.19     0.00     2096     0.00     0.00  extract_float
  0.00      3.19     0.00     2095     0.00     0.00  Fcoding_system_eol_type
  0.00      3.19     0.00     2091     0.00     0.00  reconsider_clip_changes
  0.00      3.19     0.00     2073     0.00     0.00  intern_1
  0.00      3.19     0.00     2070     0.00     0.00  buffer_local_value
  0.00      3.19     0.00     2068     0.00     0.00  clear_mouse_face
  0.00      3.19     0.00     2066     0.00     0.00  Fbuffer_local_value
  0.00      3.19     0.00     2064     0.00     0.00  mode_line_update_needed
  0.00      3.19     0.00     2063     0.00     0.00  verify_interval_modification
  0.00      3.19     0.00     2062     0.00     0.00  Fwindow_old_point
  0.00      3.19     0.00     2062     0.00     0.00  Fwindow_point
  0.00      3.19     0.00     2062     0.00     0.00  cancel_hourglass
  0.00      3.19     0.00     2046     0.00     0.00  keyremap_step.constprop.45
  0.00      3.19     0.00     2043     0.00     0.00  Fcommand_remapping
  0.00      3.19     0.00     2043     0.00     0.00  echo_update
  0.00      3.19     0.00     2042     0.00     0.00  active_maps
  0.00      3.19     0.00     2040     0.00     0.00  Fwindow_hscroll
  0.00      3.19     0.00     2040     0.00     0.00  Fwindow_vscroll
  0.00      3.19     0.00     2039     0.00     0.00  add_properties
  0.00      3.19     0.00     2037     0.00     0.00  call_mod_hooks
  0.00      3.19     0.00     2030     0.00     0.00  move_cache_gap
  0.00      3.19     0.00     2028     0.00     0.00  draw_phys_cursor_glyph
  0.00      3.19     0.00     2020     0.00     0.00  Fface_font
  0.00      3.19     0.00     2020     0.00     0.00  Ffloatp
  0.00      3.19     0.00     2020     0.00     0.00  Fline_beginning_position
  0.00      3.19     0.00     2020     0.00     0.00  reseat_at_previous_visible_line_start
  0.00      3.19     0.00     2019     0.00     0.00  window_list
  0.00      3.19     0.00     2012     0.00     0.00  decode_next_window_args
  0.00      3.19     0.00     2010     0.00     0.00  window_list_1
  0.00      3.19     0.00     2007     0.00     0.00  record_unwind_protect_int
  0.00      3.19     0.00     2002     0.00     0.00  list5
  0.00      3.19     0.00     2000     0.00     0.00  Fget_buffer_window
  0.00      3.19     0.00     2000     0.00     0.00  Fwindow_pixel_left
  0.00      3.19     0.00     2000     0.00     0.00  Fwindow_pixel_top
  0.00      3.19     0.00     2000     0.00     0.00  Fwindow_scroll_bars
  0.00      3.19     0.00     2000     0.00     0.00  update_compositions
  0.00      3.19     0.00     2000     0.00     0.00  window_loop
  0.00      3.19     0.00     1997     0.00     0.00  composition_adjust_point
  0.00      3.19     0.00     1997     0.00     0.00  find_automatic_composition
  0.00      3.19     0.00     1997     0.00     0.00  process_special_events
  0.00      3.19     0.00     1997     0.00     0.00  swallow_events
  0.00      3.19     0.00     1983     0.00     0.00  clear_waiting_for_input
  0.00      3.19     0.00     1983     0.00     0.00  set_waiting_for_input
  0.00      3.19     0.00     1982     0.00     0.00  xg_select
  0.00      3.19     0.00     1962     0.00     0.00  add_timer_wait_descriptor
  0.00      3.19     0.00     1962     0.00     0.00  set_alarm
  0.00      3.19     0.00     1949     0.00     0.00  multibyte_chars_in_text
  0.00      3.19     0.00     1933     0.00     0.00  font_make_entity
  0.00      3.19     0.00     1933     0.00     0.00  ftfont_pattern_entity
  0.00      3.19     0.00     1931     0.00     0.00  Fstring_lessp
  0.00      3.19     0.00     1920     0.00     0.00  sub_char_table_set
  0.00      3.19     0.00     1902     0.00     0.00  Fprogn
  0.00      3.19     0.00     1827     0.00     0.00  line_bottom_y
  0.00      3.19     0.00     1822     0.00     0.00  buf_bytepos_to_charpos
  0.00      3.19     0.00     1818     0.00     0.00  nconc2
  0.00      3.19     0.00     1800     0.00     0.00  c_strcasecmp
  0.00      3.19     0.00     1788     0.00     0.00  read_escape
  0.00      3.19     0.00     1778     0.00     0.00  font_style_to_value
  0.00      3.19     0.00     1766     0.00     0.00  sweep_weak_table
  0.00      3.19     0.00     1762     0.00     0.00  lface_from_face_name
  0.00      3.19     0.00     1738     0.00     0.00  Fquote
  0.00      3.19     0.00     1702     0.00     0.00  list2
  0.00      3.19     0.00     1693     0.00     0.00  call2
  0.00      3.19     0.00     1681     0.00     0.00  x_write_glyphs
  0.00      3.19     0.00     1672     0.00     0.00  Fmember
  0.00      3.19     0.00     1640     0.00     0.00  Fwiden
  0.00      3.19     0.00     1620     0.00     0.00  get_glyph_string_clip_rect
  0.00      3.19     0.00     1620     0.00     0.00  x_draw_glyph_string_box
  0.00      3.19     0.00     1620     0.00     0.00  x_draw_relief_rect
  0.00      3.19     0.00     1620     0.00     0.00  x_setup_relief_colors
  0.00      3.19     0.00     1571     0.00     0.00  Fpurecopy
  0.00      3.19     0.00     1570     0.00     0.00  ensure_menu_items
  0.00      3.19     0.00     1554     0.00     0.00  copy_text
  0.00      3.19     0.00     1539     0.00     0.00  font_clear_prop
  0.00      3.19     0.00     1537     0.00     0.00  char_string
  0.00      3.19     0.00     1515     0.00     0.00  Fvector
  0.00      3.19     0.00     1443     0.00     0.00  Ffunctionp
  0.00      3.19     0.00     1439     0.00     0.00  Fremove_list_of_text_properties
  0.00      3.19     0.00     1428     0.00     0.00  char_table_set_range
  0.00      3.19     0.00     1399     0.00     0.00  bcall0
  0.00      3.19     0.00     1396     0.00     0.00  process_tool_bar_item
  0.00      3.19     0.00     1391     0.00     0.00  char_table_ref_and_range
  0.00      3.19     0.00     1389     0.00     0.00  make_byte_code
  0.00      3.19     0.00     1384     0.00     0.00  sub_char_table_ref_and_range
  0.00      3.19     0.00     1383     0.00     0.00  list3
  0.00      3.19     0.00     1383     0.00     0.00  report_interval_modification
  0.00      3.19     0.00     1376     0.00     0.00  internal_condition_case_1
  0.00      3.19     0.00     1372     0.00     0.00  xzalloc
  0.00      3.19     0.00     1351     0.00     0.00  map_keymap_call
  0.00      3.19     0.00     1350     0.00     0.00  Fmake_byte_code
  0.00      3.19     0.00     1335     0.00     0.00  lisp_malloc
  0.00      3.19     0.00     1321     0.00     0.00  Finternal_set_lisp_face_attribute
  0.00      3.19     0.00     1318     0.00     0.00  unreadchar
  0.00      3.19     0.00     1317     0.00     0.00  make_widget_value
  0.00      3.19     0.00     1306     0.00     0.00  fontset_add
  0.00      3.19     0.00     1297     0.00     0.00  parse_menu_item
  0.00      3.19     0.00     1297     0.00     0.00  single_menu_item
  0.00      3.19     0.00     1289     0.00     0.00  font_unparse_xlfd
  0.00      3.19     0.00     1289     0.00     0.00  set_buffer_if_live
  0.00      3.19     0.00     1286     0.00     0.00  window_box_height
  0.00      3.19     0.00     1285     0.00     0.00  menu_separator_name_p
  0.00      3.19     0.00     1278     0.00     0.00  push_menu_item
  0.00      3.19     0.00     1228     0.00     0.00  display_line
  0.00      3.19     0.00     1225     0.00     0.00  Flogand
  0.00      3.19     0.00     1225     0.00     0.00  Flsh
  0.00      3.19     0.00     1217     0.00     0.00  Fbuffer_modified_p
  0.00      3.19     0.00     1197     0.00     0.00  store_mode_line_noprop_char
  0.00      3.19     0.00     1192     0.00     0.00  Fwindow_buffer
  0.00      3.19     0.00     1188     0.00     0.00  Ftimes
  0.00      3.19     0.00     1186     0.00     0.00  Fmatch_data
  0.00      3.19     0.00     1186     0.00     0.00  Fset_match_data
  0.00      3.19     0.00     1186     0.00     0.00  invalidate_region_cache
  0.00      3.19     0.00     1183     0.00     0.00  coding_set_destination
  0.00      3.19     0.00     1169     0.00     0.00  Fminus
  0.00      3.19     0.00     1154     0.00     0.00  SETUP_SYNTAX_TABLE
  0.00      3.19     0.00     1135     0.00     0.00  Fframep
  0.00      3.19     0.00     1134     0.00     0.00  lisp_free
  0.00      3.19     0.00     1129     0.00     0.00  x_clear_area
  0.00      3.19     0.00     1127     0.00     0.00  x_clear_end_of_line
  0.00      3.19     0.00     1124     0.00     0.00  display_and_set_cursor
  0.00      3.19     0.00     1122     0.00     0.00  x_after_update_window_line
  0.00      3.19     0.00     1122     0.00     0.00  x_clear_frame_area
  0.00      3.19     0.00     1118     0.00     0.00  Fbolp
  0.00      3.19     0.00     1118     0.00     0.00  draw_row_fringe_bitmaps
  0.00      3.19     0.00     1118     0.00     0.00  window_box_right
  0.00      3.19     0.00     1118     0.00     0.00  x_update_window_begin
  0.00      3.19     0.00     1118     0.00     0.00  x_update_window_end
  0.00      3.19     0.00     1116     0.00     0.00  draw_window_fringes
  0.00      3.19     0.00     1110     0.00     0.00  x_draw_window_cursor
  0.00      3.19     0.00     1101     0.00     0.00  x_parse_color
  0.00      3.19     0.00     1096     0.00     0.00  display_mode_element
  0.00      3.19     0.00     1096     0.00     0.00  format_mode_line_unwind_data
  0.00      3.19     0.00     1096     0.00     0.00  unwind_format_mode_line
  0.00      3.19     0.00     1092     0.00     0.00  string_to_number
  0.00      3.19     0.00     1092     0.00     0.00  update_begin
  0.00      3.19     0.00     1091     0.00     0.00  Fdelq
  0.00      3.19     0.00     1091     0.00     0.00  x_update_begin
  0.00      3.19     0.00     1091     0.00     0.00  x_update_end
  0.00      3.19     0.00     1090     0.00     0.00  update_end
  0.00      3.19     0.00     1089     0.00     0.00  build_marker
  0.00      3.19     0.00     1081     0.00     0.00  Fframe_live_p
  0.00      3.19     0.00     1081     0.00     0.00  set_point_from_marker
  0.00      3.19     0.00     1075     0.00     0.00  Fmarker_buffer
  0.00      3.19     0.00     1075     0.00     0.00  Fpoint_marker
  0.00      3.19     0.00     1075     0.00     0.00  free_misc
  0.00      3.19     0.00     1075     0.00     0.00  make_save_obj_obj_obj_obj
  0.00      3.19     0.00     1075     0.00     0.00  save_excursion_restore
  0.00      3.19     0.00     1075     0.00     0.00  save_excursion_save
  0.00      3.19     0.00     1073     0.00     0.00  parse_solitary_modifier
  0.00      3.19     0.00     1071     0.00     0.00  Freverse
  0.00      3.19     0.00     1069     0.00     0.00  Fwhere_is_internal
  0.00      3.19     0.00     1069     0.00     0.00  Fwindow_parameter
  0.00      3.19     0.00     1067     0.00     0.00  where_is_internal
  0.00      3.19     0.00     1066     0.00     0.00  add_text_properties_1
  0.00      3.19     0.00     1064     0.00     0.00  Fput_text_property
  0.00      3.19     0.00     1064     0.00     0.00  modify_text_properties
  0.00      3.19     0.00     1064     0.00     0.00  update_window
  0.00      3.19     0.00     1063     0.00     0.00  Fwindow_live_p
  0.00      3.19     0.00     1062     0.00     0.00  Fframe_char_width
  0.00      3.19     0.00     1062     0.00     0.00  save_restriction_restore
  0.00      3.19     0.00     1062     0.00     0.00  save_restriction_save
  0.00      3.19     0.00     1059     0.00     0.00  XTredeem_scroll_bar
  0.00      3.19     0.00     1059     0.00     0.00  XTset_vertical_scroll_bar
  0.00      3.19     0.00     1059     0.00     0.00  redisplay_window
  0.00      3.19     0.00     1059     0.00     0.00  set_vertical_scroll_bar
  0.00      3.19     0.00     1059     0.00     0.00  xg_set_toolkit_scroll_bar_thumb
  0.00      3.19     0.00     1056     0.00     0.00  Ffont_get
  0.00      3.19     0.00     1054     0.00     0.00  Fsubrp
  0.00      3.19     0.00     1054     0.00     0.00  mark_buffer
  0.00      3.19     0.00     1052     0.00     0.00  Frun_hook_with_args_until_success
  0.00      3.19     0.00     1049     0.00     0.00  redisplay_window_1
  0.00      3.19     0.00     1045     0.00     0.00  apply1
  0.00      3.19     0.00     1045     0.00     0.00  merge_face_ref
  0.00      3.19     0.00     1044     0.00     0.00  unwind_set_match_data
  0.00      3.19     0.00     1043     0.00     0.00  clear_window_matrices
  0.00      3.19     0.00     1043     0.00     0.00  mark_window_display_accurate_1
  0.00      3.19     0.00     1043     0.00     0.00  merge_named_face
  0.00      3.19     0.00     1042     0.00     0.00  Fcurrent_window_configuration
  0.00      3.19     0.00     1042     0.00     0.00  foreach_window_1
  0.00      3.19     0.00     1041     0.00     0.00  record_unwind_save_match_data
  0.00      3.19     0.00     1039     0.00     0.00  check_window_containing
  0.00      3.19     0.00     1039     0.00     0.00  coordinates_in_window
  0.00      3.19     0.00     1037     0.00     0.00  window_from_coordinates
  0.00      3.19     0.00     1036     0.00     0.00  note_mouse_highlight
  0.00      3.19     0.00     1036     0.00     0.00  set_window_update_flags
  0.00      3.19     0.00     1035     0.00     0.00  Foverlayp
  0.00      3.19     0.00     1035     0.00     0.00  define_frame_cursor1
  0.00      3.19     0.00     1035     0.00     0.00  unrequest_sigio
  0.00      3.19     0.00     1035     0.00     0.00  update_overlay_arrows
  0.00      3.19     0.00     1035     0.00     0.00  x_define_frame_cursor
  0.00      3.19     0.00     1034     0.00     0.00  XTframe_up_to_date
  0.00      3.19     0.00     1033     0.00     0.00  bidi_mirror_char
  0.00      3.19     0.00     1033     0.00     0.00  decode_mode_spec_coding
  0.00      3.19     0.00     1033     0.00     0.00  display_mode_line
  0.00      3.19     0.00     1033     0.00     0.00  display_mode_lines
  0.00      3.19     0.00     1033     0.00     0.00  overlay_arrows_changed_p
  0.00      3.19     0.00     1033     0.00     0.00  pint2str
  0.00      3.19     0.00     1033     0.00     0.00  pop_kboard
  0.00      3.19     0.00     1033     0.00     0.00  push_kboard
  0.00      3.19     0.00     1033     0.00     0.00  request_sigio
  0.00      3.19     0.00     1033     0.00     0.00  update_frame
  0.00      3.19     0.00     1033     0.00     0.00  update_window_tree
  0.00      3.19     0.00     1032     0.00     0.00  clear_desired_matrices
  0.00      3.19     0.00     1032     0.00     0.00  stop_polling
  0.00      3.19     0.00     1032     0.00     0.00  window_box_right_offset
  0.00      3.19     0.00     1031     0.00     0.00  hscroll_window_tree
  0.00      3.19     0.00     1031     0.00     0.00  hscroll_windows
  0.00      3.19     0.00     1031     0.00     0.00  redisplay_internal
  0.00      3.19     0.00     1031     0.00     0.00  start_polling
  0.00      3.19     0.00     1031     0.00     0.00  sub_char_table_set_range
  0.00      3.19     0.00     1030     0.00     0.00  unwind_redisplay
  0.00      3.19     0.00     1029     0.00     0.00  xic_set_preeditarea
  0.00      3.19     0.00     1026     0.00     0.00  redisplay
  0.00      3.19     0.00     1026     0.00     0.00  top_level_1
  0.00      3.19     0.00     1025     0.00     0.00  event_to_kboard
  0.00      3.19     0.00     1025     0.00     0.00  kbd_buffer_nr_stored
  0.00      3.19     0.00     1025     0.00     0.00  kbd_buffer_store_buffered_event
  0.00      3.19     0.00     1025     0.00     0.00  kbd_on_hold_p
  0.00      3.19     0.00     1023     0.00     0.00  Farrayp
  0.00      3.19     0.00     1023     0.00     0.00  Fcall_interactively
  0.00      3.19     0.00     1023     0.00     0.00  Ffuncall_interactively
  0.00      3.19     0.00     1023     0.00     0.00  Finteractive_form
  0.00      3.19     0.00     1023     0.00     0.00  temporarily_switch_to_single_kboard
  0.00      3.19     0.00     1023     0.00     0.00  x_x_to_emacs_modifiers
  0.00      3.19     0.00     1022     0.00     0.00  Fwindow_fringes
  0.00      3.19     0.00     1022     0.00     0.00  Fwindow_header_line_height
  0.00      3.19     0.00     1022     0.00     0.00  Fwindow_margins
  0.00      3.19     0.00     1022     0.00     0.00  add_command_key
  0.00      3.19     0.00     1022     0.00     0.00  follow_key
  0.00      3.19     0.00     1022     0.00     0.00  make_lispy_event
  0.00      3.19     0.00     1022     0.00     0.00  read_char
  0.00      3.19     0.00     1022     0.00     0.00  record_char
  0.00      3.19     0.00     1022     0.00     0.00  record_unwind_protect_ptr
  0.00      3.19     0.00     1022     0.00     0.00  restore_kboard_configuration
  0.00      3.19     0.00     1022     0.00     0.00  store_kbd_macro_char
  0.00      3.19     0.00     1022     0.00     0.00  test_undefined
  0.00      3.19     0.00     1021     0.00     0.00  Fx_hide_tip
  0.00      3.19     0.00     1021     0.00     0.00  decode_live_window
  0.00      3.19     0.00     1021     0.00     0.00  move_it_in_display_line
  0.00      3.19     0.00     1021     0.00     0.00  read_key_sequence.constprop.44
  0.00      3.19     0.00     1021     0.00     0.00  schedule_atimer
  0.00      3.19     0.00     1021     0.00     0.00  start_atimer
  0.00      3.19     0.00     1021     0.00     0.00  start_hourglass
  0.00      3.19     0.00     1020     0.00     0.00  Fabs
  0.00      3.19     0.00     1020     0.00     0.00  Fset_window_vscroll
  0.00      3.19     0.00     1020     0.00     0.00  Fvertical_motion
  0.00      3.19     0.00     1020     0.00     0.00  Fwindow_pixel_width
  0.00      3.19     0.00     1020     0.00     0.00  cancel_atimer
  0.00      3.19     0.00     1020     0.00     0.00  modify_event_symbol
  0.00      3.19     0.00     1019     0.00     0.00  sit_for
  0.00      3.19     0.00     1012     0.00     0.00  Fwindow_pixel_height
  0.00      3.19     0.00     1007     0.00     0.00  make_interval
  0.00      3.19     0.00     1003     0.00     0.00  erase_phys_cursor
  0.00      3.19     0.00     1001     0.00     0.00  insert_from_string
  0.00      3.19     0.00     1001     0.00     0.00  insert_from_string_1
  0.00      3.19     0.00     1000     0.00     0.00  Fborder_width
  0.00      3.19     0.00     1000     0.00     0.00  Fline_pixel_height
  0.00      3.19     0.00     1000     0.00     0.00  Fwindow_body_height
  0.00      3.19     0.00     1000     0.00     0.00  Fwindow_body_width
  0.00      3.19     0.00     1000     0.00     0.00  Fwindow_start
  0.00      3.19     0.00     1000     0.00     0.00  echo_dash
  0.00      3.19     0.00     1000     0.00     0.00  prepare_record
  0.00      3.19     0.00     1000     0.00     0.00  reset_var_on_error
  0.00      3.19     0.00     1000     0.00     0.00  set_properties
  0.00      3.19     0.00     1000     0.00     0.00  set_text_properties_1
  0.00      3.19     0.00     1000     0.00     0.00  window_body_width
  0.00      3.19     0.00      999     0.00     0.00  split_interval_right
  0.00      3.19     0.00      981     0.00     0.00  re_set_registers
  0.00      3.19     0.00      973     0.00     0.00  wait_reading_process_output
  0.00      3.19     0.00      973     0.00     0.00  wait_reading_process_output_unwind
  0.00      3.19     0.00      965     0.00     0.00  list4
  0.00      3.19     0.00      961     0.00     0.00  remove_properties
  0.00      3.19     0.00      923     0.00     0.00  x_catch_errors_with_handler
  0.00      3.19     0.00      922     0.00     0.00  lookup_rgb_color
  0.00      3.19     0.00      922     0.00     0.00  x_had_errors_p
  0.00      3.19     0.00      922     0.00     0.00  x_uncatch_errors
  0.00      3.19     0.00      922     0.00     0.00  xbm_image_p
  0.00      3.19     0.00      917     0.00     0.00  font_registry_charsets
  0.00      3.19     0.00      917     0.00     0.00  x_catch_errors
  0.00      3.19     0.00      916     0.00     0.00  xfont_encode_coding_xlfd
  0.00      3.19     0.00      916     0.00     0.00  xfont_list_pattern
  0.00      3.19     0.00      895     0.00     0.00  Frassoc
  0.00      3.19     0.00      895     0.00     0.00  fs_query_fontset
  0.00      3.19     0.00      887     0.00     0.00  Ffont_spec
  0.00      3.19     0.00      886     0.00     0.00  coding_set_source
  0.00      3.19     0.00      886     0.00     0.00  setup_coding_system
  0.00      3.19     0.00      883     0.00     0.00  find_font_encoding
  0.00      3.19     0.00      883     0.00     0.00  get_translation_table
  0.00      3.19     0.00      881     0.00     0.00  code_conversion_restore
  0.00      3.19     0.00      881     0.00     0.00  code_conversion_save
  0.00      3.19     0.00      881     0.00     0.00  free_realized_fontsets
  0.00      3.19     0.00      880     0.00     0.00  Fset_fontset_font
  0.00      3.19     0.00      880     0.00     0.00  check_fontset_name
  0.00      3.19     0.00      880     0.00     0.00  code_convert_string
  0.00      3.19     0.00      879     0.00     0.00  concat3
  0.00      3.19     0.00      821     0.00     0.00  compact_buffer
  0.00      3.19     0.00      819     0.00     0.00  Ffont_xlfd_name
  0.00      3.19     0.00      744     0.00     0.00  free_cons
  0.00      3.19     0.00      701     0.00     0.00  xg_item_label_same_p
  0.00      3.19     0.00      692     0.00     0.00  search_buffer
  0.00      3.19     0.00      692     0.00     0.00  search_command
  0.00      3.19     0.00      686     0.00     0.00  font_parse_family_registry
  0.00      3.19     0.00      672     0.00     0.00  Fre_search_forward
  0.00      3.19     0.00      640     0.00     0.00  char_table_set
  0.00      3.19     0.00      634     0.00     0.00  Fparse_partial_sexp
  0.00      3.19     0.00      634     0.00     0.00  scan_sexps_forward
  0.00      3.19     0.00      631     0.00     0.00  Fmake_local_variable
  0.00      3.19     0.00      619     0.00     0.00  adjust_markers_for_delete
  0.00      3.19     0.00      619     0.00     0.00  adjust_overlays_for_delete
  0.00      3.19     0.00      616     0.00     0.00  del_range_2
  0.00      3.19     0.00      616     0.00     0.00  evaporate_overlays
  0.00      3.19     0.00      616     0.00     0.00  record_delete
  0.00      3.19     0.00      598     0.00     0.00  del_range
  0.00      3.19     0.00      598     0.00     0.00  del_range_1
  0.00      3.19     0.00      595     0.00     0.00  text_quoting_style
  0.00      3.19     0.00      593     0.00     0.00  Fbuffer_live_p
  0.00      3.19     0.00      590     0.00     0.00  Fsubstitute_command_keys
  0.00      3.19     0.00      589     0.00     0.00  mark_face_cache
  0.00      3.19     0.00      583     0.00     0.00  make_buffer_string_both
  0.00      3.19     0.00      583     0.00     0.00  update_buffer_properties
  0.00      3.19     0.00      581     0.00     0.00  insert_from_gap
  0.00      3.19     0.00      580     0.00     0.00  decode_coding
  0.00      3.19     0.00      580     0.00     0.00  produce_chars
  0.00      3.19     0.00      578     0.00     0.00  Fbuffer_string
  0.00      3.19     0.00      578     0.00     0.00  Ferase_buffer
  0.00      3.19     0.00      578     0.00     0.00  decode_coding_object
  0.00      3.19     0.00      578     0.00     0.00  decode_coding_utf_8
  0.00      3.19     0.00      557     0.00     0.00  Fconcat
  0.00      3.19     0.00      556     0.00     0.00  read_hex
  0.00      3.19     0.00      551     0.00     0.00  make_save_ptr_int
  0.00      3.19     0.00      550     0.00     0.00  read0
  0.00      3.19     0.00      545     0.00     0.00  Fautoload_do_load
  0.00      3.19     0.00      545     0.00     0.00  Fmake_symbol
  0.00      3.19     0.00      543     0.00     0.00  Fmacroexpand
  0.00      3.19     0.00      540     0.00     0.00  know_region_cache
  0.00      3.19     0.00      540     0.00     0.00  read_list
  0.00      3.19     0.00      539     0.00     0.00  intern_sym
  0.00      3.19     0.00      535     0.00     0.00  set_marker_both
  0.00      3.19     0.00      525     0.00     0.00  xg_update_menubar
  0.00      3.19     0.00      520     0.00     0.00  decode_file_name
  0.00      3.19     0.00      519     0.00     0.00  Fline_end_position
  0.00      3.19     0.00      519     0.00     0.00  find_before_next_newline
  0.00      3.19     0.00      518     0.00     0.00  Fforward_line
  0.00      3.19     0.00      516     0.00     0.00  Fskip_syntax_forward
  0.00      3.19     0.00      516     0.00     0.00  skip_syntaxes
  0.00      3.19     0.00      513     0.00     0.00  Flss
  0.00      3.19     0.00      513     0.00     0.00  arithcompare_driver
  0.00      3.19     0.00      500     0.00     0.00  Fadd1
  0.00      3.19     0.00      500     0.00     0.00  Finsert
  0.00      3.19     0.00      500     0.00     0.00  Fsetq
  0.00      3.19     0.00      500     0.00     0.00  general_insert_function
  0.00      3.19     0.00      484     0.00     0.00  mark_discard_killed_buffers
  0.00      3.19     0.00      484     0.00     0.00  read_dirent
  0.00      3.19     0.00      461     0.00     0.00  xfont_list
  0.00      3.19     0.00      440     0.00     0.00  Fsingle_key_description
  0.00      3.19     0.00      436     0.00     0.00  push_key_description
  0.00      3.19     0.00      425     0.00     0.00  chars_in_text
  0.00      3.19     0.00      380     0.00     0.00  Fstring_match
  0.00      3.19     0.00      380     0.00     0.00  insert_char
  0.00      3.19     0.00      380     0.00     0.00  string_match_1
  0.00      3.19     0.00      377     0.00     0.00  Fkeymapp
  0.00      3.19     0.00      347     0.00     0.00  ftfont_list
  0.00      3.19     0.00      347     0.00     0.00  ftfont_spec_pattern
  0.00      3.19     0.00      347     0.00     0.00  xftfont_list
  0.00      3.19     0.00      328     0.00     0.00  Fexpand_file_name
  0.00      3.19     0.00      319     0.00     0.00  xnrealloc
  0.00      3.19     0.00      309     0.00     0.00  fset_redisplay
  0.00      3.19     0.00      307     0.00     0.00  encode_file_name
  0.00      3.19     0.00      302     0.00     0.00  alloc_destination
  0.00      3.19     0.00      301     0.00     0.00  consume_chars
  0.00      3.19     0.00      301     0.00     0.00  encode_coding
  0.00      3.19     0.00      301     0.00     0.00  encode_coding_object
  0.00      3.19     0.00      301     0.00     0.00  encode_coding_utf_8
  0.00      3.19     0.00      300     0.00     0.00  set_marker_restricted_both
  0.00      3.19     0.00      294     0.00     0.00  eval_dyn
  0.00      3.19     0.00      294     0.00     0.00  menu_item_eval_property
  0.00      3.19     0.00      263     0.00     0.00  shadow_lookup
  0.00      3.19     0.00      262     0.00     0.00  Fwindow_valid_p
  0.00      3.19     0.00      244     0.00     0.00  Fsubstring
  0.00      3.19     0.00      241     0.00     0.00  concat2
  0.00      3.19     0.00      233     0.00     0.00  Ffontp
  0.00      3.19     0.00      230     0.00     0.00  adjust_window_count
  0.00      3.19     0.00      226     0.00     0.00  Fand
  0.00      3.19     0.00      224     0.00     0.00  preferred_sequence_p
  0.00      3.19     0.00      219     0.00     0.00  row_equal_p.constprop.18
  0.00      3.19     0.00      216     0.00     0.00  code_convert_string_norecord
  0.00      3.19     0.00      215     0.00     0.00  Fsafe_length
  0.00      3.19     0.00      215     0.00     0.00  map_char_table
  0.00      3.19     0.00      209     0.00     0.00  Fdefault_boundp
  0.00      3.19     0.00      208     0.00     0.00  Fkey_description
  0.00      3.19     0.00      204     0.00     0.00  font_prop_validate_symbol
  0.00      3.19     0.00      195     0.00     0.00  make_multibyte_string
  0.00      3.19     0.00      189     0.00     0.00  store_mode_line_noprop
  0.00      3.19     0.00      188     0.00     0.00  intern_driver
  0.00      3.19     0.00      183     0.00     0.00  Fread
  0.00      3.19     0.00      183     0.00     0.00  insert_1_both
  0.00      3.19     0.00      183     0.00     0.00  read_internal_start
  0.00      3.19     0.00      179     0.00     0.00  safe_call
  0.00      3.19     0.00      179     0.00     0.00  x_defined_color
  0.00      3.19     0.00      179     0.00     0.00  xg_check_special_colors
  0.00      3.19     0.00      175     0.00     0.00  gamma_correct
  0.00      3.19     0.00      175     0.00     0.00  x_alloc_nearest_color
  0.00      3.19     0.00      174     0.00     0.00  emacs_open
  0.00      3.19     0.00      171     0.00     0.00  Fnext_read_file_uses_dialog_p
  0.00      3.19     0.00      170     0.00     0.00  make_sub_char_table
  0.00      3.19     0.00      165     0.00     0.00  string_to_multibyte
  0.00      3.19     0.00      161     0.00     0.00  defined_color
  0.00      3.19     0.00      161     0.00     0.00  load_color2
  0.00      3.19     0.00      160     0.00     0.00  add_row_entry
  0.00      3.19     0.00      150     0.00     0.00  syntax_multibyte
  0.00      3.19     0.00      146     0.00     0.00  Fappend
  0.00      3.19     0.00      141     0.00     0.00  check_x_display_info
  0.00      3.19     0.00      139     0.00     0.00  Fsymbol_function
  0.00      3.19     0.00      139     0.00     0.00  select_window
  0.00      3.19     0.00      138     0.00     0.00  current_message
  0.00      3.19     0.00      137     0.00     0.00  Fdefvar
  0.00      3.19     0.00      136     0.00     0.00  ensure_echo_area_buffers
  0.00      3.19     0.00      136     0.00     0.00  readevalloop_eager_expand_eval
  0.00      3.19     0.00      134     0.00     0.00  Fselect_window
  0.00      3.19     0.00      133     0.00     0.00  decode_window_system_frame
  0.00      3.19     0.00      133     0.00     0.00  x_free_colors
  0.00      3.19     0.00      132     0.00     0.00  Fkeymap_prompt
  0.00      3.19     0.00      123     0.00     0.00  Fset_syntax_table
  0.00      3.19     0.00      123     0.00     0.00  check_syntax_table
  0.00      3.19     0.00      122     0.00     0.00  fast_c_string_match_ignore_case
  0.00      3.19     0.00      122     0.00     0.00  string_make_unibyte
  0.00      3.19     0.00      121     0.00     0.00  Fmake_sparse_keymap
  0.00      3.19     0.00      121     0.00     0.00  copy_text_properties
  0.00      3.19     0.00      121     0.00     0.00  mark_image_cache
  0.00      3.19     0.00      121     0.00     0.00  pop_message_unwind
  0.00      3.19     0.00      121     0.00     0.00  push_message
  0.00      3.19     0.00      120     0.00     0.00  Fsyntax_table
  0.00      3.19     0.00      119     0.00     0.00  Ffile_name_absolute_p
  0.00      3.19     0.00      118     0.00     0.00  Fgarbage_collect
  0.00      3.19     0.00      118     0.00     0.00  Fmap_keymap
  0.00      3.19     0.00      118     0.00     0.00  Ftext_property_any
  0.00      3.19     0.00      118     0.00     0.00  ftfont_get_charset
  0.00      3.19     0.00      118     0.00     0.00  map_keymap_canonical
  0.00      3.19     0.00      118     0.00     0.00  mark_fringe_data
  0.00      3.19     0.00      118     0.00     0.00  mark_kboards
  0.00      3.19     0.00      118     0.00     0.00  mark_specpdl
  0.00      3.19     0.00      118     0.00     0.00  relocate_byte_stack
  0.00      3.19     0.00      118     0.00     0.00  safe_call1
  0.00      3.19     0.00      118     0.00     0.00  shrink_regexp_cache
  0.00      3.19     0.00      118     0.00     0.00  sweep_floats
  0.00      3.19     0.00      118     0.00     0.00  sweep_intervals
  0.00      3.19     0.00      118     0.00     0.00  sweep_misc
  0.00      3.19     0.00      118     0.00     0.00  sweep_strings
  0.00      3.19     0.00      118     0.00     0.00  sweep_symbols
  0.00      3.19     0.00      118     0.00     0.00  sweep_weak_hash_tables
  0.00      3.19     0.00      118     0.00     0.00  total_bytes_of_live_objects
  0.00      3.19     0.00      118     0.00     0.00  xg_mark_data
  0.00      3.19     0.00      117     0.00     0.00  Feq
  0.00      3.19     0.00      115     0.00     0.00  wset_buffer
  0.00      3.19     0.00      114     0.00     0.00  normal_char_ascent_descent
  0.00      3.19     0.00      113     0.00     0.00  make_widget_for_menu_item
  0.00      3.19     0.00      108     0.00     0.00  set_fontset_font
  0.00      3.19     0.00      106     0.00     0.00  push_menu_pane
  0.00      3.19     0.00      106     0.00     0.00  single_keymap_panes
  0.00      3.19     0.00      105     0.00     0.00  Fget_buffer_create
  0.00      3.19     0.00      101     0.00     0.00  message_dolog
  0.00      3.19     0.00      100     0.00     0.00  image_spec_value
  0.00      3.19     0.00       96     0.00     0.00  cache_face
  0.00      3.19     0.00       95     0.00     0.00  Fbuffer_name
  0.00      3.19     0.00       94     0.00     0.00  make_realized_face
  0.00      3.19     0.00       94     0.00     0.00  realize_face
  0.00      3.19     0.00       93     0.00     0.00  Ffile_name_nondirectory
  0.00      3.19     0.00       91     0.00     0.00  Fxw_display_color_p
  0.00      3.19     0.00       91     0.00     0.00  clear_glyph_matrix
  0.00      3.19     0.00       90     0.00     0.00  Fwindow_left_child
  0.00      3.19     0.00       90     0.00     0.00  Fwindow_top_child
  0.00      3.19     0.00       90     0.00     0.00  let_shadows_buffer_binding_p
  0.00      3.19     0.00       90     0.00     0.00  read_vector
  0.00      3.19     0.00       88     0.00     0.00  Fwindow_minibuffer_p
  0.00      3.19     0.00       84     0.00     0.00  Fmake_char_table
  0.00      3.19     0.00       84     0.00     0.00  realize_named_face
  0.00      3.19     0.00       82     0.00     0.00  Finternal_make_lisp_face
  0.00      3.19     0.00       82     0.00     0.00  make_fontset
  0.00      3.19     0.00       80     0.00     0.00  setup_echo_area_for_printing
  0.00      3.19     0.00       79     0.00     0.00  Fmake_marker
  0.00      3.19     0.00       79     0.00     0.00  face_color_supported_p
  0.00      3.19     0.00       79     0.00     0.00  make_fontset_for_ascii_face
  0.00      3.19     0.00       78     0.00     0.00  Fwindowp
  0.00      3.19     0.00       76     0.00     0.00  float_arith_driver
  0.00      3.19     0.00       75     0.00     0.00  font_parse_name
  0.00      3.19     0.00       72     0.00     0.00  make_save_funcptr_ptr_obj
  0.00      3.19     0.00       71     0.00     0.00  Fdirectory_file_name
  0.00      3.19     0.00       65     0.00     0.00  Flet
  0.00      3.19     0.00       65     0.00     0.00  match_limit
  0.00      3.19     0.00       65     0.00     0.00  x_sync
  0.00      3.19     0.00       64     0.00     0.00  gap_left
  0.00      3.19     0.00       64     0.00     0.00  x_destroy_bitmap
  0.00      3.19     0.00       63     0.00     0.00  Fregexp_quote
  0.00      3.19     0.00       63     0.00     0.00  free_face_fontset
  0.00      3.19     0.00       63     0.00     0.00  larger_vector
  0.00      3.19     0.00       63     0.00     0.00  x_consider_frame_title
  0.00      3.19     0.00       62     0.00     0.00  x_draw_vertical_border
  0.00      3.19     0.00       62     0.00     0.00  x_top_window_to_frame
  0.00      3.19     0.00       61     0.00     0.00  FletX
  0.00      3.19     0.00       61     0.00     0.00  update_frame_tool_bar
  0.00      3.19     0.00       60     0.00     0.00  Ftool_bar_get_system_style
  0.00      3.19     0.00       60     0.00     0.00  input_polling_used
  0.00      3.19     0.00       60     0.00     0.00  update_window_cursor
  0.00      3.19     0.00       60     0.00     0.00  xg_gtk_scroll_destroy
  0.00      3.19     0.00       59     0.00     0.00  Fdecode_coding_string
  0.00      3.19     0.00       59     0.00     0.00  Fnull
  0.00      3.19     0.00       59     0.00     0.00  Frun_hook_wrapped
  0.00      3.19     0.00       59     0.00     0.00  mapcar1
  0.00      3.19     0.00       59     0.00     0.00  run_hook_wrapped_funcall
  0.00      3.19     0.00       59     0.00     0.00  scan_newline
  0.00      3.19     0.00       57     0.00     0.00  Fmapcar
  0.00      3.19     0.00       57     0.00     0.00  get_frame_param
  0.00      3.19     0.00       56     0.00     0.00  resize_mini_window
  0.00      3.19     0.00       56     0.00     0.00  run_window_scroll_functions
  0.00      3.19     0.00       56     0.00     0.00  store_frame_param
  0.00      3.19     0.00       56     0.00     0.00  truncate_undo_list
  0.00      3.19     0.00       56     0.00     0.00  unwind_with_echo_area_buffer
  0.00      3.19     0.00       56     0.00     0.00  with_echo_area_buffer
  0.00      3.19     0.00       55     0.00     0.00  file_directory_p
  0.00      3.19     0.00       54     0.00     0.00  in_ellipses_for_invisible_text_p
  0.00      3.19     0.00       54     0.00     0.00  menu_bar_item
  0.00      3.19     0.00       54     0.00     0.00  rotate_matrix
  0.00      3.19     0.00       54     0.00     0.00  try_window_reusing_current_matrix
  0.00      3.19     0.00       54     0.00     0.00  x_clear_cursor
  0.00      3.19     0.00       54     0.00     0.00  x_clear_window_mouse_face
  0.00      3.19     0.00       54     0.00     0.00  x_scroll_run
  0.00      3.19     0.00       53     0.00     0.00  Fstringp
  0.00      3.19     0.00       52     0.00     0.00  Ffile_name_as_directory
  0.00      3.19     0.00       51     0.00     0.00  enlarge_buffer_text
  0.00      3.19     0.00       51     0.00     0.00  make_gap
  0.00      3.19     0.00       51     0.00     0.00  x_get_arg
  0.00      3.19     0.00       50     0.00     0.00  Fframe_root_window
  0.00      3.19     0.00       50     0.00     0.00  char_quoted
  0.00      3.19     0.00       50     0.00     0.00  getenv_internal
  0.00      3.19     0.00       50     0.00     0.00  getenv_internal_1
  0.00      3.19     0.00       50     0.00     0.00  validate_x_resource_name
  0.00      3.19     0.00       50     0.00     0.00  x_get_string_resource
  0.00      3.19     0.00       50     0.00     0.00  xft_settings_event
  0.00      3.19     0.00       49     0.00     0.00  xrdb_get_resource
  0.00      3.19     0.00       48     0.00     0.00  Fmatch_beginning
  0.00      3.19     0.00       48     0.00     0.00  str_as_unibyte
  0.00      3.19     0.00       47     0.00     0.00  Ffile_name_directory
  0.00      3.19     0.00       46     0.00     0.00  Ffile_directory_p
  0.00      3.19     0.00       46     0.00     0.00  expand_and_dir_to_file
  0.00      3.19     0.00       46     0.00     0.00  set_poll_suppress_count
  0.00      3.19     0.00       46     0.00     0.00  unwind_to_catch
  0.00      3.19     0.00       45     0.00     0.00  CHECK_CHAR_TABLE
  0.00      3.19     0.00       45     0.00     0.00  rounding_driver
  0.00      3.19     0.00       44     0.00     0.00  Fceiling
  0.00      3.19     0.00       44     0.00     0.00  ceiling2
  0.00      3.19     0.00       44     0.00     0.00  gap_right
  0.00      3.19     0.00       44     0.00     0.00  x_handle_property_notify
  0.00      3.19     0.00       42     0.00     0.00  move_gap_both
  0.00      3.19     0.00       42     0.00     0.00  openp
  0.00      3.19     0.00       41     0.00     0.00  clear_message
  0.00      3.19     0.00       41     0.00     0.00  xg_tool_bar_help_callback
  0.00      3.19     0.00       40     0.00     0.00  Frun_hooks
  0.00      3.19     0.00       40     0.00     0.00  Fsignal
  0.00      3.19     0.00       40     0.00     0.00  define_image_type
  0.00      3.19     0.00       40     0.00     0.00  lookup_image_type
  0.00      3.19     0.00       40     0.00     0.00  strout
  0.00      3.19     0.00       39     0.00     0.00  egetenv_internal
  0.00      3.19     0.00       39     0.00     0.00  try_window
  0.00      3.19     0.00       38     0.00     0.00  Fset_char_table_range
  0.00      3.19     0.00       38     0.00     0.00  adjust_glyph_matrix
  0.00      3.19     0.00       38     0.00     0.00  call3
  0.00      3.19     0.00       38     0.00     0.00  del_range_both
  0.00      3.19     0.00       38     0.00     0.00  disassemble_lisp_time
  0.00      3.19     0.00       38     0.00     0.00  font_score
  0.00      3.19     0.00       37     0.00     0.00  Fdefalias
  0.00      3.19     0.00       37     0.00     0.00  Ffset
  0.00      3.19     0.00       37     0.00     0.00  valid_lisp_object_p
  0.00      3.19     0.00       37     0.00     0.00  x_set_frame_parameters
  0.00      3.19     0.00       37     0.00     0.00  xstrdup
  0.00      3.19     0.00       36     0.00     0.00  Fx_display_color_cells
  0.00      3.19     0.00       36     0.00     0.00  let_shadows_global_binding_p
  0.00      3.19     0.00       36     0.00     0.00  lisp_time_struct
  0.00      3.19     0.00       36     0.00     0.00  make_blv
  0.00      3.19     0.00       35     0.00     0.00  Fwindow_system
  0.00      3.19     0.00       34     0.00     0.00  frame_size_history_add
  0.00      3.19     0.00       33     0.00     0.00  Fforce_mode_line_update
  0.00      3.19     0.00       32     0.00     0.00  Fframe_selected_window
  0.00      3.19     0.00       32     0.00     0.00  map_charset_chars
  0.00      3.19     0.00       31     0.00     0.00  display_echo_area_1
  0.00      3.19     0.00       31     0.00     0.00  echo_area_display
  0.00      3.19     0.00       31     0.00     0.00  xpalloc
  0.00      3.19     0.00       30     0.00     0.00  bidi_fetch_char_skip_isolates
  0.00      3.19     0.00       30     0.00     0.00  find_first_strong_char
  0.00      3.19     0.00       30     0.00     0.00  x_default_parameter
  0.00      3.19     0.00       29     0.00     0.00  Fselected_frame
  0.00      3.19     0.00       28     0.00     0.00  call4
  0.00      3.19     0.00       27     0.00     0.00  Ffile_symlink_p
  0.00      3.19     0.00       27     0.00     0.00  font_prop_validate_otf
  0.00      3.19     0.00       26     0.00     0.00  Fload
  0.00      3.19     0.00       26     0.00     0.00  Fsubstitute_in_file_name
  0.00      3.19     0.00       26     0.00     0.00  search_embedded_absfilename
  0.00      3.19     0.00       25     0.00     0.00  bset_update_mode_line
  0.00      3.19     0.00       25     0.00     0.00  re_wctype
  0.00      3.19     0.00       24     0.00     0.00  Fminibuffer_window
  0.00      3.19     0.00       24     0.00     0.00  Fupcase_initials
  0.00      3.19     0.00       24     0.00     0.00  Fwindow_next_sibling
  0.00      3.19     0.00       24     0.00     0.00  store_in_keymap
  0.00      3.19     0.00       23     0.00     0.00  Faccessible_keymaps
  0.00      3.19     0.00       23     0.00     0.00  Fdefine_key
  0.00      3.19     0.00       22     0.00     0.00  Finternal_get_lisp_face_attribute
  0.00      3.19     0.00       22     0.00     0.00  Fwindow_bottom_divider_width
  0.00      3.19     0.00       22     0.00     0.00  Fwindow_mode_line_height
  0.00      3.19     0.00       22     0.00     0.00  Fwindow_right_divider_width
  0.00      3.19     0.00       22     0.00     0.00  Fwindow_scroll_bar_height
  0.00      3.19     0.00       22     0.00     0.00  Fwindow_scroll_bar_width
  0.00      3.19     0.00       22     0.00     0.00  careadlinkat
  0.00      3.19     0.00       22     0.00     0.00  emacs_readlinkat
  0.00      3.19     0.00       22     0.00     0.00  internal_condition_case
  0.00      3.19     0.00       21     0.00     0.00  Fframe_visible_p
  0.00      3.19     0.00       21     0.00     0.03  command_loop_1
  0.00      3.19     0.00       21     0.00     0.00  decode_live_terminal
  0.00      3.19     0.00       21     0.00     0.00  resize_echo_area_exactly
  0.00      3.19     0.00       21     0.00     0.00  resize_mini_window_1
  0.00      3.19     0.00       20     0.00     0.00  Factive_minibuffer_window
  0.00      3.19     0.00       20     0.00     0.00  Fcdr_safe
  0.00      3.19     0.00       20     0.00     0.00  Fcommand_error_default_function
  0.00      3.19     0.00       20     0.00     0.00  Fdiscard_input
  0.00      3.19     0.00       20     0.00     0.00  Ffunction
  0.00      3.19     0.00       20     0.00     0.00  Fprinc
  0.00      3.19     0.00       20     0.00     0.00  Fsearch_forward
  0.00      3.19     0.00       20     0.00     0.00  Fwindow_parent
  0.00      3.19     0.00       20     0.00     0.00  bitch_at_user
  0.00      3.19     0.00       20     0.00     0.00  boyer_moore
  0.00      3.19     0.00       20     0.00     0.00  cmd_error
  0.00      3.19     0.00       20     0.00     0.00  cmd_error_internal
  0.00      3.19     0.00       20     0.00     0.00  discard_tty_input
  0.00      3.19     0.00       20     0.00     0.00  four_corners_best
  0.00      3.19     0.00       20     0.00     0.00  free_realized_face
  0.00      3.19     0.00       20     0.00     0.00  message_log_maybe_newline
  0.00      3.19     0.00       20     0.00     0.00  parse_image_spec
  0.00      3.19     0.00       20     0.00     0.00  print
  0.00      3.19     0.00       20     0.00     0.00  print_c_string
  0.00      3.19     0.00       20     0.00     0.00  print_error_message
  0.00      3.19     0.00       20     0.00     0.00  print_object
  0.00      3.19     0.00       20     0.00     0.00  print_string
  0.00      3.19     0.00       20     0.00     0.00  required_matrix_height
  0.00      3.19     0.00       20     0.00     0.00  required_matrix_width
  0.00      3.19     0.00       20     0.00     0.00  ring_bell
  0.00      3.19     0.00       20     0.00     0.00  safe_eval_handler
  0.00      3.19     0.00       20     0.00     0.00  sanitize_window_sizes
  0.00      3.19     0.00       20     0.00     0.00  valid_image_p
  0.00      3.19     0.00       20     0.00     0.00  write_string_1
  0.00      3.19     0.00       20     0.00     0.00  xpm_image_p
  0.00      3.19     0.00       18     0.00     0.00  char_table_ascii
  0.00      3.19     0.00       18     0.00     0.00  extract_dimension
  0.00      3.19     0.00       18     0.00     0.00  font_parse_xlfd
  0.00      3.19     0.00       17     0.00     0.00  Fcurrent_message
  0.00      3.19     0.00       17     0.00     0.00  Fmatch_end
  0.00      3.19     0.00       17     0.00     0.00  Fprefix_numeric_value
  0.00      3.19     0.00       17     0.00     0.00  clear_image_cache
  0.00      3.19     0.00       17     0.00     0.00  clear_image_caches
  0.00      3.19     0.00       17     0.00     0.00  cons_to_signed
  0.00      3.19     0.00       17     0.00     0.00  dtotimespec
  0.00      3.19     0.00       16     0.00     0.00  Fbuffer_file_name
  0.00      3.19     0.00       16     0.00     0.00  Fbuffer_list
  0.00      3.19     0.00       16     0.00     0.00  Fcoding_system_base
  0.00      3.19     0.00       16     0.00     0.00  Ffeaturep
  0.00      3.19     0.00       16     0.00     0.00  Ffile_readable_p
  0.00      3.19     0.00       16     0.00     0.00  default_toplevel_binding
  0.00      3.19     0.00       16     0.00     0.00  lisp_string_width
  0.00      3.19     0.00       16     0.00     0.00  make_string_from_bytes
  0.00      3.19     0.00       16     0.00     0.00  xnmalloc
  0.00      3.19     0.00       14     0.00     0.00  Fmultibyte_string_p
  0.00      3.19     0.00       14     0.00     0.00  fontset_pattern_regexp
  0.00      3.19     0.00       14     0.00     0.00  magic_db
  0.00      3.19     0.00       14     0.00     0.00  x_query_colors
  0.00      3.19     0.00       13     0.00     0.00  Fx_get_resource
  0.00      3.19     0.00       13     0.00     0.00  check_window_system
  0.00      3.19     0.00       13     0.00     0.00  digest_single_submenu
  0.00      3.19     0.00       13     0.00     0.00  make_lisp_time
  0.00      3.19     0.00       13     0.00     0.00  parse_single_submenu
  0.00      3.19     0.00       13     0.00     0.00  update_submenu_strings
  0.00      3.19     0.00       12     0.00     0.00  Fcond
  0.00      3.19     0.00       12     0.00     0.00  Fcurrent_global_map
  0.00      3.19     0.00       12     0.00     0.00  For
  0.00      3.19     0.00       12     0.00     0.00  font_open_entity
  0.00      3.19     0.00       12     0.00     0.00  font_open_for_lface
  0.00      3.19     0.00       12     0.00     0.00  font_rescale_ratio
  0.00      3.19     0.00       12     0.00     0.00  read_file_name
  0.00      3.19     0.00       12     0.00     0.00  x_decode_color
  0.00      3.19     0.00       12     0.00     0.00  x_find_image_fd
  0.00      3.19     0.00       12     0.00     0.00  xftfont_add_rendering_parameters
  0.00      3.19     0.00       12     0.00     0.00  xg_get_gdk_scale
  0.00      3.19     0.00       11     0.00     0.00  Fcoding_system_plist
  0.00      3.19     0.00       11     0.00     0.00  Fdelete
  0.00      3.19     0.00       11     0.00     0.00  Fgetenv_internal
  0.00      3.19     0.00       11     0.00     0.00  adjust_frame_glyphs
  0.00      3.19     0.00       11     0.00     0.00  adjust_frame_size
  0.00      3.19     0.00       11     0.00     0.00  clear_current_matrices
  0.00      3.19     0.00       11     0.00     0.00  font_prepare_for_face
  0.00      3.19     0.00       11     0.00     0.00  xftfont_prepare_face
  0.00      3.19     0.00       10     0.00     0.00  Fcoding_system_p
  0.00      3.19     0.00       10     0.00     0.00  Fimage_mask_p
  0.00      3.19     0.00       10     0.00     0.00  Finit_image_library
  0.00      3.19     0.00       10     0.00     0.00  Flocal_variable_if_set_p
  0.00      3.19     0.00       10     0.00     0.00  clear_face_cache
  0.00      3.19     0.00       10     0.00     0.00  colors_in_color_table
  0.00      3.19     0.00       10     0.00     0.00  file_for_image
  0.00      3.19     0.00       10     0.00     0.00  find_icon_from_name
  0.00      3.19     0.00       10     0.00     0.00  frame_inhibit_resize
  0.00      3.19     0.00       10     0.00     0.00  free_color_table
  0.00      3.19     0.00       10     0.00     0.00  free_glyph_matrix
  0.00      3.19     0.00       10     0.00     0.00  get_font_ascent_descent
  0.00      3.19     0.00       10     0.00     0.00  image_background
  0.00      3.19     0.00       10     0.00     0.00  image_background_transparent
  0.00      3.19     0.00       10     0.00     0.00  lookup_image
  0.00      3.19     0.00       10     0.00     0.00  redisplay_window_0
  0.00      3.19     0.00       10     0.00     0.00  reset_buffer_local_variables
  0.00      3.19     0.00       10     0.00     0.00  search_image_cache
  0.00      3.19     0.00       10     0.00     0.00  set_marker_restricted
  0.00      3.19     0.00       10     0.00     0.00  sxhash
  0.00      3.19     0.00       10     0.00     0.00  x_build_heuristic_mask
  0.00      3.19     0.00       10     0.00     0.00  x_display_info_for_display
  0.00      3.19     0.00       10     0.00     0.00  xpm_free_color_cache
  0.00      3.19     0.00       10     0.00     0.00  xpm_load
  0.00      3.19     0.00        9     0.00     0.00  Fframe_list
  0.00      3.19     0.00        9     0.00     0.00  Fquo
  0.00      3.19     0.00        9     0.00     0.00  Fterminal_parameter
  0.00      3.19     0.00        9     0.00     0.00  Ftime_add
  0.00      3.19     0.00        9     0.00     0.00  Ftime_less_p
  0.00      3.19     0.00        9     0.00     0.00  cancel_mouse_face
  0.00      3.19     0.00        9     0.00     0.00  create_menus
  0.00      3.19     0.00        9     0.00     0.00  font_match_p
  0.00      3.19     0.00        9     0.00     0.00  get_current_wm_state
  0.00      3.19     0.00        9     0.00     0.00  keymap_parent
  0.00      3.19     0.00        9     0.00     0.00  make_gap_1
  0.00      3.19     0.00        9     0.00     0.00  styled_format
  0.00      3.19     0.00        9     0.00     0.00  time_add
  0.00      3.19     0.00        9     0.00     0.00  time_arith
  0.00      3.19     0.00        9     0.00     0.00  xg_update_submenu
  0.00      3.19     0.00        8     0.00     0.00  Fformat
  0.00      3.19     0.00        8     0.00     0.00  Fframe_terminal
  0.00      3.19     0.00        8     0.00     0.00  add_window_to_list
  0.00      3.19     0.00        8     0.00     0.00  allocate_matrices_for_window_redisplay
  0.00      3.19     0.00        8     0.00     0.00  do_switch_frame
  0.00      3.19     0.00        8     0.00     0.00  emacs_fixed_get_type
  0.00      3.19     0.00        8     0.00     0.00  emacs_read
  0.00      3.19     0.00        8     0.00     0.00  font_build_object
  0.00      3.19     0.00        8     0.00     0.00  font_load_for_lface
  0.00      3.19     0.00        8     0.00     0.00  font_make_object
  0.00      3.19     0.00        8     0.00     0.00  mark_window_display_accurate
  0.00      3.19     0.00        8     0.00     0.00  suffix_p
  0.00      3.19     0.00        8     0.00     0.00  wset_redisplay
  0.00      3.19     0.00        8     0.00     0.00  x_set_frame_alpha
  0.00      3.19     0.00        8     0.00     0.00  xftfont_open
  0.00      3.19     0.00        7     0.00     0.00  Fcurrent_time
  0.00      3.19     0.00        7     0.00     0.00  Fwindow_list_1
  0.00      3.19     0.00        7     0.00     0.00  clear_unwind_protect
  0.00      3.19     0.00        7     0.00     0.00  decode_any_window
  0.00      3.19     0.00        7     0.00     0.00  do_nothing
  0.00      3.19     0.00        7     0.00     0.00  dupstring
  0.00      3.19     0.00        7     0.00     0.00  menu_bar_items
  0.00      3.19     0.00        7     0.00     0.00  shrink_mini_window
  0.00      3.19     0.00        7     0.00     0.00  unload_color
  0.00      3.19     0.00        7     0.00     0.00  x_detect_focus_change
  0.00      3.19     0.00        6     0.00     0.00  Fbuffer_base_buffer
  0.00      3.19     0.00        6     0.00     0.00  Fconsp
  0.00      3.19     0.00        6     0.00     0.00  Fevent_convert_list
  0.00      3.19     0.00        6     0.00     0.00  Fframe_or_buffer_changed_p
  0.00      3.19     0.00        6     0.00     0.00  Fget_buffer_process
  0.00      3.19     0.00        6     0.00     0.00  Finternal_char_font
  0.00      3.19     0.00        6     0.00     0.00  Finternal_show_cursor
  0.00      3.19     0.00        6     0.00     0.00  Frestore_buffer_modified_p
  0.00      3.19     0.00        6     0.00     0.00  Fselect_frame
  0.00      3.19     0.00        6     0.00     0.00  Fthrow
  0.00      3.19     0.00        6     0.00     0.00  Fx_register_dnd_atom
  0.00      3.19     0.00        6     0.00     0.00  Fx_selection_exists_p
  0.00      3.19     0.00        6     0.00     0.00  Fxw_color_values
  0.00      3.19     0.00        6     0.00     0.00  clear_charpos_cache
  0.00      3.19     0.00        6     0.00     0.00  emacs_close
  0.00      3.19     0.00        6     0.00     0.00  font_done_for_face
  0.00      3.19     0.00        6     0.00     0.00  frame_for_x_selection
  0.00      3.19     0.00        6     0.00     0.00  indirect_variable
  0.00      3.19     0.00        6     0.00     0.00  lucid_event_type_list_p
  0.00      3.19     0.00        6     0.00     0.00  make_process
  0.00      3.19     0.00        6     0.00     0.00  my_log_handler
  0.00      3.19     0.00        6     0.00     0.00  realize_basic_faces
  0.00      3.19     0.00        6     0.00     0.00  recompute_basic_faces
  0.00      3.19     0.00        6     0.00     0.00  redisplay_other_windows
  0.00      3.19     0.00        6     0.00     0.00  run_hook
  0.00      3.19     0.00        6     0.00     0.00  run_window_configuration_change_hook
  0.00      3.19     0.00        6     0.00     0.00  swap_in_global_binding
  0.00      3.19     0.00        6     0.00     0.00  symbol_to_x_atom
  0.00      3.19     0.00        6     0.00     0.00  tty_color_name
  0.00      3.19     0.00        6     0.00     0.00  x_flush
  0.00      3.19     0.00        6     0.00     0.00  x_handle_dnd_message
  0.00      3.19     0.00        6     0.00     0.00  x_real_pos_and_offsets
  0.00      3.19     0.00        6     0.00     0.00  x_real_positions
  0.00      3.19     0.00        6     0.00     0.00  xftfont_done_face
  0.00      3.19     0.00        5     0.00     0.00  Fcopy_marker
  0.00      3.19     0.00        5     0.00     0.00  Fkill_local_variable
  0.00      3.19     0.00        5     0.00     0.00  Fmodify_frame_parameters
  0.00      3.19     0.00        5     0.00     0.00  Fset_buffer_modified_p
  0.00      3.19     0.00        5     0.00     0.00  Fset_buffer_multibyte
  0.00      3.19     0.00        5     0.00     0.00  Fsort
  0.00      3.19     0.00        5     0.00     0.00  Fsymbolp
  0.00      3.19     0.00        5     0.00     0.00  Fuse_local_map
  0.00      3.19     0.00        5     0.00     0.00  XTcondemn_scroll_bars
  0.00      3.19     0.00        5     0.00     0.00  XTjudge_scroll_bars
  0.00      3.19     0.00        5     0.00     0.00  allocate_buffer
  0.00      3.19     0.00        5     0.00     0.00  compute_window_start_on_continuation_line
  0.00      3.19     0.00        5     0.00     0.00  display_x_get_resource
  0.00      3.19     0.00        5     0.00     0.00  face_boolean_x_resource_value
  0.00      3.19     0.00        5     0.00     0.00  fontset_name
  0.00      3.19     0.00        5     0.00     0.00  free_menubar_widget_value_tree
  0.00      3.19     0.00        5     0.00     0.00  make_buffer_string
  0.00      3.19     0.00        5     0.00     0.00  mark_window_cursors_off
  0.00      3.19     0.00        5     0.00     0.00  new_region_cache
  0.00      3.19     0.00        5     0.00     0.00  redisplay_preserve_echo_area
  0.00      3.19     0.00        5     0.00     0.00  redisplay_windows
  0.00      3.19     0.00        5     0.00     0.00  reset_buffer
  0.00      3.19     0.00        5     0.00     0.00  resize_frame_windows
  0.00      3.19     0.00        5     0.00     0.00  set_frame_menubar
  0.00      3.19     0.00        5     0.00     0.00  staticpro
  0.00      3.19     0.00        5     0.00     0.00  swap_out_buffer_local_variables
  0.00      3.19     0.00        5     0.00     0.00  x_focus_changed
  0.00      3.19     0.00        5     0.00     0.00  x_window_to_frame
  0.00      3.19     0.00        5     0.00     0.00  x_wm_set_size_hint
  0.00      3.19     0.00        5     0.00     0.00  xg_destroy_widgets
  0.00      3.19     0.00        5     0.00     0.00  xg_update_frame_menubar
  0.00      3.19     0.00        4     0.00     0.00  Fbyte_code
  0.00      3.19     0.00        4     0.00     0.00  Fcar_safe
  0.00      3.19     0.00        4     0.00     0.00  Fcheck_coding_system
  0.00      3.19     0.00        4     0.00     0.00  Fdo_auto_save
  0.00      3.19     0.00        4     0.00     0.00  Ffont_put
  0.00      3.19     0.00        4     0.00     0.00  Fget_load_suffixes
  0.00      3.19     0.00        4     0.00     0.00  Fintern_soft
  0.00      3.19     0.00        4     0.00     0.00  Fkeymap_parent
  0.00      3.19     0.00        4     0.00     0.00  Flooking_at
  0.00      3.19     0.00        4     0.00     0.00  Fprocess_list
  0.00      3.19     0.00        4     0.00     0.00  Frun_hook_with_args_until_failure
  0.00      3.19     0.00        4     0.00     0.00  Fscan_sexps
  0.00      3.19     0.00        4     0.00     0.00  Fset_input_mode
  0.00      3.19     0.00        4     0.00     0.00  Fset_keymap_parent
  0.00      3.19     0.00        4     0.00     0.00  Fsystem_name
  0.00      3.19     0.00        4     0.00     0.00  Ftty_top_frame
  0.00      3.19     0.00        4     0.00     0.00  advance_to_char_boundary
  0.00      3.19     0.00        4     0.00     0.00  calculate_costs
  0.00      3.19     0.00        4     0.00     0.00  candidate_buffer
  0.00      3.19     0.00        4     0.00     0.00  clear_frame
  0.00      3.19     0.00        4     0.00     0.00  copy_properties
  0.00      3.19     0.00        4     0.00     0.00  create_root_interval
  0.00      3.19     0.00        4     0.00     0.00  do_auto_save_unwind
  0.00      3.19     0.00        4     0.00     0.00  doprnt
  0.00      3.19     0.00        4     0.00     0.00  emacs_fopen
  0.00      3.19     0.00        4     0.00     0.00  esprintf
  0.00      3.19     0.00        4     0.00     0.00  fast_set_selected_frame
  0.00      3.19     0.00        4     0.00     0.00  forget_escape_and_glyphless_faces
  0.00      3.19     0.00        4     0.00     0.00  free_all_realized_faces
  0.00      3.19     0.00        4     0.00     0.00  init_system_name
  0.00      3.19     0.00        4     0.00     0.00  kill_buffer_processes
  0.00      3.19     0.00        4     0.00     0.00  lisp_file_lexically_bound_p
  0.00      3.19     0.00        4     0.00     0.00  load_warn_old_style_backquotes
  0.00      3.19     0.00        4     0.00     0.00  looking_at_1
  0.00      3.19     0.00        4     0.00     0.00  propagate_buffer_redisplay
  0.00      3.19     0.00        4     0.00     0.00  readevalloop
  0.00      3.19     0.00        4     0.00     0.00  readevalloop_1
  0.00      3.19     0.00        4     0.00     0.00  record_auto_save
  0.00      3.19     0.00        4     0.00     0.00  record_load_unwind
  0.00      3.19     0.00        4     0.00     0.00  redraw_frame
  0.00      3.19     0.00        4     0.00     0.00  safe_to_load_version
  0.00      3.19     0.00        4     0.00     0.00  scan_lists
  0.00      3.19     0.00        4     0.00     0.00  set_unwind_protect_ptr
  0.00      3.19     0.00        4     0.00     0.00  split_interval_left
  0.00      3.19     0.00        4     0.00     0.00  strwidth
  0.00      3.19     0.00        4     0.00     0.00  tool_bar_items
  0.00      3.19     0.00        4     0.00     0.00  unshow_buffer
  0.00      3.19     0.00        4     0.00     0.00  x_frame_get_and_record_arg
  0.00      3.19     0.00        4     0.00     0.00  xftfont_cached_font_ok
  0.00      3.19     0.00        4     0.00     0.00  xg_modify_menubar_widgets
  0.00      3.19     0.00        4     0.00     0.00  xg_update_scrollbar_pos
  0.00      3.19     0.00        3     0.00     0.00  Fbackward_prefix_chars
  0.00      3.19     0.00        3     0.00     0.00  Fbufferp
  0.00      3.19     0.00        3     0.00     0.00  Fchar_after
  0.00      3.19     0.00        3     0.00     0.00  Fchar_table_parent
  0.00      3.19     0.00        3     0.00     0.00  Fdaemonp
  0.00      3.19     0.00        3     0.00     0.00  Ffile_exists_p
  0.00      3.19     0.00        3     0.00     0.00  Fgenerate_new_buffer_name
  0.00      3.19     0.00        3     0.00     0.00  Finsert_file_contents
  0.00      3.19     0.00        3     0.00     0.00  Fkill_buffer
  0.00      3.19     0.00        3     0.00     0.00  Fprocessp
  0.00      3.19     0.00        3     0.00     0.00  Fset_frame_selected_window
  0.00      3.19     0.00        3     0.00     0.00  Fset_terminal_parameter
  0.00      3.19     0.00        3     0.00     0.00  Fset_text_properties
  0.00      3.19     0.00        3     0.00     0.00  Fset_window_next_buffers
  0.00      3.19     0.00        3     0.00     0.00  Fset_window_prev_buffers
  0.00      3.19     0.00        3     0.00     0.00  Fstandard_syntax_table
  0.00      3.19     0.00        3     0.00     0.00  Fterminal_list
  0.00      3.19     0.00        3     0.00     0.00  Ftry_completion
  0.00      3.19     0.00        3     0.00     0.00  Fuser_login_name
  0.00      3.19     0.00        3     0.00     0.00  Fwindow_list
  0.00      3.19     0.00        3     0.00     0.00  Fwindow_next_buffers
  0.00      3.19     0.00        3     0.00     0.00  Fwindow_prev_buffers
  0.00      3.19     0.00        3     0.00     0.00  apply_window_adjustment
  0.00      3.19     0.00        3     0.00     0.00  change_frame_size_1
  0.00      3.19     0.00        3     0.00     0.00  current_message_1
  0.00      3.19     0.00        3     0.00     0.00  decide_coding_unwind
  0.00      3.19     0.00        3     0.00     0.00  decode_coding_gap
  0.00      3.19     0.00        3     0.00     0.00  decode_tty_terminal
  0.00      3.19     0.00        3     0.00     0.00  detect_coding
  0.00      3.19     0.00        3     0.00     0.00  detect_coding_utf_16
  0.00      3.19     0.00        3     0.00     0.00  frames_discard_buffer
  0.00      3.19     0.00        3     0.00     0.00  free_region_cache
  0.00      3.19     0.00        3     0.00     0.00  make_hash_table
  0.00      3.19     0.00        3     0.00     0.00  map_tool_bar_style
  0.00      3.19     0.00        3     0.00     0.00  merge
  0.00      3.19     0.00        3     0.00     0.00  record_first_change
  0.00      3.19     0.00        3     0.00     0.00  record_xmalloc
  0.00      3.19     0.00        3     0.00     0.00  replace_buffer_in_windows
  0.00      3.19     0.00        3     0.00     0.00  replace_buffer_in_windows_safely
  0.00      3.19     0.00        3     0.00     0.00  rpl_fcntl
  0.00      3.19     0.00        3     0.00     0.00  run_funs
  0.00      3.19     0.00        3     0.00     0.00  search_magic_path
  0.00      3.19     0.00        3     0.00     0.00  set_intervals_multibyte
  0.00      3.19     0.00        3     0.00     0.00  set_text_properties
  0.00      3.19     0.00        3     0.00     0.00  set_window_buffer
  0.00      3.19     0.00        3     0.00     0.00  set_window_fringes
  0.00      3.19     0.00        3     0.00     0.00  set_window_scroll_bars
  0.00      3.19     0.00        3     0.00     0.00  uniprop_table
  0.00      3.19     0.00        3     0.00     0.00  unlock_buffer
  0.00      3.19     0.00        3     0.00     0.00  update_cursor_in_window_tree
  0.00      3.19     0.00        3     0.00     0.00  update_face_from_frame_parameter
  0.00      3.19     0.00        3     0.00     0.00  wset_update_mode_line
  0.00      3.19     0.00        3     0.00     0.00  x_clear_frame
  0.00      3.19     0.00        3     0.00     0.00  x_new_focus_frame
  0.00      3.19     0.00        3     0.00     0.00  x_session_check_input
  0.00      3.19     0.00        3     0.00     0.00  x_update_cursor
  0.00      3.19     0.00        3     0.00     0.00  xg_frame_resized
  0.00      3.19     0.00        2     0.00     0.00  Fadd_text_properties
  0.00      3.19     0.00        2     0.00     0.00  Fautoload
  0.00      3.19     0.00        2     0.00     0.00  Fbuffer_substring
  0.00      3.19     0.00        2     0.00     0.00  Fbyte_code_function_p
  0.00      3.19     0.00        2     0.00     0.00  Fbyteorder
  0.00      3.19     0.00        2     0.00     0.00  Fcar_less_than_car
  0.00      3.19     0.00        2     0.00     0.00  Fclear_face_cache
  0.00      3.19     0.00        2     0.00     0.00  Fdirectory_files
  0.00      3.19     0.00        2     0.00     0.00  Fdisplay_supports_face_attributes_p
  0.00      3.19     0.00        2     0.00     0.00  Feval_buffer
  0.00      3.19     0.00        2     0.00     0.00  Ffile_attributes
  0.00      3.19     0.00        2     0.00     0.00  Ffind_operation_coding_system
  0.00      3.19     0.00        2     0.00     0.00  Ffloat_time
  0.00      3.19     0.00        2     0.00     0.00  Fkeywordp
  0.00      3.19     0.00        2     0.00     0.00  Fkill_all_local_variables
  0.00      3.19     0.00        2     0.00     0.00  Flocate_file_internal
  0.00      3.19     0.00        2     0.00     0.00  Fmessage
  0.00      3.19     0.00        2     0.00     0.00  Fnew_fontset
  0.00      3.19     0.00        2     0.00     0.00  Fnext_window
  0.00      3.19     0.00        2     0.00     0.00  Fpropertize
  0.00      3.19     0.00        2     0.00     0.00  Fprovide
  0.00      3.19     0.00        2     0.00     0.00  Fset_char_table_parent
  0.00      3.19     0.00        2     0.00     0.00  Fset_charset_priority
  0.00      3.19     0.00        2     0.00     0.00  Fset_coding_system_priority
  0.00      3.19     0.00        2     0.00     0.00  Fset_window_new_pixel
  0.00      3.19     0.00        2     0.00     0.00  Fset_window_new_total
  0.00      3.19     0.00        2     0.00     0.00  Ftty_type
  0.00      3.19     0.00        2     0.00     0.00  Fwindow_new_total
  0.00      3.19     0.00        2     0.00     0.00  Fx_change_window_property
  0.00      3.19     0.00        2     0.00     0.00  add_keyboard_wait_descriptor
  0.00      3.19     0.00        2     0.00     0.00  allocate_matrices_for_frame_redisplay
  0.00      3.19     0.00        2     0.00     0.00  blank_row
  0.00      3.19     0.00        2     0.00     0.00  cancel_echoing
  0.00      3.19     0.00        2     0.00     0.00  check_ascii
  0.00      3.19     0.00        2     0.00     0.00  decode_coding_raw_text
  0.00      3.19     0.00        2     0.00     0.00  delete_all_child_windows
  0.00      3.19     0.00        2     0.00     0.00  directory_files_internal
  0.00      3.19     0.00        2     0.00     0.00  estimate_mode_line_height
  0.00      3.19     0.00        2     0.00     0.00  expose_frame
  0.00      3.19     0.00        2     0.00     0.00  face_for_font
  0.00      3.19     0.00        2     0.00     0.00  fclose_unwind
  0.00      3.19     0.00        2     0.00     0.00  file_attributes
  0.00      3.19     0.00        2     0.00     0.00  filemodestring
  0.00      3.19     0.00        2     0.00     0.00  fixup_locale
  0.00      3.19     0.00        2     0.00     0.00  font_update_drivers
  0.00      3.19     0.00        2     0.00     0.00  free_glyphs
  0.00      3.19     0.00        2     0.00     0.00  free_window_matrices
  0.00      3.19     0.00        2     0.00     0.00  gethomedir
  0.00      3.19     0.00        2     0.00     0.00  init_menu_items
  0.00      3.19     0.00        2     0.00     1.56  internal_catch
  0.00      3.19     0.00        2     0.00     0.00  internal_condition_case_2
  0.00      3.19     0.00        2     0.00     0.00  load_charset
  0.00      3.19     0.00        2     0.00     0.00  load_charset_map
  0.00      3.19     0.00        2     0.00     0.00  make_window
  0.00      3.19     0.00        2     0.00     0.00  map_char_table_for_charset
  0.00      3.19     0.00        2     0.00     0.00  map_sub_char_table_for_charset
  0.00      3.19     0.00        2     0.00     0.00  message3
  0.00      3.19     0.00        2     0.00     0.00  message3_nolog
  0.00      3.19     0.00        2     0.00     0.00  next_almost_prime
  0.00      3.19     0.00        2     0.00     0.00  next_window
  0.00      3.19     0.00        2     0.00     0.00  note_mouse_movement
  0.00      3.19     0.00        2     0.00     0.00  open_directory
  0.00      3.19     0.00        2     0.00     0.00  produce_glyphs
  0.00      3.19     0.00        2     0.00     0.00  realloc_glyph_pool
  0.00      3.19     0.00        2     0.00     0.00  record_buffer
  0.00      3.19     0.00        2     0.00     0.00  record_unwind_protect_nothing
  0.00      3.19     0.00        2     0.00     0.00  register_font_driver
  0.00      3.19     0.00        2     0.00     0.00  restore_menu_items
  0.00      3.19     0.00        2     0.00     0.00  safe_call2
  0.00      3.19     0.00        2     0.00     0.00  save_menu_items
  0.00      3.19     0.00        2     0.00     0.00  skip_chars.constprop.5
  0.00      3.19     0.00        2     0.00     0.00  strmode
  0.00      3.19     0.00        2     0.00     0.00  temp_set_point
  0.00      3.19     0.00        2     0.00     0.00  un_autoload
  0.00      3.19     0.00        2     0.00     0.00  x_bitmap_icon
  0.00      3.19     0.00        2     0.00     0.00  x_check_property_data
  0.00      3.19     0.00        2     0.00     0.00  x_default_scroll_bar_color_parameter
  0.00      3.19     0.00        2     0.00     0.00  x_fill_property_data
  0.00      3.19     0.00        2     0.00     0.00  x_find_image_file
  0.00      3.19     0.00        2     0.00     0.00  x_get_focus_frame
  0.00      3.19     0.00        2     0.00     0.00  x_new_font
  0.00      3.19     0.00        2     0.00     0.00  x_scroll_bar_create
  0.00      3.19     0.00        2     0.00     0.00  x_set_background_color
  0.00      3.19     0.00        2     0.00     0.00  x_set_font
  0.00      3.19     0.00        2     0.00     0.00  x_set_window_size
  0.00      3.19     0.00        2     0.00     0.00  x_setup_relief_color
  0.00      3.19     0.00        2     0.00     0.00  xg_create_scroll_bar
  0.00      3.19     0.00        2     0.00     0.00  xg_frame_set_char_size
  0.00      3.19     0.00        2     0.00     0.00  xg_set_cursor
  0.00      3.19     0.00        2     0.00     0.00  xg_set_icon
  0.00      3.19     0.00        2     0.00     0.00  xg_store_widget_in_map
  0.00      3.19     0.00        2     0.00     0.00  xic_create_xfontset
  0.00      3.19     0.00        1     0.00     0.00  CHECK_WINDOW_CONFIGURATION
  0.00      3.19     0.00        1     0.00     0.00  Fbuffer_size
  0.00      3.19     0.00        1     0.00     0.00  Fcharsetp
  0.00      3.19     0.00        1     0.00     0.00  Fcopy_keymap
  0.00      3.19     0.00        1     0.00     0.00  Fcurrent_bidi_paragraph_direction
  0.00      3.19     0.00        1     0.00     0.00  Fcurrent_input_mode
  0.00      3.19     0.00        1     0.00     0.00  Fdelete_frame
  0.00      3.19     0.00        1     0.00     0.00  Fdelete_terminal
  0.00      3.19     0.00        1     0.00     0.00  Femacs_pid
  0.00      3.19     0.00        1     0.00     0.00  Ffile_accessible_directory_p
  0.00      3.19     0.00        1     0.00     0.00  Ffloat
  0.00      3.19     0.00        1     0.00     0.00  Fforward_char
  0.00      3.19     0.00        1     0.00     0.00  Fframe_after_make_frame
  0.00      3.19     0.00        1     0.00     0.00  Ffunction_equal
  0.00      3.19     0.00        1     0.00     0.00  Finvocation_name
  0.00      3.19     0.00        1     0.00     0.00  Fkill_emacs
  0.00      3.19     0.00        1     0.00     0.00  Flocale_info
  0.00      3.19     0.00        1     0.00     0.00  Fmake_frame_visible
  0.00      3.19     0.00        1     0.00     0.00  Fmapc
  0.00      3.19     0.00        1     0.00     0.00  Fmapconcat
  0.00      3.19     0.00        1     0.00     0.00  Fmax_char
  0.00      3.19     0.00        1     0.00     0.00  Fother_buffer
  0.00      3.19     0.00        1     0.00     0.00  Fpos_visible_in_window_p
  0.00      3.19     0.00        1     0.00     0.00  Fposn_at_point
  0.00      3.19     0.00        1     0.00     0.00  Fposn_at_x_y
  0.00      3.19     0.00        1     0.00     3.13  Frecursive_edit
  0.00      3.19     0.00        1     0.00     0.00  Fredirect_frame_focus
  0.00      3.19     0.00        1     0.00     0.00  Fredraw_frame
  0.00      3.19     0.00        1     0.00     0.00  Fremove_text_properties
  0.00      3.19     0.00        1     0.00     0.00  Fround
  0.00      3.19     0.00        1     0.00     0.00  Fset_input_interrupt_mode
  0.00      3.19     0.00        1     0.00     0.00  Fset_input_meta_mode
  0.00      3.19     0.00        1     0.00     0.00  Fset_keyboard_coding_system_internal
  0.00      3.19     0.00        1     0.00     0.00  Fset_terminal_coding_system_internal
  0.00      3.19     0.00        1     0.00     0.00  Fset_window_configuration
  0.00      3.19     0.00        1     0.00     0.00  Fskip_chars_backward
  0.00      3.19     0.00        1     0.00     0.00  Fskip_chars_forward
  0.00      3.19     0.00        1     0.00     0.00  Ftool_bar_height
  0.00      3.19     0.00        1     0.00     0.00  Fundo_boundary
  0.00      3.19     0.00        1     0.00     0.00  Fuser_real_login_name
  0.00      3.19     0.00        1     0.00     0.00  Fvisited_file_modtime
  0.00      3.19     0.00        1     0.00     0.00  Fwaiting_for_user_input_p
  0.00      3.19     0.00        1     0.00     0.00  Fwhile
  0.00      3.19     0.00        1     0.00     0.00  Fwindow_resize_apply_total
  0.00      3.19     0.00        1     0.00     0.00  Fx_backspace_delete_keys_p
  0.00      3.19     0.00        1     0.00     0.00  Fx_create_frame
  0.00      3.19     0.00        1     0.00     0.00  Fx_open_connection
  0.00      3.19     0.00        1     0.00     0.00  Fx_wm_set_size_hint
  0.00      3.19     0.00        1     0.00     0.00  XTframe_rehighlight
  0.00      3.19     0.00        1     0.00     0.00  allocate_kboard
  0.00      3.19     0.00        1     0.00     0.00  bidi_initialize
  0.00      3.19     0.00        1     0.00     0.00  buffer_posn_from_coords
  0.00      3.19     0.00        1     0.00     0.00  change_frame_size
  0.00      3.19     0.00        1     0.00     0.00  check_glyph_memory
  0.00      3.19     0.00        1     0.00     0.00  check_message_stack
  0.00      3.19     0.00        1     0.00     0.00  check_minibuf_window
  0.00      3.19     0.00        1     0.00     0.00  coding_charset_list
  0.00      3.19     0.00        1     0.00     3.13  command_loop
  0.00      3.19     0.00        1     0.00     2.99  command_loop_2
  0.00      3.19     0.00        1     0.00     0.00  create_frame_xic
  0.00      3.19     0.00        1     0.00     0.00  create_terminal
  0.00      3.19     0.00        1     0.00     0.00  delete_frame
  0.00      3.19     0.00        1     0.00     0.00  delete_initial_terminal
  0.00      3.19     0.00        1     0.00     0.00  delete_terminal
  0.00      3.19     0.00        1     0.00     0.00  do_ewmh_fullscreen
  0.00      3.19     0.00        1     0.00     0.00  do_unwind_create_frame
  0.00      3.19     0.00        1     0.00     0.00  emacs_fixed_new
  0.00      3.19     0.00        1     0.00     0.00  file_accessible_directory_p
  0.00      3.19     0.00        1     0.00     0.00  font_get_name
  0.00      3.19     0.00        1     0.00     0.00  font_open_by_name
  0.00      3.19     0.00        1     0.00     0.00  font_open_by_spec
  0.00      3.19     0.00        1     0.00     0.00  font_put_frame_data
  0.00      3.19     0.00        1     0.00     0.00  fontset_ascii
  0.00      3.19     0.00        1     0.00     0.00  fontset_from_font
  0.00      3.19     0.00        1     0.00     0.00  free_font_driver_list
  0.00      3.19     0.00        1     0.00     0.00  free_frame_faces
  0.00      3.19     0.00        1     0.00     0.00  funcall_not
  0.00      3.19     0.00        1     0.00     0.00  get_leaf_windows
  0.00      3.19     0.00        1     0.00     0.00  get_prop_window
  0.00      3.19     0.00        1     0.00     0.00  get_specified_cursor_type
  0.00      3.19     0.00        1     0.00     0.00  init_frame_faces
  0.00      3.19     0.00        1     0.00     0.00  init_kboard
  0.00      3.19     0.00        1     0.00     0.00  init_sigio
  0.00      3.19     0.00        1     0.00     0.00  initial_free_frame_resources
  0.00      3.19     0.00        1     0.00     0.00  initialize_frame_menubar
  0.00      3.19     0.00        1     0.00     0.00  make_face_cache
  0.00      3.19     0.00        1     0.00     0.00  make_frame
  0.00      3.19     0.00        1     0.00     0.00  make_frame_visible_1
  0.00      3.19     0.00        1     0.00     0.00  make_image_cache
  0.00      3.19     0.00        1     0.00     0.00  make_lispy_position
  0.00      3.19     0.00        1     0.00     0.00  make_save_ptr
  0.00      3.19     0.00        1     0.00     0.00  merge_face_heights
  0.00      3.19     0.00        1     0.00     0.00  message1
  0.00      3.19     0.00        1     0.00     0.00  move_point
  0.00      3.19     0.00        1     0.00     0.00  my_log_handler
  0.00      3.19     0.00        1     0.00     0.00  other_visible_frames
  0.00      3.19     0.00        1     0.00     0.00  pos_visible_p
  0.00      3.19     0.00        1     0.00     0.00  raw_text_coding_system
  0.00      3.19     0.00        1     0.00     0.00  read_and_apply_settings
  0.00      3.19     0.00        1     0.00     0.00  record_asynch_buffer_change
  0.00      3.19     0.00        1     0.00     3.13  recursive_edit_1
  0.00      3.19     0.00        1     0.00     0.00  redisplay_mode_lines
  0.00      3.19     0.00        1     0.00     0.00  remember_mouse_glyph
  0.00      3.19     0.00        1     0.00     0.00  reset_all_sys_modes
  0.00      3.19     0.00        1     0.00     0.00  round2
  0.00      3.19     0.00        1     0.00     0.00  select_visual
  0.00      3.19     0.00        1     0.00     0.00  set_frame_cursor_types
  0.00      3.19     0.00        1     0.00     0.00  set_message_1
  0.00      3.19     0.00        1     0.00     0.00  shut_down_emacs
  0.00      3.19     0.00        1     0.00     0.00  stuff_buffered_input
  0.00      3.19     0.00        1     0.00     0.00  tb_size_cb
  0.00      3.19     0.00        1     0.00     0.00  top_level_2
  0.00      3.19     0.00        1     0.00     0.00  totally_unblock_input
  0.00      3.19     0.00        1     0.00     0.00  unlock_all_files
  0.00      3.19     0.00        1     0.00     0.00  unwind_create_frame
  0.00      3.19     0.00        1     0.00     0.00  update_single_window
  0.00      3.19     0.00        1     0.00     0.00  update_theme_scrollbar_height
  0.00      3.19     0.00        1     0.00     0.00  update_theme_scrollbar_width
  0.00      3.19     0.00        1     0.00     0.00  window_relative_x_coord
  0.00      3.19     0.00        1     0.00     0.00  window_resize_apply_total
  0.00      3.19     0.00        1     0.00     0.00  x_change_tool_bar_height
  0.00      3.19     0.00        1     0.00     0.00  x_clipboard_manager_save_all
  0.00      3.19     0.00        1     0.00     0.00  x_clipboard_manager_save_frame
  0.00      3.19     0.00        1     0.00     0.00  x_copy_color
  0.00      3.19     0.00        1     0.00     0.00  x_default_font_parameter
  0.00      3.19     0.00        1     0.00     0.00  x_display_ok
  0.00      3.19     0.00        1     0.00     0.00  x_figure_window_size
  0.00      3.19     0.00        1     0.00     0.00  x_find_modifier_meanings
  0.00      3.19     0.00        1     0.00     0.00  x_get_customization_string
  0.00      3.19     0.00        1     0.00     0.00  x_load_resources
  0.00      3.19     0.00        1     0.00     0.00  x_make_frame_visible
  0.00      3.19     0.00        1     0.00     0.00  x_make_gc
  0.00      3.19     0.00        1     0.00     0.00  x_session_initialize
  0.00      3.19     0.00        1     0.00     0.00  x_set_alpha
  0.00      3.19     0.00        1     0.00     0.00  x_set_autolower
  0.00      3.19     0.00        1     0.00     0.00  x_set_autoraise
  0.00      3.19     0.00        1     0.00     0.00  x_set_border_color
  0.00      3.19     0.00        1     0.00     0.00  x_set_border_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_bottom_divider_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_cursor_color
  0.00      3.19     0.00        1     0.00     0.00  x_set_cursor_type
  0.00      3.19     0.00        1     0.00     0.00  x_set_font_backend
  0.00      3.19     0.00        1     0.00     0.00  x_set_foreground_color
  0.00      3.19     0.00        1     0.00     0.00  x_set_horizontal_scroll_bars
  0.00      3.19     0.00        1     0.00     0.00  x_set_icon_type
  0.00      3.19     0.00        1     0.00     0.00  x_set_internal_border_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_left_fringe
  0.00      3.19     0.00        1     0.00     0.00  x_set_line_spacing
  0.00      3.19     0.00        1     0.00     0.00  x_set_menu_bar_lines
  0.00      3.19     0.00        1     0.00     0.00  x_set_mouse_color
  0.00      3.19     0.00        1     0.00     0.00  x_set_offset
  0.00      3.19     0.00        1     0.00     0.00  x_set_right_divider_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_right_fringe
  0.00      3.19     0.00        1     0.00     0.00  x_set_screen_gamma
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_background
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_default_height
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_default_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_foreground
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_height
  0.00      3.19     0.00        1     0.00     0.00  x_set_scroll_bar_width
  0.00      3.19     0.00        1     0.00     0.00  x_set_title
  0.00      3.19     0.00        1     0.00     0.00  x_set_tool_bar_lines
  0.00      3.19     0.00        1     0.00     0.00  x_set_tool_bar_position
  0.00      3.19     0.00        1     0.00     0.00  x_set_vertical_scroll_bars
  0.00      3.19     0.00        1     0.00     0.00  x_set_wait_for_wm
  0.00      3.19     0.00        1     0.00     0.00  x_sync_with_move
  0.00      3.19     0.00        1     0.00     0.00  x_term_init
  0.00      3.19     0.00        1     0.00     0.00  x_text_icon
  0.00      3.19     0.00        1     0.00     0.00  x_uncatch_errors_after_check
  0.00      3.19     0.00        1     0.00     0.00  x_wait_for_event
  0.00      3.19     0.00        1     0.00     0.00  x_window
  0.00      3.19     0.00        1     0.00     0.00  x_wm_supports
  0.00      3.19     0.00        1     0.00     0.00  xftfont_close
  0.00      3.19     0.00        1     0.00     0.00  xg_change_toolbar_position
  0.00      3.19     0.00        1     0.00     0.00  xg_create_default_cursor
  0.00      3.19     0.00        1     0.00     0.00  xg_create_frame_widgets
  0.00      3.19     0.00        1     0.00     0.00  xg_create_widget
  0.00      3.19     0.00        1     0.00     0.00  xg_get_default_scrollbar_height
  0.00      3.19     0.00        1     0.00     0.00  xg_get_default_scrollbar_width
  0.00      3.19     0.00        1     0.00     0.00  xg_initialize
  0.00      3.19     0.00        1     0.00     0.00  xic_free_xfontset
  0.00      3.19     0.00        1     0.00     0.00  xic_set_xfontset
  0.00      3.19     0.00        1     0.00     0.00  xlispstrdup
  0.00      3.19     0.00        1     0.00     0.00  xml_cleanup_parser
  0.00      3.19     0.00        1     0.00     0.00  xsettings_get_system_font
  0.00      3.19     0.00        1     0.00     0.00  xsettings_initialize

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
	   else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
	   function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
	   the function in the gprof listing. If the index is
	   in parenthesis it shows where it would appear in
	   the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
		     Call graph (explanation follows)


granularity: each sample hit covers 2 byte(s) for 0.31% of 3.19 seconds

index % time    self  children    called     name
                0.00    3.13       1/1           main [3]
[1]     98.1    0.00    3.13       1         Frecursive_edit [1]
                0.00    3.13       1/1           recursive_edit_1 [2]
                0.00    0.00       1/311674      grow_specpdl [632]
                0.00    0.00       1/7918        record_unwind_protect [723]
-----------------------------------------------
                0.00    3.13       1/1           Frecursive_edit [1]
[2]     98.1    0.00    3.13       1         recursive_edit_1 [2]
                0.00    3.13       1/1           command_loop [6]
                0.00    0.00       1/33852       store_symval_forwarding <cycle 4> [117]
                0.00    0.00       1/33852       specbind <cycle 4> [639]
                0.00    0.00       1/103225      set_internal [113]
                0.00    0.00       1/2062        cancel_hourglass [834]
-----------------------------------------------
                                                 <spontaneous>
[3]     98.1    0.00    3.13                 main [3]
                0.00    3.13       1/1           Frecursive_edit [1]
-----------------------------------------------
[4]     98.1    0.00    3.13      22+3090    <cycle 2 as a whole> [4]
                0.00    1.72    1022             read_char <cycle 2> [14]
                0.00    0.75    1021             read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.56      21             command_loop_1 <cycle 2> [23]
                0.00    0.09    1026             top_level_1 <cycle 2> [36]
                0.00    0.00      22             internal_condition_case <cycle 2> [194]
-----------------------------------------------
                0.00    3.13       2/2           command_loop [6]
[5]     98.1    0.00    3.13       2         internal_catch [5]
                0.00    2.99       1/1           command_loop_2 [8]
                0.00    0.14       1/22          top_level_1 <cycle 2> [36]
                0.00    0.00       2/13559       push_handler [689]
-----------------------------------------------
                0.00    3.13       1/1           recursive_edit_1 [2]
[6]     98.1    0.00    3.13       1         command_loop [6]
                0.00    3.13       2/2           internal_catch [5]
-----------------------------------------------
[7]     97.3    0.61    2.49   33852+34940725 <cycle 4 as a whole> [7]
                0.02    1.92  499385             get_next_display_element <cycle 4> [9]
                0.31    0.00 27776580+10777185     mark_object <cycle 4> [30]
                0.02    0.06  178676             Ffuncall <cycle 4> [39]
                0.00    0.07     118             Fgarbage_collect <cycle 4> [40]
                0.07    0.00    8818+293122      mark_char_table <cycle 4> [42]
                0.01    0.05    3709             draw_glyphs <cycle 4> [44]
                0.00    0.04   65079             next_element_from_string <cycle 4> [59]
                0.00    0.04     880             Fset_fontset_font <cycle 4> [60]
                0.01    0.02  497907             bidi_resolve_explicit <cycle 4> [65]
                0.01    0.02   12141             move_it_in_display_line_to <cycle 4> [66]
                0.02    0.01   23759             display_string <cycle 4> [72]
                0.01    0.02  496874             bidi_resolve_neutral <cycle 4> [74]
                0.02    0.01  497907             bidi_move_to_visually_next <cycle 4> [76]
                0.03    0.00    1120             inhibit_garbage_collection <cycle 4> [77]
                0.00    0.02    3323             init_iterator <cycle 4> [82]
                0.02    0.00  277433+409449      mark_vectorlike <cycle 4> [85]
                0.01    0.01  497907             bidi_level_of_next_char <cycle 4> [92]
                0.00    0.02    8027+7843        access_keymap_1 <cycle 4> [93]
                0.01    0.01  390364             bidi_find_bracket_pairs <cycle 4> [94]
                0.00    0.02   18598             handle_stop <cycle 4> [96]
                0.00    0.02  389887+3001        next_element_from_buffer <cycle 4> [98]
                0.00    0.01   54749             face_before_or_after_it_pos <cycle 4> [107]
                0.01    0.00    1076             move_it_vertically_backward <cycle 4> [108]
                0.00    0.01    1059             redisplay_window <cycle 4> [116]
                0.01    0.00   94860             store_symval_forwarding <cycle 4> [117]
                0.00    0.01    1064             update_window <cycle 4> [118]
                0.00    0.01    1001             insert_from_string_1 <cycle 4> [120]
                0.00    0.01   21339             where_is_internal_1 <cycle 4> [121]
                0.01    0.00     215+17090       map_sub_char_table <cycle 4> [125]
                0.01    0.00   70870             funcall_lambda <cycle 4> [126]
                0.01    0.00  480516             bidi_fetch_char <cycle 4> [129]
                0.00    0.01   70710             exec_byte_code <cycle 4> [143]
                0.00    0.01    2115             start_display <cycle 4> [144]
                0.00    0.01    1067             where_is_internal <cycle 4> [151]
                0.00    0.01    5144             Fcurrent_active_maps <cycle 4> [155]
                0.00    0.00     328+2           Fexpand_file_name <cycle 4> [164]
                0.00    0.00    1020             Fvertical_motion <cycle 4> [168]
                0.00    0.00    8000+1520        move_it_to <cycle 4> [171]
                0.00    0.00   18458             Fnext_single_char_property_change <cycle 4> [172]
                0.00    0.00   37089             Fset_default <cycle 4> [178]
                0.00    0.00    1096+69463       display_mode_element <cycle 4> [179]
                0.00    0.00    4822             show_hourglass <cycle 4> [180]
                0.00    0.00   25689             compute_display_string_pos <cycle 4> [182]
                0.00    0.00   13668+10128       eval_sub <cycle 4> [189]
                0.00    0.00    1228             display_line <cycle 4> [197]
                0.00    0.00    6376             safe__call <cycle 4> [202]
                0.00    0.00   18657             handle_fontified_prop <cycle 4> [203]
                0.00    0.00    2000             update_compositions <cycle 4> [205]
                0.00    0.00      42             openp <cycle 4> [210]
                0.00    0.00    1321             Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00     598             del_range_1 <cycle 4> [232]
                0.00    0.00    5627             Feval <cycle 4> [234]
                0.00    0.00      93             Ffile_name_nondirectory <cycle 4> [237]
                0.00    0.00    3046             prepare_to_modify_buffer_1 <cycle 4> [238]
                0.00    0.00    2236             draw_fringe_bitmap_1 <cycle 4> [239]
                0.00    0.00   22773             accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    1075             save_excursion_restore <cycle 4> [246]
                0.00    0.00      71             Fdirectory_file_name <cycle 4> [250]
                0.00    0.00       2             directory_files_internal <cycle 4> [254]
                0.00    0.00    3079             safe_run_hooks <cycle 4> [256]
                0.00    0.00    1023             Fcall_interactively <cycle 4> [258]
                0.00    0.00    2786             Fset <cycle 4> [259]
                0.00    0.00    1035             update_overlay_arrows <cycle 4> [261]
                0.00    0.00      52             Ffile_name_as_directory <cycle 4> [262]
                0.00    0.00      47             Ffile_name_directory <cycle 4> [266]
                0.00    0.00      46             Ffile_directory_p <cycle 4> [269]
                0.00    0.00    1069             Fwhere_is_internal <cycle 4> [270]
                0.00    0.00     880             code_convert_string <cycle 4> [273]
                0.00    0.00    3064+380         signal_after_change <cycle 4> [281]
                0.00    0.00      27             Ffile_symlink_p <cycle 4> [282]
                0.00    0.00      26             Fsubstitute_in_file_name <cycle 4> [284]
                0.00    0.00   81475             unbind_to <cycle 4> [285]
                0.00    0.00    1396             process_tool_bar_item <cycle 4> [287]
                0.00    0.00      63             x_consider_frame_title <cycle 4> [291]
                0.00    0.00    1066             add_text_properties_1 <cycle 4> [302]
                0.00    0.00    2165+380         prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     101             message_dolog <cycle 4> [308]
                0.00    0.00      56             resize_mini_window <cycle 4> [310]
                0.00    0.00      16             Ffile_readable_p <cycle 4> [313]
                0.00    0.00       1             make_frame <cycle 4> [314]
                0.00    0.00  149724             find_symbol_value <cycle 4> [317]
                0.00    0.00     578             decode_coding_object <cycle 4> [324]
                0.00    0.00    7315             x_draw_glyph_string <cycle 4> [330]
                0.00    0.00       3             Finsert_file_contents <cycle 4> [336]
                0.00    0.00     208             Fkey_description <cycle 4> [338]
                0.00    0.00       1             fontset_from_font <cycle 4> [345]
                0.00    0.00      23             Fdefine_key <cycle 4> [350]
                0.00    0.00     294             menu_item_eval_property <cycle 4> [351]
                0.00    0.00       9             styled_format <cycle 4> [355]
                0.00    0.00    3085+2043        Fkey_binding <cycle 4> [359]
                0.00    0.00    1033             display_mode_line <cycle 4> [360]
                0.00    0.00    5267             reseat <cycle 4> [363]
                0.00    0.00     631             Fmake_local_variable <cycle 4> [367]
                0.00    0.00       6             run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.00       2             x_set_font <cycle 4> [371]
                0.00    0.00      32             map_charset_chars <cycle 4> [372]
                0.00    0.00     543             Fmacroexpand <cycle 4> [375]
                0.00    0.00       4             readevalloop <cycle 4> [380]
                0.00    0.00    2155             update_window_line <cycle 4> [381]
                0.00    0.00       3             Ffile_exists_p <cycle 4> [383]
                0.00    0.00       1             Fx_create_frame <cycle 4> [384]
                0.00    0.00      56             with_echo_area_buffer <cycle 4> [386]
                0.00    0.00      61             FletX <cycle 4> [391]
                0.00    0.00      37             x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       2             Fdirectory_files <cycle 4> [397]
                0.00    0.00       2             Ffile_attributes <cycle 4> [398]
                0.00    0.00      26             Fload <cycle 4> [401]
                0.00    0.00     881             code_conversion_save <cycle 4> [402]
                0.00    0.00       7             menu_bar_items <cycle 4> [406]
                0.00    0.00     263             shadow_lookup <cycle 4> [409]
                0.00    0.00      40             Fsignal <cycle 4> [411]
                0.00    0.00       2             load_charset <cycle 4> [412]
                0.00    0.00       1             x_default_font_parameter <cycle 4> [413]
                0.00    0.00      20             print_error_message <cycle 4> [416]
                0.00    0.00       1             Ffile_accessible_directory_p <cycle 4> [421]
                0.00    0.00       4             tool_bar_items <cycle 4> [423]
                0.00    0.00      61             update_frame_tool_bar <cycle 4> [425]
                0.00    0.00       1             Fset_window_configuration <cycle 4> [432]
                0.00    0.00      38             del_range_both <cycle 4> [435]
                0.00    0.00      30             x_default_parameter <cycle 4> [443]
                0.00    0.00      80             setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00     215             map_char_table <cycle 4> [449]
                0.00    0.00       1             delete_frame <cycle 4> [450]
                0.00    0.00       2             xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       2             Feval_buffer <cycle 4> [454]
                0.00    0.00      57             Fmapcar <cycle 4> [456]
                0.00    0.00       3             set_window_buffer <cycle 4> [457]
                0.00    0.00     105             Fget_buffer_create <cycle 4> [458]
                0.00    0.00       2             Fset_coding_system_priority <cycle 4> [460]
                0.00    0.00     137             Fdefvar <cycle 4> [461]
                0.00    0.00       2             Fnew_fontset <cycle 4> [463]
                0.00    0.00     121             push_message <cycle 4> [464]
                0.00    0.00       5             set_frame_menubar <cycle 4> [465]
                0.00    0.00      30             find_first_strong_char <cycle 4> [467]
                0.00    0.00    1297             single_menu_item <cycle 4> [468]
                0.00    0.00      54             menu_bar_item <cycle 4> [470]
                0.00    0.00      11             adjust_frame_size <cycle 4> [478]
                0.00    0.00       1             x_make_frame_visible <cycle 4> [479]
                0.00    0.00       1             create_terminal <cycle 4> [484]
                0.00    0.00      10             lookup_image <cycle 4> [491]
                0.00    0.00       2             Fpropertize <cycle 4> [492]
                0.00    0.00      23             Faccessible_keymaps <cycle 4> [493]
                0.00    0.00   25384             bidi_paragraph_init <cycle 4> [495]
                0.00    0.00      30             bidi_fetch_char_skip_isolates <cycle 4> [496]
                0.00    0.00       3             Fkill_buffer <cycle 4> [499]
                0.00    0.00     139             select_window <cycle 4> [510]
                0.00    0.00       1             bidi_initialize <cycle 4> [517]
                0.00    0.00     580             decode_coding <cycle 4> [518]
                0.00    0.00       1             Fmapconcat <cycle 4> [521]
                0.00    0.00     595+590         text_quoting_style <cycle 4> [523]
                0.00    0.00       4             Fdo_auto_save <cycle 4> [524]
                0.00    0.00    1059             XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00   59981             get_keyelt <cycle 4> [535]
                0.00    0.00       2             x_default_scroll_bar_color_parameter <cycle 4> [536]
                0.00    0.00    7307             Fcommandp <cycle 4> [538]
                0.00    0.00       2             Fkill_all_local_variables <cycle 4> [539]
                0.00    0.00    1124             display_and_set_cursor <cycle 4> [540]
                0.00    0.00       1             make_lispy_position <cycle 4> [541]
                0.00    0.00     545             Fautoload_do_load <cycle 4> [543]
                0.00    0.00      12             x_find_image_fd <cycle 4> [545]
                0.00    0.00       5             Fkill_local_variable <cycle 4> [547]
                0.00    0.00       3             decode_coding_gap <cycle 4> [551]
                0.00    0.00       1             Fmake_frame_visible <cycle 4> [562]
                0.00    0.00     106             single_keymap_panes <cycle 4> [565]
                0.00    0.00       1             Fremove_text_properties <cycle 4> [566]
                0.00    0.00    1827             line_bottom_y <cycle 4> [567]
                0.00    0.00       1             x_term_init <cycle 4> [573]
                0.00    0.00       1             Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       1             Fkill_emacs <cycle 4> [588]
                0.00    0.00    3746             map_keymap_internal <cycle 4> [592]
                0.00    0.00       2             message3 <cycle 4> [594]
                0.00    0.00  497907             bidi_resolve_weak <cycle 4> [622]
                0.00    0.00  496874             bidi_resolve_brackets <cycle 4> [623]
                0.00    0.00  471862             set_iterator_to_next <cycle 4> [626]
                0.00    0.00  103409             specbind <cycle 4> [639]
                0.00    0.00   92505             Fsymbol_value <cycle 4> [640]
                0.00    0.00    2344+57804       traverse_intervals_noorder <cycle 4> [809]
                0.00    0.00   54749             next_element_from_c_string <cycle 4> [648]
                0.00    0.00   32299             bidi_init_it <cycle 4> [656]
                0.00    0.00   30539             get_visually_first_element <cycle 4> [661]
                0.00    0.00   21600             mark_compiled <cycle 4> [668]
                0.00    0.00   17797             mark_localized_symbol <cycle 4> [679]
                0.00    0.00    9448             internal_condition_case_n <cycle 4> [709]
                0.00    0.00    8163             call0 <cycle 4> [722]
                0.00    0.00    6343             reseat_1 <cycle 4> [734]
                0.00    0.00    6197             safe__call1 <cycle 4> [737]
                0.00    0.00    5155             current_minor_maps <cycle 4> [742]
                0.00    0.00    5061             do_pending_window_change <cycle 4> [744]
                0.00    0.00    5047             set_buffer_internal_1 <cycle 4> [745]
                0.00    0.00    4491             apply_lambda <cycle 4> [749]
                0.00    0.00    4286             reseat_at_next_visible_line_start <cycle 4> [753]
                0.00    0.00    4286             forward_to_next_line_start <cycle 4> [752]
                0.00    0.00    4112             access_keymap <cycle 4> [754]
                0.00    0.00    3790             move_it_by_lines <cycle 4> [758]
                0.00    0.00    3627             Flookup_key <cycle 4> [760]
                0.00    0.00    3624             map_keymap <cycle 4> [761]
                0.00    0.00    3542             Fapply <cycle 4> [762]
                0.00    0.00    3389             window_box <cycle 4> [764]
                0.00    0.00    3260             x_draw_fringe_bitmap <cycle 4> [767]
                0.00    0.00    3172             Fif <cycle 4> [772]
                0.00    0.00    3072             safe_run_hook_funcall <cycle 4> [781]
                0.00    0.00    3052             funcall_nil <cycle 4> [784]
                0.00    0.00    2845             call1 <cycle 4> [794]
                0.00    0.00    2553             Fset_buffer <cycle 4> [803]
                0.00    0.00    2344             mark_overlay <cycle 4> [808]
                0.00    0.00    2256             XTring_bell <cycle 4> [815]
                0.00    0.00    2236             draw_fringe_bitmap <cycle 4> [817]
                0.00    0.00    2028             draw_phys_cursor_glyph <cycle 4> [841]
                0.00    0.00    1902             Fprogn <cycle 4> [854]
                0.00    0.00    1766             sweep_weak_table <cycle 4> [860]
                0.00    0.00    1693             call2 <cycle 4> [862]
                0.00    0.00    1681             x_write_glyphs <cycle 4> [863]
                0.00    0.00    1399             bcall0 <cycle 4> [873]
                0.00    0.00    1376             internal_condition_case_1 <cycle 4> [878]
                0.00    0.00    1286             window_box_height <cycle 4> [887]
                0.00    0.00    1127             x_clear_end_of_line <cycle 4> [901]
                0.00    0.00    1118             x_update_window_end <cycle 4> [908]
                0.00    0.00    1118             draw_row_fringe_bitmaps <cycle 4> [905]
                0.00    0.00    1116             draw_window_fringes <cycle 4> [909]
                0.00    0.00    1110             x_draw_window_cursor <cycle 4> [910]
                0.00    0.00    1096             unwind_format_mode_line <cycle 4> [912]
                0.00    0.00    1064             modify_text_properties <cycle 4> [930]
                0.00    0.00    1064             Fput_text_property <cycle 4> [929]
                0.00    0.00    1054             mark_buffer <cycle 4> [939]
                0.00    0.00    1049             redisplay_window_1 <cycle 4> [941]
                0.00    0.00    1045             apply1 <cycle 4> [942]
                0.00    0.00    1033             overlay_arrows_changed_p <cycle 4> [955]
                0.00    0.00    1033             display_mode_lines <cycle 4> [954]
                0.00    0.00    1033             update_frame <cycle 4> [960]
                0.00    0.00    1033             update_window_tree <cycle 4> [961]
                0.00    0.00    1023             Ffuncall_interactively <cycle 4> [974]
                0.00    0.00    1003             erase_phys_cursor <cycle 4> [995]
                0.00    0.00    1001             insert_from_string <cycle 4> [996]
                0.00    0.00    1000             Fline_pixel_height <cycle 4> [998]
                0.00    0.00     821             compact_buffer <cycle 4> [1020]
                0.00    0.00     589             mark_face_cache <cycle 4> [1031]
                0.00    0.00     578             Ferase_buffer <cycle 4> [1034]
                0.00    0.00     500             Finsert <cycle 4> [1050]
                0.00    0.00     500             general_insert_function <cycle 4> [1052]
                0.00    0.00     500             Fsetq <cycle 4> [1051]
                0.00    0.00     484             mark_discard_killed_buffers <cycle 4> [1053]
                0.00    0.00     440             Fsingle_key_description <cycle 4> [1055]
                0.00    0.00     380             insert_char <cycle 4> [1059]
                0.00    0.00     301             encode_coding_object <cycle 4> [1067]
                0.00    0.00     226             Fand <cycle 4> [1073]
                0.00    0.00     179             safe_call <cycle 4> [1083]
                0.00    0.00     138             current_message <cycle 4> [1098]
                0.00    0.00     136             ensure_echo_area_buffers <cycle 4> [1099]
                0.00    0.00     136             readevalloop_eager_expand_eval <cycle 4> [1100]
                0.00    0.00     121             mark_image_cache <cycle 4> [1109]
                0.00    0.00     118             sweep_weak_hash_tables <cycle 4> [1124]
                0.00    0.00     118             mark_kboards <cycle 4> [1116]
                0.00    0.00     118             xg_mark_data <cycle 4> [1126]
                0.00    0.00     118             mark_specpdl <cycle 4> [1117]
                0.00    0.00     118             map_keymap_canonical <cycle 4> [1114]
                0.00    0.00     118             Fmap_keymap <cycle 4> [1113]
                0.00    0.00      65             Flet <cycle 4> [1143]
                0.00    0.00      60             update_window_cursor <cycle 4> [1154]
                0.00    0.00      59             run_hook_wrapped_funcall <cycle 4> [1160]
                0.00    0.00      59             mapcar1 <cycle 4> [1159]
                0.00    0.00      56             unwind_with_echo_area_buffer <cycle 4> [1163]
                0.00    0.00      56             truncate_undo_list <cycle 4> [1162]
                0.00    0.00      54             try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00      54             x_scroll_run <cycle 4> [1170]
                0.00    0.00      46             expand_and_dir_to_file <cycle 4> [1183]
                0.00    0.00      46             unwind_to_catch <cycle 4> [1185]
                0.00    0.00      40             strout <cycle 4> [1198]
                0.00    0.00      40             Frun_hooks <cycle 4> [1195]
                0.00    0.00      39             try_window <cycle 4> [1200]
                0.00    0.00      38             call3 <cycle 4> [1202]
                0.00    0.00      38             adjust_glyph_matrix <cycle 4> [1201]
                0.00    0.00      31             display_echo_area_1 <cycle 4> [1213]
                0.00    0.00      31             echo_area_display <cycle 4> [1214]
                0.00    0.00      28             call4 <cycle 4> [1217]
                0.00    0.00      22             Fwindow_mode_line_height <cycle 4> [1225]
                0.00    0.00      20             required_matrix_height <cycle 4> [1251]
                0.00    0.00      20             Fcommand_error_default_function <cycle 4> [1236]
                0.00    0.00      20             Fprinc <cycle 4> [1239]
                0.00    0.00      20             print_object <cycle 4> [1249]
                0.00    0.00      20             print_string <cycle 4> [1250]
                0.00    0.00      20             write_string_1 <cycle 4> [1257]
                0.00    0.00      16             Fbuffer_list <cycle 4> [1269]
                0.00    0.00      13             digest_single_submenu <cycle 4> [1279]
                0.00    0.00      13             parse_single_submenu <cycle 4> [1281]
                0.00    0.00      12             For <cycle 4> [1285]
                0.00    0.00      12             Fcond <cycle 4> [1283]
                0.00    0.00      11             adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00      10             redisplay_window_0 <cycle 4> [1307]
                0.00    0.00      10             Fimage_mask_p <cycle 4> [1295]
                0.00    0.00      10             xpm_load <cycle 4> [1314]
                0.00    0.00       8+1           x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00       8             allocate_matrices_for_window_redisplay <cycle 4> [1327]
                0.00    0.00       8             do_switch_frame <cycle 4> [1328]
                0.00    0.00       6             run_hook <cycle 4> [1361]
                0.00    0.00       6             swap_in_global_binding <cycle 4> [1362]
                0.00    0.00       6             Fthrow <cycle 4> [1350]
                0.00    0.00       5             swap_out_buffer_local_variables <cycle 4> [1389]
                0.00    0.00       5             Fmodify_frame_parameters <cycle 4> [1370]
                0.00    0.00       5             xg_update_frame_menubar <cycle 4> [1392]
                0.00    0.00       4             redraw_frame <cycle 4> [1423]
                0.00    0.00       4             esprintf <cycle 4> [1412]
                0.00    0.00       4             doprnt <cycle 4> [1410]
                0.00    0.00       4             Frun_hook_with_args_until_failure <cycle 4> [1398]
                0.00    0.00       3             run_funs <cycle 4> [1458]
                0.00    0.00       3             update_cursor_in_window_tree <cycle 4> [1464]
                0.00    0.00       3             merge <cycle 4> [1453]
                0.00    0.00       2             allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                0.00    0.00       2             x_set_window_size <cycle 4> [1519]
                0.00    0.00       2             x_bitmap_icon <cycle 4> [1512]
                0.00    0.00       2             xg_set_icon <cycle 4> [1523]
                0.00    0.00       2             x_new_font <cycle 4> [1517]
                0.00    0.00       2             internal_condition_case_2 <cycle 4> [1500]
                0.00    0.00       2             Flocate_file_internal <cycle 4> [1477]
                0.00    0.00       2             Fmessage <cycle 4> [1478]
                0.00    0.00       2             message3_nolog <cycle 4> [1501]
                0.00    0.00       1             funcall_not <cycle 4> [1577]
                0.00    0.00       1             set_message_1 <cycle 4> [1598]
                0.00    0.00       1             x_set_menu_bar_lines <cycle 4> [1633]
                0.00    0.00       1             x_set_icon_type <cycle 4> [1629]
                0.00    0.00       1             x_set_scroll_bar_width <cycle 4> [1641]
                0.00    0.00       1             x_set_scroll_bar_height <cycle 4> [1640]
                0.00    0.00       1             x_set_alpha <cycle 4> [1620]
                0.00    0.00       1             Fwhile <cycle 4> [1555]
                0.00    0.00       1             Fundo_boundary <cycle 4> [1551]
                0.00    0.00       1             Fredraw_frame <cycle 4> [1544]
                0.00    0.00       1             initialize_frame_menubar <cycle 4> [1583]
                0.00    0.00       1             x_window <cycle 4> [1650]
                0.00    0.00       1             xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1             Fredirect_frame_focus <cycle 4> [1543]
                0.00    0.00       1             shut_down_emacs <cycle 4> [1599]
                0.00    0.00       1             Fdelete_terminal <cycle 4> [1531]
                0.00    0.00       1             check_minibuf_window <cycle 4> [1564]
                0.00    0.00       1             Fmapc <cycle 4> [1539]
                0.00    0.00       1             Fposn_at_point <cycle 4> [1541]
                0.00    0.00       1             pos_visible_p <cycle 4> [1591]
                0.00    0.00       1             buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       1             Fx_open_connection <cycle 4> [1558]
                0.00    0.00       1             update_single_window <cycle 4> [1606]
                0.00    0.00       1             redisplay_mode_lines <cycle 4> [1594]
-----------------------------------------------
                0.00    2.99       1/1           internal_catch [5]
[8]     93.6    0.00    2.99       1         command_loop_2 [8]
                0.00    2.99      21/22          internal_condition_case <cycle 2> [194]
-----------------------------------------------
                               29922             display_line <cycle 4> [197]
                              109498             display_string <cycle 4> [72]
                              359965             move_it_in_display_line_to <cycle 4> [66]
[9]     60.7    0.02    1.92  499385         get_next_display_element <cycle 4> [9]
                0.01    1.89  388744/389421      face_for_char [10]
                0.00    0.01  476491/476491      lookup_glyphless_char_display [147]
                0.00    0.00  383280/4993256     char_table_ref [35]
                              389887             next_element_from_buffer <cycle 4> [98]
                               65079             next_element_from_string <cycle 4> [59]
                               54749             next_element_from_c_string <cycle 4> [648]
                               54749             face_before_or_after_it_pos <cycle 4> [107]
-----------------------------------------------
                0.00    0.00       6/389421      Finternal_char_font [368]
                0.00    0.00     671/389421      show_hourglass <cycle 4> [180]
                0.01    1.89  388744/389421      get_next_display_element <cycle 4> [9]
[10]    59.7    0.01    1.89  389421         face_for_char [10]
                0.01    1.76  383281/383281      fontset_font [11]
                0.00    0.07  383280/491552      get_char_property_and_overlay [38]
                0.02    0.03  383280/6640124     hash_lookup [20]
                0.00    0.00  383285/4993256     char_table_ref [35]
                0.00    0.00  383285/7282347     font_has_char [54]
                0.00    0.00  383280/449715      Fget_char_property [627]
                0.00    0.00       2/2           face_for_font [1493]
-----------------------------------------------
                0.01    1.76  383281/383281      face_for_char [10]
[11]    55.4    0.01    1.76  383281         fontset_font [11]
                0.00    1.76  383282/383282      fontset_find_font [12]
                0.00    0.00       1/82          make_fontset [378]
-----------------------------------------------
                0.00    1.76  383282/383282      fontset_font [11]
[12]    55.1    0.00    1.76  383282         fontset_find_font [12]
                0.03    1.72  383284/383292      font_find_for_lface [13]
                0.00    0.00  383282/4993256     char_table_ref [35]
                0.00    0.00  766561/7282347     font_has_char [54]
                0.00    0.00       4/12          font_open_for_lface [393]
                0.00    0.00       4/12          font_open_entity [407]
                0.00    0.00      11/7829        Fmake_vector [230]
                0.00    0.00       2/48808       Fcopy_sequence [122]
                0.00    0.00       9/1056        Ffont_get [341]
                0.00    0.00       3/1428        char_table_set_range [392]
                0.00    0.00       9/9           font_match_p [578]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       9/1364726     Fcdr [610]
                0.00    0.00       3/1391        char_table_ref_and_range [874]
-----------------------------------------------
                0.00    0.00       8/383292      font_load_for_lface [337]
                0.03    1.72  383284/383292      fontset_find_font [12]
[13]    54.8    0.03    1.72  383292         font_find_for_lface [13]
                0.05    1.00 1533134/1533134     font_sort_entities [16]
                0.06    0.41 1533134/1533134     font_list_entities [25]
                0.01    0.12  383292/384231      Fassoc_string [33]
                0.00    0.05  383292/385139      copy_font_spec [50]
                0.00    0.02  383299/384683      font_intern_prop [91]
                0.00    0.00       1/917         font_registry_charsets [251]
                0.00    0.00  383292/383293      build_style_table [631]
                0.00    0.00       9/1778        font_style_to_value [859]
-----------------------------------------------
                                1022             read_key_sequence.constprop.44 <cycle 2> [22]
[14]    53.9    0.00    1.72    1022         read_char <cycle 2> [14]
                0.00    1.15    1026/1031        redisplay_internal [15]
                0.00    0.37    1019/1019        sit_for [26]
                0.02    0.08    1024/33852       access_keymap <cycle 4> [754]
                0.02    0.08    1023/33852       call0 <cycle 4> [722]
                0.00    0.00    2051/6025        detect_input_pending_run_timers [153]
                0.00    0.00      21/33852       safe_run_hooks <cycle 4> [256]
                0.00    0.00       4/973         wait_reading_process_output [27]
                0.00    0.00    1022/1022        make_lispy_event [216]
                0.00    0.00    1025/8986        readable_events [169]
                0.00    0.00       3/33852       Fdo_auto_save <cycle 4> [524]
                0.00    0.00       2/33852       call4 <cycle 4> [1217]
                0.00    0.00       5/1997        swallow_events [219]
                0.00    0.00       2/1515        Fvector [286]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/1702        list2 [382]
                0.00    0.00    3073/676170      get_keymap [617]
                0.00    0.00    1026/1026        redisplay [968]
                0.00    0.00    1025/1025        kbd_on_hold_p [972]
                0.00    0.00    1025/1025        event_to_kboard [969]
                0.00    0.00    1022/1022        record_char [981]
                0.00    0.00    1022/1022        add_command_key [979]
                0.00    0.00    1022/2043        echo_update [836]
                0.00    0.00    1000/1000        echo_dash [1002]
                0.00    0.00      21/41          clear_message [1193]
                0.00    0.00       4/7535        gobble_input <cycle 3> [703]
                0.00    0.00       1/132         Fkeymap_prompt [1104]
                                1025             top_level_1 <cycle 2> [36]
-----------------------------------------------
                0.00    0.01       5/1031        redisplay_preserve_echo_area [159]
                0.00    1.15    1026/1031        read_char <cycle 2> [14]
[15]    36.3    0.00    1.16    1031         redisplay_internal [15]
                0.04    0.15    2068/33852       show_hourglass <cycle 4> [180]
                0.04    0.15    2064/33852       do_pending_window_change <cycle 4> [744]
                0.02    0.08    1049/33852       internal_condition_case_1 <cycle 4> [878]
                0.02    0.08    1035/33852       unbind_to <cycle 4> [285]
                0.02    0.08    1032/33852       overlay_arrows_changed_p <cycle 4> [955]
                0.02    0.08    1032/33852       update_frame <cycle 4> [960]
                0.02    0.08    1032/33852       safe__call1 <cycle 4> [737]
                0.02    0.08    1031/33852       store_symval_forwarding <cycle 4> [117]
                0.02    0.08    1031/33852       specbind <cycle 4> [639]
                0.02    0.08    1031/33852       update_overlay_arrows <cycle 4> [261]
                0.00    0.02    2064/3897        Fputhash [67]
                0.00    0.00      29/33852       echo_area_display <cycle 4> [1214]
                0.00    0.00    1031/1031        hscroll_windows [213]
                0.00    0.00       5/5           redisplay_windows [226]
                0.00    0.00    1032/2091        reconsider_clip_changes [228]
                0.00    0.00       4/33852       x_consider_frame_title <cycle 4> [291]
                0.00    0.00    2064/6143931     Fgethash [21]
                0.00    0.00       2/33852       adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00    1031/103225      set_internal [113]
                0.00    0.00    1032/1034        XTframe_up_to_date [498]
                0.00    0.00       4/1041        record_unwind_save_match_data [358]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00       4/4           propagate_buffer_redisplay [598]
                0.00    0.00       3/2019        window_list [534]
                0.00    0.00    1035/311674      grow_specpdl [632]
                0.00    0.00    1032/1043        clear_window_matrices [944]
                0.00    0.00    1032/1032        clear_desired_matrices [962]
                0.00    0.00    1032/2064        mode_line_update_needed [831]
                0.00    0.00    1032/638667      unblock_input_to [618]
                0.00    0.00    1032/1032        stop_polling [963]
                0.00    0.00    1032/1035        unrequest_sigio [951]
                0.00    0.00    1031/3090        popup_activated [778]
                0.00    0.00    1031/2173        record_unwind_protect_void [819]
                0.00    0.00    1031/195141      record_in_backtrace [633]
                0.00    0.00    1031/1033        request_sigio [959]
                0.00    0.00    1031/1031        start_polling [965]
                0.00    0.00    1030/638619      unblock_input [619]
                0.00    0.00    1027/1043        mark_window_display_accurate_1 [945]
                0.00    0.00      12/17          clear_image_caches [1265]
                0.00    0.00       5/5           XTcondemn_scroll_bars [1376]
                0.00    0.00       5/5           XTjudge_scroll_bars [1377]
                0.00    0.00       4/7918        record_unwind_protect [723]
                0.00    0.00       4/8           mark_window_display_accurate [1331]
                0.00    0.00       3/3089        window_outdated [779]
                0.00    0.00       2/10          clear_face_cache [1298]
-----------------------------------------------
                0.05    1.00 1533134/1533134     font_find_for_lface [13]
[16]    32.8    0.05    1.00 1533134         font_sort_entities [16]
                0.03    0.93 6132501/6132501     ftfont_has_char [17]
                0.03    0.00 6132501/7282347     font_has_char [54]
                0.00    0.00 6132501/7282347     xftfont_has_char [601]
                0.00    0.00      36/38          font_score [1204]
-----------------------------------------------
                0.03    0.93 6132501/6132501     font_sort_entities [16]
[17]    30.2    0.03    0.93 6132501         ftfont_has_char [17]
                0.01    0.92 6132501/6132509     ftfont_get_fc_charset [18]
-----------------------------------------------
                0.00    0.00       8/6132509     xftfont_open [408]
                0.01    0.92 6132501/6132509     ftfont_has_char [17]
[18]    29.3    0.01    0.92 6132509         ftfont_get_fc_charset [18]
                0.08    0.84 6132509/6134442     ftfont_lookup_cache [19]
-----------------------------------------------
                0.00    0.00    1933/6134442     ftfont_pattern_entity [220]
                0.08    0.84 6132509/6134442     ftfont_get_fc_charset [18]
[19]    29.0    0.08    0.84 6134442         ftfont_lookup_cache [19]
                0.03    0.76 6134441/6143931     Fgethash [21]
                0.05    0.00 6132509/6195131     assq_no_quit [48]
                0.00    0.00     551/3897        Fputhash [67]
                0.00    0.00       1/3           Fmake_hash_table [124]
                0.00    0.00     551/3266575     Fcons [62]
                0.00    0.00     551/71975       xmalloc [642]
                0.00    0.00     551/551         make_save_ptr_int [1038]
-----------------------------------------------
                0.00    0.00       1/6640124     Fcharsetp [550]
                0.00    0.00       1/6640124     fontset_from_font <cycle 4> [345]
                0.00    0.00       2/6640124     Fset_charset_priority [439]
                0.00    0.00       3/6640124     detect_coding_utf_16 [509]
                0.00    0.00       3/6640124     Finsert_file_contents <cycle 4> [336]
                0.00    0.00       3/6640124     font_registry_charsets [251]
                0.00    0.00       9/6640124     Fcoding_system_p [469]
                0.00    0.00     825/6640124     find_font_encoding [64]
                0.00    0.00     879/6640124     code_convert_string <cycle 4> [273]
                0.00    0.00     886/6640124     setup_coding_system [304]
                0.00    0.00    1085/6640124     Fset_fontset_font <cycle 4> [60]
                0.00    0.00    2095/6640124     Fcoding_system_eol_type [241]
                0.00    0.00    3897/6640124     Fputhash [67]
                0.00    0.01  103224/6640124     maybe_set_redisplay [114]
                0.02    0.03  383280/6640124     face_for_char [10]
                0.25    0.50 6143931/6640124     Fgethash [21]
[20]    25.5    0.27    0.54 6640124         hash_lookup [20]
                0.27    0.00 6135029/7672938     Fnreverse [28]
                0.23    0.00 6133883/14252708     internal_equal [24]
                0.04    0.00 6133883/6133883     cmpfn_equal [56]
                0.00    0.00 6135029/6135029     hashfn_equal [602]
                0.00    0.00  496347/496347      hashfn_eq [624]
                0.00    0.00    8750/8750        hashfn_eql [715]
-----------------------------------------------
                0.00    0.00       1/6143931     raw_text_coding_system [546]
                0.00    0.00       3/6143931     font_registry_charsets [251]
                0.00    0.00       8/6143931     Fset_coding_system_priority <cycle 4> [460]
                0.00    0.00      11/6143931     Fcoding_system_plist [462]
                0.00    0.00      15/6143931     Fcoding_system_base [451]
                0.00    0.00      41/6143931     Ffuncall <cycle 4> [39]
                0.00    0.00     882/6143931     Fset_fontset_font <cycle 4> [60]
                0.00    0.00    1021/6143931     handle_one_xevent [195]
                0.00    0.00    1033/6143931     decode_mode_spec_coding [295]
                0.00    0.00    1057/6143931     where_is_internal <cycle 4> [151]
                0.00    0.00    1259/6143931     where_is_internal_1 <cycle 4> [121]
                0.00    0.00    2064/6143931     redisplay_internal [15]
                0.00    0.00    2095/6143931     Fcoding_system_eol_type [241]
                0.03    0.76 6134441/6143931     ftfont_lookup_cache [19]
[21]    24.7    0.03    0.76 6143931         Fgethash [21]
                0.25    0.50 6143931/6640124     hash_lookup [20]
                0.00    0.00 6143931/6147828     CHECK_HASH_TABLE [163]
-----------------------------------------------
                                1021             command_loop_1 <cycle 2> [23]
[22]    23.5    0.00    0.75    1021         read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.19    2046/2046        keyremap_step.constprop.45 [31]
                0.00    0.19    2042/2042        active_maps [32]
                0.02    0.08    1022/33852       access_keymap <cycle 4> [754]
                0.00    0.09    1022/1022        test_undefined [37]
                0.02    0.08    1021/33852       Fkey_binding <cycle 4> [359]
                0.02    0.08    1021/33852       unbind_to <cycle 4> [285]
                0.00    0.00    2042/3266575     Fcons [62]
                0.00    0.00    3065/676170      get_keymap [617]
                0.00    0.00    1022/1022        follow_key [980]
                0.00    0.00    1021/2043        Fcommand_remapping [835]
                0.00    0.00    1021/2043        echo_update [836]
                                1022             read_char <cycle 2> [14]
-----------------------------------------------
                                  21             internal_condition_case <cycle 2> [194]
[23]    17.7    0.00    0.56      21         command_loop_1 <cycle 2> [23]
                0.05    0.22    3042/33852       safe_run_hooks <cycle 4> [256]
                0.02    0.08    1021/33852       call0 <cycle 4> [722]
                0.02    0.08    1021/33852       call1 <cycle 4> [794]
                0.02    0.07    1000/33852       unbind_to <cycle 4> [285]
                0.00    0.00    1997/1997        composition_adjust_point [181]
                0.00    0.00      21/21          resize_echo_area_exactly [198]
                0.00    0.00    2997/491552      get_char_property_and_overlay [38]
                0.00    0.00    1021/3266575     Fcons [62]
                0.00    0.00    1021/311674      grow_specpdl [632]
                0.00    0.00    1021/2173        record_unwind_protect_void [819]
                0.00    0.00    1021/1021        start_hourglass [990]
                                1021             read_key_sequence.constprop.44 <cycle 2> [22]
-----------------------------------------------
                             67174661             internal_equal [24]
                0.00    0.00      87/14252708     Fdelete [436]
                0.00    0.00     942/14252708     Frassoc [353]
                0.00    0.00    1180/14252708     Fmember [342]
                0.00    0.00    3888/14252708     Fassoc [288]
                0.00    0.00   32302/14252708     Fequal [207]
                0.23    0.00 6133883/14252708     hash_lookup [20]
                0.31    0.00 8080426/14252708     assoc_no_quit [29]
[24]    16.9    0.54    0.00 14252708+67174661 internal_equal [24]
                0.00    0.00      76/7766        do_pending_atimers [724]
                0.00    0.00      76/7535        process_pending_signals <cycle 3> [725]
                             67174661             internal_equal [24]
-----------------------------------------------
                0.06    0.41 1533134/1533134     font_find_for_lface [13]
[25]    14.8    0.06    0.41 1533134         font_list_entities [25]
                0.02    0.31 3066268/3066269     assoc_no_quit [29]
                0.07    0.00 1533134/7672938     Fnreverse [28]
                0.02    0.00 1534750/3266575     Fcons [62]
                0.00    0.00     347/347         xftfont_list [209]
                0.00    0.00     461/461         xfont_list [245]
                0.00    0.00     808/385139      copy_font_spec [50]
                0.00    0.00     347/56861       concat [111]
                0.00    0.00 3066268/3066270     xfont_get_cache [605]
                0.00    0.00     347/5788        Fvconcat [739]
-----------------------------------------------
                0.00    0.37    1019/1019        read_char <cycle 2> [14]
[26]    11.6    0.00    0.37    1019         sit_for [26]
                0.00    0.37     969/973         wait_reading_process_output [27]
                0.00    0.00    1019/6025        detect_input_pending_run_timers [153]
                0.00    0.00    1019/1997        swallow_events [219]
                0.00    0.00     969/7535        gobble_input <cycle 3> [703]
                0.00    0.00     969/2951        detect_input_pending [790]
-----------------------------------------------
                0.00    0.00       4/973         read_char <cycle 2> [14]
                0.00    0.37     969/973         sit_for [26]
[27]    11.6    0.00    0.37     973         wait_reading_process_output [27]
                0.05    0.22    2991/33852       do_pending_window_change <cycle 4> [744]
                0.02    0.07     973/33852       unbind_to <cycle 4> [285]
                0.00    0.00    2955/6025        detect_input_pending_run_timers [153]
                0.00    0.00    1982/7961        timer_check [154]
                0.00    0.00       1/5           redisplay_preserve_echo_area [159]
                0.00    0.00    1982/7961        get_input_pending [175]
                0.00    0.00     973/1997        swallow_events [219]
                0.00    0.00    2991/2991        requeued_events_pending_p [787]
                0.00    0.00    2951/3973        timespec_add [756]
                0.00    0.00    1983/1983        clear_waiting_for_input [847]
                0.00    0.00    1983/1983        set_waiting_for_input [848]
                0.00    0.00    1982/12473       gettime [693]
                0.00    0.00    1982/2951        detect_input_pending [790]
                0.00    0.00    1982/1982        xg_select [849]
                0.00    0.00    1967/18247       timespec_sub [676]
                0.00    0.00    1010/7766        do_pending_atimers [724]
                0.00    0.00    1010/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00    1009/13031       handle_input_available_signal [691]
                0.00    0.00     973/311674      grow_specpdl [632]
                0.00    0.00     973/2007        record_unwind_protect_int [844]
                0.00    0.00       3/3           x_session_check_input [1468]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/6           my_log_handler [1359]
                0.00    0.00       1/6           x_flush [1365]
-----------------------------------------------
                             12270943             Fnreverse [28]
                0.00    0.00       1/7672938     Ffuncall <cycle 4> [39]
                0.00    0.00       3/7672938     Fload <cycle 4> [401]
                0.00    0.00       4/7672938     window_list [534]
                0.00    0.00       4/7672938     readevalloop <cycle 4> [380]
                0.00    0.00       6/7672938     Fset_charset_priority [439]
                0.00    0.00      10/7672938     lookup_image <cycle 4> [491]
                0.00    0.00     143/7672938     Fset_fontset_font <cycle 4> [60]
                0.00    0.00     347/7672938     ftfont_list [208]
                0.00    0.00     377/7672938     exec_byte_code <cycle 4> [143]
                0.00    0.00     871/7672938     Fwhere_is_internal <cycle 4> [270]
                0.00    0.00     999/7672938     offset_intervals [253]
                0.00    0.00    2010/7672938     window_list_1 [296]
                0.07    0.00 1533134/7672938     font_list_entities [25]
                0.27    0.00 6135029/7672938     hash_lookup [20]
[28]    10.7    0.34    0.00 7672938+12270943 Fnreverse [28]
                0.00    0.00 1542481/1610383     Fsetcdr [608]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                             12270943             Fnreverse [28]
-----------------------------------------------
                0.00    0.00       1/3066269     fontset_from_font <cycle 4> [345]
                0.02    0.31 3066268/3066269     font_list_entities [25]
[29]    10.2    0.02    0.31 3066269         assoc_no_quit [29]
                0.31    0.00 8080426/14252708     internal_equal [24]
-----------------------------------------------
                             10777185             mark_object <cycle 4> [30]
                                 236             mark_overlay <cycle 4> [808]
                                 484             mark_discard_killed_buffers <cycle 4> [1053]
                                2260             mark_image_cache <cycle 4> [1109]
                                2584             mark_specpdl <cycle 4> [1117]
                                4300             mark_kboards <cycle 4> [1116]
                                4597             sweep_weak_table <cycle 4> [860]
                               34769             xg_mark_data <cycle 4> [1126]
                               35594             mark_localized_symbol <cycle 4> [679]
                               38045             mark_face_cache <cycle 4> [1031]
                               83328             mark_compiled <cycle 4> [668]
                              117624             traverse_intervals_noorder <cycle 4> [809]
                             1320852             Fgarbage_collect <cycle 4> [40]
                             12860715             mark_vectorlike <cycle 4> [85]
                             13271192             mark_char_table <cycle 4> [42]
[30]     9.6    0.31    0.00 27776580+10777185 mark_object <cycle 4> [30]
                              204381             mark_vectorlike <cycle 4> [85]
                               21600             mark_compiled <cycle 4> [668]
                               17797             mark_localized_symbol <cycle 4> [679]
                                4957             mark_char_table <cycle 4> [42]
                                1652             traverse_intervals_noorder <cycle 4> [809]
                                 589             mark_face_cache <cycle 4> [1031]
                                 484             mark_discard_killed_buffers <cycle 4> [1053]
                                 236             mark_overlay <cycle 4> [808]
                                 112             mark_buffer <cycle 4> [939]
                             10777185             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.19    2046/2046        read_key_sequence.constprop.44 <cycle 2> [22]
[31]     5.9    0.00    0.19    2046         keyremap_step.constprop.45 [31]
                0.04    0.15    2046/33852       access_keymap <cycle 4> [754]
                0.00    0.00    4092/676170      get_keymap [617]
                0.00    0.00    4088/6779        Ffboundp [730]
-----------------------------------------------
                0.00    0.19    2042/2042        read_key_sequence.constprop.44 <cycle 2> [22]
[32]     5.9    0.00    0.19    2042         active_maps [32]
                0.04    0.15    2042/33852       Fcurrent_active_maps <cycle 4> [155]
-----------------------------------------------
                0.00    0.00      22/384231      Ffuncall <cycle 4> [39]
                0.00    0.00     917/384231      font_registry_charsets [251]
                0.01    0.12  383292/384231      font_find_for_lface [13]
[33]     4.1    0.01    0.12  384231         Fassoc_string [33]
                0.02    0.10 1535626/1535738     Fcompare_strings [34]
                0.00    0.00 1919199/1919225     Fsymbol_name [606]
                0.00    0.00      15/7766        do_pending_atimers [724]
                0.00    0.00      15/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00      23/1535738     Ffuncall <cycle 4> [39]
                0.00    0.00      89/1535738     Ftry_completion [410]
                0.02    0.10 1535626/1535738     Fassoc_string [33]
[34]     3.8    0.02    0.10 1535738         Fcompare_strings [34]
                0.07    0.00 3069280/3072176     casify_object [41]
                0.03    0.00 3071476/3071721     validate_subarray [69]
                0.00    0.00 3071476/3082942     string_char_to_byte [603]
                0.00    0.00 3069280/3069280     Fupcase [604]
-----------------------------------------------
                0.00    0.00       2/4993256     scan_lists [440]
                0.00    0.00       2/4993256     exec_byte_code <cycle 4> [143]
                0.00    0.00      49/4993256     char_quoted [476]
                0.00    0.00     244/4993256     load_charset_map [415]
                0.00    0.00   46952/4993256     char_composable_p [222]
                0.00    0.00   52943/4993256     find_automatic_composition [185]
                0.00    0.00  381067/4993256     bidi_find_paragraph_start [148]
                0.00    0.00  383280/4993256     lookup_glyphless_char_display [147]
                0.00    0.00  383280/4993256     get_next_display_element <cycle 4> [9]
                0.00    0.00  383282/4993256     fontset_find_font [12]
                0.00    0.00  383285/4993256     face_for_char [10]
                0.01    0.01  719157/4993256     scan_sexps_forward [109]
                0.01    0.01  742147/4993256     composition_compute_stop_pos [51]
                0.01    0.01  755432/4993256     bidi_paired_bracket_type [102]
                0.01    0.01  762134/4993256     bidi_explicit_dir_char [100]
[35]     3.1    0.04    0.06 4993256         char_table_ref [35]
                0.06    0.00 12567953/12567953     sub_char_table_ref [46]
-----------------------------------------------
                                1025             read_char <cycle 2> [14]
                0.00    0.14       1/22          internal_catch [5]
[36]     2.9    0.00    0.09    1026         top_level_1 <cycle 2> [36]
                0.02    0.08    1024/33852       call0 <cycle 4> [722]
                0.00    0.00    1025/2073        intern_1 [307]
                0.00    0.00    1024/12473       gettime [693]
                                   1             internal_condition_case <cycle 2> [194]
-----------------------------------------------
                0.00    0.09    1022/1022        read_key_sequence.constprop.44 <cycle 2> [22]
[37]     2.9    0.00    0.09    1022         test_undefined [37]
                0.02    0.08    1022/33852       Fkey_binding <cycle 4> [359]
                0.00    0.00    1022/2043        Fcommand_remapping [835]
-----------------------------------------------
                0.00    0.00     176/491552      show_hourglass <cycle 4> [180]
                0.00    0.00    2997/491552      command_loop_1 <cycle 2> [23]
                0.00    0.00    4089/491552      Fconstrain_to_field [233]
                0.00    0.00    4875/491552      back_to_previous_visible_line_start [115]
                0.00    0.00    7099/491552      Fnext_single_char_property_change <cycle 4> [172]
                0.00    0.00    8268/491552      handle_invisible_prop [188]
                0.00    0.00    8299/491552      handle_fontified_prop <cycle 4> [203]
                0.00    0.00    8574/491552      x_produce_glyphs [75]
                0.00    0.00   10310/491552      get_local_map [157]
                0.00    0.00   11654/491552      handle_line_prefix [193]
                0.00    0.00   18458/491552      compute_display_string_pos <cycle 4> [182]
                0.00    0.00   23473/491552      handle_display_prop [174]
                0.00    0.07  383280/491552      face_for_char [10]
[38]     2.7    0.00    0.09  491552         get_char_property_and_overlay [38]
                0.00    0.03  491552/604538      Ftext_properties_at [58]
                0.00    0.02  491552/1234730     lookup_char_property [43]
                0.02    0.00  469859/486395      overlays_at [90]
                0.01    0.00  469859/480169      sort_overlays [140]
                0.00    0.00  939718/960338      set_buffer_temp [613]
                0.00    0.00  491552/1180788     textget [611]
                0.00    0.00    8242/72320       Fcar [641]
-----------------------------------------------
                                   1             funcall_not <cycle 4> [1577]
                                  14             eval_sub <cycle 4> [189]
                                  28             call4 <cycle 4> [1217]
                                  38             call3 <cycle 4> [1202]
                                  59             run_hook_wrapped_funcall <cycle 4> [1160]
                                1023             Ffuncall_interactively <cycle 4> [974]
                                1023             Fcall_interactively <cycle 4> [258]
                                1052             Fcommandp <cycle 4> [538]
                                1399             bcall0 <cycle 4> [873]
                                1693             call2 <cycle 4> [862]
                                2845             call1 <cycle 4> [794]
                                3052             funcall_nil <cycle 4> [784]
                                3542             Fapply <cycle 4> [762]
                                6376             internal_condition_case_n <cycle 4> [709]
                                8164             call0 <cycle 4> [722]
                              148367             exec_byte_code <cycle 4> [143]
[39]     2.6    0.02    0.06  178676         Ffuncall <cycle 4> [39]
                0.00    0.02     634/634         Fparse_partial_sexp [78]
                0.00    0.01    6128/7233        Fframe_parameter [99]
                0.00    0.01    1070/2457        Ffind_file_name_handler [105]
                0.00    0.01    1186/1192        Fwindow_buffer [160]
                0.00    0.00    1069/1069        Fwindow_parameter [165]
                0.00    0.00    2020/2020        Fline_beginning_position [173]
                0.00    0.00     672/672         Fre_search_forward [214]
                0.00    0.00     519/519         Fline_end_position [223]
                0.00    0.00    2095/2095        Fcoding_system_eol_type [241]
                0.00    0.00    2020/2020        Fface_font [242]
                0.00    0.00     380/380         string_match_1 [249]
                0.00    0.00    1556/56861       concat [111]
                0.00    0.00     516/516         skip_syntaxes [265]
                0.00    0.00     183/183         read_internal_start [271]
                0.00    0.00      23/3897        Fputhash [67]
                0.00    0.00     519/2539        Fconstrain_to_field [233]
                0.00    0.00    1390/1515        Fvector [286]
                0.00    0.00    1350/1350        Fmake_byte_code [294]
                0.00    0.00    2000/2000        Fwindow_scroll_bars [306]
                0.00    0.00    2104/2104        Fbacktrace_frame [318]
                0.00    0.00    1119/91832       Fget_text_property [156]
                0.00    0.00     118/118         Ftext_property_any [325]
                0.00    0.00    6268/3266575     Fcons [62]
                0.00    0.00    1119/1234730     lookup_char_property [43]
                0.00    0.00    1088/2809        Fassoc [288]
                0.00    0.00       2/2           Ffloat_time [340]
                0.00    0.00      20/20          Fsearch_forward [361]
                0.00    0.00       6/6           Finternal_char_font [368]
                0.00    0.00       1/214         make_float [162]
                0.00    0.00    1022/1383        list3 [366]
                0.00    0.00     119/887         Ffont_spec [289]
                0.00    0.00     123/7829        Fmake_vector [230]
                0.00    0.00      58/48808       Fcopy_sequence [122]
                0.00    0.00      22/384231      Fassoc_string [33]
                0.00    0.00       3/3           Ftry_completion [410]
                0.00    0.00     124/2294        Fintern [301]
                0.00    0.00      41/6143931     Fgethash [21]
                0.00    0.00     145/1186        Fmatch_data [348]
                0.00    0.00       2/7160        Fframe_parameters [101]
                0.00    0.00      22/22          Finternal_get_lisp_face_attribute [431]
                0.00    0.00       4/4           looking_at_1 [433]
                0.00    0.00      59/1439        Fremove_list_of_text_properties [321]
                0.00    0.00      11/11          Fdelete [436]
                0.00    0.00       2/2           Fset_charset_priority [439]
                0.00    0.00       4/4           scan_lists [440]
                0.00    0.00      16/16          Fcoding_system_base [451]
                0.00    0.00       9/9           Fframe_list [452]
                0.00    0.00      23/1535738     Fcompare_strings [34]
                0.00    0.00      49/291575      Fplist_get [141]
                0.00    0.00      11/11          Fcoding_system_plist [462]
                0.00    0.00     106/1702        list2 [382]
                0.00    0.00      82/5372        Finternal_merge_in_global_face [327]
                0.00    0.00       1/4           Fget_load_suffixes [429]
                0.00    0.00       1/1           Fx_wm_set_size_hint [480]
                0.00    0.00       3/37          Fdefalias [403]
                0.00    0.00    2156/2156        Fwindow_frame [485]
                0.00    0.00    2000/2000        Fwindow_pixel_top [489]
                0.00    0.00    2000/2000        Fwindow_pixel_left [488]
                0.00    0.00       2/4           Fcheck_coding_system [471]
                0.00    0.00       7/2010        window_list_1 [296]
                0.00    0.00       1/1           Fset_keyboard_coding_system_internal [503]
                0.00    0.00       1/1           Fset_terminal_coding_system_internal [504]
                0.00    0.00       9/9           time_arith [506]
                0.00    0.00       9/9           Fterminal_parameter [507]
                0.00    0.00       3/10          Fcoding_system_p [469]
                0.00    0.00       2/2           file_attributes [513]
                0.00    0.00    1020/1020        Fwindow_pixel_width [514]
                0.00    0.00    1012/1012        Fwindow_pixel_height [515]
                0.00    0.00       4/4           Fintern_soft [522]
                0.00    0.00       1/1           Fcopy_keymap [525]
                0.00    0.00       6/6           Fxw_color_values [530]
                0.00    0.00       3/3           Fset_terminal_parameter [532]
                0.00    0.00       2/2           Fdisplay_supports_face_attributes_p [533]
                0.00    0.00       3/3           Fbackward_prefix_chars [537]
                0.00    0.00     196/33461       Fboundp [376]
                0.00    0.00       1/1           Fcharsetp [550]
                0.00    0.00     129/4336        Fput [430]
                0.00    0.00       2/2           Fautoload [554]
                0.00    0.00       6/6           Fframe_or_buffer_changed_p [556]
                0.00    0.00       2/7           Fcurrent_time [516]
                0.00    0.00       6/6           Fx_selection_exists_p [569]
                0.00    0.00       1/7672938     Fnreverse [28]
                0.00    0.00       3/3           Fterminal_list [570]
                0.00    0.00       1/965         list4 [364]
                0.00    0.00      90/90          Fwindow_left_child [575]
                0.00    0.00      90/90          Fwindow_top_child [576]
                0.00    0.00      88/88          Fwindow_minibuffer_p [577]
                0.00    0.00       1/215         Fsafe_length [428]
                0.00    0.00      20/4355        Fplist_put [448]
                0.00    0.00      24/24          Fwindow_next_sibling [590]
                0.00    0.00      20/20          Fwindow_parent [591]
                0.00    0.00       2/2           Fset_window_new_total [595]
                0.00    0.00       2/2           Fwindow_new_total [596]
                0.00    0.00       1/1042        Fcurrent_window_configuration [502]
                0.00    0.00       2/2           next_window [599]
                0.00    0.00  178676/195141      record_in_backtrace [633]
                0.00    0.00    6226/1364726     Fcdr [610]
                0.00    0.00    6207/6207        Fterminal_live_p [736]
                0.00    0.00    4273/19327       arith_driver [672]
                0.00    0.00    3179/3179        Fvectorp [771]
                0.00    0.00    3126/11602       Findirect_function [695]
                0.00    0.00    3094/3094        Fframe_char_height [777]
                0.00    0.00    3066/3066        Fselected_window [783]
                0.00    0.00    3020/622091      indirect_function [620]
                0.00    0.00    2072/6179        Fdefault_value [738]
                0.00    0.00    2048/10234       Fplus [700]
                0.00    0.00    2042/3042        Frun_hook_with_args [785]
                0.00    0.00    2040/2040        Fwindow_vscroll [838]
                0.00    0.00    2040/2040        Fwindow_hscroll [837]
                0.00    0.00    2020/2020        Ffloatp [842]
                0.00    0.00    1571/1571        Fpurecopy [869]
                0.00    0.00    1460/7766        do_pending_atimers [724]
                0.00    0.00    1460/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00    1352/5788        Fvconcat [739]
                0.00    0.00    1225/1225        Flogand [889]
                0.00    0.00    1225/1225        Flsh [890]
                0.00    0.00    1192/1217        Fbuffer_modified_p [891]
                0.00    0.00    1119/1180788     textget [611]
                0.00    0.00    1100/1135        Fframep [899]
                0.00    0.00    1081/1081        Fframe_live_p [920]
                0.00    0.00    1063/1063        Fwindow_live_p [931]
                0.00    0.00    1062/1062        Fframe_char_width [932]
                0.00    0.00    1054/1054        Fsubrp [938]
                0.00    0.00    1052/1052        Frun_hook_with_args_until_success [940]
                0.00    0.00    1035/1035        Foverlayp [949]
                0.00    0.00    1023/1023        Farrayp [973]
                0.00    0.00    1022/1022        Fwindow_header_line_height [977]
                0.00    0.00    1022/1022        Fwindow_margins [978]
                0.00    0.00    1022/1022        Fwindow_fringes [976]
                0.00    0.00    1021/1021        Fx_hide_tip [985]
                0.00    0.00    1020/1020        Fset_window_vscroll [992]
                0.00    0.00    1020/1020        Fabs [991]
                0.00    0.00    1000/1169        Fminus [897]
                0.00    0.00    1000/1000        Fwindow_body_height [999]
                0.00    0.00    1000/1000        Fwindow_body_width [1000]
                0.00    0.00    1000/5124        Fmarker_position [743]
                0.00    0.00    1000/1000        Fwindow_start [1001]
                0.00    0.00    1000/1000        Fborder_width [997]
                0.00    0.00     516/516         Fskip_syntax_forward [1046]
                0.00    0.00     380/380         Fstring_match [1058]
                0.00    0.00     377/377         Fkeymapp [1060]
                0.00    0.00     262/262         Fwindow_valid_p [1071]
                0.00    0.00     190/6779        Ffboundp [730]
                0.00    0.00     183/183         Fread [1081]
                0.00    0.00     145/146         Fappend [1095]
                0.00    0.00     145/1186        Fset_match_data [894]
                0.00    0.00     123/123         Fset_syntax_table [1105]
                0.00    0.00     120/539         intern_sym [1042]
                0.00    0.00     120/120         Fsyntax_table [1111]
                0.00    0.00     119/121         Fmake_sparse_keymap [1108]
                0.00    0.00     118/132         Fkeymap_prompt [1104]
                0.00    0.00     115/119         Ffile_name_absolute_p [1112]
                0.00    0.00     109/49690       make_specified_string [652]
                0.00    0.00      95/95          Fbuffer_name [1133]
                0.00    0.00      82/72320       Fcar [641]
                0.00    0.00      78/78          Fwindowp [1140]
                0.00    0.00      61/63          Fregexp_quote [1148]
                0.00    0.00      59/557         Fconcat [1036]
                0.00    0.00      59/59          Frun_hook_wrapped [1158]
                0.00    0.00      59/59          Fdecode_coding_string [1156]
                0.00    0.00      59/79          Fmake_marker [1138]
                0.00    0.00      53/53          Fstringp [1171]
                0.00    0.00      50/50          Fframe_root_window [1174]
                0.00    0.00      45/45          rounding_driver [1187]
                0.00    0.00      44/44          Fceiling [1188]
                0.00    0.00      44/1443        Ffunctionp [872]
                0.00    0.00      41/209         Fdefault_boundp [1077]
                0.00    0.00      36/36          Fx_display_color_cells [1206]
                0.00    0.00      34/1091        Fdelq [915]
                0.00    0.00      33/33          Fforce_mode_line_update [1211]
                0.00    0.00      32/32          Fframe_selected_window [1212]
                0.00    0.00      29/29          Fselected_frame [1216]
                0.00    0.00      28/2583        Flocal_variable_p [801]
                0.00    0.00      28/35          Fwindow_system [1209]
                0.00    0.00      24/24          Fminibuffer_window [1222]
                0.00    0.00      22/22          Fwindow_bottom_divider_width [1224]
                0.00    0.00      22/22          Fwindow_scroll_bar_height [1227]
                0.00    0.00      22/22          Fwindow_right_divider_width [1226]
                0.00    0.00      22/22          Fwindow_scroll_bar_width [1228]
                0.00    0.00      22/22          emacs_readlinkat [1230]
                0.00    0.00      21/21          Fframe_visible_p [1231]
                0.00    0.00      20/20          Factive_minibuffer_window [1234]
                0.00    0.00      17/17          Fprefix_numeric_value [1263]
                0.00    0.00      17/17          Fcurrent_message [1261]
                0.00    0.00      15/593         Fbuffer_live_p [1029]
                0.00    0.00      14/14          Fmultibyte_string_p [1274]
                0.00    0.00      13/49          xrdb_get_resource [1180]
                0.00    0.00      13/13          Fx_get_resource [1277]
                0.00    0.00      13/16          Ffeaturep [1270]
                0.00    0.00      13/18192       list1 [678]
                0.00    0.00      12/91          Fxw_display_color_p [1135]
                0.00    0.00      12/12          read_file_name [1286]
                0.00    0.00      12/12          Fcurrent_global_map [1284]
                0.00    0.00      11/11          Fgetenv_internal [1290]
                0.00    0.00      11/16          Fbuffer_file_name [1268]
                0.00    0.00      10/10          Flocal_variable_if_set_p [1297]
                0.00    0.00      10/2126        Frassq [824]
                0.00    0.00      10/10          Finit_image_library [1296]
                0.00    0.00       9/9           Ftime_less_p [1317]
                0.00    0.00       9/9           Ftime_add [1316]
                0.00    0.00       8/8           Fformat [1325]
                0.00    0.00       8/8           Fframe_terminal [1326]
                0.00    0.00       7/7           Fwindow_list_1 [1335]
                0.00    0.00       6/2127        Fnconc [823]
                0.00    0.00       6/6           Finternal_show_cursor [1347]
                0.00    0.00       6/6           Fselect_frame [1349]
                0.00    0.00       6/6           Fx_register_dnd_atom [1351]
                0.00    0.00       6/6           Fbuffer_base_buffer [1343]
                0.00    0.00       5/5           Fsort [1373]
                0.00    0.00       5/1919225     Fsymbol_name [606]
                0.00    0.00       5/5           Fuse_local_map [1375]
                0.00    0.00       5/5           Fsymbolp [1374]
                0.00    0.00       5/5           Fset_buffer_modified_p [1371]
                0.00    0.00       4/4           Fscan_sexps [1399]
                0.00    0.00       4/2066        Fbuffer_local_value [830]
                0.00    0.00       4/4           Ftty_top_frame [1403]
                0.00    0.00       4/9           keymap_parent [1321]
                0.00    0.00       4/4           Fkeymap_parent [1395]
                0.00    0.00       4/4           Flooking_at [1396]
                0.00    0.00       4/1071        Freverse [928]
                0.00    0.00       4/4           Fprocess_list [1397]
                0.00    0.00       3/3           Fset_frame_selected_window [1436]
                0.00    0.00       3/134         Fselect_window [1101]
                0.00    0.00       3/4           Fset_keymap_parent [1401]
                0.00    0.00       3/3           Fset_window_next_buffers [1438]
                0.00    0.00       3/3           Fset_window_prev_buffers [1439]
                0.00    0.00       3/3           Fgenerate_new_buffer_name [1434]
                0.00    0.00       3/3           Fprocessp [1435]
                0.00    0.00       3/3           Fchar_table_parent [1432]
                0.00    0.00       3/3           Fwindow_next_buffers [1443]
                0.00    0.00       3/3           Fwindow_prev_buffers [1444]
                0.00    0.00       3/3           Fbufferp [1431]
                0.00    0.00       3/5           Fset_buffer_multibyte [1372]
                0.00    0.00       3/3           Fdaemonp [1433]
                0.00    0.00       3/3           Fstandard_syntax_table [1440]
                0.00    0.00       2/2           Fx_change_window_property [1483]
                0.00    0.00       2/2           Fnext_window [1479]
                0.00    0.00       2/2           Fset_char_table_parent [1480]
                0.00    0.00       2/2           Fcar_less_than_car [1474]
                0.00    0.00       2/2           Ftty_type [1482]
                0.00    0.00       2/4774        Fget_buffer [746]
                0.00    0.00       2/590         Fsubstitute_command_keys [1030]
                0.00    0.00       2/2           Fbyte_code_function_p [1472]
                0.00    0.00       2/3           Fuser_login_name [1441]
                0.00    0.00       2/2           Fkeywordp [1476]
                0.00    0.00       2/4           Fsystem_name [1402]
                0.00    0.00       1/1           Fposn_at_x_y [1542]
                0.00    0.00       1/1           Ftool_bar_height [1550]
                0.00    0.00       1/1           Ffunction_equal [1536]
                0.00    0.00       1/1           Fdelete_frame [1530]
                0.00    0.00       1/1           Fframe_after_make_frame [1535]
                0.00    0.00       1/1           Fwindow_resize_apply_total [1556]
                0.00    0.00       1/1           Fround [1545]
                0.00    0.00       1/1           Fset_input_meta_mode [1547]
                0.00    0.00       1/1           Ffloat [1533]
                0.00    0.00       1/1           Fcurrent_bidi_paragraph_direction [1528]
                0.00    0.00       1/2318        Finternal_show_cursor_p [810]
                0.00    0.00       1/1           Fbuffer_size [1527]
                0.00    0.00       1/6           Frestore_buffer_modified_p [1348]
                0.00    0.00       1/1           Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/1           Flocale_info [1538]
                0.00    0.00       1/6           make_process [1358]
                0.00    0.00       1/6           Fget_buffer_process [1346]
                0.00    0.00       1/1           Femacs_pid [1532]
                0.00    0.00       1/1           Fmax_char [1540]
                0.00    0.00       1/2           Fbyteorder [1473]
                0.00    0.00       1/1           Finvocation_name [1537]
                0.00    0.00       1/1           Fuser_real_login_name [1552]
                0.00    0.00       1/1           Fcurrent_input_mode [1529]
                               66379             funcall_lambda <cycle 4> [126]
                               49009             exec_byte_code <cycle 4> [143]
                               23704             unbind_to <cycle 4> [285]
                                5332             Feval <cycle 4> [234]
                                3155             Fcommandp <cycle 4> [538]
                                2436             Fapply <cycle 4> [762]
                                1321             Finternal_set_lisp_face_attribute <cycle 4> [229]
                                1064             Fput_text_property <cycle 4> [929]
                                1023             Ffuncall_interactively <cycle 4> [974]
                                1023             Fcall_interactively <cycle 4> [258]
                                1020             Fvertical_motion <cycle 4> [168]
                                1000             Fline_pixel_height <cycle 4> [998]
                                 729             Fset_fontset_font <cycle 4> [60]
                                 543             Fmacroexpand <cycle 4> [375]
                                 123             Fexpand_file_name <cycle 4> [164]
                                 118             Fmap_keymap <cycle 4> [1113]
                                  91             Ffile_name_nondirectory <cycle 4> [237]
                                  59             code_convert_string <cycle 4> [273]
                                  53             Fmake_local_variable <cycle 4> [367]
                                  51             Fgarbage_collect <cycle 4> [40]
                                  49             Ffile_name_as_directory <cycle 4> [262]
                                  43             Flookup_key <cycle 4> [760]
                                  41             Ffile_directory_p <cycle 4> [269]
                                  40             Frun_hooks <cycle 4> [1195]
                                  40             Fsignal <cycle 4> [411]
                                  38             Ffile_name_directory <cycle 4> [266]
                                  36             Fmapcar <cycle 4> [456]
                                  31             Fset_default <cycle 4> [178]
                                  28             Fdirectory_file_name <cycle 4> [250]
                                  27             Ffile_symlink_p <cycle 4> [282]
                                  24             Fload <cycle 4> [401]
                                  23             Fdefine_key <cycle 4> [350]
                                  22             Fwindow_mode_line_height <cycle 4> [1225]
                                  20             Fcommand_error_default_function <cycle 4> [1236]
                                  17             current_message <cycle 4> [1098]
                                  16             Fbuffer_list <cycle 4> [1269]
                                  14             Ffile_readable_p <cycle 4> [313]
                                  10             Fwhere_is_internal <cycle 4> [270]
                                  10             Fimage_mask_p <cycle 4> [1295]
                                   9             call2 <cycle 4> [862]
                                   8             styled_format <cycle 4> [355]
                                   6             select_window <cycle 4> [510]
                                   6             Fthrow <cycle 4> [1350]
                                   6             do_switch_frame <cycle 4> [1328]
                                   5             Fkill_local_variable <cycle 4> [547]
                                   3             Finsert_file_contents <cycle 4> [336]
                                   3             Fmodify_frame_parameters <cycle 4> [1370]
                                   3             merge <cycle 4> [1453]
                                   3             Fkill_buffer <cycle 4> [499]
                                   3             Fget_buffer_create <cycle 4> [458]
                                   2             Fautoload_do_load <cycle 4> [543]
                                   2             Fmessage <cycle 4> [1478]
                                   2             Fset_coding_system_priority <cycle 4> [460]
                                   2             Feval_buffer <cycle 4> [454]
                                   2             Flocate_file_internal <cycle 4> [1477]
                                   2             Fkey_description <cycle 4> [338]
                                   2             Fnew_fontset <cycle 4> [463]
                                   2             Ffile_attributes <cycle 4> [398]
                                   2             text_quoting_style <cycle 4> [523]
                                   2             Ffile_exists_p <cycle 4> [383]
                                   2             Fkill_all_local_variables <cycle 4> [539]
                                   1             Frun_hook_with_args_until_failure <cycle 4> [1398]
                                   1             Fpropertize <cycle 4> [492]
                                   1             Fremove_text_properties <cycle 4> [566]
                                   1             Fmapconcat <cycle 4> [521]
                                   1             Fx_open_connection <cycle 4> [1558]
                                   1             make_lispy_position <cycle 4> [541]
                                   1             Fposn_at_point <cycle 4> [1541]
                                   1             Fmapc <cycle 4> [1539]
                                   1             delete_frame <cycle 4> [450]
                                   1             Fkill_emacs <cycle 4> [588]
                                   1             Fset_window_configuration <cycle 4> [432]
                                   1             Ffile_accessible_directory_p <cycle 4> [421]
                                   1             Fmake_frame_visible <cycle 4> [562]
                                   1             Fx_create_frame <cycle 4> [384]
                                   1             Fredraw_frame <cycle 4> [1544]
                                   1             Fundo_boundary <cycle 4> [1551]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
                                  51             Ffuncall <cycle 4> [39]
                                  65             exec_byte_code <cycle 4> [143]
[40]     2.3    0.00    0.07     118         Fgarbage_collect <cycle 4> [40]
                0.03    0.01     118/118         sweep_vectors [52]
                0.02    0.00     118/118         sweep_conses [81]
                0.00    0.01  186636/186636      mark_maybe_object [161]
                0.00    0.00  141927/349297      mem_find [131]
                0.00    0.00     118/214         make_float [162]
                0.00    0.00     944/965         list4 [364]
                0.00    0.00     118/118         sweep_strings [365]
                0.00    0.00    1298/3266575     Fcons [62]
                0.00    0.00     354/1383        list3 [366]
                0.00    0.00     118/10181       Flist [264]
                0.00    0.00     118/118         sweep_misc [473]
                0.00    0.00    1145/8211        sweep_buffers [558]
                0.00    0.00    1587/2931        Fsuspicious_object [791]
                0.00    0.00     236/12473       gettime [693]
                0.00    0.00     118/195141      record_in_backtrace [633]
                0.00    0.00     118/118         shrink_regexp_cache [1120]
                0.00    0.00     118/118         mark_fringe_data [1115]
                0.00    0.00     118/118         sweep_floats [1121]
                0.00    0.00     118/118         sweep_symbols [1123]
                0.00    0.00     118/118         sweep_intervals [1122]
                0.00    0.00     118/118         relocate_byte_stack [1118]
                0.00    0.00     118/638667      unblock_input_to [618]
                0.00    0.00     118/638619      unblock_input [619]
                0.00    0.00     118/311674      grow_specpdl [632]
                0.00    0.00     118/2173        record_unwind_protect_void [819]
                0.00    0.00     118/118         total_bytes_of_live_objects [1125]
                0.00    0.00     118/18247       timespec_sub [676]
                0.00    0.00      39/7766        do_pending_atimers [724]
                0.00    0.00      39/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       2/3384        xrealloc [765]
                             1320852             mark_object <cycle 4> [30]
                                5717             mark_vectorlike <cycle 4> [85]
                                1062             mark_char_table <cycle 4> [42]
                                 821             compact_buffer <cycle 4> [1020]
                                 585             mark_buffer <cycle 4> [939]
                                 121             mark_image_cache <cycle 4> [1109]
                                 118             mark_specpdl <cycle 4> [1117]
                                 118             xg_mark_data <cycle 4> [1126]
                                 118             mark_kboards <cycle 4> [1116]
                                 118             sweep_weak_hash_tables <cycle 4> [1124]
                                 118             unbind_to <cycle 4> [285]
                                 118             push_message <cycle 4> [464]
-----------------------------------------------
                0.00    0.00       1/3072176     fontset_from_font <cycle 4> [345]
                0.00    0.00       2/3072176     exec_byte_code <cycle 4> [143]
                0.00    0.00       2/3072176     Fnew_fontset <cycle 4> [463]
                0.00    0.00      24/3072176     process_tool_bar_item <cycle 4> [287]
                0.00    0.00     118/3072176     font_prop_validate_symbol [405]
                0.00    0.00     346/3072176     ftfont_list [208]
                0.00    0.00     686/3072176     font_parse_family_registry [335]
                0.00    0.00     822/3072176     Fset_fontset_font <cycle 4> [60]
                0.00    0.00     895/3072176     fs_query_fontset [311]
                0.07    0.00 3069280/3072176     Fcompare_strings [34]
[41]     2.2    0.07    0.00 3072176         casify_object [41]
                0.00    0.00    2866/48808       Fcopy_sequence [122]
                0.00    0.00      30/195         make_multibyte_string [1078]
-----------------------------------------------
                              293122             mark_char_table <cycle 4> [42]
                                1062             Fgarbage_collect <cycle 4> [40]
                                2799             mark_vectorlike <cycle 4> [85]
                                4957             mark_object <cycle 4> [30]
[42]     2.2    0.07    0.00    8818+293122  mark_char_table <cycle 4> [42]
                             13271192             mark_object <cycle 4> [30]
                               65544             mark_vectorlike <cycle 4> [85]
                              293122             mark_char_table <cycle 4> [42]
-----------------------------------------------
                0.00    0.00    1119/1234730     Ffuncall <cycle 4> [39]
                0.00    0.00    1174/1234730     Ftext_property_any [325]
                0.00    0.00    4995/1234730     offset_intervals [253]
                0.00    0.00    5572/1234730     verify_interval_modification [255]
                0.00    0.00    8268/1234730     face_at_buffer_position [184]
                0.00    0.00    9102/1234730     Fget_pos_property [176]
                0.00    0.00   10330/1234730     handle_invisible_prop [188]
                0.00    0.00   19412/1234730     text_property_stickiness [187]
                0.00    0.00   48947/1234730     get_property_and_range [158]
                0.00    0.00   63013/1234730     face_at_string_position [79]
                0.00    0.01  157779/1234730     compute_stop_pos [53]
                0.00    0.02  413467/1234730     Fnext_single_property_change [73]
                0.00    0.02  491552/1234730     get_char_property_and_overlay [38]
[43]     2.1    0.01    0.06 1234730         lookup_char_property [43]
                0.05    0.00 1195750/1409718     Fassq [45]
                0.01    0.00  171392/291575      Fplist_get [141]
                0.00    0.00 1337193/1364726     Fcdr [610]
-----------------------------------------------
                                1681             x_write_glyphs <cycle 4> [863]
                                2028             draw_phys_cursor_glyph <cycle 4> [841]
[44]     2.0    0.01    0.05    3709         draw_glyphs <cycle 4> [44]
                0.05    0.00    3644/3644        _init [47]
                0.00    0.00   95563/96119       x_get_glyph_overhangs [183]
                0.00    0.00    7315/7315        fill_glyph_string [240]
                0.00    0.00    6821/7315        x_compute_glyph_string_overhangs [299]
                0.00    0.00    7315/7315        set_glyph_string_background_width [727]
                0.00    0.00    7315/7315        init_glyph_string [726]
                0.00    0.00    3148/15532       window_box_left [683]
                0.00    0.00    3148/39509       window_box_width [653]
                                7315             x_draw_glyph_string <cycle 4> [330]
                                2047             show_hourglass <cycle 4> [180]
-----------------------------------------------
                0.00    0.00       1/1409718     x_set_screen_gamma [526]
                0.00    0.00       1/1409718     Fx_create_frame <cycle 4> [384]
                0.00    0.00       2/1409718     save_window_save [441]
                0.00    0.00       2/1409718     Fset_window_configuration <cycle 4> [432]
                0.00    0.00       2/1409718     Fprovide [531]
                0.00    0.00       3/1409718     uniprop_table [548]
                0.00    0.00       3/1409718     Fset_terminal_parameter [532]
                0.00    0.00       3/1409718     Fkill_local_variable <cycle 4> [547]
                0.00    0.00       4/1409718     realize_basic_faces [316]
                0.00    0.00       6/1409718     Fframe_parameters [101]
                0.00    0.00       9/1409718     Fterminal_parameter [507]
                0.00    0.00      19/1409718     eval_sub <cycle 4> [189]
                0.00    0.00      56/1409718     store_frame_param [438]
                0.00    0.00      57/1409718     get_frame_param [445]
                0.00    0.00      74/1409718     x_set_frame_parameters <cycle 4> [395]
                0.00    0.00     101/1409718     x_get_arg [426]
                0.00    0.00     543/1409718     Fmacroexpand <cycle 4> [375]
                0.00    0.00     627/1409718     Fmake_local_variable <cycle 4> [367]
                0.00    0.00     999/1409718     offset_intervals [253]
                0.00    0.00    1056/1409718     Ffont_get [341]
                0.00    0.00    1069/1409718     Fwindow_parameter [165]
                0.00    0.00    1547/1409718     exec_byte_code <cycle 4> [143]
                0.00    0.00    4126/1409718     lookup_fringe_bitmap [227]
                0.00    0.00    7230/1409718     Fframe_parameter [99]
                0.00    0.00   10310/1409718     text_property_stickiness [187]
                0.01    0.00  186118/1409718     store_in_alist [119]
                0.05    0.00 1195750/1409718     lookup_char_property [43]
[45]     1.9    0.06    0.00 1409718         Fassq [45]
                0.00    0.00      80/7766        do_pending_atimers [724]
                0.00    0.00      80/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.06    0.00 12567953/12567953     char_table_ref [35]
[46]     1.9    0.06    0.00 12567953         sub_char_table_ref [46]
-----------------------------------------------
                0.05    0.00    3644/3644        draw_glyphs <cycle 4> [44]
[47]     1.6    0.05    0.00    3644         _init [47]
                0.00    0.00     494/7315        x_compute_glyph_string_overhangs [299]
-----------------------------------------------
                0.00    0.00       1/6195131     x_make_frame_visible <cycle 4> [479]
                0.00    0.00       1/6195131     x_clipboard_manager_save_all [589]
                0.00    0.00       1/6195131     font_match_p [578]
                0.00    0.00       1/6195131     font_put_frame_data [574]
                0.00    0.00       3/6195131     xfont_list_pattern [252]
                0.00    0.00       3/6195131     ftfont_spec_pattern [292]
                0.00    0.00       6/6195131     Fx_selection_exists_p [569]
                0.00    0.00       8/6195131     xftfont_open [408]
                0.00    0.00     578/6195131     ftfont_list [208]
                0.00    0.00    1838/6195131     xfont_list [245]
                0.00    0.00    2967/6195131     font_put_extra [326]
                0.00    0.00    5299/6195131     get_lface_attributes [225]
                0.00    0.00    6562/6195131     set_internal [113]
                0.00    0.00    7229/6195131     lface_from_face_name_no_resolve [334]
                0.00    0.00    8339/6195131     font_get_frame_data [331]
                0.00    0.00   13671/6195131     swap_in_symval_forwarding [303]
                0.00    0.00   16115/6195131     apply_modifiers [97]
                0.05    0.00 6132509/6195131     ftfont_lookup_cache [19]
[48]     1.6    0.05    0.00 6195131         assq_no_quit [48]
-----------------------------------------------
                0.00    0.00      12/41543       font_rescale_ratio [394]
                0.00    0.00      31/41543       Ffind_operation_coding_system [352]
                0.00    0.00      40/41543       fs_query_fontset [311]
                0.00    0.01   11453/41543       Ffind_file_name_handler [105]
                0.00    0.03   30007/41543       find_font_encoding [64]
[49]     1.5    0.00    0.05   41543         fast_string_match_internal [49]
                0.00    0.03   41543/42527       re_search [63]
                0.00    0.01   41543/51282       compile_pattern [95]
-----------------------------------------------
                0.00    0.00       2/385139      fontset_from_font <cycle 4> [345]
                0.00    0.00     808/385139      font_list_entities [25]
                0.00    0.00    1037/385139      font_clear_prop [278]
                0.00    0.05  383292/385139      font_find_for_lface [13]
[50]     1.5    0.00    0.05  385139         copy_font_spec [50]
                0.00    0.04  385139/396978      allocate_vector [57]
                0.01    0.00  770268/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00    2772/39513       composition_reseat_it [186]
                0.00    0.00    6780/39513       next_element_from_buffer <cycle 4> [98]
                0.01    0.01   11363/39513       next_element_from_string <cycle 4> [59]
                0.01    0.01   18598/39513       compute_stop_pos [53]
[51]     1.3    0.02    0.02   39513         composition_compute_stop_pos [51]
                0.01    0.01  742147/4993256     char_table_ref [35]
                0.00    0.01   39498/71295       find_composition [106]
-----------------------------------------------
                0.03    0.01     118/118         Fgarbage_collect <cycle 4> [40]
[52]     1.3    0.03    0.01     118         sweep_vectors [52]
                0.01    0.00  473369/473369      cleanup_vector [130]
                0.00    0.00    7282/349297      mem_find [131]
                0.00    0.00      37/1134        lisp_free [362]
                0.00    0.00 1510621/1520667     vector_nbytes [609]
                0.00    0.00    7319/31463       mem_delete [658]
                0.00    0.00       1/1           xftfont_close [1652]
-----------------------------------------------
                0.00    0.00      15/18598       reseat <cycle 4> [363]
                0.00    0.00      48/18598       resize_mini_window <cycle 4> [310]
                0.00    0.00      56/18598       redisplay_window <cycle 4> [116]
                0.00    0.00    1020/18598       move_it_to <cycle 4> [171]
                0.00    0.00    1020/18598       Fvertical_motion <cycle 4> [168]
                0.00    0.00    3001/18598       next_element_from_buffer <cycle 4> [98]
                0.00    0.01    3108/18598       start_display <cycle 4> [144]
                0.01    0.02   10330/18598       next_element_from_string <cycle 4> [59]
[53]     1.3    0.01    0.03   18598         compute_stop_pos [53]
                0.01    0.01   18598/39513       composition_compute_stop_pos [51]
                0.00    0.01  157779/1234730     lookup_char_property [43]
                0.00    0.00   18598/755707      validate_interval_range [89]
                0.00    0.00   11280/724343      find_interval [71]
                0.00    0.00    8268/8268        next_overlay_change [260]
                0.00    0.00  157779/1180788     textget [611]
                0.00    0.00   31555/492511      next_interval [625]
                0.00    0.00   28458/72320       Fcar [641]
-----------------------------------------------
                0.00    0.00  383285/7282347     face_for_char [10]
                0.00    0.00  766561/7282347     fontset_find_font [12]
                0.03    0.00 6132501/7282347     font_sort_entities [16]
[54]     1.3    0.04    0.00 7282347         font_has_char [54]
                0.00    0.00 1149846/7282347     xftfont_has_char [601]
-----------------------------------------------
                0.00    0.00     500/400315      eval_sub <cycle 4> [189]
                0.00    0.00    2838/400315      allocate_pseudovector [267]
                0.04    0.00  396977/400315      allocate_vector [57]
[55]     1.3    0.04    0.00  400315         Fmake_string [55]
                0.00    0.00    7326/71975       xmalloc [642]
                0.00    0.00    7326/31638       mem_insert [657]
                0.00    0.00     500/54297       make_uninit_multibyte_string [649]
                0.00    0.00      48/1335        lisp_malloc [881]
-----------------------------------------------
                0.04    0.00 6133883/6133883     hash_lookup [20]
[56]     1.3    0.04    0.00 6133883         cmpfn_equal [56]
-----------------------------------------------
                0.00    0.00       1/396978      Fcurrent_window_configuration [502]
                0.00    0.00      63/396978      larger_vector [418]
                0.00    0.00     170/396978      make_sub_char_table [387]
                0.00    0.00     911/396978      Fset_fontset_font <cycle 4> [60]
                0.00    0.00    1350/396978      Fmake_byte_code [294]
                0.00    0.00    1515/396978      Fvector [286]
                0.00    0.00    7829/396978      Fmake_vector [230]
                0.00    0.04  385139/396978      copy_font_spec [50]
[57]     1.2    0.00    0.04  396978         allocate_vector [57]
                0.04    0.00  396977/400315      Fmake_string [55]
-----------------------------------------------
                0.00    0.00     583/604538      make_buffer_string_both [322]
                0.00    0.00    1159/604538      display_mode_element <cycle 4> [179]
                0.00    0.00   19412/604538      text_property_stickiness [187]
                0.00    0.01   91832/604538      Fget_text_property [156]
                0.00    0.03  491552/604538      get_char_property_and_overlay [38]
[58]     1.2    0.00    0.04  604538         Ftext_properties_at [58]
                0.02    0.00  548528/724343      find_interval [71]
                0.00    0.02  604538/755707      validate_interval_range [89]
-----------------------------------------------
                               65079             get_next_display_element <cycle 4> [9]
[59]     1.1    0.00    0.04   65079         next_element_from_string <cycle 4> [59]
                0.01    0.02   10330/18598       compute_stop_pos [53]
                0.01    0.01   11363/39513       composition_compute_stop_pos [51]
                0.00    0.00    1033/2772        composition_reseat_it [186]
                               11363             get_visually_first_element <cycle 4> [661]
                               10330             handle_stop <cycle 4> [96]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
                                   2             fontset_from_font <cycle 4> [345]
                                 147             Fnew_fontset <cycle 4> [463]
                                 729             Ffuncall <cycle 4> [39]
[60]     1.1    0.00    0.04     880         Fset_fontset_font <cycle 4> [60]
                0.00    0.03     879/883         find_font_encoding [64]
                0.00    0.00    1207/1306        fontset_add [248]
                0.00    0.00     879/879         concat3 [274]
                0.00    0.00    1085/6640124     hash_lookup [20]
                0.00    0.00     759/887         Ffont_spec [289]
                0.00    0.00     882/6143931     Fgethash [21]
                0.00    0.00     880/880         check_fontset_name [312]
                0.00    0.00     911/396978      allocate_vector [57]
                0.00    0.00     686/686         font_parse_family_registry [335]
                0.00    0.00     822/3072176     casify_object [41]
                0.00    0.00    1209/3266575     Fcons [62]
                0.00    0.00      31/108         set_fontset_font [356]
                0.00    0.00       1/8           font_load_for_lface [337]
                0.00    0.00     143/7672938     Fnreverse [28]
                0.00    0.00      37/7829        Fmake_vector [230]
                0.00    0.00      36/38          Fset_char_table_range [508]
                0.00    0.00     880/881         free_realized_fontsets [1019]
                0.00    0.00     852/18192       list1 [678]
                0.00    0.00     822/2872        Fdowncase [792]
                0.00    0.00     806/819         Ffont_xlfd_name [1021]
                0.00    0.00     333/72320       Fcar [641]
                0.00    0.00     333/1364726     Fcdr [610]
                0.00    0.00     171/18705       Fmemq [674]
                0.00    0.00       2/2           Fclear_face_cache [1475]
                                 143             map_char_table <cycle 4> [449]
                                  32             map_charset_chars <cycle 4> [372]
                                   1             Fmodify_frame_parameters <cycle 4> [1370]
-----------------------------------------------
                0.00    0.00     672/43199       search_buffer [231]
                0.01    0.02   42527/43199       re_search [63]
[61]     1.1    0.01    0.03   43199         re_search_2 [61]
                0.03    0.00   46365/54928       re_match_2_internal [70]
                0.00    0.00   43199/51762       SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
                0.00    0.00   27768/27768       re_compile_fastmap [665]
-----------------------------------------------
                0.00    0.00       1/3266575     make_frame <cycle 4> [314]
                0.00    0.00       1/3266575     x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/3266575     x_term_init <cycle 4> [573]
                0.00    0.00       1/3266575     x_set_tool_bar_position [571]
                0.00    0.00       1/3266575     Fdefine_key <cycle 4> [350]
                0.00    0.00       1/3266575     prepare_record [585]
                0.00    0.00       2/3266575     save_menu_items [561]
                0.00    0.00       2/3266575     Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       2/3266575     map_char_table_for_charset [373]
                0.00    0.00       2/3266575     Fx_create_frame <cycle 4> [384]
                0.00    0.00       2/3266575     xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       2/3266575     init_kboard [584]
                0.00    0.00       2/3266575     read_char <cycle 2> [14]
                0.00    0.00       2/3266575     record_buffer [581]
                0.00    0.00       2/3266575     record_first_change [580]
                0.00    0.00       2/3266575     record_insert [572]
                0.00    0.00       2/3266575     Fautoload [554]
                0.00    0.00       2/3266575     font_update_drivers [542]
                0.00    0.00       2/3266575     font_put_frame_data [574]
                0.00    0.00       2/3266575     Feval_buffer <cycle 4> [454]
                0.00    0.00       2/3266575     fontset_find_font [12]
                0.00    0.00       2/3266575     fontset_pattern_regexp [579]
                0.00    0.00       2/3266575     Fnew_fontset <cycle 4> [463]
                0.00    0.00       4/3266575     save_window_save [441]
                0.00    0.00       4/3266575     Fterminal_list [570]
                0.00    0.00       4/3266575     Ffontp [389]
                0.00    0.00       4/3266575     Fload <cycle 4> [401]
                0.00    0.00       5/3266575     Finternal_char_font [368]
                0.00    0.00       6/3266575     display_mode_element <cycle 4> [179]
                0.00    0.00       6/3266575     redisplay_internal [15]
                0.00    0.00       6/3266575     Fset_terminal_parameter [532]
                0.00    0.00       6/3266575     Fxw_color_values [530]
                0.00    0.00       6/3266575     file_attributes [513]
                0.00    0.00       6/3266575     fontset_from_font <cycle 4> [345]
                0.00    0.00       7/3266575     Fcurrent_time [516]
                0.00    0.00       8/3266575     add_window_to_list [560]
                0.00    0.00       8/3266575     handle_one_xevent [195]
                0.00    0.00       8/3266575     get_keyelt <cycle 4> [535]
                0.00    0.00       8/3266575     Fpropertize <cycle 4> [492]
                0.00    0.00       8/3266575     font_open_entity [407]
                0.00    0.00       8/3266575     readevalloop <cycle 4> [380]
                0.00    0.00       9/3266575     font_registry_charsets [251]
                0.00    0.00      10/3266575     Fget_buffer_create <cycle 4> [458]
                0.00    0.00      10/3266575     Finsert_file_contents <cycle 4> [336]
                0.00    0.00      10/3266575     Fprovide [531]
                0.00    0.00      10/3266575     lookup_image <cycle 4> [491]
                0.00    0.00      12/3266575     make_lispy_position <cycle 4> [541]
                0.00    0.00      12/3266575     x_find_image_fd <cycle 4> [545]
                0.00    0.00      16/3266575     process_tool_bar_item <cycle 4> [287]
                0.00    0.00      16/3266575     Fget_load_suffixes [429]
                0.00    0.00      18/3266575     adjust_frame_size <cycle 4> [478]
                0.00    0.00      19/3266575     Fcopy_keymap [525]
                0.00    0.00      20/3266575     apply_modifiers [97]
                0.00    0.00      31/3266575     map_charset_chars <cycle 4> [372]
                0.00    0.00      32/3266575     funcall_lambda <cycle 4> [126]
                0.00    0.00      35/3266575     openp <cycle 4> [210]
                0.00    0.00      36/3266575     parse_modifiers [190]
                0.00    0.00      36/3266575     make_blv [505]
                0.00    0.00      36/3266575     time_arith [506]
                0.00    0.00      42/3266575     Fset_coding_system_priority <cycle 4> [460]
                0.00    0.00      46/3266575     Faccessible_keymaps <cycle 4> [493]
                0.00    0.00      47/3266575     set_fontset_font [356]
                0.00    0.00      48/3266575     store_in_keymap [370]
                0.00    0.00      60/3266575     Fsignal <cycle 4> [411]
                0.00    0.00      62/3266575     Ffset [455]
                0.00    0.00      66/3266575     set_internal [113]
                0.00    0.00      72/3266575     map_keymap_char_table_item [483]
                0.00    0.00      76/3266575     store_frame_param [438]
                0.00    0.00      76/3266575     access_keymap_1 <cycle 4> [93]
                0.00    0.00      90/3266575     Fmake_local_variable <cycle 4> [367]
                0.00    0.00     101/3266575     menu_bar_item <cycle 4> [470]
                0.00    0.00     121/3266575     push_message <cycle 4> [464]
                0.00    0.00     128/3266575     Fdefalias [403]
                0.00    0.00     137/3266575     Fdefvar <cycle 4> [461]
                0.00    0.00     158/3266575     Fput [430]
                0.00    0.00     164/3266575     Finternal_make_lisp_face [339]
                0.00    0.00     180/3266575     eval_sub <cycle 4> [189]
                0.00    0.00     208/3266575     Fset_charset_priority [439]
                0.00    0.00     215/3266575     map_char_table <cycle 4> [449]
                0.00    0.00     218/3266575     Fplist_put [448]
                0.00    0.00     271/3266575     Fwhere_is_internal <cycle 4> [270]
                0.00    0.00     329/3266575     read1 <cycle 5> [279]
                0.00    0.00     401/3266575     Fsafe_length [428]
                0.00    0.00     478/3266575     directory_files_internal <cycle 4> [254]
                0.00    0.00     551/3266575     ftfont_lookup_cache [19]
                0.00    0.00     881/3266575     code_conversion_save <cycle 4> [402]
                0.00    0.00    1021/3266575     command_loop_1 <cycle 2> [23]
                0.00    0.00    1023/3266575     Fcall_interactively <cycle 4> [258]
                0.00    0.00    1076/3266575     accumulate_script_ranges [399]
                0.00    0.00    1209/3266575     Fset_fontset_font <cycle 4> [60]
                0.00    0.00    1298/3266575     Fgarbage_collect <cycle 4> [40]
                0.00    0.00    1302/3266575     where_is_internal_1 <cycle 4> [121]
                0.00    0.00    1380/3266575     update_compositions <cycle 4> [205]
                0.00    0.00    1582/3266575     read_list <cycle 5> [388]
                0.00    0.00    1702/3266575     list2 [382]
                0.00    0.00    1933/3266575     ftfont_pattern_entity [220]
                0.00    0.00    1933/3266575     ftfont_list [208]
                0.00    0.00    1998/3266575     offset_intervals [253]
                0.00    0.00    2000/3266575     Fwindow_scroll_bars [306]
                0.00    0.00    2042/3266575     read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.00    2104/3266575     Fbacktrace_frame [318]
                0.00    0.00    2766/3266575     list3 [366]
                0.00    0.00    2895/3266575     list4 [364]
                0.00    0.00    3085/3266575     Fkey_binding <cycle 4> [359]
                0.00    0.00    3666/3266575     accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    3932/3266575     add_properties [344]
                0.00    0.00    4010/3266575     window_list_1 [296]
                0.00    0.00    4232/3266575     font_put_extra [326]
                0.00    0.00    6268/3266575     Ffuncall <cycle 4> [39]
                0.00    0.00    6340/3266575     Fparse_partial_sexp [78]
                0.00    0.00    8008/3266575     list5 [319]
                0.00    0.00    9773/3266575     Fcurrent_active_maps <cycle 4> [155]
                0.00    0.00   20951/3266575     exec_byte_code <cycle 4> [143]
                0.00    0.00   28696/3266575     Flist [264]
                0.00    0.00  243410/3266575     store_in_alist [119]
                0.00    0.00  279131/3266575     Fcopy_alist [166]
                0.00    0.00  305045/3266575     Fmake_list [112]
                0.01    0.00  770268/3266575     copy_font_spec [50]
                0.02    0.00 1534750/3266575     font_list_entities [25]
[62]     1.1    0.04    0.00 3266575         Fcons [62]
                0.00    0.00   23270/23270       lisp_align_malloc [666]
-----------------------------------------------
                0.00    0.00     122/42527       fast_c_string_match_ignore_case [290]
                0.00    0.00     380/42527       string_match_1 [249]
                0.00    0.00     482/42527       directory_files_internal <cycle 4> [254]
                0.00    0.03   41543/42527       fast_string_match_internal [49]
[63]     1.1    0.00    0.03   42527         re_search [63]
                0.01    0.02   42527/43199       re_search_2 [61]
-----------------------------------------------
                0.00    0.00       1/883         fontset_from_font <cycle 4> [345]
                0.00    0.00       3/883         font_registry_charsets [251]
                0.00    0.03     879/883         Fset_fontset_font <cycle 4> [60]
[64]     1.1    0.00    0.03     883         find_font_encoding [64]
                0.00    0.03   30007/41543       fast_string_match_internal [49]
                0.00    0.00     825/6640124     hash_lookup [20]
-----------------------------------------------
                              497907             bidi_resolve_weak <cycle 4> [622]
[65]     1.1    0.01    0.02  497907         bidi_resolve_explicit <cycle 4> [65]
                0.01    0.00  388827/885731      bidi_get_category [84]
                0.00    0.01  387794/778158      bidi_paired_bracket_type [102]
                0.00    0.01  466842/474378      bidi_find_paragraph_start [148]
                              466842             bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
                                   1             buffer_posn_from_coords <cycle 4> [1560]
                                1020             Fvertical_motion <cycle 4> [168]
                               11120             move_it_to <cycle 4> [171]
[66]     1.0    0.01    0.02   12141         move_it_in_display_line_to <cycle 4> [66]
                0.01    0.01  359913/480484      x_produce_glyphs [75]
                0.00    0.00   10426/11654       handle_line_prefix [193]
                0.00    0.00      21/9623        bidi_shelve_cache [704]
                              359965             get_next_display_element <cycle 4> [9]
                              347824             set_iterator_to_next <cycle 4> [626]
-----------------------------------------------
                0.00    0.00      23/3897        Ffuncall <cycle 4> [39]
                0.00    0.00     551/3897        ftfont_lookup_cache [19]
                0.00    0.01    1259/3897        where_is_internal_1 <cycle 4> [121]
                0.00    0.02    2064/3897        redisplay_internal [15]
[67]     1.0    0.00    0.03    3897         Fputhash [67]
                0.03    0.00    1382/1382        hash_put [68]
                0.00    0.00    3897/6640124     hash_lookup [20]
                0.00    0.00    3897/6147828     CHECK_HASH_TABLE [163]
-----------------------------------------------
                0.03    0.00    1382/1382        Fputhash [67]
[68]     0.9    0.03    0.00    1382         hash_put [68]
                0.00    0.00      48/63          larger_vector [418]
                0.00    0.00      16/7829        Fmake_vector [230]
-----------------------------------------------
                0.00    0.00       1/3071721     read_internal_start [271]
                0.00    0.00     244/3071721     Fsubstring [385]
                0.03    0.00 3071476/3071721     Fcompare_strings [34]
[69]     0.9    0.03    0.00 3071721         validate_subarray [69]
-----------------------------------------------
                0.00    0.00       4/54928       looking_at_1 [433]
                0.00    0.00    8559/54928       fast_looking_at [149]
                0.03    0.00   46365/54928       re_search_2 [61]
[70]     0.9    0.03    0.00   54928         re_match_2_internal [70]
                0.00    0.00      24/7766        do_pending_atimers [724]
                0.00    0.00      24/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00      11/2682        skip_one_char [799]
-----------------------------------------------
                0.00    0.00       1/724343      Fremove_text_properties <cycle 4> [566]
                0.00    0.00     116/724343      Ftext_property_any [325]
                0.00    0.00     999/724343      graft_intervals_into_buffer [123]
                0.00    0.00     999/724343      offset_intervals [253]
                0.00    0.00    1059/724343      Fremove_list_of_text_properties [321]
                0.00    0.00    1062/724343      add_text_properties_1 <cycle 4> [302]
                0.00    0.00    2063/724343      verify_interval_modification [255]
                0.00    0.00    7007/724343      Fnext_property_change [243]
                0.00    0.00    8766/724343      set_point_both [257]
                0.00    0.00   11280/724343      compute_stop_pos [53]
                0.00    0.00   69171/724343      Fnext_single_property_change [73]
                0.00    0.00   73292/724343      get_property_and_range [158]
                0.02    0.00  548528/724343      Ftext_properties_at [58]
[71]     0.9    0.03    0.00  724343         find_interval [71]
                0.00    0.00  700000/709980      balance_possible_root_interval [616]
-----------------------------------------------
                                1033             display_mode_line <cycle 4> [360]
                               22726             display_mode_element <cycle 4> [179]
[72]     0.9    0.02    0.01   23759         display_string <cycle 4> [72]
                0.00    0.00   86772/480484      x_produce_glyphs [75]
                0.00    0.00   11363/63013       face_at_string_position [79]
                0.00    0.00   11363/3082942     string_char_to_byte [603]
                              109498             get_next_display_element <cycle 4> [9]
                               86772             set_iterator_to_next <cycle 4> [626]
                               23759             bidi_init_it <cycle 4> [656]
-----------------------------------------------
                0.00    0.00    8268/122142      face_at_buffer_position [184]
                0.00    0.00   11363/122142      Fnext_single_char_property_change <cycle 4> [172]
                0.00    0.01   39498/122142      find_composition [106]
                0.00    0.01   63013/122142      face_at_string_position [79]
[73]     0.9    0.00    0.03  122142         Fnext_single_property_change [73]
                0.00    0.02  413467/1234730     lookup_char_property [43]
                0.00    0.00  122142/755707      validate_interval_range [89]
                0.00    0.00   69171/724343      find_interval [71]
                0.00    0.00  413467/1180788     textget [611]
                0.00    0.00  389124/492511      next_interval [625]
                0.00    0.00    1033/72320       Fcar [641]
-----------------------------------------------
                              496874             bidi_level_of_next_char <cycle 4> [92]
[74]     0.9    0.01    0.02  496874         bidi_resolve_neutral <cycle 4> [74]
                0.01    0.00  496874/885731      bidi_get_category [84]
                0.00    0.01  407107/861399      bidi_explicit_dir_char [100]
                              496874             bidi_resolve_brackets <cycle 4> [623]
-----------------------------------------------
                0.00    0.00       1/480484      line_bottom_y <cycle 4> [567]
                0.00    0.00     671/480484      show_hourglass <cycle 4> [180]
                0.00    0.00    3321/480484      produce_special_glyphs [83]
                0.00    0.00   29806/480484      display_line <cycle 4> [197]
                0.00    0.00   86772/480484      display_string <cycle 4> [72]
                0.01    0.01  359913/480484      move_it_in_display_line_to <cycle 4> [66]
[75]     0.9    0.01    0.02  480484         x_produce_glyphs [75]
                0.00    0.01  476197/572316      get_per_char_metric [142]
                0.00    0.01  476197/476197      get_char_glyph_code [146]
                0.00    0.00    8574/491552      get_char_property_and_overlay [38]
                0.00    0.00    8574/449715      Fget_char_property [627]
                0.00    0.00    8574/20404       get_it_property [670]
-----------------------------------------------
                               25371             get_visually_first_element <cycle 4> [661]
                               41320             face_before_or_after_it_pos <cycle 4> [107]
                              431216             set_iterator_to_next <cycle 4> [626]
[76]     0.9    0.02    0.01  497907         bidi_move_to_visually_next <cycle 4> [76]
                0.00    0.01    4286/4286        bidi_at_paragraph_end [150]
                0.00    0.00  498940/962529      bidi_cache_iterator_state [612]
                0.00    0.00    5319/30703       bidi_line_init [660]
                              497907             bidi_level_of_next_char <cycle 4> [92]
-----------------------------------------------
                                  31             echo_area_display <cycle 4> [1214]
                                  56             truncate_undo_list <cycle 4> [1162]
                                1033             display_mode_element <cycle 4> [179]
[77]     0.8    0.03    0.00    1120         inhibit_garbage_collection <cycle 4> [77]
                0.00    0.00    1120/103225      set_internal [113]
                                1120             store_symval_forwarding <cycle 4> [117]
                                1120             specbind <cycle 4> [639]
-----------------------------------------------
                0.00    0.02     634/634         Ffuncall <cycle 4> [39]
[78]     0.8    0.00    0.02     634         Fparse_partial_sexp [78]
                0.00    0.01     634/634         scan_sexps_forward [109]
                0.01    0.00     634/636         validate_region [135]
                0.00    0.00     634/19444       buf_charpos_to_bytepos [133]
                0.00    0.00    6340/3266575     Fcons [62]
                0.00    0.00     634/6623        set_point_both [257]
-----------------------------------------------
                0.00    0.00   10330/63013       handle_face_prop [152]
                0.00    0.00   11363/63013       display_string <cycle 4> [72]
                0.00    0.01   41320/63013       face_before_or_after_it_pos <cycle 4> [107]
[79]     0.7    0.00    0.02   63013         face_at_string_position [79]
                0.00    0.01   63013/122142      Fnext_single_property_change [73]
                0.00    0.00   63013/91832       Fget_text_property [156]
                0.00    0.00   63013/1234730     lookup_char_property [43]
                0.00    0.00    1033/5377        merge_face_ref <cycle 1> [549]
                0.00    0.00    1033/5372        Finternal_merge_in_global_face [327]
                0.00    0.00   63013/1180788     textget [611]
                0.00    0.00    1033/72320       Fcar [641]
-----------------------------------------------
                0.01    0.00    1036/2100        redisplay_window <cycle 4> [116]
                0.01    0.00    1064/2100        update_window <cycle 4> [118]
[80]     0.7    0.02    0.00    2100         update_window_fringes [80]
                0.00    0.00    8252/8252        lookup_fringe_bitmap [227]
                0.00    0.00    2100/11768       window_text_bottom_y [694]
-----------------------------------------------
                0.02    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[81]     0.6    0.02    0.00     118         sweep_conses [81]
                0.00    0.00   23047/23047       lisp_align_free [235]
-----------------------------------------------
                                  56             resize_mini_window <cycle 4> [310]
                                  56             redisplay_window <cycle 4> [116]
                                  63             x_consider_frame_title <cycle 4> [291]
                                1033             display_mode_line <cycle 4> [360]
                                2115             start_display <cycle 4> [144]
[82]     0.6    0.00    0.02    3323         init_iterator <cycle 4> [82]
                0.02    0.00    3323/3323        produce_special_glyphs [83]
                0.00    0.00       4/6           recompute_basic_faces [323]
                0.00    0.00    4580/39509       window_box_width [653]
                0.00    0.00    3323/3323        window_display_table [766]
                0.00    0.00    3323/11768       window_text_bottom_y [694]
                0.00    0.00    2212/22985       bidi_unshelve_cache [667]
                0.00    0.00       4/4           free_all_realized_faces [1415]
                0.00    0.00       3/20          free_realized_face [1244]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                                2212             bidi_init_it <cycle 4> [656]
-----------------------------------------------
                0.02    0.00    3323/3323        init_iterator <cycle 4> [82]
[83]     0.6    0.02    0.00    3323         produce_special_glyphs [83]
                0.00    0.00    3321/480484      x_produce_glyphs [75]
                0.00    0.00       2/2           produce_glyphs [1504]
-----------------------------------------------
                0.00    0.00      30/885731      find_first_strong_char <cycle 4> [467]
                0.01    0.00  388827/885731      bidi_resolve_explicit <cycle 4> [65]
                0.01    0.00  496874/885731      bidi_resolve_neutral <cycle 4> [74]
[84]     0.6    0.02    0.00  885731         bidi_get_category [84]
-----------------------------------------------
                              409449             mark_vectorlike <cycle 4> [85]
                                  53             mark_specpdl <cycle 4> [1117]
                                 114             mark_localized_symbol <cycle 4> [679]
                                 570             mark_face_cache <cycle 4> [1031]
                                1054             mark_buffer <cycle 4> [939]
                                5717             Fgarbage_collect <cycle 4> [40]
                               65544             mark_char_table <cycle 4> [42]
                              204381             mark_object <cycle 4> [30]
[85]     0.6    0.02    0.00  277433+409449  mark_vectorlike <cycle 4> [85]
                0.00    0.00   63483/63483       mark_save_value [644]
                             12860715             mark_object <cycle 4> [30]
                                2799             mark_char_table <cycle 4> [42]
                                 230             mark_buffer <cycle 4> [939]
                              409449             mark_vectorlike <cycle 4> [85]
-----------------------------------------------
                                                 <spontaneous>
[86]     0.6    0.02    0.00                 deliver_user_signal [86]
-----------------------------------------------
                                                 <spontaneous>
[87]     0.6    0.02    0.00                 ftfont_combining_capability [87]
-----------------------------------------------
                0.02    0.00  755707/755707      validate_interval_range [89]
[88]     0.6    0.02    0.00  755707         CHECK_STRING_OR_BUFFER [88]
-----------------------------------------------
                0.00    0.00       1/755707      Fremove_text_properties <cycle 4> [566]
                0.00    0.00       2/755707      set_text_properties [519]
                0.00    0.00     118/755707      Ftext_property_any [325]
                0.00    0.00     121/755707      copy_text_properties [437]
                0.00    0.00    1066/755707      add_text_properties_1 <cycle 4> [302]
                0.00    0.00    1439/755707      Fremove_list_of_text_properties [321]
                0.00    0.00    7682/755707      Fnext_property_change [243]
                0.00    0.00   18598/755707      compute_stop_pos [53]
                0.00    0.00  122142/755707      Fnext_single_property_change [73]
                0.00    0.02  604538/755707      Ftext_properties_at [58]
[89]     0.6    0.00    0.02  755707         validate_interval_range [89]
                0.02    0.00  755707/755707      CHECK_STRING_OR_BUFFER [88]
-----------------------------------------------
                0.00    0.00    8268/486395      next_overlay_change [260]
                0.00    0.00    8268/486395      face_at_buffer_position [184]
                0.02    0.00  469859/486395      get_char_property_and_overlay [38]
[90]     0.6    0.02    0.00  486395         overlays_at [90]
-----------------------------------------------
                0.00    0.00       4/384683      font_parse_family_registry [335]
                0.00    0.00      58/384683      font_parse_name [349]
                0.00    0.00     220/384683      font_parse_xlfd [400]
                0.00    0.00    1102/384683      ftfont_pattern_entity [220]
                0.00    0.02  383299/384683      font_find_for_lface [13]
[91]     0.6    0.00    0.02  384683         font_intern_prop [91]
                0.01    0.00  384543/388914      oblookup [104]
                0.00    0.00  384543/777828      check_obarray [127]
                0.00    0.00  384543/402252      parse_str_as_multibyte [629]
                0.00    0.00     188/49690       make_specified_string [652]
                0.00    0.00     188/539         intern_sym [1042]
                0.00    0.00     188/188         intern_driver [1080]
-----------------------------------------------
                              497907             bidi_move_to_visually_next <cycle 4> [76]
[92]     0.6    0.01    0.01  497907         bidi_level_of_next_char <cycle 4> [92]
                0.00    0.01  454292/861399      bidi_explicit_dir_char [100]
                0.00    0.00    7446/474378      bidi_find_paragraph_start [148]
                0.00    0.00  471503/944039      bidi_cache_find [614]
                0.00    0.00  462556/962529      bidi_cache_iterator_state [612]
                              496874             bidi_resolve_neutral <cycle 4> [74]
                               13644             bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
                                7843             access_keymap_1 <cycle 4> [93]
                                   2             Fdefine_key <cycle 4> [350]
                                3913             Flookup_key <cycle 4> [760]
                                4112             access_keymap <cycle 4> [754]
[93]     0.6    0.00    0.02    8027+7843    access_keymap_1 <cycle 4> [93]
                0.01    0.01   15067/16115       apply_modifiers [97]
                0.00    0.00   15067/15088       reorder_modifiers [191]
                0.00    0.00      76/3266575     Fcons [62]
                0.00    0.00  564519/676170      get_keymap [617]
                0.00    0.00     349/11256       Faref [697]
                0.00    0.00      87/7766        do_pending_atimers [724]
                0.00    0.00      87/7535        process_pending_signals <cycle 3> [725]
                                9464             get_keyelt <cycle 4> [535]
                                7843             access_keymap_1 <cycle 4> [93]
-----------------------------------------------
                              390364             bidi_resolve_brackets <cycle 4> [623]
[94]     0.6    0.01    0.01  390364         bidi_find_bracket_pairs <cycle 4> [94]
                0.00    0.01  390364/778158      bidi_paired_bracket_type [102]
                0.00    0.00    1033/962529      bidi_cache_iterator_state [612]
                0.00    0.00    1033/1033        bidi_mirror_char [953]
                0.00    0.00    1033/944039      bidi_cache_find [614]
                                1033             bidi_resolve_weak <cycle 4> [622]
-----------------------------------------------
                0.00    0.00       2/51282       directory_files_internal <cycle 4> [254]
                0.00    0.00       4/51282       looking_at_1 [433]
                0.00    0.00     122/51282       fast_c_string_match_ignore_case [290]
                0.00    0.00     380/51282       string_match_1 [249]
                0.00    0.00     672/51282       search_buffer [231]
                0.00    0.00    8559/51282       fast_looking_at [149]
                0.00    0.01   41543/51282       fast_string_match_internal [49]
[95]     0.5    0.00    0.02   51282         compile_pattern [95]
                0.01    0.00   27774/27774       re_compile_pattern [132]
                0.00    0.01   27774/48808       Fcopy_sequence [122]
                0.00    0.00   23508/32302       Fequal [207]
                0.00    0.00  123883/126677      Fstring_equal [636]
                0.00    0.00   55548/55548       re_set_syntax [646]
                0.00    0.00   55548/55548       re_set_whitespace_regexp [647]
                0.00    0.00     981/981         re_set_registers [1006]
-----------------------------------------------
                                  15             reseat <cycle 4> [363]
                                  48             resize_mini_window <cycle 4> [310]
                                  56             redisplay_window <cycle 4> [116]
                                1020             move_it_to <cycle 4> [171]
                                1020             Fvertical_motion <cycle 4> [168]
                                3001             next_element_from_buffer <cycle 4> [98]
                                3108             start_display <cycle 4> [144]
                               10330             next_element_from_string <cycle 4> [59]
[96]     0.5    0.00    0.02   18598         handle_stop <cycle 4> [96]
                0.00    0.01   18598/18598       handle_face_prop [152]
                0.00    0.00   18598/18598       handle_composition_prop [177]
                0.00    0.00   18598/23473       handle_display_prop [174]
                0.00    0.00   18598/18598       handle_invisible_prop [188]
                0.00    0.00    8268/8355        get_overlay_strings_1 [718]
                               18657             handle_fontified_prop <cycle 4> [203]
-----------------------------------------------
                0.00    0.00       6/16115       Fdefine_key <cycle 4> [350]
                0.00    0.00      21/16115       store_in_keymap [370]
                0.00    0.00    1021/16115       modify_event_symbol [217]
                0.01    0.01   15067/16115       access_keymap_1 <cycle 4> [93]
[97]     0.5    0.01    0.01   16115         apply_modifiers [97]
                0.01    0.00   41203/120134      Fget [103]
                0.00    0.00   41203/291575      Fplist_get [141]
                0.00    0.00   16115/6195131     assq_no_quit [48]
                0.00    0.00      10/2294        Fintern [301]
                0.00    0.00      20/3266575     Fcons [62]
                0.00    0.00      10/4336        Fput [430]
                0.00    0.00      10/54297       make_uninit_multibyte_string [649]
                0.00    0.00       4/539         intern_sym [1042]
-----------------------------------------------
                                3001             next_element_from_buffer <cycle 4> [98]
                              389887             get_next_display_element <cycle 4> [9]
[98]     0.5    0.00    0.02  389887+3001    next_element_from_buffer <cycle 4> [98]
                0.00    0.00    6780/39513       composition_compute_stop_pos [51]
                0.00    0.00    3001/18598       compute_stop_pos [53]
                0.00    0.00    1739/2772        composition_reseat_it [186]
                0.00    0.00      87/8355        get_overlay_strings_1 [718]
                                6780             get_visually_first_element <cycle 4> [661]
                                3001             handle_stop <cycle 4> [96]
                                3001             next_element_from_buffer <cycle 4> [98]
-----------------------------------------------
                0.00    0.00       1/7233        delete_frame <cycle 4> [450]
                0.00    0.00       2/7233        x_wm_set_size_hint [427]
                0.00    0.00      63/7233        x_consider_frame_title <cycle 4> [291]
                0.00    0.00    1039/7233        eval_sub <cycle 4> [189]
                0.00    0.01    6128/7233        Ffuncall <cycle 4> [39]
[99]     0.5    0.00    0.02    7233         Fframe_parameter [99]
                0.00    0.02    7147/7160        Fframe_parameters [101]
                0.00    0.00    7230/1409718     Fassq [45]
                0.00    0.00    7233/19551       decode_any_frame [671]
-----------------------------------------------
                0.00    0.01  407107/861399      bidi_resolve_neutral <cycle 4> [74]
                0.00    0.01  454292/861399      bidi_level_of_next_char <cycle 4> [92]
[100]    0.5    0.00    0.02  861399         bidi_explicit_dir_char [100]
                0.01    0.01  762134/4993256     char_table_ref [35]
-----------------------------------------------
                0.00    0.00       2/7160        Ffuncall <cycle 4> [39]
                0.00    0.00      11/7160        eval_sub <cycle 4> [189]
                0.00    0.02    7147/7160        Fframe_parameter [99]
[101]    0.5    0.00    0.02    7160         Fframe_parameters [101]
                0.00    0.01  186118/186118      store_in_alist [119]
                0.00    0.00    7160/7169        Fcopy_alist [166]
                0.00    0.00       6/1409718     Fassq [45]
                0.00    0.00   64413/1610383     Fsetcdr [608]
                0.00    0.00   14314/14316       make_formatted_string [687]
                0.00    0.00    7160/19551       decode_any_frame [671]
                0.00    0.00       9/17709       make_string [680]
                0.00    0.00       6/6           tty_color_name [1364]
-----------------------------------------------
                0.00    0.01  387794/778158      bidi_resolve_explicit <cycle 4> [65]
                0.00    0.01  390364/778158      bidi_find_bracket_pairs <cycle 4> [94]
[102]    0.5    0.00    0.02  778158         bidi_paired_bracket_type [102]
                0.01    0.01  755432/4993256     char_table_ref [35]
-----------------------------------------------
                0.00    0.00       1/120134      x_set_screen_gamma [526]
                0.00    0.00       1/120134      update_face_from_frame_parameter [512]
                0.00    0.00       1/120134      Fcommandp <cycle 4> [538]
                0.00    0.00       2/120134      Ffind_operation_coding_system [352]
                0.00    0.00       4/120134      Fcheck_coding_system [471]
                0.00    0.00       5/120134      reset_buffer_local_variables [482]
                0.00    0.00      36/120134      x_set_frame_parameters <cycle 4> [395]
                0.00    0.00      37/120134      Fdefalias [403]
                0.00    0.00      40/120134      Fsignal <cycle 4> [411]
                0.00    0.00      40/120134      print_error_message <cycle 4> [416]
                0.00    0.00      82/120134      Finternal_make_lisp_face [339]
                0.00    0.00      84/120134      Fmake_char_table [377]
                0.00    0.00     625/120134      process_tool_bar_item <cycle 4> [287]
                0.00    0.00    1023/120134      Finteractive_form [283]
                0.00    0.00    1023/120134      Fcall_interactively <cycle 4> [258]
                0.00    0.00    1032/120134      Fwhere_is_internal <cycle 4> [270]
                0.00    0.00    1321/120134      Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    2062/120134      update_overlay_arrows <cycle 4> [261]
                0.00    0.00    2588/120134      exec_byte_code <cycle 4> [143]
                0.00    0.00    4092/120134      x_x_to_emacs_modifiers [236]
                0.00    0.00    4092/120134      handle_one_xevent [195]
                0.00    0.00    4126/120134      lookup_fringe_bitmap [227]
                0.00    0.00    4858/120134      store_symval_forwarding <cycle 4> [117]
                0.00    0.00    8382/120134      resolve_face_name [206]
                0.00    0.00   11453/120134      Ffind_file_name_handler [105]
                0.00    0.00   15267/120134      parse_modifiers [190]
                0.00    0.00   16654/120134      display_mode_element <cycle 4> [179]
                0.01    0.00   41203/120134      apply_modifiers [97]
[103]    0.5    0.02    0.00  120134         Fget [103]
-----------------------------------------------
                0.00    0.00       4/388914      Fintern_soft [522]
                0.00    0.00    2073/388914      intern_1 [307]
                0.00    0.00    2294/388914      Fintern [301]
                0.01    0.00  384543/388914      font_intern_prop [91]
[104]    0.5    0.01    0.01  388914         oblookup [104]
                0.01    0.00  388914/777828      check_obarray [127]
                0.00    0.00  388914/389836      hash_string [630]
-----------------------------------------------
                0.00    0.00       1/2457        Ffile_accessible_directory_p <cycle 4> [421]
                0.00    0.00       2/2457        Ffile_attributes <cycle 4> [398]
                0.00    0.00       2/2457        Fdirectory_files <cycle 4> [397]
                0.00    0.00       3/2457        Ffile_exists_p <cycle 4> [383]
                0.00    0.00       3/2457        Finsert_file_contents <cycle 4> [336]
                0.00    0.00      16/2457        Ffile_readable_p <cycle 4> [313]
                0.00    0.00      26/2457        Fsubstitute_in_file_name <cycle 4> [284]
                0.00    0.00      27/2457        Ffile_symlink_p <cycle 4> [282]
                0.00    0.00      46/2457        Ffile_directory_p <cycle 4> [269]
                0.00    0.00      47/2457        Ffile_name_directory <cycle 4> [266]
                0.00    0.00      52/2457        Ffile_name_as_directory <cycle 4> [262]
                0.00    0.00      71/2457        Fdirectory_file_name <cycle 4> [250]
                0.00    0.00      93/2457        Ffile_name_nondirectory <cycle 4> [237]
                0.00    0.00     188/2457        openp <cycle 4> [210]
                0.00    0.00     810/2457        Fexpand_file_name <cycle 4> [164]
                0.00    0.01    1070/2457        Ffuncall <cycle 4> [39]
[105]    0.5    0.00    0.01    2457         Ffind_file_name_handler [105]
                0.00    0.01   11453/41543       fast_string_match_internal [49]
                0.00    0.00   11453/120134      Fget [103]
                0.00    0.00   11453/291575      Fplist_get [141]
                0.00    0.00     188/18705       Fmemq [674]
-----------------------------------------------
                0.00    0.00     167/71295       lisp_string_width [354]
                0.00    0.00    3996/71295       reconsider_clip_changes [228]
                0.00    0.00    4161/71295       update_compositions <cycle 4> [205]
                0.00    0.00    4875/71295       back_to_previous_visible_line_start [115]
                0.00    0.00   18598/71295       handle_composition_prop [177]
                0.00    0.01   39498/71295       composition_compute_stop_pos [51]
[106]    0.5    0.00    0.01   71295         find_composition [106]
                0.00    0.01   39498/122142      Fnext_single_property_change [73]
                0.00    0.01   71295/73292       get_property_and_range [158]
-----------------------------------------------
                               54749             get_next_display_element <cycle 4> [9]
[107]    0.5    0.00    0.01   54749         face_before_or_after_it_pos <cycle 4> [107]
                0.00    0.01   41320/63013       face_at_string_position [79]
                               41320             bidi_move_to_visually_next <cycle 4> [76]
-----------------------------------------------
                                  56             redisplay_window <cycle 4> [116]
                                1020             move_it_to <cycle 4> [171]
[108]    0.5    0.01    0.00    1076         move_it_vertically_backward <cycle 4> [108]
                0.00    0.00    1885/4905        back_to_previous_visible_line_start [115]
                0.00    0.00    2152/9623        bidi_shelve_cache [704]
                0.00    0.00    2152/22985       bidi_unshelve_cache [667]
                0.00    0.00    1076/3145        default_line_pixel_height [774]
                                2152             move_it_to <cycle 4> [171]
                                1770             move_it_by_lines <cycle 4> [758]
                                1076             reseat_1 <cycle 4> [734]
                                 826             line_bottom_y <cycle 4> [567]
                                   1             window_box_height <cycle 4> [887]
-----------------------------------------------
                0.00    0.01     634/634         Fparse_partial_sexp [78]
[109]    0.5    0.00    0.01     634         scan_sexps_forward [109]
                0.01    0.01  719157/4993256     char_table_ref [35]
                0.00    0.00     634/1154        SETUP_SYNTAX_TABLE [898]
                0.00    0.00     576/1364726     Fcdr [610]
                0.00    0.00     448/72320       Fcar [641]
-----------------------------------------------
                0.00    0.00      59/8001        scan_newline [309]
                0.00    0.00     519/8001        find_before_next_newline [224]
                0.00    0.00    2538/8001        scan_newline_from_point [170]
                0.00    0.01    4885/8001        find_newline_no_quit [145]
[110]    0.4    0.00    0.01    8001         find_newline [110]
                0.01    0.00    1041/1041        region_cache_forward [139]
                0.00    0.00    8442/19444       buf_charpos_to_bytepos [133]
                0.00    0.00    6399/6399        region_cache_backward [732]
                0.00    0.00    1600/1822        buf_bytepos_to_charpos [855]
                0.00    0.00     510/9473        delete_cache_boundaries [708]
                0.00    0.00     510/540         know_region_cache [1041]
                0.00    0.00       4/5           new_region_cache [1385]
-----------------------------------------------
                0.00    0.00       1/56861       Fmapconcat <cycle 4> [521]
                0.00    0.00       1/56861       Fload <cycle 4> [401]
                0.00    0.00      34/56861       eval_sub <cycle 4> [189]
                0.00    0.00     208/56861       Fkey_description <cycle 4> [338]
                0.00    0.00     241/56861       concat2 [333]
                0.00    0.00     256/56861       exec_byte_code <cycle 4> [143]
                0.00    0.00     347/56861       font_list_entities [25]
                0.00    0.00     879/56861       concat3 [274]
                0.00    0.00    1090/56861       where_is_internal_1 <cycle 4> [121]
                0.00    0.00    1214/56861       fontset_add [248]
                0.00    0.00    1556/56861       Ffuncall <cycle 4> [39]
                0.00    0.00    1785/56861       accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    7166/56861       Fcopy_alist [166]
                0.00    0.01   42083/56861       Fcopy_sequence [122]
[111]    0.4    0.00    0.01   56861         concat [111]
                0.01    0.00   18476/18476       Fmake_list [112]
                0.00    0.00    6056/7829        Fmake_vector [230]
                0.00    0.00  108609/140813      Flength [634]
                0.00    0.00   30770/31455       count_size_as_multibyte [659]
                0.00    0.00   29022/29026       make_uninit_string [662]
                0.00    0.00   28962/49690       make_specified_string [652]
                0.00    0.00    3307/54297       make_uninit_multibyte_string [649]
                0.00    0.00     537/1554        copy_text [870]
-----------------------------------------------
                0.01    0.00   18476/18476       concat [111]
[112]    0.4    0.01    0.00   18476         Fmake_list [112]
                0.00    0.00  305045/3266575     Fcons [62]
                0.00    0.00    1994/7766        do_pending_atimers [724]
                0.00    0.00    1994/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00       1/103225      recursive_edit_1 [2]
                0.00    0.00       2/103225      load_charset <cycle 4> [412]
                0.00    0.00       4/103225      Fmake_local_variable <cycle 4> [367]
                0.00    0.00       6/103225      Finsert_file_contents <cycle 4> [336]
                0.00    0.00       6/103225      Feval_buffer <cycle 4> [454]
                0.00    0.00       8/103225      set_frame_menubar <cycle 4> [465]
                0.00    0.00       8/103225      timer_check [154]
                0.00    0.00      11/103225      funcall_lambda <cycle 4> [126]
                0.00    0.00      12/103225      readevalloop <cycle 4> [380]
                0.00    0.00      14/103225      Fload <cycle 4> [401]
                0.00    0.00      19/103225      setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00      20/103225      show_hourglass <cycle 4> [180]
                0.00    0.00      59/103225      handle_fontified_prop <cycle 4> [203]
                0.00    0.00     112/103225      with_echo_area_buffer <cycle 4> [386]
                0.00    0.00     120/103225      FletX <cycle 4> [391]
                0.00    0.00     294/103225      menu_item_eval_property <cycle 4> [351]
                0.00    0.00    1031/103225      redisplay_internal [15]
                0.00    0.00    1032/103225      redisplay_window <cycle 4> [116]
                0.00    0.00    1045/103225      eval_sub <cycle 4> [189]
                0.00    0.00    1120/103225      inhibit_garbage_collection <cycle 4> [77]
                0.00    0.00    1267/103225      unbind_to <cycle 4> [285]
                0.00    0.00    1402/103225      prepare_to_modify_buffer_1 <cycle 4> [238]
                0.00    0.00    1420/103225      signal_after_change <cycle 4> [281]
                0.00    0.00    2786/103225      Fset <cycle 4> [259]
                0.00    0.00    3079/103225      safe_run_hooks <cycle 4> [256]
                0.00    0.00    4140/103225      update_compositions <cycle 4> [205]
                0.00    0.00    5627/103225      Feval <cycle 4> [234]
                0.00    0.00   12573/103225      safe__call <cycle 4> [202]
                0.00    0.00   30428/103225      Fset_default <cycle 4> [178]
                0.00    0.00   35579/103225      exec_byte_code <cycle 4> [143]
[113]    0.4    0.00    0.01  103225         set_internal [113]
                0.00    0.01  103226/103226      maybe_set_redisplay [114]
                0.00    0.00    6562/6195131     assq_no_quit [48]
                0.00    0.00      66/3266575     Fcons [62]
                0.00    0.00    6503/119738      do_symval_forwarding [637]
                0.00    0.00      45/90          let_shadows_buffer_binding_p [1137]
                0.00    0.00       1/6           indirect_variable [1356]
-----------------------------------------------
                0.00    0.01  103226/103226      set_internal [113]
[114]    0.4    0.00    0.01  103226         maybe_set_redisplay [114]
                0.00    0.01  103224/6640124     hash_lookup [20]
-----------------------------------------------
                0.00    0.00    1000/4905        move_it_to <cycle 4> [171]
                0.00    0.00    1885/4905        move_it_vertically_backward <cycle 4> [108]
                0.00    0.00    2020/4905        reseat_at_previous_visible_line_start [167]
[115]    0.4    0.00    0.01    4905         back_to_previous_visible_line_start [115]
                0.00    0.01    4885/4885        find_newline_no_quit [145]
                0.00    0.00    4875/71295       find_composition [106]
                0.00    0.00    4875/491552      get_char_property_and_overlay [38]
                0.00    0.00    4875/23473       handle_display_prop [174]
                0.00    0.00    9750/22985       bidi_unshelve_cache [667]
                0.00    0.00    4875/449715      Fget_char_property [627]
                0.00    0.00    4875/9623        bidi_shelve_cache [704]
-----------------------------------------------
                                  10             redisplay_window_0 <cycle 4> [1307]
                                1049             redisplay_window_1 <cycle 4> [941]
[116]    0.3    0.00    0.01    1059         redisplay_window <cycle 4> [116]
                0.01    0.00    1036/2100        update_window_fringes [80]
                0.00    0.00    1059/2091        reconsider_clip_changes [228]
                0.00    0.00    1032/103225      set_internal [113]
                0.00    0.00      56/18598       compute_stop_pos [53]
                0.00    0.00    2361/2603        row_for_charpos_p [800]
                0.00    0.00    2124/6665        marker_position [731]
                0.00    0.00    2124/4590        marker_byte_position [748]
                0.00    0.00    2118/2427        temp_set_point_both [805]
                0.00    0.00    2054/3089        window_outdated [779]
                0.00    0.00    2030/3145        default_line_pixel_height [774]
                0.00    0.00    1059/1059        set_vertical_scroll_bar [936]
                0.00    0.00    1059/1059        XTredeem_scroll_bar [935]
                0.00    0.00    1032/2064        mode_line_update_needed [831]
                0.00    0.00     973/11768       window_text_bottom_y [694]
                0.00    0.00      56/535         set_marker_both [1043]
                0.00    0.00      56/56          run_window_scroll_functions [1161]
                0.00    0.00       5/5           compute_window_start_on_continuation_line [1379]
                0.00    0.00       2/18705       Fmemq [674]
                0.00    0.00       2/2           blank_row [1486]
                0.00    0.00       1/91          clear_glyph_matrix [1136]
                                2091             set_buffer_internal_1 <cycle 4> [745]
                                1059             unbind_to <cycle 4> [285]
                                1059             XTset_vertical_scroll_bar <cycle 4> [527]
                                1032             store_symval_forwarding <cycle 4> [117]
                                1032             specbind <cycle 4> [639]
                                1031             display_mode_lines <cycle 4> [954]
                                 116             window_box_height <cycle 4> [887]
                                  59             x_consider_frame_title <cycle 4> [291]
                                  59             update_frame_tool_bar <cycle 4> [425]
                                  56             handle_stop <cycle 4> [96]
                                  56             reseat <cycle 4> [363]
                                  56             init_iterator <cycle 4> [82]
                                  56             move_it_vertically_backward <cycle 4> [108]
                                  54             try_window_reusing_current_matrix <cycle 4> [1167]
                                   8             try_window <cycle 4> [1200]
                                   1             overlay_arrows_changed_p <cycle 4> [955]
-----------------------------------------------
                                   1             swap_in_global_binding <cycle 4> [1362]
                                   2             load_charset <cycle 4> [412]
                                   6             Finsert_file_contents <cycle 4> [336]
                                   6             Feval_buffer <cycle 4> [454]
                                   8             set_frame_menubar <cycle 4> [465]
                                  11             funcall_lambda <cycle 4> [126]
                                  12             readevalloop <cycle 4> [380]
                                  14             Fmake_local_variable <cycle 4> [367]
                                  14             Fload <cycle 4> [401]
                                  19             setup_echo_area_for_printing <cycle 4> [447]
                                  20             show_hourglass <cycle 4> [180]
                                  59             handle_fontified_prop <cycle 4> [203]
                                 112             with_echo_area_buffer <cycle 4> [386]
                                 120             FletX <cycle 4> [391]
                                 294             menu_item_eval_property <cycle 4> [351]
                                1032             redisplay_window <cycle 4> [116]
                                1045             eval_sub <cycle 4> [189]
                                1120             inhibit_garbage_collection <cycle 4> [77]
                                1262             unbind_to <cycle 4> [285]
                                1402             prepare_to_modify_buffer_1 <cycle 4> [238]
                                1420             signal_after_change <cycle 4> [281]
                                2017             Fset <cycle 4> [259]
                                3079             safe_run_hooks <cycle 4> [256]
                                4140             update_compositions <cycle 4> [205]
                                5627             Feval <cycle 4> [234]
                                8044             exec_byte_code <cycle 4> [143]
                               12573             safe__call <cycle 4> [202]
                               13580             find_symbol_value <cycle 4> [317]
                               36781             Fset_default <cycle 4> [178]
                0.00    0.00       1/33852       recursive_edit_1 [2]
                0.00    0.00       8/33852       timer_check [154]
                0.02    0.08    1031/33852       redisplay_internal [15]
[117]    0.3    0.01    0.00   94860         store_symval_forwarding <cycle 4> [117]
                0.00    0.00    4858/120134      Fget [103]
                0.00    0.00    4858/291575      Fplist_get [141]
                0.00    0.00    2429/6779        Ffboundp [730]
                0.00    0.00      58/11602       Findirect_function [695]
                                  58             call1 <cycle 4> [794]
-----------------------------------------------
                                   1             update_single_window <cycle 4> [1606]
                                1063             update_window_tree <cycle 4> [961]
[118]    0.3    0.00    0.01    1064         update_window <cycle 4> [118]
                0.01    0.00    1064/2100        update_window_fringes [80]
                0.00    0.00    1099/11768       window_text_bottom_y [694]
                0.00    0.00    1064/638667      unblock_input_to [618]
                0.00    0.00    1064/638619      unblock_input [619]
                0.00    0.00    1064/1118        x_update_window_begin [907]
                0.00    0.00     160/160         add_row_entry [1093]
                0.00    0.00      74/219         row_equal_p.constprop.18 [1075]
                0.00    0.00      70/2225        assign_row [818]
                0.00    0.00       6/3384        xrealloc [765]
                0.00    0.00       6/319         xnrealloc [1061]
                0.00    0.00       6/31          xpalloc [1215]
                0.00    0.00       2/2           next_almost_prime [1502]
                                2155             update_window_line <cycle 4> [381]
                                1064             x_update_window_end <cycle 4> [908]
-----------------------------------------------
                0.00    0.01  186118/186118      Fframe_parameters [101]
[119]    0.3    0.00    0.01  186118         store_in_alist [119]
                0.01    0.00  186118/1409718     Fassq [45]
                0.00    0.00  243410/3266575     Fcons [62]
-----------------------------------------------
                                1001             insert_from_string <cycle 4> [996]
[120]    0.3    0.00    0.01    1001         insert_from_string_1 <cycle 4> [120]
                0.01    0.00    1001/1001        graft_intervals_into_buffer [123]
                0.00    0.00    1001/2180        offset_intervals [253]
                0.00    0.00    1001/2725        record_insert [572]
                0.00    0.00    1001/2566        invalidate_buffer_caches [802]
                0.00    0.00    1001/1554        copy_text [870]
                0.00    0.00    1001/2145        adjust_overlays_for_insert [821]
                0.00    0.00    1001/2145        adjust_markers_for_insert [820]
                0.00    0.00     500/31455       count_size_as_multibyte [659]
                0.00    0.00      37/51          make_gap [1173]
                                1001             prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
                                2124             map_sub_char_table <cycle 4> [125]
                               19215             map_keymap_internal <cycle 4> [592]
[121]    0.3    0.00    0.01   21339         where_is_internal_1 <cycle 4> [121]
                0.00    0.01    1259/3897        Fputhash [67]
                0.00    0.00    1090/56861       concat [111]
                0.00    0.00    1259/6143931     Fgethash [21]
                0.00    0.00     206/48808       Fcopy_sequence [122]
                0.00    0.00    1302/3266575     Fcons [62]
                0.00    0.00    1090/5788        Fvconcat [739]
                0.00    0.00     206/3412        Faset [763]
                               21339             get_keyelt <cycle 4> [535]
-----------------------------------------------
                0.00    0.00       2/48808       Fset_charset_priority [439]
                0.00    0.00       2/48808       Fpropertize <cycle 4> [492]
                0.00    0.00       2/48808       fontset_find_font [12]
                0.00    0.00       3/48808       display_mode_element <cycle 4> [179]
                0.00    0.00       3/48808       copy_properties [486]
                0.00    0.00       4/48808       show_hourglass <cycle 4> [180]
                0.00    0.00       5/48808       Fget_buffer_create <cycle 4> [458]
                0.00    0.00       9/48808       Fframe_list [452]
                0.00    0.00      48/48808       accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00      58/48808       Ffuncall <cycle 4> [39]
                0.00    0.00     206/48808       where_is_internal_1 <cycle 4> [121]
                0.00    0.00    1000/48808       set_properties [275]
                0.00    0.00    1933/48808       ftfont_pattern_entity [220]
                0.00    0.00    2866/48808       casify_object [41]
                0.00    0.00   14893/48808       timer_check [154]
                0.00    0.01   27774/48808       compile_pattern [95]
[122]    0.3    0.00    0.01   48808         Fcopy_sequence [122]
                0.00    0.01   42083/56861       concat [111]
-----------------------------------------------
                0.01    0.00    1001/1001        insert_from_string_1 <cycle 4> [120]
[123]    0.3    0.01    0.00    1001         graft_intervals_into_buffer [123]
                0.00    0.00     999/1000        set_text_properties_1 [276]
                0.00    0.00     999/724343      find_interval [71]
                0.00    0.00     999/828603      balance_an_interval [615]
-----------------------------------------------
                0.00    0.00       1/3           ftfont_lookup_cache [19]
                0.01    0.00       2/3           where_is_internal <cycle 4> [151]
[124]    0.3    0.01    0.00       3         Fmake_hash_table [124]
                0.00    0.00       6/214         make_float [162]
                0.00    0.00       3/3           make_hash_table [459]
-----------------------------------------------
                               17090             map_sub_char_table <cycle 4> [125]
                                 215             map_char_table <cycle 4> [449]
[125]    0.3    0.01    0.00     215+17090   map_sub_char_table <cycle 4> [125]
                0.00    0.00   30173/30173       accumulate_script_ranges [399]
                0.00    0.00    4248/4272        map_keymap_char_table_item [483]
                                2124             where_is_internal_1 <cycle 4> [121]
                                2124             accessible_keymaps_1 <cycle 4> [244]
                               17090             map_sub_char_table <cycle 4> [125]
-----------------------------------------------
                                4491             apply_lambda <cycle 4> [749]
                               66379             Ffuncall <cycle 4> [39]
[126]    0.3    0.01    0.00   70870         funcall_lambda <cycle 4> [126]
                0.00    0.00     343/10181       Flist [264]
                0.00    0.00      11/103225      set_internal [113]
                0.00    0.00      32/3266575     Fcons [62]
                0.00    0.00     461/7766        do_pending_atimers [724]
                0.00    0.00     461/7535        process_pending_signals <cycle 3> [725]
                               25859             specbind <cycle 4> [639]
                               19434             exec_byte_code <cycle 4> [143]
                                 164             Fprogn <cycle 4> [854]
                                  11             store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
                0.00    0.00       4/777828      Fintern_soft [522]
                0.00    0.00    2073/777828      intern_1 [307]
                0.00    0.00    2294/777828      Fintern [301]
                0.00    0.00  384543/777828      font_intern_prop [91]
                0.01    0.00  388914/777828      oblookup [104]
[127]    0.3    0.01    0.00  777828         check_obarray [127]
-----------------------------------------------
                0.00    0.00    7315/579631      x_compute_glyph_string_overhangs [299]
                0.01    0.00  572316/579631      get_per_char_metric [142]
[128]    0.3    0.01    0.00  579631         xftfont_text_extents [128]
                0.00    0.00  579631/638667      unblock_input_to [618]
                0.00    0.00  579631/638619      unblock_input [619]
                0.00    0.00      35/7766        do_pending_atimers [724]
                0.00    0.00      35/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                                  30             bidi_fetch_char_skip_isolates <cycle 4> [496]
                               13644             bidi_level_of_next_char <cycle 4> [92]
                              466842             bidi_resolve_explicit <cycle 4> [65]
[129]    0.3    0.01    0.00  480516         bidi_fetch_char <cycle 4> [129]
                               25689             compute_display_string_pos <cycle 4> [182]
-----------------------------------------------
                0.01    0.00  473369/473369      sweep_vectors [52]
[130]    0.3    0.01    0.00  473369         cleanup_vector [130]
-----------------------------------------------
                0.00    0.00      37/349297      valid_lisp_object_p [472]
                0.00    0.00    1134/349297      lisp_free [362]
                0.00    0.00    7282/349297      sweep_vectors [52]
                0.00    0.00   23047/349297      lisp_align_free [235]
                0.00    0.00  141927/349297      Fgarbage_collect <cycle 4> [40]
                0.01    0.00  175870/349297      mark_maybe_object [161]
[131]    0.3    0.01    0.00  349297         mem_find [131]
-----------------------------------------------
                0.01    0.00   27774/27774       compile_pattern [95]
[132]    0.3    0.01    0.00   27774         re_compile_pattern [132]
                0.00    0.00   27777/33219       xfree [655]
                0.00    0.00   27774/71975       xmalloc [642]
                0.00    0.00    3200/3200        re_iswctype [770]
                0.00    0.00    2671/2682        skip_one_char [799]
                0.00    0.00     290/3384        xrealloc [765]
                0.00    0.00      25/25          re_wctype [1221]
                0.00    0.00      24/27792       analyze_first [664]
-----------------------------------------------
                0.00    0.00       1/19444       skip_chars.constprop.5 [487]
                0.00    0.00       2/19444       Fchar_after [474]
                0.00    0.00       2/19444       temp_set_point [475]
                0.00    0.00       4/19444       scan_lists [440]
                0.00    0.00      10/19444       make_buffer_string [422]
                0.00    0.00     516/19444       skip_syntaxes [265]
                0.00    0.00     634/19444       Fparse_partial_sexp [78]
                0.00    0.00     691/19444       search_command [211]
                0.00    0.00    1034/19444       display_mode_element <cycle 4> [179]
                0.00    0.00    1196/19444       del_range_1 <cycle 4> [232]
                0.00    0.00    1997/19444       find_automatic_composition [185]
                0.00    0.00    2066/19444       set_marker_internal [215]
                0.00    0.00    2849/19444       set_point [204]
                0.00    0.00    8442/19444       find_newline [110]
[133]    0.3    0.01    0.00   19444         buf_charpos_to_bytepos [133]
                0.00    0.00       3/1089        build_marker [919]
-----------------------------------------------
                0.00    0.00    1069/2258        Fwindow_parameter [165]
                0.01    0.00    1189/2258        Fwindow_buffer [160]
[134]    0.3    0.01    0.00    2258         Frun_window_scroll_functions [134]
-----------------------------------------------
                0.00    0.00       2/636         Fbuffer_substring [357]
                0.01    0.00     634/636         Fparse_partial_sexp [78]
[135]    0.3    0.01    0.00     636         validate_region [135]
-----------------------------------------------
                                                 <spontaneous>
[136]    0.3    0.01    0.00                 copy_char_table [136]
-----------------------------------------------
                                                 <spontaneous>
[137]    0.3    0.01    0.00                 signal_error [137]
-----------------------------------------------
                0.00    0.00       1/605473      font_match_p [578]
                0.00    0.00       6/605473      Finternal_char_font [368]
                0.00    0.00  129269/605473      get_glyph_face_and_encoding [192]
                0.01    0.00  476197/605473      get_char_glyph_code [146]
[138]    0.3    0.01    0.00  605473         xftfont_encode_char [138]
-----------------------------------------------
                0.01    0.00    1041/1041        find_newline [110]
[139]    0.3    0.01    0.00    1041         region_cache_forward [139]
                0.00    0.00    1041/9473        delete_cache_boundaries [708]
                0.00    0.00    1041/11499       find_cache_boundary [696]
-----------------------------------------------
                0.00    0.00   10310/480169      Fget_pos_property [176]
                0.01    0.00  469859/480169      get_char_property_and_overlay [38]
[140]    0.3    0.01    0.00  480169         sort_overlays [140]
-----------------------------------------------
                0.00    0.00       1/291575      x_set_screen_gamma [526]
                0.00    0.00       1/291575      update_face_from_frame_parameter [512]
                0.00    0.00       1/291575      Fcommandp <cycle 4> [538]
                0.00    0.00       2/291575      Ffind_operation_coding_system [352]
                0.00    0.00       4/291575      Fcheck_coding_system [471]
                0.00    0.00       5/291575      reset_buffer_local_variables [482]
                0.00    0.00      36/291575      x_set_frame_parameters <cycle 4> [395]
                0.00    0.00      37/291575      Fdefalias [403]
                0.00    0.00      40/291575      Fsignal <cycle 4> [411]
                0.00    0.00      40/291575      print_error_message <cycle 4> [416]
                0.00    0.00      49/291575      Ffuncall <cycle 4> [39]
                0.00    0.00      82/291575      Finternal_make_lisp_face [339]
                0.00    0.00      84/291575      Fmake_char_table [377]
                0.00    0.00     625/291575      process_tool_bar_item <cycle 4> [287]
                0.00    0.00    1023/291575      Finteractive_form [283]
                0.00    0.00    1023/291575      Fcall_interactively <cycle 4> [258]
                0.00    0.00    1032/291575      Fwhere_is_internal <cycle 4> [270]
                0.00    0.00    1321/291575      Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    2062/291575      update_overlay_arrows <cycle 4> [261]
                0.00    0.00    2588/291575      exec_byte_code <cycle 4> [143]
                0.00    0.00    4092/291575      x_x_to_emacs_modifiers [236]
                0.00    0.00    4092/291575      handle_one_xevent [195]
                0.00    0.00    4126/291575      lookup_fringe_bitmap [227]
                0.00    0.00    4858/291575      store_symval_forwarding <cycle 4> [117]
                0.00    0.00    8382/291575      resolve_face_name [206]
                0.00    0.00   11453/291575      Ffind_file_name_handler [105]
                0.00    0.00   15267/291575      parse_modifiers [190]
                0.00    0.00   16654/291575      display_mode_element <cycle 4> [179]
                0.00    0.00   41203/291575      apply_modifiers [97]
                0.01    0.00  171392/291575      lookup_char_property [43]
[141]    0.3    0.01    0.00  291575         Fplist_get [141]
-----------------------------------------------
                0.00    0.00   96119/572316      x_get_glyph_overhangs [183]
                0.00    0.01  476197/572316      x_produce_glyphs [75]
[142]    0.3    0.00    0.01  572316         get_per_char_metric [142]
                0.01    0.00  572316/579631      xftfont_text_extents [128]
-----------------------------------------------
                                   4             eval_sub <cycle 4> [189]
                                2263             apply_lambda <cycle 4> [749]
                               19434             funcall_lambda <cycle 4> [126]
                               49009             Ffuncall <cycle 4> [39]
[143]    0.3    0.00    0.01   70710         exec_byte_code <cycle 4> [143]
                0.00    0.00   35579/103225      set_internal [113]
                0.00    0.00      76/214         make_float [162]
                0.00    0.00    2843/3918        Fgoto_char [201]
                0.00    0.00     518/518         Fforward_line [221]
                0.00    0.00    2588/120134      Fget [103]
                0.00    0.00   20951/3266575     Fcons [62]
                0.00    0.00    6368/10181       Flist [264]
                0.00    0.00    2588/291575      Fplist_get [141]
                0.00    0.00    1547/1409718     Fassq [45]
                0.00    0.00     256/56861       concat [111]
                0.00    0.00    1409/1672        Fmember [342]
                0.00    0.00       2/2           Fbuffer_substring [357]
                0.00    0.00      59/2140        set_marker_internal [215]
                0.00    0.00     377/7672938     Fnreverse [28]
                0.00    0.00     145/244         Fsubstring [385]
                0.00    0.00      63/32302       Fequal [207]
                0.00    0.00     179/1702        list2 [382]
                0.00    0.00       3/3           Fchar_after [474]
                0.00    0.00       2/2           skip_chars.constprop.5 [487]
                0.00    0.00       1/1           move_point [490]
                0.00    0.00       2/3072176     casify_object [41]
                0.00    0.00       2/4993256     char_table_ref [35]
                0.00    0.00   17718/18231       arithcompare [677]
                0.00    0.00   15084/18705       Fmemq [674]
                0.00    0.00   15054/19327       arith_driver [672]
                0.00    0.00    9913/14156       Fsetcar [688]
                0.00    0.00    8186/10234       Fplus [700]
                0.00    0.00    7285/18192       list1 [678]
                0.00    0.00    4761/311674      grow_specpdl [632]
                0.00    0.00    4761/7918        record_unwind_protect [723]
                0.00    0.00    3567/140813      Flength [634]
                0.00    0.00    3357/59263       Fcurrent_buffer [645]
                0.00    0.00    3241/3241        Fmin [769]
                0.00    0.00    3158/3412        Faset [763]
                0.00    0.00    2709/13559       push_handler [689]
                0.00    0.00    2261/2261        Fmax [811]
                0.00    0.00    2151/126677      Fstring_equal [636]
                0.00    0.00    1399/1443        Ffunctionp [872]
                0.00    0.00    1188/1188        Ftimes [893]
                0.00    0.00    1118/1118        Fbolp [904]
                0.00    0.00    1070/1075        make_save_obj_obj_obj_obj [925]
                0.00    0.00    1070/1075        save_excursion_save [926]
                0.00    0.00    1062/1640        Fwiden [864]
                0.00    0.00    1062/1062        save_restriction_save [934]
                0.00    0.00    1016/11256       Faref [697]
                0.00    0.00     296/2127        Fnconc [823]
                0.00    0.00     256/557         Fconcat [1036]
                0.00    0.00     253/7766        do_pending_atimers [724]
                0.00    0.00     253/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00     169/1169        Fminus [897]
                0.00    0.00     138/139         Fsymbol_function [1097]
                0.00    0.00      97/1610383     Fsetcdr [608]
                0.00    0.00      76/76          float_arith_driver [1141]
                0.00    0.00      65/65          match_limit [1144]
                0.00    0.00      59/2125        Fset_marker [825]
                0.00    0.00      48/48          Fmatch_beginning [1181]
                0.00    0.00      22/9870        Fnthcdr [701]
                0.00    0.00      17/17          Fmatch_end [1262]
                0.00    0.00       9/9           Fquo [1315]
                0.00    0.00       2/2872        Fdowncase [792]
                0.00    0.00       1/1           Fforward_char [1534]
                0.00    0.00       1/1           Fskip_chars_forward [1549]
                0.00    0.00       1/1           Fskip_chars_backward [1548]
                              148367             Ffuncall <cycle 4> [39]
                               44269             specbind <cycle 4> [639]
                               40608             Fsymbol_value <cycle 4> [640]
                               17082             unbind_to <cycle 4> [285]
                                8044             store_symval_forwarding <cycle 4> [117]
                                1232             Fset_buffer <cycle 4> [803]
                                 294             Fset <cycle 4> [259]
                                  83             Fset_default <cycle 4> [178]
                                  65             Fgarbage_collect <cycle 4> [40]
-----------------------------------------------
                                   1             buffer_posn_from_coords <cycle 4> [1560]
                                   1             pos_visible_p <cycle 4> [1591]
                                  39             try_window <cycle 4> [1200]
                                  54             try_window_reusing_current_matrix <cycle 4> [1167]
                                1000             Fline_pixel_height <cycle 4> [998]
                                1020             Fvertical_motion <cycle 4> [168]
[144]    0.3    0.00    0.01    2115         start_display <cycle 4> [144]
                0.00    0.01    3108/18598       compute_stop_pos [53]
                0.00    0.00    1000/2020        reseat_at_previous_visible_line_start [167]
                                3115             reseat <cycle 4> [363]
                                3108             handle_stop <cycle 4> [96]
                                2115             init_iterator <cycle 4> [82]
                                1000             move_it_to <cycle 4> [171]
-----------------------------------------------
                0.00    0.01    4885/4885        back_to_previous_visible_line_start [115]
[145]    0.3    0.00    0.01    4885         find_newline_no_quit [145]
                0.00    0.01    4885/8001        find_newline [110]
-----------------------------------------------
                0.00    0.01  476197/476197      x_produce_glyphs [75]
[146]    0.2    0.00    0.01  476197         get_char_glyph_code [146]
                0.01    0.00  476197/605473      xftfont_encode_char [138]
-----------------------------------------------
                0.00    0.01  476491/476491      get_next_display_element <cycle 4> [9]
[147]    0.2    0.00    0.01  476491         lookup_glyphless_char_display [147]
                0.00    0.00  383280/4993256     char_table_ref [35]
-----------------------------------------------
                0.00    0.00      30/474378      bidi_fetch_char_skip_isolates <cycle 4> [496]
                0.00    0.00      30/474378      find_first_strong_char <cycle 4> [467]
                0.00    0.00      30/474378      bidi_paragraph_init <cycle 4> [495]
                0.00    0.00    7446/474378      bidi_level_of_next_char <cycle 4> [92]
                0.00    0.01  466842/474378      bidi_resolve_explicit <cycle 4> [65]
[148]    0.2    0.00    0.01  474378         bidi_find_paragraph_start [148]
                0.00    0.00  381067/4993256     char_table_ref [35]
                0.00    0.00      30/540         know_region_cache [1041]
                0.00    0.00       1/5           new_region_cache [1385]
-----------------------------------------------
                0.00    0.01    8559/8559        bidi_at_paragraph_end [150]
[149]    0.2    0.00    0.01    8559         fast_looking_at [149]
                0.00    0.00    8559/54928       re_match_2_internal [70]
                0.00    0.00    8559/51282       compile_pattern [95]
                0.00    0.00    8559/8563        re_match_2 [717]
-----------------------------------------------
                0.00    0.01    4286/4286        bidi_move_to_visually_next <cycle 4> [76]
[150]    0.2    0.00    0.01    4286         bidi_at_paragraph_end [150]
                0.00    0.01    8559/8559        fast_looking_at [149]
-----------------------------------------------
                                1067             Fwhere_is_internal <cycle 4> [270]
[151]    0.2    0.00    0.01    1067         where_is_internal <cycle 4> [151]
                0.01    0.00       2/3           Fmake_hash_table [124]
                0.00    0.00    1057/6143931     Fgethash [21]
                0.00    0.00    1057/32302       Fequal [207]
                0.00    0.00     158/15267       parse_modifiers [190]
                0.00    0.00    2046/11256       Faref [697]
                0.00    0.00    1856/72320       Fcar [641]
                0.00    0.00    1856/140813      Flength [634]
                0.00    0.00    1856/1364726     Fcdr [610]
                0.00    0.00     158/18705       Fmemq [674]
                0.00    0.00      23/676170      get_keymap [617]
                0.00    0.00      23/1818        nconc2 [856]
                                1682             map_keymap <cycle 4> [761]
                                  23             Faccessible_keymaps <cycle 4> [493]
-----------------------------------------------
                0.00    0.01   18598/18598       handle_stop <cycle 4> [96]
[152]    0.2    0.00    0.01   18598         handle_face_prop [152]
                0.00    0.00   10330/63013       face_at_string_position [79]
                0.00    0.00    8268/8268        face_at_buffer_position [184]
-----------------------------------------------
                0.00    0.00    1019/6025        sit_for [26]
                0.00    0.00    2051/6025        read_char <cycle 2> [14]
                0.00    0.00    2955/6025        wait_reading_process_output [27]
[153]    0.2    0.00    0.01    6025         detect_input_pending_run_timers [153]
                0.00    0.00       4/5           redisplay_preserve_echo_area [159]
                0.00    0.00    3982/7961        get_input_pending [175]
                0.00    0.00       4/7766        do_pending_atimers [724]
                0.00    0.00       4/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       4/638667      unblock_input_to [618]
                0.00    0.00       4/638619      unblock_input [619]
                0.00    0.00       4/6           my_log_handler [1359]
                0.00    0.00       4/6           x_flush [1365]
-----------------------------------------------
                0.00    0.00    1982/7961        wait_reading_process_output [27]
                0.00    0.00    5979/7961        readable_events [169]
[154]    0.2    0.00    0.01    7961         timer_check [154]
                0.00    0.00   14893/48808       Fcopy_sequence [122]
                0.00    0.00       8/33852       store_symval_forwarding <cycle 4> [117]
                0.00    0.00       8/33852       specbind <cycle 4> [639]
                0.00    0.00       8/33852       call1 <cycle 4> [794]
                0.00    0.00       8/33852       unbind_to <cycle 4> [285]
                0.00    0.00       8/103225      set_internal [113]
                0.00    0.00   16144/18247       timespec_sub [676]
                0.00    0.00    9243/9243        decode_timer [710]
                0.00    0.00    7229/12473       gettime [693]
-----------------------------------------------
                                1059             Fwhere_is_internal <cycle 4> [270]
                                2043             Fkey_binding <cycle 4> [359]
                0.04    0.15    2042/33852       active_maps [32]
[155]    0.2    0.00    0.01    5144         Fcurrent_active_maps <cycle 4> [155]
                0.00    0.01   10288/10310       get_local_map [157]
                0.00    0.00    9773/3266575     Fcons [62]
                0.00    0.00    5144/18192       list1 [678]
                                5144             unbind_to <cycle 4> [285]
                                5144             current_minor_maps <cycle 4> [742]
-----------------------------------------------
                0.00    0.00    1119/91832       Ffuncall <cycle 4> [39]
                0.00    0.00    8268/91832       face_at_buffer_position [184]
                0.00    0.00    9102/91832       Fget_pos_property [176]
                0.00    0.00   10330/91832       handle_invisible_prop [188]
                0.00    0.00   63013/91832       face_at_string_position [79]
[156]    0.2    0.00    0.01   91832         Fget_text_property [156]
                0.00    0.01   91832/604538      Ftext_properties_at [58]
-----------------------------------------------
                0.00    0.00       8/10310       tool_bar_items <cycle 4> [423]
                0.00    0.00      14/10310       menu_bar_items <cycle 4> [406]
                0.00    0.01   10288/10310       Fcurrent_active_maps <cycle 4> [155]
[157]    0.2    0.00    0.01   10310         get_local_map [157]
                0.00    0.00   10310/10310       Fget_pos_property [176]
                0.00    0.00   10310/491552      get_char_property_and_overlay [38]
                0.00    0.00   10310/449715      Fget_char_property [627]
                0.00    0.00   10310/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00    1997/73292       composition_adjust_point [181]
                0.00    0.01   71295/73292       find_composition [106]
[158]    0.2    0.00    0.01   73292         get_property_and_range [158]
                0.00    0.00   73292/724343      find_interval [71]
                0.00    0.00   48947/1234730     lookup_char_property [43]
-----------------------------------------------
                0.00    0.00       1/5           wait_reading_process_output [27]
                0.00    0.00       4/5           detect_input_pending_run_timers [153]
[159]    0.2    0.00    0.01       5         redisplay_preserve_echo_area [159]
                0.00    0.01       5/1031        redisplay_internal [15]
-----------------------------------------------
                0.00    0.00       6/1192        run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.01    1186/1192        Ffuncall <cycle 4> [39]
[160]    0.2    0.00    0.01    1192         Fwindow_buffer [160]
                0.01    0.00    1189/2258        Frun_window_scroll_functions [134]
-----------------------------------------------
                0.00    0.01  186636/186636      Fgarbage_collect <cycle 4> [40]
[161]    0.2    0.00    0.01  186636         mark_maybe_object [161]
                0.01    0.00  175870/349297      mem_find [131]
                0.00    0.00    7060/8211        sweep_buffers [558]
                0.00    0.00    1313/2931        Fsuspicious_object [791]
-----------------------------------------------
                0.00    0.00       1/214         Ffuncall <cycle 4> [39]
                0.00    0.00       1/214         font_parse_name [349]
                0.00    0.00       2/214         Ffloat_time [340]
                0.00    0.00       4/214         make_window [315]
                0.00    0.00       6/214         Fmake_hash_table [124]
                0.00    0.00       6/214         read1 <cycle 5> [279]
                0.00    0.00      76/214         exec_byte_code <cycle 4> [143]
                0.00    0.00     118/214         Fgarbage_collect <cycle 4> [40]
[162]    0.2    0.01    0.00     214         make_float [162]
-----------------------------------------------
                0.00    0.00    3897/6147828     Fputhash [67]
                0.00    0.00 6143931/6147828     Fgethash [21]
[163]    0.2    0.01    0.00 6147828         CHECK_HASH_TABLE [163]
-----------------------------------------------
                                   2             Fexpand_file_name <cycle 4> [164]
                                   1             Fkill_emacs <cycle 4> [588]
                                   1             Ffile_accessible_directory_p <cycle 4> [421]
                                   2             Fdirectory_files <cycle 4> [397]
                                   2             internal_condition_case_2 <cycle 4> [1500]
                                   3             Ffile_exists_p <cycle 4> [383]
                                   3             Finsert_file_contents <cycle 4> [336]
                                   3             eval_sub <cycle 4> [189]
                                   4             Fdo_auto_save <cycle 4> [524]
                                  12             x_find_image_fd <cycle 4> [545]
                                  16             Ffile_readable_p <cycle 4> [313]
                                  27             Ffile_symlink_p <cycle 4> [282]
                                  46             expand_and_dir_to_file <cycle 4> [1183]
                                  85             openp <cycle 4> [210]
                                 123             Ffuncall <cycle 4> [39]
[164]    0.2    0.00    0.00     328+2       Fexpand_file_name <cycle 4> [164]
                0.00    0.00     810/2457        Ffind_file_name_handler [105]
                0.00    0.00     165/49690       make_specified_string [652]
                0.00    0.00     165/165         string_to_multibyte [1090]
                0.00    0.00     125/171         Fnext_read_file_uses_dialog_p [1089]
                0.00    0.00      38/39          egetenv_internal [1199]
                0.00    0.00      38/17709       make_string [680]
                0.00    0.00      38/520         decode_file_name [1045]
                                  38             code_convert_string <cycle 4> [273]
                                  15             call3 <cycle 4> [1202]
                                   2             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                0.00    0.00    1069/1069        Ffuncall <cycle 4> [39]
[165]    0.1    0.00    0.00    1069         Fwindow_parameter [165]
                0.00    0.00    1069/2258        Frun_window_scroll_functions [134]
                0.00    0.00    1069/1409718     Fassq [45]
-----------------------------------------------
                0.00    0.00       1/7169        Fx_create_frame <cycle 4> [384]
                0.00    0.00       8/7169        font_make_object [420]
                0.00    0.00    7160/7169        Fframe_parameters [101]
[166]    0.1    0.00    0.00    7169         Fcopy_alist [166]
                0.00    0.00  279131/3266575     Fcons [62]
                0.00    0.00    7166/56861       concat [111]
-----------------------------------------------
                0.00    0.00    1000/2020        start_display <cycle 4> [144]
                0.00    0.00    1020/2020        Fvertical_motion <cycle 4> [168]
[167]    0.1    0.00    0.00    2020         reseat_at_previous_visible_line_start [167]
                0.00    0.00    2020/4905        back_to_previous_visible_line_start [115]
-----------------------------------------------
                                1020             Ffuncall <cycle 4> [39]
[168]    0.1    0.00    0.00    1020         Fvertical_motion <cycle 4> [168]
                0.00    0.00    1020/2020        reseat_at_previous_visible_line_start [167]
                0.00    0.00    1020/18598       compute_stop_pos [53]
                0.00    0.00    1020/6623        set_point_both [257]
                0.00    0.00    1020/1021        decode_live_window [986]
                0.00    0.00    1020/9623        bidi_shelve_cache [704]
                0.00    0.00    1020/22985       bidi_unshelve_cache [667]
                0.00    0.00    1020/2096        extract_float [827]
                0.00    0.00    1020/1021        move_it_in_display_line [987]
                                2020             move_it_to <cycle 4> [171]
                                1020             start_display <cycle 4> [144]
                                1020             move_it_by_lines <cycle 4> [758]
                                1020             move_it_in_display_line_to <cycle 4> [66]
                                1020             handle_stop <cycle 4> [96]
                                1020             reseat <cycle 4> [363]
-----------------------------------------------
                0.00    0.00    1025/8986        read_char <cycle 2> [14]
                0.00    0.00    7961/8986        get_input_pending [175]
[169]    0.1    0.00    0.00    8986         readable_events [169]
                0.00    0.00    5979/7961        timer_check [154]
-----------------------------------------------
                0.00    0.00     518/2538        Fforward_line [221]
                0.00    0.00    2020/2538        Fline_beginning_position [173]
[170]    0.1    0.00    0.00    2538         scan_newline_from_point [170]
                0.00    0.00    2538/8001        find_newline [110]
-----------------------------------------------
                                1520             move_it_to <cycle 4> [171]
                                   1             buffer_posn_from_coords <cycle 4> [1560]
                                   1             pos_visible_p <cycle 4> [1591]
                                  56             resize_mini_window <cycle 4> [310]
                                1000             start_display <cycle 4> [144]
                                2020             Fvertical_motion <cycle 4> [168]
                                2152             move_it_vertically_backward <cycle 4> [108]
                                2770             move_it_by_lines <cycle 4> [758]
[171]    0.1    0.00    0.00    8000+1520    move_it_to <cycle 4> [171]
                0.00    0.00    1000/4905        back_to_previous_visible_line_start [115]
                0.00    0.00    1020/18598       compute_stop_pos [53]
                0.00    0.00   11017/12846       recenter_overlay_lists [692]
                0.00    0.00    1552/9623        bidi_shelve_cache [704]
                0.00    0.00    1520/22985       bidi_unshelve_cache [667]
                               11120             move_it_in_display_line_to <cycle 4> [66]
                                3731             reseat_at_next_visible_line_start <cycle 4> [753]
                                3731             set_iterator_to_next <cycle 4> [626]
                                1020             move_it_vertically_backward <cycle 4> [108]
                                1020             handle_stop <cycle 4> [96]
                                1020             reseat <cycle 4> [363]
                                1520             move_it_to <cycle 4> [171]
-----------------------------------------------
                               18458             compute_display_string_pos <cycle 4> [182]
[172]    0.1    0.00    0.00   18458         Fnext_single_char_property_change <cycle 4> [172]
                0.00    0.00   11363/122142      Fnext_single_property_change [73]
                0.00    0.00    7099/491552      get_char_property_and_overlay [38]
                0.00    0.00    7099/7682        Fnext_property_change [243]
                0.00    0.00    7099/7099        Fnext_char_property_change [728]
                                7095             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00    2020/2020        Ffuncall <cycle 4> [39]
[173]    0.1    0.00    0.00    2020         Fline_beginning_position [173]
                0.00    0.00    2020/2538        scan_newline_from_point [170]
                0.00    0.00    2020/2539        Fconstrain_to_field [233]
-----------------------------------------------
                0.00    0.00    4875/23473       back_to_previous_visible_line_start [115]
                0.00    0.00   18598/23473       handle_stop <cycle 4> [96]
[174]    0.1    0.00    0.00   23473         handle_display_prop [174]
                0.00    0.00   23473/491552      get_char_property_and_overlay [38]
-----------------------------------------------
                0.00    0.00    1982/7961        wait_reading_process_output [27]
                0.00    0.00    1997/7961        swallow_events [219]
                0.00    0.00    3982/7961        detect_input_pending_run_timers [153]
[175]    0.1    0.00    0.00    7961         get_input_pending [175]
                0.00    0.00    7961/8986        readable_events [169]
-----------------------------------------------
                0.00    0.00   10310/10310       get_local_map [157]
[176]    0.1    0.00    0.00   10310         Fget_pos_property [176]
                0.00    0.00   10310/10310       text_property_stickiness [187]
                0.00    0.00    9102/91832       Fget_text_property [156]
                0.00    0.00    9102/1234730     lookup_char_property [43]
                0.00    0.00   10310/480169      sort_overlays [140]
                0.00    0.00   20620/960338      set_buffer_temp [613]
                0.00    0.00   10310/10310       overlays_around [699]
                0.00    0.00    9102/1180788     textget [611]
-----------------------------------------------
                0.00    0.00   18598/18598       handle_stop <cycle 4> [96]
[177]    0.1    0.00    0.00   18598         handle_composition_prop [177]
                0.00    0.00   18598/71295       find_composition [106]
-----------------------------------------------
                                  31             Ffuncall <cycle 4> [39]
                                  83             exec_byte_code <cycle 4> [143]
                                 121             Fdefvar <cycle 4> [461]
                               36854             unbind_to <cycle 4> [285]
[178]    0.1    0.00    0.00   37089         Fset_default <cycle 4> [178]
                0.00    0.00   30428/103225      set_internal [113]
                0.00    0.00       1/6           indirect_variable [1356]
                               36781             store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
                               69463             display_mode_element <cycle 4> [179]
                                  63             x_consider_frame_title <cycle 4> [291]
                                1033             display_mode_line <cycle 4> [360]
[179]    0.1    0.00    0.00    1096+69463   display_mode_element <cycle 4> [179]
                0.00    0.00   16654/120134      Fget [103]
                0.00    0.00   16654/291575      Fplist_get [141]
                0.00    0.00    1034/19444       buf_charpos_to_bytepos [133]
                0.00    0.00    1033/1033        decode_mode_spec_coding [295]
                0.00    0.00    2315/32302       Fequal [207]
                0.00    0.00    1159/604538      Ftext_properties_at [58]
                0.00    0.00    1159/2809        Fassoc [288]
                0.00    0.00    1033/2073        intern_1 [307]
                0.00    0.00   33245/33461       Fboundp [376]
                0.00    0.00       3/48808       Fcopy_sequence [122]
                0.00    0.00       3/3           set_text_properties [519]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00   18594/18850       string_byte_to_char [673]
                0.00    0.00    9360/9553        c_string_width [707]
                0.00    0.00    2243/2243        display_count_lines [816]
                0.00    0.00    2066/6665        marker_position [731]
                0.00    0.00    1340/1610383     Fsetcdr [608]
                0.00    0.00    1033/4590        marker_byte_position [748]
                0.00    0.00    1033/1033        pint2str [956]
                0.00    0.00     189/189         store_mode_line_noprop [1079]
                0.00    0.00     177/1822        buf_bytepos_to_charpos [855]
                0.00    0.00       3/140813      Flength [634]
                0.00    0.00       3/3           Fset_text_properties [1437]
                0.00    0.00       3/9870        Fnthcdr [701]
                               32212             Fsymbol_value <cycle 4> [640]
                               22726             display_string <cycle 4> [72]
                                5165             safe__call1 <cycle 4> [737]
                                1033             inhibit_garbage_collection <cycle 4> [77]
                                1033             call1 <cycle 4> [794]
                                1033             unbind_to <cycle 4> [285]
                               69463             display_mode_element <cycle 4> [179]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [1214]
                                   1             Fwindow_mode_line_height <cycle 4> [1225]
                                  15             window_box_height <cycle 4> [887]
                                  19             x_clear_end_of_line <cycle 4> [901]
                                 671             display_line <cycle 4> [197]
                                2047             draw_glyphs <cycle 4> [44]
                0.04    0.15    2068/33852       redisplay_internal [15]
[180]    0.1    0.00    0.00    4822         show_hourglass <cycle 4> [180]
                0.00    0.00     671/389421      face_for_char [10]
                0.00    0.00     671/480484      x_produce_glyphs [75]
                0.00    0.00     176/491552      get_char_property_and_overlay [38]
                0.00    0.00      20/103225      set_internal [113]
                0.00    0.00       4/48808       Fcopy_sequence [122]
                0.00    0.00       3/32302       Fequal [207]
                0.00    0.00     176/449715      Fget_char_property [627]
                0.00    0.00     176/20404       get_it_property [670]
                0.00    0.00     116/2462        lookup_basic_face [804]
                0.00    0.00     104/114         normal_char_ascent_descent [1129]
                0.00    0.00       4/311674      grow_specpdl [632]
                0.00    0.00       4/7918        record_unwind_protect [723]
                0.00    0.00       2/1043        clear_window_matrices [944]
                0.00    0.00       2/11          clear_current_matrices [1292]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                                  20             store_symval_forwarding <cycle 4> [117]
                                  20             specbind <cycle 4> [639]
                                  16             set_buffer_internal_1 <cycle 4> [745]
                                   8             unbind_to <cycle 4> [285]
                                   8             safe_run_hooks <cycle 4> [256]
                                   4             menu_bar_items <cycle 4> [406]
                                   4             set_frame_menubar <cycle 4> [465]
                                   4             tool_bar_items <cycle 4> [423]
                                   3             redraw_frame <cycle 4> [1423]
-----------------------------------------------
                0.00    0.00    1997/1997        command_loop_1 <cycle 2> [23]
[181]    0.1    0.00    0.00    1997         composition_adjust_point [181]
                0.00    0.00    1997/1997        find_automatic_composition [185]
                0.00    0.00    1997/73292       get_property_and_range [158]
-----------------------------------------------
                               25689             bidi_fetch_char <cycle 4> [129]
[182]    0.1    0.00    0.00   25689         compute_display_string_pos <cycle 4> [182]
                0.00    0.00   18458/491552      get_char_property_and_overlay [38]
                0.00    0.00   18458/449715      Fget_char_property [627]
                               18458             Fnext_single_char_property_change <cycle 4> [172]
-----------------------------------------------
                0.00    0.00     556/96119       update_window_line <cycle 4> [381]
                0.00    0.00   95563/96119       draw_glyphs <cycle 4> [44]
[183]    0.1    0.00    0.00   96119         x_get_glyph_overhangs [183]
                0.00    0.00   96119/572316      get_per_char_metric [142]
                0.00    0.00   96119/129269      get_glyph_face_and_encoding [192]
-----------------------------------------------
                0.00    0.00    8268/8268        handle_face_prop [152]
[184]    0.1    0.00    0.00    8268         face_at_buffer_position [184]
                0.00    0.00    8268/122142      Fnext_single_property_change [73]
                0.00    0.00    8268/91832       Fget_text_property [156]
                0.00    0.00    8268/1234730     lookup_char_property [43]
                0.00    0.00    8268/486395      overlays_at [90]
                0.00    0.00    8268/1180788     textget [611]
-----------------------------------------------
                0.00    0.00    1997/1997        composition_adjust_point [181]
[185]    0.1    0.00    0.00    1997         find_automatic_composition [185]
                0.00    0.00   52943/4993256     char_table_ref [35]
                0.00    0.00    1997/19444       buf_charpos_to_bytepos [133]
                0.00    0.00   50942/50942       char_composable_p [222]
                0.00    0.00    1997/2000        window_loop [297]
                0.00    0.00    1997/59263       Fcurrent_buffer [645]
                0.00    0.00    1997/2000        Fget_buffer_window [845]
-----------------------------------------------
                0.00    0.00    1033/2772        next_element_from_string <cycle 4> [59]
                0.00    0.00    1739/2772        next_element_from_buffer <cycle 4> [98]
[186]    0.1    0.00    0.00    2772         composition_reseat_it [186]
                0.00    0.00    2772/39513       composition_compute_stop_pos [51]
-----------------------------------------------
                0.00    0.00   10310/10310       Fget_pos_property [176]
[187]    0.1    0.00    0.00   10310         text_property_stickiness [187]
                0.00    0.00   19412/604538      Ftext_properties_at [58]
                0.00    0.00   19412/1234730     lookup_char_property [43]
                0.00    0.00   10310/1409718     Fassq [45]
                0.00    0.00   19412/1180788     textget [611]
-----------------------------------------------
                0.00    0.00   18598/18598       handle_stop <cycle 4> [96]
[188]    0.1    0.00    0.00   18598         handle_invisible_prop [188]
                0.00    0.00    8268/491552      get_char_property_and_overlay [38]
                0.00    0.00   10330/91832       Fget_text_property [156]
                0.00    0.00   10330/1234730     lookup_char_property [43]
                0.00    0.00   10330/1180788     textget [611]
-----------------------------------------------
                               10128             eval_sub <cycle 4> [189]
                                  26             For <cycle 4> [1285]
                                  34             Fcond <cycle 4> [1283]
                                 121             Fdefvar <cycle 4> [461]
                                 125             FletX <cycle 4> [391]
                                 126             Flet <cycle 4> [1143]
                                 182             readevalloop <cycle 4> [380]
                                 299             Fand <cycle 4> [1073]
                                 431             apply_lambda <cycle 4> [749]
                                 500             Fsetq <cycle 4> [1051]
                                 501             Fwhile <cycle 4> [1555]
                                2524             Fprogn <cycle 4> [854]
                                3172             Fif <cycle 4> [772]
                                5627             Feval <cycle 4> [234]
[189]    0.1    0.00    0.00   13668+10128   eval_sub <cycle 4> [189]
                0.00    0.00    1039/7233        Fframe_parameter [99]
                0.00    0.00    1045/103225      set_internal [113]
                0.00    0.00     500/400315      Fmake_string [55]
                0.00    0.00      11/7160        Fframe_parameters [101]
                0.00    0.00      34/56861       concat [111]
                0.00    0.00      34/37          Fdefalias [403]
                0.00    0.00      60/2809        Fassoc [288]
                0.00    0.00     180/3266575     Fcons [62]
                0.00    0.00      19/1409718     Fassq [45]
                0.00    0.00       2/2           Fprovide [531]
                0.00    0.00       6/10181       Flist [264]
                0.00    0.00       4/32302       Fequal [207]
                0.00    0.00       2/1672        Fmember [342]
                0.00    0.00      16/33461       Fboundp [376]
                0.00    0.00       4/4336        Fput [430]
                0.00    0.00   15316/195141      record_in_backtrace [633]
                0.00    0.00    9780/140813      Flength [634]
                0.00    0.00    9107/1364726     Fcdr [610]
                0.00    0.00    7010/72320       Fcar [641]
                0.00    0.00    1738/1738        Fquote [861]
                0.00    0.00     511/513         arithcompare_driver [1048]
                0.00    0.00     511/513         Flss [1047]
                0.00    0.00     500/500         Fadd1 [1049]
                0.00    0.00     117/117         Feq [1127]
                0.00    0.00      59/59          Fnull [1157]
                0.00    0.00      57/622091      indirect_function [620]
                0.00    0.00      38/6179        Fdefault_value [738]
                0.00    0.00      34/557         Fconcat [1036]
                0.00    0.00      31/209         Fdefault_boundp [1077]
                0.00    0.00      20/20          Ffunction [1238]
                0.00    0.00      10/18705       Fmemq [674]
                0.00    0.00       9/6779        Ffboundp [730]
                0.00    0.00       7/35          Fwindow_system [1209]
                0.00    0.00       6/6           Fconsp [1344]
                0.00    0.00       6/1217        Fbuffer_modified_p [891]
                0.00    0.00       6/49690       make_specified_string [652]
                0.00    0.00       5/16          Fbuffer_file_name [1268]
                0.00    0.00       4/4           Fbyte_code [1393]
                0.00    0.00       4/4           Fcar_safe [1394]
                0.00    0.00       3/16          Ffeaturep [1270]
                0.00    0.00       2/6           make_process [1358]
                0.00    0.00       2/6           Fget_buffer_process [1346]
                0.00    0.00       2/63          Fregexp_quote [1148]
                0.00    0.00       2/59263       Fcurrent_buffer [645]
                0.00    0.00       1/2127        Fnconc [823]
                                4619             Fsymbol_value <cycle 4> [640]
                                4491             apply_lambda <cycle 4> [749]
                                3172             Fif <cycle 4> [772]
                                1112             Fprogn <cycle 4> [854]
                                1106             unbind_to <cycle 4> [285]
                                1045             store_symval_forwarding <cycle 4> [117]
                                1045             specbind <cycle 4> [639]
                                1045             apply1 <cycle 4> [942]
                                 500             Fsetq <cycle 4> [1051]
                                 500             Finsert <cycle 4> [1050]
                                 226             Fand <cycle 4> [1073]
                                 137             Fdefvar <cycle 4> [461]
                                  65             Flet <cycle 4> [1143]
                                  61             FletX <cycle 4> [391]
                                  61             Fapply <cycle 4> [762]
                                  14             Ffuncall <cycle 4> [39]
                                  12             Fcond <cycle 4> [1283]
                                  12             For <cycle 4> [1285]
                                   5             Fmapcar <cycle 4> [456]
                                   4             exec_byte_code <cycle 4> [143]
                                   4             Ffile_name_directory <cycle 4> [266]
                                   3             Fexpand_file_name <cycle 4> [164]
                                   3             Ffile_name_as_directory <cycle 4> [262]
                                   2             Fgarbage_collect <cycle 4> [40]
                                   2             Fset_fontset_font <cycle 4> [60]
                                   2             directory_files_internal <cycle 4> [254]
                                   2             Fdirectory_files <cycle 4> [397]
                                   2             Ffile_readable_p <cycle 4> [313]
                                   2             Ffile_name_nondirectory <cycle 4> [237]
                                   2             Ffile_directory_p <cycle 4> [269]
                                   1             Fwhile <cycle 4> [1555]
                                   1             Ffile_exists_p <cycle 4> [383]
                                   1             Fpropertize <cycle 4> [492]
                               10128             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00      21/15267       Fdefine_key <cycle 4> [350]
                0.00    0.00     158/15267       where_is_internal <cycle 4> [151]
                0.00    0.00   15088/15267       reorder_modifiers [191]
[190]    0.1    0.00    0.00   15267         parse_modifiers [190]
                0.00    0.00   15267/120134      Fget [103]
                0.00    0.00   15267/291575      Fplist_get [141]
                0.00    0.00      11/2294        Fintern [301]
                0.00    0.00      36/3266575     Fcons [62]
                0.00    0.00      11/1702        list2 [382]
                0.00    0.00      22/4336        Fput [430]
                0.00    0.00      11/17709       make_string [680]
-----------------------------------------------
                0.00    0.00      21/15088       store_in_keymap [370]
                0.00    0.00   15067/15088       access_keymap_1 <cycle 4> [93]
[191]    0.1    0.00    0.00   15088         reorder_modifiers [191]
                0.00    0.00   15088/15267       parse_modifiers [190]
-----------------------------------------------
                0.00    0.00   33150/129269      fill_glyph_string [240]
                0.00    0.00   96119/129269      x_get_glyph_overhangs [183]
[192]    0.1    0.00    0.00  129269         get_glyph_face_and_encoding [192]
                0.00    0.00  129269/605473      xftfont_encode_char [138]
                0.00    0.00  129269/139845      prepare_face_for_display [635]
-----------------------------------------------
                0.00    0.00    1228/11654       display_line <cycle 4> [197]
                0.00    0.00   10426/11654       move_it_in_display_line_to <cycle 4> [66]
[193]    0.1    0.00    0.00   11654         handle_line_prefix [193]
                0.00    0.00   11654/491552      get_char_property_and_overlay [38]
                0.00    0.00   11654/449715      Fget_char_property [627]
                0.00    0.00   11654/20404       get_it_property [670]
-----------------------------------------------
                                   1             top_level_1 <cycle 2> [36]
                0.00    2.99      21/22          command_loop_2 [8]
[194]    0.1    0.00    0.00      22         internal_condition_case <cycle 2> [194]
                0.00    0.00      20/20          cmd_error [199]
                0.00    0.00       1/33852       unbind_to <cycle 4> [285]
                0.00    0.00       1/33852       Feval <cycle 4> [234]
                0.00    0.00      22/13559       push_handler [689]
                0.00    0.00       1/1           top_level_2 [1602]
                                  21             command_loop_1 <cycle 2> [23]
-----------------------------------------------
                0.00    0.00    2288/2288        event_handler_gdk [196]
[195]    0.1    0.00    0.00    2288         handle_one_xevent [195]
                0.00    0.00    1023/1023        x_x_to_emacs_modifiers [236]
                0.00    0.00    4092/120134      Fget [103]
                0.00    0.00       5/5           x_focus_changed [247]
                0.00    0.00    4092/291575      Fplist_get [141]
                0.00    0.00    1021/6143931     Fgethash [21]
                0.00    0.00       1/33852       x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00      12/56          store_frame_param [438]
                0.00    0.00       8/57          get_frame_param [445]
                0.00    0.00       8/3266575     Fcons [62]
                0.00    0.00       8/1702        list2 [382]
                0.00    0.00       2/2           note_mouse_movement [593]
                0.00    0.00    2288/4336        x_any_window_to_frame [751]
                0.00    0.00    1025/1025        kbd_buffer_store_buffered_event [971]
                0.00    0.00    1023/3090        popup_activated [778]
                0.00    0.00      53/62          x_top_window_to_frame [1151]
                0.00    0.00      50/50          xft_settings_event [1179]
                0.00    0.00      44/44          x_handle_property_notify [1191]
                0.00    0.00       8/9           get_current_wm_state [1320]
                0.00    0.00       8/1364726     Fcdr [610]
                0.00    0.00       8/34          frame_size_history_add [1210]
                0.00    0.00       7/7           x_detect_focus_change [1342]
                0.00    0.00       6/6           x_handle_dnd_message [1366]
                0.00    0.00       5/5           x_window_to_frame [1390]
                0.00    0.00       5/6           x_real_positions [1368]
                0.00    0.00       3/3           xg_frame_resized [1470]
                0.00    0.00       2/2           expose_frame [1492]
                0.00    0.00       2/1129        x_clear_area [900]
                0.00    0.00       1/6           redisplay_other_windows [1360]
                0.00    0.00       1/1           record_asynch_buffer_change [1593]
                0.00    0.00       1/1           do_ewmh_fullscreen [1569]
-----------------------------------------------
                                                 <spontaneous>
[196]    0.1    0.00    0.00                 event_handler_gdk [196]
                0.00    0.00    2288/2288        handle_one_xevent [195]
                0.00    0.00    3312/638667      unblock_input_to [618]
                0.00    0.00    3312/638619      unblock_input [619]
                0.00    0.00    2048/4336        x_any_window_to_frame [751]
-----------------------------------------------
                                 262             try_window <cycle 4> [1200]
                                 966             try_window_reusing_current_matrix <cycle 4> [1167]
[197]    0.1    0.00    0.00    1228         display_line <cycle 4> [197]
                0.00    0.00   29806/480484      x_produce_glyphs [75]
                0.00    0.00    1228/11654       handle_line_prefix [193]
                0.00    0.00    1228/2261        prepare_desired_row [813]
                0.00    0.00    1228/12846       recenter_overlay_lists [692]
                0.00    0.00    1228/2261        compute_line_metrics [812]
                0.00    0.00    1228/119738      do_symval_forwarding [637]
                0.00    0.00    1112/2145        extend_face_to_end_of_line [822]
                0.00    0.00     242/2603        row_for_charpos_p [800]
                0.00    0.00     116/2462        lookup_basic_face [804]
                               29922             get_next_display_element <cycle 4> [9]
                               29249             set_iterator_to_next <cycle 4> [626]
                                2456             find_symbol_value <cycle 4> [317]
                                 671             show_hourglass <cycle 4> [180]
                                 555             reseat_at_next_visible_line_start <cycle 4> [753]
-----------------------------------------------
                0.00    0.00      21/21          command_loop_1 <cycle 2> [23]
[198]    0.1    0.00    0.00      21         resize_echo_area_exactly [198]
                0.00    0.00      21/33852       with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
                0.00    0.00      20/20          internal_condition_case <cycle 2> [194]
[199]    0.1    0.00    0.00      20         cmd_error [199]
                0.00    0.00      20/20          cmd_error_internal [200]
                0.00    0.00      20/2062        cancel_hourglass [834]
-----------------------------------------------
                0.00    0.00      20/20          cmd_error [199]
[200]    0.1    0.00    0.00      20         cmd_error_internal [200]
                0.00    0.00      20/33852       call3 <cycle 4> [1202]
                0.00    0.00      20/17709       make_string [680]
-----------------------------------------------
                0.00    0.00    1075/3918        save_excursion_restore <cycle 4> [246]
                0.00    0.00    2843/3918        exec_byte_code <cycle 4> [143]
[201]    0.1    0.00    0.00    3918         Fgoto_char [201]
                0.00    0.00    2843/2849        set_point [204]
                0.00    0.00    3918/6623        set_point_both [257]
                0.00    0.00    1075/1081        set_point_from_marker [921]
-----------------------------------------------
                                 179             safe_call <cycle 4> [1083]
                                6197             safe__call1 <cycle 4> [737]
[202]    0.0    0.00    0.00    6376         safe__call <cycle 4> [202]
                0.00    0.00   12573/103225      set_internal [113]
                               12573             store_symval_forwarding <cycle 4> [117]
                               12573             specbind <cycle 4> [639]
                                6376             internal_condition_case_n <cycle 4> [709]
                                6376             unbind_to <cycle 4> [285]
-----------------------------------------------
                               18657             handle_stop <cycle 4> [96]
[203]    0.0    0.00    0.00   18657         handle_fontified_prop <cycle 4> [203]
                0.00    0.00    8299/491552      get_char_property_and_overlay [38]
                0.00    0.00      59/103225      set_internal [113]
                0.00    0.00    8299/449715      Fget_char_property [627]
                                  59             store_symval_forwarding <cycle 4> [117]
                                  59             specbind <cycle 4> [639]
                                  59             safe_call <cycle 4> [1083]
                                  59             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       1/2849        move_point [490]
                0.00    0.00       5/2849        search_command [211]
                0.00    0.00    2843/2849        Fgoto_char [201]
[204]    0.0    0.00    0.00    2849         set_point [204]
                0.00    0.00    2849/19444       buf_charpos_to_bytepos [133]
-----------------------------------------------
                                   1             set_message_1 <cycle 4> [1598]
                                   3             Finsert_file_contents <cycle 4> [336]
                                  18             del_range_both <cycle 4> [435]
                                 380             insert_char <cycle 4> [1059]
                                 598             del_range_1 <cycle 4> [232]
                                1000             general_insert_function <cycle 4> [1052]
[205]    0.0    0.00    0.00    2000         update_compositions <cycle 4> [205]
                0.00    0.00    4161/71295       find_composition [106]
                0.00    0.00    4140/103225      set_internal [113]
                0.00    0.00    1380/1439        Fremove_list_of_text_properties [321]
                0.00    0.00    1380/3266575     Fcons [62]
                0.00    0.00    1380/18192       list1 [678]
                                4140             store_symval_forwarding <cycle 4> [117]
                                4140             specbind <cycle 4> [639]
                                1380             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00    1321/8382        Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    1762/8382        lface_from_face_name [268]
                0.00    0.00    5299/8382        get_lface_attributes [225]
[206]    0.0    0.00    0.00    8382         resolve_face_name [206]
                0.00    0.00    8382/120134      Fget [103]
                0.00    0.00    8382/291575      Fplist_get [141]
-----------------------------------------------
                0.00    0.00       1/32302       Ftry_completion [410]
                0.00    0.00       2/32302       x_set_font <cycle 4> [371]
                0.00    0.00       2/32302       Fautoload_do_load <cycle 4> [543]
                0.00    0.00       3/32302       show_hourglass <cycle 4> [180]
                0.00    0.00       4/32302       x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       4/32302       eval_sub <cycle 4> [189]
                0.00    0.00      63/32302       exec_byte_code <cycle 4> [143]
                0.00    0.00     116/32302       update_frame_tool_bar <cycle 4> [425]
                0.00    0.00     261/32302       Fwhere_is_internal <cycle 4> [270]
                0.00    0.00     462/32302       readevalloop <cycle 4> [380]
                0.00    0.00    1031/32302       face_attr_equal_p [346]
                0.00    0.00    1057/32302       where_is_internal <cycle 4> [151]
                0.00    0.00    1411/32302       Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    2062/32302       hscroll_window_tree [212]
                0.00    0.00    2315/32302       display_mode_element <cycle 4> [179]
                0.00    0.00   23508/32302       compile_pattern [95]
[207]    0.0    0.00    0.00   32302         Fequal [207]
                0.00    0.00   32302/14252708     internal_equal [24]
-----------------------------------------------
                0.00    0.00     347/347         xftfont_list [209]
[208]    0.0    0.00    0.00     347         ftfont_list [208]
                0.00    0.00    1933/1933        ftfont_pattern_entity [220]
                0.00    0.00     347/347         ftfont_spec_pattern [292]
                0.00    0.00    1933/3266575     Fcons [62]
                0.00    0.00     346/2294        Fintern [301]
                0.00    0.00     347/7672938     Fnreverse [28]
                0.00    0.00     346/3072176     casify_object [41]
                0.00    0.00     578/6195131     assq_no_quit [48]
                0.00    0.00     346/2872        Fdowncase [792]
                0.00    0.00       2/539         intern_sym [1042]
-----------------------------------------------
                0.00    0.00     347/347         font_list_entities [25]
[209]    0.0    0.00    0.00     347         xftfont_list [209]
                0.00    0.00     347/347         ftfont_list [208]
-----------------------------------------------
                                   2             load_charset <cycle 4> [412]
                                   2             Flocate_file_internal <cycle 4> [1477]
                                  12             x_find_image_fd <cycle 4> [545]
                                  26             Fload <cycle 4> [401]
[210]    0.0    0.00    0.00      42         openp <cycle 4> [210]
                0.00    0.00     188/2457        Ffind_file_name_handler [105]
                0.00    0.00      35/3266575     Fcons [62]
                0.00    0.00     188/307         encode_file_name [1063]
                0.00    0.00     165/17709       make_string [680]
                0.00    0.00     165/174         emacs_open [1088]
                0.00    0.00      35/18192       list1 [678]
                0.00    0.00      23/20569       make_unibyte_string [669]
                0.00    0.00      13/55          file_directory_p [1164]
                                  85             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                0.00    0.00      20/692         Fsearch_forward [361]
                0.00    0.00     672/692         Fre_search_forward [214]
[211]    0.0    0.00    0.00     692         search_command [211]
                0.00    0.00     692/692         search_buffer [231]
                0.00    0.00     691/19444       buf_charpos_to_bytepos [133]
                0.00    0.00       5/2849        set_point [204]
                0.00    0.00       5/6623        set_point_both [257]
-----------------------------------------------
                0.00    0.00    1031/1031        hscroll_windows [213]
[212]    0.0    0.00    0.00    1031         hscroll_window_tree [212]
                0.00    0.00    2062/2140        set_marker_internal [215]
                0.00    0.00    2062/32302       Fequal [207]
                0.00    0.00    4124/5124        Fmarker_position [743]
                0.00    0.00    2062/39509       window_box_width [653]
                0.00    0.00    2062/2062        Fwindow_point [833]
                0.00    0.00    2062/2062        Fwindow_old_point [832]
                0.00    0.00    2062/2125        Fset_marker [825]
                0.00    0.00    2062/2066        Fbuffer_local_value [830]
-----------------------------------------------
                0.00    0.00    1031/1031        redisplay_internal [15]
[213]    0.0    0.00    0.00    1031         hscroll_windows [213]
                0.00    0.00    1031/1031        hscroll_window_tree [212]
-----------------------------------------------
                0.00    0.00     672/672         Ffuncall <cycle 4> [39]
[214]    0.0    0.00    0.00     672         Fre_search_forward [214]
                0.00    0.00     672/692         search_command [211]
-----------------------------------------------
                0.00    0.00       3/2140        set_window_buffer <cycle 4> [457]
                0.00    0.00       4/2140        Fmatch_data [348]
                0.00    0.00       5/2140        Fcopy_marker [444]
                0.00    0.00       7/2140        Fset_window_configuration <cycle 4> [432]
                0.00    0.00      59/2140        exec_byte_code <cycle 4> [143]
                0.00    0.00    2062/2140        hscroll_window_tree [212]
[215]    0.0    0.00    0.00    2140         set_marker_internal [215]
                0.00    0.00    2066/19444       buf_charpos_to_bytepos [133]
                0.00    0.00    2140/2975        live_buffer [789]
                0.00    0.00    2140/9179        CHECK_MARKER [713]
                0.00    0.00      76/3243        unchain_marker [768]
-----------------------------------------------
                0.00    0.00    1022/1022        read_char <cycle 2> [14]
[216]    0.0    0.00    0.00    1022         make_lispy_event [216]
                0.00    0.00    1020/1020        modify_event_symbol [217]
                0.00    0.00       2/4           Fset_input_mode [1400]
-----------------------------------------------
                0.00    0.00    1020/1020        make_lispy_event [216]
[217]    0.0    0.00    0.00    1020         modify_event_symbol [217]
                0.00    0.00    1021/16115       apply_modifiers [97]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00       1/2073        intern_1 [307]
                0.00    0.00       1/4336        Fput [430]
-----------------------------------------------
                0.00    0.00    2020/4255        Fface_font [242]
                0.00    0.00    2235/4255        draw_fringe_bitmap_1 <cycle 4> [239]
[218]    0.0    0.00    0.00    4255         lookup_named_face [218]
                0.00    0.00    4256/5299        get_lface_attributes [225]
                0.00    0.00    4256/5377        merge_face_vectors <cycle 1> [298]
                0.00    0.00    4256/5372        Finternal_merge_in_global_face [327]
-----------------------------------------------
                0.00    0.00       5/1997        read_char <cycle 2> [14]
                0.00    0.00     973/1997        wait_reading_process_output [27]
                0.00    0.00    1019/1997        sit_for [26]
[219]    0.0    0.00    0.00    1997         swallow_events [219]
                0.00    0.00    1997/7961        get_input_pending [175]
                0.00    0.00    1997/1997        process_special_events [846]
-----------------------------------------------
                0.00    0.00    1933/1933        ftfont_list [208]
[220]    0.0    0.00    0.00    1933         ftfont_pattern_entity [220]
                0.00    0.00    1933/48808       Fcopy_sequence [122]
                0.00    0.00    1933/6134442     ftfont_lookup_cache [19]
                0.00    0.00    1933/1933        font_make_entity [277]
                0.00    0.00    1102/384683      font_intern_prop [91]
                0.00    0.00    1933/3153        font_put_extra [326]
                0.00    0.00    1933/3266575     Fcons [62]
                0.00    0.00    1933/20569       make_unibyte_string [669]
                0.00    0.00    1653/1778        font_style_to_value [859]
-----------------------------------------------
                0.00    0.00     518/518         exec_byte_code <cycle 4> [143]
[221]    0.0    0.00    0.00     518         Fforward_line [221]
                0.00    0.00     518/2538        scan_newline_from_point [170]
                0.00    0.00     518/6623        set_point_both [257]
-----------------------------------------------
                0.00    0.00   50942/50942       find_automatic_composition [185]
[222]    0.0    0.00    0.00   50942         char_composable_p [222]
                0.00    0.00   46952/4993256     char_table_ref [35]
-----------------------------------------------
                0.00    0.00     519/519         Ffuncall <cycle 4> [39]
[223]    0.0    0.00    0.00     519         Fline_end_position [223]
                0.00    0.00     519/519         find_before_next_newline [224]
-----------------------------------------------
                0.00    0.00     519/519         Fline_end_position [223]
[224]    0.0    0.00    0.00     519         find_before_next_newline [224]
                0.00    0.00     519/8001        find_newline [110]
-----------------------------------------------
                0.00    0.00    1043/5299        merge_named_face <cycle 1> [280]
                0.00    0.00    4256/5299        lookup_named_face [218]
[225]    0.0    0.00    0.00    5299         get_lface_attributes [225]
                0.00    0.00    5299/8382        resolve_face_name [206]
                0.00    0.00    5299/6195131     assq_no_quit [48]
                0.00    0.00    5299/5467        get_lface_attributes_no_remap [343]
-----------------------------------------------
                0.00    0.00       5/5           redisplay_internal [15]
[226]    0.0    0.00    0.00       5         redisplay_windows [226]
                0.00    0.00      10/33852       internal_condition_case_1 <cycle 4> [878]
-----------------------------------------------
                0.00    0.00    8252/8252        update_window_fringes [80]
[227]    0.0    0.00    0.00    8252         lookup_fringe_bitmap [227]
                0.00    0.00    4126/120134      Fget [103]
                0.00    0.00    4126/1409718     Fassq [45]
                0.00    0.00    4126/291575      Fplist_get [141]
                0.00    0.00    4126/140813      Flength [634]
                0.00    0.00    4126/72320       Fcar [641]
                0.00    0.00    4126/9842        Fnth [702]
-----------------------------------------------
                0.00    0.00    1032/2091        redisplay_internal [15]
                0.00    0.00    1059/2091        redisplay_window <cycle 4> [116]
[228]    0.0    0.00    0.00    2091         reconsider_clip_changes [228]
                0.00    0.00    3996/71295       find_composition [106]
-----------------------------------------------
                                1321             Ffuncall <cycle 4> [39]
[229]    0.0    0.00    0.00    1321         Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    1321/8382        resolve_face_name [206]
                0.00    0.00    1321/1762        lface_from_face_name [268]
                0.00    0.00    1321/120134      Fget [103]
                0.00    0.00     501/1539        font_clear_prop [278]
                0.00    0.00    1411/32302       Fequal [207]
                0.00    0.00    1321/291575      Fplist_get [141]
                0.00    0.00      67/82          Finternal_make_lisp_face [339]
                0.00    0.00    1321/7229        lface_from_face_name_no_resolve [334]
                0.00    0.00     178/309         fset_redisplay [1062]
                0.00    0.00      12/1778        font_style_to_value [859]
                0.00    0.00       1/1           merge_face_heights [1587]
                                   1             Fmodify_frame_parameters <cycle 4> [1370]
-----------------------------------------------
                0.00    0.00       1/7829        Fframe_or_buffer_changed_p [556]
                0.00    0.00       1/7829        format_mode_line_unwind_data [555]
                0.00    0.00       1/7829        with_echo_area_buffer <cycle 4> [386]
                0.00    0.00       1/7829        init_menu_items [557]
                0.00    0.00       1/7829        modify_event_symbol [217]
                0.00    0.00       1/7829        menu_bar_items <cycle 4> [406]
                0.00    0.00       1/7829        tool_bar_items <cycle 4> [423]
                0.00    0.00       1/7829        set_fontset_font [356]
                0.00    0.00       2/7829        Fcurrent_window_configuration [502]
                0.00    0.00       2/7829        process_tool_bar_item <cycle 4> [287]
                0.00    0.00      11/7829        fontset_find_font [12]
                0.00    0.00      12/7829        make_hash_table [459]
                0.00    0.00      16/7829        hash_put [68]
                0.00    0.00      37/7829        Fset_fontset_font <cycle 4> [60]
                0.00    0.00      82/7829        Finternal_make_lisp_face [339]
                0.00    0.00      84/7829        Fmake_char_table [377]
                0.00    0.00      90/7829        read_vector <cycle 5> [404]
                0.00    0.00     123/7829        Ffuncall <cycle 4> [39]
                0.00    0.00    1306/7829        fontset_add [248]
                0.00    0.00    6056/7829        concat [111]
[230]    0.0    0.00    0.00    7829         Fmake_vector [230]
                0.00    0.00    7829/396978      allocate_vector [57]
-----------------------------------------------
                0.00    0.00     692/692         search_command [211]
[231]    0.0    0.00    0.00     692         search_buffer [231]
                0.00    0.00     672/43199       re_search_2 [61]
                0.00    0.00     672/51282       compile_pattern [95]
                0.00    0.00     703/11256       Faref [697]
                0.00    0.00      20/20          boyer_moore [1241]
                0.00    0.00       6/1822        buf_bytepos_to_charpos [855]
-----------------------------------------------
                                   1             with_echo_area_buffer <cycle 4> [386]
                                  19             setup_echo_area_for_printing <cycle 4> [447]
                                 578             Ferase_buffer <cycle 4> [1034]
[232]    0.0    0.00    0.00     598         del_range_1 <cycle 4> [232]
                0.00    0.00    1196/19444       buf_charpos_to_bytepos [133]
                0.00    0.00     598/616         del_range_2 [300]
                0.00    0.00     598/2566        invalidate_buffer_caches [802]
                                 598             signal_after_change <cycle 4> [281]
                                 598             update_compositions <cycle 4> [205]
                                 598             prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
                0.00    0.00     519/2539        Ffuncall <cycle 4> [39]
                0.00    0.00    2020/2539        Fline_beginning_position [173]
[233]    0.0    0.00    0.00    2539         Fconstrain_to_field [233]
                0.00    0.00    4089/491552      get_char_property_and_overlay [38]
                0.00    0.00    4089/449715      Fget_char_property [627]
-----------------------------------------------
                                 294             internal_condition_case_1 <cycle 4> [878]
                                5332             Ffuncall <cycle 4> [39]
                0.00    0.00       1/33852       internal_condition_case <cycle 2> [194]
[234]    0.0    0.00    0.00    5627         Feval <cycle 4> [234]
                0.00    0.00    5627/103225      set_internal [113]
                                5627             store_symval_forwarding <cycle 4> [117]
                                5627             specbind <cycle 4> [639]
                                5627             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00   23047/23047       sweep_conses [81]
[235]    0.0    0.00    0.00   23047         lisp_align_free [235]
                0.00    0.00   23047/349297      mem_find [131]
                0.00    0.00   23047/31463       mem_delete [658]
-----------------------------------------------
                0.00    0.00    1023/1023        handle_one_xevent [195]
[236]    0.0    0.00    0.00    1023         x_x_to_emacs_modifiers [236]
                0.00    0.00    4092/120134      Fget [103]
                0.00    0.00    4092/291575      Fplist_get [141]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
                                  91             Ffuncall <cycle 4> [39]
[237]    0.0    0.00    0.00      93         Ffile_name_nondirectory <cycle 4> [237]
                0.00    0.00      93/2457        Ffind_file_name_handler [105]
                                  15             call2 <cycle 4> [862]
-----------------------------------------------
                                1064             modify_text_properties <cycle 4> [930]
                                1982             prepare_to_modify_buffer <cycle 4> [305]
[238]    0.0    0.00    0.00    3046         prepare_to_modify_buffer_1 <cycle 4> [238]
                0.00    0.00    2063/2063        verify_interval_modification [255]
                0.00    0.00    1402/103225      set_internal [113]
                0.00    0.00    3046/3146        bset_redisplay [773]
                                1402             store_symval_forwarding <cycle 4> [117]
                                1402             specbind <cycle 4> [639]
                                1402             Fset <cycle 4> [259]
                                1402             unbind_to <cycle 4> [285]
                                1000             call0 <cycle 4> [722]
-----------------------------------------------
                                2236             draw_fringe_bitmap <cycle 4> [817]
[239]    0.0    0.00    0.00    2236         draw_fringe_bitmap_1 <cycle 4> [239]
                0.00    0.00    2235/4255        lookup_named_face [218]
                0.00    0.00    2236/139845      prepare_face_for_display [635]
                0.00    0.00    1118/15532       window_box_left [683]
                0.00    0.00    1118/1118        window_box_right [906]
                                2236             x_draw_fringe_bitmap <cycle 4> [767]
-----------------------------------------------
                0.00    0.00    7315/7315        draw_glyphs <cycle 4> [44]
[240]    0.0    0.00    0.00    7315         fill_glyph_string [240]
                0.00    0.00   33150/129269      get_glyph_face_and_encoding [192]
-----------------------------------------------
                0.00    0.00    2095/2095        Ffuncall <cycle 4> [39]
[241]    0.0    0.00    0.00    2095         Fcoding_system_eol_type [241]
                0.00    0.00    2095/6143931     Fgethash [21]
                0.00    0.00    2095/6640124     hash_lookup [20]
-----------------------------------------------
                0.00    0.00    2020/2020        Ffuncall <cycle 4> [39]
[242]    0.0    0.00    0.00    2020         Fface_font [242]
                0.00    0.00    2020/4255        lookup_named_face [218]
                0.00    0.00    2020/3099        decode_live_frame [776]
-----------------------------------------------
                0.00    0.00     583/7682        make_buffer_string_both [322]
                0.00    0.00    7099/7682        Fnext_single_char_property_change <cycle 4> [172]
[243]    0.0    0.00    0.00    7682         Fnext_property_change [243]
                0.00    0.00    7007/724343      find_interval [71]
                0.00    0.00    7682/755707      validate_interval_range [89]
                0.00    0.00   63649/492511      next_interval [625]
                0.00    0.00   63588/64587       intervals_equal [643]
-----------------------------------------------
                                2124             map_sub_char_table <cycle 4> [125]
                               20649             map_keymap_internal <cycle 4> [592]
[244]    0.0    0.00    0.00   22773         accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    1785/56861       concat [111]
                0.00    0.00    3666/3266575     Fcons [62]
                0.00    0.00      48/48808       Fcopy_sequence [122]
                0.00    0.00   22773/676170      get_keymap [617]
                0.00    0.00    2111/2126        Frassq [824]
                0.00    0.00    1785/5788        Fvconcat [739]
                0.00    0.00    1785/18192       list1 [678]
                0.00    0.00    1785/1818        nconc2 [856]
                0.00    0.00     604/140813      Flength [634]
                0.00    0.00     278/18705       Fmemq [674]
                0.00    0.00     192/11256       Faref [697]
                0.00    0.00      48/3412        Faset [763]
                               22773             get_keyelt <cycle 4> [535]
-----------------------------------------------
                0.00    0.00     461/461         font_list_entities [25]
[245]    0.0    0.00    0.00     461         xfont_list [245]
                0.00    0.00     916/916         xfont_list_pattern [252]
                0.00    0.00     461/2809        Fassoc [288]
                0.00    0.00    1838/6195131     assq_no_quit [48]
                0.00    0.00     916/916         xfont_encode_coding_xlfd [1015]
                0.00    0.00     461/1289        font_unparse_xlfd [885]
-----------------------------------------------
                                1075             unbind_to <cycle 4> [285]
[246]    0.0    0.00    0.00    1075         save_excursion_restore <cycle 4> [246]
                0.00    0.00    1075/3918        Fgoto_char [201]
                0.00    0.00    1075/1075        Fmarker_buffer [922]
                0.00    0.00    1075/3243        unchain_marker [768]
                                1075             Fset_buffer <cycle 4> [803]
-----------------------------------------------
                0.00    0.00       5/5           handle_one_xevent [195]
[247]    0.0    0.00    0.00       5         x_focus_changed [247]
                0.00    0.00       5/33852       x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00       3/3           x_new_focus_frame [1467]
-----------------------------------------------
                0.00    0.00      99/1306        set_fontset_font [356]
                0.00    0.00    1207/1306        Fset_fontset_font <cycle 4> [60]
[248]    0.0    0.00    0.00    1306         fontset_add [248]
                0.00    0.00    1214/56861       concat [111]
                0.00    0.00    1306/7829        Fmake_vector [230]
                0.00    0.00    1388/1428        char_table_set_range [392]
                0.00    0.00     396/640         char_table_set [442]
                0.00    0.00    1388/1391        char_table_ref_and_range [874]
                0.00    0.00    1214/5788        Fvconcat [739]
-----------------------------------------------
                0.00    0.00     380/380         Ffuncall <cycle 4> [39]
[249]    0.0    0.00    0.00     380         string_match_1 [249]
                0.00    0.00     380/42527       re_search [63]
                0.00    0.00     380/51282       compile_pattern [95]
                0.00    0.00     256/18850       string_byte_to_char [673]
                0.00    0.00      27/3082942     string_char_to_byte [603]
-----------------------------------------------
                                   2             directory_files_internal <cycle 4> [254]
                                  28             Ffuncall <cycle 4> [39]
                                  41             Ffile_directory_p <cycle 4> [269]
[250]    0.0    0.00    0.00      71         Fdirectory_file_name <cycle 4> [250]
                0.00    0.00      71/2457        Ffind_file_name_handler [105]
                0.00    0.00      66/49690       make_specified_string [652]
                                   5             call2 <cycle 4> [862]
-----------------------------------------------
                0.00    0.00       1/917         font_find_for_lface [13]
                0.00    0.00     916/917         xfont_list_pattern [252]
[251]    0.0    0.00    0.00     917         font_registry_charsets [251]
                0.00    0.00     917/384231      Fassoc_string [33]
                0.00    0.00       3/883         find_font_encoding [64]
                0.00    0.00       3/6143931     Fgethash [21]
                0.00    0.00       3/6640124     hash_lookup [20]
                0.00    0.00       9/3266575     Fcons [62]
                0.00    0.00       3/18192       list1 [678]
                0.00    0.00       3/1818        nconc2 [856]
-----------------------------------------------
                0.00    0.00     916/916         xfont_list [245]
[252]    0.0    0.00    0.00     916         xfont_list_pattern [252]
                0.00    0.00     916/917         font_registry_charsets [251]
                0.00    0.00       3/6195131     assq_no_quit [48]
                0.00    0.00    1832/638667      unblock_input_to [618]
                0.00    0.00    1832/638619      unblock_input [619]
                0.00    0.00     916/923         x_catch_errors_with_handler [1009]
                0.00    0.00     916/917         x_catch_errors [1014]
                0.00    0.00     916/922         x_had_errors_p [1011]
                0.00    0.00     916/922         x_uncatch_errors [1012]
                0.00    0.00     916/7766        do_pending_atimers [724]
                0.00    0.00     916/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00     563/2180        prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     616/2180        del_range_2 [300]
                0.00    0.00    1001/2180        insert_from_string_1 <cycle 4> [120]
[253]    0.0    0.00    0.00    2180         offset_intervals [253]
                0.00    0.00    4995/1234730     lookup_char_property [43]
                0.00    0.00     999/7672938     Fnreverse [28]
                0.00    0.00     999/1409718     Fassq [45]
                0.00    0.00     999/724343      find_interval [71]
                0.00    0.00    1998/3266575     Fcons [62]
                0.00    0.00    8977/709980      balance_possible_root_interval [616]
                0.00    0.00    7978/828603      balance_an_interval [615]
                0.00    0.00     999/1364726     Fcdr [610]
                0.00    0.00     999/64587       intervals_equal [643]
                0.00    0.00     999/72320       Fcar [641]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
[254]    0.0    0.00    0.00       2         directory_files_internal <cycle 4> [254]
                0.00    0.00     482/42527       re_search [63]
                0.00    0.00     478/3266575     Fcons [62]
                0.00    0.00       2/51282       compile_pattern [95]
                0.00    0.00     484/484         read_dirent [1054]
                0.00    0.00     482/20569       make_unibyte_string [669]
                0.00    0.00     482/520         decode_file_name [1045]
                0.00    0.00       4/307         encode_file_name [1063]
                0.00    0.00       2/2           open_directory [1503]
                0.00    0.00       2/311674      grow_specpdl [632]
                0.00    0.00       2/1022        record_unwind_protect_ptr [982]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                                 486             code_convert_string <cycle 4> [273]
                                   2             Fdirectory_file_name <cycle 4> [250]
-----------------------------------------------
                0.00    0.00    2063/2063        prepare_to_modify_buffer_1 <cycle 4> [238]
[255]    0.0    0.00    0.00    2063         verify_interval_modification [255]
                0.00    0.00    5572/1234730     lookup_char_property [43]
                0.00    0.00    2063/724343      find_interval [71]
                0.00    0.00    5572/1180788     textget [611]
                0.00    0.00    3574/492511      next_interval [625]
-----------------------------------------------
                                   4             set_frame_menubar <cycle 4> [465]
                                   4             Fdo_auto_save <cycle 4> [524]
                                   8             show_hourglass <cycle 4> [180]
                0.00    0.00      21/33852       read_char <cycle 2> [14]
                0.05    0.22    3042/33852       command_loop_1 <cycle 2> [23]
[256]    0.0    0.00    0.00    3079         safe_run_hooks <cycle 4> [256]
                0.00    0.00    3079/103225      set_internal [113]
                0.00    0.00    3079/3079        run_hook_with_args [780]
                                3079             store_symval_forwarding <cycle 4> [117]
                                3079             specbind <cycle 4> [639]
                                3079             unbind_to <cycle 4> [285]
                                3078             Fcommandp <cycle 4> [538]
-----------------------------------------------
                0.00    0.00       1/6623        move_point [490]
                0.00    0.00       2/6623        skip_chars.constprop.5 [487]
                0.00    0.00       3/6623        Fbackward_prefix_chars [537]
                0.00    0.00       5/6623        search_command [211]
                0.00    0.00       6/6623        select_window <cycle 4> [510]
                0.00    0.00     516/6623        skip_syntaxes [265]
                0.00    0.00     518/6623        Fforward_line [221]
                0.00    0.00     634/6623        Fparse_partial_sexp [78]
                0.00    0.00    1020/6623        Fvertical_motion <cycle 4> [168]
                0.00    0.00    3918/6623        Fgoto_char [201]
[257]    0.0    0.00    0.00    6623         set_point_both [257]
                0.00    0.00    8766/724343      find_interval [71]
                0.00    0.00    5634/5634        previous_interval [740]
-----------------------------------------------
                                1023             Ffuncall <cycle 4> [39]
[258]    0.0    0.00    0.00    1023         Fcall_interactively <cycle 4> [258]
                0.00    0.00    1023/1023        Finteractive_form [283]
                0.00    0.00    1023/120134      Fget [103]
                0.00    0.00    1023/291575      Fplist_get [141]
                0.00    0.00    1023/3266575     Fcons [62]
                0.00    0.00    1023/1702        list2 [382]
                0.00    0.00    2043/17709       make_string [680]
                0.00    0.00    1023/72320       Fcar [641]
                                2025             unbind_to <cycle 4> [285]
                                1023             Ffuncall <cycle 4> [39]
                                1020             call0 <cycle 4> [722]
-----------------------------------------------
                                   1             Fundo_boundary <cycle 4> [1551]
                                   3             Finsert_file_contents <cycle 4> [336]
                                   8             Fset_coding_system_priority <cycle 4> [460]
                                 294             exec_byte_code <cycle 4> [143]
                                 500             Fsetq <cycle 4> [1051]
                                 578             code_conversion_save <cycle 4> [402]
                                1402             prepare_to_modify_buffer_1 <cycle 4> [238]
[259]    0.0    0.00    0.00    2786         Fset <cycle 4> [259]
                0.00    0.00    2786/103225      set_internal [113]
                                2017             store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
                0.00    0.00    8268/8268        compute_stop_pos [53]
[260]    0.0    0.00    0.00    8268         next_overlay_change [260]
                0.00    0.00    8268/486395      overlays_at [90]
-----------------------------------------------
                                   4             redraw_frame <cycle 4> [1423]
                0.02    0.08    1031/33852       redisplay_internal [15]
[261]    0.0    0.00    0.00    1035         update_overlay_arrows <cycle 4> [261]
                0.00    0.00    2062/120134      Fget [103]
                0.00    0.00    2062/291575      Fplist_get [141]
                0.00    0.00    4141/4336        Fput [430]
                0.00    0.00    1032/119738      do_symval_forwarding [637]
                                2060             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                                   3             eval_sub <cycle 4> [189]
                                  49             Ffuncall <cycle 4> [39]
[262]    0.0    0.00    0.00      52         Ffile_name_as_directory <cycle 4> [262]
                0.00    0.00      52/2457        Ffind_file_name_handler [105]
                0.00    0.00      46/49690       make_specified_string [652]
                0.00    0.00      46/171         Fnext_read_file_uses_dialog_p [1089]
                                   6             call2 <cycle 4> [862]
-----------------------------------------------
[263]    0.0    0.00    0.00    5377+2096    <cycle 1 as a whole> [263]
                0.00    0.00    1043             merge_named_face <cycle 1> [280]
                0.00    0.00    5385             merge_face_vectors <cycle 1> [298]
                0.00    0.00    1045             merge_face_ref <cycle 1> [549]
-----------------------------------------------
                0.00    0.00       2/10181       file_attributes [513]
                0.00    0.00       6/10181       eval_sub <cycle 4> [189]
                0.00    0.00      57/10181       Fmapcar <cycle 4> [456]
                0.00    0.00     118/10181       Fgarbage_collect <cycle 4> [40]
                0.00    0.00     343/10181       funcall_lambda <cycle 4> [126]
                0.00    0.00    1186/10181       Fmatch_data [348]
                0.00    0.00    2101/10181       Fbacktrace_frame [318]
                0.00    0.00    6368/10181       exec_byte_code <cycle 4> [143]
[264]    0.0    0.00    0.00   10181         Flist [264]
                0.00    0.00   28696/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00     516/516         Ffuncall <cycle 4> [39]
[265]    0.0    0.00    0.00     516         skip_syntaxes [265]
                0.00    0.00     516/19444       buf_charpos_to_bytepos [133]
                0.00    0.00     516/6623        set_point_both [257]
                0.00    0.00     516/1154        SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
                                   2             Fload <cycle 4> [401]
                                   3             Fdo_auto_save <cycle 4> [524]
                                   4             eval_sub <cycle 4> [189]
                                  38             Ffuncall <cycle 4> [39]
[266]    0.0    0.00    0.00      47         Ffile_name_directory <cycle 4> [266]
                0.00    0.00      47/2457        Ffind_file_name_handler [105]
                                   5             call2 <cycle 4> [862]
-----------------------------------------------
                0.00    0.00       1/2838        make_frame <cycle 4> [314]
                0.00    0.00       1/2838        Fcurrent_window_configuration [502]
                0.00    0.00       1/2838        create_terminal <cycle 4> [484]
                0.00    0.00       2/2838        make_window [315]
                0.00    0.00       2/2838        x_scroll_bar_create [528]
                0.00    0.00       3/2838        make_hash_table [459]
                0.00    0.00       8/2838        font_make_object [420]
                0.00    0.00     887/2838        Ffont_spec [289]
                0.00    0.00    1933/2838        font_make_entity [277]
[267]    0.0    0.00    0.00    2838         allocate_pseudovector [267]
                0.00    0.00    2838/400315      Fmake_string [55]
-----------------------------------------------
                0.00    0.00       1/1762        update_face_from_frame_parameter [512]
                0.00    0.00       6/1762        realize_basic_faces [316]
                0.00    0.00      22/1762        Finternal_get_lisp_face_attribute [431]
                0.00    0.00      84/1762        realize_named_face [320]
                0.00    0.00     164/1762        Finternal_make_lisp_face [339]
                0.00    0.00     164/1762        Finternal_merge_in_global_face [327]
                0.00    0.00    1321/1762        Finternal_set_lisp_face_attribute <cycle 4> [229]
[268]    0.0    0.00    0.00    1762         lface_from_face_name [268]
                0.00    0.00    1762/8382        resolve_face_name [206]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
                                   3             Fdo_auto_save <cycle 4> [524]
                                  41             Ffuncall <cycle 4> [39]
[269]    0.0    0.00    0.00      46         Ffile_directory_p <cycle 4> [269]
                0.00    0.00      46/2457        Ffind_file_name_handler [105]
                0.00    0.00      42/307         encode_file_name [1063]
                0.00    0.00      42/55          file_directory_p [1164]
                                  46             expand_and_dir_to_file <cycle 4> [1183]
                                  42             code_convert_string <cycle 4> [273]
                                  41             Fdirectory_file_name <cycle 4> [250]
-----------------------------------------------
                                   4             text_quoting_style <cycle 4> [523]
                                  10             Ffuncall <cycle 4> [39]
                                1055             process_tool_bar_item <cycle 4> [287]
[270]    0.0    0.00    0.00    1069         Fwhere_is_internal <cycle 4> [270]
                0.00    0.00    1032/120134      Fget [103]
                0.00    0.00     871/7672938     Fnreverse [28]
                0.00    0.00    1032/291575      Fplist_get [141]
                0.00    0.00     261/32302       Fequal [207]
                0.00    0.00     261/1672        Fmember [342]
                0.00    0.00     214/215         Fsafe_length [428]
                0.00    0.00     271/3266575     Fcons [62]
                0.00    0.00      10/1702        list2 [382]
                0.00    0.00    1069/1073        parse_solitary_modifier [927]
                0.00    0.00    1067/1071        Freverse [928]
                0.00    0.00     261/11256       Faref [697]
                0.00    0.00     224/224         preferred_sequence_p [1074]
                0.00    0.00      10/676170      get_keymap [617]
                                1067             where_is_internal <cycle 4> [151]
                                1059             Fcurrent_active_maps <cycle 4> [155]
                                1042             Fkey_binding <cycle 4> [359]
                                 263             shadow_lookup <cycle 4> [409]
-----------------------------------------------
                0.00    0.00     183/183         Ffuncall <cycle 4> [39]
[271]    0.0    0.00    0.00     183         read_internal_start [271]
                0.00    0.00     183/183         read0 <cycle 5> [1039]
                0.00    0.00       1/3071721     validate_subarray [69]
                0.00    0.00       1/3082942     string_char_to_byte [603]
-----------------------------------------------
[272]    0.0    0.00    0.00     183+3707    <cycle 5 as a whole> [272]
                0.00    0.00    2710             read1 <cycle 5> [279]
                0.00    0.00     540             read_list <cycle 5> [388]
                0.00    0.00      90             read_vector <cycle 5> [404]
                0.00    0.00     550             read0 <cycle 5> [1039]
-----------------------------------------------
                                   1             xg_create_frame_widgets <cycle 4> [1655]
                                   1             Finsert_file_contents <cycle 4> [336]
                                   1             Ffile_accessible_directory_p <cycle 4> [421]
                                   2             Ffile_exists_p <cycle 4> [383]
                                   2             Ffile_attributes <cycle 4> [398]
                                  15             Ffile_readable_p <cycle 4> [313]
                                  18             Ffile_symlink_p <cycle 4> [282]
                                  38             Fexpand_file_name <cycle 4> [164]
                                  42             Ffile_directory_p <cycle 4> [269]
                                  59             Ffuncall <cycle 4> [39]
                                 215             digest_single_submenu <cycle 4> [1279]
                                 486             directory_files_internal <cycle 4> [254]
[273]    0.0    0.00    0.00     880         code_convert_string <cycle 4> [273]
                0.00    0.00     879/6640124     hash_lookup [20]
                0.00    0.00     879/886         setup_coding_system [304]
                                 879             unbind_to <cycle 4> [285]
                                 578             decode_coding_object <cycle 4> [324]
                                 301             encode_coding_object <cycle 4> [1067]
-----------------------------------------------
                0.00    0.00     879/879         Fset_fontset_font <cycle 4> [60]
[274]    0.0    0.00    0.00     879         concat3 [274]
                0.00    0.00     879/56861       concat [111]
-----------------------------------------------
                0.00    0.00    1000/1000        set_text_properties_1 [276]
[275]    0.0    0.00    0.00    1000         set_properties [275]
                0.00    0.00    1000/48808       Fcopy_sequence [122]
-----------------------------------------------
                0.00    0.00       1/1000        set_text_properties [519]
                0.00    0.00     999/1000        graft_intervals_into_buffer [123]
[276]    0.0    0.00    0.00    1000         set_text_properties_1 [276]
                0.00    0.00    1000/1000        set_properties [275]
                0.00    0.00     999/999         split_interval_right [1005]
-----------------------------------------------
                0.00    0.00    1933/1933        ftfont_pattern_entity [220]
[277]    0.0    0.00    0.00    1933         font_make_entity [277]
                0.00    0.00    1933/2838        allocate_pseudovector [267]
-----------------------------------------------
                0.00    0.00       1/1539        merge_face_ref <cycle 1> [549]
                0.00    0.00     501/1539        Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    1037/1539        merge_face_vectors <cycle 1> [298]
[278]    0.0    0.00    0.00    1539         font_clear_prop [278]
                0.00    0.00    1037/385139      copy_font_spec [50]
                0.00    0.00    1037/1056        Ffont_get [341]
                0.00    0.00    1037/3153        font_put_extra [326]
                0.00    0.00    1037/1364726     Fcdr [610]
-----------------------------------------------
                                 550             read0 <cycle 5> [1039]
                                2160             read_list <cycle 5> [388]
[279]    0.0    0.00    0.00    2710         read1 <cycle 5> [279]
                0.00    0.00       6/214         make_float [162]
                0.00    0.00     870/2294        Fintern [301]
                0.00    0.00     329/3266575     Fcons [62]
                0.00    0.00     329/1702        list2 [382]
                0.00    0.00   21827/28240       readchar [663]
                0.00    0.00    1788/1788        read_escape [858]
                0.00    0.00    1537/1537        char_string [871]
                0.00    0.00    1136/1318        unreadchar [882]
                0.00    0.00    1092/1092        string_to_number [913]
                0.00    0.00    1006/49690       make_specified_string [652]
                0.00    0.00     876/1949        multibyte_chars_in_text [852]
                0.00    0.00     172/539         intern_sym [1042]
                0.00    0.00      48/48          str_as_unibyte [1182]
                0.00    0.00      39/1389        make_byte_code [875]
                0.00    0.00      35/638667      unblock_input_to [618]
                0.00    0.00      35/638619      unblock_input [619]
                0.00    0.00       6/545         Fmake_symbol [1040]
                                 450             read_list <cycle 5> [388]
                                 329             read0 <cycle 5> [1039]
                                  90             read_vector <cycle 5> [404]
-----------------------------------------------
                                1043             merge_face_ref <cycle 1> [549]
[280]    0.0    0.00    0.00    1043         merge_named_face <cycle 1> [280]
                0.00    0.00    1043/5299        get_lface_attributes [225]
                                1043             merge_face_vectors <cycle 1> [298]
-----------------------------------------------
                                 380             signal_after_change <cycle 4> [281]
                                   1             Fremove_text_properties <cycle 4> [566]
                                   3             Finsert_file_contents <cycle 4> [336]
                                  18             del_range_both <cycle 4> [435]
                                 380             insert_char <cycle 4> [1059]
                                 598             del_range_1 <cycle 4> [232]
                                1001             insert_from_string <cycle 4> [996]
                                1063             add_text_properties_1 <cycle 4> [302]
[281]    0.0    0.00    0.00    3064+380     signal_after_change <cycle 4> [281]
                0.00    0.00    1420/103225      set_internal [113]
                0.00    0.00    1383/1383        report_interval_modification [877]
                0.00    0.00    1000/311674      grow_specpdl [632]
                0.00    0.00    1000/1022        record_unwind_protect_ptr [982]
                0.00    0.00    1000/3042        Frun_hook_with_args [785]
                0.00    0.00     380/1949        multibyte_chars_in_text [852]
                0.00    0.00     380/425         chars_in_text [1057]
                                1420             store_symval_forwarding <cycle 4> [117]
                                1420             specbind <cycle 4> [639]
                                1420             unbind_to <cycle 4> [285]
                                1000             Fcommandp <cycle 4> [538]
                                 380             prepare_to_modify_buffer <cycle 4> [305]
                                 380             signal_after_change <cycle 4> [281]
-----------------------------------------------
                                  27             Ffuncall <cycle 4> [39]
[282]    0.0    0.00    0.00      27         Ffile_symlink_p <cycle 4> [282]
                0.00    0.00      27/2457        Ffind_file_name_handler [105]
                0.00    0.00      22/307         encode_file_name [1063]
                                  27             Fexpand_file_name <cycle 4> [164]
                                  18             code_convert_string <cycle 4> [273]
-----------------------------------------------
                0.00    0.00    1023/1023        Fcall_interactively <cycle 4> [258]
[283]    0.0    0.00    0.00    1023         Finteractive_form [283]
                0.00    0.00    1023/120134      Fget [103]
                0.00    0.00    1023/291575      Fplist_get [141]
                0.00    0.00    1023/622091      indirect_function [620]
-----------------------------------------------
                                   3             Fload <cycle 4> [401]
                                  23             internal_condition_case_1 <cycle 4> [878]
[284]    0.0    0.00    0.00      26         Fsubstitute_in_file_name <cycle 4> [284]
                0.00    0.00      26/2457        Ffind_file_name_handler [105]
                0.00    0.00      26/26          search_embedded_absfilename [1219]
                0.00    0.00      26/6779        Ffboundp [730]
                                  26             call1 <cycle 4> [794]
-----------------------------------------------
                                   1             check_minibuf_window <cycle 4> [1564]
                                   1             Fset_window_configuration <cycle 4> [432]
                                   1             decode_coding <cycle 4> [518]
                                   1             Fx_create_frame <cycle 4> [384]
                                   2             adjust_frame_size <cycle 4> [478]
                                   2             make_frame <cycle 4> [314]
                                   2             set_frame_menubar <cycle 4> [465]
                                   2             Fautoload_do_load <cycle 4> [543]
                                   3             Fkill_buffer <cycle 4> [499]
                                   4             load_charset <cycle 4> [412]
                                   4             get_keyelt <cycle 4> [535]
                                   4             Fdo_auto_save <cycle 4> [524]
                                   4             Feval_buffer <cycle 4> [454]
                                   6             Fload <cycle 4> [401]
                                   8             show_hourglass <cycle 4> [180]
                                  11             Finsert_file_contents <cycle 4> [336]
                                  13             digest_single_submenu <cycle 4> [1279]
                                  19             setup_echo_area_for_printing <cycle 4> [447]
                                  20             write_string_1 <cycle 4> [1257]
                                  20             Fprinc <cycle 4> [1239]
                                  31             echo_area_display <cycle 4> [1214]
                                  46             unwind_to_catch <cycle 4> [1185]
                                  56             with_echo_area_buffer <cycle 4> [386]
                                  56             compact_buffer <cycle 4> [1020]
                                  59             handle_fontified_prop <cycle 4> [203]
                                  63             x_consider_frame_title <cycle 4> [291]
                                  65             Flet <cycle 4> [1143]
                                 118             Fgarbage_collect <cycle 4> [40]
                                 186             readevalloop <cycle 4> [380]
                                 290             process_tool_bar_item <cycle 4> [287]
                                 294             internal_condition_case_1 <cycle 4> [878]
                                 879             code_convert_string <cycle 4> [273]
                                1033             display_mode_element <cycle 4> [179]
                                1033             display_mode_line <cycle 4> [360]
                                1059             redisplay_window <cycle 4> [116]
                                1106             eval_sub <cycle 4> [189]
                                1380             update_compositions <cycle 4> [205]
                                1402             prepare_to_modify_buffer_1 <cycle 4> [238]
                                1420             signal_after_change <cycle 4> [281]
                                2025             Fcall_interactively <cycle 4> [258]
                                2228             apply_lambda <cycle 4> [749]
                                3079             safe_run_hooks <cycle 4> [256]
                                5144             Fcurrent_active_maps <cycle 4> [155]
                                6376             safe__call <cycle 4> [202]
                                7095             Fnext_single_char_property_change <cycle 4> [172]
                               17082             exec_byte_code <cycle 4> [143]
                               23704             Ffuncall <cycle 4> [39]
                0.00    0.00       1/33852       internal_condition_case <cycle 2> [194]
                0.00    0.00       8/33852       timer_check [154]
                0.02    0.07     973/33852       wait_reading_process_output [27]
                0.02    0.07    1000/33852       command_loop_1 <cycle 2> [23]
                0.02    0.08    1021/33852       read_key_sequence.constprop.44 <cycle 2> [22]
                0.02    0.08    1035/33852       redisplay_internal [15]
[285]    0.0    0.00    0.00   81475         unbind_to <cycle 4> [285]
                0.00    0.00    1267/103225      set_internal [113]
                0.00    0.00    1289/1289        set_buffer_if_live [886]
                0.00    0.00    1267/2583        Flocal_variable_p [801]
                0.00    0.00    1075/1075        free_misc [924]
                0.00    0.00    1062/1062        save_restriction_restore [933]
                0.00    0.00    1041/1186        Fset_match_data [894]
                0.00    0.00    1041/1044        unwind_set_match_data [943]
                0.00    0.00    1030/1030        unwind_redisplay [966]
                0.00    0.00    1022/1022        restore_kboard_configuration [983]
                0.00    0.00    1020/2062        cancel_hourglass [834]
                0.00    0.00    1000/1000        reset_var_on_error [1003]
                0.00    0.00     973/973         wait_reading_process_output_unwind [1007]
                0.00    0.00     881/881         code_conversion_restore [1018]
                0.00    0.00     121/121         pop_message_unwind [1110]
                0.00    0.00      16/33219       xfree [655]
                0.00    0.00       7/7           do_nothing [1338]
                0.00    0.00       4/638667      unblock_input_to [618]
                0.00    0.00       4/638619      unblock_input [619]
                0.00    0.00       4/4           do_auto_save_unwind [1409]
                0.00    0.00       4/4           fast_set_selected_frame [1413]
                0.00    0.00       4/4           record_load_unwind [1422]
                0.00    0.00       4/4           load_warn_old_style_backquotes [1419]
                0.00    0.00       4/4           readevalloop_1 [1420]
                0.00    0.00       3/3           decide_coding_unwind [1447]
                0.00    0.00       2/2           restore_menu_items [1508]
                0.00    0.00       2/2           un_autoload [1511]
                0.00    0.00       2/2           fclose_unwind [1494]
                0.00    0.00       1/1           unwind_create_frame [1605]
                0.00    0.00       1/1           do_unwind_create_frame [1570]
                               36854             Fset_default <cycle 4> [178]
                                1399             bcall0 <cycle 4> [873]
                                1262             store_symval_forwarding <cycle 4> [117]
                                1096             unwind_format_mode_line <cycle 4> [912]
                                1075             save_excursion_restore <cycle 4> [246]
                                 619             set_buffer_internal_1 <cycle 4> [745]
                                  56             unwind_with_echo_area_buffer <cycle 4> [1163]
-----------------------------------------------
                0.00    0.00       2/1515        read_char <cycle 2> [14]
                0.00    0.00     123/1515        Fsubstring [385]
                0.00    0.00    1390/1515        Ffuncall <cycle 4> [39]
[286]    0.0    0.00    0.00    1515         Fvector [286]
                0.00    0.00    1515/396978      allocate_vector [57]
-----------------------------------------------
                                  47             menu_bar_item <cycle 4> [470]
                                  52             map_keymap_internal <cycle 4> [592]
                                1297             single_menu_item <cycle 4> [468]
[287]    0.0    0.00    0.00    1396         process_tool_bar_item <cycle 4> [287]
                0.00    0.00     625/120134      Fget [103]
                0.00    0.00     205/241         concat2 [333]
                0.00    0.00     625/291575      Fplist_get [141]
                0.00    0.00      24/3072176     casify_object [41]
                0.00    0.00       2/7829        Fmake_vector [230]
                0.00    0.00       2/63          larger_vector [418]
                0.00    0.00      16/3266575     Fcons [62]
                0.00    0.00       4/1702        list2 [382]
                0.00    0.00    1243/676170      get_keymap [617]
                0.00    0.00     861/72320       Fcar [641]
                0.00    0.00     568/590         Fsubstitute_command_keys [1030]
                0.00    0.00      24/71975       xmalloc [642]
                0.00    0.00      24/17709       make_string [680]
                0.00    0.00      24/24          Fupcase_initials [1223]
                0.00    0.00      24/33219       xfree [655]
                0.00    0.00      12/1285        menu_separator_name_p [888]
                0.00    0.00      12/18192       list1 [678]
                                1055             Fwhere_is_internal <cycle 4> [270]
                                 568             text_quoting_style <cycle 4> [523]
                                 290             unbind_to <cycle 4> [285]
                                 290             menu_item_eval_property <cycle 4> [351]
                                 202             Fkey_description <cycle 4> [338]
-----------------------------------------------
                0.00    0.00       1/2809        set_frame_cursor_types [568]
                0.00    0.00       3/2809        display_and_set_cursor <cycle 4> [540]
                0.00    0.00      16/2809        fs_query_fontset [311]
                0.00    0.00      21/2809        Fdefine_key <cycle 4> [350]
                0.00    0.00      60/2809        eval_sub <cycle 4> [189]
                0.00    0.00     461/2809        xfont_list [245]
                0.00    0.00    1088/2809        Ffuncall <cycle 4> [39]
                0.00    0.00    1159/2809        display_mode_element <cycle 4> [179]
[288]    0.0    0.00    0.00    2809         Fassoc [288]
                0.00    0.00    3888/14252708     internal_equal [24]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00       1/887         font_open_by_name [414]
                0.00    0.00       1/887         Fnew_fontset <cycle 4> [463]
                0.00    0.00       1/887         fontset_from_font <cycle 4> [345]
                0.00    0.00       6/887         realize_face [332]
                0.00    0.00     119/887         Ffuncall <cycle 4> [39]
                0.00    0.00     759/887         Fset_fontset_font <cycle 4> [60]
[289]    0.0    0.00    0.00     887         Ffont_spec [289]
                0.00    0.00     887/2838        allocate_pseudovector [267]
                0.00    0.00      75/75          font_parse_name [349]
                0.00    0.00     227/233         Ffontp [389]
                0.00    0.00     182/3153        font_put_extra [326]
-----------------------------------------------
                0.00    0.00       4/122         safe_to_load_version [424]
                0.00    0.00     118/122         ftfont_get_charset [293]
[290]    0.0    0.00    0.00     122         fast_c_string_match_ignore_case [290]
                0.00    0.00     122/42527       re_search [63]
                0.00    0.00     122/51282       compile_pattern [95]
                0.00    0.00     122/122         string_make_unibyte [1107]
-----------------------------------------------
                                  59             redisplay_window <cycle 4> [116]
                0.00    0.00       4/33852       redisplay_internal [15]
[291]    0.0    0.00    0.00      63         x_consider_frame_title <cycle 4> [291]
                0.00    0.00      63/7233        Fframe_parameter [99]
                0.00    0.00      63/1096        format_mode_line_unwind_data [555]
                0.00    0.00      63/1364726     Fcdr [610]
                0.00    0.00      63/311674      grow_specpdl [632]
                0.00    0.00      63/7918        record_unwind_protect [723]
                0.00    0.00      63/134         Fselect_window [1101]
                                  63             select_window <cycle 4> [510]
                                  63             set_buffer_internal_1 <cycle 4> [745]
                                  63             init_iterator <cycle 4> [82]
                                  63             display_mode_element <cycle 4> [179]
                                  63             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00     347/347         ftfont_list [208]
[292]    0.0    0.00    0.00     347         ftfont_spec_pattern [292]
                0.00    0.00     118/118         ftfont_get_charset [293]
                0.00    0.00       3/6195131     assq_no_quit [48]
-----------------------------------------------
                0.00    0.00     118/118         ftfont_spec_pattern [292]
[293]    0.0    0.00    0.00     118         ftfont_get_charset [293]
                0.00    0.00     118/122         fast_c_string_match_ignore_case [290]
                0.00    0.00     118/20569       make_unibyte_string [669]
-----------------------------------------------
                0.00    0.00    1350/1350        Ffuncall <cycle 4> [39]
[294]    0.0    0.00    0.00    1350         Fmake_byte_code [294]
                0.00    0.00    1350/396978      allocate_vector [57]
                0.00    0.00    1350/1389        make_byte_code [875]
-----------------------------------------------
                0.00    0.00    1033/1033        display_mode_element <cycle 4> [179]
[295]    0.0    0.00    0.00    1033         decode_mode_spec_coding [295]
                0.00    0.00    1033/6143931     Fgethash [21]
-----------------------------------------------
                0.00    0.00       3/2010        run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.00       7/2010        Ffuncall <cycle 4> [39]
                0.00    0.00    2000/2010        window_loop [297]
[296]    0.0    0.00    0.00    2010         window_list_1 [296]
                0.00    0.00    2010/7672938     Fnreverse [28]
                0.00    0.00    4010/3266575     Fcons [62]
                0.00    0.00    2010/2019        window_list [534]
                0.00    0.00    4020/4022        candidate_window_p [755]
                0.00    0.00    2010/2012        decode_next_window_args [843]
                0.00    0.00    2010/18705       Fmemq [674]
-----------------------------------------------
                0.00    0.00       3/2000        Fother_buffer [529]
                0.00    0.00    1997/2000        find_automatic_composition [185]
[297]    0.0    0.00    0.00    2000         window_loop [297]
                0.00    0.00    2000/2010        window_list_1 [296]
-----------------------------------------------
                                1043             merge_named_face <cycle 1> [280]
                0.00    0.00       1/5377        Finternal_merge_in_global_face [327]
                0.00    0.00       1/5377        Fdisplay_supports_face_attributes_p [533]
                0.00    0.00      84/5377        realize_named_face [320]
                0.00    0.00    4256/5377        lookup_named_face [218]
[298]    0.0    0.00    0.00    5385         merge_face_vectors <cycle 1> [298]
                0.00    0.00    1037/1539        font_clear_prop [278]
                                  10             merge_face_ref <cycle 1> [549]
-----------------------------------------------
                0.00    0.00     494/7315        _init [47]
                0.00    0.00    6821/7315        draw_glyphs <cycle 4> [44]
[299]    0.0    0.00    0.00    7315         x_compute_glyph_string_overhangs [299]
                0.00    0.00    7315/579631      xftfont_text_extents [128]
-----------------------------------------------
                0.00    0.00      18/616         del_range_both <cycle 4> [435]
                0.00    0.00     598/616         del_range_1 <cycle 4> [232]
[300]    0.0    0.00    0.00     616         del_range_2 [300]
                0.00    0.00     616/2180        offset_intervals [253]
                0.00    0.00     616/616         record_delete [1027]
                0.00    0.00     616/619         adjust_markers_for_delete [1024]
                0.00    0.00     616/619         adjust_overlays_for_delete [1025]
                0.00    0.00     616/616         evaporate_overlays [1026]
                0.00    0.00     598/12846       recenter_overlay_lists [692]
                0.00    0.00      18/64          gap_left [1146]
-----------------------------------------------
                0.00    0.00       4/2294        text_quoting_style <cycle 4> [523]
                0.00    0.00      10/2294        apply_modifiers [97]
                0.00    0.00      11/2294        parse_modifiers [190]
                0.00    0.00     118/2294        Ffontp [389]
                0.00    0.00     120/2294        font_prop_validate_symbol [405]
                0.00    0.00     124/2294        Ffuncall <cycle 4> [39]
                0.00    0.00     346/2294        ftfont_list [208]
                0.00    0.00     691/2294        font_parse_family_registry [335]
                0.00    0.00     870/2294        read1 <cycle 5> [279]
[301]    0.0    0.00    0.00    2294         Fintern [301]
                0.00    0.00    2294/388914      oblookup [104]
                0.00    0.00    2294/777828      check_obarray [127]
                0.00    0.00     350/545         Fmake_symbol [1040]
-----------------------------------------------
                                   2             Fpropertize <cycle 4> [492]
                                1064             Fput_text_property <cycle 4> [929]
[302]    0.0    0.00    0.00    1066         add_text_properties_1 <cycle 4> [302]
                0.00    0.00    1062/724343      find_interval [71]
                0.00    0.00    2039/2039        add_properties [344]
                0.00    0.00    1066/755707      validate_interval_range [89]
                0.00    0.00       4/4           copy_properties [486]
                0.00    0.00    3772/3777        validate_plist [759]
                0.00    0.00    1550/492511      next_interval [625]
                0.00    0.00       4/4           split_interval_left [1425]
                0.00    0.00       3/4           create_root_interval [1408]
                                1063             modify_text_properties <cycle 4> [930]
                                1063             signal_after_change <cycle 4> [281]
-----------------------------------------------
                0.00    0.00     593/62463       Fmake_local_variable <cycle 4> [367]
                0.00    0.00   12403/62463       Fboundp [376]
                0.00    0.00   49467/62463       find_symbol_value <cycle 4> [317]
[303]    0.0    0.00    0.00   62463         swap_in_symval_forwarding [303]
                0.00    0.00   13671/6195131     assq_no_quit [48]
                0.00    0.00   13671/59263       Fcurrent_buffer [645]
                0.00    0.00   13594/119738      do_symval_forwarding [637]
-----------------------------------------------
                0.00    0.00       1/886         Fset_keyboard_coding_system_internal [503]
                0.00    0.00       1/886         Fset_terminal_coding_system_internal [504]
                0.00    0.00       2/886         create_terminal <cycle 4> [484]
                0.00    0.00       3/886         Finsert_file_contents <cycle 4> [336]
                0.00    0.00     879/886         code_convert_string <cycle 4> [273]
[304]    0.0    0.00    0.00     886         setup_coding_system [304]
                0.00    0.00     886/6640124     hash_lookup [20]
-----------------------------------------------
                                 380             prepare_to_modify_buffer <cycle 4> [305]
                                   3             Finsert_file_contents <cycle 4> [336]
                                 183             message_dolog <cycle 4> [308]
                                 380             signal_after_change <cycle 4> [281]
                                 598             del_range_1 <cycle 4> [232]
                                1001             insert_from_string_1 <cycle 4> [120]
[305]    0.0    0.00    0.00    2165+380     prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     563/2180        offset_intervals [253]
                0.00    0.00     563/2725        record_insert [572]
                0.00    0.00     563/2145        adjust_overlays_for_insert [821]
                0.00    0.00     563/2145        adjust_markers_for_insert [820]
                0.00    0.00     380/2566        invalidate_buffer_caches [802]
                0.00    0.00      36/44          gap_right [1190]
                0.00    0.00      36/42          move_gap_both [1192]
                0.00    0.00       2/51          make_gap [1173]
                                1982             prepare_to_modify_buffer_1 <cycle 4> [238]
                                 380             prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
                0.00    0.00    2000/2000        Ffuncall <cycle 4> [39]
[306]    0.0    0.00    0.00    2000         Fwindow_scroll_bars [306]
                0.00    0.00    2000/2002        list5 [319]
                0.00    0.00    2000/3266575     Fcons [62]
                0.00    0.00    2000/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       1/2073        modify_event_symbol [217]
                0.00    0.00       1/2073        fontset_from_font <cycle 4> [345]
                0.00    0.00       2/2073        create_terminal <cycle 4> [484]
                0.00    0.00       3/2073        bidi_initialize <cycle 4> [517]
                0.00    0.00       4/2073        Fdo_auto_save <cycle 4> [524]
                0.00    0.00       4/2073        readevalloop <cycle 4> [380]
                0.00    0.00    1025/2073        top_level_1 <cycle 2> [36]
                0.00    0.00    1033/2073        display_mode_element <cycle 4> [179]
[307]    0.0    0.00    0.00    2073         intern_1 [307]
                0.00    0.00    2073/388914      oblookup [104]
                0.00    0.00    2073/777828      check_obarray [127]
                0.00    0.00       1/20569       make_unibyte_string [669]
                0.00    0.00       1/545         Fmake_symbol [1040]
-----------------------------------------------
                                   2             message3 <cycle 4> [594]
                                  19             Fcommand_error_default_function <cycle 4> [1236]
                                  40             strout <cycle 4> [1198]
                                  40             print_error_message <cycle 4> [416]
[308]    0.0    0.00    0.00     101         message_dolog <cycle 4> [308]
                0.00    0.00      59/59          scan_newline [309]
                0.00    0.00     300/300         set_marker_restricted_both [1069]
                0.00    0.00     300/3243        unchain_marker [768]
                0.00    0.00     218/2427        temp_set_point_both [805]
                0.00    0.00     183/183         insert_1_both [1082]
                0.00    0.00     100/1364726     Fcdr [610]
                0.00    0.00     100/4774        Fget_buffer [746]
                0.00    0.00     100/6665        marker_position [731]
                0.00    0.00     100/4590        marker_byte_position [748]
                0.00    0.00     100/3146        bset_redisplay [773]
                0.00    0.00      40/1949        multibyte_chars_in_text [852]
                0.00    0.00      40/425         chars_in_text [1057]
                                 183             prepare_to_modify_buffer <cycle 4> [305]
                                 100             Fset_buffer <cycle 4> [803]
                                 100             Fget_buffer_create <cycle 4> [458]
                                 100             set_buffer_internal_1 <cycle 4> [745]
                                  38             del_range_both <cycle 4> [435]
-----------------------------------------------
                0.00    0.00      59/59          message_dolog <cycle 4> [308]
[309]    0.0    0.00    0.00      59         scan_newline [309]
                0.00    0.00      59/8001        find_newline [110]
                0.00    0.00      59/2427        temp_set_point_both [805]
-----------------------------------------------
                                   4             do_switch_frame <cycle 4> [1328]
                                  21             with_echo_area_buffer <cycle 4> [386]
                                  31             display_echo_area_1 <cycle 4> [1213]
[310]    0.0    0.00    0.00      56         resize_mini_window <cycle 4> [310]
                0.00    0.00      48/18598       compute_stop_pos [53]
                0.00    0.00     112/535         set_marker_both [1043]
                0.00    0.00      56/2096        extract_float [827]
                0.00    0.00       7/7           shrink_mini_window [1340]
                                  56             reseat <cycle 4> [363]
                                  56             init_iterator <cycle 4> [82]
                                  56             move_it_to <cycle 4> [171]
                                  48             handle_stop <cycle 4> [96]
                                   8             set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
                0.00    0.00       1/895         x_set_font <cycle 4> [371]
                0.00    0.00       2/895         Fnew_fontset <cycle 4> [463]
                0.00    0.00      12/895         realize_face [332]
                0.00    0.00     880/895         check_fontset_name [312]
[311]    0.0    0.00    0.00     895         fs_query_fontset [311]
                0.00    0.00      40/41543       fast_string_match_internal [49]
                0.00    0.00     895/895         Frassoc [353]
                0.00    0.00     895/3072176     casify_object [41]
                0.00    0.00      16/2809        Fassoc [288]
                0.00    0.00      14/14          fontset_pattern_regexp [579]
                0.00    0.00     895/2872        Fdowncase [792]
                0.00    0.00     889/1800        c_strcasecmp [857]
-----------------------------------------------
                0.00    0.00     880/880         Fset_fontset_font <cycle 4> [60]
[312]    0.0    0.00    0.00     880         check_fontset_name [312]
                0.00    0.00     880/895         fs_query_fontset [311]
                0.00    0.00     880/3099        decode_live_frame [776]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
                                  14             Ffuncall <cycle 4> [39]
[313]    0.0    0.00    0.00      16         Ffile_readable_p <cycle 4> [313]
                0.00    0.00      16/2457        Ffind_file_name_handler [105]
                0.00    0.00      16/307         encode_file_name [1063]
                                  16             Fexpand_file_name <cycle 4> [164]
                                  15             code_convert_string <cycle 4> [273]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [384]
[314]    0.0    0.00    0.00       1         make_frame <cycle 4> [314]
                0.00    0.00       2/2           make_window [315]
                0.00    0.00       1/2838        allocate_pseudovector [267]
                0.00    0.00       1/3266575     Fcons [62]
                0.00    0.00       1/59263       Fcurrent_buffer [645]
                0.00    0.00       1/18192       list1 [678]
                0.00    0.00       1/72320       Fcar [641]
                                   2             unbind_to <cycle 4> [285]
                                   2             set_window_buffer <cycle 4> [457]
-----------------------------------------------
                0.00    0.00       2/2           make_frame <cycle 4> [314]
[315]    0.0    0.00    0.00       2         make_window [315]
                0.00    0.00       4/214         make_float [162]
                0.00    0.00       2/2838        allocate_pseudovector [267]
                0.00    0.00       6/79          Fmake_marker [1138]
-----------------------------------------------
                0.00    0.00       1/6           init_frame_faces [390]
                0.00    0.00       5/6           recompute_basic_faces [323]
[316]    0.0    0.00    0.00       6         realize_basic_faces [316]
                0.00    0.00      84/84          realize_named_face [320]
                0.00    0.00       6/94          realize_face [332]
                0.00    0.00       6/1762        lface_from_face_name [268]
                0.00    0.00       1/82          Finternal_make_lisp_face [339]
                0.00    0.00       4/1409718     Fassq [45]
                0.00    0.00       6/7229        lface_from_face_name_no_resolve [334]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
                0.00    0.00       5/5           face_boolean_x_resource_value [1381]
                0.00    0.00       5/5           fontset_name [1382]
                0.00    0.00       3/17709       make_string [680]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                                   2             create_terminal <cycle 4> [484]
                                   3             Fkill_local_variable <cycle 4> [547]
                                   4             readevalloop <cycle 4> [380]
                                  45             Fmake_local_variable <cycle 4> [367]
                                2060             update_overlay_arrows <cycle 4> [261]
                                2066             overlay_arrows_changed_p <cycle 4> [955]
                                2456             display_line <cycle 4> [197]
                                5155             current_minor_maps <cycle 4> [742]
                                7305             Fcommandp <cycle 4> [538]
                               38123             specbind <cycle 4> [639]
                               92505             Fsymbol_value <cycle 4> [640]
[317]    0.0    0.00    0.00  149724         find_symbol_value <cycle 4> [317]
                0.00    0.00   49467/62463       swap_in_symval_forwarding [303]
                               13580             store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
                0.00    0.00    2104/2104        Ffuncall <cycle 4> [39]
[318]    0.0    0.00    0.00    2104         Fbacktrace_frame [318]
                0.00    0.00    2101/10181       Flist [264]
                0.00    0.00    2104/3266575     Fcons [62]
                0.00    0.00    2104/2104        get_backtrace_frame [826]
-----------------------------------------------
                0.00    0.00       2/2002        Fautoload [554]
                0.00    0.00    2000/2002        Fwindow_scroll_bars [306]
[319]    0.0    0.00    0.00    2002         list5 [319]
                0.00    0.00    8008/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00      84/84          realize_basic_faces [316]
[320]    0.0    0.00    0.00      84         realize_named_face [320]
                0.00    0.00      84/94          realize_face [332]
                0.00    0.00      84/1762        lface_from_face_name [268]
                0.00    0.00      14/82          Finternal_make_lisp_face [339]
                0.00    0.00      84/5377        merge_face_vectors <cycle 1> [298]
                0.00    0.00     168/5467        get_lface_attributes_no_remap [343]
                0.00    0.00      84/7229        lface_from_face_name_no_resolve [334]
-----------------------------------------------
                0.00    0.00      59/1439        Ffuncall <cycle 4> [39]
                0.00    0.00    1380/1439        update_compositions <cycle 4> [205]
[321]    0.0    0.00    0.00    1439         Fremove_list_of_text_properties [321]
                0.00    0.00    1059/724343      find_interval [71]
                0.00    0.00    1439/755707      validate_interval_range [89]
                0.00    0.00    2037/2037        call_mod_hooks [839]
                0.00    0.00     978/492511      next_interval [625]
-----------------------------------------------
                0.00    0.00       2/583         Fbuffer_substring [357]
                0.00    0.00       3/583         current_message_1 [434]
                0.00    0.00     578/583         decode_coding_object <cycle 4> [324]
[322]    0.0    0.00    0.00     583         make_buffer_string_both [322]
                0.00    0.00     583/7682        Fnext_property_change [243]
                0.00    0.00     583/604538      Ftext_properties_at [58]
                0.00    0.00     583/583         update_buffer_properties [1032]
                0.00    0.00     579/54297       make_uninit_multibyte_string [649]
                0.00    0.00       4/49690       make_specified_string [652]
                0.00    0.00       4/29026       make_uninit_string [662]
-----------------------------------------------
                0.00    0.00       2/6           x_set_font <cycle 4> [371]
                0.00    0.00       4/6           init_iterator <cycle 4> [82]
[323]    0.0    0.00    0.00       6         recompute_basic_faces [323]
                0.00    0.00       5/6           realize_basic_faces [316]
                0.00    0.00       5/17          clear_image_caches [1265]
                0.00    0.00       5/10          clear_face_cache [1298]
-----------------------------------------------
                                 578             code_convert_string <cycle 4> [273]
[324]    0.0    0.00    0.00     578         decode_coding_object <cycle 4> [324]
                0.00    0.00     578/583         make_buffer_string_both [322]
                0.00    0.00     578/578         Fbuffer_string [1033]
                                 578             code_conversion_save <cycle 4> [402]
                                 578             decode_coding <cycle 4> [518]
-----------------------------------------------
                0.00    0.00     118/118         Ffuncall <cycle 4> [39]
[325]    0.0    0.00    0.00     118         Ftext_property_any [325]
                0.00    0.00    1174/1234730     lookup_char_property [43]
                0.00    0.00     116/724343      find_interval [71]
                0.00    0.00     118/755707      validate_interval_range [89]
                0.00    0.00    1174/1180788     textget [611]
                0.00    0.00    1121/492511      next_interval [625]
                0.00    0.00     214/72320       Fcar [641]
-----------------------------------------------
                0.00    0.00       1/3153        font_open_by_name [414]
                0.00    0.00     182/3153        Ffont_spec [289]
                0.00    0.00    1037/3153        font_clear_prop [278]
                0.00    0.00    1933/3153        ftfont_pattern_entity [220]
[326]    0.0    0.00    0.00    3153         font_put_extra [326]
                0.00    0.00    4232/3266575     Fcons [62]
                0.00    0.00    2967/6195131     assq_no_quit [48]
                0.00    0.00    1931/1931        Fstring_lessp [853]
                0.00    0.00    1037/1091        Fdelq [915]
-----------------------------------------------
                0.00    0.00       1/5372        Fdisplay_supports_face_attributes_p [533]
                0.00    0.00      82/5372        Ffuncall <cycle 4> [39]
                0.00    0.00    1033/5372        face_at_string_position [79]
                0.00    0.00    4256/5372        lookup_named_face [218]
[327]    0.0    0.00    0.00    5372         Finternal_merge_in_global_face [327]
                0.00    0.00    5287/5287        lface_equal_p [347]
                0.00    0.00     164/1762        lface_from_face_name [268]
                0.00    0.00       4/94          realize_face [332]
                0.00    0.00     164/7229        lface_from_face_name_no_resolve [334]
                0.00    0.00       1/5377        merge_face_vectors <cycle 1> [298]
                0.00    0.00    5290/5386        lface_hash [741]
-----------------------------------------------
                0.00    0.00    8339/8339        x_draw_glyph_string <cycle 4> [330]
[328]    0.0    0.00    0.00    8339         x_draw_glyph_string_foreground [328]
                0.00    0.00    8339/8339        xftfont_draw [329]
-----------------------------------------------
                0.00    0.00    8339/8339        x_draw_glyph_string_foreground [328]
[329]    0.0    0.00    0.00    8339         xftfont_draw [329]
                0.00    0.00    8339/8339        font_get_frame_data [331]
                0.00    0.00       1/1           font_put_frame_data [574]
                0.00    0.00    8340/638667      unblock_input_to [618]
                0.00    0.00    8340/638619      unblock_input [619]
                0.00    0.00    8339/8350        xftfont_get_colors [720]
-----------------------------------------------
                                7315             draw_glyphs <cycle 4> [44]
[330]    0.0    0.00    0.00    7315         x_draw_glyph_string <cycle 4> [330]
                0.00    0.00    8339/8339        x_draw_glyph_string_foreground [328]
                0.00    0.00    8936/8936        x_set_glyph_string_clipping [714]
                0.00    0.00    8340/8340        x_set_glyph_string_gc [721]
                0.00    0.00    4737/4737        x_draw_stretch_glyph_string [747]
                0.00    0.00    1620/1620        x_draw_glyph_string_box [866]
                                1024             x_draw_fringe_bitmap <cycle 4> [767]
-----------------------------------------------
                0.00    0.00    8339/8339        xftfont_draw [329]
[331]    0.0    0.00    0.00    8339         font_get_frame_data [331]
                0.00    0.00    8339/6195131     assq_no_quit [48]
-----------------------------------------------
                0.00    0.00       4/94          Finternal_merge_in_global_face [327]
                0.00    0.00       6/94          realize_basic_faces [316]
                0.00    0.00      84/94          realize_named_face [320]
[332]    0.0    0.00    0.00      94         realize_face [332]
                0.00    0.00       6/8           font_load_for_lface [337]
                0.00    0.00      79/79          make_fontset_for_ascii_face [379]
                0.00    0.00      12/895         fs_query_fontset [311]
                0.00    0.00       6/887         Ffont_spec [289]
                0.00    0.00     161/161         load_color2 [1092]
                0.00    0.00     146/1800        c_strcasecmp [857]
                0.00    0.00      94/94          make_realized_face [1134]
                0.00    0.00      94/5386        lface_hash [741]
                0.00    0.00      94/96          cache_face [1132]
                0.00    0.00      79/79          face_color_supported_p [1139]
                0.00    0.00      79/1778        font_style_to_value [859]
                0.00    0.00      16/33219       xfree [655]
                0.00    0.00      16/20          free_realized_face [1244]
                0.00    0.00      16/309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00      16/241         Fget_load_suffixes [429]
                0.00    0.00      20/241         font_parse_family_registry [335]
                0.00    0.00     205/241         process_tool_bar_item <cycle 4> [287]
[333]    0.0    0.00    0.00     241         concat2 [333]
                0.00    0.00     241/56861       concat [111]
-----------------------------------------------
                0.00    0.00       1/7229        update_face_from_frame_parameter [512]
                0.00    0.00       6/7229        realize_basic_faces [316]
                0.00    0.00      22/7229        Finternal_get_lisp_face_attribute [431]
                0.00    0.00      84/7229        realize_named_face [320]
                0.00    0.00     164/7229        Finternal_make_lisp_face [339]
                0.00    0.00     164/7229        Finternal_merge_in_global_face [327]
                0.00    0.00    1321/7229        Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00    5467/7229        get_lface_attributes_no_remap [343]
[334]    0.0    0.00    0.00    7229         lface_from_face_name_no_resolve [334]
                0.00    0.00    7229/6195131     assq_no_quit [48]
-----------------------------------------------
                0.00    0.00     686/686         Fset_fontset_font <cycle 4> [60]
[335]    0.0    0.00    0.00     686         font_parse_family_registry [335]
                0.00    0.00     691/2294        Fintern [301]
                0.00    0.00     686/3072176     casify_object [41]
                0.00    0.00      20/241         concat2 [333]
                0.00    0.00       4/4           Ffont_put [520]
                0.00    0.00       4/384683      font_intern_prop [91]
                0.00    0.00     686/2872        Fdowncase [792]
                0.00    0.00      47/539         intern_sym [1042]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [39]
[336]    0.0    0.00    0.00       3         Finsert_file_contents <cycle 4> [336]
                0.00    0.00       2/2           Ffind_operation_coding_system [352]
                0.00    0.00       3/2457        Ffind_file_name_handler [105]
                0.00    0.00       6/103225      set_internal [113]
                0.00    0.00       3/6640124     hash_lookup [20]
                0.00    0.00       3/886         setup_coding_system [304]
                0.00    0.00       1/1           raw_text_coding_system [546]
                0.00    0.00      10/3266575     Fcons [62]
                0.00    0.00       3/1702        list2 [382]
                0.00    0.00       1/581         insert_from_gap [586]
                0.00    0.00       6/311674      grow_specpdl [632]
                0.00    0.00       6/42          move_gap_both [1192]
                0.00    0.00       4/8           emacs_read [1330]
                0.00    0.00       3/6779        Ffboundp [730]
                0.00    0.00       3/307         encode_file_name [1063]
                0.00    0.00       3/174         emacs_open [1088]
                0.00    0.00       3/2007        record_unwind_protect_int [844]
                0.00    0.00       3/1822        buf_bytepos_to_charpos [855]
                0.00    0.00       3/1186        invalidate_region_cache [895]
                0.00    0.00       3/64          gap_left [1146]
                0.00    0.00       3/2566        invalidate_buffer_caches [802]
                0.00    0.00       3/59263       Fcurrent_buffer [645]
                0.00    0.00       3/7918        record_unwind_protect [723]
                0.00    0.00       3/6           emacs_close [1353]
                0.00    0.00       3/7           clear_unwind_protect [1336]
                0.00    0.00       3/51          make_gap [1173]
                                  11             unbind_to <cycle 4> [285]
                                   6             store_symval_forwarding <cycle 4> [117]
                                   6             specbind <cycle 4> [639]
                                   6             call2 <cycle 4> [862]
                                   3             Fexpand_file_name <cycle 4> [164]
                                   3             call3 <cycle 4> [1202]
                                   3             signal_after_change <cycle 4> [281]
                                   3             update_compositions <cycle 4> [205]
                                   3             decode_coding_gap <cycle 4> [551]
                                   3             prepare_to_modify_buffer <cycle 4> [305]
                                   3             Fset <cycle 4> [259]
                                   1             code_convert_string <cycle 4> [273]
-----------------------------------------------
                0.00    0.00       1/8           font_open_by_spec [417]
                0.00    0.00       1/8           Fset_fontset_font <cycle 4> [60]
                0.00    0.00       6/8           realize_face [332]
[337]    0.0    0.00    0.00       8         font_load_for_lface [337]
                0.00    0.00       8/383292      font_find_for_lface [13]
                0.00    0.00       8/12          font_open_for_lface [393]
                0.00    0.00       8/12          font_open_entity [407]
                0.00    0.00       8/1056        Ffont_get [341]
                0.00    0.00       8/1364726     Fcdr [610]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
                                   4             text_quoting_style <cycle 4> [523]
                                 202             process_tool_bar_item <cycle 4> [287]
[338]    0.0    0.00    0.00     208         Fkey_description <cycle 4> [338]
                0.00    0.00     208/56861       concat [111]
                0.00    0.00     208/140813      Flength [634]
                0.00    0.00     208/17709       make_string [680]
                0.00    0.00     208/557         Fconcat [1036]
                                 440             Fsingle_key_description <cycle 4> [1055]
-----------------------------------------------
                0.00    0.00       1/82          realize_basic_faces [316]
                0.00    0.00      14/82          realize_named_face [320]
                0.00    0.00      67/82          Finternal_set_lisp_face_attribute <cycle 4> [229]
[339]    0.0    0.00    0.00      82         Finternal_make_lisp_face [339]
                0.00    0.00     164/1762        lface_from_face_name [268]
                0.00    0.00      82/120134      Fget [103]
                0.00    0.00      82/7829        Fmake_vector [230]
                0.00    0.00      82/291575      Fplist_get [141]
                0.00    0.00     164/3266575     Fcons [62]
                0.00    0.00     164/7229        lface_from_face_name_no_resolve [334]
                0.00    0.00      81/309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[340]    0.0    0.00    0.00       2         Ffloat_time [340]
                0.00    0.00       2/214         make_float [162]
                0.00    0.00       2/38          disassemble_lisp_time [1203]
                0.00    0.00       2/9242        decode_time_components [711]
-----------------------------------------------
                0.00    0.00       2/1056        x_set_font <cycle 4> [371]
                0.00    0.00       8/1056        font_load_for_lface [337]
                0.00    0.00       9/1056        fontset_find_font [12]
                0.00    0.00    1037/1056        font_clear_prop [278]
[341]    0.0    0.00    0.00    1056         Ffont_get [341]
                0.00    0.00    1056/1409718     Fassq [45]
-----------------------------------------------
                0.00    0.00       2/1672        eval_sub <cycle 4> [189]
                0.00    0.00     261/1672        Fwhere_is_internal <cycle 4> [270]
                0.00    0.00    1409/1672        exec_byte_code <cycle 4> [143]
[342]    0.0    0.00    0.00    1672         Fmember [342]
                0.00    0.00    1180/14252708     internal_equal [24]
-----------------------------------------------
                0.00    0.00     168/5467        realize_named_face [320]
                0.00    0.00    5299/5467        get_lface_attributes [225]
[343]    0.0    0.00    0.00    5467         get_lface_attributes_no_remap [343]
                0.00    0.00    5467/7229        lface_from_face_name_no_resolve [334]
-----------------------------------------------
                0.00    0.00    2039/2039        add_text_properties_1 <cycle 4> [302]
[344]    0.0    0.00    0.00    2039         add_properties [344]
                0.00    0.00    3932/3266575     Fcons [62]
                0.00    0.00    2191/72320       Fcar [641]
                0.00    0.00    2044/1364726     Fcdr [610]
                0.00    0.00    2037/2998        record_property_change [786]
                0.00    0.00      75/14156       Fsetcar [688]
-----------------------------------------------
                                   1             x_new_font <cycle 4> [1517]
[345]    0.0    0.00    0.00       1         fontset_from_font <cycle 4> [345]
                0.00    0.00       1/883         find_font_encoding [64]
                0.00    0.00       1/82          make_fontset [378]
                0.00    0.00       2/385139      copy_font_spec [50]
                0.00    0.00       1/887         Ffont_spec [289]
                0.00    0.00       1/6640124     hash_lookup [20]
                0.00    0.00       1/3066269     assoc_no_quit [29]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00       1/2073        intern_1 [307]
                0.00    0.00       1/3072176     casify_object [41]
                0.00    0.00       1/1           font_get_name [1573]
                0.00    0.00       1/819         Ffont_xlfd_name [1021]
                0.00    0.00       1/2872        Fdowncase [792]
                0.00    0.00       1/539         intern_sym [1042]
                                   2             Fset_fontset_font <cycle 4> [60]
-----------------------------------------------
                0.00    0.00       1/95166       Fdisplay_supports_face_attributes_p [533]
                0.00    0.00   95165/95166       lface_equal_p [347]
[346]    0.0    0.00    0.00   95166         face_attr_equal_p [346]
                0.00    0.00    1031/32302       Fequal [207]
-----------------------------------------------
                0.00    0.00    5287/5287        Finternal_merge_in_global_face [327]
[347]    0.0    0.00    0.00    5287         lface_equal_p [347]
                0.00    0.00   95165/95166       face_attr_equal_p [346]
-----------------------------------------------
                0.00    0.00     145/1186        Ffuncall <cycle 4> [39]
                0.00    0.00    1041/1186        record_unwind_save_match_data [358]
[348]    0.0    0.00    0.00    1186         Fmatch_data [348]
                0.00    0.00    1186/10181       Flist [264]
                0.00    0.00       4/2140        set_marker_internal [215]
                0.00    0.00       4/79          Fmake_marker [1138]
                0.00    0.00       4/2125        Fset_marker [825]
-----------------------------------------------
                0.00    0.00      75/75          Ffont_spec [289]
[349]    0.0    0.00    0.00      75         font_parse_name [349]
                0.00    0.00       1/214         make_float [162]
                0.00    0.00      17/18          font_parse_xlfd [400]
                0.00    0.00      58/384683      font_intern_prop [91]
-----------------------------------------------
                                  23             Ffuncall <cycle 4> [39]
[350]    0.0    0.00    0.00      23         Fdefine_key <cycle 4> [350]
                0.00    0.00      24/24          store_in_keymap [370]
                0.00    0.00       6/16115       apply_modifiers [97]
                0.00    0.00      21/15267       parse_modifiers [190]
                0.00    0.00      21/2809        Fassoc [288]
                0.00    0.00       1/3266575     Fcons [62]
                0.00    0.00      25/676170      get_keymap [617]
                0.00    0.00      25/11256       Faref [697]
                0.00    0.00      21/1919225     Fsymbol_name [606]
                0.00    0.00       6/6           lucid_event_type_list_p [1357]
                0.00    0.00       6/6           Fevent_convert_list [1345]
                0.00    0.00       1/18192       list1 [678]
                                   2             access_keymap_1 <cycle 4> [93]
                                   1             get_keyelt <cycle 4> [535]
-----------------------------------------------
                                   4             get_keyelt <cycle 4> [535]
                                 290             process_tool_bar_item <cycle 4> [287]
[351]    0.0    0.00    0.00     294         menu_item_eval_property <cycle 4> [351]
                0.00    0.00     294/103225      set_internal [113]
                                 294             store_symval_forwarding <cycle 4> [117]
                                 294             specbind <cycle 4> [639]
                                 294             internal_condition_case_1 <cycle 4> [878]
-----------------------------------------------
                0.00    0.00       2/2           Finsert_file_contents <cycle 4> [336]
[352]    0.0    0.00    0.00       2         Ffind_operation_coding_system [352]
                0.00    0.00      31/41543       fast_string_match_internal [49]
                0.00    0.00       2/120134      Fget [103]
                0.00    0.00       1/10          Fcoding_system_p [469]
                0.00    0.00       2/291575      Fplist_get [141]
-----------------------------------------------
                0.00    0.00     895/895         fs_query_fontset [311]
[353]    0.0    0.00    0.00     895         Frassoc [353]
                0.00    0.00     942/14252708     internal_equal [24]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00      16/16          styled_format <cycle 4> [355]
[354]    0.0    0.00    0.00      16         lisp_string_width [354]
                0.00    0.00     167/71295       find_composition [106]
                0.00    0.00     167/15927       char_width [682]
                0.00    0.00      16/9569        buffer_display_table [706]
-----------------------------------------------
                                   1             Fmessage <cycle 4> [1478]
                                   8             Ffuncall <cycle 4> [39]
[355]    0.0    0.00    0.00       9         styled_format <cycle 4> [355]
                0.00    0.00      16/16          lisp_string_width [354]
                0.00    0.00      16/1554        copy_text [870]
                0.00    0.00       9/49690       make_specified_string [652]
                                   1             text_quoting_style <cycle 4> [523]
-----------------------------------------------
                0.00    0.00      31/108         Fset_fontset_font <cycle 4> [60]
                0.00    0.00      77/108         map_sub_char_table_for_charset [374]
[356]    0.0    0.00    0.00     108         set_fontset_font [356]
                0.00    0.00      99/1306        fontset_add [248]
                0.00    0.00      47/3266575     Fcons [62]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00       1/38          Fset_char_table_range [508]
-----------------------------------------------
                0.00    0.00       2/2           exec_byte_code <cycle 4> [143]
[357]    0.0    0.00    0.00       2         Fbuffer_substring [357]
                0.00    0.00       2/636         validate_region [135]
                0.00    0.00       2/5           make_buffer_string [422]
                0.00    0.00       2/583         make_buffer_string_both [322]
-----------------------------------------------
                0.00    0.00       2/1041        set_frame_menubar <cycle 4> [465]
                0.00    0.00       2/1041        Fautoload_do_load <cycle 4> [543]
                0.00    0.00       4/1041        redisplay_internal [15]
                0.00    0.00    1033/1041        display_mode_line <cycle 4> [360]
[358]    0.0    0.00    0.00    1041         record_unwind_save_match_data [358]
                0.00    0.00    1041/1186        Fmatch_data [348]
-----------------------------------------------
                                2043             Fkey_binding <cycle 4> [359]
                                1042             Fwhere_is_internal <cycle 4> [270]
                0.02    0.08    1021/33852       read_key_sequence.constprop.44 <cycle 2> [22]
                0.02    0.08    1022/33852       test_undefined [37]
[359]    0.0    0.00    0.00    3085+2043    Fkey_binding <cycle 4> [359]
                0.00    0.00    3085/3266575     Fcons [62]
                                3085             Flookup_key <cycle 4> [760]
                                2043             Fcurrent_active_maps <cycle 4> [155]
                                2043             Fkey_binding <cycle 4> [359]
-----------------------------------------------
                                   1             pos_visible_p <cycle 4> [1591]
                                1032             display_mode_lines <cycle 4> [954]
[360]    0.0    0.00    0.00    1033         display_mode_line <cycle 4> [360]
                0.00    0.00    1033/1041        record_unwind_save_match_data [358]
                0.00    0.00    1033/1096        format_mode_line_unwind_data [555]
                0.00    0.00    2066/311674      grow_specpdl [632]
                0.00    0.00    2066/7918        record_unwind_protect [723]
                0.00    0.00    1033/2261        prepare_desired_row [813]
                0.00    0.00    1033/1033        push_kboard [958]
                0.00    0.00    1033/33219       xfree [655]
                0.00    0.00    1033/1033        pop_kboard [957]
                0.00    0.00    1033/2261        compute_line_metrics [812]
                0.00    0.00    1033/2145        extend_face_to_end_of_line [822]
                                1033             init_iterator <cycle 4> [82]
                                1033             display_mode_element <cycle 4> [179]
                                1033             unbind_to <cycle 4> [285]
                                1033             display_string <cycle 4> [72]
-----------------------------------------------
                0.00    0.00      20/20          Ffuncall <cycle 4> [39]
[361]    0.0    0.00    0.00      20         Fsearch_forward [361]
                0.00    0.00      20/692         search_command [211]
-----------------------------------------------
                0.00    0.00       3/1134        sweep_buffers [558]
                0.00    0.00      37/1134        sweep_misc [473]
                0.00    0.00      37/1134        sweep_vectors [52]
                0.00    0.00    1057/1134        sweep_strings [365]
[362]    0.0    0.00    0.00    1134         lisp_free [362]
                0.00    0.00    1134/349297      mem_find [131]
-----------------------------------------------
                                  56             resize_mini_window <cycle 4> [310]
                                  56             redisplay_window <cycle 4> [116]
                                1020             move_it_to <cycle 4> [171]
                                1020             Fvertical_motion <cycle 4> [168]
                                3115             start_display <cycle 4> [144]
[363]    0.0    0.00    0.00    5267         reseat <cycle 4> [363]
                0.00    0.00      15/18598       compute_stop_pos [53]
                                5267             reseat_1 <cycle 4> [734]
                                  15             handle_stop <cycle 4> [96]
-----------------------------------------------
                0.00    0.00       1/965         x_set_tool_bar_position [571]
                0.00    0.00       1/965         Ffuncall <cycle 4> [39]
                0.00    0.00       2/965         save_menu_items [561]
                0.00    0.00       4/965         adjust_frame_size <cycle 4> [478]
                0.00    0.00       6/965         file_attributes [513]
                0.00    0.00       7/965         Fcurrent_time [516]
                0.00    0.00     944/965         Fgarbage_collect <cycle 4> [40]
[364]    0.0    0.00    0.00     965         list4 [364]
                0.00    0.00    2895/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[365]    0.0    0.00    0.00     118         sweep_strings [365]
                0.00    0.00    1057/1134        lisp_free [362]
                0.00    0.00  428319/429137      balance_intervals [628]
                0.00    0.00    2230/828603      balance_an_interval [615]
                0.00    0.00    2230/2344        balance_intervals_internal [807]
                0.00    0.00    1057/31463       mem_delete [658]
-----------------------------------------------
                0.00    0.00       1/1383        make_lispy_position <cycle 4> [541]
                0.00    0.00       6/1383        Fxw_color_values [530]
                0.00    0.00     354/1383        Fgarbage_collect <cycle 4> [40]
                0.00    0.00    1022/1383        Ffuncall <cycle 4> [39]
[366]    0.0    0.00    0.00    1383         list3 [366]
                0.00    0.00    2766/3266575     Fcons [62]
-----------------------------------------------
                                  53             Ffuncall <cycle 4> [39]
                                 578             code_conversion_save <cycle 4> [402]
[367]    0.0    0.00    0.00     631         Fmake_local_variable <cycle 4> [367]
                0.00    0.00     627/1409718     Fassq [45]
                0.00    0.00     593/62463       swap_in_symval_forwarding [303]
                0.00    0.00      90/3266575     Fcons [62]
                0.00    0.00       4/103225      set_internal [113]
                0.00    0.00      36/36          make_blv [505]
                0.00    0.00       4/33461       Fboundp [376]
                0.00    0.00      45/90          let_shadows_buffer_binding_p [1137]
                0.00    0.00      36/36          let_shadows_global_binding_p [1207]
                0.00    0.00      14/119738      do_symval_forwarding [637]
                                  45             find_symbol_value <cycle 4> [317]
                                  14             store_symval_forwarding <cycle 4> [117]
                                   4             Fsymbol_value <cycle 4> [640]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[368]    0.0    0.00    0.00       6         Finternal_char_font [368]
                0.00    0.00       6/389421      face_for_char [10]
                0.00    0.00       6/605473      xftfont_encode_char [138]
                0.00    0.00       5/3266575     Fcons [62]
                0.00    0.00       6/2462        lookup_basic_face [804]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
                                   1             Fset_window_configuration <cycle 4> [432]
                                   4             adjust_frame_size <cycle 4> [478]
[369]    0.0    0.00    0.00       6         run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.00       6/1192        Fwindow_buffer [160]
                0.00    0.00       3/2010        window_list_1 [296]
                0.00    0.00       6/6179        Fdefault_value [738]
                0.00    0.00       3/3           Fwindow_list [1442]
                0.00    0.00       3/2583        Flocal_variable_p [801]
                                   3             run_funs <cycle 4> [1458]
-----------------------------------------------
                0.00    0.00      24/24          Fdefine_key <cycle 4> [350]
[370]    0.0    0.00    0.00      24         store_in_keymap [370]
                0.00    0.00      21/16115       apply_modifiers [97]
                0.00    0.00      21/15088       reorder_modifiers [191]
                0.00    0.00      48/3266575     Fcons [62]
-----------------------------------------------
                                   2             x_set_frame_parameters <cycle 4> [395]
[371]    0.0    0.00    0.00       2         x_set_font <cycle 4> [371]
                0.00    0.00       2/6           recompute_basic_faces [323]
                0.00    0.00       6/56          store_frame_param [438]
                0.00    0.00       1/895         fs_query_fontset [311]
                0.00    0.00       2/1056        Ffont_get [341]
                0.00    0.00       2/32302       Fequal [207]
                0.00    0.00       2/1364726     Fcdr [610]
                0.00    0.00       2/1043        clear_window_matrices [944]
                0.00    0.00       2/11          clear_current_matrices [1292]
                0.00    0.00       2/309         fset_redisplay [1062]
                                   2             x_new_font <cycle 4> [1517]
-----------------------------------------------
                                  32             Fset_fontset_font <cycle 4> [60]
[372]    0.0    0.00    0.00      32         map_charset_chars <cycle 4> [372]
                0.00    0.00       2/2           map_char_table_for_charset [373]
                0.00    0.00      31/3266575     Fcons [62]
                                   2             load_charset <cycle 4> [412]
-----------------------------------------------
                0.00    0.00       2/2           map_charset_chars <cycle 4> [372]
[373]    0.0    0.00    0.00       2         map_char_table_for_charset [373]
                0.00    0.00       2/2           map_sub_char_table_for_charset [374]
                0.00    0.00       2/3266575     Fcons [62]
-----------------------------------------------
                                  20             map_sub_char_table_for_charset [374]
                0.00    0.00       2/2           map_char_table_for_charset [373]
[374]    0.0    0.00    0.00       2+20      map_sub_char_table_for_charset [374]
                0.00    0.00      77/108         set_fontset_font [356]
                                  20             map_sub_char_table_for_charset [374]
-----------------------------------------------
                                 543             Ffuncall <cycle 4> [39]
[375]    0.0    0.00    0.00     543         Fmacroexpand <cycle 4> [375]
                0.00    0.00     543/1409718     Fassq [45]
                                 543             Fautoload_do_load <cycle 4> [543]
-----------------------------------------------
                0.00    0.00       4/33461       Fmake_local_variable <cycle 4> [367]
                0.00    0.00      16/33461       eval_sub <cycle 4> [189]
                0.00    0.00     196/33461       Ffuncall <cycle 4> [39]
                0.00    0.00   33245/33461       display_mode_element <cycle 4> [179]
[376]    0.0    0.00    0.00   33461         Fboundp [376]
                0.00    0.00   12403/62463       swap_in_symval_forwarding [303]
                0.00    0.00       1/6           indirect_variable [1356]
-----------------------------------------------
                0.00    0.00       2/84          load_charset_map [415]
                0.00    0.00      82/84          make_fontset [378]
[377]    0.0    0.00    0.00      84         Fmake_char_table [377]
                0.00    0.00      84/120134      Fget [103]
                0.00    0.00      84/7829        Fmake_vector [230]
                0.00    0.00      84/291575      Fplist_get [141]
-----------------------------------------------
                0.00    0.00       1/82          fontset_font [11]
                0.00    0.00       1/82          Fnew_fontset <cycle 4> [463]
                0.00    0.00       1/82          fontset_from_font <cycle 4> [345]
                0.00    0.00      79/82          make_fontset_for_ascii_face [379]
[378]    0.0    0.00    0.00      82         make_fontset [378]
                0.00    0.00      82/84          Fmake_char_table [377]
-----------------------------------------------
                0.00    0.00      79/79          realize_face [332]
[379]    0.0    0.00    0.00      79         make_fontset_for_ascii_face [379]
                0.00    0.00      79/82          make_fontset [378]
-----------------------------------------------
                                   2             Fload <cycle 4> [401]
                                   2             Feval_buffer <cycle 4> [454]
[380]    0.0    0.00    0.00       4         readevalloop <cycle 4> [380]
                0.00    0.00     462/32302       Fequal [207]
                0.00    0.00      12/103225      set_internal [113]
                0.00    0.00       4/2073        intern_1 [307]
                0.00    0.00       4/7672938     Fnreverse [28]
                0.00    0.00       8/3266575     Fcons [62]
                0.00    0.00    1460/28240       readchar [663]
                0.00    0.00     462/72320       Fcar [641]
                0.00    0.00     182/1318        unreadchar [882]
                0.00    0.00       8/6779        Ffboundp [730]
                0.00    0.00       4/311674      grow_specpdl [632]
                0.00    0.00       4/2007        record_unwind_protect_int [844]
                0.00    0.00       4/119738      do_symval_forwarding [637]
                0.00    0.00       4/119         Ffile_name_absolute_p [1112]
                                 186             call1 <cycle 4> [794]
                                 186             unbind_to <cycle 4> [285]
                                 182             eval_sub <cycle 4> [189]
                                 136             readevalloop_eager_expand_eval <cycle 4> [1100]
                                  12             store_symval_forwarding <cycle 4> [117]
                                  12             specbind <cycle 4> [639]
                                   4             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                                2155             update_window <cycle 4> [118]
[381]    0.0    0.00    0.00    2155         update_window_line <cycle 4> [381]
                0.00    0.00     556/96119       x_get_glyph_overhangs [183]
                0.00    0.00    2155/2318        Finternal_show_cursor_p [810]
                0.00    0.00    1122/638667      unblock_input_to [618]
                0.00    0.00    1122/638619      unblock_input [619]
                0.00    0.00    1122/1122        x_after_update_window_line [902]
                                1681             x_write_glyphs <cycle 4> [863]
                                1127             x_clear_end_of_line <cycle 4> [901]
-----------------------------------------------
                0.00    0.00       1/1702        x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       2/1702        xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       2/1702        read_char <cycle 2> [14]
                0.00    0.00       2/1702        Ffontp [389]
                0.00    0.00       3/1702        Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/1702        process_tool_bar_item <cycle 4> [287]
                0.00    0.00       8/1702        handle_one_xevent [195]
                0.00    0.00       8/1702        get_keyelt <cycle 4> [535]
                0.00    0.00      10/1702        Fwhere_is_internal <cycle 4> [270]
                0.00    0.00      11/1702        parse_modifiers [190]
                0.00    0.00      14/1702        adjust_frame_size <cycle 4> [478]
                0.00    0.00     106/1702        Ffuncall <cycle 4> [39]
                0.00    0.00     179/1702        exec_byte_code <cycle 4> [143]
                0.00    0.00     329/1702        read1 <cycle 5> [279]
                0.00    0.00    1023/1702        Fcall_interactively <cycle 4> [258]
[382]    0.0    0.00    0.00    1702         list2 [382]
                0.00    0.00    1702/3266575     Fcons [62]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [189]
                                   2             Ffuncall <cycle 4> [39]
[383]    0.0    0.00    0.00       3         Ffile_exists_p <cycle 4> [383]
                0.00    0.00       3/2457        Ffind_file_name_handler [105]
                0.00    0.00       3/307         encode_file_name [1063]
                                   3             Fexpand_file_name <cycle 4> [164]
                                   2             code_convert_string <cycle 4> [273]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[384]    0.0    0.00    0.00       1         Fx_create_frame <cycle 4> [384]
                0.00    0.00       1/1           init_frame_faces [390]
                0.00    0.00       1/5           x_wm_set_size_hint [427]
                0.00    0.00       9/51          x_get_arg [426]
                0.00    0.00       1/7169        Fcopy_alist [166]
                0.00    0.00       1/1           x_figure_window_size [501]
                0.00    0.00       4/4           x_frame_get_and_record_arg [511]
                0.00    0.00       1/1409718     Fassq [45]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       6/17709       make_string [680]
                0.00    0.00       6/12          x_decode_color [1287]
                0.00    0.00       3/638667      unblock_input_to [618]
                0.00    0.00       3/638619      unblock_input [619]
                0.00    0.00       2/2           register_font_driver [1507]
                0.00    0.00       1/141         check_x_display_info [1096]
                0.00    0.00       1/1372        xzalloc [879]
                0.00    0.00       1/311674      grow_specpdl [632]
                0.00    0.00       1/7918        record_unwind_protect [723]
                0.00    0.00       1/1           x_text_icon [1647]
                0.00    0.00       1/1           x_make_gc [1618]
                                  29             x_default_parameter <cycle 4> [443]
                                   2             x_default_scroll_bar_color_parameter <cycle 4> [536]
                                   2             adjust_frame_size <cycle 4> [478]
                                   1             x_default_font_parameter <cycle 4> [413]
                                   1             x_window <cycle 4> [1650]
                                   1             unbind_to <cycle 4> [285]
                                   1             set_frame_menubar <cycle 4> [465]
                                   1             initialize_frame_menubar <cycle 4> [1583]
                                   1             make_frame <cycle 4> [314]
-----------------------------------------------
                0.00    0.00      99/244         shadow_lookup <cycle 4> [409]
                0.00    0.00     145/244         exec_byte_code <cycle 4> [143]
[385]    0.0    0.00    0.00     244         Fsubstring [385]
                0.00    0.00     123/1515        Fvector [286]
                0.00    0.00     121/121         copy_text_properties [437]
                0.00    0.00     244/3071721     validate_subarray [69]
                0.00    0.00     121/49690       make_specified_string [652]
                0.00    0.00      52/3082942     string_char_to_byte [603]
-----------------------------------------------
                                   1             message3_nolog <cycle 4> [1501]
                                   3             current_message <cycle 4> [1098]
                                  31             echo_area_display <cycle 4> [1214]
                0.00    0.00      21/33852       resize_echo_area_exactly [198]
[386]    0.0    0.00    0.00      56         with_echo_area_buffer <cycle 4> [386]
                0.00    0.00     112/103225      set_internal [113]
                0.00    0.00       3/3           current_message_1 [434]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00     156/6665        marker_position [731]
                0.00    0.00     156/4590        marker_byte_position [748]
                0.00    0.00     104/535         set_marker_both [1043]
                0.00    0.00      56/311674      grow_specpdl [632]
                0.00    0.00      56/7918        record_unwind_protect [723]
                0.00    0.00      52/230         adjust_window_count [1072]
                0.00    0.00      52/115         wset_buffer [1128]
                0.00    0.00      21/21          resize_mini_window_1 [1233]
                0.00    0.00       1/598         del_range [1028]
                                 112             store_symval_forwarding <cycle 4> [117]
                                 112             specbind <cycle 4> [639]
                                  56             ensure_echo_area_buffers <cycle 4> [1099]
                                  56             set_buffer_internal_1 <cycle 4> [745]
                                  56             unbind_to <cycle 4> [285]
                                  31             display_echo_area_1 <cycle 4> [1213]
                                  21             resize_mini_window <cycle 4> [310]
                                   1             del_range_1 <cycle 4> [232]
                                   1             set_message_1 <cycle 4> [1598]
-----------------------------------------------
                0.00    0.00       2/170         char_table_set [442]
                0.00    0.00      11/170         char_table_set_range [392]
                0.00    0.00      24/170         sub_char_table_set [446]
                0.00    0.00     133/170         sub_char_table_set_range [396]
[387]    0.0    0.00    0.00     170         make_sub_char_table [387]
                0.00    0.00     170/396978      allocate_vector [57]
-----------------------------------------------
                                  90             read_vector <cycle 5> [404]
                                 450             read1 <cycle 5> [279]
[388]    0.0    0.00    0.00     540         read_list <cycle 5> [388]
                0.00    0.00    1582/3266575     Fcons [62]
                0.00    0.00    1582/18192       list1 [678]
                                2160             read1 <cycle 5> [279]
                                  38             read0 <cycle 5> [1039]
-----------------------------------------------
                0.00    0.00       2/233         font_update_drivers [542]
                0.00    0.00       4/233         Ffont_put [520]
                0.00    0.00     227/233         Ffont_spec [289]
[389]    0.0    0.00    0.00     233         Ffontp [389]
                0.00    0.00     204/204         font_prop_validate_symbol [405]
                0.00    0.00     118/2294        Fintern [301]
                0.00    0.00       4/3266575     Fcons [62]
                0.00    0.00       2/1702        list2 [382]
                0.00    0.00      27/27          font_prop_validate_otf [1218]
                0.00    0.00       2/3066270     xfont_get_cache [605]
                0.00    0.00       1/539         intern_sym [1042]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [384]
[390]    0.0    0.00    0.00       1         init_frame_faces [390]
                0.00    0.00       1/6           realize_basic_faces [316]
                0.00    0.00       1/1           make_face_cache [1584]
                0.00    0.00       1/1           make_image_cache [1585]
-----------------------------------------------
                                  61             eval_sub <cycle 4> [189]
[391]    0.0    0.00    0.00      61         FletX <cycle 4> [391]
                0.00    0.00     120/103225      set_internal [113]
                0.00    0.00     375/1364726     Fcdr [610]
                0.00    0.00     250/72320       Fcar [641]
                                 125             specbind <cycle 4> [639]
                                 125             eval_sub <cycle 4> [189]
                                 120             store_symval_forwarding <cycle 4> [117]
                                  61             Fprogn <cycle 4> [854]
-----------------------------------------------
                0.00    0.00       3/1428        fontset_find_font [12]
                0.00    0.00      37/1428        Fset_char_table_range [508]
                0.00    0.00    1388/1428        fontset_add [248]
[392]    0.0    0.00    0.00    1428         char_table_set_range [392]
                0.00    0.00    1031/1031        sub_char_table_set_range [396]
                0.00    0.00      11/170         make_sub_char_table [387]
                0.00    0.00      14/18          char_table_ascii [1259]
-----------------------------------------------
                0.00    0.00       4/12          fontset_find_font [12]
                0.00    0.00       8/12          font_load_for_lface [337]
[393]    0.0    0.00    0.00      12         font_open_for_lface [393]
                0.00    0.00      12/12          font_rescale_ratio [394]
                0.00    0.00       1/383293      build_style_table [631]
-----------------------------------------------
                0.00    0.00      12/12          font_open_for_lface [393]
[394]    0.0    0.00    0.00      12         font_rescale_ratio [394]
                0.00    0.00      12/41543       fast_string_match_internal [49]
                0.00    0.00      12/819         Ffont_xlfd_name [1021]
-----------------------------------------------
                                   2             x_default_scroll_bar_color_parameter <cycle 4> [536]
                                   5             Fmodify_frame_parameters <cycle 4> [1370]
                                  30             x_default_parameter <cycle 4> [443]
[395]    0.0    0.00    0.00      37         x_set_frame_parameters <cycle 4> [395]
                0.00    0.00      36/120134      Fget [103]
                0.00    0.00      74/1409718     Fassq [45]
                0.00    0.00      37/56          store_frame_param [438]
                0.00    0.00      37/57          get_frame_param [445]
                0.00    0.00      36/291575      Fplist_get [141]
                0.00    0.00       1/1           x_set_screen_gamma [526]
                0.00    0.00       4/32302       Fequal [207]
                0.00    0.00       1/1           x_set_font_backend [544]
                0.00    0.00       1/1           x_set_cursor_color [552]
                0.00    0.00       1/3           update_face_from_frame_parameter [512]
                0.00    0.00       1/1           x_set_mouse_color [553]
                0.00    0.00       1/1           set_frame_cursor_types [568]
                0.00    0.00       1/1           x_set_tool_bar_position [571]
                0.00    0.00       1/3266575     Fcons [62]
                0.00    0.00       1/1702        list2 [382]
                0.00    0.00     112/1364726     Fcdr [610]
                0.00    0.00      37/72320       Fcar [641]
                0.00    0.00       1/2           x_set_background_color [1518]
                0.00    0.00       1/7           unload_color [1341]
                0.00    0.00       1/1           x_set_foreground_color [1627]
                0.00    0.00       1/34          frame_size_history_add [1210]
                0.00    0.00       1/1           x_set_cursor_type [1626]
                0.00    0.00       1/1           x_set_autolower [1621]
                0.00    0.00       1/1           x_set_autoraise [1622]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/1           x_set_wait_for_wm [1645]
                0.00    0.00       1/1           x_set_title [1642]
                0.00    0.00       1/1           x_change_tool_bar_height [1611]
                0.00    0.00       1/1           x_set_tool_bar_lines [1643]
                0.00    0.00       1/1           x_set_scroll_bar_background [1636]
                0.00    0.00       1/1           x_set_scroll_bar_foreground [1639]
                0.00    0.00       1/1           x_set_right_fringe [1635]
                0.00    0.00       1/1           x_set_left_fringe [1631]
                0.00    0.00       1/1           x_set_line_spacing [1632]
                0.00    0.00       1/309         fset_redisplay [1062]
                0.00    0.00       1/1           x_set_border_color [1623]
                0.00    0.00       1/1           x_set_horizontal_scroll_bars [1628]
                0.00    0.00       1/1           x_set_vertical_scroll_bars [1644]
                0.00    0.00       1/1           x_set_bottom_divider_width [1625]
                0.00    0.00       1/1           x_set_right_divider_width [1634]
                0.00    0.00       1/1           x_set_internal_border_width [1630]
                0.00    0.00       1/1           x_set_border_width [1624]
                                   2             do_pending_window_change <cycle 4> [744]
                                   2             x_set_font <cycle 4> [371]
                                   1             x_set_alpha <cycle 4> [1620]
                                   1             x_set_scroll_bar_height <cycle 4> [1640]
                                   1             x_set_scroll_bar_width <cycle 4> [1641]
                                   1             x_set_icon_type <cycle 4> [1629]
                                   1             update_frame_tool_bar <cycle 4> [425]
                                   1             run_window_configuration_change_hook <cycle 4> [369]
                                   1             x_set_menu_bar_lines <cycle 4> [1633]
-----------------------------------------------
                                1974             sub_char_table_set_range [396]
                0.00    0.00    1031/1031        char_table_set_range [392]
[396]    0.0    0.00    0.00    1031+1974    sub_char_table_set_range [396]
                0.00    0.00     133/170         make_sub_char_table [387]
                                1974             sub_char_table_set_range [396]
-----------------------------------------------
                                   2             eval_sub <cycle 4> [189]
[397]    0.0    0.00    0.00       2         Fdirectory_files <cycle 4> [397]
                0.00    0.00       2/2457        Ffind_file_name_handler [105]
                                   2             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[398]    0.0    0.00    0.00       2         Ffile_attributes <cycle 4> [398]
                0.00    0.00       2/2457        Ffind_file_name_handler [105]
                0.00    0.00       2/307         encode_file_name [1063]
                                   2             internal_condition_case_2 <cycle 4> [1500]
                                   2             code_convert_string <cycle 4> [273]
-----------------------------------------------
                0.00    0.00   30173/30173       map_sub_char_table <cycle 4> [125]
[399]    0.0    0.00    0.00   30173         accumulate_script_ranges [399]
                0.00    0.00    1076/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       1/18          Fnew_fontset <cycle 4> [463]
                0.00    0.00      17/18          font_parse_name [349]
[400]    0.0    0.00    0.00      18         font_parse_xlfd [400]
                0.00    0.00     220/384683      font_intern_prop [91]
                0.00    0.00      22/1778        font_style_to_value [859]
-----------------------------------------------
                                   2             Fautoload_do_load <cycle 4> [543]
                                  24             Ffuncall <cycle 4> [39]
[401]    0.0    0.00    0.00      26         Fload <cycle 4> [401]
                0.00    0.00       4/4           safe_to_load_version [424]
                0.00    0.00       3/4           Fget_load_suffixes [429]
                0.00    0.00      14/103225      set_internal [113]
                0.00    0.00       1/56861       concat [111]
                0.00    0.00       3/7672938     Fnreverse [28]
                0.00    0.00       4/3266575     Fcons [62]
                0.00    0.00      12/311674      grow_specpdl [632]
                0.00    0.00       8/8           suffix_p [1332]
                0.00    0.00       8/7918        record_unwind_protect [723]
                0.00    0.00       4/2007        record_unwind_protect_int [844]
                0.00    0.00       4/33219       xfree [655]
                0.00    0.00       2/307         encode_file_name [1063]
                0.00    0.00       2/4           set_unwind_protect_ptr [1424]
                0.00    0.00       2/4           lisp_file_lexically_bound_p [1418]
                0.00    0.00       2/6779        Ffboundp [730]
                0.00    0.00       2/6           emacs_close [1353]
                0.00    0.00       2/7           clear_unwind_protect [1336]
                0.00    0.00       1/146         Fappend [1095]
                                  26             openp <cycle 4> [210]
                                  23             internal_condition_case_1 <cycle 4> [878]
                                  14             store_symval_forwarding <cycle 4> [117]
                                  14             specbind <cycle 4> [639]
                                   6             unbind_to <cycle 4> [285]
                                   3             Fsubstitute_in_file_name <cycle 4> [284]
                                   2             readevalloop <cycle 4> [380]
                                   2             Ffile_name_directory <cycle 4> [266]
                                   2             call1 <cycle 4> [794]
                                   2             call4 <cycle 4> [1217]
-----------------------------------------------
                                   2             decode_coding_gap <cycle 4> [551]
                                 301             encode_coding_object <cycle 4> [1067]
                                 578             decode_coding_object <cycle 4> [324]
[402]    0.0    0.00    0.00     881         code_conversion_save <cycle 4> [402]
                0.00    0.00     881/3266575     Fcons [62]
                0.00    0.00     881/59263       Fcurrent_buffer [645]
                0.00    0.00     881/311674      grow_specpdl [632]
                0.00    0.00     881/7918        record_unwind_protect [723]
                0.00    0.00     578/593         Fbuffer_live_p [1029]
                                1154             set_buffer_internal_1 <cycle 4> [745]
                                 578             Fmake_local_variable <cycle 4> [367]
                                 578             Fset <cycle 4> [259]
                                 578             Ferase_buffer <cycle 4> [1034]
-----------------------------------------------
                0.00    0.00       3/37          Ffuncall <cycle 4> [39]
                0.00    0.00      34/37          eval_sub <cycle 4> [189]
[403]    0.0    0.00    0.00      37         Fdefalias [403]
                0.00    0.00      37/120134      Fget [103]
                0.00    0.00      37/37          Ffset [455]
                0.00    0.00     128/3266575     Fcons [62]
                0.00    0.00      37/291575      Fplist_get [141]
-----------------------------------------------
                                  90             read1 <cycle 5> [279]
[404]    0.0    0.00    0.00      90         read_vector <cycle 5> [404]
                0.00    0.00      90/7829        Fmake_vector [230]
                0.00    0.00     744/72320       Fcar [641]
                0.00    0.00     744/1364726     Fcdr [610]
                0.00    0.00     744/744         free_cons [1022]
                0.00    0.00      90/140813      Flength [634]
                                  90             read_list <cycle 5> [388]
-----------------------------------------------
                0.00    0.00     204/204         Ffontp [389]
[405]    0.0    0.00    0.00     204         font_prop_validate_symbol [405]
                0.00    0.00     120/2294        Fintern [301]
                0.00    0.00     118/3072176     casify_object [41]
                0.00    0.00     118/2872        Fdowncase [792]
                0.00    0.00       4/539         intern_sym [1042]
-----------------------------------------------
                                   1             initialize_frame_menubar <cycle 4> [1583]
                                   2             set_frame_menubar <cycle 4> [465]
                                   4             show_hourglass <cycle 4> [180]
[406]    0.0    0.00    0.00       7         menu_bar_items <cycle 4> [406]
                0.00    0.00      14/10310       get_local_map [157]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00       1/63          larger_vector [418]
                0.00    0.00      12/676170      get_keymap [617]
                                  12             access_keymap <cycle 4> [754]
                                  12             map_keymap_internal <cycle 4> [592]
                                  12             map_keymap_canonical <cycle 4> [1114]
                                   7             current_minor_maps <cycle 4> [742]
-----------------------------------------------
                0.00    0.00       4/12          fontset_find_font [12]
                0.00    0.00       8/12          font_load_for_lface [337]
[407]    0.0    0.00    0.00      12         font_open_entity [407]
                0.00    0.00       8/8           xftfont_open [408]
                0.00    0.00       8/3266575     Fcons [62]
                0.00    0.00       8/114         normal_char_ascent_descent [1129]
                0.00    0.00       8/10          get_font_ascent_descent [1304]
                0.00    0.00       4/4           xftfont_cached_font_ok [1428]
-----------------------------------------------
                0.00    0.00       8/8           font_open_entity [407]
[408]    0.0    0.00    0.00       8         xftfont_open [408]
                0.00    0.00       8/8           font_build_object [419]
                0.00    0.00       8/6132509     ftfont_get_fc_charset [18]
                0.00    0.00       8/6195131     assq_no_quit [48]
                0.00    0.00      16/638667      unblock_input_to [618]
                0.00    0.00      16/638619      unblock_input [619]
                0.00    0.00       8/12          xftfont_add_rendering_parameters [1288]
                0.00    0.00       2/7766        do_pending_atimers [724]
                0.00    0.00       2/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                                 263             Fwhere_is_internal <cycle 4> [270]
[409]    0.0    0.00    0.00     263         shadow_lookup <cycle 4> [409]
                0.00    0.00      99/244         Fsubstring [385]
                                 499             Flookup_key <cycle 4> [760]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[410]    0.0    0.00    0.00       3         Ftry_completion [410]
                0.00    0.00      89/1535738     Fcompare_strings [34]
                0.00    0.00       1/32302       Fequal [207]
-----------------------------------------------
                                  40             Ffuncall <cycle 4> [39]
[411]    0.0    0.00    0.00      40         Fsignal <cycle 4> [411]
                0.00    0.00      40/120134      Fget [103]
                0.00    0.00      40/291575      Fplist_get [141]
                0.00    0.00      60/3266575     Fcons [62]
                0.00    0.00      40/18705       Fmemq [674]
                                  40             unwind_to_catch <cycle 4> [1185]
-----------------------------------------------
                                   2             map_charset_chars <cycle 4> [372]
[412]    0.0    0.00    0.00       2         load_charset <cycle 4> [412]
                0.00    0.00       2/2           load_charset_map [415]
                0.00    0.00       2/103225      set_internal [113]
                0.00    0.00     556/556         read_hex [1037]
                0.00    0.00       2/311674      grow_specpdl [632]
                0.00    0.00       2/2           record_unwind_protect_nothing [1506]
                0.00    0.00       2/4           set_unwind_protect_ptr [1424]
                0.00    0.00       2/3           record_xmalloc [1454]
                0.00    0.00       2/7           clear_unwind_protect [1336]
                                   4             unbind_to <cycle 4> [285]
                                   2             store_symval_forwarding <cycle 4> [117]
                                   2             specbind <cycle 4> [639]
                                   2             openp <cycle 4> [210]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [384]
[413]    0.0    0.00    0.00       1         x_default_font_parameter <cycle 4> [413]
                0.00    0.00       1/1           font_open_by_name [414]
                0.00    0.00       1/51          x_get_arg [426]
                0.00    0.00       1/1           xsettings_get_system_font [1664]
                0.00    0.00       1/20569       make_unibyte_string [669]
                                   1             x_default_parameter <cycle 4> [443]
-----------------------------------------------
                0.00    0.00       1/1           x_default_font_parameter <cycle 4> [413]
[414]    0.0    0.00    0.00       1         font_open_by_name [414]
                0.00    0.00       1/1           font_open_by_spec [417]
                0.00    0.00       1/887         Ffont_spec [289]
                0.00    0.00       1/3153        font_put_extra [326]
-----------------------------------------------
                0.00    0.00       2/2           load_charset <cycle 4> [412]
[415]    0.0    0.00    0.00       2         load_charset_map [415]
                0.00    0.00     244/4993256     char_table_ref [35]
                0.00    0.00     244/640         char_table_set [442]
                0.00    0.00       2/84          Fmake_char_table [377]
-----------------------------------------------
                                  20             Fcommand_error_default_function <cycle 4> [1236]
[416]    0.0    0.00    0.00      20         print_error_message <cycle 4> [416]
                0.00    0.00      40/120134      Fget [103]
                0.00    0.00      40/291575      Fplist_get [141]
                0.00    0.00      20/72320       Fcar [641]
                0.00    0.00      20/18705       Fmemq [674]
                0.00    0.00      20/20          Fcdr_safe [1235]
                0.00    0.00      20/590         Fsubstitute_command_keys [1030]
                                  40             message_dolog <cycle 4> [308]
                                  20             write_string_1 <cycle 4> [1257]
                                  20             text_quoting_style <cycle 4> [523]
                                  20             Fprinc <cycle 4> [1239]
-----------------------------------------------
                0.00    0.00       1/1           font_open_by_name [414]
[417]    0.0    0.00    0.00       1         font_open_by_spec [417]
                0.00    0.00       1/8           font_load_for_lface [337]
-----------------------------------------------
                0.00    0.00       1/63          menu_bar_items <cycle 4> [406]
                0.00    0.00       2/63          process_tool_bar_item <cycle 4> [287]
                0.00    0.00      12/63          ensure_menu_items [466]
                0.00    0.00      48/63          hash_put [68]
[418]    0.0    0.00    0.00      63         larger_vector [418]
                0.00    0.00      63/396978      allocate_vector [57]
-----------------------------------------------
                0.00    0.00       8/8           xftfont_open [408]
[419]    0.0    0.00    0.00       8         font_build_object [419]
                0.00    0.00       8/8           font_make_object [420]
                0.00    0.00      24/3906        font_style_symbolic [757]
                0.00    0.00      16/17709       make_string [680]
                0.00    0.00       8/1289        font_unparse_xlfd [885]
-----------------------------------------------
                0.00    0.00       8/8           font_build_object [419]
[420]    0.0    0.00    0.00       8         font_make_object [420]
                0.00    0.00       8/7169        Fcopy_alist [166]
                0.00    0.00       8/2838        allocate_pseudovector [267]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[421]    0.0    0.00    0.00       1         Ffile_accessible_directory_p <cycle 4> [421]
                0.00    0.00       1/2457        Ffind_file_name_handler [105]
                0.00    0.00       1/307         encode_file_name [1063]
                0.00    0.00       1/1           file_accessible_directory_p [1572]
                                   1             Fexpand_file_name <cycle 4> [164]
                                   1             code_convert_string <cycle 4> [273]
-----------------------------------------------
                0.00    0.00       2/5           Fbuffer_substring [357]
                0.00    0.00       3/5           current_message_1 [434]
[422]    0.0    0.00    0.00       5         make_buffer_string [422]
                0.00    0.00      10/19444       buf_charpos_to_bytepos [133]
-----------------------------------------------
                                   4             show_hourglass <cycle 4> [180]
[423]    0.0    0.00    0.00       4         tool_bar_items <cycle 4> [423]
                0.00    0.00       8/10310       get_local_map [157]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00       8/676170      get_keymap [617]
                                   8             access_keymap <cycle 4> [754]
                                   4             map_keymap <cycle 4> [761]
                                   4             current_minor_maps <cycle 4> [742]
-----------------------------------------------
                0.00    0.00       4/4           Fload <cycle 4> [401]
[424]    0.0    0.00    0.00       4         safe_to_load_version [424]
                0.00    0.00       4/122         fast_c_string_match_ignore_case [290]
                0.00    0.00       4/8           emacs_read [1330]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
                                   1             xg_create_frame_widgets <cycle 4> [1655]
                                  59             redisplay_window <cycle 4> [116]
[425]    0.0    0.00    0.00      61         update_frame_tool_bar <cycle 4> [425]
                0.00    0.00     116/32302       Fequal [207]
                0.00    0.00      60/60          Ftool_bar_get_system_style [1152]
                0.00    0.00      60/638667      unblock_input_to [618]
                0.00    0.00      60/638619      unblock_input [619]
                0.00    0.00      10/20          xpm_image_p [1258]
                0.00    0.00      10/20          valid_image_p [1256]
                0.00    0.00      10/10          file_for_image [1300]
                0.00    0.00      10/6779        Ffboundp [730]
                0.00    0.00      10/10          find_icon_from_name [1301]
                0.00    0.00      10/37          xstrdup [1205]
                0.00    0.00       1/9           xg_update_submenu [1324]
                0.00    0.00       1/34          frame_size_history_add [1210]
                0.00    0.00       1/1           tb_size_cb [1601]
                0.00    0.00       1/71975       xmalloc [642]
                                  10             call1 <cycle 4> [794]
                                   1             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                0.00    0.00       1/51          x_default_font_parameter <cycle 4> [413]
                0.00    0.00       2/51          x_default_scroll_bar_color_parameter <cycle 4> [536]
                0.00    0.00       4/51          x_frame_get_and_record_arg [511]
                0.00    0.00       5/51          x_figure_window_size [501]
                0.00    0.00       9/51          Fx_create_frame <cycle 4> [384]
                0.00    0.00      30/51          x_default_parameter <cycle 4> [443]
[426]    0.0    0.00    0.00      51         x_get_arg [426]
                0.00    0.00     101/1409718     Fassq [45]
                0.00    0.00      31/49          xrdb_get_resource [1180]
                0.00    0.00       1/1364726     Fcdr [610]
-----------------------------------------------
                0.00    0.00       1/5           x_set_offset [481]
                0.00    0.00       1/5           Fx_wm_set_size_hint [480]
                0.00    0.00       1/5           Fx_create_frame <cycle 4> [384]
                0.00    0.00       2/5           xg_frame_set_char_size <cycle 4> [453]
[427]    0.0    0.00    0.00       5         x_wm_set_size_hint [427]
                0.00    0.00       2/7233        Fframe_parameter [99]
                0.00    0.00       5/12          xg_get_gdk_scale [1289]
                0.00    0.00       2/1364726     Fcdr [610]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/215         Ffuncall <cycle 4> [39]
                0.00    0.00     214/215         Fwhere_is_internal <cycle 4> [270]
[428]    0.0    0.00    0.00     215         Fsafe_length [428]
                0.00    0.00     401/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       1/4           Ffuncall <cycle 4> [39]
                0.00    0.00       3/4           Fload <cycle 4> [401]
[429]    0.0    0.00    0.00       4         Fget_load_suffixes [429]
                0.00    0.00      16/241         concat2 [333]
                0.00    0.00      16/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       1/4336        modify_event_symbol [217]
                0.00    0.00       2/4336        Fdefvar <cycle 4> [461]
                0.00    0.00       4/4336        eval_sub <cycle 4> [189]
                0.00    0.00      10/4336        apply_modifiers [97]
                0.00    0.00      22/4336        parse_modifiers [190]
                0.00    0.00      27/4336        Ffset [455]
                0.00    0.00     129/4336        Ffuncall <cycle 4> [39]
                0.00    0.00    4141/4336        update_overlay_arrows <cycle 4> [261]
[430]    0.0    0.00    0.00    4336         Fput [430]
                0.00    0.00    4335/4355        Fplist_put [448]
                0.00    0.00     158/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[431]    0.0    0.00    0.00      22         Finternal_get_lisp_face_attribute [431]
                0.00    0.00      22/1762        lface_from_face_name [268]
                0.00    0.00      22/7229        lface_from_face_name_no_resolve [334]
                0.00    0.00      22/3099        decode_live_frame [776]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[432]    0.0    0.00    0.00       1         Fset_window_configuration <cycle 4> [432]
                0.00    0.00       7/2140        set_marker_internal [215]
                0.00    0.00       2/1409718     Fassq [45]
                0.00    0.00       7/10          set_marker_restricted [1309]
                0.00    0.00       4/230         adjust_window_count [1072]
                0.00    0.00       4/115         wset_buffer [1128]
                0.00    0.00       1/1           CHECK_WINDOW_CONFIGURATION [1526]
                0.00    0.00       1/535         set_marker_both [1043]
                0.00    0.00       1/309         fset_redisplay [1062]
                0.00    0.00       1/2           Fset_window_new_pixel [1481]
                0.00    0.00       1/1           get_leaf_windows [1578]
                0.00    0.00       1/2           delete_all_child_windows [1490]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                                   2             select_window <cycle 4> [510]
                                   1             adjust_frame_size <cycle 4> [478]
                                   1             adjust_frame_glyphs <cycle 4> [1291]
                                   1             unbind_to <cycle 4> [285]
                                   1             run_window_configuration_change_hook <cycle 4> [369]
                                   1             do_switch_frame <cycle 4> [1328]
                                   1             Fredirect_frame_focus <cycle 4> [1543]
                                   1             Fset_buffer <cycle 4> [803]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[433]    0.0    0.00    0.00       4         looking_at_1 [433]
                0.00    0.00       4/54928       re_match_2_internal [70]
                0.00    0.00       4/51282       compile_pattern [95]
                0.00    0.00       4/8563        re_match_2 [717]
-----------------------------------------------
                0.00    0.00       3/3           with_echo_area_buffer <cycle 4> [386]
[434]    0.0    0.00    0.00       3         current_message_1 [434]
                0.00    0.00       3/5           make_buffer_string [422]
                0.00    0.00       3/583         make_buffer_string_both [322]
-----------------------------------------------
                                  38             message_dolog <cycle 4> [308]
[435]    0.0    0.00    0.00      38         del_range_both <cycle 4> [435]
                0.00    0.00      18/616         del_range_2 [300]
                                  18             signal_after_change <cycle 4> [281]
                                  18             update_compositions <cycle 4> [205]
-----------------------------------------------
                0.00    0.00      11/11          Ffuncall <cycle 4> [39]
[436]    0.0    0.00    0.00      11         Fdelete [436]
                0.00    0.00      87/14252708     internal_equal [24]
                0.00    0.00       2/1610383     Fsetcdr [608]
-----------------------------------------------
                0.00    0.00     121/121         Fsubstring [385]
[437]    0.0    0.00    0.00     121         copy_text_properties [437]
                0.00    0.00     121/755707      validate_interval_range [89]
-----------------------------------------------
                0.00    0.00       1/56          x_set_font_backend [544]
                0.00    0.00       6/56          x_set_font <cycle 4> [371]
                0.00    0.00      12/56          handle_one_xevent [195]
                0.00    0.00      37/56          x_set_frame_parameters <cycle 4> [395]
[438]    0.0    0.00    0.00      56         store_frame_param [438]
                0.00    0.00      56/1409718     Fassq [45]
                0.00    0.00      76/3266575     Fcons [62]
                0.00    0.00      18/1610383     Fsetcdr [608]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[439]    0.0    0.00    0.00       2         Fset_charset_priority [439]
                0.00    0.00     208/3266575     Fcons [62]
                0.00    0.00       2/48808       Fcopy_sequence [122]
                0.00    0.00       6/7672938     Fnreverse [28]
                0.00    0.00       2/6640124     hash_lookup [20]
                0.00    0.00     666/18705       Fmemq [674]
                0.00    0.00       2/1091        Fdelq [915]
                0.00    0.00       2/2127        Fnconc [823]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[440]    0.0    0.00    0.00       4         scan_lists [440]
                0.00    0.00       4/19444       buf_charpos_to_bytepos [133]
                0.00    0.00      50/50          char_quoted [476]
                0.00    0.00       2/4993256     char_table_ref [35]
                0.00    0.00     150/150         syntax_multibyte [1094]
                0.00    0.00       4/1154        SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
                0.00    0.00       1/8502        Fcurrent_window_configuration [502]
                0.00    0.00       2/8502        Fwindow_new_total [596]
                0.00    0.00       2/8502        Fset_window_new_total [595]
                0.00    0.00      20/8502        Fwindow_parent [591]
                0.00    0.00      24/8502        Fwindow_next_sibling [590]
                0.00    0.00      85/8502        Fwindow_minibuffer_p [577]
                0.00    0.00      90/8502        Fwindow_top_child [576]
                0.00    0.00      90/8502        Fwindow_left_child [575]
                0.00    0.00    1012/8502        Fwindow_pixel_height [515]
                0.00    0.00    1020/8502        Fwindow_pixel_width [514]
                0.00    0.00    2000/8502        Fwindow_pixel_left [488]
                0.00    0.00    2000/8502        Fwindow_pixel_top [489]
                0.00    0.00    2156/8502        Fwindow_frame [485]
[441]    0.0    0.00    0.00    8502         save_window_save [441]
                0.00    0.00       5/5           Fcopy_marker [444]
                0.00    0.00       2/1409718     Fassq [45]
                0.00    0.00       4/3266575     Fcons [62]
                0.00    0.00       4/2070        buffer_local_value [828]
                0.00    0.00       1/1089        build_marker [919]
-----------------------------------------------
                0.00    0.00     244/640         load_charset_map [415]
                0.00    0.00     396/640         fontset_add [248]
[442]    0.0    0.00    0.00     640         char_table_set [442]
                0.00    0.00    1920/1920        sub_char_table_set [446]
                0.00    0.00       2/170         make_sub_char_table [387]
                0.00    0.00       1/18          char_table_ascii [1259]
-----------------------------------------------
                                   1             x_default_font_parameter <cycle 4> [413]
                                  29             Fx_create_frame <cycle 4> [384]
[443]    0.0    0.00    0.00      30         x_default_parameter <cycle 4> [443]
                0.00    0.00      30/51          x_get_arg [426]
                                  30             x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
                0.00    0.00       5/5           save_window_save [441]
[444]    0.0    0.00    0.00       5         Fcopy_marker [444]
                0.00    0.00       5/2140        set_marker_internal [215]
                0.00    0.00       5/79          Fmake_marker [1138]
                0.00    0.00       5/9179        CHECK_MARKER [713]
-----------------------------------------------
                0.00    0.00       2/57          xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       8/57          handle_one_xevent [195]
                0.00    0.00      10/57          frame_inhibit_resize [500]
                0.00    0.00      37/57          x_set_frame_parameters <cycle 4> [395]
[445]    0.0    0.00    0.00      57         get_frame_param [445]
                0.00    0.00      57/1409718     Fassq [45]
-----------------------------------------------
                0.00    0.00    1920/1920        char_table_set [442]
[446]    0.0    0.00    0.00    1920         sub_char_table_set [446]
                0.00    0.00      24/170         make_sub_char_table [387]
-----------------------------------------------
                                  20             write_string_1 <cycle 4> [1257]
                                  20             Fprinc <cycle 4> [1239]
                                  40             strout <cycle 4> [1198]
[447]    0.0    0.00    0.00      80         setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00      19/103225      set_internal [113]
                0.00    0.00      20/2427        temp_set_point_both [805]
                0.00    0.00      19/598         del_range [1028]
                0.00    0.00       1/5           Fset_buffer_multibyte [1372]
                                  80             ensure_echo_area_buffers <cycle 4> [1099]
                                  40             set_buffer_internal_1 <cycle 4> [745]
                                  19             store_symval_forwarding <cycle 4> [117]
                                  19             specbind <cycle 4> [639]
                                  19             del_range_1 <cycle 4> [232]
                                  19             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00      20/4355        Ffuncall <cycle 4> [39]
                0.00    0.00    4335/4355        Fput [430]
[448]    0.0    0.00    0.00    4355         Fplist_put [448]
                0.00    0.00     218/3266575     Fcons [62]
                0.00    0.00    4168/14156       Fsetcar [688]
                0.00    0.00      30/1610383     Fsetcdr [608]
-----------------------------------------------
                                  72             map_keymap_internal <cycle 4> [592]
                                 143             Fset_fontset_font <cycle 4> [60]
[449]    0.0    0.00    0.00     215         map_char_table <cycle 4> [449]
                0.00    0.00     215/3266575     Fcons [62]
                                 215             map_sub_char_table <cycle 4> [125]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[450]    0.0    0.00    0.00       1         delete_frame <cycle 4> [450]
                0.00    0.00       1/7233        Fframe_parameter [99]
                0.00    0.00       1/2           font_update_drivers [542]
                0.00    0.00       5/33219       xfree [655]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                0.00    0.00       1/19551       decode_any_frame [671]
                0.00    0.00       1/1364726     Fcdr [610]
                0.00    0.00       1/2           free_glyphs [1497]
                0.00    0.00       1/2           delete_all_child_windows [1490]
                0.00    0.00       1/1091        Fdelq [915]
                0.00    0.00       1/1           free_font_driver_list [1575]
                0.00    0.00       1/1           free_frame_faces [1576]
                0.00    0.00       1/1           initial_free_frame_resources [1582]
                0.00    0.00       1/1           x_clipboard_manager_save_frame [1612]
                0.00    0.00       1/2           safe_call2 [1509]
                0.00    0.00       1/1           other_visible_frames [1590]
                                   1             check_minibuf_window <cycle 4> [1564]
                                   1             Fdelete_terminal <cycle 4> [1531]
                                   1             safe_call <cycle 4> [1083]
                                   1             do_switch_frame <cycle 4> [1328]
-----------------------------------------------
                0.00    0.00      16/16          Ffuncall <cycle 4> [39]
[451]    0.0    0.00    0.00      16         Fcoding_system_base [451]
                0.00    0.00      15/6143931     Fgethash [21]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [39]
[452]    0.0    0.00    0.00       9         Fframe_list [452]
                0.00    0.00       9/48808       Fcopy_sequence [122]
-----------------------------------------------
                                   2             x_set_window_size <cycle 4> [1519]
[453]    0.0    0.00    0.00       2         xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       2/5           x_wm_set_size_hint [427]
                0.00    0.00       2/57          get_frame_param [445]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/1702        list2 [382]
                0.00    0.00       2/34          frame_size_history_add [1210]
                0.00    0.00       2/309         fset_redisplay [1062]
                0.00    0.00       2/9           cancel_mouse_face [1318]
                0.00    0.00       1/1364726     Fcdr [610]
                0.00    0.00       1/1           x_wait_for_event [1649]
                0.00    0.00       1/12          xg_get_gdk_scale [1289]
                                   1             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[454]    0.0    0.00    0.00       2         Feval_buffer <cycle 4> [454]
                0.00    0.00       2/2           temp_set_point [475]
                0.00    0.00       6/103225      set_internal [113]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/1075        make_save_obj_obj_obj_obj [925]
                0.00    0.00       2/1075        save_excursion_save [926]
                0.00    0.00       2/311674      grow_specpdl [632]
                0.00    0.00       2/7918        record_unwind_protect [723]
                0.00    0.00       2/4           lisp_file_lexically_bound_p [1418]
                0.00    0.00       2/4774        Fget_buffer [746]
                                   6             store_symval_forwarding <cycle 4> [117]
                                   6             specbind <cycle 4> [639]
                                   4             unbind_to <cycle 4> [285]
                                   2             readevalloop <cycle 4> [380]
-----------------------------------------------
                0.00    0.00      37/37          Fdefalias [403]
[455]    0.0    0.00    0.00      37         Ffset [455]
                0.00    0.00      37/37          valid_lisp_object_p [472]
                0.00    0.00      62/3266575     Fcons [62]
                0.00    0.00      27/4336        Fput [430]
-----------------------------------------------
                                   5             eval_sub <cycle 4> [189]
                                  16             Fbuffer_list <cycle 4> [1269]
                                  36             Ffuncall <cycle 4> [39]
[456]    0.0    0.00    0.00      57         Fmapcar <cycle 4> [456]
                0.00    0.00      57/10181       Flist [264]
                0.00    0.00      57/140813      Flength [634]
                                  57             mapcar1 <cycle 4> [1159]
-----------------------------------------------
                                   1             check_minibuf_window <cycle 4> [1564]
                                   2             make_frame <cycle 4> [314]
[457]    0.0    0.00    0.00       3         set_window_buffer <cycle 4> [457]
                0.00    0.00       3/2140        set_marker_internal [215]
                0.00    0.00       3/7           Fcurrent_time [516]
                0.00    0.00       6/535         set_marker_both [1043]
                0.00    0.00       3/230         adjust_window_count [1072]
                0.00    0.00       3/115         wset_buffer [1128]
                0.00    0.00       3/59263       Fcurrent_buffer [645]
                0.00    0.00       3/3           wset_update_mode_line [1465]
                0.00    0.00       3/8           wset_redisplay [1333]
                0.00    0.00       3/311674      grow_specpdl [632]
                0.00    0.00       3/7918        record_unwind_protect [723]
                0.00    0.00       3/10          set_marker_restricted [1309]
                0.00    0.00       3/3           set_window_fringes [1461]
                0.00    0.00       3/3           set_window_scroll_bars [1462]
                0.00    0.00       3/14579       set_window_margins [684]
                0.00    0.00       3/3           apply_window_adjustment [1445]
                                   3             Fset_buffer <cycle 4> [803]
                                   3             adjust_frame_glyphs <cycle 4> [1291]
-----------------------------------------------
                                   2             ensure_echo_area_buffers <cycle 4> [1099]
                                   3             Ffuncall <cycle 4> [39]
                                 100             message_dolog <cycle 4> [308]
[458]    0.0    0.00    0.00     105         Fget_buffer_create <cycle 4> [458]
                0.00    0.00       5/48808       Fcopy_sequence [122]
                0.00    0.00       5/10          reset_buffer_local_variables [482]
                0.00    0.00      10/3266575     Fcons [62]
                0.00    0.00     105/1364726     Fcdr [610]
                0.00    0.00     105/4774        Fget_buffer [746]
                0.00    0.00      10/638667      unblock_input_to [618]
                0.00    0.00      10/638619      unblock_input [619]
                0.00    0.00       5/5           allocate_buffer [1378]
                0.00    0.00       5/71975       xmalloc [642]
                0.00    0.00       5/5           reset_buffer [1386]
                0.00    0.00       5/79          Fmake_marker [1138]
                0.00    0.00       5/18192       list1 [678]
                0.00    0.00       5/1818        nconc2 [856]
                                   5             call1 <cycle 4> [794]
-----------------------------------------------
                0.00    0.00       3/3           Fmake_hash_table [124]
[459]    0.0    0.00    0.00       3         make_hash_table [459]
                0.00    0.00      12/7829        Fmake_vector [230]
                0.00    0.00       3/2838        allocate_pseudovector [267]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[460]    0.0    0.00    0.00       2         Fset_coding_system_priority <cycle 4> [460]
                0.00    0.00       8/6143931     Fgethash [21]
                0.00    0.00      42/3266575     Fcons [62]
                                   8             Fset <cycle 4> [259]
-----------------------------------------------
                                 137             eval_sub <cycle 4> [189]
[461]    0.0    0.00    0.00     137         Fdefvar <cycle 4> [461]
                0.00    0.00     137/3266575     Fcons [62]
                0.00    0.00       2/4336        Fput [430]
                0.00    0.00     137/209         Fdefault_boundp [1077]
                0.00    0.00     137/72320       Fcar [641]
                0.00    0.00      16/16          default_toplevel_binding [1271]
                                 121             Fset_default <cycle 4> [178]
                                 121             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00      11/11          Ffuncall <cycle 4> [39]
[462]    0.0    0.00    0.00      11         Fcoding_system_plist [462]
                0.00    0.00      11/6143931     Fgethash [21]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[463]    0.0    0.00    0.00       2         Fnew_fontset <cycle 4> [463]
                0.00    0.00       1/18          font_parse_xlfd [400]
                0.00    0.00       1/82          make_fontset [378]
                0.00    0.00       2/895         fs_query_fontset [311]
                0.00    0.00       1/887         Ffont_spec [289]
                0.00    0.00       2/3072176     casify_object [41]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       1/38          Fset_char_table_range [508]
                0.00    0.00      52/72320       Fcar [641]
                0.00    0.00      52/1364726     Fcdr [610]
                0.00    0.00       2/2872        Fdowncase [792]
                0.00    0.00       1/881         free_realized_fontsets [1019]
                0.00    0.00       1/1289        font_unparse_xlfd [885]
                0.00    0.00       1/20569       make_unibyte_string [669]
                                 147             Fset_fontset_font <cycle 4> [60]
-----------------------------------------------
                                   3             Fdo_auto_save <cycle 4> [524]
                                 118             Fgarbage_collect <cycle 4> [40]
[464]    0.0    0.00    0.00     121         push_message <cycle 4> [464]
                0.00    0.00     121/3266575     Fcons [62]
                                 121             current_message <cycle 4> [1098]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [384]
                                   4             show_hourglass <cycle 4> [180]
[465]    0.0    0.00    0.00       5         set_frame_menubar <cycle 4> [465]
                0.00    0.00       8/103225      set_internal [113]
                0.00    0.00       2/2           init_menu_items [557]
                0.00    0.00       2/2           save_menu_items [561]
                0.00    0.00       2/1041        record_unwind_save_match_data [358]
                0.00    0.00      26/1317        make_widget_value [883]
                0.00    0.00      13/13          update_submenu_strings [1282]
                0.00    0.00      10/638667      unblock_input_to [618]
                0.00    0.00      10/638619      unblock_input [619]
                0.00    0.00       5/5           free_menubar_widget_value_tree [1383]
                0.00    0.00       4/4           xg_modify_menubar_widgets [1429]
                0.00    0.00       2/311674      grow_specpdl [632]
                0.00    0.00       2/7918        record_unwind_protect [723]
                0.00    0.00       1/71975       xmalloc [642]
                0.00    0.00       1/1           xg_create_widget [1656]
                                  13             parse_single_submenu <cycle 4> [1281]
                                  13             digest_single_submenu <cycle 4> [1279]
                                   8             store_symval_forwarding <cycle 4> [117]
                                   8             specbind <cycle 4> [639]
                                   5             xg_update_frame_menubar <cycle 4> [1392]
                                   4             set_buffer_internal_1 <cycle 4> [745]
                                   4             safe_run_hooks <cycle 4> [256]
                                   2             menu_bar_items <cycle 4> [406]
                                   2             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00     106/1570        push_menu_pane [564]
                0.00    0.00     186/1570        single_menu_item <cycle 4> [468]
                0.00    0.00    1278/1570        push_menu_item [477]
[466]    0.0    0.00    0.00    1570         ensure_menu_items [466]
                0.00    0.00      12/63          larger_vector [418]
-----------------------------------------------
                                  30             bidi_paragraph_init <cycle 4> [495]
[467]    0.0    0.00    0.00      30         find_first_strong_char <cycle 4> [467]
                0.00    0.00      30/885731      bidi_get_category [84]
                0.00    0.00      30/474378      bidi_find_paragraph_start [148]
                                  30             bidi_fetch_char_skip_isolates <cycle 4> [496]
-----------------------------------------------
                                1297             map_keymap_internal <cycle 4> [592]
[468]    0.0    0.00    0.00    1297         single_menu_item <cycle 4> [468]
                0.00    0.00    1278/1278        push_menu_item [477]
                0.00    0.00     186/1570        ensure_menu_items [466]
                0.00    0.00    1297/1297        parse_menu_item [884]
                                1297             process_tool_bar_item <cycle 4> [287]
                                  93             single_keymap_panes <cycle 4> [565]
-----------------------------------------------
                0.00    0.00       1/10          Ffind_operation_coding_system [352]
                0.00    0.00       2/10          create_terminal <cycle 4> [484]
                0.00    0.00       3/10          Ffuncall <cycle 4> [39]
                0.00    0.00       4/10          Fcheck_coding_system [471]
[469]    0.0    0.00    0.00      10         Fcoding_system_p [469]
                0.00    0.00       9/6640124     hash_lookup [20]
-----------------------------------------------
                                  54             map_keymap_internal <cycle 4> [592]
[470]    0.0    0.00    0.00      54         menu_bar_item <cycle 4> [470]
                0.00    0.00     101/3266575     Fcons [62]
                0.00    0.00      54/18705       Fmemq [674]
                0.00    0.00      47/18192       list1 [678]
                                  47             process_tool_bar_item <cycle 4> [287]
-----------------------------------------------
                0.00    0.00       1/4           Fset_keyboard_coding_system_internal [503]
                0.00    0.00       1/4           Fset_terminal_coding_system_internal [504]
                0.00    0.00       2/4           Ffuncall <cycle 4> [39]
[471]    0.0    0.00    0.00       4         Fcheck_coding_system [471]
                0.00    0.00       4/120134      Fget [103]
                0.00    0.00       4/10          Fcoding_system_p [469]
                0.00    0.00       4/291575      Fplist_get [141]
-----------------------------------------------
                0.00    0.00      37/37          Ffset [455]
[472]    0.0    0.00    0.00      37         valid_lisp_object_p [472]
                0.00    0.00      37/349297      mem_find [131]
                0.00    0.00       6/8211        sweep_buffers [558]
                0.00    0.00      31/2931        Fsuspicious_object [791]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[473]    0.0    0.00    0.00     118         sweep_misc [473]
                0.00    0.00      37/1134        lisp_free [362]
                0.00    0.00    1160/3243        unchain_marker [768]
                0.00    0.00      37/31463       mem_delete [658]
-----------------------------------------------
                0.00    0.00       3/3           exec_byte_code <cycle 4> [143]
[474]    0.0    0.00    0.00       3         Fchar_after [474]
                0.00    0.00       2/19444       buf_charpos_to_bytepos [133]
-----------------------------------------------
                0.00    0.00       2/2           Feval_buffer <cycle 4> [454]
[475]    0.0    0.00    0.00       2         temp_set_point [475]
                0.00    0.00       2/19444       buf_charpos_to_bytepos [133]
-----------------------------------------------
                0.00    0.00      50/50          scan_lists [440]
[476]    0.0    0.00    0.00      50         char_quoted [476]
                0.00    0.00      49/4993256     char_table_ref [35]
-----------------------------------------------
                0.00    0.00    1278/1278        single_menu_item <cycle 4> [468]
[477]    0.0    0.00    0.00    1278         push_menu_item [477]
                0.00    0.00    1278/1570        ensure_menu_items [466]
-----------------------------------------------
                                   1             x_set_scroll_bar_width <cycle 4> [1641]
                                   1             x_set_scroll_bar_height <cycle 4> [1640]
                                   1             Fset_window_configuration <cycle 4> [432]
                                   1             x_new_font <cycle 4> [1517]
                                   1             xg_frame_set_char_size <cycle 4> [453]
                                   1             xg_update_frame_menubar <cycle 4> [1392]
                                   1             update_frame_tool_bar <cycle 4> [425]
                                   2             do_pending_window_change <cycle 4> [744]
                                   2             Fx_create_frame <cycle 4> [384]
[478]    0.0    0.00    0.00      11         adjust_frame_size <cycle 4> [478]
                0.00    0.00      10/10          frame_inhibit_resize [500]
                0.00    0.00      18/3266575     Fcons [62]
                0.00    0.00      14/1702        list2 [382]
                0.00    0.00       4/965         list4 [364]
                0.00    0.00      20/20          sanitize_window_sizes [1255]
                0.00    0.00      18/34          frame_size_history_add [1210]
                0.00    0.00       9/309         fset_redisplay [1062]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
                0.00    0.00       5/5           resize_frame_windows [1387]
                0.00    0.00       4/4           calculate_costs [1405]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                                  24             call4 <cycle 4> [1217]
                                  21             call2 <cycle 4> [862]
                                   4             window_box <cycle 4> [764]
                                   4             adjust_frame_glyphs <cycle 4> [1291]
                                   4             run_window_configuration_change_hook <cycle 4> [369]
                                   2             unbind_to <cycle 4> [285]
                                   2             x_set_window_size <cycle 4> [1519]
-----------------------------------------------
                                   1             Fmake_frame_visible <cycle 4> [562]
[479]    0.0    0.00    0.00       1         x_make_frame_visible <cycle 4> [479]
                0.00    0.00       1/1           x_set_offset [481]
                0.00    0.00       1/6195131     assq_no_quit [48]
                0.00    0.00      61/7766        do_pending_atimers [724]
                0.00    0.00      61/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00      61/638667      unblock_input_to [618]
                0.00    0.00      61/638619      unblock_input [619]
                0.00    0.00      60/65          x_sync [1145]
                0.00    0.00      60/60          input_polling_used [1153]
                                   1             x_bitmap_icon <cycle 4> [1512]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[480]    0.0    0.00    0.00       1         Fx_wm_set_size_hint [480]
                0.00    0.00       1/5           x_wm_set_size_hint [427]
                0.00    0.00       1/133         decode_window_system_frame [1102]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/1           x_make_frame_visible <cycle 4> [479]
[481]    0.0    0.00    0.00       1         x_set_offset [481]
                0.00    0.00       1/5           x_wm_set_size_hint [427]
                0.00    0.00       1/1           x_sync_with_move [1646]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       2/10          Fkill_all_local_variables <cycle 4> [539]
                0.00    0.00       3/10          Fkill_buffer <cycle 4> [499]
                0.00    0.00       5/10          Fget_buffer_create <cycle 4> [458]
[482]    0.0    0.00    0.00      10         reset_buffer_local_variables [482]
                0.00    0.00       5/120134      Fget [103]
                0.00    0.00       5/291575      Fplist_get [141]
-----------------------------------------------
                0.00    0.00      24/4272        map_keymap_internal <cycle 4> [592]
                0.00    0.00    4248/4272        map_sub_char_table <cycle 4> [125]
[483]    0.0    0.00    0.00    4272         map_keymap_char_table_item [483]
                0.00    0.00      72/3266575     Fcons [62]
-----------------------------------------------
                                   1             x_term_init <cycle 4> [573]
[484]    0.0    0.00    0.00       1         create_terminal <cycle 4> [484]
                0.00    0.00       2/886         setup_coding_system [304]
                0.00    0.00       2/10          Fcoding_system_p [469]
                0.00    0.00       2/2073        intern_1 [307]
                0.00    0.00       1/2838        allocate_pseudovector [267]
                0.00    0.00       2/71975       xmalloc [642]
                                   2             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                0.00    0.00    2156/2156        Ffuncall <cycle 4> [39]
[485]    0.0    0.00    0.00    2156         Fwindow_frame [485]
                0.00    0.00    2156/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       4/4           add_text_properties_1 <cycle 4> [302]
[486]    0.0    0.00    0.00       4         copy_properties [486]
                0.00    0.00       3/48808       Fcopy_sequence [122]
-----------------------------------------------
                0.00    0.00       2/2           exec_byte_code <cycle 4> [143]
[487]    0.0    0.00    0.00       2         skip_chars.constprop.5 [487]
                0.00    0.00       1/19444       buf_charpos_to_bytepos [133]
                0.00    0.00       2/6623        set_point_both [257]
-----------------------------------------------
                0.00    0.00    2000/2000        Ffuncall <cycle 4> [39]
[488]    0.0    0.00    0.00    2000         Fwindow_pixel_left [488]
                0.00    0.00    2000/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00    2000/2000        Ffuncall <cycle 4> [39]
[489]    0.0    0.00    0.00    2000         Fwindow_pixel_top [489]
                0.00    0.00    2000/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [143]
[490]    0.0    0.00    0.00       1         move_point [490]
                0.00    0.00       1/2849        set_point [204]
                0.00    0.00       1/6623        set_point_both [257]
-----------------------------------------------
                                  10             Fimage_mask_p <cycle 4> [1295]
[491]    0.0    0.00    0.00      10         lookup_image <cycle 4> [491]
                0.00    0.00      10/7672938     Fnreverse [28]
                0.00    0.00      10/3266575     Fcons [62]
                0.00    0.00      50/100         image_spec_value [1131]
                0.00    0.00      10/10          sxhash [1310]
                0.00    0.00      10/10          search_image_cache [1308]
                0.00    0.00      10/12473       gettime [693]
                0.00    0.00      10/1372        xzalloc [879]
                0.00    0.00      10/40          define_image_type [1196]
                0.00    0.00      10/40          lookup_image_type [1197]
                0.00    0.00      10/638667      unblock_input_to [618]
                0.00    0.00      10/638619      unblock_input [619]
                0.00    0.00      10/10          x_build_heuristic_mask [1311]
                0.00    0.00      10/18192       list1 [678]
                                  10             xpm_load <cycle 4> [1314]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [189]
                                   1             Ffuncall <cycle 4> [39]
[492]    0.0    0.00    0.00       2         Fpropertize <cycle 4> [492]
                0.00    0.00       2/48808       Fcopy_sequence [122]
                0.00    0.00       8/3266575     Fcons [62]
                0.00    0.00       2/2           Fadd_text_properties [1471]
                                   2             add_text_properties_1 <cycle 4> [302]
-----------------------------------------------
                                  23             where_is_internal <cycle 4> [151]
[493]    0.0    0.00    0.00      23         Faccessible_keymaps <cycle 4> [493]
                0.00    0.00      46/3266575     Fcons [62]
                0.00    0.00    1879/140813      Flength [634]
                0.00    0.00    1856/72320       Fcar [641]
                0.00    0.00    1856/1364726     Fcdr [610]
                0.00    0.00    1833/11256       Faref [697]
                0.00    0.00      23/676170      get_keymap [617]
                0.00    0.00      23/18192       list1 [678]
                                1820             map_keymap <cycle 4> [761]
-----------------------------------------------
                0.00    0.00       1/1037        remember_mouse_glyph [597]
                0.00    0.00       1/1037        make_lispy_position <cycle 4> [541]
                0.00    0.00    1035/1037        note_mouse_highlight [497]
[494]    0.0    0.00    0.00    1037         window_from_coordinates [494]
                0.00    0.00    1037/1042        Fcurrent_window_configuration [502]
                0.00    0.00    1038/1042        foreach_window_1 [559]
-----------------------------------------------
                                  13             set_iterator_to_next <cycle 4> [626]
                               25371             get_visually_first_element <cycle 4> [661]
[495]    0.0    0.00    0.00   25384         bidi_paragraph_init <cycle 4> [495]
                0.00    0.00      30/474378      bidi_find_paragraph_start [148]
                0.00    0.00   25384/30703       bidi_line_init [660]
                0.00    0.00      30/1822        buf_bytepos_to_charpos [855]
                                  30             find_first_strong_char <cycle 4> [467]
-----------------------------------------------
                                  30             find_first_strong_char <cycle 4> [467]
[496]    0.0    0.00    0.00      30         bidi_fetch_char_skip_isolates <cycle 4> [496]
                0.00    0.00      30/474378      bidi_find_paragraph_start [148]
                                  30             bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
                0.00    0.00       2/1036        note_mouse_movement [593]
                0.00    0.00    1034/1036        XTframe_up_to_date [498]
[497]    0.0    0.00    0.00    1036         note_mouse_highlight [497]
                0.00    0.00    1035/1037        window_from_coordinates [494]
                0.00    0.00    2068/2068        clear_mouse_face [829]
                0.00    0.00    1036/3090        popup_activated [778]
                0.00    0.00    1035/1035        x_define_frame_cursor [952]
                0.00    0.00    1035/1035        define_frame_cursor1 [950]
                0.00    0.00    1032/3089        window_outdated [779]
                0.00    0.00    1032/1032        window_box_right_offset [964]
                0.00    0.00    1031/17595       window_box_left_offset [681]
-----------------------------------------------
                0.00    0.00       2/1034        message3 <cycle 4> [594]
                0.00    0.00    1032/1034        redisplay_internal [15]
[498]    0.0    0.00    0.00    1034         XTframe_up_to_date [498]
                0.00    0.00    1034/1036        note_mouse_highlight [497]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [39]
[499]    0.0    0.00    0.00       3         Fkill_buffer <cycle 4> [499]
                0.00    0.00       3/10          reset_buffer_local_variables [482]
                0.00    0.00       1/1           Fother_buffer [529]
                0.00    0.00       6/33219       xfree [655]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
                0.00    0.00       3/1075        make_save_obj_obj_obj_obj [925]
                0.00    0.00       3/1075        save_excursion_save [926]
                0.00    0.00       3/311674      grow_specpdl [632]
                0.00    0.00       3/7918        record_unwind_protect [723]
                0.00    0.00       3/4774        Fget_buffer [746]
                0.00    0.00       3/3           replace_buffer_in_windows [1455]
                0.00    0.00       3/3           unlock_buffer [1463]
                0.00    0.00       3/4           kill_buffer_processes [1417]
                0.00    0.00       3/3           frames_discard_buffer [1450]
                0.00    0.00       3/6           clear_charpos_cache [1352]
                0.00    0.00       3/2126        Frassq [824]
                0.00    0.00       3/1091        Fdelq [915]
                0.00    0.00       3/3           replace_buffer_in_windows_safely [1456]
                0.00    0.00       3/3           free_region_cache [1451]
                                   6             call1 <cycle 4> [794]
                                   3             Frun_hook_with_args_until_failure <cycle 4> [1398]
                                   3             unbind_to <cycle 4> [285]
                                   3             run_hook <cycle 4> [1361]
                                   3             swap_out_buffer_local_variables <cycle 4> [1389]
                                   2             set_buffer_internal_1 <cycle 4> [745]
                                   1             Fset_buffer <cycle 4> [803]
-----------------------------------------------
                0.00    0.00      10/10          adjust_frame_size <cycle 4> [478]
[500]    0.0    0.00    0.00      10         frame_inhibit_resize [500]
                0.00    0.00      10/57          get_frame_param [445]
                0.00    0.00       4/1364726     Fcdr [610]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [384]
[501]    0.0    0.00    0.00       1         x_figure_window_size [501]
                0.00    0.00       5/51          x_get_arg [426]
-----------------------------------------------
                0.00    0.00       1/1042        Ffuncall <cycle 4> [39]
                0.00    0.00       4/1042        window_list [534]
                0.00    0.00    1037/1042        window_from_coordinates [494]
[502]    0.0    0.00    0.00    1042         Fcurrent_window_configuration [502]
                0.00    0.00       2/7829        Fmake_vector [230]
                0.00    0.00       1/2838        allocate_pseudovector [267]
                0.00    0.00       1/396978      allocate_vector [57]
                0.00    0.00       1/8502        save_window_save [441]
                0.00    0.00       1/3099        decode_live_frame [776]
                0.00    0.00       1/2           Fset_window_new_pixel [1481]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[503]    0.0    0.00    0.00       1         Fset_keyboard_coding_system_internal [503]
                0.00    0.00       1/4           Fcheck_coding_system [471]
                0.00    0.00       1/886         setup_coding_system [304]
                0.00    0.00       1/21          decode_live_terminal [1232]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[504]    0.0    0.00    0.00       1         Fset_terminal_coding_system_internal [504]
                0.00    0.00       1/4           Fcheck_coding_system [471]
                0.00    0.00       1/886         setup_coding_system [304]
                0.00    0.00       1/21          decode_live_terminal [1232]
                0.00    0.00       1/1           coding_charset_list [1565]
-----------------------------------------------
                0.00    0.00      36/36          Fmake_local_variable <cycle 4> [367]
[505]    0.0    0.00    0.00      36         make_blv [505]
                0.00    0.00      36/3266575     Fcons [62]
                0.00    0.00      36/71975       xmalloc [642]
                0.00    0.00       7/119738      do_symval_forwarding [637]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [39]
[506]    0.0    0.00    0.00       9         time_arith [506]
                0.00    0.00      36/3266575     Fcons [62]
                0.00    0.00      18/36          lisp_time_struct [1208]
                0.00    0.00       9/9           time_add [1323]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [39]
[507]    0.0    0.00    0.00       9         Fterminal_parameter [507]
                0.00    0.00       9/1409718     Fassq [45]
                0.00    0.00       9/21          decode_live_terminal [1232]
-----------------------------------------------
                0.00    0.00       1/38          set_fontset_font [356]
                0.00    0.00       1/38          Fnew_fontset <cycle 4> [463]
                0.00    0.00      36/38          Fset_fontset_font <cycle 4> [60]
[508]    0.0    0.00    0.00      38         Fset_char_table_range [508]
                0.00    0.00      37/1428        char_table_set_range [392]
                0.00    0.00      38/45          CHECK_CHAR_TABLE [1186]
-----------------------------------------------
                0.00    0.00       1/3           decode_coding_gap <cycle 4> [551]
                0.00    0.00       2/3           decode_coding <cycle 4> [518]
[509]    0.0    0.00    0.00       3         detect_coding_utf_16 [509]
                0.00    0.00       3/6640124     hash_lookup [20]
-----------------------------------------------
                                   2             Fset_window_configuration <cycle 4> [432]
                                   5             do_switch_frame <cycle 4> [1328]
                                   6             Ffuncall <cycle 4> [39]
                                  63             unwind_format_mode_line <cycle 4> [912]
                                  63             x_consider_frame_title <cycle 4> [291]
[510]    0.0    0.00    0.00     139         select_window <cycle 4> [510]
                0.00    0.00       6/6623        set_point_both [257]
                0.00    0.00       2/2           record_buffer [581]
                0.00    0.00       6/1081        set_point_from_marker [921]
                0.00    0.00       5/6           redisplay_other_windows [1360]
                0.00    0.00       5/535         set_marker_both [1043]
                0.00    0.00       2/8           wset_redisplay [1333]
                                 139             Fset_buffer <cycle 4> [803]
                                   2             call1 <cycle 4> [794]
-----------------------------------------------
                0.00    0.00       4/4           Fx_create_frame <cycle 4> [384]
[511]    0.0    0.00    0.00       4         x_frame_get_and_record_arg [511]
                0.00    0.00       4/51          x_get_arg [426]
-----------------------------------------------
                0.00    0.00       1/3           x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/3           x_set_mouse_color [553]
                0.00    0.00       1/3           x_set_cursor_color [552]
[512]    0.0    0.00    0.00       3         update_face_from_frame_parameter [512]
                0.00    0.00       1/1762        lface_from_face_name [268]
                0.00    0.00       1/120134      Fget [103]
                0.00    0.00       1/291575      Fplist_get [141]
                0.00    0.00       1/7229        lface_from_face_name_no_resolve [334]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[513]    0.0    0.00    0.00       2         file_attributes [513]
                0.00    0.00       6/965         list4 [364]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00       2/10181       Flist [264]
                0.00    0.00       6/13          make_lisp_time [1280]
                0.00    0.00       2/2           strmode [1510]
                0.00    0.00       2/2           filemodestring [1495]
                0.00    0.00       2/17709       make_string [680]
-----------------------------------------------
                0.00    0.00    1020/1020        Ffuncall <cycle 4> [39]
[514]    0.0    0.00    0.00    1020         Fwindow_pixel_width [514]
                0.00    0.00    1020/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00    1012/1012        Ffuncall <cycle 4> [39]
[515]    0.0    0.00    0.00    1012         Fwindow_pixel_height [515]
                0.00    0.00    1012/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       2/7           make_frame_visible_1 [563]
                0.00    0.00       2/7           Ffuncall <cycle 4> [39]
                0.00    0.00       3/7           set_window_buffer <cycle 4> [457]
[516]    0.0    0.00    0.00       7         Fcurrent_time [516]
                0.00    0.00       7/965         list4 [364]
                0.00    0.00       7/3266575     Fcons [62]
                0.00    0.00       7/12473       gettime [693]
                0.00    0.00       7/13          make_lisp_time [1280]
-----------------------------------------------
                                   1             bidi_init_it <cycle 4> [656]
[517]    0.0    0.00    0.00       1         bidi_initialize <cycle 4> [517]
                0.00    0.00       3/2073        intern_1 [307]
                0.00    0.00       3/3           uniprop_table [548]
                0.00    0.00       5/5           staticpro [1388]
                                   2             Fsymbol_value <cycle 4> [640]
-----------------------------------------------
                                   2             decode_coding_gap <cycle 4> [551]
                                 578             decode_coding_object <cycle 4> [324]
[518]    0.0    0.00    0.00     580         decode_coding <cycle 4> [518]
                0.00    0.00       2/3           detect_coding_utf_16 [509]
                0.00    0.00       2/3           record_first_change [580]
                0.00    0.00     580/580         produce_chars [587]
                0.00    0.00     580/2725        record_insert [572]
                0.00    0.00     580/883         get_translation_table [1017]
                0.00    0.00     580/886         coding_set_source [1016]
                0.00    0.00     580/1183        coding_set_destination [896]
                0.00    0.00     578/578         decode_coding_utf_8 [1035]
                0.00    0.00       2/2           decode_coding_raw_text [1489]
                0.00    0.00       1/3           record_xmalloc [1454]
                                 577             set_buffer_internal_1 <cycle 4> [745]
                                   1             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       3/3           display_mode_element <cycle 4> [179]
[519]    0.0    0.00    0.00       3         set_text_properties [519]
                0.00    0.00       1/1000        set_text_properties_1 [276]
                0.00    0.00       2/755707      validate_interval_range [89]
                0.00    0.00       3/3777        validate_plist [759]
                0.00    0.00       1/4           create_root_interval [1408]
-----------------------------------------------
                0.00    0.00       4/4           font_parse_family_registry [335]
[520]    0.0    0.00    0.00       4         Ffont_put [520]
                0.00    0.00       4/233         Ffontp [389]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[521]    0.0    0.00    0.00       1         Fmapconcat <cycle 4> [521]
                0.00    0.00       1/56861       concat [111]
                0.00    0.00       1/140813      Flength [634]
                                   1             mapcar1 <cycle 4> [1159]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[522]    0.0    0.00    0.00       4         Fintern_soft [522]
                0.00    0.00       4/388914      oblookup [104]
                0.00    0.00       4/777828      check_obarray [127]
-----------------------------------------------
                                 590             text_quoting_style <cycle 4> [523]
                                   1             styled_format <cycle 4> [355]
                                   2             Ffuncall <cycle 4> [39]
                                   4             doprnt <cycle 4> [1410]
                                  20             print_error_message <cycle 4> [416]
                                 568             process_tool_bar_item <cycle 4> [287]
[523]    0.0    0.00    0.00     595+590     text_quoting_style <cycle 4> [523]
                0.00    0.00       4/2294        Fintern [301]
                0.00    0.00     590/71975       xmalloc [642]
                0.00    0.00     590/33219       xfree [655]
                0.00    0.00      18/3384        xrealloc [765]
                0.00    0.00      16/16          make_string_from_bytes [1272]
                0.00    0.00       4/17709       make_string [680]
                                   4             Fwhere_is_internal <cycle 4> [270]
                                   4             Fkey_description <cycle 4> [338]
                                 590             text_quoting_style <cycle 4> [523]
-----------------------------------------------
                                   1             shut_down_emacs <cycle 4> [1599]
                0.00    0.00       3/33852       read_char <cycle 2> [14]
[524]    0.0    0.00    0.00       4         Fdo_auto_save <cycle 4> [524]
                0.00    0.00       4/2073        intern_1 [307]
                0.00    0.00       7/311674      grow_specpdl [632]
                0.00    0.00       4/1022        record_unwind_protect_ptr [982]
                0.00    0.00       4/4           record_auto_save [1421]
                0.00    0.00       4/4           emacs_fopen [1411]
                0.00    0.00       3/2173        record_unwind_protect_void [819]
                0.00    0.00       3/49690       make_specified_string [652]
                                   4             safe_run_hooks <cycle 4> [256]
                                   4             unbind_to <cycle 4> [285]
                                   4             Fexpand_file_name <cycle 4> [164]
                                   3             push_message <cycle 4> [464]
                                   3             Ffile_name_directory <cycle 4> [266]
                                   3             Ffile_directory_p <cycle 4> [269]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[525]    0.0    0.00    0.00       1         Fcopy_keymap [525]
                0.00    0.00      19/3266575     Fcons [62]
                0.00    0.00      10/18192       list1 [678]
                0.00    0.00       1/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[526]    0.0    0.00    0.00       1         x_set_screen_gamma [526]
                0.00    0.00       1/120134      Fget [103]
                0.00    0.00       1/1409718     Fassq [45]
                0.00    0.00       1/291575      Fplist_get [141]
                0.00    0.00       1/10          clear_face_cache [1298]
                0.00    0.00       1/2           x_set_background_color [1518]
-----------------------------------------------
                                1059             redisplay_window <cycle 4> [116]
[527]    0.0    0.00    0.00    1059         XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00       2/2           x_scroll_bar_create [528]
                0.00    0.00    1117/638667      unblock_input_to [618]
                0.00    0.00    1117/638619      unblock_input [619]
                0.00    0.00    1059/1059        xg_set_toolkit_scroll_bar_thumb [937]
                0.00    0.00       4/1129        x_clear_area [900]
                0.00    0.00       3/7766        do_pending_atimers [724]
                0.00    0.00       3/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       2/4           xg_update_scrollbar_pos [1430]
                                1059             window_box <cycle 4> [764]
-----------------------------------------------
                0.00    0.00       2/2           XTset_vertical_scroll_bar <cycle 4> [527]
[528]    0.0    0.00    0.00       2         x_scroll_bar_create [528]
                0.00    0.00       2/2838        allocate_pseudovector [267]
                0.00    0.00       4/638667      unblock_input_to [618]
                0.00    0.00       4/638619      unblock_input [619]
                0.00    0.00       2/7766        do_pending_atimers [724]
                0.00    0.00       2/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       2/4           xg_update_scrollbar_pos [1430]
                0.00    0.00       2/2           xg_create_scroll_bar [1521]
-----------------------------------------------
                0.00    0.00       1/1           Fkill_buffer <cycle 4> [499]
[529]    0.0    0.00    0.00       1         Fother_buffer [529]
                0.00    0.00       3/2000        window_loop [297]
                0.00    0.00       4/4           candidate_buffer [1406]
                0.00    0.00       3/2000        Fget_buffer_window [845]
                0.00    0.00       1/3099        decode_live_frame [776]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[530]    0.0    0.00    0.00       6         Fxw_color_values [530]
                0.00    0.00       6/1383        list3 [366]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00       6/133         decode_window_system_frame [1102]
                0.00    0.00       6/179         x_defined_color [1084]
-----------------------------------------------
                0.00    0.00       2/2           eval_sub <cycle 4> [189]
[531]    0.0    0.00    0.00       2         Fprovide [531]
                0.00    0.00      10/3266575     Fcons [62]
                0.00    0.00       2/1409718     Fassq [45]
                0.00    0.00       2/18705       Fmemq [674]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[532]    0.0    0.00    0.00       3         Fset_terminal_parameter [532]
                0.00    0.00       3/1409718     Fassq [45]
                0.00    0.00       6/3266575     Fcons [62]
                0.00    0.00       3/21          decode_live_terminal [1232]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[533]    0.0    0.00    0.00       2         Fdisplay_supports_face_attributes_p [533]
                0.00    0.00       2/5377        merge_face_ref <cycle 1> [549]
                0.00    0.00       1/5377        merge_face_vectors <cycle 1> [298]
                0.00    0.00       1/5372        Finternal_merge_in_global_face [327]
                0.00    0.00       1/95166       face_attr_equal_p [346]
-----------------------------------------------
                0.00    0.00       2/2019        next_window [599]
                0.00    0.00       3/2019        redisplay_internal [15]
                0.00    0.00       4/2019        propagate_buffer_redisplay [598]
                0.00    0.00    2010/2019        window_list_1 [296]
[534]    0.0    0.00    0.00    2019         window_list [534]
                0.00    0.00       4/7672938     Fnreverse [28]
                0.00    0.00       4/1042        Fcurrent_window_configuration [502]
                0.00    0.00       4/1042        foreach_window_1 [559]
                0.00    0.00       4/2127        Fnconc [823]
-----------------------------------------------
                                   1             Fdefine_key <cycle 4> [350]
                                3070             access_keymap <cycle 4> [754]
                                3334             Flookup_key <cycle 4> [760]
                                9464             access_keymap_1 <cycle 4> [93]
                               21339             where_is_internal_1 <cycle 4> [121]
                               22773             accessible_keymaps_1 <cycle 4> [244]
[535]    0.0    0.00    0.00   59981         get_keyelt <cycle 4> [535]
                0.00    0.00       8/3266575     Fcons [62]
                0.00    0.00       8/1702        list2 [382]
                                   4             unbind_to <cycle 4> [285]
                                   4             menu_item_eval_property <cycle 4> [351]
-----------------------------------------------
                                   2             Fx_create_frame <cycle 4> [384]
[536]    0.0    0.00    0.00       2         x_default_scroll_bar_color_parameter <cycle 4> [536]
                0.00    0.00       2/51          x_get_arg [426]
                0.00    0.00       2/49          xrdb_get_resource [1180]
                0.00    0.00       2/5           display_x_get_resource [1380]
                                   2             x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[537]    0.0    0.00    0.00       3         Fbackward_prefix_chars [537]
                0.00    0.00       3/6623        set_point_both [257]
-----------------------------------------------
                                   4             Frun_hook_with_args_until_failure <cycle 4> [1398]
                                   6             run_hook <cycle 4> [1361]
                                  64             Frun_hooks <cycle 4> [1195]
                                1000             signal_after_change <cycle 4> [281]
                                3078             safe_run_hooks <cycle 4> [256]
                                3155             Ffuncall <cycle 4> [39]
[538]    0.0    0.00    0.00    7307         Fcommandp <cycle 4> [538]
                0.00    0.00       1/120134      Fget [103]
                0.00    0.00       1/291575      Fplist_get [141]
                0.00    0.00    4068/119738      do_symval_forwarding [637]
                0.00    0.00    2001/6179        Fdefault_value [738]
                0.00    0.00       2/622091      indirect_function [620]
                0.00    0.00       1/139         Fsymbol_function [1097]
                                7305             find_symbol_value <cycle 4> [317]
                                3072             safe_run_hook_funcall <cycle 4> [781]
                                3052             funcall_nil <cycle 4> [784]
                                1052             Ffuncall <cycle 4> [39]
                                  59             run_hook_wrapped_funcall <cycle 4> [1160]
                                   1             funcall_not <cycle 4> [1577]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[539]    0.0    0.00    0.00       2         Fkill_all_local_variables <cycle 4> [539]
                0.00    0.00       2/10          reset_buffer_local_variables [482]
                                   2             swap_out_buffer_local_variables <cycle 4> [1389]
                                   2             run_hook <cycle 4> [1361]
-----------------------------------------------
                                  60             update_window_cursor <cycle 4> [1154]
                                1064             x_update_window_end <cycle 4> [908]
[540]    0.0    0.00    0.00    1124         display_and_set_cursor <cycle 4> [540]
                0.00    0.00       3/2809        Fassoc [288]
                                1110             x_draw_window_cursor <cycle 4> [910]
                                1003             erase_phys_cursor <cycle 4> [995]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[541]    0.0    0.00    0.00       1         make_lispy_position <cycle 4> [541]
                0.00    0.00      12/3266575     Fcons [62]
                0.00    0.00       1/1383        list3 [366]
                0.00    0.00       1/1037        window_from_coordinates [494]
                0.00    0.00       1/15532       window_box_left [683]
                                   1             buffer_posn_from_coords <cycle 4> [1560]
-----------------------------------------------
                0.00    0.00       1/2           delete_frame <cycle 4> [450]
                0.00    0.00       1/2           x_set_font_backend [544]
[542]    0.0    0.00    0.00       2         font_update_drivers [542]
                0.00    0.00       2/233         Ffontp [389]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/1818        nconc2 [856]
                0.00    0.00       2/18192       list1 [678]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
                                 543             Fmacroexpand <cycle 4> [375]
[543]    0.0    0.00    0.00     545         Fautoload_do_load <cycle 4> [543]
                0.00    0.00       2/32302       Fequal [207]
                0.00    0.00       2/1041        record_unwind_save_match_data [358]
                0.00    0.00       4/311674      grow_specpdl [632]
                0.00    0.00       2/7918        record_unwind_protect [723]
                0.00    0.00       2/1364726     Fcdr [610]
                0.00    0.00       2/72320       Fcar [641]
                0.00    0.00       2/11602       Findirect_function [695]
                                   2             Fload <cycle 4> [401]
                                   2             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[544]    0.0    0.00    0.00       1         x_set_font_backend [544]
                0.00    0.00       1/2           font_update_drivers [542]
                0.00    0.00       1/56          store_frame_param [438]
-----------------------------------------------
                                   2             xg_set_icon <cycle 4> [1523]
                                  10             xpm_load <cycle 4> [1314]
[545]    0.0    0.00    0.00      12         x_find_image_fd <cycle 4> [545]
                0.00    0.00      12/3266575     Fcons [62]
                0.00    0.00      12/17709       make_string [680]
                0.00    0.00      12/307         encode_file_name [1063]
                                  12             Fexpand_file_name <cycle 4> [164]
                                  12             openp <cycle 4> [210]
-----------------------------------------------
                0.00    0.00       1/1           Finsert_file_contents <cycle 4> [336]
[546]    0.0    0.00    0.00       1         raw_text_coding_system [546]
                0.00    0.00       1/6143931     Fgethash [21]
-----------------------------------------------
                                   5             Ffuncall <cycle 4> [39]
[547]    0.0    0.00    0.00       5         Fkill_local_variable <cycle 4> [547]
                0.00    0.00       3/1409718     Fassq [45]
                0.00    0.00       2/119738      do_symval_forwarding [637]
                0.00    0.00       2/1091        Fdelq [915]
                                   3             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                0.00    0.00       3/3           bidi_initialize <cycle 4> [517]
[548]    0.0    0.00    0.00       3         uniprop_table [548]
                0.00    0.00       3/1409718     Fassq [45]
                0.00    0.00       3/18          char_table_ascii [1259]
-----------------------------------------------
                                  10             merge_face_vectors <cycle 1> [298]
                0.00    0.00       2/5377        Fdisplay_supports_face_attributes_p [533]
                0.00    0.00    1033/5377        face_at_string_position [79]
[549]    0.0    0.00    0.00    1045         merge_face_ref <cycle 1> [549]
                0.00    0.00       1/1539        font_clear_prop [278]
                0.00    0.00       1/1778        font_style_to_value [859]
                                1043             merge_named_face <cycle 1> [280]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[550]    0.0    0.00    0.00       1         Fcharsetp [550]
                0.00    0.00       1/6640124     hash_lookup [20]
-----------------------------------------------
                                   3             Finsert_file_contents <cycle 4> [336]
[551]    0.0    0.00    0.00       3         decode_coding_gap <cycle 4> [551]
                0.00    0.00       1/3           detect_coding_utf_16 [509]
                0.00    0.00       3/59263       Fcurrent_buffer [645]
                0.00    0.00       3/3           detect_coding [1449]
                0.00    0.00       2/883         get_translation_table [1017]
                0.00    0.00       2/2           check_ascii [1488]
                                   2             code_conversion_save <cycle 4> [402]
                                   2             decode_coding <cycle 4> [518]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[552]    0.0    0.00    0.00       1         x_set_cursor_color [552]
                0.00    0.00       1/3           update_face_from_frame_parameter [512]
                0.00    0.00       2/7           unload_color [1341]
                0.00    0.00       1/12          x_decode_color [1287]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/1           x_copy_color [1613]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[553]    0.0    0.00    0.00       1         x_set_mouse_color [553]
                0.00    0.00       1/3           update_face_from_frame_parameter [512]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                0.00    0.00       1/12          x_decode_color [1287]
                0.00    0.00       1/7           unload_color [1341]
                0.00    0.00       1/923         x_catch_errors_with_handler [1009]
                0.00    0.00       1/922         x_had_errors_p [1011]
                0.00    0.00       1/1           x_uncatch_errors_after_check [1648]
                0.00    0.00       1/14          x_query_colors [1276]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[554]    0.0    0.00    0.00       2         Fautoload [554]
                0.00    0.00       2/2002        list5 [319]
                0.00    0.00       2/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00      63/1096        x_consider_frame_title <cycle 4> [291]
                0.00    0.00    1033/1096        display_mode_line <cycle 4> [360]
[555]    0.0    0.00    0.00    1096         format_mode_line_unwind_data [555]
                0.00    0.00       1/7829        Fmake_vector [230]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[556]    0.0    0.00    0.00       6         Fframe_or_buffer_changed_p [556]
                0.00    0.00       1/7829        Fmake_vector [230]
                0.00    0.00      12/1217        Fbuffer_modified_p [891]
-----------------------------------------------
                0.00    0.00       2/2           set_frame_menubar <cycle 4> [465]
[557]    0.0    0.00    0.00       2         init_menu_items [557]
                0.00    0.00       1/7829        Fmake_vector [230]
-----------------------------------------------
                0.00    0.00       6/8211        valid_lisp_object_p [472]
                0.00    0.00    1145/8211        Fgarbage_collect <cycle 4> [40]
                0.00    0.00    7060/8211        mark_maybe_object [161]
[558]    0.0    0.00    0.00    8211         sweep_buffers [558]
                0.00    0.00       3/1134        lisp_free [362]
                0.00    0.00     818/429137      balance_intervals [628]
                0.00    0.00     114/828603      balance_an_interval [615]
                0.00    0.00     114/2344        balance_intervals_internal [807]
                0.00    0.00       3/31463       mem_delete [658]
-----------------------------------------------
                0.00    0.00       4/1042        window_list [534]
                0.00    0.00    1038/1042        window_from_coordinates [494]
[559]    0.0    0.00    0.00    1042         foreach_window_1 [559]
                0.00    0.00       8/8           add_window_to_list [560]
                0.00    0.00    1039/1039        check_window_containing [946]
-----------------------------------------------
                0.00    0.00       8/8           foreach_window_1 [559]
[560]    0.0    0.00    0.00       8         add_window_to_list [560]
                0.00    0.00       8/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       2/2           set_frame_menubar <cycle 4> [465]
[561]    0.0    0.00    0.00       2         save_menu_items [561]
                0.00    0.00       2/965         list4 [364]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/311674      grow_specpdl [632]
                0.00    0.00       2/7918        record_unwind_protect [723]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[562]    0.0    0.00    0.00       1         Fmake_frame_visible <cycle 4> [562]
                0.00    0.00       1/1           make_frame_visible_1 [563]
                0.00    0.00       1/3099        decode_live_frame [776]
                                   1             x_make_frame_visible <cycle 4> [479]
-----------------------------------------------
                0.00    0.00       1/1           Fmake_frame_visible <cycle 4> [562]
[563]    0.0    0.00    0.00       1         make_frame_visible_1 [563]
                0.00    0.00       2/7           Fcurrent_time [516]
-----------------------------------------------
                0.00    0.00     106/106         single_keymap_panes <cycle 4> [565]
[564]    0.0    0.00    0.00     106         push_menu_pane [564]
                0.00    0.00     106/1570        ensure_menu_items [466]
-----------------------------------------------
                                  13             parse_single_submenu <cycle 4> [1281]
                                  93             single_menu_item <cycle 4> [468]
[565]    0.0    0.00    0.00     106         single_keymap_panes <cycle 4> [565]
                0.00    0.00     106/106         push_menu_pane [564]
                                 106             map_keymap_internal <cycle 4> [592]
                                 106             map_keymap_canonical <cycle 4> [1114]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[566]    0.0    0.00    0.00       1         Fremove_text_properties <cycle 4> [566]
                0.00    0.00       1/724343      find_interval [71]
                0.00    0.00       1/755707      validate_interval_range [89]
                0.00    0.00     961/961         remove_properties [1008]
                0.00    0.00     960/492511      next_interval [625]
                0.00    0.00       2/3777        validate_plist [759]
                                   1             modify_text_properties <cycle 4> [930]
                                   1             signal_after_change <cycle 4> [281]
-----------------------------------------------
                                   1             pos_visible_p <cycle 4> [1591]
                                 826             move_it_vertically_backward <cycle 4> [108]
                                1000             Fline_pixel_height <cycle 4> [998]
[567]    0.0    0.00    0.00    1827         line_bottom_y <cycle 4> [567]
                0.00    0.00       1/480484      x_produce_glyphs [75]
                                1000             move_it_by_lines <cycle 4> [758]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[568]    0.0    0.00    0.00       1         set_frame_cursor_types [568]
                0.00    0.00       1/2809        Fassoc [288]
                0.00    0.00       1/1           get_specified_cursor_type [1580]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[569]    0.0    0.00    0.00       6         Fx_selection_exists_p [569]
                0.00    0.00       6/6195131     assq_no_quit [48]
                0.00    0.00       6/6           frame_for_x_selection [1355]
                0.00    0.00       6/6           symbol_to_x_atom [1363]
                0.00    0.00       6/7766        do_pending_atimers [724]
                0.00    0.00       6/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[570]    0.0    0.00    0.00       3         Fterminal_list [570]
                0.00    0.00       4/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[571]    0.0    0.00    0.00       1         x_set_tool_bar_position [571]
                0.00    0.00       1/965         list4 [364]
                0.00    0.00       1/3266575     Fcons [62]
                0.00    0.00       1/18705       Fmemq [674]
                0.00    0.00       1/1           xg_change_toolbar_position [1653]
-----------------------------------------------
                0.00    0.00     563/2725        prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     580/2725        decode_coding <cycle 4> [518]
                0.00    0.00     581/2725        insert_from_gap [586]
                0.00    0.00    1001/2725        insert_from_string_1 <cycle 4> [120]
[572]    0.0    0.00    0.00    2725         record_insert [572]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00    1000/1000        prepare_record [585]
                0.00    0.00       1/3           record_first_change [580]
-----------------------------------------------
                                   1             Fx_open_connection <cycle 4> [1558]
[573]    0.0    0.00    0.00       1         x_term_init <cycle 4> [573]
                0.00    0.00       1/1           allocate_kboard [583]
                0.00    0.00       1/3266575     Fcons [62]
                0.00    0.00       3/638667      unblock_input_to [618]
                0.00    0.00       3/638619      unblock_input [619]
                0.00    0.00       3/71975       xmalloc [642]
                0.00    0.00       2/922         x_had_errors_p [1011]
                0.00    0.00       2/49          xrdb_get_resource [1180]
                0.00    0.00       2/5           display_x_get_resource [1380]
                0.00    0.00       2/2           fixup_locale [1496]
                0.00    0.00       1/1           x_display_ok [1614]
                0.00    0.00       1/1372        xzalloc [879]
                0.00    0.00       1/17709       make_string [680]
                0.00    0.00       1/1           xlispstrdup [1662]
                0.00    0.00       1/4           Fsystem_name [1402]
                0.00    0.00       1/1           x_find_modifier_meanings [1615]
                0.00    0.00       1/1           xg_create_default_cursor [1654]
                0.00    0.00       1/1           x_load_resources [1617]
                0.00    0.00       1/1           select_visual [1597]
                0.00    0.00       1/39          egetenv_internal [1199]
                0.00    0.00       1/923         x_catch_errors_with_handler [1009]
                0.00    0.00       1/922         x_uncatch_errors [1012]
                0.00    0.00       1/37          xstrdup [1205]
                0.00    0.00       1/1           xsettings_initialize [1665]
                0.00    0.00       1/3           rpl_fcntl [1457]
                0.00    0.00       1/1035        unrequest_sigio [951]
                0.00    0.00       1/1033        request_sigio [959]
                0.00    0.00       1/1           xg_initialize [1659]
                0.00    0.00       1/1           init_sigio [1581]
                0.00    0.00       1/2           add_keyboard_wait_descriptor [1484]
                0.00    0.00       1/1           Fset_input_interrupt_mode [1546]
                0.00    0.00       1/1           x_session_initialize [1619]
                                   1             create_terminal <cycle 4> [484]
                                   1             call1 <cycle 4> [794]
-----------------------------------------------
                0.00    0.00       1/1           xftfont_draw [329]
[574]    0.0    0.00    0.00       1         font_put_frame_data [574]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       1/6195131     assq_no_quit [48]
                0.00    0.00       1/1           make_save_ptr [1586]
-----------------------------------------------
                0.00    0.00      90/90          Ffuncall <cycle 4> [39]
[575]    0.0    0.00    0.00      90         Fwindow_left_child [575]
                0.00    0.00      90/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00      90/90          Ffuncall <cycle 4> [39]
[576]    0.0    0.00    0.00      90         Fwindow_top_child [576]
                0.00    0.00      90/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00      88/88          Ffuncall <cycle 4> [39]
[577]    0.0    0.00    0.00      88         Fwindow_minibuffer_p [577]
                0.00    0.00      85/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       9/9           fontset_find_font [12]
[578]    0.0    0.00    0.00       9         font_match_p [578]
                0.00    0.00       1/605473      xftfont_encode_char [138]
                0.00    0.00       1/6195131     assq_no_quit [48]
                0.00    0.00       2/38          font_score [1204]
-----------------------------------------------
                0.00    0.00      14/14          fs_query_fontset [311]
[579]    0.0    0.00    0.00      14         fontset_pattern_regexp [579]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       4/17709       make_string [680]
-----------------------------------------------
                0.00    0.00       1/3           record_insert [572]
                0.00    0.00       2/3           decode_coding <cycle 4> [518]
[580]    0.0    0.00    0.00       3         record_first_change [580]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       1/1           Fvisited_file_modtime [1553]
-----------------------------------------------
                0.00    0.00       2/2           select_window <cycle 4> [510]
[581]    0.0    0.00    0.00       2         record_buffer [581]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       6/1091        Fdelq [915]
                0.00    0.00       2/2126        Frassq [824]
                0.00    0.00       2/18705       Fmemq [674]
-----------------------------------------------
                                   1             Fposn_at_point <cycle 4> [1541]
[582]    0.0    0.00    0.00       1         Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       1/4590        marker_byte_position [748]
                0.00    0.00       1/6665        marker_position [731]
                0.00    0.00       1/14579       set_window_margins [684]
                                   1             pos_visible_p <cycle 4> [1591]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[583]    0.0    0.00    0.00       1         allocate_kboard [583]
                0.00    0.00       1/1           init_kboard [584]
                0.00    0.00       1/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       1/1           allocate_kboard [583]
[584]    0.0    0.00    0.00       1         init_kboard [584]
                0.00    0.00       2/3266575     Fcons [62]
                0.00    0.00       2/18192       list1 [678]
                0.00    0.00       2/121         Fmake_sparse_keymap [1108]
                0.00    0.00       1/4           Fset_keymap_parent [1401]
-----------------------------------------------
                0.00    0.00    1000/1000        record_insert [572]
[585]    0.0    0.00    0.00    1000         prepare_record [585]
                0.00    0.00       1/3266575     Fcons [62]
-----------------------------------------------
                0.00    0.00       1/581         Finsert_file_contents <cycle 4> [336]
                0.00    0.00     580/581         produce_chars [587]
[586]    0.0    0.00    0.00     581         insert_from_gap [586]
                0.00    0.00     581/2725        record_insert [572]
                0.00    0.00     581/2566        invalidate_buffer_caches [802]
                0.00    0.00     581/2145        adjust_overlays_for_insert [821]
                0.00    0.00     581/2145        adjust_markers_for_insert [820]
-----------------------------------------------
                0.00    0.00     580/580         decode_coding <cycle 4> [518]
[587]    0.0    0.00    0.00     580         produce_chars [587]
                0.00    0.00     580/581         insert_from_gap [586]
                0.00    0.00       1/302         alloc_destination [1064]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[588]    0.0    0.00    0.00       1         Fkill_emacs <cycle 4> [588]
                0.00    0.00       1/1           x_clipboard_manager_save_all [589]
                                   1             run_hook <cycle 4> [1361]
                                   1             shut_down_emacs <cycle 4> [1599]
                                   1             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                0.00    0.00       1/1           Fkill_emacs <cycle 4> [588]
[589]    0.0    0.00    0.00       1         x_clipboard_manager_save_all [589]
                0.00    0.00       1/6195131     assq_no_quit [48]
-----------------------------------------------
                0.00    0.00      24/24          Ffuncall <cycle 4> [39]
[590]    0.0    0.00    0.00      24         Fwindow_next_sibling [590]
                0.00    0.00      24/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00      20/20          Ffuncall <cycle 4> [39]
[591]    0.0    0.00    0.00      20         Fwindow_parent [591]
                0.00    0.00      20/8502        save_window_save [441]
-----------------------------------------------
                                  12             menu_bar_items <cycle 4> [406]
                                 106             single_keymap_panes <cycle 4> [565]
                                3628             map_keymap <cycle 4> [761]
[592]    0.0    0.00    0.00    3746         map_keymap_internal <cycle 4> [592]
                0.00    0.00      24/4272        map_keymap_char_table_item [483]
                0.00    0.00   45406/676170      get_keymap [617]
                0.00    0.00    1351/1351        map_keymap_call [880]
                0.00    0.00      72/72          make_save_funcptr_ptr_obj [1142]
                               20649             accessible_keymaps_1 <cycle 4> [244]
                               19215             where_is_internal_1 <cycle 4> [121]
                                1351             call2 <cycle 4> [862]
                                1297             single_menu_item <cycle 4> [468]
                                  72             map_char_table <cycle 4> [449]
                                  54             menu_bar_item <cycle 4> [470]
                                  52             process_tool_bar_item <cycle 4> [287]
-----------------------------------------------
                0.00    0.00       2/2           handle_one_xevent [195]
[593]    0.0    0.00    0.00       2         note_mouse_movement [593]
                0.00    0.00       2/1036        note_mouse_highlight [497]
                0.00    0.00       1/1           remember_mouse_glyph [597]
-----------------------------------------------
                                   2             Fmessage <cycle 4> [1478]
[594]    0.0    0.00    0.00       2         message3 <cycle 4> [594]
                0.00    0.00       2/1034        XTframe_up_to_date [498]
                0.00    0.00       2/2           cancel_echoing [1487]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                0.00    0.00       1/20          safe_eval_handler [1254]
                                   2             message3_nolog <cycle 4> [1501]
                                   2             message_dolog <cycle 4> [308]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[595]    0.0    0.00    0.00       2         Fset_window_new_total [595]
                0.00    0.00       2/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[596]    0.0    0.00    0.00       2         Fwindow_new_total [596]
                0.00    0.00       2/8502        save_window_save [441]
-----------------------------------------------
                0.00    0.00       1/1           note_mouse_movement [593]
[597]    0.0    0.00    0.00       1         remember_mouse_glyph [597]
                0.00    0.00       1/1037        window_from_coordinates [494]
                0.00    0.00       1/1           window_relative_x_coord [1609]
-----------------------------------------------
                0.00    0.00       4/4           redisplay_internal [15]
[598]    0.0    0.00    0.00       4         propagate_buffer_redisplay [598]
                0.00    0.00       4/2019        window_list [534]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[599]    0.0    0.00    0.00       2         next_window [599]
                0.00    0.00       2/2019        window_list [534]
                0.00    0.00       2/2012        decode_next_window_args [843]
                0.00    0.00       2/18705       Fmemq [674]
                0.00    0.00       2/4022        candidate_window_p [755]
-----------------------------------------------
[600]    0.0    0.00    0.00    7535+19597   <cycle 3 as a whole> [600]
                0.00    0.00    9762             gobble_input <cycle 3> [703]
                0.00    0.00    9604             XTread_socket <cycle 3> [705]
                0.00    0.00    7766             process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00 1149846/7282347     font_has_char [54]
                0.00    0.00 6132501/7282347     font_sort_entities [16]
[601]    0.0    0.00    0.00 7282347         xftfont_has_char [601]
-----------------------------------------------
                0.00    0.00 6135029/6135029     hash_lookup [20]
[602]    0.0    0.00    0.00 6135029         hashfn_equal [602]
-----------------------------------------------
                0.00    0.00       1/3082942     read_internal_start [271]
                0.00    0.00       8/3082942     Faref [697]
                0.00    0.00      15/3082942     unreadchar [882]
                0.00    0.00      27/3082942     string_match_1 [249]
                0.00    0.00      52/3082942     Fsubstring [385]
                0.00    0.00   11363/3082942     display_string <cycle 4> [72]
                0.00    0.00 3071476/3082942     Fcompare_strings [34]
[603]    0.0    0.00    0.00 3082942         string_char_to_byte [603]
-----------------------------------------------
                0.00    0.00 3069280/3069280     Fcompare_strings [34]
[604]    0.0    0.00    0.00 3069280         Fupcase [604]
-----------------------------------------------
                0.00    0.00       2/3066270     Ffontp [389]
                0.00    0.00 3066268/3066270     font_list_entities [25]
[605]    0.0    0.00    0.00 3066270         xfont_get_cache [605]
-----------------------------------------------
                0.00    0.00       5/1919225     Ffuncall <cycle 4> [39]
                0.00    0.00      21/1919225     Fdefine_key <cycle 4> [350]
                0.00    0.00 1919199/1919225     Fassoc_string [33]
[606]    0.0    0.00    0.00 1919225         Fsymbol_name [606]
-----------------------------------------------
                0.00    0.00  944039/1906568     bidi_cache_find [614]
                0.00    0.00  962529/1906568     bidi_cache_iterator_state [612]
[607]    0.0    0.00    0.00 1906568         bidi_cache_search.constprop.3 [607]
-----------------------------------------------
                0.00    0.00       2/1610383     Fdelete [436]
                0.00    0.00       3/1610383     merge <cycle 4> [1453]
                0.00    0.00       3/1610383     Fsort [1373]
                0.00    0.00      10/1610383     Fdelq [915]
                0.00    0.00      18/1610383     store_frame_param [438]
                0.00    0.00      30/1610383     Fplist_put [448]
                0.00    0.00      97/1610383     exec_byte_code <cycle 4> [143]
                0.00    0.00    1340/1610383     display_mode_element <cycle 4> [179]
                0.00    0.00    1986/1610383     Fnconc [823]
                0.00    0.00   64413/1610383     Fframe_parameters [101]
                0.00    0.00 1542481/1610383     Fnreverse [28]
[608]    0.0    0.00    0.00 1610383         Fsetcdr [608]
-----------------------------------------------
                0.00    0.00   10046/1520667     Fsuspicious_object [791]
                0.00    0.00 1510621/1520667     sweep_vectors [52]
[609]    0.0    0.00    0.00 1520667         vector_nbytes [609]
-----------------------------------------------
                0.00    0.00       1/1364726     delete_frame <cycle 4> [450]
                0.00    0.00       1/1364726     x_get_arg [426]
                0.00    0.00       1/1364726     xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       2/1364726     x_set_font <cycle 4> [371]
                0.00    0.00       2/1364726     x_wm_set_size_hint [427]
                0.00    0.00       2/1364726     Fautoload_do_load <cycle 4> [543]
                0.00    0.00       3/1364726     Fgenerate_new_buffer_name [1434]
                0.00    0.00       3/1364726     Fset_buffer <cycle 4> [803]
                0.00    0.00       3/1364726     merge <cycle 4> [1453]
                0.00    0.00       3/1364726     Fsort [1373]
                0.00    0.00       4/1364726     frame_inhibit_resize [500]
                0.00    0.00       8/1364726     handle_one_xevent [195]
                0.00    0.00       8/1364726     font_load_for_lface [337]
                0.00    0.00       9/1364726     fontset_find_font [12]
                0.00    0.00      13/1364726     parse_single_submenu <cycle 4> [1281]
                0.00    0.00      52/1364726     Fnew_fontset <cycle 4> [463]
                0.00    0.00      63/1364726     x_consider_frame_title <cycle 4> [291]
                0.00    0.00     100/1364726     message_dolog <cycle 4> [308]
                0.00    0.00     105/1364726     Fget_buffer_create <cycle 4> [458]
                0.00    0.00     112/1364726     x_set_frame_parameters <cycle 4> [395]
                0.00    0.00     333/1364726     Fset_fontset_font <cycle 4> [60]
                0.00    0.00     375/1364726     FletX <cycle 4> [391]
                0.00    0.00     378/1364726     Flet <cycle 4> [1143]
                0.00    0.00     431/1364726     apply_lambda <cycle 4> [749]
                0.00    0.00     500/1364726     Fsetq <cycle 4> [1051]
                0.00    0.00     576/1364726     scan_sexps_forward [109]
                0.00    0.00     576/1364726     validate_plist [759]
                0.00    0.00     744/1364726     read_vector <cycle 5> [404]
                0.00    0.00     999/1364726     offset_intervals [253]
                0.00    0.00    1037/1364726     font_clear_prop [278]
                0.00    0.00    1856/1364726     Faccessible_keymaps <cycle 4> [493]
                0.00    0.00    1856/1364726     where_is_internal <cycle 4> [151]
                0.00    0.00    2044/1364726     add_properties [344]
                0.00    0.00    6226/1364726     Ffuncall <cycle 4> [39]
                0.00    0.00    9107/1364726     eval_sub <cycle 4> [189]
                0.00    0.00 1337193/1364726     lookup_char_property [43]
[610]    0.0    0.00    0.00 1364726         Fcdr [610]
-----------------------------------------------
                0.00    0.00    1119/1180788     Ffuncall <cycle 4> [39]
                0.00    0.00    1174/1180788     Ftext_property_any [325]
                0.00    0.00    5572/1180788     verify_interval_modification [255]
                0.00    0.00    8268/1180788     face_at_buffer_position [184]
                0.00    0.00    9102/1180788     Fget_pos_property [176]
                0.00    0.00   10330/1180788     handle_invisible_prop [188]
                0.00    0.00   19412/1180788     text_property_stickiness [187]
                0.00    0.00   63013/1180788     face_at_string_position [79]
                0.00    0.00  157779/1180788     compute_stop_pos [53]
                0.00    0.00  413467/1180788     Fnext_single_property_change [73]
                0.00    0.00  491552/1180788     get_char_property_and_overlay [38]
[611]    0.0    0.00    0.00 1180788         textget [611]
-----------------------------------------------
                0.00    0.00    1033/962529      bidi_find_bracket_pairs <cycle 4> [94]
                0.00    0.00  462556/962529      bidi_level_of_next_char <cycle 4> [92]
                0.00    0.00  498940/962529      bidi_move_to_visually_next <cycle 4> [76]
[612]    0.0    0.00    0.00  962529         bidi_cache_iterator_state [612]
                0.00    0.00  962529/1906568     bidi_cache_search.constprop.3 [607]
                0.00    0.00  498940/498940      bidi_cache_ensure_space [621]
-----------------------------------------------
                0.00    0.00   20620/960338      Fget_pos_property [176]
                0.00    0.00  939718/960338      get_char_property_and_overlay [38]
[613]    0.0    0.00    0.00  960338         set_buffer_temp [613]
-----------------------------------------------
                0.00    0.00    1033/944039      bidi_find_bracket_pairs <cycle 4> [94]
                0.00    0.00  471503/944039      bidi_resolve_brackets <cycle 4> [623]
                0.00    0.00  471503/944039      bidi_level_of_next_char <cycle 4> [92]
[614]    0.0    0.00    0.00  944039         bidi_cache_find [614]
                0.00    0.00  944039/1906568     bidi_cache_search.constprop.3 [607]
-----------------------------------------------
                                 994             balance_an_interval [615]
                0.00    0.00       4/828603      split_interval_left [1425]
                0.00    0.00     114/828603      sweep_buffers [558]
                0.00    0.00     997/828603      split_interval_right [1005]
                0.00    0.00     999/828603      graft_intervals_into_buffer [123]
                0.00    0.00    2230/828603      sweep_strings [365]
                0.00    0.00    7978/828603      offset_intervals [253]
                0.00    0.00  115280/828603      balance_intervals_internal [807]
                0.00    0.00  701001/828603      balance_possible_root_interval [616]
[615]    0.0    0.00    0.00  828603+994     balance_an_interval [615]
                                 994             balance_an_interval [615]
-----------------------------------------------
                0.00    0.00       4/709980      split_interval_left [1425]
                0.00    0.00     999/709980      split_interval_right [1005]
                0.00    0.00    8977/709980      offset_intervals [253]
                0.00    0.00  700000/709980      find_interval [71]
[616]    0.0    0.00    0.00  709980         balance_possible_root_interval [616]
                0.00    0.00  701001/828603      balance_an_interval [615]
-----------------------------------------------
                0.00    0.00       1/676170      Fcopy_keymap [525]
                0.00    0.00       5/676170      Fuse_local_map [1375]
                0.00    0.00       8/676170      tool_bar_items <cycle 4> [423]
                0.00    0.00      10/676170      Fwhere_is_internal <cycle 4> [270]
                0.00    0.00      12/676170      menu_bar_items <cycle 4> [406]
                0.00    0.00      13/676170      parse_single_submenu <cycle 4> [1281]
                0.00    0.00      23/676170      Faccessible_keymaps <cycle 4> [493]
                0.00    0.00      23/676170      where_is_internal <cycle 4> [151]
                0.00    0.00      25/676170      Fdefine_key <cycle 4> [350]
                0.00    0.00      31/676170      Fset_keymap_parent [1401]
                0.00    0.00     377/676170      Fkeymapp [1060]
                0.00    0.00     759/676170      keymap_parent [1321]
                0.00    0.00    1022/676170      follow_key [980]
                0.00    0.00    1243/676170      process_tool_bar_item <cycle 4> [287]
                0.00    0.00    1397/676170      Fkeymap_prompt [1104]
                0.00    0.00    3065/676170      read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.00    3073/676170      read_char <cycle 2> [14]
                0.00    0.00    4092/676170      keyremap_step.constprop.45 [31]
                0.00    0.00    7107/676170      Flookup_key <cycle 4> [760]
                0.00    0.00   10310/676170      get_local_map [157]
                0.00    0.00   10876/676170      map_keymap <cycle 4> [761]
                0.00    0.00   22773/676170      accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00   45406/676170      map_keymap_internal <cycle 4> [592]
                0.00    0.00  564519/676170      access_keymap_1 <cycle 4> [93]
[617]    0.0    0.00    0.00  676170         get_keymap [617]
                0.00    0.00  617989/622091      indirect_function [620]
                0.00    0.00    5716/72320       Fcar [641]
                0.00    0.00    5716/9842        Fnth [702]
-----------------------------------------------
                0.00    0.00       1/638667      check_glyph_memory [1562]
                0.00    0.00       1/638667      other_visible_frames [1590]
                0.00    0.00       1/638667      x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/638667      x_set_alpha <cycle 4> [1620]
                0.00    0.00       1/638667      show_hourglass <cycle 4> [180]
                0.00    0.00       1/638667      echo_area_display <cycle 4> [1214]
                0.00    0.00       1/638667      Fwindow_resize_apply_total [1556]
                0.00    0.00       1/638667      Fset_window_configuration <cycle 4> [432]
                0.00    0.00       1/638667      free_frame_faces [1576]
                0.00    0.00       1/638667      x_new_font <cycle 4> [1517]
                0.00    0.00       1/638667      x_set_offset [481]
                0.00    0.00       1/638667      x_wait_for_event [1649]
                0.00    0.00       1/638667      Fx_wm_set_size_hint [480]
                0.00    0.00       1/638667      x_make_gc [1618]
                0.00    0.00       1/638667      Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/638667      x_set_cursor_color [552]
                0.00    0.00       1/638667      x_window <cycle 4> [1650]
                0.00    0.00       1/638667      read_and_apply_settings [1592]
                0.00    0.00       1/638667      xsettings_initialize [1665]
                0.00    0.00       1/638667      xg_update_frame_menubar <cycle 4> [1392]
                0.00    0.00       1/638667      xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1/638667      wait_reading_process_output [27]
                0.00    0.00       1/638667      xftfont_close [1652]
                0.00    0.00       2/638667      delete_frame <cycle 4> [450]
                0.00    0.00       2/638667      init_iterator <cycle 4> [82]
                0.00    0.00       2/638667      message3 <cycle 4> [594]
                0.00    0.00       2/638667      x_wm_supports [1651]
                0.00    0.00       2/638667      Fx_change_window_property [1483]
                0.00    0.00       2/638667      x_set_mouse_color [553]
                0.00    0.00       2/638667      xg_set_icon <cycle 4> [1523]
                0.00    0.00       2/638667      x_wm_set_size_hint [427]
                0.00    0.00       2/638667      open_directory [1503]
                0.00    0.00       2/638667      directory_files_internal <cycle 4> [254]
                0.00    0.00       3/638667      redraw_frame <cycle 4> [1423]
                0.00    0.00       3/638667      x_term_init <cycle 4> [573]
                0.00    0.00       3/638667      Fx_create_frame <cycle 4> [384]
                0.00    0.00       4/638667      x_scroll_bar_create [528]
                0.00    0.00       4/638667      xg_update_scrollbar_pos [1430]
                0.00    0.00       4/638667      detect_input_pending_run_timers [153]
                0.00    0.00       4/638667      unbind_to <cycle 4> [285]
                0.00    0.00       4/638667      xg_select [849]
                0.00    0.00       5/638667      clear_face_cache [1298]
                0.00    0.00       6/638667      adjust_frame_size <cycle 4> [478]
                0.00    0.00       6/638667      update_cursor_in_window_tree <cycle 4> [1464]
                0.00    0.00       6/638667      realize_basic_faces [316]
                0.00    0.00       6/638667      x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00       6/638667      x_real_pos_and_offsets [1367]
                0.00    0.00       6/638667      Fx_register_dnd_atom [1351]
                0.00    0.00       6/638667      Fx_selection_exists_p [569]
                0.00    0.00       6/638667      Fkill_buffer <cycle 4> [499]
                0.00    0.00       7/638667      unload_color [1341]
                0.00    0.00       9/638667      get_current_wm_state [1320]
                0.00    0.00      10/638667      set_frame_menubar <cycle 4> [465]
                0.00    0.00      10/638667      Fget_buffer_create <cycle 4> [458]
                0.00    0.00      10/638667      lookup_image <cycle 4> [491]
                0.00    0.00      11/638667      adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00      16/638667      xftfont_open [408]
                0.00    0.00      17/638667      clear_image_cache [1264]
                0.00    0.00      20/638667      XTring_bell <cycle 4> [815]
                0.00    0.00      22/638667      prepare_face_for_display [635]
                0.00    0.00      35/638667      read1 <cycle 5> [279]
                0.00    0.00      40/638667      define_image_type [1196]
                0.00    0.00      46/638667      unwind_to_catch <cycle 4> [1185]
                0.00    0.00      51/638667      make_gap [1173]
                0.00    0.00      60/638667      update_frame_tool_bar <cycle 4> [425]
                0.00    0.00      61/638667      x_make_frame_visible <cycle 4> [479]
                0.00    0.00      65/638667      free_realized_face [1244]
                0.00    0.00     108/638667      try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     108/638667      x_scroll_run <cycle 4> [1170]
                0.00    0.00     118/638667      Fgarbage_collect <cycle 4> [40]
                0.00    0.00     179/638667      x_defined_color [1084]
                0.00    0.00    1032/638667      redisplay_internal [15]
                0.00    0.00    1064/638667      update_window <cycle 4> [118]
                0.00    0.00    1116/638667      x_update_window_end <cycle 4> [908]
                0.00    0.00    1117/638667      XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00    1122/638667      update_window_line <cycle 4> [381]
                0.00    0.00    1312/638667      free_menubar_widget_value_tree [1383]
                0.00    0.00    1317/638667      make_widget_value [883]
                0.00    0.00    1681/638667      x_write_glyphs <cycle 4> [863]
                0.00    0.00    1832/638667      xfont_list_pattern [252]
                0.00    0.00    2061/638667      xftfont_get_colors [720]
                0.00    0.00    3312/638667      event_handler_gdk [196]
                0.00    0.00    4385/638667      xg_win_to_widget [750]
                0.00    0.00    8340/638667      xftfont_draw [329]
                0.00    0.00    9604/638667      XTread_socket <cycle 3> [705]
                0.00    0.00   18613/638667      readbyte_from_file [675]
                0.00    0.00  579631/638667      xftfont_text_extents [128]
[618]    0.0    0.00    0.00  638667         unblock_input_to [618]
-----------------------------------------------
                0.00    0.00       1/638619      check_glyph_memory [1562]
                0.00    0.00       1/638619      other_visible_frames [1590]
                0.00    0.00       1/638619      x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/638619      x_set_alpha <cycle 4> [1620]
                0.00    0.00       1/638619      show_hourglass <cycle 4> [180]
                0.00    0.00       1/638619      echo_area_display <cycle 4> [1214]
                0.00    0.00       1/638619      Fwindow_resize_apply_total [1556]
                0.00    0.00       1/638619      Fset_window_configuration <cycle 4> [432]
                0.00    0.00       1/638619      free_frame_faces [1576]
                0.00    0.00       1/638619      x_new_font <cycle 4> [1517]
                0.00    0.00       1/638619      x_set_offset [481]
                0.00    0.00       1/638619      Fx_wm_set_size_hint [480]
                0.00    0.00       1/638619      x_make_gc [1618]
                0.00    0.00       1/638619      Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/638619      x_set_cursor_color [552]
                0.00    0.00       1/638619      x_window <cycle 4> [1650]
                0.00    0.00       1/638619      read_and_apply_settings [1592]
                0.00    0.00       1/638619      xsettings_initialize [1665]
                0.00    0.00       1/638619      xg_update_frame_menubar <cycle 4> [1392]
                0.00    0.00       1/638619      xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1/638619      wait_reading_process_output [27]
                0.00    0.00       1/638619      xftfont_close [1652]
                0.00    0.00       2/638619      delete_frame <cycle 4> [450]
                0.00    0.00       2/638619      init_iterator <cycle 4> [82]
                0.00    0.00       2/638619      message3 <cycle 4> [594]
                0.00    0.00       2/638619      x_wm_supports [1651]
                0.00    0.00       2/638619      Fx_change_window_property [1483]
                0.00    0.00       2/638619      x_set_mouse_color [553]
                0.00    0.00       2/638619      xg_set_icon <cycle 4> [1523]
                0.00    0.00       2/638619      x_wm_set_size_hint [427]
                0.00    0.00       2/638619      open_directory [1503]
                0.00    0.00       2/638619      directory_files_internal <cycle 4> [254]
                0.00    0.00       3/638619      redraw_frame <cycle 4> [1423]
                0.00    0.00       3/638619      x_term_init <cycle 4> [573]
                0.00    0.00       3/638619      Fx_create_frame <cycle 4> [384]
                0.00    0.00       4/638619      x_scroll_bar_create [528]
                0.00    0.00       4/638619      xg_update_scrollbar_pos [1430]
                0.00    0.00       4/638619      detect_input_pending_run_timers [153]
                0.00    0.00       4/638619      unbind_to <cycle 4> [285]
                0.00    0.00       4/638619      xg_select [849]
                0.00    0.00       5/638619      clear_face_cache [1298]
                0.00    0.00       6/638619      adjust_frame_size <cycle 4> [478]
                0.00    0.00       6/638619      update_cursor_in_window_tree <cycle 4> [1464]
                0.00    0.00       6/638619      realize_basic_faces [316]
                0.00    0.00       6/638619      x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00       6/638619      x_real_pos_and_offsets [1367]
                0.00    0.00       6/638619      Fx_register_dnd_atom [1351]
                0.00    0.00       6/638619      Fx_selection_exists_p [569]
                0.00    0.00       6/638619      Fkill_buffer <cycle 4> [499]
                0.00    0.00       7/638619      unload_color [1341]
                0.00    0.00       9/638619      get_current_wm_state [1320]
                0.00    0.00      10/638619      set_frame_menubar <cycle 4> [465]
                0.00    0.00      10/638619      Fget_buffer_create <cycle 4> [458]
                0.00    0.00      10/638619      lookup_image <cycle 4> [491]
                0.00    0.00      11/638619      adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00      16/638619      xftfont_open [408]
                0.00    0.00      17/638619      clear_image_cache [1264]
                0.00    0.00      20/638619      XTring_bell <cycle 4> [815]
                0.00    0.00      22/638619      prepare_face_for_display [635]
                0.00    0.00      35/638619      read1 <cycle 5> [279]
                0.00    0.00      40/638619      define_image_type [1196]
                0.00    0.00      51/638619      make_gap [1173]
                0.00    0.00      60/638619      update_frame_tool_bar <cycle 4> [425]
                0.00    0.00      61/638619      x_make_frame_visible <cycle 4> [479]
                0.00    0.00      65/638619      free_realized_face [1244]
                0.00    0.00     108/638619      try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     108/638619      x_scroll_run <cycle 4> [1170]
                0.00    0.00     118/638619      Fgarbage_collect <cycle 4> [40]
                0.00    0.00     179/638619      x_defined_color [1084]
                0.00    0.00    1030/638619      redisplay_internal [15]
                0.00    0.00    1064/638619      update_window <cycle 4> [118]
                0.00    0.00    1117/638619      x_update_window_end <cycle 4> [908]
                0.00    0.00    1117/638619      XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00    1122/638619      update_window_line <cycle 4> [381]
                0.00    0.00    1312/638619      free_menubar_widget_value_tree [1383]
                0.00    0.00    1317/638619      make_widget_value [883]
                0.00    0.00    1681/638619      x_write_glyphs <cycle 4> [863]
                0.00    0.00    1832/638619      xfont_list_pattern [252]
                0.00    0.00    2061/638619      xftfont_get_colors [720]
                0.00    0.00    3312/638619      event_handler_gdk [196]
                0.00    0.00    4385/638619      xg_win_to_widget [750]
                0.00    0.00    8340/638619      xftfont_draw [329]
                0.00    0.00    9604/638619      XTread_socket <cycle 3> [705]
                0.00    0.00   18613/638619      readbyte_from_file [675]
                0.00    0.00  579631/638619      xftfont_text_extents [128]
[619]    0.0    0.00    0.00  638619         unblock_input [619]
-----------------------------------------------
                0.00    0.00       2/622091      Fcommandp <cycle 4> [538]
                0.00    0.00      57/622091      eval_sub <cycle 4> [189]
                0.00    0.00    1023/622091      Finteractive_form [283]
                0.00    0.00    3020/622091      Ffuncall <cycle 4> [39]
                0.00    0.00  617989/622091      get_keymap [617]
[620]    0.0    0.00    0.00  622091         indirect_function [620]
-----------------------------------------------
                0.00    0.00  498940/498940      bidi_cache_iterator_state [612]
[621]    0.0    0.00    0.00  498940         bidi_cache_ensure_space [621]
                0.00    0.00       1/31          xpalloc [1215]
-----------------------------------------------
                                1033             bidi_find_bracket_pairs <cycle 4> [94]
                              496874             bidi_resolve_brackets <cycle 4> [623]
[622]    0.0    0.00    0.00  497907         bidi_resolve_weak <cycle 4> [622]
                              497907             bidi_resolve_explicit <cycle 4> [65]
-----------------------------------------------
                              496874             bidi_resolve_neutral <cycle 4> [74]
[623]    0.0    0.00    0.00  496874         bidi_resolve_brackets <cycle 4> [623]
                0.00    0.00  471503/944039      bidi_cache_find [614]
                              496874             bidi_resolve_weak <cycle 4> [622]
                              390364             bidi_find_bracket_pairs <cycle 4> [94]
-----------------------------------------------
                0.00    0.00  496347/496347      hash_lookup [20]
[624]    0.0    0.00    0.00  496347         hashfn_eq [624]
-----------------------------------------------
                0.00    0.00     960/492511      Fremove_text_properties <cycle 4> [566]
                0.00    0.00     978/492511      Fremove_list_of_text_properties [321]
                0.00    0.00    1121/492511      Ftext_property_any [325]
                0.00    0.00    1550/492511      add_text_properties_1 <cycle 4> [302]
                0.00    0.00    3574/492511      verify_interval_modification [255]
                0.00    0.00   31555/492511      compute_stop_pos [53]
                0.00    0.00   63649/492511      Fnext_property_change [243]
                0.00    0.00  389124/492511      Fnext_single_property_change [73]
[625]    0.0    0.00    0.00  492511         next_interval [625]
-----------------------------------------------
                                3731             move_it_to <cycle 4> [171]
                                4286             forward_to_next_line_start <cycle 4> [752]
                               29249             display_line <cycle 4> [197]
                               86772             display_string <cycle 4> [72]
                              347824             move_it_in_display_line_to <cycle 4> [66]
[626]    0.0    0.00    0.00  471862         set_iterator_to_next <cycle 4> [626]
                              431216             bidi_move_to_visually_next <cycle 4> [76]
                                  13             bidi_paragraph_init <cycle 4> [495]
-----------------------------------------------
                0.00    0.00     176/449715      show_hourglass <cycle 4> [180]
                0.00    0.00    4089/449715      Fconstrain_to_field [233]
                0.00    0.00    4875/449715      back_to_previous_visible_line_start [115]
                0.00    0.00    8299/449715      handle_fontified_prop <cycle 4> [203]
                0.00    0.00    8574/449715      x_produce_glyphs [75]
                0.00    0.00   10310/449715      get_local_map [157]
                0.00    0.00   11654/449715      handle_line_prefix [193]
                0.00    0.00   18458/449715      compute_display_string_pos <cycle 4> [182]
                0.00    0.00  383280/449715      face_for_char [10]
[627]    0.0    0.00    0.00  449715         Fget_char_property [627]
-----------------------------------------------
                0.00    0.00     818/429137      sweep_buffers [558]
                0.00    0.00  428319/429137      sweep_strings [365]
[628]    0.0    0.00    0.00  429137         balance_intervals [628]
-----------------------------------------------
                0.00    0.00   17709/402252      make_string [680]
                0.00    0.00  384543/402252      font_intern_prop [91]
[629]    0.0    0.00    0.00  402252         parse_str_as_multibyte [629]
-----------------------------------------------
                0.00    0.00     922/389836      xpm_alloc_color [4081]
                0.00    0.00  388914/389836      oblookup [104]
[630]    0.0    0.00    0.00  389836         hash_string [630]
-----------------------------------------------
                0.00    0.00       1/383293      font_open_for_lface [393]
                0.00    0.00  383292/383293      font_find_for_lface [13]
[631]    0.0    0.00    0.00  383293         build_style_table [631]
-----------------------------------------------
                0.00    0.00       1/311674      Fx_create_frame <cycle 4> [384]
                0.00    0.00       1/311674      Frecursive_edit [1]
                0.00    0.00       2/311674      save_menu_items [561]
                0.00    0.00       2/311674      set_frame_menubar <cycle 4> [465]
                0.00    0.00       2/311674      load_charset <cycle 4> [412]
                0.00    0.00       2/311674      directory_files_internal <cycle 4> [254]
                0.00    0.00       2/311674      Feval_buffer <cycle 4> [454]
                0.00    0.00       3/311674      set_window_buffer <cycle 4> [457]
                0.00    0.00       3/311674      Fkill_buffer <cycle 4> [499]
                0.00    0.00       3/311674      record_xmalloc [1454]
                0.00    0.00       4/311674      show_hourglass <cycle 4> [180]
                0.00    0.00       4/311674      Fautoload_do_load <cycle 4> [543]
                0.00    0.00       4/311674      readevalloop <cycle 4> [380]
                0.00    0.00       6/311674      Finsert_file_contents <cycle 4> [336]
                0.00    0.00       7/311674      Fdo_auto_save <cycle 4> [524]
                0.00    0.00      12/311674      Fload <cycle 4> [401]
                0.00    0.00      13/311674      digest_single_submenu <cycle 4> [1279]
                0.00    0.00      56/311674      with_echo_area_buffer <cycle 4> [386]
                0.00    0.00      56/311674      truncate_undo_list <cycle 4> [1162]
                0.00    0.00      63/311674      x_consider_frame_title <cycle 4> [291]
                0.00    0.00     118/311674      Fgarbage_collect <cycle 4> [40]
                0.00    0.00     881/311674      code_conversion_save <cycle 4> [402]
                0.00    0.00     973/311674      wait_reading_process_output [27]
                0.00    0.00    1000/311674      signal_after_change <cycle 4> [281]
                0.00    0.00    1021/311674      command_loop_1 <cycle 2> [23]
                0.00    0.00    1023/311674      Ffuncall_interactively <cycle 4> [974]
                0.00    0.00    1035/311674      redisplay_internal [15]
                0.00    0.00    2066/311674      display_mode_line <cycle 4> [360]
                0.00    0.00    4761/311674      exec_byte_code <cycle 4> [143]
                0.00    0.00  103409/311674      specbind <cycle 4> [639]
                0.00    0.00  195141/311674      record_in_backtrace [633]
[632]    0.0    0.00    0.00  311674         grow_specpdl [632]
-----------------------------------------------
                0.00    0.00     118/195141      Fgarbage_collect <cycle 4> [40]
                0.00    0.00    1031/195141      redisplay_internal [15]
                0.00    0.00   15316/195141      eval_sub <cycle 4> [189]
                0.00    0.00  178676/195141      Ffuncall <cycle 4> [39]
[633]    0.0    0.00    0.00  195141         record_in_backtrace [633]
                0.00    0.00  195141/311674      grow_specpdl [632]
-----------------------------------------------
                0.00    0.00       1/140813      Fmapconcat <cycle 4> [521]
                0.00    0.00       1/140813      Fmapc <cycle 4> [1539]
                0.00    0.00       3/140813      display_mode_element <cycle 4> [179]
                0.00    0.00      11/140813      Fsort [1373]
                0.00    0.00      13/140813      parse_single_submenu <cycle 4> [1281]
                0.00    0.00      57/140813      Fmapcar <cycle 4> [456]
                0.00    0.00      65/140813      Flet <cycle 4> [1143]
                0.00    0.00      90/140813      read_vector <cycle 5> [404]
                0.00    0.00     208/140813      Fkey_description <cycle 4> [338]
                0.00    0.00     224/140813      preferred_sequence_p [1074]
                0.00    0.00     500/140813      Fsetq <cycle 4> [1051]
                0.00    0.00     604/140813      accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    1186/140813      Fset_match_data [894]
                0.00    0.00    1856/140813      where_is_internal <cycle 4> [151]
                0.00    0.00    1879/140813      Faccessible_keymaps <cycle 4> [493]
                0.00    0.00    3542/140813      Fapply <cycle 4> [762]
                0.00    0.00    3567/140813      exec_byte_code <cycle 4> [143]
                0.00    0.00    4126/140813      lookup_fringe_bitmap [227]
                0.00    0.00    4491/140813      apply_lambda <cycle 4> [749]
                0.00    0.00    9780/140813      eval_sub <cycle 4> [189]
                0.00    0.00  108609/140813      concat [111]
[634]    0.0    0.00    0.00  140813         Flength [634]
-----------------------------------------------
                0.00    0.00    2236/139845      draw_fringe_bitmap_1 <cycle 4> [239]
                0.00    0.00    8340/139845      x_set_glyph_string_gc [721]
                0.00    0.00  129269/139845      get_glyph_face_and_encoding [192]
[635]    0.0    0.00    0.00  139845         prepare_face_for_display [635]
                0.00    0.00      22/638667      unblock_input_to [618]
                0.00    0.00      22/638619      unblock_input [619]
                0.00    0.00      11/11          xftfont_prepare_face [1294]
                0.00    0.00      11/11          font_prepare_for_face [1293]
-----------------------------------------------
                0.00    0.00       3/126677      Fgenerate_new_buffer_name [1434]
                0.00    0.00     640/126677      Fget_buffer [746]
                0.00    0.00    2151/126677      exec_byte_code <cycle 4> [143]
                0.00    0.00  123883/126677      compile_pattern [95]
[636]    0.0    0.00    0.00  126677         Fstring_equal [636]
-----------------------------------------------
                0.00    0.00       1/119738      swap_in_global_binding <cycle 4> [1362]
                0.00    0.00       2/119738      Fkill_local_variable <cycle 4> [547]
                0.00    0.00       4/119738      readevalloop <cycle 4> [380]
                0.00    0.00       7/119738      make_blv [505]
                0.00    0.00      14/119738      Fmake_local_variable <cycle 4> [367]
                0.00    0.00      35/119738      Fdefault_boundp [1077]
                0.00    0.00    1032/119738      update_overlay_arrows <cycle 4> [261]
                0.00    0.00    1033/119738      overlay_arrows_changed_p <cycle 4> [955]
                0.00    0.00    1228/119738      display_line <cycle 4> [197]
                0.00    0.00    2088/119738      Fdefault_value [738]
                0.00    0.00    4068/119738      Fcommandp <cycle 4> [538]
                0.00    0.00    6503/119738      set_internal [113]
                0.00    0.00   13594/119738      swap_in_symval_forwarding [303]
                0.00    0.00   38118/119738      specbind <cycle 4> [639]
                0.00    0.00   52011/119738      Fsymbol_value <cycle 4> [640]
[637]    0.0    0.00    0.00  119738         do_symval_forwarding [637]
-----------------------------------------------
                0.00    0.00  117624/117624      traverse_intervals_noorder <cycle 4> [809]
[638]    0.0    0.00    0.00  117624         mark_interval [638]
-----------------------------------------------
                                   2             load_charset <cycle 4> [412]
                                   6             Finsert_file_contents <cycle 4> [336]
                                   6             Feval_buffer <cycle 4> [454]
                                   8             set_frame_menubar <cycle 4> [465]
                                  12             readevalloop <cycle 4> [380]
                                  14             Fload <cycle 4> [401]
                                  19             setup_echo_area_for_printing <cycle 4> [447]
                                  20             show_hourglass <cycle 4> [180]
                                  59             handle_fontified_prop <cycle 4> [203]
                                 112             with_echo_area_buffer <cycle 4> [386]
                                 125             FletX <cycle 4> [391]
                                 126             Flet <cycle 4> [1143]
                                 294             menu_item_eval_property <cycle 4> [351]
                                1032             redisplay_window <cycle 4> [116]
                                1045             eval_sub <cycle 4> [189]
                                1120             inhibit_garbage_collection <cycle 4> [77]
                                1402             prepare_to_modify_buffer_1 <cycle 4> [238]
                                1420             signal_after_change <cycle 4> [281]
                                3079             safe_run_hooks <cycle 4> [256]
                                4140             update_compositions <cycle 4> [205]
                                5627             Feval <cycle 4> [234]
                               12573             safe__call <cycle 4> [202]
                               25859             funcall_lambda <cycle 4> [126]
                               44269             exec_byte_code <cycle 4> [143]
                0.00    0.00       1/33852       recursive_edit_1 [2]
                0.00    0.00       8/33852       timer_check [154]
                0.02    0.08    1031/33852       redisplay_internal [15]
[639]    0.0    0.00    0.00  103409         specbind <cycle 4> [639]
                0.00    0.00  103409/311674      grow_specpdl [632]
                0.00    0.00   38123/59263       Fcurrent_buffer [645]
                0.00    0.00   38118/119738      do_symval_forwarding [637]
                0.00    0.00    1285/2583        Flocal_variable_p [801]
                               38123             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                                   2             bidi_initialize <cycle 4> [517]
                                   4             Fmake_local_variable <cycle 4> [367]
                                4619             eval_sub <cycle 4> [189]
                               15060             set_buffer_internal_1 <cycle 4> [745]
                               32212             display_mode_element <cycle 4> [179]
                               40608             exec_byte_code <cycle 4> [143]
[640]    0.0    0.00    0.00   92505         Fsymbol_value <cycle 4> [640]
                0.00    0.00   52011/119738      do_symval_forwarding [637]
                               92505             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                0.00    0.00       1/72320       make_frame <cycle 4> [314]
                0.00    0.00       1/72320       Fundo_boundary <cycle 4> [1551]
                0.00    0.00       2/72320       Fautoload_do_load <cycle 4> [543]
                0.00    0.00       4/72320       Fcar_less_than_car [1474]
                0.00    0.00       6/72320       merge <cycle 4> [1453]
                0.00    0.00      13/72320       parse_single_submenu <cycle 4> [1281]
                0.00    0.00      20/72320       print_error_message <cycle 4> [416]
                0.00    0.00      34/72320       Fcond <cycle 4> [1283]
                0.00    0.00      37/72320       x_set_frame_parameters <cycle 4> [395]
                0.00    0.00      52/72320       Fnew_fontset <cycle 4> [463]
                0.00    0.00      82/72320       Ffuncall <cycle 4> [39]
                0.00    0.00     137/72320       Fdefvar <cycle 4> [461]
                0.00    0.00     214/72320       Ftext_property_any [325]
                0.00    0.00     250/72320       FletX <cycle 4> [391]
                0.00    0.00     252/72320       Flet <cycle 4> [1143]
                0.00    0.00     333/72320       Fset_fontset_font <cycle 4> [60]
                0.00    0.00     431/72320       apply_lambda <cycle 4> [749]
                0.00    0.00     448/72320       scan_sexps_forward [109]
                0.00    0.00     462/72320       readevalloop <cycle 4> [380]
                0.00    0.00     500/72320       Fsetq <cycle 4> [1051]
                0.00    0.00     640/72320       Fget_buffer [746]
                0.00    0.00     744/72320       read_vector <cycle 5> [404]
                0.00    0.00     861/72320       process_tool_bar_item <cycle 4> [287]
                0.00    0.00     999/72320       offset_intervals [253]
                0.00    0.00    1023/72320       Fcall_interactively <cycle 4> [258]
                0.00    0.00    1033/72320       face_at_string_position [79]
                0.00    0.00    1033/72320       Fnext_single_property_change [73]
                0.00    0.00    1180/72320       validate_plist [759]
                0.00    0.00    1856/72320       Faccessible_keymaps <cycle 4> [493]
                0.00    0.00    1856/72320       where_is_internal <cycle 4> [151]
                0.00    0.00    2073/72320       Fif <cycle 4> [772]
                0.00    0.00    2191/72320       add_properties [344]
                0.00    0.00    4126/72320       lookup_fringe_bitmap [227]
                0.00    0.00    5716/72320       get_keymap [617]
                0.00    0.00    7010/72320       eval_sub <cycle 4> [189]
                0.00    0.00    8242/72320       get_char_property_and_overlay [38]
                0.00    0.00   28458/72320       compute_stop_pos [53]
[641]    0.0    0.00    0.00   72320         Fcar [641]
-----------------------------------------------
                0.00    0.00       1/71975       set_frame_menubar <cycle 4> [465]
                0.00    0.00       1/71975       x_session_initialize [1619]
                0.00    0.00       1/71975       create_menus [1319]
                0.00    0.00       1/71975       update_frame_tool_bar <cycle 4> [425]
                0.00    0.00       1/71975       allocate_kboard [583]
                0.00    0.00       1/71975       xlispstrdup [1662]
                0.00    0.00       1/71975       start_atimer [989]
                0.00    0.00       1/71975       define_image_type [1196]
                0.00    0.00       2/71975       create_terminal <cycle 4> [484]
                0.00    0.00       2/71975       make_face_cache [1584]
                0.00    0.00       2/71975       face_for_font [1493]
                0.00    0.00       2/71975       Fx_change_window_property [1483]
                0.00    0.00       2/71975       gethomedir [1499]
                0.00    0.00       2/71975       register_font_driver [1507]
                0.00    0.00       2/71975       make_image_cache [1585]
                0.00    0.00       3/71975       x_term_init <cycle 4> [573]
                0.00    0.00       3/71975       smc_save_yourself_CB [3627]
                0.00    0.00       3/71975       record_xmalloc [1454]
                0.00    0.00       5/71975       Fget_buffer_create <cycle 4> [458]
                0.00    0.00      10/71975       new_region_cache [1385]
                0.00    0.00      11/71975       xftfont_prepare_face [1294]
                0.00    0.00      13/71975       digest_single_submenu <cycle 4> [1279]
                0.00    0.00      14/71975       magic_db [1275]
                0.00    0.00      24/71975       process_tool_bar_item <cycle 4> [287]
                0.00    0.00      36/71975       make_blv [505]
                0.00    0.00      37/71975       xstrdup [1205]
                0.00    0.00      94/71975       make_realized_face [1134]
                0.00    0.00     301/71975       encode_coding_object <cycle 4> [1067]
                0.00    0.00     551/71975       ftfont_lookup_cache [19]
                0.00    0.00     590/71975       text_quoting_style <cycle 4> [523]
                0.00    0.00     642/71975       xg_item_label_same_p [1023]
                0.00    0.00     922/71975       xbm_image_p [1013]
                0.00    0.00     923/71975       x_catch_errors_with_handler [1009]
                0.00    0.00    1033/71975       push_kboard [958]
                0.00    0.00    7326/71975       Fmake_string [55]
                0.00    0.00   27774/71975       re_compile_pattern [132]
                0.00    0.00   31638/71975       mem_insert [657]
[642]    0.0    0.00    0.00   71975         xmalloc [642]
-----------------------------------------------
                0.00    0.00     999/64587       offset_intervals [253]
                0.00    0.00   63588/64587       Fnext_property_change [243]
[643]    0.0    0.00    0.00   64587         intervals_equal [643]
-----------------------------------------------
                0.00    0.00   63483/63483       mark_vectorlike <cycle 4> [85]
[644]    0.0    0.00    0.00   63483         mark_save_value [644]
-----------------------------------------------
                0.00    0.00       1/59263       buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       1/59263       make_frame <cycle 4> [314]
                0.00    0.00       2/59263       eval_sub <cycle 4> [189]
                0.00    0.00       3/59263       set_window_buffer <cycle 4> [457]
                0.00    0.00       3/59263       decode_coding_gap <cycle 4> [551]
                0.00    0.00       3/59263       Finsert_file_contents <cycle 4> [336]
                0.00    0.00      56/59263       truncate_undo_list <cycle 4> [1162]
                0.00    0.00      90/59263       let_shadows_buffer_binding_p [1137]
                0.00    0.00     881/59263       code_conversion_save <cycle 4> [402]
                0.00    0.00    1075/59263       save_excursion_save [926]
                0.00    0.00    1997/59263       find_automatic_composition [185]
                0.00    0.00    3357/59263       exec_byte_code <cycle 4> [143]
                0.00    0.00   13671/59263       swap_in_symval_forwarding [303]
                0.00    0.00   38123/59263       specbind <cycle 4> [639]
[645]    0.0    0.00    0.00   59263         Fcurrent_buffer [645]
-----------------------------------------------
                0.00    0.00   55548/55548       compile_pattern [95]
[646]    0.0    0.00    0.00   55548         re_set_syntax [646]
-----------------------------------------------
                0.00    0.00   55548/55548       compile_pattern [95]
[647]    0.0    0.00    0.00   55548         re_set_whitespace_regexp [647]
-----------------------------------------------
                               54749             get_next_display_element <cycle 4> [9]
[648]    0.0    0.00    0.00   54749         next_element_from_c_string <cycle 4> [648]
                               12396             get_visually_first_element <cycle 4> [661]
-----------------------------------------------
                0.00    0.00      10/54297       apply_modifiers [97]
                0.00    0.00      16/54297       make_string_from_bytes [1272]
                0.00    0.00     195/54297       make_multibyte_string [1078]
                0.00    0.00     500/54297       Fmake_string [55]
                0.00    0.00     579/54297       make_buffer_string_both [322]
                0.00    0.00    3307/54297       concat [111]
                0.00    0.00   49690/54297       make_specified_string [652]
[649]    0.0    0.00    0.00   54297         make_uninit_multibyte_string [649]
                0.00    0.00   54174/54174       allocate_string_data [650]
                0.00    0.00     902/1335        lisp_malloc [881]
-----------------------------------------------
                0.00    0.00   54174/54174       make_uninit_multibyte_string [649]
[650]    0.0    0.00    0.00   54174         allocate_string_data [650]
                0.00    0.00     237/1335        lisp_malloc [881]
-----------------------------------------------
                0.00    0.00    8563/51762       re_match_2 [717]
                0.00    0.00   43199/51762       re_search_2 [61]
[651]    0.0    0.00    0.00   51762         SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
-----------------------------------------------
                0.00    0.00       3/49690       Fdo_auto_save <cycle 4> [524]
                0.00    0.00       4/49690       make_buffer_string_both [322]
                0.00    0.00       6/49690       eval_sub <cycle 4> [189]
                0.00    0.00       9/49690       styled_format <cycle 4> [355]
                0.00    0.00      46/49690       Ffile_name_as_directory <cycle 4> [262]
                0.00    0.00      63/49690       Fregexp_quote [1148]
                0.00    0.00      66/49690       Fdirectory_file_name <cycle 4> [250]
                0.00    0.00     109/49690       Ffuncall <cycle 4> [39]
                0.00    0.00     121/49690       Fsubstring [385]
                0.00    0.00     165/49690       Fexpand_file_name <cycle 4> [164]
                0.00    0.00     188/49690       font_intern_prop [91]
                0.00    0.00     436/49690       Fsingle_key_description <cycle 4> [1055]
                0.00    0.00    1006/49690       read1 <cycle 5> [279]
                0.00    0.00   18506/49690       make_unibyte_string [669]
                0.00    0.00   28962/49690       concat [111]
[652]    0.0    0.00    0.00   49690         make_specified_string [652]
                0.00    0.00   49690/54297       make_uninit_multibyte_string [649]
                0.00    0.00     648/1949        multibyte_chars_in_text [852]
-----------------------------------------------
                0.00    0.00    1033/39509       window_box_right_offset [964]
                0.00    0.00    1118/39509       window_box_right [906]
                0.00    0.00    1122/39509       x_clear_end_of_line <cycle 4> [901]
                0.00    0.00    2062/39509       hscroll_window_tree [212]
                0.00    0.00    2330/39509       window_box <cycle 4> [764]
                0.00    0.00    3110/39509       coordinates_in_window [947]
                0.00    0.00    3148/39509       draw_glyphs <cycle 4> [44]
                0.00    0.00    4580/39509       init_iterator <cycle 4> [82]
                0.00    0.00    5695/39509       get_glyph_string_clip_rects [698]
                0.00    0.00   15311/39509       window_box_left_offset [681]
[653]    0.0    0.00    0.00   39509         window_box_width [653]
-----------------------------------------------
                0.00    0.00   35076/35076       sweep_weak_table <cycle 4> [860]
[654]    0.0    0.00    0.00   35076         survives_gc_p [654]
-----------------------------------------------
                0.00    0.00       1/33219       x_uncatch_errors_after_check [1648]
                0.00    0.00       2/33219       Fx_change_window_property [1483]
                0.00    0.00       2/33219       read_and_apply_settings [1592]
                0.00    0.00       3/33219       delete_terminal [1568]
                0.00    0.00       3/33219       free_frame_faces [1576]
                0.00    0.00       3/33219       x_load_resources [1617]
                0.00    0.00       3/33219       free_region_cache [1451]
                0.00    0.00       4/33219       init_system_name [1416]
                0.00    0.00       4/33219       Fload <cycle 4> [401]
                0.00    0.00       4/33219       doprnt <cycle 4> [1410]
                0.00    0.00       5/33219       delete_frame <cycle 4> [450]
                0.00    0.00       6/33219       free_glyphs [1497]
                0.00    0.00       6/33219       Fkill_buffer <cycle 4> [499]
                0.00    0.00       6/33219       xftfont_done_face [1369]
                0.00    0.00       8/33219       free_window_matrices [1498]
                0.00    0.00      10/33219       free_color_table [1302]
                0.00    0.00      14/33219       magic_db [1275]
                0.00    0.00      14/33219       smc_save_yourself_CB [3627]
                0.00    0.00      16/33219       realize_face [332]
                0.00    0.00      16/33219       unbind_to <cycle 4> [285]
                0.00    0.00      24/33219       process_tool_bar_item <cycle 4> [287]
                0.00    0.00      63/33219       free_realized_face [1244]
                0.00    0.00     130/33219       free_glyph_matrix [1303]
                0.00    0.00     301/33219       encode_coding_object <cycle 4> [1067]
                0.00    0.00     590/33219       text_quoting_style <cycle 4> [523]
                0.00    0.00     922/33219       x_uncatch_errors [1012]
                0.00    0.00     932/33219       xpm_free_color_cache [1313]
                0.00    0.00    1033/33219       display_mode_line <cycle 4> [360]
                0.00    0.00    1317/33219       free_menubar_widget_value_tree [1383]
                0.00    0.00   27777/33219       re_compile_pattern [132]
[655]    0.0    0.00    0.00   33219         xfree [655]
-----------------------------------------------
                                2212             init_iterator <cycle 4> [82]
                                6328             reseat_1 <cycle 4> [734]
                               23759             display_string <cycle 4> [72]
[656]    0.0    0.00    0.00   32299         bidi_init_it <cycle 4> [656]
                                   1             bidi_initialize <cycle 4> [517]
-----------------------------------------------
                0.00    0.00    1042/31638       lisp_malloc [881]
                0.00    0.00    7326/31638       Fmake_string [55]
                0.00    0.00   23270/31638       lisp_align_malloc [666]
[657]    0.0    0.00    0.00   31638         mem_insert [657]
                0.00    0.00   31638/71975       xmalloc [642]
                0.00    0.00   11249/14319       mem_rotate_left [686]
                0.00    0.00   10637/14529       mem_rotate_right [685]
-----------------------------------------------
                0.00    0.00       3/31463       sweep_buffers [558]
                0.00    0.00      37/31463       sweep_misc [473]
                0.00    0.00    1057/31463       sweep_strings [365]
                0.00    0.00    7319/31463       sweep_vectors [52]
                0.00    0.00   23047/31463       lisp_align_free [235]
[658]    0.0    0.00    0.00   31463         mem_delete [658]
                0.00    0.00    3892/14529       mem_rotate_right [685]
                0.00    0.00    3070/14319       mem_rotate_left [686]
-----------------------------------------------
                0.00    0.00      20/31455       print_string <cycle 4> [1250]
                0.00    0.00     165/31455       string_to_multibyte [1090]
                0.00    0.00     500/31455       insert_from_string_1 <cycle 4> [120]
                0.00    0.00   30770/31455       concat [111]
[659]    0.0    0.00    0.00   31455         count_size_as_multibyte [659]
-----------------------------------------------
                0.00    0.00    5319/30703       bidi_move_to_visually_next <cycle 4> [76]
                0.00    0.00   25384/30703       bidi_paragraph_init <cycle 4> [495]
[660]    0.0    0.00    0.00   30703         bidi_line_init [660]
-----------------------------------------------
                                6780             next_element_from_buffer <cycle 4> [98]
                               11363             next_element_from_string <cycle 4> [59]
                               12396             next_element_from_c_string <cycle 4> [648]
[661]    0.0    0.00    0.00   30539         get_visually_first_element <cycle 4> [661]
                               25371             bidi_paragraph_init <cycle 4> [495]
                               25371             bidi_move_to_visually_next <cycle 4> [76]
-----------------------------------------------
                0.00    0.00       4/29026       make_buffer_string_both [322]
                0.00    0.00   29022/29026       concat [111]
[662]    0.0    0.00    0.00   29026         make_uninit_string [662]
-----------------------------------------------
                0.00    0.00      91/28240       lisp_file_lexically_bound_p [1418]
                0.00    0.00    1460/28240       readevalloop <cycle 4> [380]
                0.00    0.00    4862/28240       read_escape [858]
                0.00    0.00   21827/28240       read1 <cycle 5> [279]
[663]    0.0    0.00    0.00   28240         readchar [663]
                0.00    0.00   18613/18613       readbyte_from_file [675]
-----------------------------------------------
                                 146             analyze_first [664]
                0.00    0.00      24/27792       re_compile_pattern [132]
                0.00    0.00   27768/27792       re_compile_fastmap [665]
[664]    0.0    0.00    0.00   27792+146     analyze_first [664]
                                 146             analyze_first [664]
-----------------------------------------------
                0.00    0.00   27768/27768       re_search_2 [61]
[665]    0.0    0.00    0.00   27768         re_compile_fastmap [665]
                0.00    0.00   27768/27792       analyze_first [664]
-----------------------------------------------
                0.00    0.00   23270/23270       Fcons [62]
[666]    0.0    0.00    0.00   23270         lisp_align_malloc [666]
                0.00    0.00   23270/31638       mem_insert [657]
-----------------------------------------------
                0.00    0.00       1/22985       buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       2/22985       pos_visible_p <cycle 4> [1591]
                0.00    0.00    1020/22985       Fvertical_motion <cycle 4> [168]
                0.00    0.00    1520/22985       move_it_to <cycle 4> [171]
                0.00    0.00    2152/22985       move_it_vertically_backward <cycle 4> [108]
                0.00    0.00    2212/22985       init_iterator <cycle 4> [82]
                0.00    0.00    6328/22985       reseat_1 <cycle 4> [734]
                0.00    0.00    9750/22985       back_to_previous_visible_line_start [115]
[667]    0.0    0.00    0.00   22985         bidi_unshelve_cache [667]
-----------------------------------------------
                               21600             mark_object <cycle 4> [30]
[668]    0.0    0.00    0.00   21600         mark_compiled <cycle 4> [668]
                               83328             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.00       1/20569       x_default_font_parameter <cycle 4> [413]
                0.00    0.00       1/20569       intern_1 [307]
                0.00    0.00       1/20569       Fnew_fontset <cycle 4> [463]
                0.00    0.00      23/20569       openp <cycle 4> [210]
                0.00    0.00     118/20569       ftfont_get_charset [293]
                0.00    0.00     301/20569       encode_coding_object <cycle 4> [1067]
                0.00    0.00     482/20569       directory_files_internal <cycle 4> [254]
                0.00    0.00    1933/20569       ftfont_pattern_entity [220]
                0.00    0.00   17709/20569       make_string [680]
[669]    0.0    0.00    0.00   20569         make_unibyte_string [669]
                0.00    0.00   18506/49690       make_specified_string [652]
-----------------------------------------------
                0.00    0.00     176/20404       show_hourglass <cycle 4> [180]
                0.00    0.00    8574/20404       x_produce_glyphs [75]
                0.00    0.00   11654/20404       handle_line_prefix [193]
[670]    0.0    0.00    0.00   20404         get_it_property [670]
-----------------------------------------------
                0.00    0.00       1/19551       Fredirect_frame_focus <cycle 4> [1543]
                0.00    0.00       1/19551       delete_frame <cycle 4> [450]
                0.00    0.00    1000/19551       Fborder_width [997]
                0.00    0.00    1062/19551       Fframe_char_width [932]
                0.00    0.00    3094/19551       Fframe_char_height [777]
                0.00    0.00    7160/19551       Fframe_parameters [101]
                0.00    0.00    7233/19551       Fframe_parameter [99]
[671]    0.0    0.00    0.00   19551         decode_any_frame [671]
-----------------------------------------------
                0.00    0.00    4273/19327       Ffuncall <cycle 4> [39]
                0.00    0.00   15054/19327       exec_byte_code <cycle 4> [143]
[672]    0.0    0.00    0.00   19327         arith_driver [672]
-----------------------------------------------
                0.00    0.00     256/18850       string_match_1 [249]
                0.00    0.00   18594/18850       display_mode_element <cycle 4> [179]
[673]    0.0    0.00    0.00   18850         string_byte_to_char [673]
-----------------------------------------------
                0.00    0.00       1/18705       unwind_create_frame [1605]
                0.00    0.00       1/18705       x_set_tool_bar_position [571]
                0.00    0.00       2/18705       redisplay_window <cycle 4> [116]
                0.00    0.00       2/18705       next_window [599]
                0.00    0.00       2/18705       record_buffer [581]
                0.00    0.00       2/18705       Fprovide [531]
                0.00    0.00      10/18705       eval_sub <cycle 4> [189]
                0.00    0.00      16/18705       Ffeaturep [1270]
                0.00    0.00      20/18705       print_error_message <cycle 4> [416]
                0.00    0.00      40/18705       Fsignal <cycle 4> [411]
                0.00    0.00      54/18705       menu_bar_item <cycle 4> [470]
                0.00    0.00     158/18705       where_is_internal <cycle 4> [151]
                0.00    0.00     171/18705       Fset_fontset_font <cycle 4> [60]
                0.00    0.00     188/18705       Ffind_file_name_handler [105]
                0.00    0.00     278/18705       accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00     666/18705       Fset_charset_priority [439]
                0.00    0.00    2010/18705       window_list_1 [296]
                0.00    0.00   15084/18705       exec_byte_code <cycle 4> [143]
[674]    0.0    0.00    0.00   18705         Fmemq [674]
-----------------------------------------------
                0.00    0.00   18613/18613       readchar [663]
[675]    0.0    0.00    0.00   18613         readbyte_from_file [675]
                0.00    0.00   18613/638667      unblock_input_to [618]
                0.00    0.00   18613/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/18247       x_wait_for_event [1649]
                0.00    0.00      17/18247       clear_image_cache [1264]
                0.00    0.00     118/18247       Fgarbage_collect <cycle 4> [40]
                0.00    0.00    1967/18247       wait_reading_process_output [27]
                0.00    0.00   16144/18247       timer_check [154]
[676]    0.0    0.00    0.00   18247         timespec_sub [676]
-----------------------------------------------
                0.00    0.00     513/18231       arithcompare_driver [1048]
                0.00    0.00   17718/18231       exec_byte_code <cycle 4> [143]
[677]    0.0    0.00    0.00   18231         arithcompare [677]
-----------------------------------------------
                0.00    0.00       1/18192       make_frame <cycle 4> [314]
                0.00    0.00       1/18192       Fdefine_key <cycle 4> [350]
                0.00    0.00       2/18192       init_kboard [584]
                0.00    0.00       2/18192       font_update_drivers [542]
                0.00    0.00       3/18192       font_registry_charsets [251]
                0.00    0.00       5/18192       Fget_buffer_create <cycle 4> [458]
                0.00    0.00      10/18192       Fcopy_keymap [525]
                0.00    0.00      10/18192       lookup_image <cycle 4> [491]
                0.00    0.00      12/18192       process_tool_bar_item <cycle 4> [287]
                0.00    0.00      13/18192       Ffuncall <cycle 4> [39]
                0.00    0.00      23/18192       Faccessible_keymaps <cycle 4> [493]
                0.00    0.00      35/18192       openp <cycle 4> [210]
                0.00    0.00      47/18192       menu_bar_item <cycle 4> [470]
                0.00    0.00     852/18192       Fset_fontset_font <cycle 4> [60]
                0.00    0.00    1380/18192       update_compositions <cycle 4> [205]
                0.00    0.00    1582/18192       read_list <cycle 5> [388]
                0.00    0.00    1785/18192       accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00    5144/18192       Fcurrent_active_maps <cycle 4> [155]
                0.00    0.00    7285/18192       exec_byte_code <cycle 4> [143]
[678]    0.0    0.00    0.00   18192         list1 [678]
-----------------------------------------------
                               17797             mark_object <cycle 4> [30]
[679]    0.0    0.00    0.00   17797         mark_localized_symbol <cycle 4> [679]
                               35594             mark_object <cycle 4> [30]
                                 354             traverse_intervals_noorder <cycle 4> [809]
                                 127             mark_buffer <cycle 4> [939]
                                 114             mark_vectorlike <cycle 4> [85]
                                   1             swap_in_global_binding <cycle 4> [1362]
-----------------------------------------------
                0.00    0.00       1/17709       x_term_init <cycle 4> [573]
                0.00    0.00       1/17709       x_session_initialize [1619]
                0.00    0.00       2/17709       file_attributes [513]
                0.00    0.00       3/17709       realize_basic_faces [316]
                0.00    0.00       3/17709       Fgetenv_internal [1290]
                0.00    0.00       4/17709       Fsingle_key_description <cycle 4> [1055]
                0.00    0.00       4/17709       text_quoting_style <cycle 4> [523]
                0.00    0.00       4/17709       fontset_pattern_regexp [579]
                0.00    0.00       6/17709       Fx_create_frame <cycle 4> [384]
                0.00    0.00       9/17709       Fframe_parameters [101]
                0.00    0.00      11/17709       parse_modifiers [190]
                0.00    0.00      12/17709       x_find_image_fd <cycle 4> [545]
                0.00    0.00      16/17709       font_build_object [419]
                0.00    0.00      20/17709       cmd_error_internal [200]
                0.00    0.00      24/17709       process_tool_bar_item <cycle 4> [287]
                0.00    0.00      38/17709       Fexpand_file_name <cycle 4> [164]
                0.00    0.00     165/17709       openp <cycle 4> [210]
                0.00    0.00     208/17709       Fkey_description <cycle 4> [338]
                0.00    0.00     819/17709       Ffont_xlfd_name [1021]
                0.00    0.00    2043/17709       Fcall_interactively <cycle 4> [258]
                0.00    0.00   14316/17709       make_formatted_string [687]
[680]    0.0    0.00    0.00   17709         make_string [680]
                0.00    0.00   17709/402252      parse_str_as_multibyte [629]
                0.00    0.00   17709/20569       make_unibyte_string [669]
-----------------------------------------------
                0.00    0.00       1/17595       Fposn_at_x_y [1542]
                0.00    0.00    1030/17595       window_box_right_offset [964]
                0.00    0.00    1031/17595       note_mouse_highlight [497]
                0.00    0.00   15533/17595       window_box_left [683]
[681]    0.0    0.00    0.00   17595         window_box_left_offset [681]
                0.00    0.00   15311/39509       window_box_width [653]
-----------------------------------------------
                0.00    0.00     167/15927       lisp_string_width [354]
                0.00    0.00   15760/15927       c_string_width [707]
[682]    0.0    0.00    0.00   15927         char_width [682]
-----------------------------------------------
                0.00    0.00       1/15532       window_relative_x_coord [1609]
                0.00    0.00       1/15532       make_lispy_position <cycle 4> [541]
                0.00    0.00    1035/15532       coordinates_in_window [947]
                0.00    0.00    1118/15532       window_box_right [906]
                0.00    0.00    1118/15532       draw_fringe_bitmap_1 <cycle 4> [239]
                0.00    0.00    1122/15532       x_clear_end_of_line <cycle 4> [901]
                0.00    0.00    2294/15532       window_box <cycle 4> [764]
                0.00    0.00    3148/15532       draw_glyphs <cycle 4> [44]
                0.00    0.00    5695/15532       get_glyph_string_clip_rects [698]
[683]    0.0    0.00    0.00   15532         window_box_left [683]
                0.00    0.00   15533/17595       window_box_left_offset [681]
-----------------------------------------------
                0.00    0.00       1/14579       Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       1/14579       Fposn_at_x_y [1542]
                0.00    0.00       3/14579       Fwindow_prev_buffers [1444]
                0.00    0.00       3/14579       Fset_window_prev_buffers [1439]
                0.00    0.00       3/14579       Fwindow_next_buffers [1443]
                0.00    0.00       3/14579       Fset_window_next_buffers [1438]
                0.00    0.00       3/14579       set_window_buffer <cycle 4> [457]
                0.00    0.00      22/14579       Fwindow_right_divider_width [1226]
                0.00    0.00      44/14579       Fwindow_bottom_divider_width [1224]
                0.00    0.00      66/14579       Fwindow_scroll_bar_height [1227]
                0.00    0.00      88/14579       Fwindow_mode_line_height <cycle 4> [1225]
                0.00    0.00     125/14579       Fwindow_scroll_bar_width [1228]
                0.00    0.00    1000/14579       Fwindow_body_height [999]
                0.00    0.00    1000/14579       Fwindow_body_width [1000]
                0.00    0.00    1022/14579       Fwindow_margins [978]
                0.00    0.00    1022/14579       Fwindow_fringes [976]
                0.00    0.00    2000/14579       Fwindow_scroll_bars [306]
                0.00    0.00    2005/14579       decode_next_window_args [843]
                0.00    0.00    2044/14579       Fwindow_header_line_height [977]
                0.00    0.00    2062/14579       Fwindow_point [833]
                0.00    0.00    2062/14579       Fwindow_old_point [832]
[684]    0.0    0.00    0.00   14579         set_window_margins [684]
                0.00    0.00       6/18          extract_dimension [1260]
-----------------------------------------------
                0.00    0.00    3892/14529       mem_delete [658]
                0.00    0.00   10637/14529       mem_insert [657]
[685]    0.0    0.00    0.00   14529         mem_rotate_right [685]
-----------------------------------------------
                0.00    0.00    3070/14319       mem_delete [658]
                0.00    0.00   11249/14319       mem_insert [657]
[686]    0.0    0.00    0.00   14319         mem_rotate_left [686]
-----------------------------------------------
                0.00    0.00       2/14316       ensure_echo_area_buffers <cycle 4> [1099]
                0.00    0.00   14314/14316       Fframe_parameters [101]
[687]    0.0    0.00    0.00   14316         make_formatted_string [687]
                0.00    0.00   14316/17709       make_string [680]
-----------------------------------------------
                0.00    0.00      75/14156       add_properties [344]
                0.00    0.00    4168/14156       Fplist_put [448]
                0.00    0.00    9913/14156       exec_byte_code <cycle 4> [143]
[688]    0.0    0.00    0.00   14156         Fsetcar [688]
-----------------------------------------------
                0.00    0.00       2/13559       internal_catch [5]
                0.00    0.00       2/13559       internal_condition_case_2 <cycle 4> [1500]
                0.00    0.00      22/13559       internal_condition_case <cycle 2> [194]
                0.00    0.00    1376/13559       internal_condition_case_1 <cycle 4> [878]
                0.00    0.00    2709/13559       exec_byte_code <cycle 4> [143]
                0.00    0.00    9448/13559       internal_condition_case_n <cycle 4> [709]
[689]    0.0    0.00    0.00   13559         push_handler [689]
                0.00    0.00   13559/13559       push_handler_nosignal [690]
-----------------------------------------------
                0.00    0.00   13559/13559       push_handler [689]
[690]    0.0    0.00    0.00   13559         push_handler_nosignal [690]
-----------------------------------------------
                0.00    0.00    1009/13031       wait_reading_process_output [27]
                0.00    0.00   12022/13031       deliver_process_signal [2881]
[691]    0.0    0.00    0.00   13031         handle_input_available_signal [691]
-----------------------------------------------
                0.00    0.00       3/12846       decide_coding_unwind [1447]
                0.00    0.00     598/12846       del_range_2 [300]
                0.00    0.00    1228/12846       display_line <cycle 4> [197]
                0.00    0.00   11017/12846       move_it_to <cycle 4> [171]
[692]    0.0    0.00    0.00   12846         recenter_overlay_lists [692]
-----------------------------------------------
                0.00    0.00       2/12473       x_wait_for_event [1649]
                0.00    0.00       4/12473       decode_time_components [711]
                0.00    0.00       7/12473       Fcurrent_time [516]
                0.00    0.00      10/12473       lookup_image <cycle 4> [491]
                0.00    0.00      17/12473       clear_image_cache [1264]
                0.00    0.00     236/12473       Fgarbage_collect <cycle 4> [40]
                0.00    0.00     941/12473       do_pending_atimers [724]
                0.00    0.00    1021/12473       start_atimer [989]
                0.00    0.00    1024/12473       top_level_1 <cycle 2> [36]
                0.00    0.00    1982/12473       wait_reading_process_output [27]
                0.00    0.00    7229/12473       timer_check [154]
[693]    0.0    0.00    0.00   12473         gettime [693]
-----------------------------------------------
                0.00    0.00     973/11768       redisplay_window <cycle 4> [116]
                0.00    0.00    1002/11768       erase_phys_cursor <cycle 4> [995]
                0.00    0.00    1026/11768       get_glyph_string_clip_rects [698]
                0.00    0.00    1099/11768       update_window <cycle 4> [118]
                0.00    0.00    1118/11768       draw_window_fringes <cycle 4> [909]
                0.00    0.00    1127/11768       x_clear_end_of_line <cycle 4> [901]
                0.00    0.00    2100/11768       update_window_fringes [80]
                0.00    0.00    3323/11768       init_iterator <cycle 4> [82]
[694]    0.0    0.00    0.00   11768         window_text_bottom_y [694]
-----------------------------------------------
                0.00    0.00       2/11602       Fautoload_do_load <cycle 4> [543]
                0.00    0.00      58/11602       store_symval_forwarding <cycle 4> [117]
                0.00    0.00    3126/11602       Ffuncall <cycle 4> [39]
                0.00    0.00    8416/11602       get_backtrace_frame [826]
[695]    0.0    0.00    0.00   11602         Findirect_function [695]
-----------------------------------------------
                0.00    0.00    1041/11499       region_cache_forward [139]
                0.00    0.00    4059/11499       delete_cache_boundaries [708]
                0.00    0.00    6399/11499       region_cache_backward [732]
[696]    0.0    0.00    0.00   11499         find_cache_boundary [696]
-----------------------------------------------
                0.00    0.00      25/11256       Fdefine_key <cycle 4> [350]
                0.00    0.00     192/11256       accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00     261/11256       Fwhere_is_internal <cycle 4> [270]
                0.00    0.00     349/11256       access_keymap_1 <cycle 4> [93]
                0.00    0.00     456/11256       boyer_moore [1241]
                0.00    0.00     462/11256       preferred_sequence_p [1074]
                0.00    0.00     703/11256       search_buffer [231]
                0.00    0.00    1016/11256       exec_byte_code <cycle 4> [143]
                0.00    0.00    1833/11256       Faccessible_keymaps <cycle 4> [493]
                0.00    0.00    2046/11256       where_is_internal <cycle 4> [151]
                0.00    0.00    3913/11256       Flookup_key <cycle 4> [760]
[697]    0.0    0.00    0.00   11256         Faref [697]
                0.00    0.00       8/3082942     string_char_to_byte [603]
-----------------------------------------------
                0.00    0.00    1620/10556       x_draw_glyph_string_box [866]
                0.00    0.00    8936/10556       x_set_glyph_string_clipping [714]
[698]    0.0    0.00    0.00   10556         get_glyph_string_clip_rects [698]
                0.00    0.00    5695/15532       window_box_left [683]
                0.00    0.00    5695/39509       window_box_width [653]
                0.00    0.00    1026/11768       window_text_bottom_y [694]
-----------------------------------------------
                0.00    0.00   10310/10310       Fget_pos_property [176]
[699]    0.0    0.00    0.00   10310         overlays_around [699]
-----------------------------------------------
                0.00    0.00    2048/10234       Ffuncall <cycle 4> [39]
                0.00    0.00    8186/10234       exec_byte_code <cycle 4> [143]
[700]    0.0    0.00    0.00   10234         Fplus [700]
-----------------------------------------------
                0.00    0.00       3/9870        display_mode_element <cycle 4> [179]
                0.00    0.00       3/9870        Fsort [1373]
                0.00    0.00      22/9870        exec_byte_code <cycle 4> [143]
                0.00    0.00    9842/9870        Fnth [702]
[701]    0.0    0.00    0.00    9870         Fnthcdr [701]
-----------------------------------------------
                0.00    0.00    4126/9842        lookup_fringe_bitmap [227]
                0.00    0.00    5716/9842        get_keymap [617]
[702]    0.0    0.00    0.00    9842         Fnth [702]
                0.00    0.00    9842/9870        Fnthcdr [701]
-----------------------------------------------
                                8789             process_pending_signals <cycle 3> [725]
                0.00    0.00       4/7535        read_char <cycle 2> [14]
                0.00    0.00     969/7535        sit_for [26]
[703]    0.0    0.00    0.00    9762         gobble_input <cycle 3> [703]
                0.00    0.00    8574/8574        frame_make_pointer_visible [716]
                                9604             XTread_socket <cycle 3> [705]
-----------------------------------------------
                0.00    0.00       1/9623        buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       2/9623        pos_visible_p <cycle 4> [1591]
                0.00    0.00      21/9623        move_it_in_display_line_to <cycle 4> [66]
                0.00    0.00    1020/9623        Fvertical_motion <cycle 4> [168]
                0.00    0.00    1552/9623        move_it_to <cycle 4> [171]
                0.00    0.00    2152/9623        move_it_vertically_backward <cycle 4> [108]
                0.00    0.00    4875/9623        back_to_previous_visible_line_start [115]
[704]    0.0    0.00    0.00    9623         bidi_shelve_cache [704]
-----------------------------------------------
                                9604             gobble_input <cycle 3> [703]
[705]    0.0    0.00    0.00    9604         XTread_socket <cycle 3> [705]
                0.00    0.00    9604/638667      unblock_input_to [618]
                0.00    0.00    9604/638619      unblock_input [619]
                0.00    0.00    1204/7766        do_pending_atimers [724]
                                1204             process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00      16/9569        lisp_string_width [354]
                0.00    0.00    9553/9569        c_string_width [707]
[706]    0.0    0.00    0.00    9569         buffer_display_table [706]
-----------------------------------------------
                0.00    0.00       4/9553        doprnt <cycle 4> [1410]
                0.00    0.00     189/9553        store_mode_line_noprop [1079]
                0.00    0.00    9360/9553        display_mode_element <cycle 4> [179]
[707]    0.0    0.00    0.00    9553         c_string_width [707]
                0.00    0.00   15760/15927       char_width [682]
                0.00    0.00    9553/9569        buffer_display_table [706]
-----------------------------------------------
                                2536             delete_cache_boundaries [708]
                0.00    0.00     510/9473        find_newline [110]
                0.00    0.00     540/9473        know_region_cache [1041]
                0.00    0.00     983/9473        invalidate_region_cache [895]
                0.00    0.00    1041/9473        region_cache_forward [139]
                0.00    0.00    6399/9473        region_cache_backward [732]
[708]    0.0    0.00    0.00    9473+2536    delete_cache_boundaries [708]
                0.00    0.00    4059/11499       find_cache_boundary [696]
                0.00    0.00    2030/2030        move_cache_gap [840]
                                2536             delete_cache_boundaries [708]
-----------------------------------------------
                                3072             safe_run_hook_funcall <cycle 4> [781]
                                6376             safe__call <cycle 4> [202]
[709]    0.0    0.00    0.00    9448         internal_condition_case_n <cycle 4> [709]
                0.00    0.00    9448/13559       push_handler [689]
                0.00    0.00    3072/3072        safe_run_hooks_1 [782]
                                6376             Ffuncall <cycle 4> [39]
                                3072             call0 <cycle 4> [722]
-----------------------------------------------
                0.00    0.00    9243/9243        timer_check [154]
[710]    0.0    0.00    0.00    9243         decode_timer [710]
                0.00    0.00    9204/9242        decode_time_components [711]
                0.00    0.00    9204/9204        lisp_to_timespec [712]
-----------------------------------------------
                0.00    0.00       2/9242        Ffloat_time [340]
                0.00    0.00      36/9242        lisp_time_struct [1208]
                0.00    0.00    9204/9242        decode_timer [710]
[711]    0.0    0.00    0.00    9242         decode_time_components [711]
                0.00    0.00       4/12473       gettime [693]
-----------------------------------------------
                0.00    0.00    9204/9204        decode_timer [710]
[712]    0.0    0.00    0.00    9204         lisp_to_timespec [712]
-----------------------------------------------
                0.00    0.00       5/9179        Fcopy_marker [444]
                0.00    0.00     300/9179        set_marker_restricted_both [1069]
                0.00    0.00     535/9179        set_marker_both [1043]
                0.00    0.00    1075/9179        Fmarker_buffer [922]
                0.00    0.00    2140/9179        set_marker_internal [215]
                0.00    0.00    5124/9179        Fmarker_position [743]
[713]    0.0    0.00    0.00    9179         CHECK_MARKER [713]
-----------------------------------------------
                0.00    0.00    8936/8936        x_draw_glyph_string <cycle 4> [330]
[714]    0.0    0.00    0.00    8936         x_set_glyph_string_clipping [714]
                0.00    0.00    8936/10556       get_glyph_string_clip_rects [698]
-----------------------------------------------
                0.00    0.00    8750/8750        hash_lookup [20]
[715]    0.0    0.00    0.00    8750         hashfn_eql [715]
-----------------------------------------------
                0.00    0.00    8574/8574        gobble_input <cycle 3> [703]
[716]    0.0    0.00    0.00    8574         frame_make_pointer_visible [716]
-----------------------------------------------
                0.00    0.00       4/8563        looking_at_1 [433]
                0.00    0.00    8559/8563        fast_looking_at [149]
[717]    0.0    0.00    0.00    8563         re_match_2 [717]
                0.00    0.00    8563/51762       SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
-----------------------------------------------
                0.00    0.00      87/8355        next_element_from_buffer <cycle 4> [98]
                0.00    0.00    8268/8355        handle_stop <cycle 4> [96]
[718]    0.0    0.00    0.00    8355         get_overlay_strings_1 [718]
                0.00    0.00    8355/8355        load_overlay_strings [719]
-----------------------------------------------
                0.00    0.00    8355/8355        get_overlay_strings_1 [718]
[719]    0.0    0.00    0.00    8355         load_overlay_strings [719]
-----------------------------------------------
                0.00    0.00      11/8350        xftfont_prepare_face [1294]
                0.00    0.00    8339/8350        xftfont_draw [329]
[720]    0.0    0.00    0.00    8350         xftfont_get_colors [720]
                0.00    0.00    2061/638667      unblock_input_to [618]
                0.00    0.00    2061/638619      unblock_input [619]
                0.00    0.00      11/14          x_query_colors [1276]
-----------------------------------------------
                0.00    0.00    8340/8340        x_draw_glyph_string <cycle 4> [330]
[721]    0.0    0.00    0.00    8340         x_set_glyph_string_gc [721]
                0.00    0.00    8340/139845      prepare_face_for_display [635]
-----------------------------------------------
                                   3             run_funs <cycle 4> [1458]
                                1000             prepare_to_modify_buffer_1 <cycle 4> [238]
                                1020             Fcall_interactively <cycle 4> [258]
                                3072             internal_condition_case_n <cycle 4> [709]
                0.02    0.08    1021/33852       command_loop_1 <cycle 2> [23]
                0.02    0.08    1023/33852       read_char <cycle 2> [14]
                0.02    0.08    1024/33852       top_level_1 <cycle 2> [36]
[722]    0.0    0.00    0.00    8163         call0 <cycle 4> [722]
                                8164             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00       1/7918        Fx_create_frame <cycle 4> [384]
                0.00    0.00       1/7918        Frecursive_edit [1]
                0.00    0.00       2/7918        save_menu_items [561]
                0.00    0.00       2/7918        set_frame_menubar <cycle 4> [465]
                0.00    0.00       2/7918        Fautoload_do_load <cycle 4> [543]
                0.00    0.00       2/7918        Feval_buffer <cycle 4> [454]
                0.00    0.00       3/7918        set_window_buffer <cycle 4> [457]
                0.00    0.00       3/7918        Fkill_buffer <cycle 4> [499]
                0.00    0.00       3/7918        Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/7918        show_hourglass <cycle 4> [180]
                0.00    0.00       4/7918        redisplay_internal [15]
                0.00    0.00       8/7918        Fload <cycle 4> [401]
                0.00    0.00      56/7918        with_echo_area_buffer <cycle 4> [386]
                0.00    0.00      56/7918        truncate_undo_list <cycle 4> [1162]
                0.00    0.00      63/7918        x_consider_frame_title <cycle 4> [291]
                0.00    0.00     881/7918        code_conversion_save <cycle 4> [402]
                0.00    0.00    2066/7918        display_mode_line <cycle 4> [360]
                0.00    0.00    4761/7918        exec_byte_code <cycle 4> [143]
[723]    0.0    0.00    0.00    7918         record_unwind_protect [723]
-----------------------------------------------
                0.00    0.00       1/7766        other_visible_frames [1590]
                0.00    0.00       1/7766        adjust_frame_size <cycle 4> [478]
                0.00    0.00       1/7766        x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/7766        realize_basic_faces [316]
                0.00    0.00       1/7766        x_new_font <cycle 4> [1517]
                0.00    0.00       1/7766        x_wait_for_event [1649]
                0.00    0.00       1/7766        Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/7766        x_set_mouse_color [553]
                0.00    0.00       1/7766        x_window <cycle 4> [1650]
                0.00    0.00       1/7766        xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1/7766        Fnreverse [28]
                0.00    0.00       1/7766        Fassoc [288]
                0.00    0.00       1/7766        Frassoc [353]
                0.00    0.00       2/7766        clear_face_cache [1298]
                0.00    0.00       2/7766        x_scroll_bar_create [528]
                0.00    0.00       2/7766        Fx_change_window_property [1483]
                0.00    0.00       2/7766        x_defined_color [1084]
                0.00    0.00       2/7766        xftfont_open [408]
                0.00    0.00       3/7766        XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00       4/7766        detect_input_pending_run_timers [153]
                0.00    0.00       6/7766        Fx_register_dnd_atom [1351]
                0.00    0.00       6/7766        Fx_selection_exists_p [569]
                0.00    0.00       9/7766        clear_image_cache [1264]
                0.00    0.00      15/7766        Fassoc_string [33]
                0.00    0.00      24/7766        re_match_2_internal [70]
                0.00    0.00      35/7766        xftfont_text_extents [128]
                0.00    0.00      39/7766        Fgarbage_collect <cycle 4> [40]
                0.00    0.00      61/7766        x_make_frame_visible <cycle 4> [479]
                0.00    0.00      76/7766        internal_equal [24]
                0.00    0.00      80/7766        Fassq [45]
                0.00    0.00      87/7766        access_keymap_1 <cycle 4> [93]
                0.00    0.00     253/7766        exec_byte_code <cycle 4> [143]
                0.00    0.00     461/7766        funcall_lambda <cycle 4> [126]
                0.00    0.00     916/7766        xfont_list_pattern [252]
                0.00    0.00    1010/7766        wait_reading_process_output [27]
                0.00    0.00    1204/7766        XTread_socket <cycle 3> [705]
                0.00    0.00    1460/7766        Ffuncall <cycle 4> [39]
                0.00    0.00    1994/7766        Fmake_list [112]
[724]    0.0    0.00    0.00    7766         do_pending_atimers [724]
                0.00    0.00     941/2982        block_atimers [788]
                0.00    0.00     941/12473       gettime [693]
                0.00    0.00     941/1962        set_alarm [851]
-----------------------------------------------
                                1204             XTread_socket <cycle 3> [705]
                0.00    0.00       1/7535        other_visible_frames [1590]
                0.00    0.00       1/7535        adjust_frame_size <cycle 4> [478]
                0.00    0.00       1/7535        x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/7535        realize_basic_faces [316]
                0.00    0.00       1/7535        x_new_font <cycle 4> [1517]
                0.00    0.00       1/7535        x_wait_for_event [1649]
                0.00    0.00       1/7535        Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/7535        x_set_mouse_color [553]
                0.00    0.00       1/7535        x_window <cycle 4> [1650]
                0.00    0.00       1/7535        xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1/7535        Fnreverse [28]
                0.00    0.00       1/7535        Fassoc [288]
                0.00    0.00       1/7535        Frassoc [353]
                0.00    0.00       2/7535        clear_face_cache [1298]
                0.00    0.00       2/7535        x_scroll_bar_create [528]
                0.00    0.00       2/7535        Fx_change_window_property [1483]
                0.00    0.00       2/7535        x_defined_color [1084]
                0.00    0.00       2/7535        xftfont_open [408]
                0.00    0.00       3/7535        XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00       4/7535        detect_input_pending_run_timers [153]
                0.00    0.00       6/7535        Fx_register_dnd_atom [1351]
                0.00    0.00       6/7535        Fx_selection_exists_p [569]
                0.00    0.00       9/7535        clear_image_cache [1264]
                0.00    0.00      15/7535        Fassoc_string [33]
                0.00    0.00      24/7535        re_match_2_internal [70]
                0.00    0.00      35/7535        xftfont_text_extents [128]
                0.00    0.00      39/7535        Fgarbage_collect <cycle 4> [40]
                0.00    0.00      61/7535        x_make_frame_visible <cycle 4> [479]
                0.00    0.00      76/7535        internal_equal [24]
                0.00    0.00      80/7535        Fassq [45]
                0.00    0.00      87/7535        access_keymap_1 <cycle 4> [93]
                0.00    0.00     253/7535        exec_byte_code <cycle 4> [143]
                0.00    0.00     461/7535        funcall_lambda <cycle 4> [126]
                0.00    0.00     916/7535        xfont_list_pattern [252]
                0.00    0.00    1010/7535        wait_reading_process_output [27]
                0.00    0.00    1460/7535        Ffuncall <cycle 4> [39]
                0.00    0.00    1994/7535        Fmake_list [112]
[725]    0.0    0.00    0.00    7766         process_pending_signals <cycle 3> [725]
                                8789             gobble_input <cycle 3> [703]
-----------------------------------------------
                0.00    0.00    7315/7315        draw_glyphs <cycle 4> [44]
[726]    0.0    0.00    0.00    7315         init_glyph_string [726]
-----------------------------------------------
                0.00    0.00    7315/7315        draw_glyphs <cycle 4> [44]
[727]    0.0    0.00    0.00    7315         set_glyph_string_background_width [727]
-----------------------------------------------
                0.00    0.00    7099/7099        Fnext_single_char_property_change <cycle 4> [172]
[728]    0.0    0.00    0.00    7099         Fnext_char_property_change [728]
                0.00    0.00    7099/7099        Fnext_overlay_change [729]
-----------------------------------------------
                0.00    0.00    7099/7099        Fnext_char_property_change [728]
[729]    0.0    0.00    0.00    7099         Fnext_overlay_change [729]
-----------------------------------------------
                0.00    0.00       2/6779        Fload <cycle 4> [401]
                0.00    0.00       3/6779        Finsert_file_contents <cycle 4> [336]
                0.00    0.00       8/6779        readevalloop <cycle 4> [380]
                0.00    0.00       9/6779        eval_sub <cycle 4> [189]
                0.00    0.00      10/6779        update_frame_tool_bar <cycle 4> [425]
                0.00    0.00      14/6779        Ffunctionp [872]
                0.00    0.00      26/6779        Fsubstitute_in_file_name <cycle 4> [284]
                0.00    0.00     190/6779        Ffuncall <cycle 4> [39]
                0.00    0.00    2429/6779        store_symval_forwarding <cycle 4> [117]
                0.00    0.00    4088/6779        keyremap_step.constprop.45 [31]
[730]    0.0    0.00    0.00    6779         Ffboundp [730]
-----------------------------------------------
                0.00    0.00       1/6665        buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       1/6665        redisplay_mode_lines <cycle 4> [1594]
                0.00    0.00       1/6665        pos_visible_p <cycle 4> [1591]
                0.00    0.00       1/6665        Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       4/6665        mark_window_display_accurate_1 [945]
                0.00    0.00       5/6665        compute_window_start_on_continuation_line [1379]
                0.00    0.00       6/6665        unshow_buffer [1427]
                0.00    0.00      31/6665        display_echo_area_1 <cycle 4> [1213]
                0.00    0.00      54/6665        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     100/6665        message_dolog <cycle 4> [308]
                0.00    0.00     156/6665        with_echo_area_buffer <cycle 4> [386]
                0.00    0.00    1034/6665        set_vertical_scroll_bar [936]
                0.00    0.00    1081/6665        set_point_from_marker [921]
                0.00    0.00    2066/6665        display_mode_element <cycle 4> [179]
                0.00    0.00    2124/6665        redisplay_window <cycle 4> [116]
[731]    0.0    0.00    0.00    6665         marker_position [731]
-----------------------------------------------
                0.00    0.00    6399/6399        find_newline [110]
[732]    0.0    0.00    0.00    6399         region_cache_backward [732]
                0.00    0.00    6399/9473        delete_cache_boundaries [708]
                0.00    0.00    6399/11499       find_cache_boundary [696]
-----------------------------------------------
                0.00    0.00     209/6388        Fdefault_boundp [1077]
                0.00    0.00    6179/6388        Fdefault_value [738]
[733]    0.0    0.00    0.00    6388         default_value [733]
                0.00    0.00       2/6           indirect_variable [1356]
-----------------------------------------------
                                1076             move_it_vertically_backward <cycle 4> [108]
                                5267             reseat <cycle 4> [363]
[734]    0.0    0.00    0.00    6343         reseat_1 <cycle 4> [734]
                0.00    0.00    6328/22985       bidi_unshelve_cache [667]
                                6328             bidi_init_it <cycle 4> [656]
-----------------------------------------------
                0.00    0.00       1/6229        Fdelete_terminal <cycle 4> [1531]
                0.00    0.00      21/6229        decode_live_terminal [1232]
                0.00    0.00    6207/6229        Fterminal_live_p [736]
[735]    0.0    0.00    0.00    6229         decode_terminal [735]
-----------------------------------------------
                0.00    0.00    6207/6207        Ffuncall <cycle 4> [39]
[736]    0.0    0.00    0.00    6207         Fterminal_live_p [736]
                0.00    0.00    6207/6229        decode_terminal [735]
-----------------------------------------------
                                5165             display_mode_element <cycle 4> [179]
                0.02    0.08    1032/33852       redisplay_internal [15]
[737]    0.0    0.00    0.00    6197         safe__call1 <cycle 4> [737]
                                6197             safe__call <cycle 4> [202]
-----------------------------------------------
                0.00    0.00       6/6179        run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.00      38/6179        eval_sub <cycle 4> [189]
                0.00    0.00    2001/6179        Fcommandp <cycle 4> [538]
                0.00    0.00    2062/6179        Fbuffer_local_value [830]
                0.00    0.00    2072/6179        Ffuncall <cycle 4> [39]
[738]    0.0    0.00    0.00    6179         Fdefault_value [738]
                0.00    0.00    6179/6388        default_value [733]
                0.00    0.00    2088/119738      do_symval_forwarding [637]
-----------------------------------------------
                0.00    0.00     347/5788        font_list_entities [25]
                0.00    0.00    1090/5788        where_is_internal_1 <cycle 4> [121]
                0.00    0.00    1214/5788        fontset_add [248]
                0.00    0.00    1352/5788        Ffuncall <cycle 4> [39]
                0.00    0.00    1785/5788        accessible_keymaps_1 <cycle 4> [244]
[739]    0.0    0.00    0.00    5788         Fvconcat [739]
-----------------------------------------------
                0.00    0.00    5634/5634        set_point_both [257]
[740]    0.0    0.00    0.00    5634         previous_interval [740]
-----------------------------------------------
                0.00    0.00       2/5386        face_for_font [1493]
                0.00    0.00      94/5386        realize_face [332]
                0.00    0.00    5290/5386        Finternal_merge_in_global_face [327]
[741]    0.0    0.00    0.00    5386         lface_hash [741]
-----------------------------------------------
                                   4             tool_bar_items <cycle 4> [423]
                                   7             menu_bar_items <cycle 4> [406]
                                5144             Fcurrent_active_maps <cycle 4> [155]
[742]    0.0    0.00    0.00    5155         current_minor_maps <cycle 4> [742]
                                5155             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                0.00    0.00    1000/5124        Ffuncall <cycle 4> [39]
                0.00    0.00    4124/5124        hscroll_window_tree [212]
[743]    0.0    0.00    0.00    5124         Fmarker_position [743]
                0.00    0.00    5124/9179        CHECK_MARKER [713]
-----------------------------------------------
                                   2             x_set_frame_parameters <cycle 4> [395]
                                   4             message3_nolog <cycle 4> [1501]
                0.04    0.15    2064/33852       redisplay_internal [15]
                0.05    0.22    2991/33852       wait_reading_process_output [27]
[744]    0.0    0.00    0.00    5061         do_pending_window_change <cycle 4> [744]
                0.00    0.00       2/3           change_frame_size_1 [1446]
                                   2             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                                   2             Fkill_buffer <cycle 4> [499]
                                   4             redisplay_mode_lines <cycle 4> [1594]
                                   4             set_frame_menubar <cycle 4> [465]
                                   8             resize_mini_window <cycle 4> [310]
                                  16             show_hourglass <cycle 4> [180]
                                  20             write_string_1 <cycle 4> [1257]
                                  20             Fprinc <cycle 4> [1239]
                                  40             setup_echo_area_for_printing <cycle 4> [447]
                                  56             unwind_with_echo_area_buffer <cycle 4> [1163]
                                  56             with_echo_area_buffer <cycle 4> [386]
                                  63             unwind_format_mode_line <cycle 4> [912]
                                  63             x_consider_frame_title <cycle 4> [291]
                                 100             message_dolog <cycle 4> [308]
                                 154             Fset_buffer <cycle 4> [803]
                                 577             decode_coding <cycle 4> [518]
                                 619             unbind_to <cycle 4> [285]
                                1154             code_conversion_save <cycle 4> [402]
                                2091             redisplay_window <cycle 4> [116]
[745]    0.0    0.00    0.00    5047         set_buffer_internal_1 <cycle 4> [745]
                0.00    0.00    2808/2808        record_buffer_markers [796]
                0.00    0.00    2808/2808        fetch_buffer_markers [795]
                               15060             Fsymbol_value <cycle 4> [640]
-----------------------------------------------
                0.00    0.00       2/4774        Ffuncall <cycle 4> [39]
                0.00    0.00       2/4774        Feval_buffer <cycle 4> [454]
                0.00    0.00       3/4774        Fgenerate_new_buffer_name [1434]
                0.00    0.00       3/4774        Fkill_buffer <cycle 4> [499]
                0.00    0.00       6/4774        make_process [1358]
                0.00    0.00     100/4774        message_dolog <cycle 4> [308]
                0.00    0.00     105/4774        Fget_buffer_create <cycle 4> [458]
                0.00    0.00    2000/4774        Fget_buffer_window [845]
                0.00    0.00    2553/4774        Fset_buffer <cycle 4> [803]
[746]    0.0    0.00    0.00    4774         Fget_buffer [746]
                0.00    0.00     640/72320       Fcar [641]
                0.00    0.00     640/126677      Fstring_equal [636]
-----------------------------------------------
                0.00    0.00    4737/4737        x_draw_glyph_string <cycle 4> [330]
[747]    0.0    0.00    0.00    4737         x_draw_stretch_glyph_string [747]
                0.00    0.00    3114/3114        x_clear_glyph_string_rect [775]
-----------------------------------------------
                0.00    0.00       1/4590        buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       1/4590        redisplay_mode_lines <cycle 4> [1594]
                0.00    0.00       1/4590        pos_visible_p <cycle 4> [1591]
                0.00    0.00       1/4590        Fpos_visible_in_window_p <cycle 4> [582]
                0.00    0.00       2/4590        unshow_buffer [1427]
                0.00    0.00       5/4590        compute_window_start_on_continuation_line [1379]
                0.00    0.00      31/4590        display_echo_area_1 <cycle 4> [1213]
                0.00    0.00      54/4590        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     100/4590        message_dolog <cycle 4> [308]
                0.00    0.00     156/4590        with_echo_area_buffer <cycle 4> [386]
                0.00    0.00    1033/4590        display_mode_element <cycle 4> [179]
                0.00    0.00    1081/4590        set_point_from_marker [921]
                0.00    0.00    2124/4590        redisplay_window <cycle 4> [116]
[748]    0.0    0.00    0.00    4590         marker_byte_position [748]
-----------------------------------------------
                                4491             eval_sub <cycle 4> [189]
[749]    0.0    0.00    0.00    4491         apply_lambda <cycle 4> [749]
                0.00    0.00    4491/140813      Flength [634]
                0.00    0.00     431/72320       Fcar [641]
                0.00    0.00     431/1364726     Fcdr [610]
                                4491             funcall_lambda <cycle 4> [126]
                                2263             exec_byte_code <cycle 4> [143]
                                2228             unbind_to <cycle 4> [285]
                                 431             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00       5/4385        x_window_to_frame [1390]
                0.00    0.00      52/4385        x_top_window_to_frame [1151]
                0.00    0.00    4328/4385        x_any_window_to_frame [751]
[750]    0.0    0.00    0.00    4385         xg_win_to_widget [750]
                0.00    0.00    4385/638667      unblock_input_to [618]
                0.00    0.00    4385/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00    2048/4336        event_handler_gdk [196]
                0.00    0.00    2288/4336        handle_one_xevent [195]
[751]    0.0    0.00    0.00    4336         x_any_window_to_frame [751]
                0.00    0.00    4328/4385        xg_win_to_widget [750]
-----------------------------------------------
                                4286             reseat_at_next_visible_line_start <cycle 4> [753]
[752]    0.0    0.00    0.00    4286         forward_to_next_line_start <cycle 4> [752]
                                4286             set_iterator_to_next <cycle 4> [626]
-----------------------------------------------
                                 555             display_line <cycle 4> [197]
                                3731             move_it_to <cycle 4> [171]
[753]    0.0    0.00    0.00    4286         reseat_at_next_visible_line_start <cycle 4> [753]
                                4286             forward_to_next_line_start <cycle 4> [752]
-----------------------------------------------
                                   8             tool_bar_items <cycle 4> [423]
                                  12             menu_bar_items <cycle 4> [406]
                0.02    0.08    1022/33852       read_key_sequence.constprop.44 <cycle 2> [22]
                0.02    0.08    1024/33852       read_char <cycle 2> [14]
                0.04    0.15    2046/33852       keyremap_step.constprop.45 [31]
[754]    0.0    0.00    0.00    4112         access_keymap <cycle 4> [754]
                                4112             access_keymap_1 <cycle 4> [93]
                                3070             get_keyelt <cycle 4> [535]
-----------------------------------------------
                0.00    0.00       2/4022        next_window [599]
                0.00    0.00    4020/4022        window_list_1 [296]
[755]    0.0    0.00    0.00    4022         candidate_window_p [755]
-----------------------------------------------
                0.00    0.00       1/3973        x_wait_for_event [1649]
                0.00    0.00    1021/3973        start_atimer [989]
                0.00    0.00    2951/3973        wait_reading_process_output [27]
[756]    0.0    0.00    0.00    3973         timespec_add [756]
-----------------------------------------------
                0.00    0.00      15/3906        face_boolean_x_resource_value [1381]
                0.00    0.00      24/3906        font_build_object [419]
                0.00    0.00    3867/3906        font_unparse_xlfd [885]
[757]    0.0    0.00    0.00    3906         font_style_symbolic [757]
-----------------------------------------------
                                1000             line_bottom_y <cycle 4> [567]
                                1020             Fvertical_motion <cycle 4> [168]
                                1770             move_it_vertically_backward <cycle 4> [108]
[758]    0.0    0.00    0.00    3790         move_it_by_lines <cycle 4> [758]
                                2770             move_it_to <cycle 4> [171]
-----------------------------------------------
                0.00    0.00       2/3777        Fremove_text_properties <cycle 4> [566]
                0.00    0.00       3/3777        set_text_properties [519]
                0.00    0.00    3772/3777        add_text_properties_1 <cycle 4> [302]
[759]    0.0    0.00    0.00    3777         validate_plist [759]
                0.00    0.00    1180/72320       Fcar [641]
                0.00    0.00     576/1364726     Fcdr [610]
-----------------------------------------------
                                  43             Ffuncall <cycle 4> [39]
                                 499             shadow_lookup <cycle 4> [409]
                                3085             Fkey_binding <cycle 4> [359]
[760]    0.0    0.00    0.00    3627         Flookup_key <cycle 4> [760]
                0.00    0.00    7107/676170      get_keymap [617]
                0.00    0.00    3913/11256       Faref [697]
                                3913             access_keymap_1 <cycle 4> [93]
                                3334             get_keyelt <cycle 4> [535]
-----------------------------------------------
                                   4             tool_bar_items <cycle 4> [423]
                                 118             Fmap_keymap <cycle 4> [1113]
                                1682             where_is_internal <cycle 4> [151]
                                1820             Faccessible_keymaps <cycle 4> [493]
[761]    0.0    0.00    0.00    3624         map_keymap <cycle 4> [761]
                0.00    0.00   10876/676170      get_keymap [617]
                                3628             map_keymap_internal <cycle 4> [592]
-----------------------------------------------
                                  61             eval_sub <cycle 4> [189]
                                1045             apply1 <cycle 4> [942]
                                2436             Ffuncall <cycle 4> [39]
[762]    0.0    0.00    0.00    3542         Fapply <cycle 4> [762]
                0.00    0.00    3542/140813      Flength [634]
                                3542             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00      48/3412        accessible_keymaps_1 <cycle 4> [244]
                0.00    0.00     206/3412        where_is_internal_1 <cycle 4> [121]
                0.00    0.00    3158/3412        exec_byte_code <cycle 4> [143]
[763]    0.0    0.00    0.00    3412         Faset [763]
-----------------------------------------------
                                   4             adjust_frame_size <cycle 4> [478]
                                  36             adjust_glyph_matrix <cycle 4> [1201]
                                  54             x_scroll_run <cycle 4> [1170]
                                1059             XTset_vertical_scroll_bar <cycle 4> [527]
                                2236             XTring_bell <cycle 4> [815]
[764]    0.0    0.00    0.00    3389         window_box <cycle 4> [764]
                0.00    0.00    2330/39509       window_box_width [653]
                0.00    0.00    2294/15532       window_box_left [683]
                                1153             window_box_height <cycle 4> [887]
-----------------------------------------------
                0.00    0.00       1/3384        x_load_resources [1617]
                0.00    0.00       1/3384        xg_store_widget_in_map [1524]
                0.00    0.00       2/3384        Fgarbage_collect <cycle 4> [40]
                0.00    0.00       6/3384        update_window <cycle 4> [118]
                0.00    0.00      11/3384        adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00      18/3384        text_quoting_style <cycle 4> [523]
                0.00    0.00      31/3384        xpalloc [1215]
                0.00    0.00      51/3384        enlarge_buffer_text [1172]
                0.00    0.00     290/3384        re_compile_pattern [132]
                0.00    0.00     301/3384        alloc_destination [1064]
                0.00    0.00     312/3384        adjust_glyph_matrix <cycle 4> [1201]
                0.00    0.00    2360/3384        shrink_regexp_cache [1120]
[765]    0.0    0.00    0.00    3384         xrealloc [765]
-----------------------------------------------
                0.00    0.00    3323/3323        init_iterator <cycle 4> [82]
[766]    0.0    0.00    0.00    3323         window_display_table [766]
-----------------------------------------------
                                1024             x_draw_glyph_string <cycle 4> [330]
                                2236             draw_fringe_bitmap_1 <cycle 4> [239]
[767]    0.0    0.00    0.00    3260         x_draw_fringe_bitmap <cycle 4> [767]
                                2236             XTring_bell <cycle 4> [815]
-----------------------------------------------
                0.00    0.00       4/3243        Fset_match_data [894]
                0.00    0.00      12/3243        delete_all_child_windows [1490]
                0.00    0.00      76/3243        set_marker_internal [215]
                0.00    0.00     300/3243        message_dolog <cycle 4> [308]
                0.00    0.00     300/3243        set_marker_restricted_both [1069]
                0.00    0.00     316/3243        set_marker_both [1043]
                0.00    0.00    1075/3243        save_excursion_restore <cycle 4> [246]
                0.00    0.00    1160/3243        sweep_misc [473]
[768]    0.0    0.00    0.00    3243         unchain_marker [768]
-----------------------------------------------
                0.00    0.00    3241/3241        exec_byte_code <cycle 4> [143]
[769]    0.0    0.00    0.00    3241         Fmin [769]
-----------------------------------------------
                0.00    0.00    3200/3200        re_compile_pattern [132]
[770]    0.0    0.00    0.00    3200         re_iswctype [770]
-----------------------------------------------
                0.00    0.00    3179/3179        Ffuncall <cycle 4> [39]
[771]    0.0    0.00    0.00    3179         Fvectorp [771]
-----------------------------------------------
                                3172             eval_sub <cycle 4> [189]
[772]    0.0    0.00    0.00    3172         Fif <cycle 4> [772]
                0.00    0.00    2073/72320       Fcar [641]
                                3172             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00     100/3146        message_dolog <cycle 4> [308]
                0.00    0.00    3046/3146        prepare_to_modify_buffer_1 <cycle 4> [238]
[773]    0.0    0.00    0.00    3146         bset_redisplay [773]
-----------------------------------------------
                0.00    0.00      39/3145        try_window <cycle 4> [1200]
                0.00    0.00    1076/3145        move_it_vertically_backward <cycle 4> [108]
                0.00    0.00    2030/3145        redisplay_window <cycle 4> [116]
[774]    0.0    0.00    0.00    3145         default_line_pixel_height [774]
-----------------------------------------------
                0.00    0.00    3114/3114        x_draw_stretch_glyph_string [747]
[775]    0.0    0.00    0.00    3114         x_clear_glyph_string_rect [775]
-----------------------------------------------
                0.00    0.00       1/3099        Fredraw_frame <cycle 4> [1544]
                0.00    0.00       1/3099        check_minibuf_window <cycle 4> [1564]
                0.00    0.00       1/3099        Fmake_frame_visible <cycle 4> [562]
                0.00    0.00       1/3099        Fframe_after_make_frame [1535]
                0.00    0.00       1/3099        Fwindow_resize_apply_total [1556]
                0.00    0.00       1/3099        Fcurrent_window_configuration [502]
                0.00    0.00       1/3099        Fother_buffer [529]
                0.00    0.00       5/3099        Fmodify_frame_parameters <cycle 4> [1370]
                0.00    0.00       8/3099        Fframe_terminal [1326]
                0.00    0.00      22/3099        Finternal_get_lisp_face_attribute [431]
                0.00    0.00      24/3099        Fminibuffer_window [1222]
                0.00    0.00     133/3099        decode_window_system_frame [1102]
                0.00    0.00     880/3099        check_fontset_name [312]
                0.00    0.00    2020/3099        Fface_font [242]
[776]    0.0    0.00    0.00    3099         decode_live_frame [776]
-----------------------------------------------
                0.00    0.00    3094/3094        Ffuncall <cycle 4> [39]
[777]    0.0    0.00    0.00    3094         Fframe_char_height [777]
                0.00    0.00    3094/19551       decode_any_frame [671]
-----------------------------------------------
                0.00    0.00    1023/3090        handle_one_xevent [195]
                0.00    0.00    1031/3090        redisplay_internal [15]
                0.00    0.00    1036/3090        note_mouse_highlight [497]
[778]    0.0    0.00    0.00    3090         popup_activated [778]
-----------------------------------------------
                0.00    0.00       3/3089        redisplay_internal [15]
                0.00    0.00    1032/3089        note_mouse_highlight [497]
                0.00    0.00    2054/3089        redisplay_window <cycle 4> [116]
[779]    0.0    0.00    0.00    3089         window_outdated [779]
-----------------------------------------------
                0.00    0.00    3079/3079        safe_run_hooks <cycle 4> [256]
[780]    0.0    0.00    0.00    3079         run_hook_with_args [780]
-----------------------------------------------
                                3072             Fcommandp <cycle 4> [538]
[781]    0.0    0.00    0.00    3072         safe_run_hook_funcall <cycle 4> [781]
                                3072             internal_condition_case_n <cycle 4> [709]
-----------------------------------------------
                0.00    0.00    3072/3072        internal_condition_case_n <cycle 4> [709]
[782]    0.0    0.00    0.00    3072         safe_run_hooks_1 [782]
-----------------------------------------------
                0.00    0.00    3066/3066        Ffuncall <cycle 4> [39]
[783]    0.0    0.00    0.00    3066         Fselected_window [783]
-----------------------------------------------
                                3052             Fcommandp <cycle 4> [538]
[784]    0.0    0.00    0.00    3052         funcall_nil <cycle 4> [784]
                                3052             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00    1000/3042        signal_after_change <cycle 4> [281]
                0.00    0.00    2042/3042        Ffuncall <cycle 4> [39]
[785]    0.0    0.00    0.00    3042         Frun_hook_with_args [785]
-----------------------------------------------
                0.00    0.00     961/2998        remove_properties [1008]
                0.00    0.00    2037/2998        add_properties [344]
[786]    0.0    0.00    0.00    2998         record_property_change [786]
-----------------------------------------------
                0.00    0.00    2991/2991        wait_reading_process_output [27]
[787]    0.0    0.00    0.00    2991         requeued_events_pending_p [787]
-----------------------------------------------
                0.00    0.00     941/2982        do_pending_atimers [724]
                0.00    0.00    1020/2982        cancel_atimer [993]
                0.00    0.00    1021/2982        start_atimer [989]
[788]    0.0    0.00    0.00    2982         block_atimers [788]
-----------------------------------------------
                0.00    0.00     300/2975        set_marker_restricted_both [1069]
                0.00    0.00     535/2975        set_marker_both [1043]
                0.00    0.00    2140/2975        set_marker_internal [215]
[789]    0.0    0.00    0.00    2975         live_buffer [789]
-----------------------------------------------
                0.00    0.00     969/2951        sit_for [26]
                0.00    0.00    1982/2951        wait_reading_process_output [27]
[790]    0.0    0.00    0.00    2951         detect_input_pending [790]
-----------------------------------------------
                0.00    0.00      31/2931        valid_lisp_object_p [472]
                0.00    0.00    1313/2931        mark_maybe_object [161]
                0.00    0.00    1587/2931        Fgarbage_collect <cycle 4> [40]
[791]    0.0    0.00    0.00    2931         Fsuspicious_object [791]
                0.00    0.00   10046/1520667     vector_nbytes [609]
-----------------------------------------------
                0.00    0.00       1/2872        fontset_from_font <cycle 4> [345]
                0.00    0.00       2/2872        exec_byte_code <cycle 4> [143]
                0.00    0.00       2/2872        Fnew_fontset <cycle 4> [463]
                0.00    0.00     118/2872        font_prop_validate_symbol [405]
                0.00    0.00     346/2872        ftfont_list [208]
                0.00    0.00     686/2872        font_parse_family_registry [335]
                0.00    0.00     822/2872        Fset_fontset_font <cycle 4> [60]
                0.00    0.00     895/2872        fs_query_fontset [311]
[792]    0.0    0.00    0.00    2872         Fdowncase [792]
-----------------------------------------------
                0.00    0.00       1/2867        make_save_ptr [1586]
                0.00    0.00      72/2867        make_save_funcptr_ptr_obj [1142]
                0.00    0.00      79/2867        Fmake_marker [1138]
                0.00    0.00     551/2867        make_save_ptr_int [1038]
                0.00    0.00    1075/2867        make_save_obj_obj_obj_obj [925]
                0.00    0.00    1089/2867        build_marker [919]
[793]    0.0    0.00    0.00    2867         allocate_misc [793]
                0.00    0.00      61/1335        lisp_malloc [881]
-----------------------------------------------
                                   1             x_term_init <cycle 4> [573]
                                   2             select_window <cycle 4> [510]
                                   2             Fload <cycle 4> [401]
                                   5             Fget_buffer_create <cycle 4> [458]
                                   6             Fkill_buffer <cycle 4> [499]
                                  10             update_frame_tool_bar <cycle 4> [425]
                                  26             Fsubstitute_in_file_name <cycle 4> [284]
                                  58             store_symval_forwarding <cycle 4> [117]
                                 186             readevalloop <cycle 4> [380]
                                 487             mapcar1 <cycle 4> [1159]
                                1033             display_mode_element <cycle 4> [179]
                0.00    0.00       8/33852       timer_check [154]
                0.02    0.08    1021/33852       command_loop_1 <cycle 2> [23]
[794]    0.0    0.00    0.00    2845         call1 <cycle 4> [794]
                                2845             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00    2808/2808        set_buffer_internal_1 <cycle 4> [745]
[795]    0.0    0.00    0.00    2808         fetch_buffer_markers [795]
-----------------------------------------------
                0.00    0.00    2808/2808        set_buffer_internal_1 <cycle 4> [745]
[796]    0.0    0.00    0.00    2808         record_buffer_markers [796]
-----------------------------------------------
                0.00    0.00     619/2764        adjust_markers_for_delete [1024]
                0.00    0.00    2145/2764        adjust_markers_for_insert [820]
[797]    0.0    0.00    0.00    2764         adjust_suspend_auto_hscroll [797]
-----------------------------------------------
                0.00    0.00    1062/2702        save_restriction_restore [933]
                0.00    0.00    1640/2702        Fwiden [864]
[798]    0.0    0.00    0.00    2702         invalidate_current_column [798]
-----------------------------------------------
                0.00    0.00      11/2682        re_match_2_internal [70]
                0.00    0.00    2671/2682        re_compile_pattern [132]
[799]    0.0    0.00    0.00    2682         skip_one_char [799]
-----------------------------------------------
                0.00    0.00     242/2603        display_line <cycle 4> [197]
                0.00    0.00    2361/2603        redisplay_window <cycle 4> [116]
[800]    0.0    0.00    0.00    2603         row_for_charpos_p [800]
-----------------------------------------------
                0.00    0.00       3/2583        run_window_configuration_change_hook <cycle 4> [369]
                0.00    0.00      28/2583        Ffuncall <cycle 4> [39]
                0.00    0.00    1267/2583        unbind_to <cycle 4> [285]
                0.00    0.00    1285/2583        specbind <cycle 4> [639]
[801]    0.0    0.00    0.00    2583         Flocal_variable_p [801]
                0.00    0.00       1/6           indirect_variable [1356]
-----------------------------------------------
                0.00    0.00       3/2566        Fset_buffer_multibyte [1372]
                0.00    0.00       3/2566        Finsert_file_contents <cycle 4> [336]
                0.00    0.00     380/2566        prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     581/2566        insert_from_gap [586]
                0.00    0.00     598/2566        del_range_1 <cycle 4> [232]
                0.00    0.00    1001/2566        insert_from_string_1 <cycle 4> [120]
[802]    0.0    0.00    0.00    2566         invalidate_buffer_caches [802]
                0.00    0.00    1183/1186        invalidate_region_cache [895]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [432]
                                   1             Fkill_buffer <cycle 4> [499]
                                   2             buffer_posn_from_coords <cycle 4> [1560]
                                   3             set_window_buffer <cycle 4> [457]
                                 100             message_dolog <cycle 4> [308]
                                 139             select_window <cycle 4> [510]
                                1075             save_excursion_restore <cycle 4> [246]
                                1232             exec_byte_code <cycle 4> [143]
[803]    0.0    0.00    0.00    2553         Fset_buffer <cycle 4> [803]
                0.00    0.00    2553/4774        Fget_buffer [746]
                0.00    0.00       3/1364726     Fcdr [610]
                                 154             set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
                0.00    0.00       6/2462        Finternal_char_font [368]
                0.00    0.00     116/2462        show_hourglass <cycle 4> [180]
                0.00    0.00     116/2462        display_line <cycle 4> [197]
                0.00    0.00    2224/2462        extend_face_to_end_of_line [822]
[804]    0.0    0.00    0.00    2462         lookup_basic_face [804]
-----------------------------------------------
                0.00    0.00       1/2427        set_message_1 <cycle 4> [1598]
                0.00    0.00       2/2427        unshow_buffer [1427]
                0.00    0.00       3/2427        redisplay_mode_lines <cycle 4> [1594]
                0.00    0.00       3/2427        Fset_buffer_multibyte [1372]
                0.00    0.00       3/2427        decide_coding_unwind [1447]
                0.00    0.00      20/2427        setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00      59/2427        scan_newline [309]
                0.00    0.00     218/2427        message_dolog <cycle 4> [308]
                0.00    0.00    2118/2427        redisplay_window <cycle 4> [116]
[805]    0.0    0.00    0.00    2427         temp_set_point_both [805]
-----------------------------------------------
                0.00    0.00    1042/2385        xg_update_menubar [1044]
                0.00    0.00    1343/2385        xg_item_label_same_p [1023]
[806]    0.0    0.00    0.00    2385         get_utf8_string [806]
-----------------------------------------------
                              115280             balance_intervals_internal [807]
                0.00    0.00     114/2344        sweep_buffers [558]
                0.00    0.00    2230/2344        sweep_strings [365]
[807]    0.0    0.00    0.00    2344+115280  balance_intervals_internal [807]
                0.00    0.00  115280/828603      balance_an_interval [615]
                              115280             balance_intervals_internal [807]
-----------------------------------------------
                                 236             mark_object <cycle 4> [30]
                                2108             mark_buffer <cycle 4> [939]
[808]    0.0    0.00    0.00    2344         mark_overlay <cycle 4> [808]
                                 236             mark_object <cycle 4> [30]
-----------------------------------------------
                               57804             traverse_intervals_noorder <cycle 4> [809]
                                 114             mark_buffer <cycle 4> [939]
                                 224             mark_face_cache <cycle 4> [1031]
                                 354             mark_localized_symbol <cycle 4> [679]
                                1652             mark_object <cycle 4> [30]
[809]    0.0    0.00    0.00    2344+57804   traverse_intervals_noorder <cycle 4> [809]
                0.00    0.00  117624/117624      mark_interval [638]
                              117624             mark_object <cycle 4> [30]
                               57804             traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
                0.00    0.00       1/2318        Ffuncall <cycle 4> [39]
                0.00    0.00      54/2318        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     108/2318        rotate_matrix [1166]
                0.00    0.00    2155/2318        update_window_line <cycle 4> [381]
[810]    0.0    0.00    0.00    2318         Finternal_show_cursor_p [810]
                0.00    0.00    2155/2225        assign_row [818]
                0.00    0.00       1/7           decode_any_window [1337]
-----------------------------------------------
                0.00    0.00    2261/2261        exec_byte_code <cycle 4> [143]
[811]    0.0    0.00    0.00    2261         Fmax [811]
-----------------------------------------------
                0.00    0.00    1033/2261        display_mode_line <cycle 4> [360]
                0.00    0.00    1228/2261        display_line <cycle 4> [197]
[812]    0.0    0.00    0.00    2261         compute_line_metrics [812]
                0.00    0.00    2261/2261        row_hash [814]
-----------------------------------------------
                0.00    0.00    1033/2261        display_mode_line <cycle 4> [360]
                0.00    0.00    1228/2261        display_line <cycle 4> [197]
[813]    0.0    0.00    0.00    2261         prepare_desired_row [813]
-----------------------------------------------
                0.00    0.00    2261/2261        compute_line_metrics [812]
[814]    0.0    0.00    0.00    2261         row_hash [814]
-----------------------------------------------
                                  20             Fcommand_error_default_function <cycle 4> [1236]
                                2236             x_draw_fringe_bitmap <cycle 4> [767]
[815]    0.0    0.00    0.00    2256         XTring_bell <cycle 4> [815]
                0.00    0.00      20/638667      unblock_input_to [618]
                0.00    0.00      20/638619      unblock_input [619]
                                2236             window_box <cycle 4> [764]
-----------------------------------------------
                0.00    0.00    2243/2243        display_mode_element <cycle 4> [179]
[816]    0.0    0.00    0.00    2243         display_count_lines [816]
-----------------------------------------------
                                1118             draw_row_fringe_bitmaps <cycle 4> [905]
                                1118             draw_window_fringes <cycle 4> [909]
[817]    0.0    0.00    0.00    2236         draw_fringe_bitmap <cycle 4> [817]
                                2236             draw_fringe_bitmap_1 <cycle 4> [239]
-----------------------------------------------
                0.00    0.00      70/2225        update_window <cycle 4> [118]
                0.00    0.00    2155/2225        Finternal_show_cursor_p [810]
[818]    0.0    0.00    0.00    2225         assign_row [818]
-----------------------------------------------
                0.00    0.00       3/2173        Fdo_auto_save <cycle 4> [524]
                0.00    0.00     118/2173        Fgarbage_collect <cycle 4> [40]
                0.00    0.00    1021/2173        command_loop_1 <cycle 2> [23]
                0.00    0.00    1031/2173        redisplay_internal [15]
[819]    0.0    0.00    0.00    2173         record_unwind_protect_void [819]
-----------------------------------------------
                0.00    0.00     563/2145        prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     581/2145        insert_from_gap [586]
                0.00    0.00    1001/2145        insert_from_string_1 <cycle 4> [120]
[820]    0.0    0.00    0.00    2145         adjust_markers_for_insert [820]
                0.00    0.00    2145/2764        adjust_suspend_auto_hscroll [797]
-----------------------------------------------
                0.00    0.00     563/2145        prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00     581/2145        insert_from_gap [586]
                0.00    0.00    1001/2145        insert_from_string_1 <cycle 4> [120]
[821]    0.0    0.00    0.00    2145         adjust_overlays_for_insert [821]
-----------------------------------------------
                0.00    0.00    1033/2145        display_mode_line <cycle 4> [360]
                0.00    0.00    1112/2145        display_line <cycle 4> [197]
[822]    0.0    0.00    0.00    2145         extend_face_to_end_of_line [822]
                0.00    0.00    2224/2462        lookup_basic_face [804]
-----------------------------------------------
                0.00    0.00       1/2127        eval_sub <cycle 4> [189]
                0.00    0.00       2/2127        Fset_charset_priority [439]
                0.00    0.00       4/2127        window_list [534]
                0.00    0.00       6/2127        Ffuncall <cycle 4> [39]
                0.00    0.00     296/2127        exec_byte_code <cycle 4> [143]
                0.00    0.00    1818/2127        nconc2 [856]
[823]    0.0    0.00    0.00    2127         Fnconc [823]
                0.00    0.00    1986/1610383     Fsetcdr [608]
-----------------------------------------------
                0.00    0.00       2/2126        record_buffer [581]
                0.00    0.00       3/2126        Fkill_buffer <cycle 4> [499]
                0.00    0.00      10/2126        Ffuncall <cycle 4> [39]
                0.00    0.00    2111/2126        accessible_keymaps_1 <cycle 4> [244]
[824]    0.0    0.00    0.00    2126         Frassq [824]
-----------------------------------------------
                0.00    0.00       4/2125        Fmatch_data [348]
                0.00    0.00      59/2125        exec_byte_code <cycle 4> [143]
                0.00    0.00    2062/2125        hscroll_window_tree [212]
[825]    0.0    0.00    0.00    2125         Fset_marker [825]
-----------------------------------------------
                0.00    0.00    2104/2104        Fbacktrace_frame [318]
[826]    0.0    0.00    0.00    2104         get_backtrace_frame [826]
                0.00    0.00    8416/11602       Findirect_function [695]
-----------------------------------------------
                0.00    0.00      56/2096        resize_mini_window <cycle 4> [310]
                0.00    0.00    1020/2096        Fset_window_vscroll [992]
                0.00    0.00    1020/2096        Fvertical_motion <cycle 4> [168]
[827]    0.0    0.00    0.00    2096         extract_float [827]
-----------------------------------------------
                0.00    0.00       4/2070        save_window_save [441]
                0.00    0.00    2066/2070        Fbuffer_local_value [830]
[828]    0.0    0.00    0.00    2070         buffer_local_value [828]
-----------------------------------------------
                0.00    0.00    2068/2068        note_mouse_highlight [497]
[829]    0.0    0.00    0.00    2068         clear_mouse_face [829]
-----------------------------------------------
                0.00    0.00       4/2066        Ffuncall <cycle 4> [39]
                0.00    0.00    2062/2066        hscroll_window_tree [212]
[830]    0.0    0.00    0.00    2066         Fbuffer_local_value [830]
                0.00    0.00    2066/2070        buffer_local_value [828]
                0.00    0.00    2062/6179        Fdefault_value [738]
-----------------------------------------------
                0.00    0.00    1032/2064        redisplay_internal [15]
                0.00    0.00    1032/2064        redisplay_window <cycle 4> [116]
[831]    0.0    0.00    0.00    2064         mode_line_update_needed [831]
-----------------------------------------------
                0.00    0.00    2062/2062        hscroll_window_tree [212]
[832]    0.0    0.00    0.00    2062         Fwindow_old_point [832]
                0.00    0.00    2062/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    2062/2062        hscroll_window_tree [212]
[833]    0.0    0.00    0.00    2062         Fwindow_point [833]
                0.00    0.00    2062/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       1/2062        recursive_edit_1 [2]
                0.00    0.00      20/2062        cmd_error [199]
                0.00    0.00    1020/2062        unbind_to <cycle 4> [285]
                0.00    0.00    1021/2062        start_hourglass [990]
[834]    0.0    0.00    0.00    2062         cancel_hourglass [834]
                0.00    0.00    1020/1020        cancel_atimer [993]
-----------------------------------------------
                0.00    0.00    1021/2043        read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.00    1022/2043        test_undefined [37]
[835]    0.0    0.00    0.00    2043         Fcommand_remapping [835]
-----------------------------------------------
                0.00    0.00    1021/2043        read_key_sequence.constprop.44 <cycle 2> [22]
                0.00    0.00    1022/2043        read_char <cycle 2> [14]
[836]    0.0    0.00    0.00    2043         echo_update [836]
-----------------------------------------------
                0.00    0.00    2040/2040        Ffuncall <cycle 4> [39]
[837]    0.0    0.00    0.00    2040         Fwindow_hscroll [837]
-----------------------------------------------
                0.00    0.00    2040/2040        Ffuncall <cycle 4> [39]
[838]    0.0    0.00    0.00    2040         Fwindow_vscroll [838]
-----------------------------------------------
                0.00    0.00    2037/2037        Fremove_list_of_text_properties [321]
[839]    0.0    0.00    0.00    2037         call_mod_hooks [839]
-----------------------------------------------
                0.00    0.00    2030/2030        delete_cache_boundaries [708]
[840]    0.0    0.00    0.00    2030         move_cache_gap [840]
                0.00    0.00       8/31          xpalloc [1215]
-----------------------------------------------
                                1002             erase_phys_cursor <cycle 4> [995]
                                1026             x_draw_window_cursor <cycle 4> [910]
[841]    0.0    0.00    0.00    2028         draw_phys_cursor_glyph <cycle 4> [841]
                                2028             draw_glyphs <cycle 4> [44]
-----------------------------------------------
                0.00    0.00    2020/2020        Ffuncall <cycle 4> [39]
[842]    0.0    0.00    0.00    2020         Ffloatp [842]
-----------------------------------------------
                0.00    0.00       2/2012        next_window [599]
                0.00    0.00    2010/2012        window_list_1 [296]
[843]    0.0    0.00    0.00    2012         decode_next_window_args [843]
                0.00    0.00    2005/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       3/2007        Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/2007        readevalloop <cycle 4> [380]
                0.00    0.00       4/2007        Fload <cycle 4> [401]
                0.00    0.00     973/2007        wait_reading_process_output [27]
                0.00    0.00    1023/2007        Ffuncall_interactively <cycle 4> [974]
[844]    0.0    0.00    0.00    2007         record_unwind_protect_int [844]
-----------------------------------------------
                0.00    0.00       3/2000        Fother_buffer [529]
                0.00    0.00    1997/2000        find_automatic_composition [185]
[845]    0.0    0.00    0.00    2000         Fget_buffer_window [845]
                0.00    0.00    2000/4774        Fget_buffer [746]
-----------------------------------------------
                0.00    0.00    1997/1997        swallow_events [219]
[846]    0.0    0.00    0.00    1997         process_special_events [846]
-----------------------------------------------
                0.00    0.00    1983/1983        wait_reading_process_output [27]
[847]    0.0    0.00    0.00    1983         clear_waiting_for_input [847]
-----------------------------------------------
                0.00    0.00    1983/1983        wait_reading_process_output [27]
[848]    0.0    0.00    0.00    1983         set_waiting_for_input [848]
-----------------------------------------------
                0.00    0.00    1982/1982        wait_reading_process_output [27]
[849]    0.0    0.00    0.00    1982         xg_select [849]
                0.00    0.00       4/638667      unblock_input_to [618]
                0.00    0.00       4/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00    1962/1962        set_alarm [851]
[850]    0.0    0.00    0.00    1962         add_timer_wait_descriptor [850]
-----------------------------------------------
                0.00    0.00     941/1962        do_pending_atimers [724]
                0.00    0.00    1021/1962        start_atimer [989]
[851]    0.0    0.00    0.00    1962         set_alarm [851]
                0.00    0.00    1962/1962        add_timer_wait_descriptor [850]
-----------------------------------------------
                0.00    0.00       5/1949        Fset_buffer_multibyte [1372]
                0.00    0.00      40/1949        message_dolog <cycle 4> [308]
                0.00    0.00     380/1949        signal_after_change <cycle 4> [281]
                0.00    0.00     648/1949        make_specified_string [652]
                0.00    0.00     876/1949        read1 <cycle 5> [279]
[852]    0.0    0.00    0.00    1949         multibyte_chars_in_text [852]
-----------------------------------------------
                0.00    0.00    1931/1931        font_put_extra [326]
[853]    0.0    0.00    0.00    1931         Fstring_lessp [853]
-----------------------------------------------
                                  61             FletX <cycle 4> [391]
                                  65             Flet <cycle 4> [1143]
                                 164             funcall_lambda <cycle 4> [126]
                                 500             Fwhile <cycle 4> [1555]
                                1112             eval_sub <cycle 4> [189]
[854]    0.0    0.00    0.00    1902         Fprogn <cycle 4> [854]
                                2524             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00       3/1822        Finsert_file_contents <cycle 4> [336]
                0.00    0.00       6/1822        unwind_set_match_data [943]
                0.00    0.00       6/1822        search_buffer [231]
                0.00    0.00      30/1822        bidi_paragraph_init <cycle 4> [495]
                0.00    0.00     177/1822        display_mode_element <cycle 4> [179]
                0.00    0.00    1600/1822        find_newline [110]
[855]    0.0    0.00    0.00    1822         buf_bytepos_to_charpos [855]
                0.00    0.00      10/1089        build_marker [919]
-----------------------------------------------
                0.00    0.00       2/1818        font_update_drivers [542]
                0.00    0.00       3/1818        font_registry_charsets [251]
                0.00    0.00       5/1818        Fget_buffer_create <cycle 4> [458]
                0.00    0.00      23/1818        where_is_internal <cycle 4> [151]
                0.00    0.00    1785/1818        accessible_keymaps_1 <cycle 4> [244]
[856]    0.0    0.00    0.00    1818         nconc2 [856]
                0.00    0.00    1818/2127        Fnconc [823]
-----------------------------------------------
                0.00    0.00     146/1800        realize_face [332]
                0.00    0.00     765/1800        x_parse_color [911]
                0.00    0.00     889/1800        fs_query_fontset [311]
[857]    0.0    0.00    0.00    1800         c_strcasecmp [857]
-----------------------------------------------
                0.00    0.00    1788/1788        read1 <cycle 5> [279]
[858]    0.0    0.00    0.00    1788         read_escape [858]
                0.00    0.00    4862/28240       readchar [663]
-----------------------------------------------
                0.00    0.00       1/1778        merge_face_ref <cycle 1> [549]
                0.00    0.00       2/1778        face_for_font [1493]
                0.00    0.00       9/1778        font_find_for_lface [13]
                0.00    0.00      12/1778        Finternal_set_lisp_face_attribute <cycle 4> [229]
                0.00    0.00      22/1778        font_parse_xlfd [400]
                0.00    0.00      79/1778        realize_face [332]
                0.00    0.00    1653/1778        ftfont_pattern_entity [220]
[859]    0.0    0.00    0.00    1778         font_style_to_value [859]
-----------------------------------------------
                                1766             sweep_weak_hash_tables <cycle 4> [1124]
[860]    0.0    0.00    0.00    1766         sweep_weak_table <cycle 4> [860]
                0.00    0.00   35076/35076       survives_gc_p [654]
                                4597             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.00    1738/1738        eval_sub <cycle 4> [189]
[861]    0.0    0.00    0.00    1738         Fquote [861]
-----------------------------------------------
                                   3             merge <cycle 4> [1453]
                                   5             Ffile_name_directory <cycle 4> [266]
                                   5             Fdirectory_file_name <cycle 4> [250]
                                   6             Ffile_name_as_directory <cycle 4> [262]
                                   6             Finsert_file_contents <cycle 4> [336]
                                   9             Ffuncall <cycle 4> [39]
                                  15             Ffile_name_nondirectory <cycle 4> [237]
                                  21             adjust_frame_size <cycle 4> [478]
                                 272             readevalloop_eager_expand_eval <cycle 4> [1100]
                                1351             map_keymap_internal <cycle 4> [592]
[862]    0.0    0.00    0.00    1693         call2 <cycle 4> [862]
                                1693             Ffuncall <cycle 4> [39]
-----------------------------------------------
                                1681             update_window_line <cycle 4> [381]
[863]    0.0    0.00    0.00    1681         x_write_glyphs <cycle 4> [863]
                0.00    0.00    1681/638667      unblock_input_to [618]
                0.00    0.00    1681/638619      unblock_input [619]
                                1681             draw_glyphs <cycle 4> [44]
-----------------------------------------------
                0.00    0.00     578/1640        Ferase_buffer <cycle 4> [1034]
                0.00    0.00    1062/1640        exec_byte_code <cycle 4> [143]
[864]    0.0    0.00    0.00    1640         Fwiden [864]
                0.00    0.00    1640/2702        invalidate_current_column [798]
-----------------------------------------------
                0.00    0.00    1620/1620        x_draw_glyph_string_box [866]
[865]    0.0    0.00    0.00    1620         get_glyph_string_clip_rect [865]
-----------------------------------------------
                0.00    0.00    1620/1620        x_draw_glyph_string <cycle 4> [330]
[866]    0.0    0.00    0.00    1620         x_draw_glyph_string_box [866]
                0.00    0.00    1620/10556       get_glyph_string_clip_rects [698]
                0.00    0.00    1620/1620        get_glyph_string_clip_rect [865]
                0.00    0.00    1620/1620        x_setup_relief_colors [868]
                0.00    0.00    1620/1620        x_draw_relief_rect [867]
-----------------------------------------------
                0.00    0.00    1620/1620        x_draw_glyph_string_box [866]
[867]    0.0    0.00    0.00    1620         x_draw_relief_rect [867]
-----------------------------------------------
                0.00    0.00    1620/1620        x_draw_glyph_string_box [866]
[868]    0.0    0.00    0.00    1620         x_setup_relief_colors [868]
                0.00    0.00       2/2           x_setup_relief_color [1520]
-----------------------------------------------
                0.00    0.00    1571/1571        Ffuncall <cycle 4> [39]
[869]    0.0    0.00    0.00    1571         Fpurecopy [869]
-----------------------------------------------
                0.00    0.00      16/1554        styled_format <cycle 4> [355]
                0.00    0.00     537/1554        concat [111]
                0.00    0.00    1001/1554        insert_from_string_1 <cycle 4> [120]
[870]    0.0    0.00    0.00    1554         copy_text [870]
-----------------------------------------------
                0.00    0.00    1537/1537        read1 <cycle 5> [279]
[871]    0.0    0.00    0.00    1537         char_string [871]
-----------------------------------------------
                0.00    0.00      44/1443        Ffuncall <cycle 4> [39]
                0.00    0.00    1399/1443        exec_byte_code <cycle 4> [143]
[872]    0.0    0.00    0.00    1443         Ffunctionp [872]
                0.00    0.00      14/6779        Ffboundp [730]
-----------------------------------------------
                                1399             unbind_to <cycle 4> [285]
[873]    0.0    0.00    0.00    1399         bcall0 <cycle 4> [873]
                                1399             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00       3/1391        fontset_find_font [12]
                0.00    0.00    1388/1391        fontset_add [248]
[874]    0.0    0.00    0.00    1391         char_table_ref_and_range [874]
                0.00    0.00    1384/1384        sub_char_table_ref_and_range [876]
-----------------------------------------------
                0.00    0.00      39/1389        read1 <cycle 5> [279]
                0.00    0.00    1350/1389        Fmake_byte_code [294]
[875]    0.0    0.00    0.00    1389         make_byte_code [875]
-----------------------------------------------
                                2582             sub_char_table_ref_and_range [876]
                0.00    0.00    1384/1384        char_table_ref_and_range [874]
[876]    0.0    0.00    0.00    1384+2582    sub_char_table_ref_and_range [876]
                                2582             sub_char_table_ref_and_range [876]
-----------------------------------------------
                0.00    0.00    1383/1383        signal_after_change <cycle 4> [281]
[877]    0.0    0.00    0.00    1383         report_interval_modification [877]
-----------------------------------------------
                                  23             Fload <cycle 4> [401]
                                 294             menu_item_eval_property <cycle 4> [351]
                0.00    0.00      10/33852       redisplay_windows [226]
                0.02    0.08    1049/33852       redisplay_internal [15]
[878]    0.0    0.00    0.00    1376         internal_condition_case_1 <cycle 4> [878]
                0.00    0.00    1376/13559       push_handler [689]
                0.00    0.00     294/294         eval_dyn [1070]
                                1049             redisplay_window_1 <cycle 4> [941]
                                 294             unbind_to <cycle 4> [285]
                                 294             Feval <cycle 4> [234]
                                  23             Fsubstitute_in_file_name <cycle 4> [284]
                                  10             redisplay_window_0 <cycle 4> [1307]
-----------------------------------------------
                0.00    0.00       1/1372        make_face_cache [1584]
                0.00    0.00       1/1372        x_term_init <cycle 4> [573]
                0.00    0.00       1/1372        Fx_create_frame <cycle 4> [384]
                0.00    0.00       1/1372        make_image_cache [1585]
                0.00    0.00       4/1372        allocate_matrices_for_window_redisplay <cycle 4> [1327]
                0.00    0.00       4/1372        allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                0.00    0.00       4/1372        adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00       9/1372        x_parse_color [911]
                0.00    0.00      10/1372        lookup_image <cycle 4> [491]
                0.00    0.00      20/1372        xpm_load <cycle 4> [1314]
                0.00    0.00    1317/1372        make_widget_value [883]
[879]    0.0    0.00    0.00    1372         xzalloc [879]
-----------------------------------------------
                0.00    0.00    1351/1351        map_keymap_internal <cycle 4> [592]
[880]    0.0    0.00    0.00    1351         map_keymap_call [880]
-----------------------------------------------
                0.00    0.00       5/1335        allocate_buffer [1378]
                0.00    0.00      26/1335        Fmake_symbol [1040]
                0.00    0.00      48/1335        Fmake_string [55]
                0.00    0.00      56/1335        make_interval [994]
                0.00    0.00      61/1335        allocate_misc [793]
                0.00    0.00     237/1335        allocate_string_data [650]
                0.00    0.00     902/1335        make_uninit_multibyte_string [649]
[881]    0.0    0.00    0.00    1335         lisp_malloc [881]
                0.00    0.00    1042/31638       mem_insert [657]
-----------------------------------------------
                0.00    0.00     182/1318        readevalloop <cycle 4> [380]
                0.00    0.00    1136/1318        read1 <cycle 5> [279]
[882]    0.0    0.00    0.00    1318         unreadchar [882]
                0.00    0.00      15/3082942     string_char_to_byte [603]
-----------------------------------------------
                0.00    0.00      26/1317        set_frame_menubar <cycle 4> [465]
                0.00    0.00    1291/1317        digest_single_submenu <cycle 4> [1279]
[883]    0.0    0.00    0.00    1317         make_widget_value [883]
                0.00    0.00    1317/1372        xzalloc [879]
                0.00    0.00    1317/638667      unblock_input_to [618]
                0.00    0.00    1317/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00    1297/1297        single_menu_item <cycle 4> [468]
[884]    0.0    0.00    0.00    1297         parse_menu_item [884]
-----------------------------------------------
                0.00    0.00       1/1289        Fnew_fontset <cycle 4> [463]
                0.00    0.00       8/1289        font_build_object [419]
                0.00    0.00     461/1289        xfont_list [245]
                0.00    0.00     819/1289        Ffont_xlfd_name [1021]
[885]    0.0    0.00    0.00    1289         font_unparse_xlfd [885]
                0.00    0.00    3867/3906        font_style_symbolic [757]
-----------------------------------------------
                0.00    0.00    1289/1289        unbind_to <cycle 4> [285]
[886]    0.0    0.00    0.00    1289         set_buffer_if_live [886]
-----------------------------------------------
                                   1             move_it_vertically_backward <cycle 4> [108]
                                  16             required_matrix_height <cycle 4> [1251]
                                 116             redisplay_window <cycle 4> [116]
                                1153             window_box <cycle 4> [764]
[887]    0.0    0.00    0.00    1286         window_box_height <cycle 4> [887]
                                  15             show_hourglass <cycle 4> [180]
-----------------------------------------------
                0.00    0.00      12/1285        process_tool_bar_item <cycle 4> [287]
                0.00    0.00     564/1285        xg_update_submenu [1324]
                0.00    0.00     709/1285        create_menus [1319]
[888]    0.0    0.00    0.00    1285         menu_separator_name_p [888]
-----------------------------------------------
                0.00    0.00    1225/1225        Ffuncall <cycle 4> [39]
[889]    0.0    0.00    0.00    1225         Flogand [889]
-----------------------------------------------
                0.00    0.00    1225/1225        Ffuncall <cycle 4> [39]
[890]    0.0    0.00    0.00    1225         Flsh [890]
-----------------------------------------------
                0.00    0.00       6/1217        eval_sub <cycle 4> [189]
                0.00    0.00       7/1217        Fset_buffer_multibyte [1372]
                0.00    0.00      12/1217        Fframe_or_buffer_changed_p [556]
                0.00    0.00    1192/1217        Ffuncall <cycle 4> [39]
[891]    0.0    0.00    0.00    1217         Fbuffer_modified_p [891]
-----------------------------------------------
                0.00    0.00    1197/1197        store_mode_line_noprop [1079]
[892]    0.0    0.00    0.00    1197         store_mode_line_noprop_char [892]
-----------------------------------------------
                0.00    0.00    1188/1188        exec_byte_code <cycle 4> [143]
[893]    0.0    0.00    0.00    1188         Ftimes [893]
-----------------------------------------------
                0.00    0.00     145/1186        Ffuncall <cycle 4> [39]
                0.00    0.00    1041/1186        unbind_to <cycle 4> [285]
[894]    0.0    0.00    0.00    1186         Fset_match_data [894]
                0.00    0.00    1186/140813      Flength [634]
                0.00    0.00       4/3243        unchain_marker [768]
-----------------------------------------------
                0.00    0.00       3/1186        Finsert_file_contents <cycle 4> [336]
                0.00    0.00    1183/1186        invalidate_buffer_caches [802]
[895]    0.0    0.00    0.00    1186         invalidate_region_cache [895]
                0.00    0.00     983/9473        delete_cache_boundaries [708]
-----------------------------------------------
                0.00    0.00     301/1183        encode_coding [1066]
                0.00    0.00     302/1183        alloc_destination [1064]
                0.00    0.00     580/1183        decode_coding <cycle 4> [518]
[896]    0.0    0.00    0.00    1183         coding_set_destination [896]
-----------------------------------------------
                0.00    0.00     169/1169        exec_byte_code <cycle 4> [143]
                0.00    0.00    1000/1169        Ffuncall <cycle 4> [39]
[897]    0.0    0.00    0.00    1169         Fminus [897]
-----------------------------------------------
                0.00    0.00       4/1154        scan_lists [440]
                0.00    0.00     516/1154        skip_syntaxes [265]
                0.00    0.00     634/1154        scan_sexps_forward [109]
[898]    0.0    0.00    0.00    1154         SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
                0.00    0.00      35/1135        Fwindow_system [1209]
                0.00    0.00    1100/1135        Ffuncall <cycle 4> [39]
[899]    0.0    0.00    0.00    1135         Fframep [899]
-----------------------------------------------
                0.00    0.00       1/1129        xg_update_scrollbar_pos [1430]
                0.00    0.00       2/1129        handle_one_xevent [195]
                0.00    0.00       4/1129        XTset_vertical_scroll_bar <cycle 4> [527]
                0.00    0.00    1122/1129        x_clear_frame_area [903]
[900]    0.0    0.00    0.00    1129         x_clear_area [900]
-----------------------------------------------
                                1127             update_window_line <cycle 4> [381]
[901]    0.0    0.00    0.00    1127         x_clear_end_of_line <cycle 4> [901]
                0.00    0.00    1127/11768       window_text_bottom_y [694]
                0.00    0.00    1122/15532       window_box_left [683]
                0.00    0.00    1122/39509       window_box_width [653]
                0.00    0.00    1122/1122        x_clear_frame_area [903]
                                  19             show_hourglass <cycle 4> [180]
-----------------------------------------------
                0.00    0.00    1122/1122        update_window_line <cycle 4> [381]
[902]    0.0    0.00    0.00    1122         x_after_update_window_line [902]
-----------------------------------------------
                0.00    0.00    1122/1122        x_clear_end_of_line <cycle 4> [901]
[903]    0.0    0.00    0.00    1122         x_clear_frame_area [903]
                0.00    0.00    1122/1129        x_clear_area [900]
-----------------------------------------------
                0.00    0.00    1118/1118        exec_byte_code <cycle 4> [143]
[904]    0.0    0.00    0.00    1118         Fbolp [904]
-----------------------------------------------
                                1118             draw_window_fringes <cycle 4> [909]
[905]    0.0    0.00    0.00    1118         draw_row_fringe_bitmaps <cycle 4> [905]
                                1118             draw_fringe_bitmap <cycle 4> [817]
-----------------------------------------------
                0.00    0.00    1118/1118        draw_fringe_bitmap_1 <cycle 4> [239]
[906]    0.0    0.00    0.00    1118         window_box_right [906]
                0.00    0.00    1118/15532       window_box_left [683]
                0.00    0.00    1118/39509       window_box_width [653]
-----------------------------------------------
                0.00    0.00      54/1118        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00    1064/1118        update_window <cycle 4> [118]
[907]    0.0    0.00    0.00    1118         x_update_window_begin [907]
-----------------------------------------------
                                  54             try_window_reusing_current_matrix <cycle 4> [1167]
                                1064             update_window <cycle 4> [118]
[908]    0.0    0.00    0.00    1118         x_update_window_end <cycle 4> [908]
                0.00    0.00    1117/638619      unblock_input [619]
                0.00    0.00    1116/638667      unblock_input_to [618]
                0.00    0.00      62/62          x_draw_vertical_border [1150]
                                1116             draw_window_fringes <cycle 4> [909]
                                1064             display_and_set_cursor <cycle 4> [540]
-----------------------------------------------
                                1116             x_update_window_end <cycle 4> [908]
[909]    0.0    0.00    0.00    1116         draw_window_fringes <cycle 4> [909]
                0.00    0.00    1118/11768       window_text_bottom_y [694]
                                1118             draw_fringe_bitmap <cycle 4> [817]
                                1118             draw_row_fringe_bitmaps <cycle 4> [905]
-----------------------------------------------
                                1110             display_and_set_cursor <cycle 4> [540]
[910]    0.0    0.00    0.00    1110         x_draw_window_cursor <cycle 4> [910]
                0.00    0.00    1029/1029        xic_set_preeditarea [967]
                                1026             draw_phys_cursor_glyph <cycle 4> [841]
-----------------------------------------------
                0.00    0.00     179/1101        x_defined_color [1084]
                0.00    0.00     922/1101        xpm_alloc_color [4081]
[911]    0.0    0.00    0.00    1101         x_parse_color [911]
                0.00    0.00     765/1800        c_strcasecmp [857]
                0.00    0.00       9/1372        xzalloc [879]
                0.00    0.00       9/37          xstrdup [1205]
-----------------------------------------------
                                1096             unbind_to <cycle 4> [285]
[912]    0.0    0.00    0.00    1096         unwind_format_mode_line <cycle 4> [912]
                0.00    0.00      63/134         Fselect_window [1101]
                                  63             select_window <cycle 4> [510]
                                  63             set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
                0.00    0.00    1092/1092        read1 <cycle 5> [279]
[913]    0.0    0.00    0.00    1092         string_to_number [913]
-----------------------------------------------
                0.00    0.00       1/1092        update_single_window <cycle 4> [1606]
                0.00    0.00       4/1092        redraw_frame <cycle 4> [1423]
                0.00    0.00      54/1092        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00    1033/1092        update_frame <cycle 4> [960]
[914]    0.0    0.00    0.00    1092         update_begin [914]
-----------------------------------------------
                0.00    0.00       1/1091        delete_frame <cycle 4> [450]
                0.00    0.00       2/1091        Fset_charset_priority [439]
                0.00    0.00       2/1091        Fkill_local_variable <cycle 4> [547]
                0.00    0.00       3/1091        Fkill_buffer <cycle 4> [499]
                0.00    0.00       6/1091        frames_discard_buffer [1450]
                0.00    0.00       6/1091        record_buffer [581]
                0.00    0.00      34/1091        Ffuncall <cycle 4> [39]
                0.00    0.00    1037/1091        font_put_extra [326]
[915]    0.0    0.00    0.00    1091         Fdelq [915]
                0.00    0.00      10/1610383     Fsetcdr [608]
-----------------------------------------------
                0.00    0.00       1/1091        update_single_window <cycle 4> [1606]
                0.00    0.00       3/1091        redraw_frame <cycle 4> [1423]
                0.00    0.00      54/1091        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00    1033/1091        update_frame <cycle 4> [960]
[916]    0.0    0.00    0.00    1091         x_update_begin [916]
-----------------------------------------------
                0.00    0.00       1/1091        update_single_window <cycle 4> [1606]
                0.00    0.00       3/1091        redraw_frame <cycle 4> [1423]
                0.00    0.00      54/1091        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00    1033/1091        update_frame <cycle 4> [960]
[917]    0.0    0.00    0.00    1091         x_update_end [917]
-----------------------------------------------
                0.00    0.00       1/1090        update_single_window <cycle 4> [1606]
                0.00    0.00       4/1090        redraw_frame <cycle 4> [1423]
                0.00    0.00      54/1090        try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00    1031/1090        update_frame <cycle 4> [960]
[918]    0.0    0.00    0.00    1090         update_end [918]
-----------------------------------------------
                0.00    0.00       1/1089        save_window_save [441]
                0.00    0.00       3/1089        buf_charpos_to_bytepos [133]
                0.00    0.00      10/1089        buf_bytepos_to_charpos [855]
                0.00    0.00    1075/1089        save_excursion_save [926]
[919]    0.0    0.00    0.00    1089         build_marker [919]
                0.00    0.00    1089/2867        allocate_misc [793]
-----------------------------------------------
                0.00    0.00    1081/1081        Ffuncall <cycle 4> [39]
[920]    0.0    0.00    0.00    1081         Fframe_live_p [920]
-----------------------------------------------
                0.00    0.00       6/1081        select_window <cycle 4> [510]
                0.00    0.00    1075/1081        Fgoto_char [201]
[921]    0.0    0.00    0.00    1081         set_point_from_marker [921]
                0.00    0.00    1081/4590        marker_byte_position [748]
                0.00    0.00    1081/6665        marker_position [731]
-----------------------------------------------
                0.00    0.00    1075/1075        save_excursion_restore <cycle 4> [246]
[922]    0.0    0.00    0.00    1075         Fmarker_buffer [922]
                0.00    0.00    1075/9179        CHECK_MARKER [713]
-----------------------------------------------
                0.00    0.00    1075/1075        save_excursion_save [926]
[923]    0.0    0.00    0.00    1075         Fpoint_marker [923]
-----------------------------------------------
                0.00    0.00    1075/1075        unbind_to <cycle 4> [285]
[924]    0.0    0.00    0.00    1075         free_misc [924]
-----------------------------------------------
                0.00    0.00       2/1075        Feval_buffer <cycle 4> [454]
                0.00    0.00       3/1075        Fkill_buffer <cycle 4> [499]
                0.00    0.00    1070/1075        exec_byte_code <cycle 4> [143]
[925]    0.0    0.00    0.00    1075         make_save_obj_obj_obj_obj [925]
                0.00    0.00    1075/2867        allocate_misc [793]
-----------------------------------------------
                0.00    0.00       2/1075        Feval_buffer <cycle 4> [454]
                0.00    0.00       3/1075        Fkill_buffer <cycle 4> [499]
                0.00    0.00    1070/1075        exec_byte_code <cycle 4> [143]
[926]    0.0    0.00    0.00    1075         save_excursion_save [926]
                0.00    0.00    1075/59263       Fcurrent_buffer [645]
                0.00    0.00    1075/1089        build_marker [919]
                0.00    0.00    1075/1075        Fpoint_marker [923]
-----------------------------------------------
                0.00    0.00       4/1073        Fevent_convert_list [1345]
                0.00    0.00    1069/1073        Fwhere_is_internal <cycle 4> [270]
[927]    0.0    0.00    0.00    1073         parse_solitary_modifier [927]
-----------------------------------------------
                0.00    0.00       4/1071        Ffuncall <cycle 4> [39]
                0.00    0.00    1067/1071        Fwhere_is_internal <cycle 4> [270]
[928]    0.0    0.00    0.00    1071         Freverse [928]
-----------------------------------------------
                                1064             Ffuncall <cycle 4> [39]
[929]    0.0    0.00    0.00    1064         Fput_text_property <cycle 4> [929]
                                1064             add_text_properties_1 <cycle 4> [302]
-----------------------------------------------
                                   1             Fremove_text_properties <cycle 4> [566]
                                1063             add_text_properties_1 <cycle 4> [302]
[930]    0.0    0.00    0.00    1064         modify_text_properties <cycle 4> [930]
                                1064             prepare_to_modify_buffer_1 <cycle 4> [238]
-----------------------------------------------
                0.00    0.00    1063/1063        Ffuncall <cycle 4> [39]
[931]    0.0    0.00    0.00    1063         Fwindow_live_p [931]
-----------------------------------------------
                0.00    0.00    1062/1062        Ffuncall <cycle 4> [39]
[932]    0.0    0.00    0.00    1062         Fframe_char_width [932]
                0.00    0.00    1062/19551       decode_any_frame [671]
-----------------------------------------------
                0.00    0.00    1062/1062        unbind_to <cycle 4> [285]
[933]    0.0    0.00    0.00    1062         save_restriction_restore [933]
                0.00    0.00    1062/2702        invalidate_current_column [798]
-----------------------------------------------
                0.00    0.00    1062/1062        exec_byte_code <cycle 4> [143]
[934]    0.0    0.00    0.00    1062         save_restriction_save [934]
-----------------------------------------------
                0.00    0.00    1059/1059        redisplay_window <cycle 4> [116]
[935]    0.0    0.00    0.00    1059         XTredeem_scroll_bar [935]
-----------------------------------------------
                0.00    0.00    1059/1059        redisplay_window <cycle 4> [116]
[936]    0.0    0.00    0.00    1059         set_vertical_scroll_bar [936]
                0.00    0.00    1034/6665        marker_position [731]
-----------------------------------------------
                0.00    0.00    1059/1059        XTset_vertical_scroll_bar <cycle 4> [527]
[937]    0.0    0.00    0.00    1059         xg_set_toolkit_scroll_bar_thumb [937]
-----------------------------------------------
                0.00    0.00    1054/1054        Ffuncall <cycle 4> [39]
[938]    0.0    0.00    0.00    1054         Fsubrp [938]
-----------------------------------------------
                                 112             mark_object <cycle 4> [30]
                                 127             mark_localized_symbol <cycle 4> [679]
                                 230             mark_vectorlike <cycle 4> [85]
                                 585             Fgarbage_collect <cycle 4> [40]
[939]    0.0    0.00    0.00    1054         mark_buffer <cycle 4> [939]
                                2108             mark_overlay <cycle 4> [808]
                                1054             mark_vectorlike <cycle 4> [85]
                                 114             traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
                0.00    0.00    1052/1052        Ffuncall <cycle 4> [39]
[940]    0.0    0.00    0.00    1052         Frun_hook_with_args_until_success [940]
-----------------------------------------------
                                1049             internal_condition_case_1 <cycle 4> [878]
[941]    0.0    0.00    0.00    1049         redisplay_window_1 <cycle 4> [941]
                                1049             redisplay_window <cycle 4> [116]
-----------------------------------------------
                                1045             eval_sub <cycle 4> [189]
[942]    0.0    0.00    0.00    1045         apply1 <cycle 4> [942]
                                1045             Fapply <cycle 4> [762]
-----------------------------------------------
                0.00    0.00       3/1044        boyer_moore [1241]
                0.00    0.00    1041/1044        unbind_to <cycle 4> [285]
[943]    0.0    0.00    0.00    1044         unwind_set_match_data [943]
                0.00    0.00       6/1822        buf_bytepos_to_charpos [855]
-----------------------------------------------
                0.00    0.00       2/1043        x_set_font <cycle 4> [371]
                0.00    0.00       2/1043        show_hourglass <cycle 4> [180]
                0.00    0.00       3/1043        free_realized_face [1244]
                0.00    0.00       4/1043        redraw_frame <cycle 4> [1423]
                0.00    0.00    1032/1043        redisplay_internal [15]
[944]    0.0    0.00    0.00    1043         clear_window_matrices [944]
-----------------------------------------------
                0.00    0.00      16/1043        mark_window_display_accurate [1331]
                0.00    0.00    1027/1043        redisplay_internal [15]
[945]    0.0    0.00    0.00    1043         mark_window_display_accurate_1 [945]
                0.00    0.00       4/6665        marker_position [731]
-----------------------------------------------
                0.00    0.00    1039/1039        foreach_window_1 [559]
[946]    0.0    0.00    0.00    1039         check_window_containing [946]
                0.00    0.00    1039/1039        coordinates_in_window [947]
-----------------------------------------------
                0.00    0.00    1039/1039        check_window_containing [946]
[947]    0.0    0.00    0.00    1039         coordinates_in_window [947]
                0.00    0.00    3110/39509       window_box_width [653]
                0.00    0.00    1035/15532       window_box_left [683]
-----------------------------------------------
                0.00    0.00       4/1036        redraw_frame <cycle 4> [1423]
                0.00    0.00    1032/1036        update_frame <cycle 4> [960]
[948]    0.0    0.00    0.00    1036         set_window_update_flags [948]
-----------------------------------------------
                0.00    0.00    1035/1035        Ffuncall <cycle 4> [39]
[949]    0.0    0.00    0.00    1035         Foverlayp [949]
-----------------------------------------------
                0.00    0.00    1035/1035        note_mouse_highlight [497]
[950]    0.0    0.00    0.00    1035         define_frame_cursor1 [950]
-----------------------------------------------
                0.00    0.00       1/1035        x_display_ok [1614]
                0.00    0.00       1/1035        x_term_init <cycle 4> [573]
                0.00    0.00       1/1035        shut_down_emacs <cycle 4> [1599]
                0.00    0.00    1032/1035        redisplay_internal [15]
[951]    0.0    0.00    0.00    1035         unrequest_sigio [951]
-----------------------------------------------
                0.00    0.00    1035/1035        note_mouse_highlight [497]
[952]    0.0    0.00    0.00    1035         x_define_frame_cursor [952]
-----------------------------------------------
                0.00    0.00    1033/1033        bidi_find_bracket_pairs <cycle 4> [94]
[953]    0.0    0.00    0.00    1033         bidi_mirror_char [953]
-----------------------------------------------
                                   2             redisplay_mode_lines <cycle 4> [1594]
                                1031             redisplay_window <cycle 4> [116]
[954]    0.0    0.00    0.00    1033         display_mode_lines <cycle 4> [954]
                                1032             display_mode_line <cycle 4> [360]
-----------------------------------------------
                                   1             redisplay_window <cycle 4> [116]
                0.02    0.08    1032/33852       redisplay_internal [15]
[955]    0.0    0.00    0.00    1033         overlay_arrows_changed_p <cycle 4> [955]
                0.00    0.00    1033/119738      do_symval_forwarding [637]
                                2066             find_symbol_value <cycle 4> [317]
-----------------------------------------------
                0.00    0.00    1033/1033        display_mode_element <cycle 4> [179]
[956]    0.0    0.00    0.00    1033         pint2str [956]
-----------------------------------------------
                0.00    0.00    1033/1033        display_mode_line <cycle 4> [360]
[957]    0.0    0.00    0.00    1033         pop_kboard [957]
-----------------------------------------------
                0.00    0.00    1033/1033        display_mode_line <cycle 4> [360]
[958]    0.0    0.00    0.00    1033         push_kboard [958]
                0.00    0.00    1033/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       1/1033        x_display_ok [1614]
                0.00    0.00       1/1033        x_term_init <cycle 4> [573]
                0.00    0.00    1031/1033        redisplay_internal [15]
[959]    0.0    0.00    0.00    1033         request_sigio [959]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [1214]
                0.02    0.08    1032/33852       redisplay_internal [15]
[960]    0.0    0.00    0.00    1033         update_frame <cycle 4> [960]
                0.00    0.00    1033/1091        x_update_begin [916]
                0.00    0.00    1033/1092        update_begin [914]
                0.00    0.00    1033/1091        x_update_end [917]
                0.00    0.00    1032/1036        set_window_update_flags [948]
                0.00    0.00    1031/1090        update_end [918]
                                1033             update_window_tree <cycle 4> [961]
-----------------------------------------------
                                1033             update_frame <cycle 4> [960]
[961]    0.0    0.00    0.00    1033         update_window_tree <cycle 4> [961]
                                1063             update_window <cycle 4> [118]
-----------------------------------------------
                0.00    0.00    1032/1032        redisplay_internal [15]
[962]    0.0    0.00    0.00    1032         clear_desired_matrices [962]
-----------------------------------------------
                0.00    0.00    1032/1032        redisplay_internal [15]
[963]    0.0    0.00    0.00    1032         stop_polling [963]
-----------------------------------------------
                0.00    0.00    1032/1032        note_mouse_highlight [497]
[964]    0.0    0.00    0.00    1032         window_box_right_offset [964]
                0.00    0.00    1033/39509       window_box_width [653]
                0.00    0.00    1030/17595       window_box_left_offset [681]
-----------------------------------------------
                0.00    0.00    1031/1031        redisplay_internal [15]
[965]    0.0    0.00    0.00    1031         start_polling [965]
-----------------------------------------------
                0.00    0.00    1030/1030        unbind_to <cycle 4> [285]
[966]    0.0    0.00    0.00    1030         unwind_redisplay [966]
-----------------------------------------------
                0.00    0.00    1029/1029        x_draw_window_cursor <cycle 4> [910]
[967]    0.0    0.00    0.00    1029         xic_set_preeditarea [967]
-----------------------------------------------
                0.00    0.00    1026/1026        read_char <cycle 2> [14]
[968]    0.0    0.00    0.00    1026         redisplay [968]
-----------------------------------------------
                0.00    0.00    1025/1025        read_char <cycle 2> [14]
[969]    0.0    0.00    0.00    1025         event_to_kboard [969]
-----------------------------------------------
                0.00    0.00    1025/1025        kbd_buffer_store_buffered_event [971]
[970]    0.0    0.00    0.00    1025         kbd_buffer_nr_stored [970]
-----------------------------------------------
                0.00    0.00    1025/1025        handle_one_xevent [195]
[971]    0.0    0.00    0.00    1025         kbd_buffer_store_buffered_event [971]
                0.00    0.00    1025/1025        kbd_buffer_nr_stored [970]
                0.00    0.00       2/4           Fset_input_mode [1400]
-----------------------------------------------
                0.00    0.00    1025/1025        read_char <cycle 2> [14]
[972]    0.0    0.00    0.00    1025         kbd_on_hold_p [972]
-----------------------------------------------
                0.00    0.00    1023/1023        Ffuncall <cycle 4> [39]
[973]    0.0    0.00    0.00    1023         Farrayp [973]
-----------------------------------------------
                                1023             Ffuncall <cycle 4> [39]
[974]    0.0    0.00    0.00    1023         Ffuncall_interactively <cycle 4> [974]
                0.00    0.00    1023/311674      grow_specpdl [632]
                0.00    0.00    1023/2007        record_unwind_protect_int [844]
                0.00    0.00    1023/1023        temporarily_switch_to_single_kboard [975]
                                1023             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00    1023/1023        Ffuncall_interactively <cycle 4> [974]
[975]    0.0    0.00    0.00    1023         temporarily_switch_to_single_kboard [975]
-----------------------------------------------
                0.00    0.00    1022/1022        Ffuncall <cycle 4> [39]
[976]    0.0    0.00    0.00    1022         Fwindow_fringes [976]
                0.00    0.00    1022/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    1022/1022        Ffuncall <cycle 4> [39]
[977]    0.0    0.00    0.00    1022         Fwindow_header_line_height [977]
                0.00    0.00    2044/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    1022/1022        Ffuncall <cycle 4> [39]
[978]    0.0    0.00    0.00    1022         Fwindow_margins [978]
                0.00    0.00    1022/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    1022/1022        read_char <cycle 2> [14]
[979]    0.0    0.00    0.00    1022         add_command_key [979]
-----------------------------------------------
                0.00    0.00    1022/1022        read_key_sequence.constprop.44 <cycle 2> [22]
[980]    0.0    0.00    0.00    1022         follow_key [980]
                0.00    0.00    1022/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00    1022/1022        read_char <cycle 2> [14]
[981]    0.0    0.00    0.00    1022         record_char [981]
                0.00    0.00    1022/1022        store_kbd_macro_char [984]
-----------------------------------------------
                0.00    0.00       2/1022        directory_files_internal <cycle 4> [254]
                0.00    0.00       3/1022        record_xmalloc [1454]
                0.00    0.00       4/1022        Fdo_auto_save <cycle 4> [524]
                0.00    0.00      13/1022        digest_single_submenu <cycle 4> [1279]
                0.00    0.00    1000/1022        signal_after_change <cycle 4> [281]
[982]    0.0    0.00    0.00    1022         record_unwind_protect_ptr [982]
-----------------------------------------------
                0.00    0.00    1022/1022        unbind_to <cycle 4> [285]
[983]    0.0    0.00    0.00    1022         restore_kboard_configuration [983]
-----------------------------------------------
                0.00    0.00    1022/1022        record_char [981]
[984]    0.0    0.00    0.00    1022         store_kbd_macro_char [984]
-----------------------------------------------
                0.00    0.00    1021/1021        Ffuncall <cycle 4> [39]
[985]    0.0    0.00    0.00    1021         Fx_hide_tip [985]
-----------------------------------------------
                0.00    0.00       1/1021        Fposn_at_x_y [1542]
                0.00    0.00    1020/1021        Fvertical_motion <cycle 4> [168]
[986]    0.0    0.00    0.00    1021         decode_live_window [986]
-----------------------------------------------
                0.00    0.00       1/1021        buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00    1020/1021        Fvertical_motion <cycle 4> [168]
[987]    0.0    0.00    0.00    1021         move_it_in_display_line [987]
-----------------------------------------------
                0.00    0.00    1021/1021        start_atimer [989]
[988]    0.0    0.00    0.00    1021         schedule_atimer [988]
-----------------------------------------------
                0.00    0.00    1021/1021        start_hourglass [990]
[989]    0.0    0.00    0.00    1021         start_atimer [989]
                0.00    0.00    1021/2982        block_atimers [788]
                0.00    0.00    1021/1021        schedule_atimer [988]
                0.00    0.00    1021/1962        set_alarm [851]
                0.00    0.00    1021/12473       gettime [693]
                0.00    0.00    1021/3973        timespec_add [756]
                0.00    0.00       1/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00    1021/1021        command_loop_1 <cycle 2> [23]
[990]    0.0    0.00    0.00    1021         start_hourglass [990]
                0.00    0.00    1021/2062        cancel_hourglass [834]
                0.00    0.00    1021/1021        start_atimer [989]
-----------------------------------------------
                0.00    0.00    1020/1020        Ffuncall <cycle 4> [39]
[991]    0.0    0.00    0.00    1020         Fabs [991]
-----------------------------------------------
                0.00    0.00    1020/1020        Ffuncall <cycle 4> [39]
[992]    0.0    0.00    0.00    1020         Fset_window_vscroll [992]
                0.00    0.00    1020/2096        extract_float [827]
-----------------------------------------------
                0.00    0.00    1020/1020        cancel_hourglass [834]
[993]    0.0    0.00    0.00    1020         cancel_atimer [993]
                0.00    0.00    1020/2982        block_atimers [788]
-----------------------------------------------
                0.00    0.00       4/1007        create_root_interval [1408]
                0.00    0.00       4/1007        split_interval_left [1425]
                0.00    0.00     999/1007        split_interval_right [1005]
[994]    0.0    0.00    0.00    1007         make_interval [994]
                0.00    0.00      56/1335        lisp_malloc [881]
-----------------------------------------------
                                1003             display_and_set_cursor <cycle 4> [540]
[995]    0.0    0.00    0.00    1003         erase_phys_cursor <cycle 4> [995]
                0.00    0.00    1002/11768       window_text_bottom_y [694]
                                1002             draw_phys_cursor_glyph <cycle 4> [841]
-----------------------------------------------
                                   1             set_message_1 <cycle 4> [1598]
                                1000             general_insert_function <cycle 4> [1052]
[996]    0.0    0.00    0.00    1001         insert_from_string <cycle 4> [996]
                                1001             insert_from_string_1 <cycle 4> [120]
                                1001             signal_after_change <cycle 4> [281]
-----------------------------------------------
                0.00    0.00    1000/1000        Ffuncall <cycle 4> [39]
[997]    0.0    0.00    0.00    1000         Fborder_width [997]
                0.00    0.00    1000/19551       decode_any_frame [671]
-----------------------------------------------
                                1000             Ffuncall <cycle 4> [39]
[998]    0.0    0.00    0.00    1000         Fline_pixel_height <cycle 4> [998]
                                1000             start_display <cycle 4> [144]
                                1000             line_bottom_y <cycle 4> [567]
-----------------------------------------------
                0.00    0.00    1000/1000        Ffuncall <cycle 4> [39]
[999]    0.0    0.00    0.00    1000         Fwindow_body_height [999]
                0.00    0.00    1000/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    1000/1000        Ffuncall <cycle 4> [39]
[1000]   0.0    0.00    0.00    1000         Fwindow_body_width [1000]
                0.00    0.00    1000/1000        window_body_width [1004]
                0.00    0.00    1000/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00    1000/1000        Ffuncall <cycle 4> [39]
[1001]   0.0    0.00    0.00    1000         Fwindow_start [1001]
-----------------------------------------------
                0.00    0.00    1000/1000        read_char <cycle 2> [14]
[1002]   0.0    0.00    0.00    1000         echo_dash [1002]
-----------------------------------------------
                0.00    0.00    1000/1000        unbind_to <cycle 4> [285]
[1003]   0.0    0.00    0.00    1000         reset_var_on_error [1003]
-----------------------------------------------
                0.00    0.00    1000/1000        Fwindow_body_width [1000]
[1004]   0.0    0.00    0.00    1000         window_body_width [1004]
-----------------------------------------------
                0.00    0.00     999/999         set_text_properties_1 [276]
[1005]   0.0    0.00    0.00     999         split_interval_right [1005]
                0.00    0.00     999/1007        make_interval [994]
                0.00    0.00     999/709980      balance_possible_root_interval [616]
                0.00    0.00     997/828603      balance_an_interval [615]
-----------------------------------------------
                0.00    0.00     981/981         compile_pattern [95]
[1006]   0.0    0.00    0.00     981         re_set_registers [1006]
-----------------------------------------------
                0.00    0.00     973/973         unbind_to <cycle 4> [285]
[1007]   0.0    0.00    0.00     973         wait_reading_process_output_unwind [1007]
-----------------------------------------------
                0.00    0.00     961/961         Fremove_text_properties <cycle 4> [566]
[1008]   0.0    0.00    0.00     961         remove_properties [1008]
                0.00    0.00     961/2998        record_property_change [786]
-----------------------------------------------
                0.00    0.00       1/923         x_wm_supports [1651]
                0.00    0.00       1/923         x_term_init <cycle 4> [573]
                0.00    0.00       1/923         x_set_mouse_color [553]
                0.00    0.00       1/923         read_and_apply_settings [1592]
                0.00    0.00       3/923         x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00     916/923         xfont_list_pattern [252]
[1009]   0.0    0.00    0.00     923         x_catch_errors_with_handler [1009]
                0.00    0.00     923/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00     922/922         xpm_alloc_color [4081]
[1010]   0.0    0.00    0.00     922         lookup_rgb_color [1010]
-----------------------------------------------
                0.00    0.00       1/922         x_set_mouse_color [553]
                0.00    0.00       2/922         x_term_init <cycle 4> [573]
                0.00    0.00       3/922         x_wm_supports [1651]
                0.00    0.00     916/922         xfont_list_pattern [252]
[1011]   0.0    0.00    0.00     922         x_had_errors_p [1011]
-----------------------------------------------
                0.00    0.00       1/922         x_wm_supports [1651]
                0.00    0.00       1/922         x_term_init <cycle 4> [573]
                0.00    0.00       1/922         read_and_apply_settings [1592]
                0.00    0.00       3/922         x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00     916/922         xfont_list_pattern [252]
[1012]   0.0    0.00    0.00     922         x_uncatch_errors [1012]
                0.00    0.00     922/33219       xfree [655]
-----------------------------------------------
                0.00    0.00     922/922         xpm_alloc_color [4081]
[1013]   0.0    0.00    0.00     922         xbm_image_p [1013]
                0.00    0.00     922/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       1/917         read_and_apply_settings [1592]
                0.00    0.00     916/917         xfont_list_pattern [252]
[1014]   0.0    0.00    0.00     917         x_catch_errors [1014]
-----------------------------------------------
                0.00    0.00     916/916         xfont_list [245]
[1015]   0.0    0.00    0.00     916         xfont_encode_coding_xlfd [1015]
-----------------------------------------------
                0.00    0.00       2/886         check_ascii [1488]
                0.00    0.00       3/886         detect_coding [1449]
                0.00    0.00     301/886         encode_coding [1066]
                0.00    0.00     580/886         decode_coding <cycle 4> [518]
[1016]   0.0    0.00    0.00     886         coding_set_source [1016]
-----------------------------------------------
                0.00    0.00       2/883         decode_coding_gap <cycle 4> [551]
                0.00    0.00     301/883         encode_coding [1066]
                0.00    0.00     580/883         decode_coding <cycle 4> [518]
[1017]   0.0    0.00    0.00     883         get_translation_table [1017]
-----------------------------------------------
                0.00    0.00     881/881         unbind_to <cycle 4> [285]
[1018]   0.0    0.00    0.00     881         code_conversion_restore [1018]
-----------------------------------------------
                0.00    0.00       1/881         Fnew_fontset <cycle 4> [463]
                0.00    0.00     880/881         Fset_fontset_font <cycle 4> [60]
[1019]   0.0    0.00    0.00     881         free_realized_fontsets [1019]
-----------------------------------------------
                                 821             Fgarbage_collect <cycle 4> [40]
[1020]   0.0    0.00    0.00     821         compact_buffer <cycle 4> [1020]
                0.00    0.00       8/9           make_gap_1 [1322]
                                  56             unbind_to <cycle 4> [285]
                                  56             truncate_undo_list <cycle 4> [1162]
-----------------------------------------------
                0.00    0.00       1/819         fontset_from_font <cycle 4> [345]
                0.00    0.00      12/819         font_rescale_ratio [394]
                0.00    0.00     806/819         Fset_fontset_font <cycle 4> [60]
[1021]   0.0    0.00    0.00     819         Ffont_xlfd_name [1021]
                0.00    0.00     819/1289        font_unparse_xlfd [885]
                0.00    0.00     819/17709       make_string [680]
-----------------------------------------------
                0.00    0.00     744/744         read_vector <cycle 5> [404]
[1022]   0.0    0.00    0.00     744         free_cons [1022]
-----------------------------------------------
                0.00    0.00      28/701         xg_modify_menubar_widgets [1429]
                0.00    0.00      32/701         xg_update_menubar [1044]
                0.00    0.00     641/701         create_menus [1319]
[1023]   0.0    0.00    0.00     701         xg_item_label_same_p [1023]
                0.00    0.00    1343/2385        get_utf8_string [806]
                0.00    0.00     642/71975       xmalloc [642]
                0.00    0.00     112/113         make_widget_for_menu_item [1130]
-----------------------------------------------
                0.00    0.00       3/619         decide_coding_unwind [1447]
                0.00    0.00     616/619         del_range_2 [300]
[1024]   0.0    0.00    0.00     619         adjust_markers_for_delete [1024]
                0.00    0.00     619/2764        adjust_suspend_auto_hscroll [797]
-----------------------------------------------
                0.00    0.00       3/619         decide_coding_unwind [1447]
                0.00    0.00     616/619         del_range_2 [300]
[1025]   0.0    0.00    0.00     619         adjust_overlays_for_delete [1025]
-----------------------------------------------
                0.00    0.00     616/616         del_range_2 [300]
[1026]   0.0    0.00    0.00     616         evaporate_overlays [1026]
-----------------------------------------------
                0.00    0.00     616/616         del_range_2 [300]
[1027]   0.0    0.00    0.00     616         record_delete [1027]
-----------------------------------------------
                0.00    0.00       1/598         with_echo_area_buffer <cycle 4> [386]
                0.00    0.00      19/598         setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00     578/598         Ferase_buffer <cycle 4> [1034]
[1028]   0.0    0.00    0.00     598         del_range [1028]
-----------------------------------------------
                0.00    0.00      15/593         Ffuncall <cycle 4> [39]
                0.00    0.00     578/593         code_conversion_save <cycle 4> [402]
[1029]   0.0    0.00    0.00     593         Fbuffer_live_p [1029]
-----------------------------------------------
                0.00    0.00       2/590         Ffuncall <cycle 4> [39]
                0.00    0.00      20/590         print_error_message <cycle 4> [416]
                0.00    0.00     568/590         process_tool_bar_item <cycle 4> [287]
[1030]   0.0    0.00    0.00     590         Fsubstitute_command_keys [1030]
-----------------------------------------------
                                 589             mark_object <cycle 4> [30]
[1031]   0.0    0.00    0.00     589         mark_face_cache <cycle 4> [1031]
                               38045             mark_object <cycle 4> [30]
                                 570             mark_vectorlike <cycle 4> [85]
                                 224             traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
                0.00    0.00     583/583         make_buffer_string_both [322]
[1032]   0.0    0.00    0.00     583         update_buffer_properties [1032]
-----------------------------------------------
                0.00    0.00     578/578         decode_coding_object <cycle 4> [324]
[1033]   0.0    0.00    0.00     578         Fbuffer_string [1033]
-----------------------------------------------
                                 578             code_conversion_save <cycle 4> [402]
[1034]   0.0    0.00    0.00     578         Ferase_buffer <cycle 4> [1034]
                0.00    0.00     578/1640        Fwiden [864]
                0.00    0.00     578/598         del_range [1028]
                                 578             del_range_1 <cycle 4> [232]
-----------------------------------------------
                0.00    0.00     578/578         decode_coding <cycle 4> [518]
[1035]   0.0    0.00    0.00     578         decode_coding_utf_8 [1035]
-----------------------------------------------
                0.00    0.00      34/557         eval_sub <cycle 4> [189]
                0.00    0.00      59/557         Ffuncall <cycle 4> [39]
                0.00    0.00     208/557         Fkey_description <cycle 4> [338]
                0.00    0.00     256/557         exec_byte_code <cycle 4> [143]
[1036]   0.0    0.00    0.00     557         Fconcat [1036]
-----------------------------------------------
                0.00    0.00     556/556         load_charset <cycle 4> [412]
[1037]   0.0    0.00    0.00     556         read_hex [1037]
-----------------------------------------------
                0.00    0.00     551/551         ftfont_lookup_cache [19]
[1038]   0.0    0.00    0.00     551         make_save_ptr_int [1038]
                0.00    0.00     551/2867        allocate_misc [793]
-----------------------------------------------
                                  38             read_list <cycle 5> [388]
                                 329             read1 <cycle 5> [279]
                0.00    0.00     183/183         read_internal_start [271]
[1039]   0.0    0.00    0.00     550         read0 <cycle 5> [1039]
                                 550             read1 <cycle 5> [279]
-----------------------------------------------
                0.00    0.00       1/545         intern_1 [307]
                0.00    0.00       6/545         read1 <cycle 5> [279]
                0.00    0.00     188/545         intern_driver [1080]
                0.00    0.00     350/545         Fintern [301]
[1040]   0.0    0.00    0.00     545         Fmake_symbol [1040]
                0.00    0.00      26/1335        lisp_malloc [881]
-----------------------------------------------
                0.00    0.00      30/540         bidi_find_paragraph_start [148]
                0.00    0.00     510/540         find_newline [110]
[1041]   0.0    0.00    0.00     540         know_region_cache [1041]
                0.00    0.00     540/9473        delete_cache_boundaries [708]
-----------------------------------------------
                0.00    0.00       1/539         Ffontp [389]
                0.00    0.00       1/539         fontset_from_font <cycle 4> [345]
                0.00    0.00       2/539         ftfont_list [208]
                0.00    0.00       4/539         apply_modifiers [97]
                0.00    0.00       4/539         font_prop_validate_symbol [405]
                0.00    0.00      47/539         font_parse_family_registry [335]
                0.00    0.00     120/539         Ffuncall <cycle 4> [39]
                0.00    0.00     172/539         read1 <cycle 5> [279]
                0.00    0.00     188/539         font_intern_prop [91]
[1042]   0.0    0.00    0.00     539         intern_sym [1042]
-----------------------------------------------
                0.00    0.00       1/535         Fset_window_configuration <cycle 4> [432]
                0.00    0.00       5/535         select_window <cycle 4> [510]
                0.00    0.00       6/535         set_window_buffer <cycle 4> [457]
                0.00    0.00      39/535         try_window <cycle 4> [1200]
                0.00    0.00      56/535         run_window_scroll_functions [1161]
                0.00    0.00      56/535         redisplay_window <cycle 4> [116]
                0.00    0.00     104/535         with_echo_area_buffer <cycle 4> [386]
                0.00    0.00     112/535         resize_mini_window <cycle 4> [310]
                0.00    0.00     156/535         unwind_with_echo_area_buffer <cycle 4> [1163]
[1043]   0.0    0.00    0.00     535         set_marker_both [1043]
                0.00    0.00     535/2975        live_buffer [789]
                0.00    0.00     535/9179        CHECK_MARKER [713]
                0.00    0.00     316/3243        unchain_marker [768]
-----------------------------------------------
                                  28             xg_update_menubar [1044]
                0.00    0.00       4/525         xg_modify_menubar_widgets [1429]
                0.00    0.00     521/525         xg_update_submenu [1324]
[1044]   0.0    0.00    0.00     525+28      xg_update_menubar [1044]
                0.00    0.00    1042/2385        get_utf8_string [806]
                0.00    0.00      32/701         xg_item_label_same_p [1023]
                0.00    0.00       1/9           create_menus [1319]
                0.00    0.00       1/113         make_widget_for_menu_item [1130]
                                  28             xg_update_menubar [1044]
-----------------------------------------------
                0.00    0.00      38/520         Fexpand_file_name <cycle 4> [164]
                0.00    0.00     482/520         directory_files_internal <cycle 4> [254]
[1045]   0.0    0.00    0.00     520         decode_file_name [1045]
-----------------------------------------------
                0.00    0.00     516/516         Ffuncall <cycle 4> [39]
[1046]   0.0    0.00    0.00     516         Fskip_syntax_forward [1046]
-----------------------------------------------
                0.00    0.00       2/513         Fcar_less_than_car [1474]
                0.00    0.00     511/513         eval_sub <cycle 4> [189]
[1047]   0.0    0.00    0.00     513         Flss [1047]
-----------------------------------------------
                0.00    0.00       2/513         Fcar_less_than_car [1474]
                0.00    0.00     511/513         eval_sub <cycle 4> [189]
[1048]   0.0    0.00    0.00     513         arithcompare_driver [1048]
                0.00    0.00     513/18231       arithcompare [677]
-----------------------------------------------
                0.00    0.00     500/500         eval_sub <cycle 4> [189]
[1049]   0.0    0.00    0.00     500         Fadd1 [1049]
-----------------------------------------------
                                 500             eval_sub <cycle 4> [189]
[1050]   0.0    0.00    0.00     500         Finsert <cycle 4> [1050]
                                 500             general_insert_function <cycle 4> [1052]
-----------------------------------------------
                                 500             eval_sub <cycle 4> [189]
[1051]   0.0    0.00    0.00     500         Fsetq <cycle 4> [1051]
                0.00    0.00     500/140813      Flength [634]
                0.00    0.00     500/1364726     Fcdr [610]
                0.00    0.00     500/72320       Fcar [641]
                                 500             Fset <cycle 4> [259]
                                 500             eval_sub <cycle 4> [189]
-----------------------------------------------
                                 500             Finsert <cycle 4> [1050]
[1052]   0.0    0.00    0.00     500         general_insert_function <cycle 4> [1052]
                                1000             update_compositions <cycle 4> [205]
                                1000             insert_from_string <cycle 4> [996]
-----------------------------------------------
                                 484             mark_object <cycle 4> [30]
[1053]   0.0    0.00    0.00     484         mark_discard_killed_buffers <cycle 4> [1053]
                                 484             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.00     484/484         directory_files_internal <cycle 4> [254]
[1054]   0.0    0.00    0.00     484         read_dirent [1054]
-----------------------------------------------
                                 440             Fkey_description <cycle 4> [338]
[1055]   0.0    0.00    0.00     440         Fsingle_key_description <cycle 4> [1055]
                0.00    0.00     436/436         push_key_description [1056]
                0.00    0.00     436/49690       make_specified_string [652]
                0.00    0.00       4/17709       make_string [680]
                                   4             esprintf <cycle 4> [1412]
-----------------------------------------------
                0.00    0.00     436/436         Fsingle_key_description <cycle 4> [1055]
[1056]   0.0    0.00    0.00     436         push_key_description [1056]
-----------------------------------------------
                0.00    0.00       5/425         Fset_buffer_multibyte [1372]
                0.00    0.00      40/425         message_dolog <cycle 4> [308]
                0.00    0.00     380/425         signal_after_change <cycle 4> [281]
[1057]   0.0    0.00    0.00     425         chars_in_text [1057]
-----------------------------------------------
                0.00    0.00     380/380         Ffuncall <cycle 4> [39]
[1058]   0.0    0.00    0.00     380         Fstring_match [1058]
-----------------------------------------------
                                 380             strout <cycle 4> [1198]
[1059]   0.0    0.00    0.00     380         insert_char <cycle 4> [1059]
                                 380             update_compositions <cycle 4> [205]
                                 380             signal_after_change <cycle 4> [281]
-----------------------------------------------
                0.00    0.00     377/377         Ffuncall <cycle 4> [39]
[1060]   0.0    0.00    0.00     377         Fkeymapp [1060]
                0.00    0.00     377/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00       1/319         xg_store_widget_in_map [1524]
                0.00    0.00       6/319         update_window <cycle 4> [118]
                0.00    0.00     312/319         adjust_glyph_matrix <cycle 4> [1201]
[1061]   0.0    0.00    0.00     319         xnrealloc [1061]
-----------------------------------------------
                0.00    0.00       1/309         adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00       1/309         x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/309         x_set_left_fringe [1631]
                0.00    0.00       1/309         x_set_right_fringe [1635]
                0.00    0.00       1/309         x_set_vertical_scroll_bars [1644]
                0.00    0.00       1/309         x_set_scroll_bar_width <cycle 4> [1641]
                0.00    0.00       1/309         x_set_scroll_bar_height <cycle 4> [1640]
                0.00    0.00       1/309         Fset_window_configuration <cycle 4> [432]
                0.00    0.00       1/309         x_set_menu_bar_lines <cycle 4> [1633]
                0.00    0.00       1/309         xg_frame_resized [1470]
                0.00    0.00       2/309         x_set_font <cycle 4> [371]
                0.00    0.00       2/309         xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       3/309         free_realized_face [1244]
                0.00    0.00       4/309         redraw_frame <cycle 4> [1423]
                0.00    0.00       4/309         xg_update_scrollbar_pos [1430]
                0.00    0.00       9/309         adjust_frame_size <cycle 4> [478]
                0.00    0.00      16/309         realize_face [332]
                0.00    0.00      81/309         Finternal_make_lisp_face [339]
                0.00    0.00     178/309         Finternal_set_lisp_face_attribute <cycle 4> [229]
[1062]   0.0    0.00    0.00     309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00       1/307         Ffile_accessible_directory_p <cycle 4> [421]
                0.00    0.00       2/307         xg_set_icon <cycle 4> [1523]
                0.00    0.00       2/307         Ffile_attributes <cycle 4> [398]
                0.00    0.00       2/307         Fload <cycle 4> [401]
                0.00    0.00       3/307         Ffile_exists_p <cycle 4> [383]
                0.00    0.00       3/307         Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/307         directory_files_internal <cycle 4> [254]
                0.00    0.00      10/307         xpm_load <cycle 4> [1314]
                0.00    0.00      12/307         x_find_image_fd <cycle 4> [545]
                0.00    0.00      16/307         Ffile_readable_p <cycle 4> [313]
                0.00    0.00      22/307         Ffile_symlink_p <cycle 4> [282]
                0.00    0.00      42/307         Ffile_directory_p <cycle 4> [269]
                0.00    0.00     188/307         openp <cycle 4> [210]
[1063]   0.0    0.00    0.00     307         encode_file_name [1063]
-----------------------------------------------
                0.00    0.00       1/302         produce_chars [587]
                0.00    0.00     301/302         encode_coding_utf_8 [1068]
[1064]   0.0    0.00    0.00     302         alloc_destination [1064]
                0.00    0.00     302/1183        coding_set_destination [896]
                0.00    0.00     301/3384        xrealloc [765]
                0.00    0.00       1/9           make_gap_1 [1322]
-----------------------------------------------
                0.00    0.00     301/301         encode_coding [1066]
[1065]   0.0    0.00    0.00     301         consume_chars [1065]
-----------------------------------------------
                0.00    0.00     301/301         encode_coding_object <cycle 4> [1067]
[1066]   0.0    0.00    0.00     301         encode_coding [1066]
                0.00    0.00     301/883         get_translation_table [1017]
                0.00    0.00     301/886         coding_set_source [1016]
                0.00    0.00     301/301         consume_chars [1065]
                0.00    0.00     301/301         encode_coding_utf_8 [1068]
                0.00    0.00     301/1183        coding_set_destination [896]
-----------------------------------------------
                                 301             code_convert_string <cycle 4> [273]
[1067]   0.0    0.00    0.00     301         encode_coding_object <cycle 4> [1067]
                0.00    0.00     301/20569       make_unibyte_string [669]
                0.00    0.00     301/33219       xfree [655]
                0.00    0.00     301/71975       xmalloc [642]
                0.00    0.00     301/301         encode_coding [1066]
                                 301             code_conversion_save <cycle 4> [402]
-----------------------------------------------
                0.00    0.00     301/301         encode_coding [1066]
[1068]   0.0    0.00    0.00     301         encode_coding_utf_8 [1068]
                0.00    0.00     301/302         alloc_destination [1064]
-----------------------------------------------
                0.00    0.00     300/300         message_dolog <cycle 4> [308]
[1069]   0.0    0.00    0.00     300         set_marker_restricted_both [1069]
                0.00    0.00     300/2975        live_buffer [789]
                0.00    0.00     300/9179        CHECK_MARKER [713]
                0.00    0.00     300/3243        unchain_marker [768]
-----------------------------------------------
                0.00    0.00     294/294         internal_condition_case_1 <cycle 4> [878]
[1070]   0.0    0.00    0.00     294         eval_dyn [1070]
-----------------------------------------------
                0.00    0.00     262/262         Ffuncall <cycle 4> [39]
[1071]   0.0    0.00    0.00     262         Fwindow_valid_p [1071]
-----------------------------------------------
                0.00    0.00       3/230         set_window_buffer <cycle 4> [457]
                0.00    0.00       4/230         delete_all_child_windows [1490]
                0.00    0.00       4/230         Fset_window_configuration <cycle 4> [432]
                0.00    0.00      52/230         unwind_with_echo_area_buffer <cycle 4> [1163]
                0.00    0.00      52/230         with_echo_area_buffer <cycle 4> [386]
                0.00    0.00     115/230         wset_buffer [1128]
[1072]   0.0    0.00    0.00     230         adjust_window_count [1072]
-----------------------------------------------
                                 226             eval_sub <cycle 4> [189]
[1073]   0.0    0.00    0.00     226         Fand <cycle 4> [1073]
                                 299             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00     224/224         Fwhere_is_internal <cycle 4> [270]
[1074]   0.0    0.00    0.00     224         preferred_sequence_p [1074]
                0.00    0.00     462/11256       Faref [697]
                0.00    0.00     224/140813      Flength [634]
-----------------------------------------------
                0.00    0.00      74/219         update_window <cycle 4> [118]
                0.00    0.00     145/219         add_row_entry [1093]
[1075]   0.0    0.00    0.00     219         row_equal_p.constprop.18 [1075]
-----------------------------------------------
                0.00    0.00       1/216         xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00     215/216         digest_single_submenu <cycle 4> [1279]
[1076]   0.0    0.00    0.00     216         code_convert_string_norecord [1076]
-----------------------------------------------
                0.00    0.00      31/209         eval_sub <cycle 4> [189]
                0.00    0.00      41/209         Ffuncall <cycle 4> [39]
                0.00    0.00     137/209         Fdefvar <cycle 4> [461]
[1077]   0.0    0.00    0.00     209         Fdefault_boundp [1077]
                0.00    0.00     209/6388        default_value [733]
                0.00    0.00      35/119738      do_symval_forwarding [637]
-----------------------------------------------
                0.00    0.00      30/195         casify_object [41]
                0.00    0.00     165/195         string_to_multibyte [1090]
[1078]   0.0    0.00    0.00     195         make_multibyte_string [1078]
                0.00    0.00     195/54297       make_uninit_multibyte_string [649]
-----------------------------------------------
                0.00    0.00     189/189         display_mode_element <cycle 4> [179]
[1079]   0.0    0.00    0.00     189         store_mode_line_noprop [1079]
                0.00    0.00    1197/1197        store_mode_line_noprop_char [892]
                0.00    0.00     189/9553        c_string_width [707]
-----------------------------------------------
                0.00    0.00     188/188         font_intern_prop [91]
[1080]   0.0    0.00    0.00     188         intern_driver [1080]
                0.00    0.00     188/545         Fmake_symbol [1040]
-----------------------------------------------
                0.00    0.00     183/183         Ffuncall <cycle 4> [39]
[1081]   0.0    0.00    0.00     183         Fread [1081]
-----------------------------------------------
                0.00    0.00     183/183         message_dolog <cycle 4> [308]
[1082]   0.0    0.00    0.00     183         insert_1_both [1082]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [450]
                                   1             Fdelete_terminal <cycle 4> [1531]
                                  59             handle_fontified_prop <cycle 4> [203]
                                 118             map_keymap_canonical <cycle 4> [1114]
[1083]   0.0    0.00    0.00     179         safe_call <cycle 4> [1083]
                                 179             safe__call <cycle 4> [202]
-----------------------------------------------
                0.00    0.00       6/179         Fxw_color_values [530]
                0.00    0.00      12/179         x_decode_color [1287]
                0.00    0.00     161/179         load_color2 [1092]
[1084]   0.0    0.00    0.00     179         x_defined_color [1084]
                0.00    0.00     179/179         xg_check_special_colors [1085]
                0.00    0.00     179/638667      unblock_input_to [618]
                0.00    0.00     179/638619      unblock_input [619]
                0.00    0.00     179/1101        x_parse_color [911]
                0.00    0.00     173/175         x_alloc_nearest_color [1087]
                0.00    0.00       2/7766        do_pending_atimers [724]
                0.00    0.00       2/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00     179/179         x_defined_color [1084]
[1085]   0.0    0.00    0.00     179         xg_check_special_colors [1085]
-----------------------------------------------
                0.00    0.00     175/175         x_alloc_nearest_color [1087]
[1086]   0.0    0.00    0.00     175         gamma_correct [1086]
-----------------------------------------------
                0.00    0.00       2/175         x_setup_relief_color [1520]
                0.00    0.00     173/175         x_defined_color [1084]
[1087]   0.0    0.00    0.00     175         x_alloc_nearest_color [1087]
                0.00    0.00     175/175         gamma_correct [1086]
-----------------------------------------------
                0.00    0.00       2/174         open_directory [1503]
                0.00    0.00       3/174         Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/174         emacs_fopen [1411]
                0.00    0.00     165/174         openp <cycle 4> [210]
[1088]   0.0    0.00    0.00     174         emacs_open [1088]
-----------------------------------------------
                0.00    0.00      46/171         Ffile_name_as_directory <cycle 4> [262]
                0.00    0.00     125/171         Fexpand_file_name <cycle 4> [164]
[1089]   0.0    0.00    0.00     171         Fnext_read_file_uses_dialog_p [1089]
-----------------------------------------------
                0.00    0.00     165/165         Fexpand_file_name <cycle 4> [164]
[1090]   0.0    0.00    0.00     165         string_to_multibyte [1090]
                0.00    0.00     165/31455       count_size_as_multibyte [659]
                0.00    0.00     165/195         make_multibyte_string [1078]
-----------------------------------------------
                0.00    0.00     161/161         load_color2 [1092]
[1091]   0.0    0.00    0.00     161         defined_color [1091]
-----------------------------------------------
                0.00    0.00     161/161         realize_face [332]
[1092]   0.0    0.00    0.00     161         load_color2 [1092]
                0.00    0.00     161/179         x_defined_color [1084]
                0.00    0.00     161/161         defined_color [1091]
-----------------------------------------------
                0.00    0.00     160/160         update_window <cycle 4> [118]
[1093]   0.0    0.00    0.00     160         add_row_entry [1093]
                0.00    0.00     145/219         row_equal_p.constprop.18 [1075]
-----------------------------------------------
                0.00    0.00     150/150         scan_lists [440]
[1094]   0.0    0.00    0.00     150         syntax_multibyte [1094]
-----------------------------------------------
                0.00    0.00       1/146         Fload <cycle 4> [401]
                0.00    0.00     145/146         Ffuncall <cycle 4> [39]
[1095]   0.0    0.00    0.00     146         Fappend [1095]
-----------------------------------------------
                0.00    0.00       1/141         Fx_create_frame <cycle 4> [384]
                0.00    0.00      13/141         Fx_get_resource [1277]
                0.00    0.00      36/141         Fx_display_color_cells [1206]
                0.00    0.00      91/141         Fxw_display_color_p [1135]
[1096]   0.0    0.00    0.00     141         check_x_display_info [1096]
                0.00    0.00     107/133         decode_window_system_frame [1102]
-----------------------------------------------
                0.00    0.00       1/139         Fcommandp <cycle 4> [538]
                0.00    0.00     138/139         exec_byte_code <cycle 4> [143]
[1097]   0.0    0.00    0.00     139         Fsymbol_function [1097]
-----------------------------------------------
                                  17             Ffuncall <cycle 4> [39]
                                 121             push_message <cycle 4> [464]
[1098]   0.0    0.00    0.00     138         current_message <cycle 4> [1098]
                                   3             with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
                                  56             with_echo_area_buffer <cycle 4> [386]
                                  80             setup_echo_area_for_printing <cycle 4> [447]
[1099]   0.0    0.00    0.00     136         ensure_echo_area_buffers <cycle 4> [1099]
                0.00    0.00       2/14316       make_formatted_string [687]
                                   2             Fget_buffer_create <cycle 4> [458]
-----------------------------------------------
                                 136             readevalloop <cycle 4> [380]
[1100]   0.0    0.00    0.00     136         readevalloop_eager_expand_eval <cycle 4> [1100]
                                 272             call2 <cycle 4> [862]
-----------------------------------------------
                0.00    0.00       3/134         Ffuncall <cycle 4> [39]
                0.00    0.00       5/134         do_switch_frame <cycle 4> [1328]
                0.00    0.00      63/134         unwind_format_mode_line <cycle 4> [912]
                0.00    0.00      63/134         x_consider_frame_title <cycle 4> [291]
[1101]   0.0    0.00    0.00     134         Fselect_window [1101]
-----------------------------------------------
                0.00    0.00       1/133         Fx_wm_set_size_hint [480]
                0.00    0.00       1/133         Fx_backspace_delete_keys_p [1557]
                0.00    0.00       2/133         Fx_change_window_property [1483]
                0.00    0.00       6/133         Fxw_color_values [530]
                0.00    0.00       6/133         Fx_register_dnd_atom [1351]
                0.00    0.00      10/133         Fimage_mask_p <cycle 4> [1295]
                0.00    0.00     107/133         check_x_display_info [1096]
[1102]   0.0    0.00    0.00     133         decode_window_system_frame [1102]
                0.00    0.00     133/3099        decode_live_frame [776]
-----------------------------------------------
                0.00    0.00       7/133         unload_color [1341]
                0.00    0.00     126/133         free_realized_face [1244]
[1103]   0.0    0.00    0.00     133         x_free_colors [1103]
-----------------------------------------------
                0.00    0.00       1/132         read_char <cycle 2> [14]
                0.00    0.00      13/132         parse_single_submenu <cycle 4> [1281]
                0.00    0.00     118/132         Ffuncall <cycle 4> [39]
[1104]   0.0    0.00    0.00     132         Fkeymap_prompt [1104]
                0.00    0.00    1397/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00     123/123         Ffuncall <cycle 4> [39]
[1105]   0.0    0.00    0.00     123         Fset_syntax_table [1105]
                0.00    0.00     123/123         check_syntax_table [1106]
-----------------------------------------------
                0.00    0.00     123/123         Fset_syntax_table [1105]
[1106]   0.0    0.00    0.00     123         check_syntax_table [1106]
-----------------------------------------------
                0.00    0.00     122/122         fast_c_string_match_ignore_case [290]
[1107]   0.0    0.00    0.00     122         string_make_unibyte [1107]
-----------------------------------------------
                0.00    0.00       2/121         init_kboard [584]
                0.00    0.00     119/121         Ffuncall <cycle 4> [39]
[1108]   0.0    0.00    0.00     121         Fmake_sparse_keymap [1108]
-----------------------------------------------
                                 121             Fgarbage_collect <cycle 4> [40]
[1109]   0.0    0.00    0.00     121         mark_image_cache <cycle 4> [1109]
                                2260             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.00     121/121         unbind_to <cycle 4> [285]
[1110]   0.0    0.00    0.00     121         pop_message_unwind [1110]
-----------------------------------------------
                0.00    0.00     120/120         Ffuncall <cycle 4> [39]
[1111]   0.0    0.00    0.00     120         Fsyntax_table [1111]
-----------------------------------------------
                0.00    0.00       4/119         readevalloop <cycle 4> [380]
                0.00    0.00     115/119         Ffuncall <cycle 4> [39]
[1112]   0.0    0.00    0.00     119         Ffile_name_absolute_p [1112]
-----------------------------------------------
                                 118             Ffuncall <cycle 4> [39]
[1113]   0.0    0.00    0.00     118         Fmap_keymap <cycle 4> [1113]
                                 118             map_keymap <cycle 4> [761]
-----------------------------------------------
                                  12             menu_bar_items <cycle 4> [406]
                                 106             single_keymap_panes <cycle 4> [565]
[1114]   0.0    0.00    0.00     118         map_keymap_canonical <cycle 4> [1114]
                0.00    0.00     118/118         safe_call1 [1119]
                                 118             safe_call <cycle 4> [1083]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1115]   0.0    0.00    0.00     118         mark_fringe_data [1115]
-----------------------------------------------
                                 118             Fgarbage_collect <cycle 4> [40]
[1116]   0.0    0.00    0.00     118         mark_kboards <cycle 4> [1116]
                                4300             mark_object <cycle 4> [30]
-----------------------------------------------
                                 118             Fgarbage_collect <cycle 4> [40]
[1117]   0.0    0.00    0.00     118         mark_specpdl <cycle 4> [1117]
                                2584             mark_object <cycle 4> [30]
                                  53             mark_vectorlike <cycle 4> [85]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1118]   0.0    0.00    0.00     118         relocate_byte_stack [1118]
-----------------------------------------------
                0.00    0.00     118/118         map_keymap_canonical <cycle 4> [1114]
[1119]   0.0    0.00    0.00     118         safe_call1 [1119]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1120]   0.0    0.00    0.00     118         shrink_regexp_cache [1120]
                0.00    0.00    2360/3384        xrealloc [765]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1121]   0.0    0.00    0.00     118         sweep_floats [1121]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1122]   0.0    0.00    0.00     118         sweep_intervals [1122]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1123]   0.0    0.00    0.00     118         sweep_symbols [1123]
-----------------------------------------------
                                 118             Fgarbage_collect <cycle 4> [40]
[1124]   0.0    0.00    0.00     118         sweep_weak_hash_tables <cycle 4> [1124]
                                1766             sweep_weak_table <cycle 4> [860]
-----------------------------------------------
                0.00    0.00     118/118         Fgarbage_collect <cycle 4> [40]
[1125]   0.0    0.00    0.00     118         total_bytes_of_live_objects [1125]
-----------------------------------------------
                                 118             Fgarbage_collect <cycle 4> [40]
[1126]   0.0    0.00    0.00     118         xg_mark_data <cycle 4> [1126]
                               34769             mark_object <cycle 4> [30]
-----------------------------------------------
                0.00    0.00     117/117         eval_sub <cycle 4> [189]
[1127]   0.0    0.00    0.00     117         Feq [1127]
-----------------------------------------------
                0.00    0.00       3/115         set_window_buffer <cycle 4> [457]
                0.00    0.00       4/115         delete_all_child_windows [1490]
                0.00    0.00       4/115         Fset_window_configuration <cycle 4> [432]
                0.00    0.00      52/115         unwind_with_echo_area_buffer <cycle 4> [1163]
                0.00    0.00      52/115         with_echo_area_buffer <cycle 4> [386]
[1128]   0.0    0.00    0.00     115         wset_buffer [1128]
                0.00    0.00     115/230         adjust_window_count [1072]
-----------------------------------------------
                0.00    0.00       2/114         x_new_font <cycle 4> [1517]
                0.00    0.00       8/114         font_open_entity [407]
                0.00    0.00     104/114         show_hourglass <cycle 4> [180]
[1129]   0.0    0.00    0.00     114         normal_char_ascent_descent [1129]
-----------------------------------------------
                0.00    0.00       1/113         xg_update_menubar [1044]
                0.00    0.00     112/113         xg_item_label_same_p [1023]
[1130]   0.0    0.00    0.00     113         make_widget_for_menu_item [1130]
-----------------------------------------------
                0.00    0.00      20/100         xpm_load <cycle 4> [1314]
                0.00    0.00      30/100         x_build_heuristic_mask [1311]
                0.00    0.00      50/100         lookup_image <cycle 4> [491]
[1131]   0.0    0.00    0.00     100         image_spec_value [1131]
-----------------------------------------------
                0.00    0.00       2/96          face_for_font [1493]
                0.00    0.00      94/96          realize_face [332]
[1132]   0.0    0.00    0.00      96         cache_face [1132]
-----------------------------------------------
                0.00    0.00      95/95          Ffuncall <cycle 4> [39]
[1133]   0.0    0.00    0.00      95         Fbuffer_name [1133]
-----------------------------------------------
                0.00    0.00      94/94          realize_face [332]
[1134]   0.0    0.00    0.00      94         make_realized_face [1134]
                0.00    0.00      94/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00      12/91          Ffuncall <cycle 4> [39]
                0.00    0.00      79/91          face_color_supported_p [1139]
[1135]   0.0    0.00    0.00      91         Fxw_display_color_p [1135]
                0.00    0.00      91/141         check_x_display_info [1096]
-----------------------------------------------
                0.00    0.00       1/91          redisplay_window <cycle 4> [116]
                0.00    0.00       2/91          redisplay_mode_lines <cycle 4> [1594]
                0.00    0.00       3/91          apply_window_adjustment [1445]
                0.00    0.00      31/91          display_echo_area_1 <cycle 4> [1213]
                0.00    0.00      54/91          try_window_reusing_current_matrix <cycle 4> [1167]
[1136]   0.0    0.00    0.00      91         clear_glyph_matrix [1136]
-----------------------------------------------
                0.00    0.00      45/90          set_internal [113]
                0.00    0.00      45/90          Fmake_local_variable <cycle 4> [367]
[1137]   0.0    0.00    0.00      90         let_shadows_buffer_binding_p [1137]
                0.00    0.00      90/59263       Fcurrent_buffer [645]
-----------------------------------------------
                0.00    0.00       4/79          Fmatch_data [348]
                0.00    0.00       5/79          Fget_buffer_create <cycle 4> [458]
                0.00    0.00       5/79          Fcopy_marker [444]
                0.00    0.00       6/79          make_window [315]
                0.00    0.00      59/79          Ffuncall <cycle 4> [39]
[1138]   0.0    0.00    0.00      79         Fmake_marker [1138]
                0.00    0.00      79/2867        allocate_misc [793]
-----------------------------------------------
                0.00    0.00      79/79          realize_face [332]
[1139]   0.0    0.00    0.00      79         face_color_supported_p [1139]
                0.00    0.00      79/91          Fxw_display_color_p [1135]
-----------------------------------------------
                0.00    0.00      78/78          Ffuncall <cycle 4> [39]
[1140]   0.0    0.00    0.00      78         Fwindowp [1140]
-----------------------------------------------
                0.00    0.00      76/76          exec_byte_code <cycle 4> [143]
[1141]   0.0    0.00    0.00      76         float_arith_driver [1141]
-----------------------------------------------
                0.00    0.00      72/72          map_keymap_internal <cycle 4> [592]
[1142]   0.0    0.00    0.00      72         make_save_funcptr_ptr_obj [1142]
                0.00    0.00      72/2867        allocate_misc [793]
-----------------------------------------------
                                  65             eval_sub <cycle 4> [189]
[1143]   0.0    0.00    0.00      65         Flet <cycle 4> [1143]
                0.00    0.00     378/1364726     Fcdr [610]
                0.00    0.00     252/72320       Fcar [641]
                0.00    0.00      65/140813      Flength [634]
                                 126             eval_sub <cycle 4> [189]
                                 126             specbind <cycle 4> [639]
                                  65             Fprogn <cycle 4> [854]
                                  65             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00      65/65          exec_byte_code <cycle 4> [143]
[1144]   0.0    0.00    0.00      65         match_limit [1144]
-----------------------------------------------
                0.00    0.00       1/65          other_visible_frames [1590]
                0.00    0.00       4/65          xg_update_scrollbar_pos [1430]
                0.00    0.00      60/65          x_make_frame_visible <cycle 4> [479]
[1145]   0.0    0.00    0.00      65         x_sync [1145]
-----------------------------------------------
                0.00    0.00       3/64          Finsert_file_contents <cycle 4> [336]
                0.00    0.00      18/64          del_range_2 [300]
                0.00    0.00      43/64          make_gap [1173]
[1146]   0.0    0.00    0.00      64         gap_left [1146]
-----------------------------------------------
                0.00    0.00      64/64          free_realized_face [1244]
[1147]   0.0    0.00    0.00      64         x_destroy_bitmap [1147]
-----------------------------------------------
                0.00    0.00       2/63          eval_sub <cycle 4> [189]
                0.00    0.00      61/63          Ffuncall <cycle 4> [39]
[1148]   0.0    0.00    0.00      63         Fregexp_quote [1148]
                0.00    0.00      63/49690       make_specified_string [652]
-----------------------------------------------
                0.00    0.00      63/63          free_realized_face [1244]
[1149]   0.0    0.00    0.00      63         free_face_fontset [1149]
-----------------------------------------------
                0.00    0.00      62/62          x_update_window_end <cycle 4> [908]
[1150]   0.0    0.00    0.00      62         x_draw_vertical_border [1150]
-----------------------------------------------
                0.00    0.00       9/62          XSetWMSizeHints [2616]
                0.00    0.00      53/62          handle_one_xevent [195]
[1151]   0.0    0.00    0.00      62         x_top_window_to_frame [1151]
                0.00    0.00      52/4385        xg_win_to_widget [750]
-----------------------------------------------
                0.00    0.00      60/60          update_frame_tool_bar <cycle 4> [425]
[1152]   0.0    0.00    0.00      60         Ftool_bar_get_system_style [1152]
-----------------------------------------------
                0.00    0.00      60/60          x_make_frame_visible <cycle 4> [479]
[1153]   0.0    0.00    0.00      60         input_polling_used [1153]
-----------------------------------------------
                                   6             update_cursor_in_window_tree <cycle 4> [1464]
                                  54             x_scroll_run <cycle 4> [1170]
[1154]   0.0    0.00    0.00      60         update_window_cursor <cycle 4> [1154]
                                  60             display_and_set_cursor <cycle 4> [540]
-----------------------------------------------
                0.00    0.00       1/60          xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00      59/60          create_menus [1319]
[1155]   0.0    0.00    0.00      60         xg_gtk_scroll_destroy [1155]
-----------------------------------------------
                0.00    0.00      59/59          Ffuncall <cycle 4> [39]
[1156]   0.0    0.00    0.00      59         Fdecode_coding_string [1156]
-----------------------------------------------
                0.00    0.00      59/59          eval_sub <cycle 4> [189]
[1157]   0.0    0.00    0.00      59         Fnull [1157]
-----------------------------------------------
                0.00    0.00      59/59          Ffuncall <cycle 4> [39]
[1158]   0.0    0.00    0.00      59         Frun_hook_wrapped [1158]
-----------------------------------------------
                                   1             Fmapconcat <cycle 4> [521]
                                   1             Fmapc <cycle 4> [1539]
                                  57             Fmapcar <cycle 4> [456]
[1159]   0.0    0.00    0.00      59         mapcar1 <cycle 4> [1159]
                                 487             call1 <cycle 4> [794]
-----------------------------------------------
                                  59             Fcommandp <cycle 4> [538]
[1160]   0.0    0.00    0.00      59         run_hook_wrapped_funcall <cycle 4> [1160]
                                  59             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00      56/56          redisplay_window <cycle 4> [116]
[1161]   0.0    0.00    0.00      56         run_window_scroll_functions [1161]
                0.00    0.00      56/535         set_marker_both [1043]
-----------------------------------------------
                                  56             compact_buffer <cycle 4> [1020]
[1162]   0.0    0.00    0.00      56         truncate_undo_list <cycle 4> [1162]
                0.00    0.00      56/59263       Fcurrent_buffer [645]
                0.00    0.00      56/311674      grow_specpdl [632]
                0.00    0.00      56/7918        record_unwind_protect [723]
                                  56             inhibit_garbage_collection <cycle 4> [77]
-----------------------------------------------
                                  56             unbind_to <cycle 4> [285]
[1163]   0.0    0.00    0.00      56         unwind_with_echo_area_buffer <cycle 4> [1163]
                0.00    0.00     156/535         set_marker_both [1043]
                0.00    0.00      52/230         adjust_window_count [1072]
                0.00    0.00      52/115         wset_buffer [1128]
                                  56             set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
                0.00    0.00      13/55          openp <cycle 4> [210]
                0.00    0.00      42/55          Ffile_directory_p <cycle 4> [269]
[1164]   0.0    0.00    0.00      55         file_directory_p [1164]
-----------------------------------------------
                0.00    0.00      54/54          try_window_reusing_current_matrix <cycle 4> [1167]
[1165]   0.0    0.00    0.00      54         in_ellipses_for_invisible_text_p [1165]
-----------------------------------------------
                0.00    0.00      54/54          try_window_reusing_current_matrix <cycle 4> [1167]
[1166]   0.0    0.00    0.00      54         rotate_matrix [1166]
                0.00    0.00     108/2318        Finternal_show_cursor_p [810]
-----------------------------------------------
                                  54             redisplay_window <cycle 4> [116]
[1167]   0.0    0.00    0.00      54         try_window_reusing_current_matrix <cycle 4> [1167]
                0.00    0.00     108/638667      unblock_input_to [618]
                0.00    0.00     108/638619      unblock_input [619]
                0.00    0.00      54/6665        marker_position [731]
                0.00    0.00      54/4590        marker_byte_position [748]
                0.00    0.00      54/91          clear_glyph_matrix [1136]
                0.00    0.00      54/54          in_ellipses_for_invisible_text_p [1165]
                0.00    0.00      54/1091        x_update_begin [916]
                0.00    0.00      54/1092        update_begin [914]
                0.00    0.00      54/1118        x_update_window_begin [907]
                0.00    0.00      54/54          x_clear_window_mouse_face [1169]
                0.00    0.00      54/1091        x_update_end [917]
                0.00    0.00      54/1090        update_end [918]
                0.00    0.00      54/2318        Finternal_show_cursor_p [810]
                0.00    0.00      54/54          rotate_matrix [1166]
                                 966             display_line <cycle 4> [197]
                                  54             start_display <cycle 4> [144]
                                  54             x_scroll_run <cycle 4> [1170]
                                  54             x_update_window_end <cycle 4> [908]
-----------------------------------------------
                0.00    0.00      54/54          x_scroll_run <cycle 4> [1170]
[1168]   0.0    0.00    0.00      54         x_clear_cursor [1168]
-----------------------------------------------
                0.00    0.00      54/54          try_window_reusing_current_matrix <cycle 4> [1167]
[1169]   0.0    0.00    0.00      54         x_clear_window_mouse_face [1169]
-----------------------------------------------
                                  54             try_window_reusing_current_matrix <cycle 4> [1167]
[1170]   0.0    0.00    0.00      54         x_scroll_run <cycle 4> [1170]
                0.00    0.00     108/638667      unblock_input_to [618]
                0.00    0.00     108/638619      unblock_input [619]
                0.00    0.00      54/54          x_clear_cursor [1168]
                                  54             window_box <cycle 4> [764]
                                  54             update_window_cursor <cycle 4> [1154]
-----------------------------------------------
                0.00    0.00      53/53          Ffuncall <cycle 4> [39]
[1171]   0.0    0.00    0.00      53         Fstringp [1171]
-----------------------------------------------
                0.00    0.00      51/51          make_gap [1173]
[1172]   0.0    0.00    0.00      51         enlarge_buffer_text [1172]
                0.00    0.00      51/3384        xrealloc [765]
-----------------------------------------------
                0.00    0.00       2/51          prepare_to_modify_buffer <cycle 4> [305]
                0.00    0.00       3/51          Finsert_file_contents <cycle 4> [336]
                0.00    0.00       9/51          make_gap_1 [1322]
                0.00    0.00      37/51          insert_from_string_1 <cycle 4> [120]
[1173]   0.0    0.00    0.00      51         make_gap [1173]
                0.00    0.00      51/638667      unblock_input_to [618]
                0.00    0.00      51/638619      unblock_input [619]
                0.00    0.00      51/51          enlarge_buffer_text [1172]
                0.00    0.00      43/64          gap_left [1146]
                0.00    0.00       8/44          gap_right [1190]
-----------------------------------------------
                0.00    0.00      50/50          Ffuncall <cycle 4> [39]
[1174]   0.0    0.00    0.00      50         Fframe_root_window [1174]
-----------------------------------------------
                0.00    0.00      11/50          Fgetenv_internal [1290]
                0.00    0.00      39/50          egetenv_internal [1199]
[1175]   0.0    0.00    0.00      50         getenv_internal [1175]
                0.00    0.00      50/50          getenv_internal_1 [1176]
-----------------------------------------------
                0.00    0.00      50/50          getenv_internal [1175]
[1176]   0.0    0.00    0.00      50         getenv_internal_1 [1176]
-----------------------------------------------
                0.00    0.00       1/50          Fx_open_connection <cycle 4> [1558]
                0.00    0.00      49/50          xrdb_get_resource [1180]
[1177]   0.0    0.00    0.00      50         validate_x_resource_name [1177]
-----------------------------------------------
                0.00    0.00       1/50          x_get_customization_string [1616]
                0.00    0.00      49/50          xrdb_get_resource [1180]
[1178]   0.0    0.00    0.00      50         x_get_string_resource [1178]
-----------------------------------------------
                0.00    0.00      50/50          handle_one_xevent [195]
[1179]   0.0    0.00    0.00      50         xft_settings_event [1179]
-----------------------------------------------
                0.00    0.00       1/49          select_visual [1597]
                0.00    0.00       2/49          x_term_init <cycle 4> [573]
                0.00    0.00       2/49          x_default_scroll_bar_color_parameter <cycle 4> [536]
                0.00    0.00      13/49          Ffuncall <cycle 4> [39]
                0.00    0.00      31/49          x_get_arg [426]
[1180]   0.0    0.00    0.00      49         xrdb_get_resource [1180]
                0.00    0.00      49/50          validate_x_resource_name [1177]
                0.00    0.00      49/50          x_get_string_resource [1178]
-----------------------------------------------
                0.00    0.00      48/48          exec_byte_code <cycle 4> [143]
[1181]   0.0    0.00    0.00      48         Fmatch_beginning [1181]
-----------------------------------------------
                0.00    0.00      48/48          read1 <cycle 5> [279]
[1182]   0.0    0.00    0.00      48         str_as_unibyte [1182]
-----------------------------------------------
                                  46             Ffile_directory_p <cycle 4> [269]
[1183]   0.0    0.00    0.00      46         expand_and_dir_to_file <cycle 4> [1183]
                                  46             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                0.00    0.00      46/46          unwind_to_catch <cycle 4> [1185]
[1184]   0.0    0.00    0.00      46         set_poll_suppress_count [1184]
-----------------------------------------------
                                   6             Fthrow <cycle 4> [1350]
                                  40             Fsignal <cycle 4> [411]
[1185]   0.0    0.00    0.00      46         unwind_to_catch <cycle 4> [1185]
                0.00    0.00      46/638667      unblock_input_to [618]
                0.00    0.00      46/46          set_poll_suppress_count [1184]
                                  46             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       3/45          Fchar_table_parent [1432]
                0.00    0.00       4/45          Fset_char_table_parent [1480]
                0.00    0.00      38/45          Fset_char_table_range [508]
[1186]   0.0    0.00    0.00      45         CHECK_CHAR_TABLE [1186]
-----------------------------------------------
                0.00    0.00      45/45          Ffuncall <cycle 4> [39]
[1187]   0.0    0.00    0.00      45         rounding_driver [1187]
                0.00    0.00      44/44          ceiling2 [1189]
                0.00    0.00       1/1           round2 [1596]
-----------------------------------------------
                0.00    0.00      44/44          Ffuncall <cycle 4> [39]
[1188]   0.0    0.00    0.00      44         Fceiling [1188]
-----------------------------------------------
                0.00    0.00      44/44          rounding_driver [1187]
[1189]   0.0    0.00    0.00      44         ceiling2 [1189]
-----------------------------------------------
                0.00    0.00       8/44          make_gap [1173]
                0.00    0.00      36/44          prepare_to_modify_buffer <cycle 4> [305]
[1190]   0.0    0.00    0.00      44         gap_right [1190]
-----------------------------------------------
                0.00    0.00      44/44          handle_one_xevent [195]
[1191]   0.0    0.00    0.00      44         x_handle_property_notify [1191]
-----------------------------------------------
                0.00    0.00       6/42          Finsert_file_contents <cycle 4> [336]
                0.00    0.00      36/42          prepare_to_modify_buffer <cycle 4> [305]
[1192]   0.0    0.00    0.00      42         move_gap_both [1192]
-----------------------------------------------
                0.00    0.00      20/41          Fcommand_error_default_function <cycle 4> [1236]
                0.00    0.00      21/41          read_char <cycle 2> [14]
[1193]   0.0    0.00    0.00      41         clear_message [1193]
-----------------------------------------------
                0.00    0.00      41/41          menuitem_destroy_callback [3349]
[1194]   0.0    0.00    0.00      41         xg_tool_bar_help_callback [1194]
-----------------------------------------------
                                  40             Ffuncall <cycle 4> [39]
[1195]   0.0    0.00    0.00      40         Frun_hooks <cycle 4> [1195]
                                  64             Fcommandp <cycle 4> [538]
-----------------------------------------------
                0.00    0.00      10/40          Finit_image_library [1296]
                0.00    0.00      10/40          lookup_image <cycle 4> [491]
                0.00    0.00      20/40          valid_image_p [1256]
[1196]   0.0    0.00    0.00      40         define_image_type [1196]
                0.00    0.00      40/638667      unblock_input_to [618]
                0.00    0.00      40/638619      unblock_input [619]
                0.00    0.00       1/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00      10/40          Finit_image_library [1296]
                0.00    0.00      10/40          lookup_image <cycle 4> [491]
                0.00    0.00      20/40          valid_image_p [1256]
[1197]   0.0    0.00    0.00      40         lookup_image_type [1197]
-----------------------------------------------
                                  20             write_string_1 <cycle 4> [1257]
                                  20             print_string <cycle 4> [1250]
[1198]   0.0    0.00    0.00      40         strout <cycle 4> [1198]
                                 380             insert_char <cycle 4> [1059]
                                  40             setup_echo_area_for_printing <cycle 4> [447]
                                  40             message_dolog <cycle 4> [308]
-----------------------------------------------
                0.00    0.00       1/39          x_term_init <cycle 4> [573]
                0.00    0.00      38/39          Fexpand_file_name <cycle 4> [164]
[1199]   0.0    0.00    0.00      39         egetenv_internal [1199]
                0.00    0.00      39/50          getenv_internal [1175]
-----------------------------------------------
                                   8             redisplay_window <cycle 4> [116]
                                  31             display_echo_area_1 <cycle 4> [1213]
[1200]   0.0    0.00    0.00      39         try_window <cycle 4> [1200]
                0.00    0.00      39/3145        default_line_pixel_height [774]
                0.00    0.00      39/535         set_marker_both [1043]
                                 262             display_line <cycle 4> [197]
                                  39             start_display <cycle 4> [144]
-----------------------------------------------
                                   2             adjust_frame_glyphs <cycle 4> [1291]
                                   4             allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                                  32             allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1201]   0.0    0.00    0.00      38         adjust_glyph_matrix <cycle 4> [1201]
                0.00    0.00     312/3384        xrealloc [765]
                0.00    0.00     312/319         xnrealloc [1061]
                0.00    0.00      14/31          xpalloc [1215]
                                  36             window_box <cycle 4> [764]
-----------------------------------------------
                                   3             Finsert_file_contents <cycle 4> [336]
                                  15             Fexpand_file_name <cycle 4> [164]
                0.00    0.00      20/33852       cmd_error_internal [200]
[1202]   0.0    0.00    0.00      38         call3 <cycle 4> [1202]
                                  38             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00       2/38          Ffloat_time [340]
                0.00    0.00      36/38          lisp_time_struct [1208]
[1203]   0.0    0.00    0.00      38         disassemble_lisp_time [1203]
-----------------------------------------------
                0.00    0.00       2/38          font_match_p [578]
                0.00    0.00      36/38          font_sort_entities [16]
[1204]   0.0    0.00    0.00      38         font_score [1204]
-----------------------------------------------
                0.00    0.00       1/37          x_term_init <cycle 4> [573]
                0.00    0.00       7/37          dupstring [1339]
                0.00    0.00       9/37          x_parse_color [911]
                0.00    0.00      10/37          smc_save_yourself_CB [3627]
                0.00    0.00      10/37          update_frame_tool_bar <cycle 4> [425]
[1205]   0.0    0.00    0.00      37         xstrdup [1205]
                0.00    0.00      37/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00      36/36          Ffuncall <cycle 4> [39]
[1206]   0.0    0.00    0.00      36         Fx_display_color_cells [1206]
                0.00    0.00      36/141         check_x_display_info [1096]
-----------------------------------------------
                0.00    0.00      36/36          Fmake_local_variable <cycle 4> [367]
[1207]   0.0    0.00    0.00      36         let_shadows_global_binding_p [1207]
-----------------------------------------------
                0.00    0.00      18/36          time_arith [506]
                0.00    0.00      18/36          Ftime_less_p [1317]
[1208]   0.0    0.00    0.00      36         lisp_time_struct [1208]
                0.00    0.00      36/38          disassemble_lisp_time [1203]
                0.00    0.00      36/9242        decode_time_components [711]
-----------------------------------------------
                0.00    0.00       7/35          eval_sub <cycle 4> [189]
                0.00    0.00      28/35          Ffuncall <cycle 4> [39]
[1209]   0.0    0.00    0.00      35         Fwindow_system [1209]
                0.00    0.00      35/1135        Fframep [899]
-----------------------------------------------
                0.00    0.00       1/34          x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/34          tb_size_cb [1601]
                0.00    0.00       1/34          update_frame_tool_bar <cycle 4> [425]
                0.00    0.00       2/34          xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       3/34          xg_frame_resized [1470]
                0.00    0.00       8/34          handle_one_xevent [195]
                0.00    0.00      18/34          adjust_frame_size <cycle 4> [478]
[1210]   0.0    0.00    0.00      34         frame_size_history_add [1210]
-----------------------------------------------
                0.00    0.00      33/33          Ffuncall <cycle 4> [39]
[1211]   0.0    0.00    0.00      33         Fforce_mode_line_update [1211]
                0.00    0.00      25/25          bset_update_mode_line [1220]
-----------------------------------------------
                0.00    0.00      32/32          Ffuncall <cycle 4> [39]
[1212]   0.0    0.00    0.00      32         Fframe_selected_window [1212]
-----------------------------------------------
                                  31             with_echo_area_buffer <cycle 4> [386]
[1213]   0.0    0.00    0.00      31         display_echo_area_1 <cycle 4> [1213]
                0.00    0.00      31/4590        marker_byte_position [748]
                0.00    0.00      31/6665        marker_position [731]
                0.00    0.00      31/91          clear_glyph_matrix [1136]
                                  31             resize_mini_window <cycle 4> [310]
                                  31             try_window <cycle 4> [1200]
-----------------------------------------------
                                   2             message3_nolog <cycle 4> [1501]
                0.00    0.00      29/33852       redisplay_internal [15]
[1214]   0.0    0.00    0.00      31         echo_area_display <cycle 4> [1214]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/6           my_log_handler [1359]
                0.00    0.00       1/6           x_flush [1365]
                                  31             inhibit_garbage_collection <cycle 4> [77]
                                  31             with_echo_area_buffer <cycle 4> [386]
                                  31             unbind_to <cycle 4> [285]
                                   1             update_frame <cycle 4> [960]
                                   1             show_hourglass <cycle 4> [180]
                                   1             redisplay_mode_lines <cycle 4> [1594]
                                   1             update_single_window <cycle 4> [1606]
-----------------------------------------------
                0.00    0.00       1/31          bidi_cache_ensure_space [621]
                0.00    0.00       2/31          realloc_glyph_pool [1505]
                0.00    0.00       6/31          update_window <cycle 4> [118]
                0.00    0.00       8/31          move_cache_gap [840]
                0.00    0.00      14/31          adjust_glyph_matrix <cycle 4> [1201]
[1215]   0.0    0.00    0.00      31         xpalloc [1215]
                0.00    0.00      31/3384        xrealloc [765]
-----------------------------------------------
                0.00    0.00      29/29          Ffuncall <cycle 4> [39]
[1216]   0.0    0.00    0.00      29         Fselected_frame [1216]
-----------------------------------------------
                                   2             Fload <cycle 4> [401]
                                  24             adjust_frame_size <cycle 4> [478]
                0.00    0.00       2/33852       read_char <cycle 2> [14]
[1217]   0.0    0.00    0.00      28         call4 <cycle 4> [1217]
                                  28             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00      27/27          Ffontp [389]
[1218]   0.0    0.00    0.00      27         font_prop_validate_otf [1218]
-----------------------------------------------
                0.00    0.00      26/26          Fsubstitute_in_file_name <cycle 4> [284]
[1219]   0.0    0.00    0.00      26         search_embedded_absfilename [1219]
-----------------------------------------------
                0.00    0.00      25/25          Fforce_mode_line_update [1211]
[1220]   0.0    0.00    0.00      25         bset_update_mode_line [1220]
-----------------------------------------------
                0.00    0.00      25/25          re_compile_pattern [132]
[1221]   0.0    0.00    0.00      25         re_wctype [1221]
-----------------------------------------------
                0.00    0.00      24/24          Ffuncall <cycle 4> [39]
[1222]   0.0    0.00    0.00      24         Fminibuffer_window [1222]
                0.00    0.00      24/3099        decode_live_frame [776]
-----------------------------------------------
                0.00    0.00      24/24          process_tool_bar_item <cycle 4> [287]
[1223]   0.0    0.00    0.00      24         Fupcase_initials [1223]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[1224]   0.0    0.00    0.00      22         Fwindow_bottom_divider_width [1224]
                0.00    0.00      44/14579       set_window_margins [684]
-----------------------------------------------
                                  22             Ffuncall <cycle 4> [39]
[1225]   0.0    0.00    0.00      22         Fwindow_mode_line_height <cycle 4> [1225]
                0.00    0.00      88/14579       set_window_margins [684]
                0.00    0.00       2/2           estimate_mode_line_height [1491]
                                   1             show_hourglass <cycle 4> [180]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[1226]   0.0    0.00    0.00      22         Fwindow_right_divider_width [1226]
                0.00    0.00      22/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[1227]   0.0    0.00    0.00      22         Fwindow_scroll_bar_height [1227]
                0.00    0.00      66/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[1228]   0.0    0.00    0.00      22         Fwindow_scroll_bar_width [1228]
                0.00    0.00     125/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00      22/22          emacs_readlinkat [1230]
[1229]   0.0    0.00    0.00      22         careadlinkat [1229]
-----------------------------------------------
                0.00    0.00      22/22          Ffuncall <cycle 4> [39]
[1230]   0.0    0.00    0.00      22         emacs_readlinkat [1230]
                0.00    0.00      22/22          careadlinkat [1229]
-----------------------------------------------
                0.00    0.00      21/21          Ffuncall <cycle 4> [39]
[1231]   0.0    0.00    0.00      21         Fframe_visible_p [1231]
-----------------------------------------------
                0.00    0.00       1/21          Fset_keyboard_coding_system_internal [503]
                0.00    0.00       1/21          Fset_terminal_coding_system_internal [504]
                0.00    0.00       3/21          Fset_terminal_parameter [532]
                0.00    0.00       3/21          decode_tty_terminal [1448]
                0.00    0.00       4/21          Ftty_top_frame [1403]
                0.00    0.00       9/21          Fterminal_parameter [507]
[1232]   0.0    0.00    0.00      21         decode_live_terminal [1232]
                0.00    0.00      21/6229        decode_terminal [735]
-----------------------------------------------
                0.00    0.00      21/21          with_echo_area_buffer <cycle 4> [386]
[1233]   0.0    0.00    0.00      21         resize_mini_window_1 [1233]
-----------------------------------------------
                0.00    0.00      20/20          Ffuncall <cycle 4> [39]
[1234]   0.0    0.00    0.00      20         Factive_minibuffer_window [1234]
-----------------------------------------------
                0.00    0.00      20/20          print_error_message <cycle 4> [416]
[1235]   0.0    0.00    0.00      20         Fcdr_safe [1235]
-----------------------------------------------
                                  20             Ffuncall <cycle 4> [39]
[1236]   0.0    0.00    0.00      20         Fcommand_error_default_function <cycle 4> [1236]
                0.00    0.00      20/20          message_log_maybe_newline [1245]
                0.00    0.00      20/20          Fdiscard_input [1237]
                0.00    0.00      20/41          clear_message [1193]
                0.00    0.00      20/20          ring_bell [1253]
                0.00    0.00      20/20          bitch_at_user [1240]
                0.00    0.00      19/20          safe_eval_handler [1254]
                                  20             XTring_bell <cycle 4> [815]
                                  20             print_error_message <cycle 4> [416]
                                  19             message_dolog <cycle 4> [308]
-----------------------------------------------
                0.00    0.00      20/20          Fcommand_error_default_function <cycle 4> [1236]
[1237]   0.0    0.00    0.00      20         Fdiscard_input [1237]
                0.00    0.00      20/20          discard_tty_input [1242]
-----------------------------------------------
                0.00    0.00      20/20          eval_sub <cycle 4> [189]
[1238]   0.0    0.00    0.00      20         Ffunction [1238]
-----------------------------------------------
                                  20             print_error_message <cycle 4> [416]
[1239]   0.0    0.00    0.00      20         Fprinc <cycle 4> [1239]
                0.00    0.00      20/20          print [1247]
                                  20             print_object <cycle 4> [1249]
                                  20             unbind_to <cycle 4> [285]
                                  20             set_buffer_internal_1 <cycle 4> [745]
                                  20             setup_echo_area_for_printing <cycle 4> [447]
-----------------------------------------------
                0.00    0.00      20/20          Fcommand_error_default_function <cycle 4> [1236]
[1240]   0.0    0.00    0.00      20         bitch_at_user [1240]
-----------------------------------------------
                0.00    0.00      20/20          search_buffer [231]
[1241]   0.0    0.00    0.00      20         boyer_moore [1241]
                0.00    0.00     456/11256       Faref [697]
                0.00    0.00       3/1044        unwind_set_match_data [943]
-----------------------------------------------
                0.00    0.00      20/20          Fdiscard_input [1237]
[1242]   0.0    0.00    0.00      20         discard_tty_input [1242]
-----------------------------------------------
                0.00    0.00      10/20          image_background [1305]
                0.00    0.00      10/20          image_background_transparent [1306]
[1243]   0.0    0.00    0.00      20         four_corners_best [1243]
-----------------------------------------------
                                  64             free_realized_face [1244]
                0.00    0.00       1/20          free_frame_faces [1576]
                0.00    0.00       3/20          init_iterator <cycle 4> [82]
                0.00    0.00      16/20          realize_face [332]
[1244]   0.0    0.00    0.00      20+64      free_realized_face [1244]
                0.00    0.00     126/133         x_free_colors [1103]
                0.00    0.00      65/638667      unblock_input_to [618]
                0.00    0.00      65/638619      unblock_input [619]
                0.00    0.00      64/64          x_destroy_bitmap [1147]
                0.00    0.00      63/63          free_face_fontset [1149]
                0.00    0.00      63/33219       xfree [655]
                0.00    0.00       4/4           forget_escape_and_glyphless_faces [1414]
                0.00    0.00       3/309         fset_redisplay [1062]
                0.00    0.00       3/1043        clear_window_matrices [944]
                0.00    0.00       3/11          clear_current_matrices [1292]
                0.00    0.00       1/6           xftfont_done_face [1369]
                0.00    0.00       1/6           font_done_for_face [1354]
                                  64             free_realized_face [1244]
-----------------------------------------------
                0.00    0.00      20/20          Fcommand_error_default_function <cycle 4> [1236]
[1245]   0.0    0.00    0.00      20         message_log_maybe_newline [1245]
-----------------------------------------------
                0.00    0.00      20/20          xpm_image_p [1258]
[1246]   0.0    0.00    0.00      20         parse_image_spec [1246]
-----------------------------------------------
                0.00    0.00      20/20          Fprinc <cycle 4> [1239]
[1247]   0.0    0.00    0.00      20         print [1247]
-----------------------------------------------
                0.00    0.00      20/20          write_string_1 <cycle 4> [1257]
[1248]   0.0    0.00    0.00      20         print_c_string [1248]
-----------------------------------------------
                                  20             Fprinc <cycle 4> [1239]
[1249]   0.0    0.00    0.00      20         print_object <cycle 4> [1249]
                                  20             print_string <cycle 4> [1250]
-----------------------------------------------
                                  20             print_object <cycle 4> [1249]
[1250]   0.0    0.00    0.00      20         print_string <cycle 4> [1250]
                0.00    0.00      20/31455       count_size_as_multibyte [659]
                                  20             strout <cycle 4> [1198]
-----------------------------------------------
                                   4             allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                                  16             allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1251]   0.0    0.00    0.00      20         required_matrix_height <cycle 4> [1251]
                                  16             window_box_height <cycle 4> [887]
-----------------------------------------------
                0.00    0.00       4/20          allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                0.00    0.00      16/20          allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1252]   0.0    0.00    0.00      20         required_matrix_width [1252]
-----------------------------------------------
                0.00    0.00      20/20          Fcommand_error_default_function <cycle 4> [1236]
[1253]   0.0    0.00    0.00      20         ring_bell [1253]
-----------------------------------------------
                0.00    0.00       1/20          message3 <cycle 4> [594]
                0.00    0.00      19/20          Fcommand_error_default_function <cycle 4> [1236]
[1254]   0.0    0.00    0.00      20         safe_eval_handler [1254]
-----------------------------------------------
                0.00    0.00      20/20          adjust_frame_size <cycle 4> [478]
[1255]   0.0    0.00    0.00      20         sanitize_window_sizes [1255]
-----------------------------------------------
                0.00    0.00      10/20          update_frame_tool_bar <cycle 4> [425]
                0.00    0.00      10/20          Fimage_mask_p <cycle 4> [1295]
[1256]   0.0    0.00    0.00      20         valid_image_p [1256]
                0.00    0.00      20/40          define_image_type [1196]
                0.00    0.00      20/40          lookup_image_type [1197]
-----------------------------------------------
                                  20             print_error_message <cycle 4> [416]
[1257]   0.0    0.00    0.00      20         write_string_1 <cycle 4> [1257]
                0.00    0.00      20/20          print_c_string [1248]
                                  20             strout <cycle 4> [1198]
                                  20             unbind_to <cycle 4> [285]
                                  20             set_buffer_internal_1 <cycle 4> [745]
                                  20             setup_echo_area_for_printing <cycle 4> [447]
-----------------------------------------------
                0.00    0.00      10/20          update_frame_tool_bar <cycle 4> [425]
                0.00    0.00      10/20          Fimage_mask_p <cycle 4> [1295]
[1258]   0.0    0.00    0.00      20         xpm_image_p [1258]
                0.00    0.00      20/20          parse_image_spec [1246]
-----------------------------------------------
                0.00    0.00       1/18          char_table_set [442]
                0.00    0.00       3/18          uniprop_table [548]
                0.00    0.00      14/18          char_table_set_range [392]
[1259]   0.0    0.00    0.00      18         char_table_ascii [1259]
-----------------------------------------------
                0.00    0.00       6/18          set_window_fringes [1461]
                0.00    0.00       6/18          set_window_scroll_bars [1462]
                0.00    0.00       6/18          set_window_margins [684]
[1260]   0.0    0.00    0.00      18         extract_dimension [1260]
-----------------------------------------------
                0.00    0.00      17/17          Ffuncall <cycle 4> [39]
[1261]   0.0    0.00    0.00      17         Fcurrent_message [1261]
-----------------------------------------------
                0.00    0.00      17/17          exec_byte_code <cycle 4> [143]
[1262]   0.0    0.00    0.00      17         Fmatch_end [1262]
-----------------------------------------------
                0.00    0.00      17/17          Ffuncall <cycle 4> [39]
[1263]   0.0    0.00    0.00      17         Fprefix_numeric_value [1263]
-----------------------------------------------
                0.00    0.00      17/17          clear_image_caches [1265]
[1264]   0.0    0.00    0.00      17         clear_image_cache [1264]
                0.00    0.00      17/638667      unblock_input_to [618]
                0.00    0.00      17/638619      unblock_input [619]
                0.00    0.00      17/12473       gettime [693]
                0.00    0.00      17/17          dtotimespec [1267]
                0.00    0.00      17/18247       timespec_sub [676]
                0.00    0.00       9/7766        do_pending_atimers [724]
                0.00    0.00       9/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00       5/17          recompute_basic_faces [323]
                0.00    0.00      12/17          redisplay_internal [15]
[1265]   0.0    0.00    0.00      17         clear_image_caches [1265]
                0.00    0.00      17/17          clear_image_cache [1264]
-----------------------------------------------
                0.00    0.00      17/17          x_fill_property_data [1514]
[1266]   0.0    0.00    0.00      17         cons_to_signed [1266]
-----------------------------------------------
                0.00    0.00      17/17          clear_image_cache [1264]
[1267]   0.0    0.00    0.00      17         dtotimespec [1267]
-----------------------------------------------
                0.00    0.00       5/16          eval_sub <cycle 4> [189]
                0.00    0.00      11/16          Ffuncall <cycle 4> [39]
[1268]   0.0    0.00    0.00      16         Fbuffer_file_name [1268]
-----------------------------------------------
                                  16             Ffuncall <cycle 4> [39]
[1269]   0.0    0.00    0.00      16         Fbuffer_list <cycle 4> [1269]
                                  16             Fmapcar <cycle 4> [456]
-----------------------------------------------
                0.00    0.00       3/16          eval_sub <cycle 4> [189]
                0.00    0.00      13/16          Ffuncall <cycle 4> [39]
[1270]   0.0    0.00    0.00      16         Ffeaturep [1270]
                0.00    0.00      16/18705       Fmemq [674]
-----------------------------------------------
                0.00    0.00      16/16          Fdefvar <cycle 4> [461]
[1271]   0.0    0.00    0.00      16         default_toplevel_binding [1271]
-----------------------------------------------
                0.00    0.00      16/16          text_quoting_style <cycle 4> [523]
[1272]   0.0    0.00    0.00      16         make_string_from_bytes [1272]
                0.00    0.00      16/54297       make_uninit_multibyte_string [649]
-----------------------------------------------
                0.00    0.00       1/16          smc_save_yourself_CB [3627]
                0.00    0.00       2/16          Fx_change_window_property [1483]
                0.00    0.00      13/16          digest_single_submenu <cycle 4> [1279]
[1273]   0.0    0.00    0.00      16         xnmalloc [1273]
-----------------------------------------------
                0.00    0.00      14/14          Ffuncall <cycle 4> [39]
[1274]   0.0    0.00    0.00      14         Fmultibyte_string_p [1274]
-----------------------------------------------
                0.00    0.00      14/14          search_magic_path [1459]
[1275]   0.0    0.00    0.00      14         magic_db [1275]
                0.00    0.00      14/71975       xmalloc [642]
                0.00    0.00      14/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/14          x_set_mouse_color [553]
                0.00    0.00       2/14          x_setup_relief_color [1520]
                0.00    0.00      11/14          xftfont_get_colors [720]
[1276]   0.0    0.00    0.00      14         x_query_colors [1276]
-----------------------------------------------
                0.00    0.00      13/13          Ffuncall <cycle 4> [39]
[1277]   0.0    0.00    0.00      13         Fx_get_resource [1277]
                0.00    0.00      13/141         check_x_display_info [1096]
                0.00    0.00      13/13          check_window_system [1278]
-----------------------------------------------
                0.00    0.00      13/13          Fx_get_resource [1277]
[1278]   0.0    0.00    0.00      13         check_window_system [1278]
-----------------------------------------------
                                  13             set_frame_menubar <cycle 4> [465]
[1279]   0.0    0.00    0.00      13         digest_single_submenu <cycle 4> [1279]
                0.00    0.00    1291/1317        make_widget_value [883]
                0.00    0.00     215/216         code_convert_string_norecord [1076]
                0.00    0.00      13/71975       xmalloc [642]
                0.00    0.00      13/16          xnmalloc [1273]
                0.00    0.00      13/311674      grow_specpdl [632]
                0.00    0.00      13/1022        record_unwind_protect_ptr [982]
                                 215             code_convert_string <cycle 4> [273]
                                  13             unbind_to <cycle 4> [285]
-----------------------------------------------
                0.00    0.00       6/13          file_attributes [513]
                0.00    0.00       7/13          Fcurrent_time [516]
[1280]   0.0    0.00    0.00      13         make_lisp_time [1280]
-----------------------------------------------
                                  13             set_frame_menubar <cycle 4> [465]
[1281]   0.0    0.00    0.00      13         parse_single_submenu <cycle 4> [1281]
                0.00    0.00      13/140813      Flength [634]
                0.00    0.00      13/72320       Fcar [641]
                0.00    0.00      13/1364726     Fcdr [610]
                0.00    0.00      13/132         Fkeymap_prompt [1104]
                0.00    0.00      13/676170      get_keymap [617]
                                  13             single_keymap_panes <cycle 4> [565]
-----------------------------------------------
                                  92             update_submenu_strings [1282]
                0.00    0.00      13/13          set_frame_menubar <cycle 4> [465]
[1282]   0.0    0.00    0.00      13+92      update_submenu_strings [1282]
                                  92             update_submenu_strings [1282]
-----------------------------------------------
                                  12             eval_sub <cycle 4> [189]
[1283]   0.0    0.00    0.00      12         Fcond <cycle 4> [1283]
                0.00    0.00      34/72320       Fcar [641]
                                  34             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00      12/12          Ffuncall <cycle 4> [39]
[1284]   0.0    0.00    0.00      12         Fcurrent_global_map [1284]
-----------------------------------------------
                                  12             eval_sub <cycle 4> [189]
[1285]   0.0    0.00    0.00      12         For <cycle 4> [1285]
                                  26             eval_sub <cycle 4> [189]
-----------------------------------------------
                0.00    0.00      12/12          Ffuncall <cycle 4> [39]
[1286]   0.0    0.00    0.00      12         read_file_name [1286]
-----------------------------------------------
                0.00    0.00       1/12          x_set_mouse_color [553]
                0.00    0.00       1/12          x_set_foreground_color [1627]
                0.00    0.00       1/12          x_set_cursor_color [552]
                0.00    0.00       1/12          x_set_border_color [1623]
                0.00    0.00       2/12          x_set_background_color [1518]
                0.00    0.00       6/12          Fx_create_frame <cycle 4> [384]
[1287]   0.0    0.00    0.00      12         x_decode_color [1287]
                0.00    0.00      12/179         x_defined_color [1084]
-----------------------------------------------
                0.00    0.00       4/12          xftfont_cached_font_ok [1428]
                0.00    0.00       8/12          xftfont_open [408]
[1288]   0.0    0.00    0.00      12         xftfont_add_rendering_parameters [1288]
-----------------------------------------------
                0.00    0.00       1/12          xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       1/12          xg_get_default_scrollbar_width [1658]
                0.00    0.00       1/12          xg_get_default_scrollbar_height [1657]
                0.00    0.00       4/12          xg_update_scrollbar_pos [1430]
                0.00    0.00       5/12          x_wm_set_size_hint [427]
[1289]   0.0    0.00    0.00      12         xg_get_gdk_scale [1289]
-----------------------------------------------
                0.00    0.00      11/11          Ffuncall <cycle 4> [39]
[1290]   0.0    0.00    0.00      11         Fgetenv_internal [1290]
                0.00    0.00      11/50          getenv_internal [1175]
                0.00    0.00       3/17709       make_string [680]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [432]
                                   1             x_set_menu_bar_lines <cycle 4> [1633]
                                   3             set_window_buffer <cycle 4> [457]
                                   4             adjust_frame_size <cycle 4> [478]
                0.00    0.00       2/33852       redisplay_internal [15]
[1291]   0.0    0.00    0.00      11         adjust_frame_glyphs <cycle 4> [1291]
                0.00    0.00      11/3384        xrealloc [765]
                0.00    0.00      11/638667      unblock_input_to [618]
                0.00    0.00      11/638619      unblock_input [619]
                0.00    0.00       4/1372        xzalloc [879]
                0.00    0.00       2/2           realloc_glyph_pool [1505]
                0.00    0.00       1/309         fset_redisplay [1062]
                                   8             allocate_matrices_for_window_redisplay <cycle 4> [1327]
                                   2             allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                                   2             adjust_glyph_matrix <cycle 4> [1201]
-----------------------------------------------
                0.00    0.00       2/11          x_set_font <cycle 4> [371]
                0.00    0.00       2/11          show_hourglass <cycle 4> [180]
                0.00    0.00       3/11          free_realized_face [1244]
                0.00    0.00       4/11          redraw_frame <cycle 4> [1423]
[1292]   0.0    0.00    0.00      11         clear_current_matrices [1292]
-----------------------------------------------
                0.00    0.00      11/11          prepare_face_for_display [635]
[1293]   0.0    0.00    0.00      11         font_prepare_for_face [1293]
-----------------------------------------------
                0.00    0.00      11/11          prepare_face_for_display [635]
[1294]   0.0    0.00    0.00      11         xftfont_prepare_face [1294]
                0.00    0.00      11/71975       xmalloc [642]
                0.00    0.00      11/8350        xftfont_get_colors [720]
-----------------------------------------------
                                  10             Ffuncall <cycle 4> [39]
[1295]   0.0    0.00    0.00      10         Fimage_mask_p <cycle 4> [1295]
                0.00    0.00      10/20          xpm_image_p [1258]
                0.00    0.00      10/20          valid_image_p [1256]
                0.00    0.00      10/133         decode_window_system_frame [1102]
                                  10             lookup_image <cycle 4> [491]
-----------------------------------------------
                0.00    0.00      10/10          Ffuncall <cycle 4> [39]
[1296]   0.0    0.00    0.00      10         Finit_image_library [1296]
                0.00    0.00      10/40          define_image_type [1196]
                0.00    0.00      10/40          lookup_image_type [1197]
-----------------------------------------------
                0.00    0.00      10/10          Ffuncall <cycle 4> [39]
[1297]   0.0    0.00    0.00      10         Flocal_variable_if_set_p [1297]
-----------------------------------------------
                0.00    0.00       1/10          x_set_screen_gamma [526]
                0.00    0.00       2/10          redisplay_internal [15]
                0.00    0.00       2/10          Fclear_face_cache [1475]
                0.00    0.00       5/10          recompute_basic_faces [323]
[1298]   0.0    0.00    0.00      10         clear_face_cache [1298]
                0.00    0.00       5/6           xftfont_done_face [1369]
                0.00    0.00       5/6           font_done_for_face [1354]
                0.00    0.00       5/638667      unblock_input_to [618]
                0.00    0.00       5/638619      unblock_input [619]
                0.00    0.00       2/7766        do_pending_atimers [724]
                0.00    0.00       2/7535        process_pending_signals <cycle 3> [725]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1314]
[1299]   0.0    0.00    0.00      10         colors_in_color_table [1299]
-----------------------------------------------
                0.00    0.00      10/10          update_frame_tool_bar <cycle 4> [425]
[1300]   0.0    0.00    0.00      10         file_for_image [1300]
-----------------------------------------------
                0.00    0.00      10/10          update_frame_tool_bar <cycle 4> [425]
[1301]   0.0    0.00    0.00      10         find_icon_from_name [1301]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1314]
[1302]   0.0    0.00    0.00      10         free_color_table [1302]
                0.00    0.00      10/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       2/10          free_glyphs [1497]
                0.00    0.00       8/10          free_window_matrices [1498]
[1303]   0.0    0.00    0.00      10         free_glyph_matrix [1303]
                0.00    0.00     130/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       2/10          x_new_font <cycle 4> [1517]
                0.00    0.00       8/10          font_open_entity [407]
[1304]   0.0    0.00    0.00      10         get_font_ascent_descent [1304]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1314]
[1305]   0.0    0.00    0.00      10         image_background [1305]
                0.00    0.00      10/20          four_corners_best [1243]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1314]
[1306]   0.0    0.00    0.00      10         image_background_transparent [1306]
                0.00    0.00      10/20          four_corners_best [1243]
-----------------------------------------------
                                  10             internal_condition_case_1 <cycle 4> [878]
[1307]   0.0    0.00    0.00      10         redisplay_window_0 <cycle 4> [1307]
                                  10             redisplay_window <cycle 4> [116]
-----------------------------------------------
                0.00    0.00      10/10          lookup_image <cycle 4> [491]
[1308]   0.0    0.00    0.00      10         search_image_cache [1308]
-----------------------------------------------
                0.00    0.00       3/10          set_window_buffer <cycle 4> [457]
                0.00    0.00       7/10          Fset_window_configuration <cycle 4> [432]
[1309]   0.0    0.00    0.00      10         set_marker_restricted [1309]
-----------------------------------------------
                0.00    0.00      10/10          lookup_image <cycle 4> [491]
[1310]   0.0    0.00    0.00      10         sxhash [1310]
-----------------------------------------------
                0.00    0.00      10/10          lookup_image <cycle 4> [491]
[1311]   0.0    0.00    0.00      10         x_build_heuristic_mask [1311]
                0.00    0.00      30/100         image_spec_value [1131]
-----------------------------------------------
                0.00    0.00       1/10          xftfont_close [1652]
                0.00    0.00       9/10          XSetWMSizeHints [2616]
[1312]   0.0    0.00    0.00      10         x_display_info_for_display [1312]
-----------------------------------------------
                0.00    0.00      10/10          xpm_load <cycle 4> [1314]
[1313]   0.0    0.00    0.00      10         xpm_free_color_cache [1313]
                0.00    0.00     932/33219       xfree [655]
-----------------------------------------------
                                  10             lookup_image <cycle 4> [491]
[1314]   0.0    0.00    0.00      10         xpm_load <cycle 4> [1314]
                0.00    0.00      20/100         image_spec_value [1131]
                0.00    0.00      20/1372        xzalloc [879]
                0.00    0.00      10/10          colors_in_color_table [1299]
                0.00    0.00      10/10          image_background [1305]
                0.00    0.00      10/10          image_background_transparent [1306]
                0.00    0.00      10/307         encode_file_name [1063]
                0.00    0.00      10/10          free_color_table [1302]
                0.00    0.00      10/10          xpm_free_color_cache [1313]
                                  10             x_find_image_fd <cycle 4> [545]
-----------------------------------------------
                0.00    0.00       9/9           exec_byte_code <cycle 4> [143]
[1315]   0.0    0.00    0.00       9         Fquo [1315]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [39]
[1316]   0.0    0.00    0.00       9         Ftime_add [1316]
-----------------------------------------------
                0.00    0.00       9/9           Ffuncall <cycle 4> [39]
[1317]   0.0    0.00    0.00       9         Ftime_less_p [1317]
                0.00    0.00      18/36          lisp_time_struct [1208]
-----------------------------------------------
                0.00    0.00       1/9           xg_frame_resized [1470]
                0.00    0.00       2/9           x_set_window_size <cycle 4> [1519]
                0.00    0.00       2/9           xg_frame_set_char_size <cycle 4> [453]
                0.00    0.00       4/9           xg_update_scrollbar_pos [1430]
[1318]   0.0    0.00    0.00       9         cancel_mouse_face [1318]
-----------------------------------------------
                                  57             create_menus [1319]
                0.00    0.00       1/9           xg_update_menubar [1044]
                0.00    0.00       1/9           xg_create_widget [1656]
                0.00    0.00       7/9           xg_update_submenu [1324]
[1319]   0.0    0.00    0.00       9+57      create_menus [1319]
                0.00    0.00     709/1285        menu_separator_name_p [888]
                0.00    0.00     641/701         xg_item_label_same_p [1023]
                0.00    0.00      59/60          xg_gtk_scroll_destroy [1155]
                0.00    0.00       1/71975       xmalloc [642]
                                  57             create_menus [1319]
-----------------------------------------------
                0.00    0.00       1/9           do_ewmh_fullscreen [1569]
                0.00    0.00       8/9           handle_one_xevent [195]
[1320]   0.0    0.00    0.00       9         get_current_wm_state [1320]
                0.00    0.00       9/638667      unblock_input_to [618]
                0.00    0.00       9/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       4/9           Ffuncall <cycle 4> [39]
                0.00    0.00       5/9           Fset_keymap_parent [1401]
[1321]   0.0    0.00    0.00       9         keymap_parent [1321]
                0.00    0.00     759/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00       1/9           alloc_destination [1064]
                0.00    0.00       8/9           compact_buffer <cycle 4> [1020]
[1322]   0.0    0.00    0.00       9         make_gap_1 [1322]
                0.00    0.00       9/51          make_gap [1173]
-----------------------------------------------
                0.00    0.00       9/9           time_arith [506]
[1323]   0.0    0.00    0.00       9         time_add [1323]
-----------------------------------------------
                                  41             xg_update_submenu [1324]
                0.00    0.00       1/9           tb_size_cb [1601]
                0.00    0.00       1/9           update_frame_tool_bar <cycle 4> [425]
                0.00    0.00       7/9           xg_modify_menubar_widgets [1429]
[1324]   0.0    0.00    0.00       9+41      xg_update_submenu [1324]
                0.00    0.00     564/1285        menu_separator_name_p [888]
                0.00    0.00     521/525         xg_update_menubar [1044]
                0.00    0.00       7/9           create_menus [1319]
                0.00    0.00       5/5           xg_destroy_widgets [1391]
                                  41             xg_update_submenu [1324]
-----------------------------------------------
                0.00    0.00       8/8           Ffuncall <cycle 4> [39]
[1325]   0.0    0.00    0.00       8         Fformat [1325]
-----------------------------------------------
                0.00    0.00       8/8           Ffuncall <cycle 4> [39]
[1326]   0.0    0.00    0.00       8         Fframe_terminal [1326]
                0.00    0.00       8/3099        decode_live_frame [776]
-----------------------------------------------
                                   8             adjust_frame_glyphs <cycle 4> [1291]
[1327]   0.0    0.00    0.00       8         allocate_matrices_for_window_redisplay <cycle 4> [1327]
                0.00    0.00      16/20          required_matrix_width [1252]
                0.00    0.00       4/1372        xzalloc [879]
                                  32             adjust_glyph_matrix <cycle 4> [1201]
                                  16             required_matrix_height <cycle 4> [1251]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [450]
                                   1             Fset_window_configuration <cycle 4> [432]
                                   6             Ffuncall <cycle 4> [39]
[1328]   0.0    0.00    0.00       8         do_switch_frame <cycle 4> [1328]
                0.00    0.00       5/134         Fselect_window [1101]
                0.00    0.00       2/2           x_get_focus_frame [1516]
                                   5             select_window <cycle 4> [510]
                                   4             resize_mini_window <cycle 4> [310]
-----------------------------------------------
                0.00    0.00       1/8           emacs_fixed_init [2939]
                0.00    0.00       1/8           emacs_fixed_new [1571]
                0.00    0.00       3/8           emacs_fixed_get_preferred_height [2937]
                0.00    0.00       3/8           emacs_fixed_get_preferred_width [2938]
[1329]   0.0    0.00    0.00       8         emacs_fixed_get_type [1329]
-----------------------------------------------
                0.00    0.00       4/8           Finsert_file_contents <cycle 4> [336]
                0.00    0.00       4/8           safe_to_load_version [424]
[1330]   0.0    0.00    0.00       8         emacs_read [1330]
-----------------------------------------------
                0.00    0.00       4/8           redraw_frame <cycle 4> [1423]
                0.00    0.00       4/8           redisplay_internal [15]
[1331]   0.0    0.00    0.00       8         mark_window_display_accurate [1331]
                0.00    0.00      16/1043        mark_window_display_accurate_1 [945]
-----------------------------------------------
                0.00    0.00       8/8           Fload <cycle 4> [401]
[1332]   0.0    0.00    0.00       8         suffix_p [1332]
-----------------------------------------------
                0.00    0.00       2/8           select_window <cycle 4> [510]
                0.00    0.00       3/8           apply_window_adjustment [1445]
                0.00    0.00       3/8           set_window_buffer <cycle 4> [457]
[1333]   0.0    0.00    0.00       8         wset_redisplay [1333]
-----------------------------------------------
                                   1             x_set_frame_alpha <cycle 4> [1334]
                                   1             Fredirect_frame_focus <cycle 4> [1543]
                                   1             x_set_alpha <cycle 4> [1620]
                0.00    0.00       1/33852       handle_one_xevent [195]
                0.00    0.00       5/33852       x_focus_changed [247]
[1334]   0.0    0.00    0.00       8+1       x_set_frame_alpha <cycle 4> [1334]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
                0.00    0.00       3/923         x_catch_errors_with_handler [1009]
                0.00    0.00       3/922         x_uncatch_errors [1012]
                0.00    0.00       3/3           x_update_cursor [1469]
                                   3             update_cursor_in_window_tree <cycle 4> [1464]
                                   1             x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
                0.00    0.00       7/7           Ffuncall <cycle 4> [39]
[1335]   0.0    0.00    0.00       7         Fwindow_list_1 [1335]
-----------------------------------------------
                0.00    0.00       2/7           load_charset <cycle 4> [412]
                0.00    0.00       2/7           Fload <cycle 4> [401]
                0.00    0.00       3/7           Finsert_file_contents <cycle 4> [336]
[1336]   0.0    0.00    0.00       7         clear_unwind_protect [1336]
-----------------------------------------------
                0.00    0.00       1/7           Finternal_show_cursor_p [810]
                0.00    0.00       6/7           Finternal_show_cursor [1347]
[1337]   0.0    0.00    0.00       7         decode_any_window [1337]
-----------------------------------------------
                0.00    0.00       7/7           unbind_to <cycle 4> [285]
[1338]   0.0    0.00    0.00       7         do_nothing [1338]
-----------------------------------------------
                0.00    0.00       3/7           read_and_apply_settings [1592]
                0.00    0.00       4/7           xsettings_initialize [1665]
[1339]   0.0    0.00    0.00       7         dupstring [1339]
                0.00    0.00       7/37          xstrdup [1205]
-----------------------------------------------
                0.00    0.00       7/7           resize_mini_window <cycle 4> [310]
[1340]   0.0    0.00    0.00       7         shrink_mini_window [1340]
-----------------------------------------------
                0.00    0.00       1/7           x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/7           x_set_mouse_color [553]
                0.00    0.00       1/7           x_set_border_color [1623]
                0.00    0.00       2/7           x_set_cursor_color [552]
                0.00    0.00       2/7           x_set_background_color [1518]
[1341]   0.0    0.00    0.00       7         unload_color [1341]
                0.00    0.00       7/638667      unblock_input_to [618]
                0.00    0.00       7/638619      unblock_input [619]
                0.00    0.00       7/133         x_free_colors [1103]
-----------------------------------------------
                0.00    0.00       7/7           handle_one_xevent [195]
[1342]   0.0    0.00    0.00       7         x_detect_focus_change [1342]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[1343]   0.0    0.00    0.00       6         Fbuffer_base_buffer [1343]
-----------------------------------------------
                0.00    0.00       6/6           eval_sub <cycle 4> [189]
[1344]   0.0    0.00    0.00       6         Fconsp [1344]
-----------------------------------------------
                0.00    0.00       6/6           Fdefine_key <cycle 4> [350]
[1345]   0.0    0.00    0.00       6         Fevent_convert_list [1345]
                0.00    0.00       4/1073        parse_solitary_modifier [927]
-----------------------------------------------
                0.00    0.00       1/6           Ffuncall <cycle 4> [39]
                0.00    0.00       2/6           eval_sub <cycle 4> [189]
                0.00    0.00       3/6           Fset_buffer_multibyte [1372]
[1346]   0.0    0.00    0.00       6         Fget_buffer_process [1346]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[1347]   0.0    0.00    0.00       6         Finternal_show_cursor [1347]
                0.00    0.00       6/7           decode_any_window [1337]
-----------------------------------------------
                0.00    0.00       1/6           Ffuncall <cycle 4> [39]
                0.00    0.00       5/6           Fset_buffer_modified_p [1371]
[1348]   0.0    0.00    0.00       6         Frestore_buffer_modified_p [1348]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[1349]   0.0    0.00    0.00       6         Fselect_frame [1349]
-----------------------------------------------
                                   6             Ffuncall <cycle 4> [39]
[1350]   0.0    0.00    0.00       6         Fthrow <cycle 4> [1350]
                                   6             unwind_to_catch <cycle 4> [1185]
-----------------------------------------------
                0.00    0.00       6/6           Ffuncall <cycle 4> [39]
[1351]   0.0    0.00    0.00       6         Fx_register_dnd_atom [1351]
                0.00    0.00       6/133         decode_window_system_frame [1102]
                0.00    0.00       6/7766        do_pending_atimers [724]
                0.00    0.00       6/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       3/6           Fset_buffer_multibyte [1372]
                0.00    0.00       3/6           Fkill_buffer <cycle 4> [499]
[1352]   0.0    0.00    0.00       6         clear_charpos_cache [1352]
-----------------------------------------------
                0.00    0.00       1/6           Flocate_file_internal <cycle 4> [1477]
                0.00    0.00       2/6           Fload <cycle 4> [401]
                0.00    0.00       3/6           Finsert_file_contents <cycle 4> [336]
[1353]   0.0    0.00    0.00       6         emacs_close [1353]
-----------------------------------------------
                0.00    0.00       1/6           free_realized_face [1244]
                0.00    0.00       5/6           clear_face_cache [1298]
[1354]   0.0    0.00    0.00       6         font_done_for_face [1354]
-----------------------------------------------
                0.00    0.00       6/6           Fx_selection_exists_p [569]
[1355]   0.0    0.00    0.00       6         frame_for_x_selection [1355]
-----------------------------------------------
                0.00    0.00       1/6           Flocal_variable_p [801]
                0.00    0.00       1/6           Fboundp [376]
                0.00    0.00       1/6           set_internal [113]
                0.00    0.00       1/6           Fset_default <cycle 4> [178]
                0.00    0.00       2/6           default_value [733]
[1356]   0.0    0.00    0.00       6         indirect_variable [1356]
-----------------------------------------------
                0.00    0.00       6/6           Fdefine_key <cycle 4> [350]
[1357]   0.0    0.00    0.00       6         lucid_event_type_list_p [1357]
-----------------------------------------------
                0.00    0.00       1/6           Ffuncall <cycle 4> [39]
                0.00    0.00       2/6           eval_sub <cycle 4> [189]
                0.00    0.00       3/6           Fset_buffer_multibyte [1372]
[1358]   0.0    0.00    0.00       6         make_process [1358]
                0.00    0.00       6/4774        Fget_buffer [746]
-----------------------------------------------
                0.00    0.00       1/6           echo_area_display <cycle 4> [1214]
                0.00    0.00       1/6           wait_reading_process_output [27]
                0.00    0.00       4/6           detect_input_pending_run_timers [153]
[1359]   0.0    0.00    0.00       6         my_log_handler [1359]
-----------------------------------------------
                0.00    0.00       1/6           handle_one_xevent [195]
                0.00    0.00       5/6           select_window <cycle 4> [510]
[1360]   0.0    0.00    0.00       6         redisplay_other_windows [1360]
-----------------------------------------------
                                   1             Fkill_emacs <cycle 4> [588]
                                   2             Fkill_all_local_variables <cycle 4> [539]
                                   3             Fkill_buffer <cycle 4> [499]
[1361]   0.0    0.00    0.00       6         run_hook <cycle 4> [1361]
                                   6             Fcommandp <cycle 4> [538]
-----------------------------------------------
                                   1             mark_localized_symbol <cycle 4> [679]
                                   5             swap_out_buffer_local_variables <cycle 4> [1389]
[1362]   0.0    0.00    0.00       6         swap_in_global_binding <cycle 4> [1362]
                0.00    0.00       1/119738      do_symval_forwarding [637]
                                   1             store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
                0.00    0.00       6/6           Fx_selection_exists_p [569]
[1363]   0.0    0.00    0.00       6         symbol_to_x_atom [1363]
-----------------------------------------------
                0.00    0.00       6/6           Fframe_parameters [101]
[1364]   0.0    0.00    0.00       6         tty_color_name [1364]
-----------------------------------------------
                0.00    0.00       1/6           echo_area_display <cycle 4> [1214]
                0.00    0.00       1/6           wait_reading_process_output [27]
                0.00    0.00       4/6           detect_input_pending_run_timers [153]
[1365]   0.0    0.00    0.00       6         x_flush [1365]
-----------------------------------------------
                0.00    0.00       6/6           handle_one_xevent [195]
[1366]   0.0    0.00    0.00       6         x_handle_dnd_message [1366]
-----------------------------------------------
                0.00    0.00       6/6           x_real_positions [1368]
[1367]   0.0    0.00    0.00       6         x_real_pos_and_offsets [1367]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/6           x_sync_with_move [1646]
                0.00    0.00       5/6           handle_one_xevent [195]
[1368]   0.0    0.00    0.00       6         x_real_positions [1368]
                0.00    0.00       6/6           x_real_pos_and_offsets [1367]
-----------------------------------------------
                0.00    0.00       1/6           free_realized_face [1244]
                0.00    0.00       5/6           clear_face_cache [1298]
[1369]   0.0    0.00    0.00       6         xftfont_done_face [1369]
                0.00    0.00       6/33219       xfree [655]
-----------------------------------------------
                                   1             Finternal_set_lisp_face_attribute <cycle 4> [229]
                                   1             Fset_fontset_font <cycle 4> [60]
                                   3             Ffuncall <cycle 4> [39]
[1370]   0.0    0.00    0.00       5         Fmodify_frame_parameters <cycle 4> [1370]
                0.00    0.00       5/3099        decode_live_frame [776]
                                   5             x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [39]
[1371]   0.0    0.00    0.00       5         Fset_buffer_modified_p [1371]
                0.00    0.00       5/6           Frestore_buffer_modified_p [1348]
-----------------------------------------------
                0.00    0.00       1/5           set_message_1 <cycle 4> [1598]
                0.00    0.00       1/5           setup_echo_area_for_printing <cycle 4> [447]
                0.00    0.00       3/5           Ffuncall <cycle 4> [39]
[1372]   0.0    0.00    0.00       5         Fset_buffer_multibyte [1372]
                0.00    0.00       7/1217        Fbuffer_modified_p [891]
                0.00    0.00       5/1949        multibyte_chars_in_text [852]
                0.00    0.00       5/425         chars_in_text [1057]
                0.00    0.00       4/4           advance_to_char_boundary [1404]
                0.00    0.00       3/6           clear_charpos_cache [1352]
                0.00    0.00       3/2566        invalidate_buffer_caches [802]
                0.00    0.00       3/6           make_process [1358]
                0.00    0.00       3/6           Fget_buffer_process [1346]
                0.00    0.00       3/2427        temp_set_point_both [805]
                0.00    0.00       3/3           set_intervals_multibyte [1460]
-----------------------------------------------
                                   6             Fsort [1373]
                0.00    0.00       5/5           Ffuncall <cycle 4> [39]
[1373]   0.0    0.00    0.00       5+6       Fsort [1373]
                0.00    0.00      11/140813      Flength [634]
                0.00    0.00       3/9870        Fnthcdr [701]
                0.00    0.00       3/1364726     Fcdr [610]
                0.00    0.00       3/1610383     Fsetcdr [608]
                                   6             Fsort [1373]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [39]
[1374]   0.0    0.00    0.00       5         Fsymbolp [1374]
-----------------------------------------------
                0.00    0.00       5/5           Ffuncall <cycle 4> [39]
[1375]   0.0    0.00    0.00       5         Fuse_local_map [1375]
                0.00    0.00       5/676170      get_keymap [617]
-----------------------------------------------
                0.00    0.00       5/5           redisplay_internal [15]
[1376]   0.0    0.00    0.00       5         XTcondemn_scroll_bars [1376]
-----------------------------------------------
                0.00    0.00       5/5           redisplay_internal [15]
[1377]   0.0    0.00    0.00       5         XTjudge_scroll_bars [1377]
-----------------------------------------------
                0.00    0.00       5/5           Fget_buffer_create <cycle 4> [458]
[1378]   0.0    0.00    0.00       5         allocate_buffer [1378]
                0.00    0.00       5/1335        lisp_malloc [881]
-----------------------------------------------
                0.00    0.00       5/5           redisplay_window <cycle 4> [116]
[1379]   0.0    0.00    0.00       5         compute_window_start_on_continuation_line [1379]
                0.00    0.00       5/6665        marker_position [731]
                0.00    0.00       5/4590        marker_byte_position [748]
-----------------------------------------------
                0.00    0.00       1/5           select_visual [1597]
                0.00    0.00       2/5           x_term_init <cycle 4> [573]
                0.00    0.00       2/5           x_default_scroll_bar_color_parameter <cycle 4> [536]
[1380]   0.0    0.00    0.00       5         display_x_get_resource [1380]
-----------------------------------------------
                0.00    0.00       5/5           realize_basic_faces [316]
[1381]   0.0    0.00    0.00       5         face_boolean_x_resource_value [1381]
                0.00    0.00      15/3906        font_style_symbolic [757]
-----------------------------------------------
                0.00    0.00       5/5           realize_basic_faces [316]
[1382]   0.0    0.00    0.00       5         fontset_name [1382]
-----------------------------------------------
                                1312             free_menubar_widget_value_tree [1383]
                0.00    0.00       5/5           set_frame_menubar <cycle 4> [465]
[1383]   0.0    0.00    0.00       5+1312    free_menubar_widget_value_tree [1383]
                0.00    0.00    1317/33219       xfree [655]
                0.00    0.00    1312/638667      unblock_input_to [618]
                0.00    0.00    1312/638619      unblock_input [619]
                                1312             free_menubar_widget_value_tree [1383]
-----------------------------------------------
                0.00    0.00       2/5           x_set_window_size <cycle 4> [1519]
                0.00    0.00       3/5           x_clear_frame [1466]
[1384]   0.0    0.00    0.00       5         mark_window_cursors_off [1384]
-----------------------------------------------
                0.00    0.00       1/5           bidi_find_paragraph_start [148]
                0.00    0.00       4/5           find_newline [110]
[1385]   0.0    0.00    0.00       5         new_region_cache [1385]
                0.00    0.00      10/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       5/5           Fget_buffer_create <cycle 4> [458]
[1386]   0.0    0.00    0.00       5         reset_buffer [1386]
-----------------------------------------------
                0.00    0.00       5/5           adjust_frame_size <cycle 4> [478]
[1387]   0.0    0.00    0.00       5         resize_frame_windows [1387]
-----------------------------------------------
                0.00    0.00       5/5           bidi_initialize <cycle 4> [517]
[1388]   0.0    0.00    0.00       5         staticpro [1388]
-----------------------------------------------
                                   2             Fkill_all_local_variables <cycle 4> [539]
                                   3             Fkill_buffer <cycle 4> [499]
[1389]   0.0    0.00    0.00       5         swap_out_buffer_local_variables <cycle 4> [1389]
                                   5             swap_in_global_binding <cycle 4> [1362]
-----------------------------------------------
                0.00    0.00       5/5           handle_one_xevent [195]
[1390]   0.0    0.00    0.00       5         x_window_to_frame [1390]
                0.00    0.00       5/4385        xg_win_to_widget [750]
-----------------------------------------------
                0.00    0.00       5/5           xg_update_submenu [1324]
[1391]   0.0    0.00    0.00       5         xg_destroy_widgets [1391]
-----------------------------------------------
                                   5             set_frame_menubar <cycle 4> [465]
[1392]   0.0    0.00    0.00       5         xg_update_frame_menubar <cycle 4> [1392]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                                   1             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                0.00    0.00       4/4           eval_sub <cycle 4> [189]
[1393]   0.0    0.00    0.00       4         Fbyte_code [1393]
-----------------------------------------------
                0.00    0.00       4/4           eval_sub <cycle 4> [189]
[1394]   0.0    0.00    0.00       4         Fcar_safe [1394]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[1395]   0.0    0.00    0.00       4         Fkeymap_parent [1395]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[1396]   0.0    0.00    0.00       4         Flooking_at [1396]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[1397]   0.0    0.00    0.00       4         Fprocess_list [1397]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
                                   3             Fkill_buffer <cycle 4> [499]
[1398]   0.0    0.00    0.00       4         Frun_hook_with_args_until_failure <cycle 4> [1398]
                                   4             Fcommandp <cycle 4> [538]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[1399]   0.0    0.00    0.00       4         Fscan_sexps [1399]
-----------------------------------------------
                0.00    0.00       2/4           make_lispy_event [216]
                0.00    0.00       2/4           kbd_buffer_store_buffered_event [971]
[1400]   0.0    0.00    0.00       4         Fset_input_mode [1400]
-----------------------------------------------
                0.00    0.00       1/4           init_kboard [584]
                0.00    0.00       3/4           Ffuncall <cycle 4> [39]
[1401]   0.0    0.00    0.00       4         Fset_keymap_parent [1401]
                0.00    0.00      31/676170      get_keymap [617]
                0.00    0.00       5/9           keymap_parent [1321]
-----------------------------------------------
                0.00    0.00       1/4           x_term_init <cycle 4> [573]
                0.00    0.00       1/4           x_load_resources [1617]
                0.00    0.00       2/4           Ffuncall <cycle 4> [39]
[1402]   0.0    0.00    0.00       4         Fsystem_name [1402]
                0.00    0.00       4/4           init_system_name [1416]
-----------------------------------------------
                0.00    0.00       4/4           Ffuncall <cycle 4> [39]
[1403]   0.0    0.00    0.00       4         Ftty_top_frame [1403]
                0.00    0.00       4/21          decode_live_terminal [1232]
-----------------------------------------------
                0.00    0.00       4/4           Fset_buffer_multibyte [1372]
[1404]   0.0    0.00    0.00       4         advance_to_char_boundary [1404]
-----------------------------------------------
                0.00    0.00       4/4           adjust_frame_size <cycle 4> [478]
[1405]   0.0    0.00    0.00       4         calculate_costs [1405]
-----------------------------------------------
                0.00    0.00       4/4           Fother_buffer [529]
[1406]   0.0    0.00    0.00       4         candidate_buffer [1406]
-----------------------------------------------
                0.00    0.00       4/4           redraw_frame <cycle 4> [1423]
[1407]   0.0    0.00    0.00       4         clear_frame [1407]
-----------------------------------------------
                0.00    0.00       1/4           set_text_properties [519]
                0.00    0.00       3/4           add_text_properties_1 <cycle 4> [302]
[1408]   0.0    0.00    0.00       4         create_root_interval [1408]
                0.00    0.00       4/1007        make_interval [994]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [285]
[1409]   0.0    0.00    0.00       4         do_auto_save_unwind [1409]
-----------------------------------------------
                                   4             esprintf <cycle 4> [1412]
[1410]   0.0    0.00    0.00       4         doprnt <cycle 4> [1410]
                0.00    0.00       4/33219       xfree [655]
                0.00    0.00       4/9553        c_string_width [707]
                0.00    0.00       4/4           strwidth [1426]
                                   4             text_quoting_style <cycle 4> [523]
-----------------------------------------------
                0.00    0.00       4/4           Fdo_auto_save <cycle 4> [524]
[1411]   0.0    0.00    0.00       4         emacs_fopen [1411]
                0.00    0.00       4/174         emacs_open [1088]
-----------------------------------------------
                                   4             Fsingle_key_description <cycle 4> [1055]
[1412]   0.0    0.00    0.00       4         esprintf <cycle 4> [1412]
                                   4             doprnt <cycle 4> [1410]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [285]
[1413]   0.0    0.00    0.00       4         fast_set_selected_frame [1413]
-----------------------------------------------
                0.00    0.00       4/4           free_realized_face [1244]
[1414]   0.0    0.00    0.00       4         forget_escape_and_glyphless_faces [1414]
-----------------------------------------------
                0.00    0.00       4/4           init_iterator <cycle 4> [82]
[1415]   0.0    0.00    0.00       4         free_all_realized_faces [1415]
-----------------------------------------------
                0.00    0.00       4/4           Fsystem_name [1402]
[1416]   0.0    0.00    0.00       4         init_system_name [1416]
                0.00    0.00       4/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/4           shut_down_emacs <cycle 4> [1599]
                0.00    0.00       3/4           Fkill_buffer <cycle 4> [499]
[1417]   0.0    0.00    0.00       4         kill_buffer_processes [1417]
-----------------------------------------------
                0.00    0.00       2/4           Fload <cycle 4> [401]
                0.00    0.00       2/4           Feval_buffer <cycle 4> [454]
[1418]   0.0    0.00    0.00       4         lisp_file_lexically_bound_p [1418]
                0.00    0.00      91/28240       readchar [663]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [285]
[1419]   0.0    0.00    0.00       4         load_warn_old_style_backquotes [1419]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [285]
[1420]   0.0    0.00    0.00       4         readevalloop_1 [1420]
-----------------------------------------------
                0.00    0.00       4/4           Fdo_auto_save <cycle 4> [524]
[1421]   0.0    0.00    0.00       4         record_auto_save [1421]
-----------------------------------------------
                0.00    0.00       4/4           unbind_to <cycle 4> [285]
[1422]   0.0    0.00    0.00       4         record_load_unwind [1422]
-----------------------------------------------
                                   1             Fredraw_frame <cycle 4> [1544]
                                   3             show_hourglass <cycle 4> [180]
[1423]   0.0    0.00    0.00       4         redraw_frame <cycle 4> [1423]
                0.00    0.00       4/4           clear_frame [1407]
                0.00    0.00       4/1092        update_begin [914]
                0.00    0.00       4/1090        update_end [918]
                0.00    0.00       4/1043        clear_window_matrices [944]
                0.00    0.00       4/11          clear_current_matrices [1292]
                0.00    0.00       4/309         fset_redisplay [1062]
                0.00    0.00       4/8           mark_window_display_accurate [1331]
                0.00    0.00       4/1036        set_window_update_flags [948]
                0.00    0.00       3/638667      unblock_input_to [618]
                0.00    0.00       3/638619      unblock_input [619]
                0.00    0.00       3/3           x_clear_frame [1466]
                0.00    0.00       3/1091        x_update_begin [916]
                0.00    0.00       3/1091        x_update_end [917]
                                   4             update_overlay_arrows <cycle 4> [261]
-----------------------------------------------
                0.00    0.00       2/4           load_charset <cycle 4> [412]
                0.00    0.00       2/4           Fload <cycle 4> [401]
[1424]   0.0    0.00    0.00       4         set_unwind_protect_ptr [1424]
-----------------------------------------------
                0.00    0.00       4/4           add_text_properties_1 <cycle 4> [302]
[1425]   0.0    0.00    0.00       4         split_interval_left [1425]
                0.00    0.00       4/1007        make_interval [994]
                0.00    0.00       4/828603      balance_an_interval [615]
                0.00    0.00       4/709980      balance_possible_root_interval [616]
-----------------------------------------------
                0.00    0.00       4/4           doprnt <cycle 4> [1410]
[1426]   0.0    0.00    0.00       4         strwidth [1426]
-----------------------------------------------
                0.00    0.00       4/4           delete_all_child_windows [1490]
[1427]   0.0    0.00    0.00       4         unshow_buffer [1427]
                0.00    0.00       6/6665        marker_position [731]
                0.00    0.00       2/4590        marker_byte_position [748]
                0.00    0.00       2/2427        temp_set_point_both [805]
-----------------------------------------------
                0.00    0.00       4/4           font_open_entity [407]
[1428]   0.0    0.00    0.00       4         xftfont_cached_font_ok [1428]
                0.00    0.00       4/12          xftfont_add_rendering_parameters [1288]
-----------------------------------------------
                0.00    0.00       4/4           set_frame_menubar <cycle 4> [465]
[1429]   0.0    0.00    0.00       4         xg_modify_menubar_widgets [1429]
                0.00    0.00      28/701         xg_item_label_same_p [1023]
                0.00    0.00       7/9           xg_update_submenu [1324]
                0.00    0.00       4/525         xg_update_menubar [1044]
-----------------------------------------------
                0.00    0.00       2/4           x_scroll_bar_create [528]
                0.00    0.00       2/4           XTset_vertical_scroll_bar <cycle 4> [527]
[1430]   0.0    0.00    0.00       4         xg_update_scrollbar_pos [1430]
                0.00    0.00       4/12          xg_get_gdk_scale [1289]
                0.00    0.00       4/638667      unblock_input_to [618]
                0.00    0.00       4/638619      unblock_input [619]
                0.00    0.00       4/65          x_sync [1145]
                0.00    0.00       4/309         fset_redisplay [1062]
                0.00    0.00       4/9           cancel_mouse_face [1318]
                0.00    0.00       1/1129        x_clear_area [900]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1431]   0.0    0.00    0.00       3         Fbufferp [1431]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1432]   0.0    0.00    0.00       3         Fchar_table_parent [1432]
                0.00    0.00       3/45          CHECK_CHAR_TABLE [1186]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1433]   0.0    0.00    0.00       3         Fdaemonp [1433]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1434]   0.0    0.00    0.00       3         Fgenerate_new_buffer_name [1434]
                0.00    0.00       3/126677      Fstring_equal [636]
                0.00    0.00       3/1364726     Fcdr [610]
                0.00    0.00       3/4774        Fget_buffer [746]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1435]   0.0    0.00    0.00       3         Fprocessp [1435]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1436]   0.0    0.00    0.00       3         Fset_frame_selected_window [1436]
-----------------------------------------------
                0.00    0.00       3/3           display_mode_element <cycle 4> [179]
[1437]   0.0    0.00    0.00       3         Fset_text_properties [1437]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1438]   0.0    0.00    0.00       3         Fset_window_next_buffers [1438]
                0.00    0.00       3/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1439]   0.0    0.00    0.00       3         Fset_window_prev_buffers [1439]
                0.00    0.00       3/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1440]   0.0    0.00    0.00       3         Fstandard_syntax_table [1440]
-----------------------------------------------
                0.00    0.00       1/3           smc_save_yourself_CB [3627]
                0.00    0.00       2/3           Ffuncall <cycle 4> [39]
[1441]   0.0    0.00    0.00       3         Fuser_login_name [1441]
-----------------------------------------------
                0.00    0.00       3/3           run_window_configuration_change_hook <cycle 4> [369]
[1442]   0.0    0.00    0.00       3         Fwindow_list [1442]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1443]   0.0    0.00    0.00       3         Fwindow_next_buffers [1443]
                0.00    0.00       3/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       3/3           Ffuncall <cycle 4> [39]
[1444]   0.0    0.00    0.00       3         Fwindow_prev_buffers [1444]
                0.00    0.00       3/14579       set_window_margins [684]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [457]
[1445]   0.0    0.00    0.00       3         apply_window_adjustment [1445]
                0.00    0.00       3/91          clear_glyph_matrix [1136]
                0.00    0.00       3/8           wset_redisplay [1333]
-----------------------------------------------
                0.00    0.00       1/3           xg_frame_resized [1470]
                0.00    0.00       2/3           do_pending_window_change <cycle 4> [744]
[1446]   0.0    0.00    0.00       3         change_frame_size_1 [1446]
-----------------------------------------------
                0.00    0.00       3/3           unbind_to <cycle 4> [285]
[1447]   0.0    0.00    0.00       3         decide_coding_unwind [1447]
                0.00    0.00       3/619         adjust_markers_for_delete [1024]
                0.00    0.00       3/12846       recenter_overlay_lists [692]
                0.00    0.00       3/619         adjust_overlays_for_delete [1025]
                0.00    0.00       3/2427        temp_set_point_both [805]
-----------------------------------------------
                0.00    0.00       1/3           Fset_input_meta_mode [1547]
                0.00    0.00       2/3           Ftty_type [1482]
[1448]   0.0    0.00    0.00       3         decode_tty_terminal [1448]
                0.00    0.00       3/21          decode_live_terminal [1232]
-----------------------------------------------
                0.00    0.00       3/3           decode_coding_gap <cycle 4> [551]
[1449]   0.0    0.00    0.00       3         detect_coding [1449]
                0.00    0.00       3/886         coding_set_source [1016]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [499]
[1450]   0.0    0.00    0.00       3         frames_discard_buffer [1450]
                0.00    0.00       6/1091        Fdelq [915]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [499]
[1451]   0.0    0.00    0.00       3         free_region_cache [1451]
                0.00    0.00       3/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/3           read_and_apply_settings [1592]
                0.00    0.00       2/3           xsettings_initialize [1665]
[1452]   0.0    0.00    0.00       3         map_tool_bar_style [1452]
-----------------------------------------------
                                   3             Ffuncall <cycle 4> [39]
[1453]   0.0    0.00    0.00       3         merge <cycle 4> [1453]
                0.00    0.00       6/72320       Fcar [641]
                0.00    0.00       3/1364726     Fcdr [610]
                0.00    0.00       3/1610383     Fsetcdr [608]
                                   3             call2 <cycle 4> [862]
-----------------------------------------------
                0.00    0.00       1/3           decode_coding <cycle 4> [518]
                0.00    0.00       2/3           load_charset <cycle 4> [412]
[1454]   0.0    0.00    0.00       3         record_xmalloc [1454]
                0.00    0.00       3/71975       xmalloc [642]
                0.00    0.00       3/311674      grow_specpdl [632]
                0.00    0.00       3/1022        record_unwind_protect_ptr [982]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [499]
[1455]   0.0    0.00    0.00       3         replace_buffer_in_windows [1455]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [499]
[1456]   0.0    0.00    0.00       3         replace_buffer_in_windows_safely [1456]
-----------------------------------------------
                0.00    0.00       1/3           x_term_init <cycle 4> [573]
                0.00    0.00       2/3           init_sigio [1581]
[1457]   0.0    0.00    0.00       3         rpl_fcntl [1457]
-----------------------------------------------
                                   3             run_window_configuration_change_hook <cycle 4> [369]
[1458]   0.0    0.00    0.00       3         run_funs <cycle 4> [1458]
                                   3             call0 <cycle 4> [722]
-----------------------------------------------
                0.00    0.00       3/3           x_load_resources [1617]
[1459]   0.0    0.00    0.00       3         search_magic_path [1459]
                0.00    0.00      14/14          magic_db [1275]
-----------------------------------------------
                0.00    0.00       3/3           Fset_buffer_multibyte [1372]
[1460]   0.0    0.00    0.00       3         set_intervals_multibyte [1460]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [457]
[1461]   0.0    0.00    0.00       3         set_window_fringes [1461]
                0.00    0.00       6/18          extract_dimension [1260]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [457]
[1462]   0.0    0.00    0.00       3         set_window_scroll_bars [1462]
                0.00    0.00       6/18          extract_dimension [1260]
-----------------------------------------------
                0.00    0.00       3/3           Fkill_buffer <cycle 4> [499]
[1463]   0.0    0.00    0.00       3         unlock_buffer [1463]
-----------------------------------------------
                                   3             x_set_frame_alpha <cycle 4> [1334]
[1464]   0.0    0.00    0.00       3         update_cursor_in_window_tree <cycle 4> [1464]
                0.00    0.00       6/638667      unblock_input_to [618]
                0.00    0.00       6/638619      unblock_input [619]
                                   6             update_window_cursor <cycle 4> [1154]
-----------------------------------------------
                0.00    0.00       3/3           set_window_buffer <cycle 4> [457]
[1465]   0.0    0.00    0.00       3         wset_update_mode_line [1465]
-----------------------------------------------
                0.00    0.00       3/3           redraw_frame <cycle 4> [1423]
[1466]   0.0    0.00    0.00       3         x_clear_frame [1466]
                0.00    0.00       3/5           mark_window_cursors_off [1384]
-----------------------------------------------
                0.00    0.00       3/3           x_focus_changed [247]
[1467]   0.0    0.00    0.00       3         x_new_focus_frame [1467]
-----------------------------------------------
                0.00    0.00       3/3           wait_reading_process_output [27]
[1468]   0.0    0.00    0.00       3         x_session_check_input [1468]
-----------------------------------------------
                0.00    0.00       3/3           x_set_frame_alpha <cycle 4> [1334]
[1469]   0.0    0.00    0.00       3         x_update_cursor [1469]
-----------------------------------------------
                0.00    0.00       3/3           handle_one_xevent [195]
[1470]   0.0    0.00    0.00       3         xg_frame_resized [1470]
                0.00    0.00       3/34          frame_size_history_add [1210]
                0.00    0.00       1/3           change_frame_size_1 [1446]
                0.00    0.00       1/1           change_frame_size [1561]
                0.00    0.00       1/309         fset_redisplay [1062]
                0.00    0.00       1/9           cancel_mouse_face [1318]
-----------------------------------------------
                0.00    0.00       2/2           Fpropertize <cycle 4> [492]
[1471]   0.0    0.00    0.00       2         Fadd_text_properties [1471]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1472]   0.0    0.00    0.00       2         Fbyte_code_function_p [1472]
-----------------------------------------------
                0.00    0.00       1/2           read_and_apply_settings [1592]
                0.00    0.00       1/2           Ffuncall <cycle 4> [39]
[1473]   0.0    0.00    0.00       2         Fbyteorder [1473]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1474]   0.0    0.00    0.00       2         Fcar_less_than_car [1474]
                0.00    0.00       4/72320       Fcar [641]
                0.00    0.00       2/513         arithcompare_driver [1048]
                0.00    0.00       2/513         Flss [1047]
-----------------------------------------------
                0.00    0.00       2/2           Fset_fontset_font <cycle 4> [60]
[1475]   0.0    0.00    0.00       2         Fclear_face_cache [1475]
                0.00    0.00       2/10          clear_face_cache [1298]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1476]   0.0    0.00    0.00       2         Fkeywordp [1476]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[1477]   0.0    0.00    0.00       2         Flocate_file_internal <cycle 4> [1477]
                0.00    0.00       1/6           emacs_close [1353]
                                   2             openp <cycle 4> [210]
-----------------------------------------------
                                   2             Ffuncall <cycle 4> [39]
[1478]   0.0    0.00    0.00       2         Fmessage <cycle 4> [1478]
                0.00    0.00       1/1           message1 [1588]
                                   2             message3 <cycle 4> [594]
                                   1             styled_format <cycle 4> [355]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1479]   0.0    0.00    0.00       2         Fnext_window [1479]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1480]   0.0    0.00    0.00       2         Fset_char_table_parent [1480]
                0.00    0.00       4/45          CHECK_CHAR_TABLE [1186]
-----------------------------------------------
                                   2             Fset_window_new_pixel [1481]
                0.00    0.00       1/2           Fcurrent_window_configuration [502]
                0.00    0.00       1/2           Fset_window_configuration <cycle 4> [432]
[1481]   0.0    0.00    0.00       2+2       Fset_window_new_pixel [1481]
                                   2             Fset_window_new_pixel [1481]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1482]   0.0    0.00    0.00       2         Ftty_type [1482]
                0.00    0.00       2/3           decode_tty_terminal [1448]
-----------------------------------------------
                0.00    0.00       2/2           Ffuncall <cycle 4> [39]
[1483]   0.0    0.00    0.00       2         Fx_change_window_property [1483]
                0.00    0.00       2/133         decode_window_system_frame [1102]
                0.00    0.00       2/2           x_check_property_data [1513]
                0.00    0.00       2/71975       xmalloc [642]
                0.00    0.00       2/16          xnmalloc [1273]
                0.00    0.00       2/2           x_fill_property_data [1514]
                0.00    0.00       2/7766        do_pending_atimers [724]
                0.00    0.00       2/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                0.00    0.00       2/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/2           x_term_init <cycle 4> [573]
                0.00    0.00       1/2           add_read_fd [2635]
[1484]   0.0    0.00    0.00       2         add_keyboard_wait_descriptor [1484]
-----------------------------------------------
                                   2             adjust_frame_glyphs <cycle 4> [1291]
[1485]   0.0    0.00    0.00       2         allocate_matrices_for_frame_redisplay <cycle 4> [1485]
                0.00    0.00       4/20          required_matrix_width [1252]
                0.00    0.00       4/1372        xzalloc [879]
                                   4             required_matrix_height <cycle 4> [1251]
                                   4             adjust_glyph_matrix <cycle 4> [1201]
-----------------------------------------------
                0.00    0.00       2/2           redisplay_window <cycle 4> [116]
[1486]   0.0    0.00    0.00       2         blank_row [1486]
-----------------------------------------------
                0.00    0.00       2/2           message3 <cycle 4> [594]
[1487]   0.0    0.00    0.00       2         cancel_echoing [1487]
-----------------------------------------------
                0.00    0.00       2/2           decode_coding_gap <cycle 4> [551]
[1488]   0.0    0.00    0.00       2         check_ascii [1488]
                0.00    0.00       2/886         coding_set_source [1016]
-----------------------------------------------
                0.00    0.00       2/2           decode_coding <cycle 4> [518]
[1489]   0.0    0.00    0.00       2         decode_coding_raw_text [1489]
-----------------------------------------------
                                   2             delete_all_child_windows [1490]
                0.00    0.00       1/2           delete_frame <cycle 4> [450]
                0.00    0.00       1/2           Fset_window_configuration <cycle 4> [432]
[1490]   0.0    0.00    0.00       2+2       delete_all_child_windows [1490]
                0.00    0.00      12/3243        unchain_marker [768]
                0.00    0.00       4/4           unshow_buffer [1427]
                0.00    0.00       4/230         adjust_window_count [1072]
                0.00    0.00       4/115         wset_buffer [1128]
                                   2             delete_all_child_windows [1490]
-----------------------------------------------
                0.00    0.00       2/2           Fwindow_mode_line_height <cycle 4> [1225]
[1491]   0.0    0.00    0.00       2         estimate_mode_line_height [1491]
-----------------------------------------------
                0.00    0.00       2/2           handle_one_xevent [195]
[1492]   0.0    0.00    0.00       2         expose_frame [1492]
-----------------------------------------------
                0.00    0.00       2/2           face_for_char [10]
[1493]   0.0    0.00    0.00       2         face_for_font [1493]
                0.00    0.00       2/5386        lface_hash [741]
                0.00    0.00       2/71975       xmalloc [642]
                0.00    0.00       2/96          cache_face [1132]
                0.00    0.00       2/1778        font_style_to_value [859]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [285]
[1494]   0.0    0.00    0.00       2         fclose_unwind [1494]
-----------------------------------------------
                0.00    0.00       2/2           file_attributes [513]
[1495]   0.0    0.00    0.00       2         filemodestring [1495]
-----------------------------------------------
                0.00    0.00       2/2           x_term_init <cycle 4> [573]
[1496]   0.0    0.00    0.00       2         fixup_locale [1496]
-----------------------------------------------
                0.00    0.00       1/2           check_glyph_memory [1562]
                0.00    0.00       1/2           delete_frame <cycle 4> [450]
[1497]   0.0    0.00    0.00       2         free_glyphs [1497]
                0.00    0.00       6/33219       xfree [655]
                0.00    0.00       2/10          free_glyph_matrix [1303]
                0.00    0.00       2/2           free_window_matrices [1498]
-----------------------------------------------
                0.00    0.00       2/2           free_glyphs [1497]
[1498]   0.0    0.00    0.00       2         free_window_matrices [1498]
                0.00    0.00       8/33219       xfree [655]
                0.00    0.00       8/10          free_glyph_matrix [1303]
-----------------------------------------------
                0.00    0.00       2/2           x_load_resources [1617]
[1499]   0.0    0.00    0.00       2         gethomedir [1499]
                0.00    0.00       2/71975       xmalloc [642]
-----------------------------------------------
                                   2             Ffile_attributes <cycle 4> [398]
[1500]   0.0    0.00    0.00       2         internal_condition_case_2 <cycle 4> [1500]
                0.00    0.00       2/13559       push_handler [689]
                                   2             Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
                                   2             message3 <cycle 4> [594]
[1501]   0.0    0.00    0.00       2         message3_nolog <cycle 4> [1501]
                                   4             do_pending_window_change <cycle 4> [744]
                                   2             echo_area_display <cycle 4> [1214]
                                   1             with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
                0.00    0.00       2/2           update_window <cycle 4> [118]
[1502]   0.0    0.00    0.00       2         next_almost_prime [1502]
-----------------------------------------------
                0.00    0.00       2/2           directory_files_internal <cycle 4> [254]
[1503]   0.0    0.00    0.00       2         open_directory [1503]
                0.00    0.00       2/174         emacs_open [1088]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       2/2           produce_special_glyphs [83]
[1504]   0.0    0.00    0.00       2         produce_glyphs [1504]
-----------------------------------------------
                0.00    0.00       2/2           adjust_frame_glyphs <cycle 4> [1291]
[1505]   0.0    0.00    0.00       2         realloc_glyph_pool [1505]
                0.00    0.00       2/31          xpalloc [1215]
-----------------------------------------------
                0.00    0.00       2/2           load_charset <cycle 4> [412]
[1506]   0.0    0.00    0.00       2         record_unwind_protect_nothing [1506]
-----------------------------------------------
                0.00    0.00       2/2           Fx_create_frame <cycle 4> [384]
[1507]   0.0    0.00    0.00       2         register_font_driver [1507]
                0.00    0.00       2/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [285]
[1508]   0.0    0.00    0.00       2         restore_menu_items [1508]
-----------------------------------------------
                0.00    0.00       1/2           delete_frame <cycle 4> [450]
                0.00    0.00       1/2           Fdelete_terminal <cycle 4> [1531]
[1509]   0.0    0.00    0.00       2         safe_call2 [1509]
-----------------------------------------------
                0.00    0.00       2/2           file_attributes [513]
[1510]   0.0    0.00    0.00       2         strmode [1510]
-----------------------------------------------
                0.00    0.00       2/2           unbind_to <cycle 4> [285]
[1511]   0.0    0.00    0.00       2         un_autoload [1511]
-----------------------------------------------
                                   1             x_make_frame_visible <cycle 4> [479]
                                   1             x_set_icon_type <cycle 4> [1629]
[1512]   0.0    0.00    0.00       2         x_bitmap_icon <cycle 4> [1512]
                                   2             xg_set_icon <cycle 4> [1523]
-----------------------------------------------
                0.00    0.00       2/2           Fx_change_window_property [1483]
[1513]   0.0    0.00    0.00       2         x_check_property_data [1513]
-----------------------------------------------
                0.00    0.00       2/2           Fx_change_window_property [1483]
[1514]   0.0    0.00    0.00       2         x_fill_property_data [1514]
                0.00    0.00      17/17          cons_to_signed [1266]
-----------------------------------------------
                0.00    0.00       2/2           xg_set_icon <cycle 4> [1523]
[1515]   0.0    0.00    0.00       2         x_find_image_file [1515]
-----------------------------------------------
                0.00    0.00       2/2           do_switch_frame <cycle 4> [1328]
[1516]   0.0    0.00    0.00       2         x_get_focus_frame [1516]
-----------------------------------------------
                                   2             x_set_font <cycle 4> [371]
[1517]   0.0    0.00    0.00       2         x_new_font <cycle 4> [1517]
                0.00    0.00       2/114         normal_char_ascent_descent [1129]
                0.00    0.00       2/10          get_font_ascent_descent [1304]
                0.00    0.00       1/1           fontset_ascii [1574]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/1           xic_set_xfontset [1661]
                                   1             adjust_frame_size <cycle 4> [478]
                                   1             fontset_from_font <cycle 4> [345]
-----------------------------------------------
                0.00    0.00       1/2           x_set_frame_parameters <cycle 4> [395]
                0.00    0.00       1/2           x_set_screen_gamma [526]
[1518]   0.0    0.00    0.00       2         x_set_background_color [1518]
                0.00    0.00       2/12          x_decode_color [1287]
                0.00    0.00       2/7           unload_color [1341]
-----------------------------------------------
                                   2             adjust_frame_size <cycle 4> [478]
[1519]   0.0    0.00    0.00       2         x_set_window_size <cycle 4> [1519]
                0.00    0.00       2/5           mark_window_cursors_off [1384]
                0.00    0.00       2/9           cancel_mouse_face [1318]
                                   2             xg_frame_set_char_size <cycle 4> [453]
-----------------------------------------------
                0.00    0.00       2/2           x_setup_relief_colors [868]
[1520]   0.0    0.00    0.00       2         x_setup_relief_color [1520]
                0.00    0.00       2/14          x_query_colors [1276]
                0.00    0.00       2/175         x_alloc_nearest_color [1087]
-----------------------------------------------
                0.00    0.00       2/2           x_scroll_bar_create [528]
[1521]   0.0    0.00    0.00       2         xg_create_scroll_bar [1521]
                0.00    0.00       2/2           xg_store_widget_in_map [1524]
                0.00    0.00       2/2           xg_set_cursor [1522]
-----------------------------------------------
                0.00    0.00       2/2           xg_create_scroll_bar [1521]
[1522]   0.0    0.00    0.00       2         xg_set_cursor [1522]
-----------------------------------------------
                                   2             x_bitmap_icon <cycle 4> [1512]
[1523]   0.0    0.00    0.00       2         xg_set_icon <cycle 4> [1523]
                0.00    0.00       2/2           x_find_image_file [1515]
                0.00    0.00       2/307         encode_file_name [1063]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                                   2             x_find_image_fd <cycle 4> [545]
-----------------------------------------------
                0.00    0.00       2/2           xg_create_scroll_bar [1521]
[1524]   0.0    0.00    0.00       2         xg_store_widget_in_map [1524]
                0.00    0.00       1/3384        xrealloc [765]
                0.00    0.00       1/319         xnrealloc [1061]
-----------------------------------------------
                0.00    0.00       1/2           create_frame_xic [1566]
                0.00    0.00       1/2           xic_set_xfontset [1661]
[1525]   0.0    0.00    0.00       2         xic_create_xfontset [1525]
-----------------------------------------------
                0.00    0.00       1/1           Fset_window_configuration <cycle 4> [432]
[1526]   0.0    0.00    0.00       1         CHECK_WINDOW_CONFIGURATION [1526]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1527]   0.0    0.00    0.00       1         Fbuffer_size [1527]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1528]   0.0    0.00    0.00       1         Fcurrent_bidi_paragraph_direction [1528]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1529]   0.0    0.00    0.00       1         Fcurrent_input_mode [1529]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1530]   0.0    0.00    0.00       1         Fdelete_frame [1530]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [450]
[1531]   0.0    0.00    0.00       1         Fdelete_terminal <cycle 4> [1531]
                0.00    0.00       1/6229        decode_terminal [735]
                0.00    0.00       1/1           delete_initial_terminal [1567]
                0.00    0.00       1/2           safe_call2 [1509]
                                   1             safe_call <cycle 4> [1083]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1532]   0.0    0.00    0.00       1         Femacs_pid [1532]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1533]   0.0    0.00    0.00       1         Ffloat [1533]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [143]
[1534]   0.0    0.00    0.00       1         Fforward_char [1534]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1535]   0.0    0.00    0.00       1         Fframe_after_make_frame [1535]
                0.00    0.00       1/3099        decode_live_frame [776]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1536]   0.0    0.00    0.00       1         Ffunction_equal [1536]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1537]   0.0    0.00    0.00       1         Finvocation_name [1537]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1538]   0.0    0.00    0.00       1         Flocale_info [1538]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[1539]   0.0    0.00    0.00       1         Fmapc <cycle 4> [1539]
                0.00    0.00       1/140813      Flength [634]
                                   1             mapcar1 <cycle 4> [1159]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1540]   0.0    0.00    0.00       1         Fmax_char [1540]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[1541]   0.0    0.00    0.00       1         Fposn_at_point <cycle 4> [1541]
                                   1             Fpos_visible_in_window_p <cycle 4> [582]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1542]   0.0    0.00    0.00       1         Fposn_at_x_y [1542]
                0.00    0.00       1/14579       set_window_margins [684]
                0.00    0.00       1/1021        decode_live_window [986]
                0.00    0.00       1/17595       window_box_left_offset [681]
-----------------------------------------------
                                   1             Fset_window_configuration <cycle 4> [432]
[1543]   0.0    0.00    0.00       1         Fredirect_frame_focus <cycle 4> [1543]
                0.00    0.00       1/19551       decode_any_frame [671]
                0.00    0.00       1/1           XTframe_rehighlight [1559]
                                   1             x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[1544]   0.0    0.00    0.00       1         Fredraw_frame <cycle 4> [1544]
                0.00    0.00       1/3099        decode_live_frame [776]
                                   1             redraw_frame <cycle 4> [1423]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1545]   0.0    0.00    0.00       1         Fround [1545]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1546]   0.0    0.00    0.00       1         Fset_input_interrupt_mode [1546]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1547]   0.0    0.00    0.00       1         Fset_input_meta_mode [1547]
                0.00    0.00       1/3           decode_tty_terminal [1448]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [143]
[1548]   0.0    0.00    0.00       1         Fskip_chars_backward [1548]
-----------------------------------------------
                0.00    0.00       1/1           exec_byte_code <cycle 4> [143]
[1549]   0.0    0.00    0.00       1         Fskip_chars_forward [1549]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1550]   0.0    0.00    0.00       1         Ftool_bar_height [1550]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[1551]   0.0    0.00    0.00       1         Fundo_boundary <cycle 4> [1551]
                0.00    0.00       1/72320       Fcar [641]
                                   1             Fset <cycle 4> [259]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1552]   0.0    0.00    0.00       1         Fuser_real_login_name [1552]
-----------------------------------------------
                0.00    0.00       1/1           record_first_change [580]
[1553]   0.0    0.00    0.00       1         Fvisited_file_modtime [1553]
-----------------------------------------------
                0.00    0.00       1/1           record_asynch_buffer_change [1593]
[1554]   0.0    0.00    0.00       1         Fwaiting_for_user_input_p [1554]
-----------------------------------------------
                                   1             eval_sub <cycle 4> [189]
[1555]   0.0    0.00    0.00       1         Fwhile <cycle 4> [1555]
                                 501             eval_sub <cycle 4> [189]
                                 500             Fprogn <cycle 4> [854]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1556]   0.0    0.00    0.00       1         Fwindow_resize_apply_total [1556]
                0.00    0.00       1/3099        decode_live_frame [776]
                0.00    0.00       1/1           window_resize_apply_total [1610]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/1           Ffuncall <cycle 4> [39]
[1557]   0.0    0.00    0.00       1         Fx_backspace_delete_keys_p [1557]
                0.00    0.00       1/133         decode_window_system_frame [1102]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                                   1             Ffuncall <cycle 4> [39]
[1558]   0.0    0.00    0.00       1         Fx_open_connection <cycle 4> [1558]
                0.00    0.00       1/50          validate_x_resource_name [1177]
                                   1             x_term_init <cycle 4> [573]
-----------------------------------------------
                0.00    0.00       1/1           Fredirect_frame_focus <cycle 4> [1543]
[1559]   0.0    0.00    0.00       1         XTframe_rehighlight [1559]
-----------------------------------------------
                                   1             make_lispy_position <cycle 4> [541]
[1560]   0.0    0.00    0.00       1         buffer_posn_from_coords <cycle 4> [1560]
                0.00    0.00       1/59263       Fcurrent_buffer [645]
                0.00    0.00       1/9623        bidi_shelve_cache [704]
                0.00    0.00       1/6665        marker_position [731]
                0.00    0.00       1/4590        marker_byte_position [748]
                0.00    0.00       1/1021        move_it_in_display_line [987]
                0.00    0.00       1/22985       bidi_unshelve_cache [667]
                                   2             Fset_buffer <cycle 4> [803]
                                   1             start_display <cycle 4> [144]
                                   1             move_it_to <cycle 4> [171]
                                   1             move_it_in_display_line_to <cycle 4> [66]
-----------------------------------------------
                0.00    0.00       1/1           xg_frame_resized [1470]
[1561]   0.0    0.00    0.00       1         change_frame_size [1561]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1562]   0.0    0.00    0.00       1         check_glyph_memory [1562]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/2           free_glyphs [1497]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1563]   0.0    0.00    0.00       1         check_message_stack [1563]
-----------------------------------------------
                                   1             delete_frame <cycle 4> [450]
[1564]   0.0    0.00    0.00       1         check_minibuf_window <cycle 4> [1564]
                0.00    0.00       1/3099        decode_live_frame [776]
                                   1             unbind_to <cycle 4> [285]
                                   1             set_window_buffer <cycle 4> [457]
-----------------------------------------------
                0.00    0.00       1/1           Fset_terminal_coding_system_internal [504]
[1565]   0.0    0.00    0.00       1         coding_charset_list [1565]
-----------------------------------------------
                0.00    0.00       1/1           x_window <cycle 4> [1650]
[1566]   0.0    0.00    0.00       1         create_frame_xic [1566]
                0.00    0.00       1/2           xic_create_xfontset [1525]
-----------------------------------------------
                0.00    0.00       1/1           Fdelete_terminal <cycle 4> [1531]
[1567]   0.0    0.00    0.00       1         delete_initial_terminal [1567]
                0.00    0.00       1/1           delete_terminal [1568]
-----------------------------------------------
                0.00    0.00       1/1           delete_initial_terminal [1567]
[1568]   0.0    0.00    0.00       1         delete_terminal [1568]
                0.00    0.00       3/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/1           handle_one_xevent [195]
[1569]   0.0    0.00    0.00       1         do_ewmh_fullscreen [1569]
                0.00    0.00       1/1           x_wm_supports [1651]
                0.00    0.00       1/9           get_current_wm_state [1320]
-----------------------------------------------
                0.00    0.00       1/1           unbind_to <cycle 4> [285]
[1570]   0.0    0.00    0.00       1         do_unwind_create_frame [1570]
-----------------------------------------------
                0.00    0.00       1/1           xg_create_frame_widgets <cycle 4> [1655]
[1571]   0.0    0.00    0.00       1         emacs_fixed_new [1571]
                0.00    0.00       1/8           emacs_fixed_get_type [1329]
-----------------------------------------------
                0.00    0.00       1/1           Ffile_accessible_directory_p <cycle 4> [421]
[1572]   0.0    0.00    0.00       1         file_accessible_directory_p [1572]
-----------------------------------------------
                0.00    0.00       1/1           fontset_from_font <cycle 4> [345]
[1573]   0.0    0.00    0.00       1         font_get_name [1573]
-----------------------------------------------
                0.00    0.00       1/1           x_new_font <cycle 4> [1517]
[1574]   0.0    0.00    0.00       1         fontset_ascii [1574]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [450]
[1575]   0.0    0.00    0.00       1         free_font_driver_list [1575]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [450]
[1576]   0.0    0.00    0.00       1         free_frame_faces [1576]
                0.00    0.00       3/33219       xfree [655]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/20          free_realized_face [1244]
-----------------------------------------------
                                   1             Fcommandp <cycle 4> [538]
[1577]   0.0    0.00    0.00       1         funcall_not <cycle 4> [1577]
                                   1             Ffuncall <cycle 4> [39]
-----------------------------------------------
                0.00    0.00       1/1           Fset_window_configuration <cycle 4> [432]
[1578]   0.0    0.00    0.00       1         get_leaf_windows [1578]
-----------------------------------------------
                0.00    0.00       1/1           xsettings_initialize [1665]
[1579]   0.0    0.00    0.00       1         get_prop_window [1579]
-----------------------------------------------
                0.00    0.00       1/1           set_frame_cursor_types [568]
[1580]   0.0    0.00    0.00       1         get_specified_cursor_type [1580]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1581]   0.0    0.00    0.00       1         init_sigio [1581]
                0.00    0.00       2/3           rpl_fcntl [1457]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [450]
[1582]   0.0    0.00    0.00       1         initial_free_frame_resources [1582]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [384]
[1583]   0.0    0.00    0.00       1         initialize_frame_menubar <cycle 4> [1583]
                                   1             menu_bar_items <cycle 4> [406]
-----------------------------------------------
                0.00    0.00       1/1           init_frame_faces [390]
[1584]   0.0    0.00    0.00       1         make_face_cache [1584]
                0.00    0.00       2/71975       xmalloc [642]
                0.00    0.00       1/1372        xzalloc [879]
-----------------------------------------------
                0.00    0.00       1/1           init_frame_faces [390]
[1585]   0.0    0.00    0.00       1         make_image_cache [1585]
                0.00    0.00       2/71975       xmalloc [642]
                0.00    0.00       1/1372        xzalloc [879]
-----------------------------------------------
                0.00    0.00       1/1           font_put_frame_data [574]
[1586]   0.0    0.00    0.00       1         make_save_ptr [1586]
                0.00    0.00       1/2867        allocate_misc [793]
-----------------------------------------------
                0.00    0.00       1/1           Finternal_set_lisp_face_attribute <cycle 4> [229]
[1587]   0.0    0.00    0.00       1         merge_face_heights [1587]
-----------------------------------------------
                0.00    0.00       1/1           Fmessage <cycle 4> [1478]
[1588]   0.0    0.00    0.00       1         message1 [1588]
-----------------------------------------------
                0.00    0.00       1/1           xg_create_frame_widgets <cycle 4> [1655]
[1589]   0.0    0.00    0.00       1         my_log_handler [1589]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [450]
[1590]   0.0    0.00    0.00       1         other_visible_frames [1590]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/65          x_sync [1145]
-----------------------------------------------
                                   1             Fpos_visible_in_window_p <cycle 4> [582]
[1591]   0.0    0.00    0.00       1         pos_visible_p <cycle 4> [1591]
                0.00    0.00       2/9623        bidi_shelve_cache [704]
                0.00    0.00       2/22985       bidi_unshelve_cache [667]
                0.00    0.00       1/6665        marker_position [731]
                0.00    0.00       1/4590        marker_byte_position [748]
                                   1             start_display <cycle 4> [144]
                                   1             move_it_to <cycle 4> [171]
                                   1             line_bottom_y <cycle 4> [567]
                                   1             display_mode_line <cycle 4> [360]
-----------------------------------------------
                0.00    0.00       1/1           xsettings_initialize [1665]
[1592]   0.0    0.00    0.00       1         read_and_apply_settings [1592]
                0.00    0.00       3/7           dupstring [1339]
                0.00    0.00       2/33219       xfree [655]
                0.00    0.00       1/923         x_catch_errors_with_handler [1009]
                0.00    0.00       1/917         x_catch_errors [1014]
                0.00    0.00       1/2           Fbyteorder [1473]
                0.00    0.00       1/3           map_tool_bar_style [1452]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/922         x_uncatch_errors [1012]
-----------------------------------------------
                0.00    0.00       1/1           handle_one_xevent [195]
[1593]   0.0    0.00    0.00       1         record_asynch_buffer_change [1593]
                0.00    0.00       1/1           Fwaiting_for_user_input_p [1554]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [1214]
[1594]   0.0    0.00    0.00       1         redisplay_mode_lines <cycle 4> [1594]
                0.00    0.00       3/2427        temp_set_point_both [805]
                0.00    0.00       2/91          clear_glyph_matrix [1136]
                0.00    0.00       1/6665        marker_position [731]
                0.00    0.00       1/4590        marker_byte_position [748]
                                   4             set_buffer_internal_1 <cycle 4> [745]
                                   2             display_mode_lines <cycle 4> [954]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1595]   0.0    0.00    0.00       1         reset_all_sys_modes [1595]
-----------------------------------------------
                0.00    0.00       1/1           rounding_driver [1187]
[1596]   0.0    0.00    0.00       1         round2 [1596]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1597]   0.0    0.00    0.00       1         select_visual [1597]
                0.00    0.00       1/49          xrdb_get_resource [1180]
                0.00    0.00       1/5           display_x_get_resource [1380]
-----------------------------------------------
                                   1             with_echo_area_buffer <cycle 4> [386]
[1598]   0.0    0.00    0.00       1         set_message_1 <cycle 4> [1598]
                0.00    0.00       1/5           Fset_buffer_multibyte [1372]
                0.00    0.00       1/2427        temp_set_point_both [805]
                                   1             update_compositions <cycle 4> [205]
                                   1             insert_from_string <cycle 4> [996]
-----------------------------------------------
                                   1             Fkill_emacs <cycle 4> [588]
[1599]   0.0    0.00    0.00       1         shut_down_emacs <cycle 4> [1599]
                0.00    0.00       1/1           stuff_buffered_input [1600]
                0.00    0.00       1/4           kill_buffer_processes [1417]
                0.00    0.00       1/1035        unrequest_sigio [951]
                0.00    0.00       1/1           unlock_all_files [1604]
                0.00    0.00       1/1           xml_cleanup_parser [1663]
                0.00    0.00       1/1           check_message_stack [1563]
                0.00    0.00       1/1           check_glyph_memory [1562]
                0.00    0.00       1/1           reset_all_sys_modes [1595]
                                   1             Fdo_auto_save <cycle 4> [524]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1600]   0.0    0.00    0.00       1         stuff_buffered_input [1600]
-----------------------------------------------
                0.00    0.00       1/1           update_frame_tool_bar <cycle 4> [425]
[1601]   0.0    0.00    0.00       1         tb_size_cb [1601]
                0.00    0.00       1/9           xg_update_submenu [1324]
                0.00    0.00       1/34          frame_size_history_add [1210]
-----------------------------------------------
                0.00    0.00       1/1           internal_condition_case <cycle 2> [194]
[1602]   0.0    0.00    0.00       1         top_level_2 [1602]
-----------------------------------------------
                0.00    0.00       1/1           x_wait_for_event [1649]
[1603]   0.0    0.00    0.00       1         totally_unblock_input [1603]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1604]   0.0    0.00    0.00       1         unlock_all_files [1604]
-----------------------------------------------
                0.00    0.00       1/1           unbind_to <cycle 4> [285]
[1605]   0.0    0.00    0.00       1         unwind_create_frame [1605]
                0.00    0.00       1/18705       Fmemq [674]
-----------------------------------------------
                                   1             echo_area_display <cycle 4> [1214]
[1606]   0.0    0.00    0.00       1         update_single_window <cycle 4> [1606]
                0.00    0.00       1/1091        x_update_begin [916]
                0.00    0.00       1/1092        update_begin [914]
                0.00    0.00       1/1091        x_update_end [917]
                0.00    0.00       1/1090        update_end [918]
                                   1             update_window <cycle 4> [118]
-----------------------------------------------
                0.00    0.00       1/1           xg_initialize [1659]
[1607]   0.0    0.00    0.00       1         update_theme_scrollbar_height [1607]
-----------------------------------------------
                0.00    0.00       1/1           xg_initialize [1659]
[1608]   0.0    0.00    0.00       1         update_theme_scrollbar_width [1608]
-----------------------------------------------
                0.00    0.00       1/1           remember_mouse_glyph [597]
[1609]   0.0    0.00    0.00       1         window_relative_x_coord [1609]
                0.00    0.00       1/15532       window_box_left [683]
-----------------------------------------------
                0.00    0.00       1/1           Fwindow_resize_apply_total [1556]
[1610]   0.0    0.00    0.00       1         window_resize_apply_total [1610]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1611]   0.0    0.00    0.00       1         x_change_tool_bar_height [1611]
-----------------------------------------------
                0.00    0.00       1/1           delete_frame <cycle 4> [450]
[1612]   0.0    0.00    0.00       1         x_clipboard_manager_save_frame [1612]
-----------------------------------------------
                0.00    0.00       1/1           x_set_cursor_color [552]
[1613]   0.0    0.00    0.00       1         x_copy_color [1613]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1614]   0.0    0.00    0.00       1         x_display_ok [1614]
                0.00    0.00       1/1035        unrequest_sigio [951]
                0.00    0.00       1/1033        request_sigio [959]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1615]   0.0    0.00    0.00       1         x_find_modifier_meanings [1615]
-----------------------------------------------
                0.00    0.00       1/1           x_load_resources [1617]
[1616]   0.0    0.00    0.00       1         x_get_customization_string [1616]
                0.00    0.00       1/50          x_get_string_resource [1178]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1617]   0.0    0.00    0.00       1         x_load_resources [1617]
                0.00    0.00       3/33219       xfree [655]
                0.00    0.00       3/3           search_magic_path [1459]
                0.00    0.00       2/2           gethomedir [1499]
                0.00    0.00       1/1           x_get_customization_string [1616]
                0.00    0.00       1/4           Fsystem_name [1402]
                0.00    0.00       1/3384        xrealloc [765]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [384]
[1618]   0.0    0.00    0.00       1         x_make_gc [1618]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1619]   0.0    0.00    0.00       1         x_session_initialize [1619]
                0.00    0.00       1/71975       xmalloc [642]
                0.00    0.00       1/17709       make_string [680]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
[1620]   0.0    0.00    0.00       1         x_set_alpha <cycle 4> [1620]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                                   1             x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1621]   0.0    0.00    0.00       1         x_set_autolower [1621]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1622]   0.0    0.00    0.00       1         x_set_autoraise [1622]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1623]   0.0    0.00    0.00       1         x_set_border_color [1623]
                0.00    0.00       1/12          x_decode_color [1287]
                0.00    0.00       1/7           unload_color [1341]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1624]   0.0    0.00    0.00       1         x_set_border_width [1624]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1625]   0.0    0.00    0.00       1         x_set_bottom_divider_width [1625]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1626]   0.0    0.00    0.00       1         x_set_cursor_type [1626]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1627]   0.0    0.00    0.00       1         x_set_foreground_color [1627]
                0.00    0.00       1/12          x_decode_color [1287]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1628]   0.0    0.00    0.00       1         x_set_horizontal_scroll_bars [1628]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
[1629]   0.0    0.00    0.00       1         x_set_icon_type <cycle 4> [1629]
                                   1             x_bitmap_icon <cycle 4> [1512]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1630]   0.0    0.00    0.00       1         x_set_internal_border_width [1630]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1631]   0.0    0.00    0.00       1         x_set_left_fringe [1631]
                0.00    0.00       1/309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1632]   0.0    0.00    0.00       1         x_set_line_spacing [1632]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
[1633]   0.0    0.00    0.00       1         x_set_menu_bar_lines <cycle 4> [1633]
                0.00    0.00       1/309         fset_redisplay [1062]
                                   1             adjust_frame_glyphs <cycle 4> [1291]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1634]   0.0    0.00    0.00       1         x_set_right_divider_width [1634]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1635]   0.0    0.00    0.00       1         x_set_right_fringe [1635]
                0.00    0.00       1/309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1636]   0.0    0.00    0.00       1         x_set_scroll_bar_background [1636]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_height <cycle 4> [1640]
[1637]   0.0    0.00    0.00       1         x_set_scroll_bar_default_height [1637]
                0.00    0.00       1/1           xg_get_default_scrollbar_height [1657]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_width <cycle 4> [1641]
[1638]   0.0    0.00    0.00       1         x_set_scroll_bar_default_width [1638]
                0.00    0.00       1/1           xg_get_default_scrollbar_width [1658]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1639]   0.0    0.00    0.00       1         x_set_scroll_bar_foreground [1639]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
[1640]   0.0    0.00    0.00       1         x_set_scroll_bar_height <cycle 4> [1640]
                0.00    0.00       1/1           x_set_scroll_bar_default_height [1637]
                0.00    0.00       1/309         fset_redisplay [1062]
                                   1             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                                   1             x_set_frame_parameters <cycle 4> [395]
[1641]   0.0    0.00    0.00       1         x_set_scroll_bar_width <cycle 4> [1641]
                0.00    0.00       1/1           x_set_scroll_bar_default_width [1638]
                0.00    0.00       1/309         fset_redisplay [1062]
                                   1             adjust_frame_size <cycle 4> [478]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1642]   0.0    0.00    0.00       1         x_set_title [1642]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1643]   0.0    0.00    0.00       1         x_set_tool_bar_lines [1643]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1644]   0.0    0.00    0.00       1         x_set_vertical_scroll_bars [1644]
                0.00    0.00       1/309         fset_redisplay [1062]
-----------------------------------------------
                0.00    0.00       1/1           x_set_frame_parameters <cycle 4> [395]
[1645]   0.0    0.00    0.00       1         x_set_wait_for_wm [1645]
-----------------------------------------------
                0.00    0.00       1/1           x_set_offset [481]
[1646]   0.0    0.00    0.00       1         x_sync_with_move [1646]
                0.00    0.00       1/6           x_real_positions [1368]
-----------------------------------------------
                0.00    0.00       1/1           Fx_create_frame <cycle 4> [384]
[1647]   0.0    0.00    0.00       1         x_text_icon [1647]
-----------------------------------------------
                0.00    0.00       1/1           x_set_mouse_color [553]
[1648]   0.0    0.00    0.00       1         x_uncatch_errors_after_check [1648]
                0.00    0.00       1/33219       xfree [655]
-----------------------------------------------
                0.00    0.00       1/1           xg_frame_set_char_size <cycle 4> [453]
[1649]   0.0    0.00    0.00       1         x_wait_for_event [1649]
                0.00    0.00       2/12473       gettime [693]
                0.00    0.00       1/3973        timespec_add [756]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/1           totally_unblock_input [1603]
                0.00    0.00       1/18247       timespec_sub [676]
-----------------------------------------------
                                   1             Fx_create_frame <cycle 4> [384]
[1650]   0.0    0.00    0.00       1         x_window <cycle 4> [1650]
                0.00    0.00       1/1           create_frame_xic [1566]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                                   1             xg_create_frame_widgets <cycle 4> [1655]
-----------------------------------------------
                0.00    0.00       1/1           do_ewmh_fullscreen [1569]
[1651]   0.0    0.00    0.00       1         x_wm_supports [1651]
                0.00    0.00       3/922         x_had_errors_p [1011]
                0.00    0.00       2/638667      unblock_input_to [618]
                0.00    0.00       2/638619      unblock_input [619]
                0.00    0.00       1/923         x_catch_errors_with_handler [1009]
                0.00    0.00       1/922         x_uncatch_errors [1012]
-----------------------------------------------
                0.00    0.00       1/1           sweep_vectors [52]
[1652]   0.0    0.00    0.00       1         xftfont_close [1652]
                0.00    0.00       1/10          x_display_info_for_display [1312]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
-----------------------------------------------
                0.00    0.00       1/1           x_set_tool_bar_position [571]
[1653]   0.0    0.00    0.00       1         xg_change_toolbar_position [1653]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1654]   0.0    0.00    0.00       1         xg_create_default_cursor [1654]
-----------------------------------------------
                                   1             x_window <cycle 4> [1650]
[1655]   0.0    0.00    0.00       1         xg_create_frame_widgets <cycle 4> [1655]
                0.00    0.00       1/60          xg_gtk_scroll_destroy [1155]
                0.00    0.00       1/1           emacs_fixed_new [1571]
                0.00    0.00       1/1           my_log_handler [1589]
                0.00    0.00       1/7766        do_pending_atimers [724]
                0.00    0.00       1/7535        process_pending_signals <cycle 3> [725]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/216         code_convert_string_norecord [1076]
                                   1             code_convert_string <cycle 4> [273]
                                   1             update_frame_tool_bar <cycle 4> [425]
-----------------------------------------------
                0.00    0.00       1/1           set_frame_menubar <cycle 4> [465]
[1656]   0.0    0.00    0.00       1         xg_create_widget [1656]
                0.00    0.00       1/9           create_menus [1319]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_default_height [1637]
[1657]   0.0    0.00    0.00       1         xg_get_default_scrollbar_height [1657]
                0.00    0.00       1/12          xg_get_gdk_scale [1289]
-----------------------------------------------
                0.00    0.00       1/1           x_set_scroll_bar_default_width [1638]
[1658]   0.0    0.00    0.00       1         xg_get_default_scrollbar_width [1658]
                0.00    0.00       1/12          xg_get_gdk_scale [1289]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1659]   0.0    0.00    0.00       1         xg_initialize [1659]
                0.00    0.00       1/1           update_theme_scrollbar_width [1608]
                0.00    0.00       1/1           update_theme_scrollbar_height [1607]
-----------------------------------------------
                0.00    0.00       1/1           xic_set_xfontset [1661]
[1660]   0.0    0.00    0.00       1         xic_free_xfontset [1660]
-----------------------------------------------
                0.00    0.00       1/1           x_new_font <cycle 4> [1517]
[1661]   0.0    0.00    0.00       1         xic_set_xfontset [1661]
                0.00    0.00       1/1           xic_free_xfontset [1660]
                0.00    0.00       1/2           xic_create_xfontset [1525]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1662]   0.0    0.00    0.00       1         xlispstrdup [1662]
                0.00    0.00       1/71975       xmalloc [642]
-----------------------------------------------
                0.00    0.00       1/1           shut_down_emacs <cycle 4> [1599]
[1663]   0.0    0.00    0.00       1         xml_cleanup_parser [1663]
-----------------------------------------------
                0.00    0.00       1/1           x_default_font_parameter <cycle 4> [413]
[1664]   0.0    0.00    0.00       1         xsettings_get_system_font [1664]
-----------------------------------------------
                0.00    0.00       1/1           x_term_init <cycle 4> [573]
[1665]   0.0    0.00    0.00       1         xsettings_initialize [1665]
                0.00    0.00       4/7           dupstring [1339]
                0.00    0.00       2/3           map_tool_bar_style [1452]
                0.00    0.00       1/1           get_prop_window [1579]
                0.00    0.00       1/638667      unblock_input_to [618]
                0.00    0.00       1/638619      unblock_input [619]
                0.00    0.00       1/1           read_and_apply_settings [1592]
-----------------------------------------------

 This table describes the call tree of the program, and was sorted by
 the total amount of time spent in each function and its children.

 Each entry in this table consists of several lines.  The line with the
 index number at the left hand margin lists the current function.
 The lines above it list the functions that called this function,
 and the lines below it list the functions this one called.
 This line lists:
     index	A unique number given to each element of the table.
		Index numbers are sorted numerically.
		The index number is printed next to every function name so
		it is easier to look up where the function is in the table.

     % time	This is the percentage of the `total' time that was spent
		in this function and its children.  Note that due to
		different viewpoints, functions excluded by options, etc,
		these numbers will NOT add up to 100%.

     self	This is the total amount of time spent in this function.

     children	This is the total amount of time propagated into this
		function by its children.

     called	This is the number of times the function was called.
		If the function called itself recursively, the number
		only includes non-recursive calls, and is followed by
		a `+' and the number of recursive calls.

     name	The name of the current function.  The index number is
		printed after it.  If the function is a member of a
		cycle, the cycle number is printed between the
		function's name and the index number.


 For the function's parents, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the function into this parent.

     children	This is the amount of time that was propagated from
		the function's children into this parent.

     called	This is the number of times this parent called the
		function `/' the total number of times the function
		was called.  Recursive calls to the function are not
		included in the number after the `/'.

     name	This is the name of the parent.  The parent's index
		number is printed after it.  If the parent is a
		member of a cycle, the cycle number is printed between
		the name and the index number.

 If the parents of the function cannot be determined, the word
 `<spontaneous>' is printed in the `name' field, and all the other
 fields are blank.

 For the function's children, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the child into the function.

     children	This is the amount of time that was propagated from the
		child's children to the function.

     called	This is the number of times the function called
		this child `/' the total number of times the child
		was called.  Recursive calls by the child are not
		listed in the number after the `/'.

     name	This is the name of the child.  The child's index
		number is printed after it.  If the child is a
		member of a cycle, the cycle number is printed
		between the name and the index number.

 If there are any cycles (circles) in the call graph, there is an
 entry for the cycle-as-a-whole.  This entry shows who called the
 cycle (as parents) and the members of the cycle (as children.)
 The `+' recursive calls entry shows the number of function calls that
 were internal to the cycle, and the calls entry for each member shows,
 for that member, how many times it was called from other members of
 the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name

 [1186] CHECK_CHAR_TABLE (chartab.c) [874] char_table_ref_and_range [305] prepare_to_modify_buffer
 [163] CHECK_HASH_TABLE (fns.c) [442] char_table_set     [238] prepare_to_modify_buffer_1
 [713] CHECK_MARKER (marker.c) [392] char_table_set_range [740] previous_interval
  [88] CHECK_STRING_OR_BUFFER (textprop.c) [682] char_width (character.c) [1247] print (print.c)
 [1526] CHECK_WINDOW_CONFIGURATION (window.c) [1057] chars_in_text [1248] print_c_string (print.c)
 [991] Fabs                 [1488] check_ascii (coding.c) [416] print_error_message
 [493] Faccessible_keymaps   [312] check_fontset_name (fontset.c) [1249] print_object (print.c)
 [1234] Factive_minibuffer_window [1562] check_glyph_memory [1250] print_string (print.c)
 [1049] Fadd1               [1563] check_message_stack   [725] process_pending_signals
 [1471] Fadd_text_properties [1564] check_minibuf_window (frame.c) [846] process_special_events (keyboard.c)
 [1073] Fand                 [127] check_obarray         [287] process_tool_bar_item (keyboard.c)
 [1095] Fappend             [1106] check_syntax_table (syntax.c) [587] produce_chars (coding.c)
 [762] Fapply                [946] check_window_containing (window.c) [1504] produce_glyphs
 [697] Faref                [1278] check_window_system    [83] produce_special_glyphs (xdisp.c)
 [973] Farrayp              [1096] check_x_display_info  [598] propagate_buffer_redisplay (xdisp.c)
 [763] Faset                 [130] cleanup_vector (alloc.c) [689] push_handler
 [288] Fassoc               [1352] clear_charpos_cache   [690] push_handler_nosignal
  [33] Fassoc_string        [1292] clear_current_matrices [958] push_kboard
  [45] Fassq                 [962] clear_desired_matrices [1056] push_key_description
 [554] Fautoload            [1298] clear_face_cache      [477] push_menu_item (menu.c)
 [543] Fautoload_do_load    [1407] clear_frame           [564] push_menu_pane (menu.c)
 [318] Fbacktrace_frame     [1136] clear_glyph_matrix    [464] push_message
 [537] Fbackward_prefix_chars [1264] clear_image_cache (image.c) [546] raw_text_coding_system
 [904] Fbolp                [1265] clear_image_caches    [665] re_compile_fastmap
 [997] Fborder_width        [1193] clear_message         [132] re_compile_pattern
 [376] Fboundp               [829] clear_mouse_face      [770] re_iswctype
 [1343] Fbuffer_base_buffer [1336] clear_unwind_protect  [717] re_match_2
 [1268] Fbuffer_file_name    [847] clear_waiting_for_input [70] re_match_2_internal (regex.c)
 [1269] Fbuffer_list         [944] clear_window_matrices (dispnew.c) [63] re_search
 [1029] Fbuffer_live_p       [199] cmd_error (keyboard.c) [61] re_search_2
 [830] Fbuffer_local_value   [200] cmd_error_internal   [1006] re_set_registers
 [891] Fbuffer_modified_p     [56] cmpfn_equal (fns.c)   [646] re_set_syntax
 [1133] Fbuffer_name        [1018] code_conversion_restore (coding.c) [647] re_set_whitespace_regexp
 [1527] Fbuffer_size         [402] code_conversion_save [1221] re_wctype
 [1033] Fbuffer_string       [273] code_convert_string  [1039] read0 (lread.c)
 [357] Fbuffer_substring    [1076] code_convert_string_norecord [279] read1 (lread.c)
 [1431] Fbufferp            [1565] coding_charset_list  [1592] read_and_apply_settings (xsettings.c)
 [1393] Fbyte_code           [896] coding_set_destination (coding.c) [14] read_char
 [1472] Fbyte_code_function_p [1016] coding_set_source (coding.c) [1054] read_dirent (dired.c)
 [1473] Fbyteorder          [1299] colors_in_color_table (image.c) [858] read_escape (lread.c)
 [258] Fcall_interactively     [6] command_loop (keyboard.c) [1286] read_file_name (callint.c)
 [641] Fcar                   [23] command_loop_1       [1037] read_hex (charset.c)
 [1474] Fcar_less_than_car     [8] command_loop_2 (keyboard.c) [271] read_internal_start (lread.c)
 [1394] Fcar_safe           [1020] compact_buffer         [22] read_key_sequence.constprop.44 (keyboard.c)
 [610] Fcdr                   [95] compile_pattern       [388] read_list (lread.c)
 [1235] Fcdr_safe            [181] composition_adjust_point [404] read_vector (lread.c)
 [1188] Fceiling              [51] composition_compute_stop_pos [169] readable_events (keyboard.c)
 [474] Fchar_after           [186] composition_reseat_it [675] readbyte_from_file (lread.c)
 [1432] Fchar_table_parent   [182] compute_display_string_pos [663] readchar (lread.c)
 [550] Fcharsetp             [812] compute_line_metrics (xdisp.c) [380] readevalloop (lread.c)
 [471] Fcheck_coding_system   [53] compute_stop_pos (xdisp.c) [1420] readevalloop_1 (lread.c)
 [1475] Fclear_face_cache   [1379] compute_window_start_on_continuation_line (xdisp.c) [1100] readevalloop_eager_expand_eval (lread.c)
 [451] Fcoding_system_base   [111] concat (fns.c)        [316] realize_basic_faces (xfaces.c)
 [241] Fcoding_system_eol_type [333] concat2             [332] realize_face (xfaces.c)
 [469] Fcoding_system_p      [274] concat3               [320] realize_named_face (xfaces.c)
 [462] Fcoding_system_plist [1266] cons_to_signed       [1505] realloc_glyph_pool (dispnew.c)
 [1236] Fcommand_error_default_function [1065] consume_chars (coding.c) [692] recenter_overlay_lists
 [835] Fcommand_remapping    [947] coordinates_in_window (window.c) [323] recompute_basic_faces
 [538] Fcommandp             [136] copy_char_table       [228] reconsider_clip_changes (xdisp.c)
  [34] Fcompare_strings       [50] copy_font_spec       [1593] record_asynch_buffer_change
 [1036] Fconcat              [486] copy_properties      [1421] record_auto_save
 [1283] Fcond                [870] copy_text             [581] record_buffer
  [62] Fcons                 [437] copy_text_properties  [796] record_buffer_markers (buffer.c)
 [1344] Fconsp               [659] count_size_as_multibyte [981] record_char (keyboard.c)
 [233] Fconstrain_to_field  [1566] create_frame_xic     [1027] record_delete
 [166] Fcopy_alist          [1319] create_menus (gtkutil.c) [580] record_first_change
 [525] Fcopy_keymap         [1408] create_root_interval  [633] record_in_backtrace
 [444] Fcopy_marker          [484] create_terminal       [572] record_insert
 [122] Fcopy_sequence       [1098] current_message      [1422] record_load_unwind (lread.c)
 [155] Fcurrent_active_maps  [434] current_message_1 (xdisp.c) [786] record_property_change
 [1528] Fcurrent_bidi_paragraph_direction [742] current_minor_maps [723] record_unwind_protect
 [645] Fcurrent_buffer      [1447] decide_coding_unwind (fileio.c) [844] record_unwind_protect_int
 [1284] Fcurrent_global_map  [671] decode_any_frame     [1506] record_unwind_protect_nothing
 [1529] Fcurrent_input_mode [1337] decode_any_window     [982] record_unwind_protect_ptr
 [1261] Fcurrent_message     [518] decode_coding (coding.c) [819] record_unwind_protect_void
 [516] Fcurrent_time         [551] decode_coding_gap     [358] record_unwind_save_match_data
 [502] Fcurrent_window_configuration [324] decode_coding_object [1454] record_xmalloc
 [1433] Fdaemonp            [1489] decode_coding_raw_text (coding.c) [2] recursive_edit_1
 [1156] Fdecode_coding_string [1035] decode_coding_utf_8 (coding.c) [968] redisplay
 [403] Fdefalias            [1045] decode_file_name       [15] redisplay_internal (xdisp.c)
 [1077] Fdefault_boundp      [776] decode_live_frame    [1594] redisplay_mode_lines (xdisp.c)
 [738] Fdefault_value       [1232] decode_live_terminal [1360] redisplay_other_windows
 [350] Fdefine_key           [986] decode_live_window    [159] redisplay_preserve_echo_area
 [461] Fdefvar               [295] decode_mode_spec_coding (xdisp.c) [116] redisplay_window (xdisp.c)
 [436] Fdelete               [843] decode_next_window_args (window.c) [1307] redisplay_window_0 (xdisp.c)
 [1530] Fdelete_frame        [735] decode_terminal (terminal.c) [941] redisplay_window_1 (xdisp.c)
 [1531] Fdelete_terminal     [711] decode_time_components [226] redisplay_windows (xdisp.c)
 [915] Fdelq                 [710] decode_timer (keyboard.c) [1423] redraw_frame
 [250] Fdirectory_file_name [1448] decode_tty_terminal   [732] region_cache_backward
 [397] Fdirectory_files     [1102] decode_window_system_frame [139] region_cache_forward
 [1237] Fdiscard_input       [774] default_line_pixel_height [1507] register_font_driver
 [533] Fdisplay_supports_face_attributes_p [1271] default_toplevel_binding (eval.c) [1118] relocate_byte_stack
 [524] Fdo_auto_save         [733] default_value (data.c) [597] remember_mouse_glyph
 [792] Fdowncase             [950] define_frame_cursor1 (xdisp.c) [1008] remove_properties (textprop.c)
 [1532] Femacs_pid          [1196] define_image_type (image.c) [191] reorder_modifiers
 [1127] Feq                 [1091] defined_color (xfaces.c) [1455] replace_buffer_in_windows
 [207] Fequal               [1028] del_range            [1456] replace_buffer_in_windows_safely
 [1034] Ferase_buffer        [232] del_range_1           [877] report_interval_modification
 [234] Feval                 [300] del_range_2           [959] request_sigio
 [454] Feval_buffer          [435] del_range_both        [787] requeued_events_pending_p
 [1345] Fevent_convert_list [1490] delete_all_child_windows [1251] required_matrix_height (dispnew.c)
 [164] Fexpand_file_name     [708] delete_cache_boundaries (region-cache.c) [1252] required_matrix_width (dispnew.c)
 [242] Fface_font            [450] delete_frame          [363] reseat (xdisp.c)
 [730] Ffboundp             [1567] delete_initial_terminal (terminal.c) [734] reseat_1 (xdisp.c)
 [1270] Ffeaturep           [1568] delete_terminal       [753] reseat_at_next_visible_line_start (xdisp.c)
 [421] Ffile_accessible_directory_p [86] deliver_user_signal (keyboard.c) [167] reseat_at_previous_visible_line_start
 [398] Ffile_attributes     [1449] detect_coding (coding.c) [1595] reset_all_sys_modes
 [269] Ffile_directory_p     [509] detect_coding_utf_16 (coding.c) [1386] reset_buffer
 [383] Ffile_exists_p        [790] detect_input_pending  [482] reset_buffer_local_variables (buffer.c)
 [1112] Ffile_name_absolute_p [153] detect_input_pending_run_timers [1003] reset_var_on_error (insdel.c)
 [262] Ffile_name_as_directory [1279] digest_single_submenu [198] resize_echo_area_exactly
 [266] Ffile_name_directory  [254] directory_files_internal [1387] resize_frame_windows
 [237] Ffile_name_nondirectory [1203] disassemble_lisp_time (editfns.c) [310] resize_mini_window
 [313] Ffile_readable_p     [1242] discard_tty_input    [1233] resize_mini_window_1 (xdisp.c)
 [282] Ffile_symlink_p       [540] display_and_set_cursor [206] resolve_face_name (xfaces.c)
 [105] Ffind_file_name_handler [816] display_count_lines (xdisp.c) [983] restore_kboard_configuration (keyboard.c)
 [352] Ffind_operation_coding_system [1213] display_echo_area_1 (xdisp.c) [1508] restore_menu_items (menu.c)
 [1533] Ffloat               [197] display_line (xdisp.c) [1253] ring_bell
 [340] Ffloat_time           [179] display_mode_element (xdisp.c) [1166] rotate_matrix
 [842] Ffloatp               [360] display_mode_line (xdisp.c) [1596] round2 (floatfns.c)
 [341] Ffont_get             [954] display_mode_lines (xdisp.c) [1187] rounding_driver (floatfns.c)
 [520] Ffont_put              [72] display_string (xdisp.c) [1075] row_equal_p.constprop.18 (dispnew.c)
 [289] Ffont_spec           [1380] display_x_get_resource [800] row_for_charpos_p (xdisp.c)
 [1021] Ffont_xlfd_name     [1409] do_auto_save_unwind (fileio.c) [814] row_hash
 [389] Ffontp               [1569] do_ewmh_fullscreen (xterm.c) [1457] rpl_fcntl
 [1211] Fforce_mode_line_update [1338] do_nothing (eval.c) [1458] run_funs (window.c)
 [1325] Fformat              [724] do_pending_atimers   [1361] run_hook
 [1534] Fforward_char        [744] do_pending_window_change [780] run_hook_with_args
 [221] Fforward_line        [1328] do_switch_frame      [1160] run_hook_wrapped_funcall (eval.c)
 [1535] Fframe_after_make_frame [637] do_symval_forwarding [369] run_window_configuration_change_hook
 [777] Fframe_char_height   [1570] do_unwind_create_frame (xfns.c) [1161] run_window_scroll_functions (xdisp.c)
 [932] Fframe_char_width    [1410] doprnt                [202] safe__call (xdisp.c)
 [452] Fframe_list           [817] draw_fringe_bitmap    [737] safe__call1 (xdisp.c)
 [920] Fframe_live_p         [239] draw_fringe_bitmap_1 (fringe.c) [1083] safe_call
 [556] Fframe_or_buffer_changed_p [44] draw_glyphs (xdisp.c) [1119] safe_call1
  [99] Fframe_parameter      [841] draw_phys_cursor_glyph [1509] safe_call2
 [101] Fframe_parameters     [905] draw_row_fringe_bitmaps [1254] safe_eval_handler (xdisp.c)
 [1174] Fframe_root_window   [909] draw_window_fringes   [781] safe_run_hook_funcall (keyboard.c)
 [1212] Fframe_selected_window [1267] dtotimespec        [256] safe_run_hooks
 [1326] Fframe_terminal     [1339] dupstring             [782] safe_run_hooks_1 (keyboard.c)
 [1231] Fframe_visible_p    [1214] echo_area_display (xdisp.c) [424] safe_to_load_version (lread.c)
 [899] Fframep              [1002] echo_dash (keyboard.c) [1255] sanitize_window_sizes
 [455] Ffset                 [836] echo_update (keyboard.c) [246] save_excursion_restore
  [39] Ffuncall             [1199] egetenv_internal      [926] save_excursion_save
 [974] Ffuncall_interactively [1353] emacs_close         [561] save_menu_items
 [1238] Ffunction           [1329] emacs_fixed_get_type (emacsgtkfixed.c) [933] save_restriction_restore
 [1536] Ffunction_equal     [1571] emacs_fixed_new       [934] save_restriction_save
 [872] Ffunctionp           [1411] emacs_fopen           [441] save_window_save (window.c)
  [40] Fgarbage_collect     [1088] emacs_open            [440] scan_lists (syntax.c)
 [1434] Fgenerate_new_buffer_name [1330] emacs_read      [309] scan_newline
 [103] Fget                 [1230] emacs_readlinkat      [170] scan_newline_from_point
 [746] Fget_buffer          [1066] encode_coding (coding.c) [109] scan_sexps_forward (syntax.c)
 [458] Fget_buffer_create   [1067] encode_coding_object  [988] schedule_atimer (atimer.c)
 [1346] Fget_buffer_process [1068] encode_coding_utf_8 (coding.c) [231] search_buffer (search.c)
 [845] Fget_buffer_window   [1063] encode_file_name      [211] search_command (search.c)
 [627] Fget_char_property   [1172] enlarge_buffer_text  [1219] search_embedded_absfilename (fileio.c)
 [429] Fget_load_suffixes   [1099] ensure_echo_area_buffers (xdisp.c) [1308] search_image_cache (image.c)
 [176] Fget_pos_property     [466] ensure_menu_items (menu.c) [1459] search_magic_path (xrdb.c)
 [156] Fget_text_property    [995] erase_phys_cursor    [1597] select_visual
 [1290] Fgetenv_internal    [1412] esprintf              [510] select_window (window.c)
  [21] Fgethash             [1491] estimate_mode_line_height [851] set_alarm (atimer.c)
 [201] Fgoto_char           [1070] eval_dyn (keyboard.c) [886] set_buffer_if_live
 [772] Fif                   [189] eval_sub              [745] set_buffer_internal_1
 [1295] Fimage_mask_p       [1026] evaporate_overlays    [613] set_buffer_temp
 [695] Findirect_function    [969] event_to_kboard (keyboard.c) [356] set_fontset_font (fontset.c)
 [1296] Finit_image_library  [143] exec_byte_code        [568] set_frame_cursor_types
 [1050] Finsert             [1183] expand_and_dir_to_file [465] set_frame_menubar
 [336] Finsert_file_contents [1492] expose_frame         [727] set_glyph_string_background_width (xdisp.c)
 [283] Finteractive_form     [822] extend_face_to_end_of_line (xdisp.c) [113] set_internal
 [301] Fintern              [1260] extract_dimension (window.c) [1460] set_intervals_multibyte
 [522] Fintern_soft          [827] extract_float         [626] set_iterator_to_next (xdisp.c)
 [368] Finternal_char_font   [184] face_at_buffer_position [1043] set_marker_both
 [431] Finternal_get_lisp_face_attribute [79] face_at_string_position [215] set_marker_internal (marker.c)
 [339] Finternal_make_lisp_face [346] face_attr_equal_p (xfaces.c) [1309] set_marker_restricted
 [327] Finternal_merge_in_global_face [107] face_before_or_after_it_pos (xdisp.c) [1069] set_marker_restricted_both
 [229] Finternal_set_lisp_face_attribute [1381] face_boolean_x_resource_value (xfaces.c) [1598] set_message_1 (xdisp.c)
 [1347] Finternal_show_cursor [1139] face_color_supported_p (xfaces.c) [204] set_point
 [810] Finternal_show_cursor_p [10] face_for_char        [257] set_point_both
 [1537] Finvocation_name    [1493] face_for_font         [921] set_point_from_marker
 [359] Fkey_binding          [290] fast_c_string_match_ignore_case [1184] set_poll_suppress_count
 [338] Fkey_description      [149] fast_looking_at       [275] set_properties (textprop.c)
 [1395] Fkeymap_parent      [1413] fast_set_selected_frame (xdisp.c) [519] set_text_properties
 [1104] Fkeymap_prompt        [49] fast_string_match_internal [276] set_text_properties_1
 [1060] Fkeymapp            [1494] fclose_unwind        [1424] set_unwind_protect_ptr
 [1476] Fkeywordp            [795] fetch_buffer_markers (buffer.c) [936] set_vertical_scroll_bar
 [539] Fkill_all_local_variables [1572] file_accessible_directory_p [848] set_waiting_for_input
 [499] Fkill_buffer          [513] file_attributes (dired.c) [457] set_window_buffer
 [588] Fkill_emacs          [1164] file_directory_p     [1461] set_window_fringes (window.c)
 [547] Fkill_local_variable [1300] file_for_image (gtkutil.c) [684] set_window_margins (window.c)
 [634] Flength              [1495] filemodestring       [1462] set_window_scroll_bars (window.c)
 [1143] Flet                 [240] fill_glyph_string (xdisp.c) [948] set_window_update_flags (dispnew.c)
 [391] FletX                 [185] find_automatic_composition (composite.c) [304] setup_coding_system
 [173] Fline_beginning_position [224] find_before_next_newline [447] setup_echo_area_for_printing
 [223] Fline_end_position    [696] find_cache_boundary (region-cache.c) [409] shadow_lookup (keymap.c)
 [998] Fline_pixel_height    [106] find_composition      [180] show_hourglass (xdisp.c)
 [264] Flist                 [467] find_first_strong_char (bidi.c) [1340] shrink_mini_window
 [401] Fload                  [64] find_font_encoding   [1120] shrink_regexp_cache
 [1297] Flocal_variable_if_set_p [1301] find_icon_from_name (gtkutil.c) [1599] shut_down_emacs
 [801] Flocal_variable_p      [71] find_interval         [281] signal_after_change
 [1538] Flocale_info         [110] find_newline          [137] signal_error
 [1477] Flocate_file_internal [145] find_newline_no_quit [565] single_keymap_panes (menu.c)
 [889] Flogand               [317] find_symbol_value     [468] single_menu_item (menu.c)
 [1396] Flooking_at         [1496] fixup_locale           [26] sit_for
 [760] Flookup_key          [1141] float_arith_driver (data.c) [487] skip_chars.constprop.5 (syntax.c)
 [890] Flsh                  [980] follow_key (keyboard.c) [799] skip_one_char (regex.c)
 [1047] Flss                 [419] font_build_object     [265] skip_syntaxes (syntax.c)
 [375] Fmacroexpand          [278] font_clear_prop       [140] sort_overlays
 [294] Fmake_byte_code      [1354] font_done_for_face    [639] specbind
 [377] Fmake_char_table       [13] font_find_for_lface  [1425] split_interval_left
 [562] Fmake_frame_visible   [331] font_get_frame_data  [1005] split_interval_right
 [124] Fmake_hash_table     [1573] font_get_name         [989] start_atimer
 [112] Fmake_list             [54] font_has_char         [144] start_display
 [367] Fmake_local_variable   [91] font_intern_prop      [990] start_hourglass
 [1138] Fmake_marker          [25] font_list_entities    [965] start_polling
 [1108] Fmake_sparse_keymap  [337] font_load_for_lface  [1388] staticpro
  [55] Fmake_string          [277] font_make_entity      [963] stop_polling
 [1040] Fmake_symbol         [420] font_make_object      [438] store_frame_param
 [230] Fmake_vector          [578] font_match_p          [119] store_in_alist
 [1113] Fmap_keymap          [414] font_open_by_name     [370] store_in_keymap (keymap.c)
 [1539] Fmapc                [417] font_open_by_spec     [984] store_kbd_macro_char
 [456] Fmapcar               [407] font_open_entity (font.c) [1079] store_mode_line_noprop (xdisp.c)
 [521] Fmapconcat            [393] font_open_for_lface   [892] store_mode_line_noprop_char (xdisp.c)
 [922] Fmarker_buffer        [335] font_parse_family_registry [117] store_symval_forwarding (data.c)
 [743] Fmarker_position      [349] font_parse_name (font.c) [1182] str_as_unibyte
 [1181] Fmatch_beginning     [400] font_parse_xlfd       [673] string_byte_to_char
 [348] Fmatch_data          [1293] font_prepare_for_face [603] string_char_to_byte
 [1262] Fmatch_end          [1218] font_prop_validate_otf (font.c) [1107] string_make_unibyte
 [811] Fmax                  [405] font_prop_validate_symbol (font.c) [249] string_match_1 (search.c)
 [1540] Fmax_char            [326] font_put_extra       [1090] string_to_multibyte
 [342] Fmember               [574] font_put_frame_data   [913] string_to_number
 [674] Fmemq                 [251] font_registry_charsets [1510] strmode
 [1478] Fmessage             [394] font_rescale_ratio (font.c) [1198] strout (print.c)
 [769] Fmin                 [1204] font_score (font.c)  [1426] strwidth
 [1222] Fminibuffer_window    [16] font_sort_entities (font.c) [1600] stuff_buffered_input
 [897] Fminus                [757] font_style_symbolic   [355] styled_format (editfns.c)
 [1370] Fmodify_frame_parameters [859] font_style_to_value [46] sub_char_table_ref (chartab.c)
 [1274] Fmultibyte_string_p  [885] font_unparse_xlfd     [876] sub_char_table_ref_and_range (chartab.c)
 [823] Fnconc                [542] font_update_drivers   [446] sub_char_table_set (chartab.c)
 [463] Fnew_fontset          [248] fontset_add (fontset.c) [396] sub_char_table_set_range (chartab.c)
 [728] Fnext_char_property_change [1574] fontset_ascii  [1332] suffix_p (lread.c)
 [729] Fnext_overlay_change   [12] fontset_find_font (fontset.c) [654] survives_gc_p
 [243] Fnext_property_change  [11] fontset_font (fontset.c) [219] swallow_events
 [1089] Fnext_read_file_uses_dialog_p [345] fontset_from_font [1362] swap_in_global_binding
 [172] Fnext_single_char_property_change [1382] fontset_name [303] swap_in_symval_forwarding (data.c)
  [73] Fnext_single_property_change [579] fontset_pattern_regexp (fontset.c) [1389] swap_out_buffer_local_variables (buffer.c)
 [1479] Fnext_window         [559] foreach_window_1 (window.c) [558] sweep_buffers (alloc.c)
  [28] Fnreverse            [1414] forget_escape_and_glyphless_faces [81] sweep_conses (alloc.c)
 [702] Fnth                  [555] format_mode_line_unwind_data (xdisp.c) [1121] sweep_floats (alloc.c)
 [701] Fnthcdr               [752] forward_to_next_line_start (xdisp.c) [1122] sweep_intervals (alloc.c)
 [1157] Fnull               [1243] four_corners_best (image.c) [473] sweep_misc (alloc.c)
 [1285] For                 [1355] frame_for_x_selection (xselect.c) [365] sweep_strings (alloc.c)
 [529] Fother_buffer         [500] frame_inhibit_resize [1123] sweep_symbols (alloc.c)
 [949] Foverlayp             [716] frame_make_pointer_visible [52] sweep_vectors (alloc.c)
  [78] Fparse_partial_sexp  [1210] frame_size_history_add [1124] sweep_weak_hash_tables
 [141] Fplist_get           [1450] frames_discard_buffer [860] sweep_weak_table (fns.c)
 [448] Fplist_put           [1415] free_all_realized_faces [1310] sxhash
 [700] Fplus                [1302] free_color_table (image.c) [1363] symbol_to_x_atom (xselect.c)
 [923] Fpoint_marker        [1022] free_cons            [1094] syntax_multibyte (syntax.c)
 [582] Fpos_visible_in_window_p [1149] free_face_fontset [1601] tb_size_cb (gtkutil.c)
 [1541] Fposn_at_point      [1575] free_font_driver_list [475] temp_set_point
 [1542] Fposn_at_x_y        [1576] free_frame_faces      [805] temp_set_point_both
 [1263] Fprefix_numeric_value [1303] free_glyph_matrix (dispnew.c) [975] temporarily_switch_to_single_kboard
 [1239] Fprinc              [1497] free_glyphs            [37] test_undefined (keyboard.c)
 [1397] Fprocess_list       [1383] free_menubar_widget_value_tree [187] text_property_stickiness
 [1435] Fprocessp            [924] free_misc             [523] text_quoting_style
 [854] Fprogn               [1244] free_realized_face (xfaces.c) [611] textget
 [492] Fpropertize          [1019] free_realized_fontsets (fontset.c) [1323] time_add (editfns.c)
 [531] Fprovide             [1451] free_region_cache     [506] time_arith (editfns.c)
 [869] Fpurecopy            [1498] free_window_matrices  [154] timer_check
 [430] Fput                  [311] fs_query_fontset      [756] timespec_add
 [929] Fput_text_property   [1062] fset_redisplay        [676] timespec_sub
  [67] Fputhash               [87] ftfont_combining_capability (ftfont.c) [423] tool_bar_items
 [1315] Fquo                 [293] ftfont_get_charset (ftfont.c) [36] top_level_1 (keyboard.c)
 [861] Fquote                 [18] ftfont_get_fc_charset [1602] top_level_2 (keyboard.c)
 [353] Frassoc                [17] ftfont_has_char (ftfont.c) [1125] total_bytes_of_live_objects (alloc.c)
 [824] Frassq                [208] ftfont_list (ftfont.c) [1603] totally_unblock_input
 [214] Fre_search_forward     [19] ftfont_lookup_cache (ftfont.c) [809] traverse_intervals_noorder
 [1081] Fread                [220] ftfont_pattern_entity (ftfont.c) [1162] truncate_undo_list
   [1] Frecursive_edit       [292] ftfont_spec_pattern (ftfont.c) [1200] try_window
 [1543] Fredirect_frame_focus [126] funcall_lambda (eval.c) [1167] try_window_reusing_current_matrix (xdisp.c)
 [1544] Fredraw_frame        [784] funcall_nil (eval.c) [1364] tty_color_name
 [1148] Fregexp_quote       [1577] funcall_not (eval.c) [1511] un_autoload
 [321] Fremove_list_of_text_properties [1086] gamma_correct [285] unbind_to
 [566] Fremove_text_properties [1146] gap_left (insdel.c) [619] unblock_input
 [1348] Frestore_buffer_modified_p [1190] gap_right (insdel.c) [618] unblock_input_to
 [928] Freverse             [1052] general_insert_function (editfns.c) [768] unchain_marker
 [1545] Fround               [826] get_backtrace_frame (eval.c) [548] uniprop_table
 [785] Frun_hook_with_args   [146] get_char_glyph_code (xdisp.c) [1341] unload_color
 [1398] Frun_hook_with_args_until_failure [38] get_char_property_and_overlay [1604] unlock_all_files
 [940] Frun_hook_with_args_until_success [1320] get_current_wm_state (xterm.c) [1463] unlock_buffer
 [1158] Frun_hook_wrapped   [1304] get_font_ascent_descent [882] unreadchar (lread.c)
 [1195] Frun_hooks           [445] get_frame_param       [951] unrequest_sigio
 [134] Frun_window_scroll_functions [192] get_glyph_face_and_encoding (xdisp.c) [1427] unshow_buffer (window.c)
 [428] Fsafe_length          [865] get_glyph_string_clip_rect [1605] unwind_create_frame (xfns.c)
 [1399] Fscan_sexps          [698] get_glyph_string_clip_rects [912] unwind_format_mode_line (xdisp.c)
 [361] Fsearch_forward       [175] get_input_pending (keyboard.c) [966] unwind_redisplay (xdisp.c)
 [1349] Fselect_frame        [670] get_it_property (xdisp.c) [943] unwind_set_match_data (search.c)
 [1101] Fselect_window       [535] get_keyelt (keymap.c) [1185] unwind_to_catch (eval.c)
 [1216] Fselected_frame      [617] get_keymap           [1163] unwind_with_echo_area_buffer (xdisp.c)
 [783] Fselected_window     [1578] get_leaf_windows (window.c) [914] update_begin
 [259] Fset                  [225] get_lface_attributes (xfaces.c) [1032] update_buffer_properties (editfns.c)
 [803] Fset_buffer           [343] get_lface_attributes_no_remap (xfaces.c) [205] update_compositions
 [1371] Fset_buffer_modified_p [157] get_local_map      [1464] update_cursor_in_window_tree (xdisp.c)
 [1372] Fset_buffer_multibyte  [9] get_next_display_element (xdisp.c) [918] update_end
 [1480] Fset_char_table_parent [718] get_overlay_strings_1 (xdisp.c) [512] update_face_from_frame_parameter
 [508] Fset_char_table_range [142] get_per_char_metric (xdisp.c) [960] update_frame
 [439] Fset_charset_priority [1579] get_prop_window (xsettings.c) [425] update_frame_tool_bar
 [460] Fset_coding_system_priority [158] get_property_and_range [261] update_overlay_arrows (xdisp.c)
 [178] Fset_default         [1580] get_specified_cursor_type (xdisp.c) [1606] update_single_window
  [60] Fset_fontset_font    [1017] get_translation_table (coding.c) [1282] update_submenu_strings
 [1436] Fset_frame_selected_window [806] get_utf8_string (gtkutil.c) [1607] update_theme_scrollbar_height (gtkutil.c)
 [1546] Fset_input_interrupt_mode [661] get_visually_first_element (xdisp.c) [1608] update_theme_scrollbar_width (gtkutil.c)
 [1547] Fset_input_meta_mode [1175] getenv_internal (callproc.c) [118] update_window (dispnew.c)
 [1400] Fset_input_mode     [1176] getenv_internal_1 (callproc.c) [1154] update_window_cursor (xdisp.c)
 [503] Fset_keyboard_coding_system_internal [1499] gethomedir (xrdb.c) [80] update_window_fringes
 [1401] Fset_keymap_parent   [693] gettime               [381] update_window_line (dispnew.c)
 [825] Fset_marker           [703] gobble_input          [961] update_window_tree (dispnew.c)
 [894] Fset_match_data       [123] graft_intervals_into_buffer [1256] valid_image_p
 [1105] Fset_syntax_table    [632] grow_specpdl (eval.c) [472] valid_lisp_object_p
 [504] Fset_terminal_coding_system_internal [177] handle_composition_prop (xdisp.c) [89] validate_interval_range
 [532] Fset_terminal_parameter [174] handle_display_prop (xdisp.c) [759] validate_plist (textprop.c)
 [1437] Fset_text_properties [152] handle_face_prop (xdisp.c) [135] validate_region
 [432] Fset_window_configuration [203] handle_fontified_prop (xdisp.c) [69] validate_subarray
 [1481] Fset_window_new_pixel [691] handle_input_available_signal [1177] validate_x_resource_name
 [595] Fset_window_new_total [188] handle_invisible_prop (xdisp.c) [609] vector_nbytes (alloc.c)
 [1438] Fset_window_next_buffers [193] handle_line_prefix (xdisp.c) [255] verify_interval_modification
 [1439] Fset_window_prev_buffers [195] handle_one_xevent (xterm.c) [27] wait_reading_process_output
 [992] Fset_window_vscroll    [96] handle_stop (xdisp.c) [1007] wait_reading_process_output_unwind (process.c)
 [688] Fsetcar                [20] hash_lookup           [151] where_is_internal (keymap.c)
 [608] Fsetcdr                [68] hash_put              [121] where_is_internal_1 (keymap.c)
 [1051] Fsetq                [630] hash_string          [1004] window_body_width
 [411] Fsignal               [624] hashfn_eq (fns.c)     [764] window_box
 [1055] Fsingle_key_description [715] hashfn_eql (fns.c) [887] window_box_height
 [1548] Fskip_chars_backward [602] hashfn_equal (fns.c)  [683] window_box_left
 [1549] Fskip_chars_forward  [212] hscroll_window_tree (xdisp.c) [681] window_box_left_offset
 [1046] Fskip_syntax_forward [213] hscroll_windows (xdisp.c) [906] window_box_right
 [1373] Fsort               [1305] image_background      [964] window_box_right_offset (xdisp.c)
 [1440] Fstandard_syntax_table [1306] image_background_transparent [653] window_box_width
 [636] Fstring_equal        [1131] image_spec_value (image.c) [766] window_display_table
 [853] Fstring_lessp        [1165] in_ellipses_for_invisible_text_p (xdisp.c) [494] window_from_coordinates
 [1058] Fstring_match        [620] indirect_function     [534] window_list
 [1171] Fstringp            [1356] indirect_variable     [296] window_list_1 (window.c)
 [938] Fsubrp                 [77] inhibit_garbage_collection [297] window_loop (window.c)
 [1030] Fsubstitute_command_keys [390] init_frame_faces  [779] window_outdated
 [284] Fsubstitute_in_file_name [726] init_glyph_string (xdisp.c) [1609] window_relative_x_coord
 [385] Fsubstring             [82] init_iterator        [1610] window_resize_apply_total (window.c)
 [791] Fsuspicious_object    [584] init_kboard (keyboard.c) [694] window_text_bottom_y
 [1097] Fsymbol_function     [557] init_menu_items       [386] with_echo_area_buffer (xdisp.c)
 [606] Fsymbol_name         [1581] init_sigio           [1257] write_string_1 (print.c)
 [640] Fsymbol_value        [1416] init_system_name     [1128] wset_buffer
 [1374] Fsymbolp            [1582] initial_free_frame_resources (terminal.c) [1333] wset_redisplay
 [1111] Fsyntax_table       [1583] initialize_frame_menubar [1465] wset_update_mode_line (window.c)
 [1402] Fsystem_name        [1153] input_polling_used    [902] x_after_update_window_line (xterm.c)
 [570] Fterminal_list       [1082] insert_1_both        [1087] x_alloc_nearest_color
 [736] Fterminal_live_p     [1059] insert_char           [751] x_any_window_to_frame (xterm.c)
 [507] Fterminal_parameter   [586] insert_from_gap      [1512] x_bitmap_icon
  [58] Ftext_properties_at   [996] insert_from_string   [1311] x_build_heuristic_mask (image.c)
 [325] Ftext_property_any    [120] insert_from_string_1 (insdel.c) [1014] x_catch_errors
 [1350] Fthrow               [307] intern_1             [1009] x_catch_errors_with_handler
 [1316] Ftime_add           [1080] intern_driver        [1611] x_change_tool_bar_height
 [1317] Ftime_less_p        [1042] intern_sym (lread.c) [1513] x_check_property_data
 [893] Ftimes                  [5] internal_catch        [900] x_clear_area
 [1152] Ftool_bar_get_system_style [194] internal_condition_case [1168] x_clear_cursor
 [1550] Ftool_bar_height     [878] internal_condition_case_1 [901] x_clear_end_of_line
 [410] Ftry_completion      [1500] internal_condition_case_2 [1466] x_clear_frame (xterm.c)
 [1403] Ftty_top_frame       [709] internal_condition_case_n [903] x_clear_frame_area (xterm.c)
 [1482] Ftty_type             [24] internal_equal (fns.c) [775] x_clear_glyph_string_rect (xterm.c)
 [1551] Fundo_boundary       [643] intervals_equal      [1169] x_clear_window_mouse_face
 [604] Fupcase               [802] invalidate_buffer_caches [589] x_clipboard_manager_save_all
 [1223] Fupcase_initials     [798] invalidate_current_column [1612] x_clipboard_manager_save_frame
 [1375] Fuse_local_map       [895] invalidate_region_cache [299] x_compute_glyph_string_overhangs (xterm.c)
 [1441] Fuser_login_name     [970] kbd_buffer_nr_stored (keyboard.c) [291] x_consider_frame_title (xdisp.c)
 [1552] Fuser_real_login_name [971] kbd_buffer_store_buffered_event [1613] x_copy_color
 [739] Fvconcat              [972] kbd_on_hold_p        [1287] x_decode_color (xfns.c)
 [286] Fvector              [1321] keymap_parent (keymap.c) [413] x_default_font_parameter (xfns.c)
 [771] Fvectorp               [31] keyremap_step.constprop.45 (keyboard.c) [443] x_default_parameter
 [168] Fvertical_motion     [1417] kill_buffer_processes [536] x_default_scroll_bar_color_parameter (xfns.c)
 [1553] Fvisited_file_modtime [1041] know_region_cache   [952] x_define_frame_cursor (xterm.c)
 [1554] Fwaiting_for_user_input_p [418] larger_vector   [1084] x_defined_color
 [270] Fwhere_is_internal   [1137] let_shadows_buffer_binding_p [1147] x_destroy_bitmap
 [1555] Fwhile              [1207] let_shadows_global_binding_p [1342] x_detect_focus_change (xterm.c)
 [864] Fwiden                [347] lface_equal_p (xfaces.c) [1312] x_display_info_for_display
 [999] Fwindow_body_height   [268] lface_from_face_name (xfaces.c) [1614] x_display_ok
 [1000] Fwindow_body_width   [334] lface_from_face_name_no_resolve (xfaces.c) [767] x_draw_fringe_bitmap (xterm.c)
 [1224] Fwindow_bottom_divider_width [741] lface_hash (xfaces.c) [330] x_draw_glyph_string (xterm.c)
 [160] Fwindow_buffer        [567] line_bottom_y         [866] x_draw_glyph_string_box (xterm.c)
 [485] Fwindow_frame         [235] lisp_align_free (alloc.c) [328] x_draw_glyph_string_foreground (xterm.c)
 [976] Fwindow_fringes       [666] lisp_align_malloc (alloc.c) [867] x_draw_relief_rect (xterm.c)
 [977] Fwindow_header_line_height [1418] lisp_file_lexically_bound_p (lread.c) [747] x_draw_stretch_glyph_string (xterm.c)
 [837] Fwindow_hscroll       [362] lisp_free (alloc.c)  [1150] x_draw_vertical_border
 [575] Fwindow_left_child    [881] lisp_malloc (alloc.c) [910] x_draw_window_cursor (xterm.c)
 [1442] Fwindow_list         [354] lisp_string_width     [501] x_figure_window_size
 [1335] Fwindow_list_1      [1208] lisp_time_struct (editfns.c) [1514] x_fill_property_data
 [931] Fwindow_live_p        [712] lisp_to_timespec      [545] x_find_image_fd (image.c)
 [978] Fwindow_margins       [678] list1                [1515] x_find_image_file
 [577] Fwindow_minibuffer_p  [382] list2                [1615] x_find_modifier_meanings (xterm.c)
 [1225] Fwindow_mode_line_height [366] list3            [1365] x_flush (xterm.c)
 [596] Fwindow_new_total     [364] list4                 [247] x_focus_changed (xterm.c)
 [1443] Fwindow_next_buffers [319] list5                 [511] x_frame_get_and_record_arg
 [590] Fwindow_next_sibling  [789] live_buffer (marker.c) [1103] x_free_colors
 [832] Fwindow_old_point     [412] load_charset (charset.c) [426] x_get_arg
 [165] Fwindow_parameter     [415] load_charset_map (charset.c) [1616] x_get_customization_string (xrdb.c)
 [591] Fwindow_parent       [1092] load_color2 (xfaces.c) [1516] x_get_focus_frame
 [515] Fwindow_pixel_height  [719] load_overlay_strings (xdisp.c) [183] x_get_glyph_overhangs
 [488] Fwindow_pixel_left   [1419] load_warn_old_style_backquotes (lread.c) [1178] x_get_string_resource
 [489] Fwindow_pixel_top     [433] looking_at_1 (search.c) [1011] x_had_errors_p
 [514] Fwindow_pixel_width   [804] lookup_basic_face    [1366] x_handle_dnd_message
 [833] Fwindow_point          [43] lookup_char_property [1191] x_handle_property_notify
 [1444] Fwindow_prev_buffers [227] lookup_fringe_bitmap [1617] x_load_resources
 [1556] Fwindow_resize_apply_total [147] lookup_glyphless_char_display [479] x_make_frame_visible
 [1226] Fwindow_right_divider_width [491] lookup_image  [1618] x_make_gc (xfns.c)
 [1227] Fwindow_scroll_bar_height [1197] lookup_image_type (image.c) [1467] x_new_focus_frame (xterm.c)
 [1228] Fwindow_scroll_bar_width [218] lookup_named_face [1517] x_new_font
 [306] Fwindow_scroll_bars  [1010] lookup_rgb_color (image.c) [911] x_parse_color
 [1001] Fwindow_start       [1357] lucid_event_type_list_p [75] x_produce_glyphs
 [1209] Fwindow_system      [1275] magic_db (xrdb.c)    [1276] x_query_colors
 [576] Fwindow_top_child     [505] make_blv (data.c)    [1367] x_real_pos_and_offsets
 [1071] Fwindow_valid_p      [422] make_buffer_string   [1368] x_real_positions
 [838] Fwindow_vscroll       [322] make_buffer_string_both [528] x_scroll_bar_create (xterm.c)
 [1140] Fwindowp             [875] make_byte_code       [1170] x_scroll_run (xterm.c)
 [1557] Fx_backspace_delete_keys_p [1584] make_face_cache (xfaces.c) [1468] x_session_check_input (xsmfns.c)
 [1483] Fx_change_window_property [162] make_float      [1619] x_session_initialize
 [384] Fx_create_frame       [378] make_fontset (fontset.c) [1620] x_set_alpha
 [1206] Fx_display_color_cells [379] make_fontset_for_ascii_face [1621] x_set_autolower
 [1277] Fx_get_resource      [687] make_formatted_string [1622] x_set_autoraise
 [985] Fx_hide_tip           [314] make_frame           [1518] x_set_background_color (xfns.c)
 [1558] Fx_open_connection   [563] make_frame_visible_1 (frame.c) [1623] x_set_border_color (xfns.c)
 [1351] Fx_register_dnd_atom [1173] make_gap            [1624] x_set_border_width
 [569] Fx_selection_exists_p [1322] make_gap_1          [1625] x_set_bottom_divider_width
 [480] Fx_wm_set_size_hint   [459] make_hash_table       [552] x_set_cursor_color (xfns.c)
 [530] Fxw_color_values     [1585] make_image_cache     [1626] x_set_cursor_type (xfns.c)
 [1135] Fxw_display_color_p  [994] make_interval         [371] x_set_font
 [898] SETUP_SYNTAX_TABLE (syntax.c) [1280] make_lisp_time [544] x_set_font_backend
 [651] SETUP_SYNTAX_TABLE_FOR_OBJECT [216] make_lispy_event (keyboard.c) [1627] x_set_foreground_color (xfns.c)
 [1376] XTcondemn_scroll_bars (xterm.c) [541] make_lispy_position (keyboard.c) [1334] x_set_frame_alpha
 [1559] XTframe_rehighlight (xterm.c) [1078] make_multibyte_string [395] x_set_frame_parameters
 [498] XTframe_up_to_date (xterm.c) [1358] make_process (process.c) [714] x_set_glyph_string_clipping (xterm.c)
 [1377] XTjudge_scroll_bars (xterm.c) [1134] make_realized_face (xfaces.c) [721] x_set_glyph_string_gc (xterm.c)
 [705] XTread_socket (xterm.c) [1142] make_save_funcptr_ptr_obj [1628] x_set_horizontal_scroll_bars
 [935] XTredeem_scroll_bar (xterm.c) [925] make_save_obj_obj_obj_obj [1629] x_set_icon_type (xfns.c)
 [815] XTring_bell (xterm.c) [1586] make_save_ptr       [1630] x_set_internal_border_width (xfns.c)
 [527] XTset_vertical_scroll_bar (xterm.c) [1038] make_save_ptr_int [1631] x_set_left_fringe
  [47] _init                 [652] make_specified_string [1632] x_set_line_spacing
 [754] access_keymap         [680] make_string          [1633] x_set_menu_bar_lines (xfns.c)
  [93] access_keymap_1 (keymap.c) [1272] make_string_from_bytes [553] x_set_mouse_color (xfns.c)
 [244] accessible_keymaps_1 (keymap.c) [387] make_sub_char_table (chartab.c) [481] x_set_offset
 [399] accumulate_script_ranges (fontset.c) [669] make_unibyte_string [1634] x_set_right_divider_width
  [32] active_maps (keyboard.c) [649] make_uninit_multibyte_string [1635] x_set_right_fringe
 [979] add_command_key (keyboard.c) [662] make_uninit_string [526] x_set_screen_gamma
 [1484] add_keyboard_wait_descriptor [1130] make_widget_for_menu_item (gtkutil.c) [1636] x_set_scroll_bar_background (xfns.c)
 [344] add_properties (textprop.c) [883] make_widget_value [1637] x_set_scroll_bar_default_height
 [1093] add_row_entry (dispnew.c) [315] make_window     [1638] x_set_scroll_bar_default_width
 [302] add_text_properties_1 (textprop.c) [449] map_char_table [1639] x_set_scroll_bar_foreground (xfns.c)
 [850] add_timer_wait_descriptor [373] map_char_table_for_charset [1640] x_set_scroll_bar_height
 [560] add_window_to_list (window.c) [372] map_charset_chars [1641] x_set_scroll_bar_width
 [1291] adjust_frame_glyphs  [761] map_keymap           [1642] x_set_title (xfns.c)
 [478] adjust_frame_size     [880] map_keymap_call (keymap.c) [1643] x_set_tool_bar_lines (xfns.c)
 [1201] adjust_glyph_matrix (dispnew.c) [1114] map_keymap_canonical [571] x_set_tool_bar_position (xfns.c)
 [1024] adjust_markers_for_delete [483] map_keymap_char_table_item (keymap.c) [1644] x_set_vertical_scroll_bars
 [820] adjust_markers_for_insert (insdel.c) [592] map_keymap_internal (keymap.c) [1645] x_set_wait_for_wm (xfns.c)
 [1025] adjust_overlays_for_delete [125] map_sub_char_table (chartab.c) [1519] x_set_window_size
 [821] adjust_overlays_for_insert [374] map_sub_char_table_for_charset (chartab.c) [1520] x_setup_relief_color (xterm.c)
 [797] adjust_suspend_auto_hscroll (insdel.c) [1452] map_tool_bar_style (xsettings.c) [868] x_setup_relief_colors (xterm.c)
 [1072] adjust_window_count (window.c) [1159] mapcar1 (fns.c) [1145] x_sync
 [1404] advance_to_char_boundary (buffer.c) [939] mark_buffer (alloc.c) [1646] x_sync_with_move (xterm.c)
 [1064] alloc_destination (coding.c) [42] mark_char_table (alloc.c) [573] x_term_init
 [1378] allocate_buffer      [668] mark_compiled (alloc.c) [1647] x_text_icon
 [583] allocate_kboard      [1053] mark_discard_killed_buffers (alloc.c) [1151] x_top_window_to_frame
 [1485] allocate_matrices_for_frame_redisplay (dispnew.c) [1031] mark_face_cache (alloc.c) [1012] x_uncatch_errors
 [1327] allocate_matrices_for_window_redisplay (dispnew.c) [1115] mark_fringe_data [1648] x_uncatch_errors_after_check
 [793] allocate_misc (alloc.c) [1109] mark_image_cache   [916] x_update_begin (xterm.c)
 [267] allocate_pseudovector [638] mark_interval (alloc.c) [1469] x_update_cursor
 [650] allocate_string_data [1116] mark_kboards          [917] x_update_end (xterm.c)
  [57] allocate_vector       [679] mark_localized_symbol (alloc.c) [907] x_update_window_begin (xterm.c)
 [664] analyze_first (regex.c) [161] mark_maybe_object (alloc.c) [908] x_update_window_end (xterm.c)
 [942] apply1                 [30] mark_object          [1649] x_wait_for_event
 [749] apply_lambda (eval.c) [808] mark_overlay (alloc.c) [1650] x_window (xfns.c)
  [97] apply_modifiers (keyboard.c) [644] mark_save_value (alloc.c) [1390] x_window_to_frame (xterm.c)
 [1445] apply_window_adjustment (window.c) [1117] mark_specpdl [427] x_wm_set_size_hint
 [672] arith_driver (data.c)  [85] mark_vectorlike (alloc.c) [1651] x_wm_supports
 [677] arithcompare         [1384] mark_window_cursors_off [863] x_write_glyphs
 [1048] arithcompare_driver (data.c) [1331] mark_window_display_accurate [236] x_x_to_emacs_modifiers
 [818] assign_row (dispnew.c) [945] mark_window_display_accurate_1 (xdisp.c) [1013] xbm_image_p (image.c)
  [29] assoc_no_quit         [748] marker_byte_position [1015] xfont_encode_coding_xlfd (xfont.c)
  [48] assq_no_quit          [731] marker_position       [605] xfont_get_cache (xfont.c)
 [115] back_to_previous_visible_line_start (xdisp.c) [1144] match_limit (search.c) [245] xfont_list (xfont.c)
 [615] balance_an_interval (intervals.c) [114] maybe_set_redisplay [252] xfont_list_pattern (xfont.c)
 [628] balance_intervals     [658] mem_delete (alloc.c)  [655] xfree
 [807] balance_intervals_internal (intervals.c) [131] mem_find (alloc.c) [1179] xft_settings_event
 [616] balance_possible_root_interval (intervals.c) [657] mem_insert (alloc.c) [1288] xftfont_add_rendering_parameters (xftfont.c)
 [873] bcall0 (bytecode.c)   [686] mem_rotate_left (alloc.c) [1428] xftfont_cached_font_ok (xftfont.c)
 [150] bidi_at_paragraph_end (bidi.c) [685] mem_rotate_right (alloc.c) [1652] xftfont_close (xftfont.c)
 [621] bidi_cache_ensure_space (bidi.c) [470] menu_bar_item (keyboard.c) [1369] xftfont_done_face (xftfont.c)
 [614] bidi_cache_find (bidi.c) [406] menu_bar_items     [329] xftfont_draw (xftfont.c)
 [612] bidi_cache_iterator_state (bidi.c) [351] menu_item_eval_property [138] xftfont_encode_char (xftfont.c)
 [607] bidi_cache_search.constprop.3 (bidi.c) [888] menu_separator_name_p [720] xftfont_get_colors (xftfont.c)
 [100] bidi_explicit_dir_char (bidi.c) [1453] merge      [601] xftfont_has_char (xftfont.c)
 [129] bidi_fetch_char (bidi.c) [1587] merge_face_heights (xfaces.c) [209] xftfont_list (xftfont.c)
 [496] bidi_fetch_char_skip_isolates (bidi.c) [549] merge_face_ref (xfaces.c) [408] xftfont_open (xftfont.c)
  [94] bidi_find_bracket_pairs (bidi.c) [298] merge_face_vectors (xfaces.c) [1294] xftfont_prepare_face (xftfont.c)
 [148] bidi_find_paragraph_start (bidi.c) [280] merge_named_face (xfaces.c) [128] xftfont_text_extents (xftfont.c)
  [84] bidi_get_category (bidi.c) [1588] message1       [1653] xg_change_toolbar_position
 [656] bidi_init_it          [594] message3             [1085] xg_check_special_colors
 [517] bidi_initialize (bidi.c) [1501] message3_nolog   [1654] xg_create_default_cursor
  [92] bidi_level_of_next_char (bidi.c) [308] message_dolog [1655] xg_create_frame_widgets
 [660] bidi_line_init (bidi.c) [1245] message_log_maybe_newline [1521] xg_create_scroll_bar
 [953] bidi_mirror_char      [831] mode_line_update_needed (xdisp.c) [1656] xg_create_widget
  [76] bidi_move_to_visually_next [217] modify_event_symbol (keyboard.c) [1391] xg_destroy_widgets (gtkutil.c)
 [102] bidi_paired_bracket_type (bidi.c) [930] modify_text_properties (textprop.c) [1470] xg_frame_resized
 [495] bidi_paragraph_init   [840] move_cache_gap (region-cache.c) [453] xg_frame_set_char_size
 [623] bidi_resolve_brackets (bidi.c) [1192] move_gap_both [1657] xg_get_default_scrollbar_height
  [65] bidi_resolve_explicit (bidi.c) [758] move_it_by_lines [1658] xg_get_default_scrollbar_width
  [74] bidi_resolve_neutral (bidi.c) [987] move_it_in_display_line [1289] xg_get_gdk_scale (gtkutil.c)
 [622] bidi_resolve_weak (bidi.c) [66] move_it_in_display_line_to (xdisp.c) [1155] xg_gtk_scroll_destroy (gtkutil.c)
 [704] bidi_shelve_cache     [171] move_it_to           [1659] xg_initialize
 [667] bidi_unshelve_cache   [108] move_it_vertically_backward [1023] xg_item_label_same_p (gtkutil.c)
 [1240] bitch_at_user        [490] move_point (cmds.c)  [1126] xg_mark_data
 [1486] blank_row            [852] multibyte_chars_in_text [1429] xg_modify_menubar_widgets
 [788] block_atimers (atimer.c) [1359] my_log_handler (xterm.c) [849] xg_select
 [1241] boyer_moore (search.c) [1589] my_log_handler (gtkutil.c) [1522] xg_set_cursor (gtkutil.c)
 [773] bset_redisplay        [856] nconc2               [1523] xg_set_icon
 [1220] bset_update_mode_line [1385] new_region_cache    [937] xg_set_toolkit_scroll_bar_thumb
 [855] buf_bytepos_to_charpos [1502] next_almost_prime  [1524] xg_store_widget_in_map (gtkutil.c)
 [133] buf_charpos_to_bytepos [98] next_element_from_buffer (xdisp.c) [1194] xg_tool_bar_help_callback (gtkutil.c)
 [706] buffer_display_table  [648] next_element_from_c_string (xdisp.c) [1392] xg_update_frame_menubar
 [828] buffer_local_value     [59] next_element_from_string (xdisp.c) [1044] xg_update_menubar (gtkutil.c)
 [1560] buffer_posn_from_coords [625] next_interval     [1430] xg_update_scrollbar_pos
 [919] build_marker          [260] next_overlay_change (xdisp.c) [1324] xg_update_submenu (gtkutil.c)
 [631] build_style_table (font.c) [599] next_window (window.c) [750] xg_win_to_widget
 [857] c_strcasecmp         [1129] normal_char_ascent_descent (xdisp.c) [1525] xic_create_xfontset (xfns.c)
 [707] c_string_width        [497] note_mouse_highlight [1660] xic_free_xfontset
 [1132] cache_face (xfaces.c) [593] note_mouse_movement (xterm.c) [967] xic_set_preeditarea
 [1405] calculate_costs      [104] oblookup             [1661] xic_set_xfontset
 [722] call0                 [253] offset_intervals     [1662] xlispstrdup
 [794] call1                [1503] open_directory (dired.c) [642] xmalloc
 [862] call2                 [210] openp                [1663] xml_cleanup_parser
 [1202] call3               [1590] other_visible_frames (frame.c) [1273] xnmalloc
 [1217] call4                [955] overlay_arrows_changed_p (xdisp.c) [1061] xnrealloc
 [839] call_mod_hooks (textprop.c) [699] overlays_around (editfns.c) [1215] xpalloc
 [993] cancel_atimer          [90] overlays_at          [1313] xpm_free_color_cache (image.c)
 [1487] cancel_echoing      [1246] parse_image_spec (image.c) [1258] xpm_image_p (image.c)
 [834] cancel_hourglass      [884] parse_menu_item      [1314] xpm_load (image.c)
 [1318] cancel_mouse_face    [190] parse_modifiers      [1180] xrdb_get_resource (frame.c)
 [1406] candidate_buffer (buffer.c) [1281] parse_single_submenu [765] xrealloc
 [755] candidate_window_p (window.c) [927] parse_solitary_modifier [1664] xsettings_get_system_font
 [1229] careadlinkat         [629] parse_str_as_multibyte [1665] xsettings_initialize
  [41] casify_object (casefiddle.c) [956] pint2str (xdisp.c) [1205] xstrdup
 [1189] ceiling2 (floatfns.c) [957] pop_kboard           [879] xzalloc
 [1561] change_frame_size   [1110] pop_message_unwind    [263] <cycle 1>
 [1446] change_frame_size_1 (dispnew.c) [778] popup_activated [4] <cycle 2>
 [222] char_composable_p (composite.c) [1591] pos_visible_p [600] <cycle 3>
 [476] char_quoted (syntax.c) [1074] preferred_sequence_p (keymap.c) [7] <cycle 4>
 [871] char_string           [813] prepare_desired_row   [272] <cycle 5>
 [1259] char_table_ascii (chartab.c) [635] prepare_face_for_display
  [35] char_table_ref        [585] prepare_record (undo.c)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2016-03-03  7:08 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
2016-03-03  7:08           ` Clément Pit--Claudel [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56D7E2F6.2020008@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.