8358448: JFR: Incorrect time unit for MethodTiming event
Reviewed-by: mgronlun, ayang
This commit is contained in:
parent
4604c86d2f
commit
d7def20afa
@ -43,7 +43,7 @@ public final class MethodTimingEvent extends AbstractJDKEvent {
|
||||
public long invocations;
|
||||
|
||||
@Label("Average Time")
|
||||
@Timespan
|
||||
@Timespan(Timespan.TICKS)
|
||||
public long average;
|
||||
|
||||
public static void commit(long start, long method, long invocations, long average) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user