RFR: 7894: Provide an alternative Java based flamegraph visualization
Marcus Hirt
hirt at openjdk.org
Thu Sep 8 13:32:19 UTC 2022
On Wed, 6 Jul 2022 23:43:57 GMT, Brice Dutheil <duke at openjdk.org> wrote:
> Actually tooltips are based on Eclipse's JFace.
Nice! So that means we can have similar tooltips to the current ones, but they will not be cut off at the panel boundaries? That's great!
Regarding using an SWT scrolled composite to wrap the component, isn't that the way to do this? I mean, basically setting the width to the width of the parent container, and have the height calculated (and reported) accordingly?
-------------
PR: https://git.openjdk.org/jmc/pull/408
More information about the jmc-dev
mailing list