Skip to content

Commit ca6b165

Browse files
committed
8359895: JFR: method-timing view doesn't work
Reviewed-by: mgronlun Backport-of: 984d7f9
1 parent d5aa225 commit ca6b165

File tree

1 file changed

+2
-2
lines changed
  • src/jdk.jfr/share/classes/jdk/jfr/internal/query

1 file changed

+2
-2
lines changed

src/jdk.jfr/share/classes/jdk/jfr/internal/query/view.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ table = "COLUMN 'Alloc. Time', 'Application Method', 'Object Age', 'Heap Usage'
471471

472472
[application.method-timing]
473473
label = "Method Timing"
474-
table = "COLUMN 'Timed Method', 'Invocations', 'Min. Tim', 'Max. Time', 'Average Time'
475-
FORMAT none, none, ms-precision:6
474+
table = "COLUMN 'Timed Method', 'Invocations', 'Min. Time', 'Max. Time', 'Average Time'
475+
FORMAT none, none, ms-precision:6, ms-precision:6, ms-precision:6
476476
SELECT LAST_BATCH(method) AS M, LAST_BATCH(invocations), LAST_BATCH(minimum), LAST_BATCH(maximum), LAST_BATCH(average)
477477
FROM jdk.MethodTiming GROUP BY method ORDER BY average"
478478

0 commit comments

Comments
 (0)