Skip to content

Commit d7def20

Browse files
committed
8358448: JFR: Incorrect time unit for MethodTiming event
Reviewed-by: mgronlun, ayang
1 parent 4604c86 commit d7def20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jfr/share/classes/jdk/jfr/events/MethodTimingEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class MethodTimingEvent extends AbstractJDKEvent {
4343
public long invocations;
4444

4545
@Label("Average Time")
46-
@Timespan
46+
@Timespan(Timespan.TICKS)
4747
public long average;
4848

4949
public static void commit(long start, long method, long invocations, long average) {

0 commit comments

Comments
 (0)