RFR: 8055: Improvement in stacktrace view for Duration

Brice Dutheil bdutheil at openjdk.org
Wed May 17 10:10:49 UTC 2023


On Thu, 9 Mar 2023 21:36:14 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:

> 1. Added a new column for Duration. It will be populated only when the "Show Duration" toggle icon is clicked. Not by default.
> 2. Fixed NaN issue for screens where duration is not present.
> 3. Added timeunit to make tooltip more meaningful.
> 
> Please refer JIRA description for more details.

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/messages/internal/Messages.java line 642:

> 640: 		}
> 641: 		return NLS.bind(message, new Object[] {itemCount, frameFraction, totalCount});
> 642: 	}

**question:** Is this method used ?

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

PR Review Comment: https://git.openjdk.org/jmc/pull/475#discussion_r1196259016


More information about the jmc-dev mailing list