![]() Previous |
![]() Next |
The Method Profiling page contains information about sampled stack traces.
This page displays method profiling information in tables.
-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints
With DebugNonSafepoints
, the compiler will additionally generate the necessary metadata for the parts of the code not at safe points.
Using the Method Profiling Page: Selections and Aspects
Use the drop-down menus at the top of the page to choose a selection and aspect if desired. Data from other pages can be saved to the selection drop-down menu by dragging an area of a chart (or selecting data from a table) and choosing Store Selection or Store Selection and Set As Focused Selection from the context menu.
Show concurrent: Show all events concurrent to the selected aspect.
Contained: Only show events that are fully contained in the time range from the active selection aspect
Same threads: Only show events in threads related to the active selection aspect.
Using the Method Profiling Page: Tables
Table columns are labeled as follows:
Top Package: The fully qualified package name.
Top Class: The fully qualified class name.
Count: The number of times that methods were sampled.
Copyright © 2018, 2021, Oracle and/or its affiliates. All rights reserved. |
![]() Previous |
![]() Next |