[Rev 01] RFR: 6549: Color flame chart based on package name

Miroslav Wengner mwengner at openjdk.java.net
Mon Jan 13 12:27:53 UTC 2020


> implemented ticket : https://bugs.openjdk.java.net/browse/JMC-6549
> additionally:
> 1. fixed issue with displaying big data set in flameview
> 2. improved display speed
> 
> comments:  cell coloring algorithm is based on packageName hash with defined depth to avoid collisions and guarantee same stripPackageName color.
> conclusion: the flameview is always displayed

The pull request has been updated with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.

-------------

Added commits:
 - 4d6f5838: 6549: Color flame chart based on package name
 - b051b390: Merge branch 'master' of https://github.com/openjdk/jmc into feature/JMC_6549_color_flame_chart_based_packagename
 - 67bc8668: 6658: Remove unnecessary storing of pre-instrumented bytecode

Changes:
  - all: https://git.openjdk.java.net/jmc/pull/29/files
  - new: https://git.openjdk.java.net/jmc/pull/29/files/c173c1cf..4d6f5838

Webrevs:
 - full: https://webrevs.openjdk.java.net/jmc/29/webrev.01
 - incr: https://webrevs.openjdk.java.net/jmc/29/webrev.00-01

  Stats: 186 lines in 8 files changed: 77 ins; 71 del; 38 mod
  Patch: https://git.openjdk.java.net/jmc/pull/29.diff
  Fetch: git fetch https://git.openjdk.java.net/jmc pull/29/head:pull/29

PR: https://git.openjdk.java.net/jmc/pull/29


More information about the jmc-dev mailing list