1. 15 Jan, 2019 1 commit
  2. 14 Jan, 2019 1 commit
  3. 07 Jan, 2019 2 commits
  4. 21 Dec, 2018 1 commit
  5. 20 Dec, 2018 1 commit
  6. 08 Nov, 2018 2 commits
  7. 06 Nov, 2018 1 commit
  8. 08 Oct, 2018 1 commit
  9. 13 Jun, 2018 1 commit
  10. 11 Jun, 2018 1 commit
  11. 16 May, 2018 1 commit
    • Sigurd Schneider's avatar
      [turbolizer] Add support for inlined functions · a97a362d
      Sigurd Schneider authored
      This CL adds support for inlined functions in Turbolizer. It is also a
      refactoring of the Turbolizer code-base. Most importantly, handling of
      source positions changed to exact source positions, and not code ranges.
      This improves selection interoperability between different phase views.
      
      A separate CL changes the Turbolizer JSON format to include inlining
      information. This Turbolizer update, however, is intended to be backwards
      compatible with the JSON format Turbolizer generated before the JSON
      format change.
      
      
      Bug: v8:7327
      Change-Id: Ic67506a6f3a36fe98c012b1e76994972779c1fd2
      Reviewed-on: https://chromium-review.googlesource.com/1032784
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53213}
      a97a362d
  12. 21 Feb, 2018 1 commit
  13. 18 Jan, 2018 1 commit
  14. 12 Jan, 2018 1 commit
  15. 14 Sep, 2016 1 commit
  16. 11 Aug, 2016 1 commit
  17. 10 Aug, 2016 1 commit
  18. 09 Aug, 2016 1 commit
  19. 28 Jul, 2016 1 commit
    • Alexander.Gilday2's avatar
      [turbolizer] Add support for showing perf profiling information. · 286e2b14
      Alexander.Gilday2 authored
      perf-turbo.py merges a perf data file and a turbofan trace file into a
      single json object which can then be piped to a file and uploaded to
      turbolizer to display the profiling data in the disassembly. With the
      changes, turbolizer now shows the event counts for instruction in
      percentage form and with heatmap-stype colouring. Multiple different
      events can be recorded at once with a new drop-down menu to select which
      event to view the counts of. The documentation has been updated with
      instructions. Using the script is optional and turbolizer retains
      previous functionality if a trace without profiling data is uploaded.
      
      BUG=None
      
      Review-Url: https://codereview.chromium.org/2174803002
      Cr-Commit-Position: refs/heads/master@{#38124}
      286e2b14
  20. 25 Jul, 2016 1 commit
    • bgeron's avatar
      [turbolizer] Style improvements. · 7ef24ad9
      bgeron authored
      - Remove duplicated CSS.
      - Expand landing area of upload button.
      - Give the toolbox a transparent white background.
      - Make the phase-select box look nicer before file load.
      - Remove the margin at the top of the screen.
      
      The height of the margin was exactly the height of span#graph-toolbox,
      and due to the semantics of position:relative, space was reserved for it
      at the top of div#middle.
      
      BUG=
      R=danno
      
      Review-Url: https://codereview.chromium.org/2164373002
      Cr-Commit-Position: refs/heads/master@{#38003}
      7ef24ad9
  21. 13 Jun, 2016 1 commit
    • danno's avatar
      [turbolizer] Features and bug-fixes · e52907f8
      danno authored
      Fix bugs and add a few small useful features:
      
      * Fix Schedule view to properly parse schedule output and respond to switching
        back to graph views.
      * Add shorcuts for showing edges of selected nodes.
        - 'i' shows all inputs
        - 'o' shows all outputs
        - '1'-'9' shows all nodes nth input where 1 <= n <= 9
        - 'c' shows all control inputs
        - 'e' shows all effect inputs
      * Holding the control key down when using a edge-showing shortcut toggles edge
        state rather the just showing.
      * 'a' selects all nodes in graph view.
      * Node selection is preserved between graph views and Schedule views.
      * Holding control key down when using regular expression search shows currently
        hidden nodes that match the regex search.
      * Pane expansion buttons now respond to clicks in entire button area.
      * Default text in regex search box makes searching more discoverable.
      
      Review-Url: https://codereview.chromium.org/2059193002
      Cr-Commit-Position: refs/heads/master@{#36932}
      e52907f8
  22. 19 May, 2016 1 commit