1. 23 Aug, 2019 2 commits
  2. 15 Jan, 2019 1 commit
  3. 14 Jan, 2019 1 commit
  4. 12 Jan, 2019 3 commits
  5. 09 Jan, 2019 1 commit
  6. 07 Jan, 2019 1 commit
  7. 04 Jan, 2019 3 commits
  8. 21 Dec, 2018 3 commits
  9. 20 Dec, 2018 1 commit
  10. 19 Dec, 2018 1 commit
  11. 22 Nov, 2018 1 commit
  12. 06 Nov, 2018 1 commit
  13. 11 Oct, 2018 1 commit
  14. 11 Jul, 2018 1 commit
  15. 13 Jun, 2018 1 commit
  16. 11 Jun, 2018 1 commit
  17. 29 May, 2018 1 commit
  18. 22 May, 2018 1 commit
  19. 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
  20. 15 May, 2017 1 commit
  21. 14 Sep, 2016 1 commit
  22. 10 Aug, 2016 2 commits
  23. 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
  24. 11 Jul, 2016 1 commit
    • Alexander.Gilday2's avatar
      [turbolizer] Improve code comments in disassembly · 7f162dbc
      Alexander.Gilday2 authored
      This change analyzes and links the output of --code-comments in the disassembly view within turbolizer with the other views, such that selecting these comments will also select the respective blocks/lines/nodes within the other views. The block start comments (e.g. -- B4 start --) are linked with the blocks in the schedule phase view and vice versa. The source position comments (e.g. -- primes.js:3:10 --) select the respective spans, lines, and nodes in the JavaScript code view, the schedule phase view, and the other compilation phase views respectively, and vice versa. It also modifies the display of the line and column numbers in the source position comments to be offset from 1 instead of 0 and ignore the initial source position of the first line of code (from removal of the function name in the compiler).
      
      Also fixed the bug where previous selections weren't being cleared properly across multiple views, adding appropriate clear calls when using the selection broker.
      
      Review-Url: https://codereview.chromium.org/2133663002
      Cr-Commit-Position: refs/heads/master@{#37627}
      7f162dbc
  25. 19 May, 2016 1 commit