1. 19 Feb, 2019 1 commit
  2. 19 Jul, 2016 1 commit
    • klaasb's avatar
      [interpreter] Add relative numbers to dispatch report · a3f598fc
      klaasb authored
      This adds an additional column with percentages to the output of
      bytecode_dispatch_report.py --top-dispatches-for-bytecode.
      The percentages always represent the relative number of dispatches to
      the target bytecode to all dispatches from the source bytecode.
      The additional flag --sort-sources-relative/-r allows sorting the
      "Top sources of dispatches to" the given bytecode by this column to more
      easily find bytecodes that significantly often dispatch to the target.
      
      BUG=v8:4899
      LOG=N
      
      Review-Url: https://codereview.chromium.org/2159683003
      Cr-Commit-Position: refs/heads/master@{#37873}
      a3f598fc
  3. 17 May, 2016 1 commit
  4. 19 Apr, 2016 1 commit
    • ssanfilippo's avatar
      [Interpreter] Report hottest bytecodes in bytecode_dispatches_report.py · 7fa7bfac
      ssanfilippo authored
      In addition to top source-destination pairs,
      bytecode_dispatches_report.py now prints the hottest bytecode handlers
      by the number of times they are executed and dispatch to another one,
      regardless of the dispatch target.
      
      Be aware that this figure does not match the number of times a handler
      is executed for those which may not or will never dispatch, e.g.
      Return or Throw.
      
      BUG=v8:4899
      LOG=N
      
      Review URL: https://codereview.chromium.org/1875263004
      
      Cr-Commit-Position: refs/heads/master@{#35629}
      7fa7bfac
  5. 13 Apr, 2016 1 commit