1. 11 Apr, 2022 1 commit
  2. 29 Jun, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 05 Dec, 2020 1 commit
  5. 02 Dec, 2020 1 commit
  6. 30 Nov, 2020 1 commit
  7. 16 Nov, 2020 1 commit
    • Camillo Bruni's avatar
      [tools] Speed up system-analyzer · abf87441
      Camillo Bruni authored
      - Reuse DOM nodes if possible
      - Delay slow DOM node removal to not block the UI
      - Fix global time range syncing when adding timelines to the state
      - Use a Proxy to cache CSS colors instead of querying CSS properties
        on every access
      - Set className on newly create DOM nodes instead of adding to the
        classList
      - Use bound functions for event handlers that are added multiple times
      - Speed up Chunk.getBreackdown
      - Use CSS gradient for timeline-track chunk backgrounds, which is an
        order of magnitude faster than the serialised canvas approach
      
      Bug: v8:10644
      Change-Id: Ie2d6d5b404f18e920c10c0a6460669fd4d0b20e8
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2539947
      Commit-Queue: Camillo Bruni <cbruni@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran  <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#71207}
      abf87441
  8. 03 Nov, 2020 1 commit
  9. 22 Oct, 2020 1 commit
  10. 20 Oct, 2020 1 commit
  11. 19 Oct, 2020 2 commits
  12. 28 Aug, 2020 1 commit
    • Zeynep Cankara's avatar
      [tools][system-analyzer] Add Source Code Panel · 0f6afbe1
      Zeynep Cankara authored
      This CL adds a source code panel to display source code positions of
      Map/IC log events.
      
      * Clicking file positions on the Ic Panel emits FocusEvent with
      SourcePositionLogEvent as entry to highlight code related with the
      selected icLogEvent.
      
      * Clicking map details on the Map Panel emits FocusEvent with
      SourcePositionLogEvent as entry to highlight code related with the
      selected mapLogEvent.
      
      Bug: v8:10644
      Change-Id: Icaf3e9e3f7fae485c50ad685f9ec5dc8ac28b3dc
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2358734
      Commit-Queue: Zeynep Cankara <zcankara@google.com>
      Reviewed-by: 's avatarSathya Gunasekaran  <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#69610}
      0f6afbe1
  13. 13 Aug, 2020 1 commit
  14. 05 Aug, 2020 1 commit
  15. 04 Aug, 2020 1 commit
  16. 28 Jul, 2020 1 commit
  17. 27 Jul, 2020 1 commit
  18. 24 Jul, 2020 1 commit
  19. 23 Jul, 2020 1 commit