1. 14 May, 2020 1 commit
  2. 22 Nov, 2018 1 commit
  3. 14 Sep, 2018 1 commit
  4. 29 May, 2018 1 commit
  5. 23 Jun, 2017 1 commit
  6. 28 Jul, 2016 2 commits
    • Alexander.Gilday2's avatar
      [turbolizer] Fixed naming of turbolizer perf script. · 6e01fe20
      Alexander.Gilday2 authored
      Change was meant to be in previous patch but was accidentally reverted.
      README.md updated with new filename, also.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2184223005
      Cr-Commit-Position: refs/heads/master@{#38134}
      6e01fe20
    • 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