Jump to Content
  Previous Next
Content starts here

3. Look on the Latency Traces Tab to Find Specific Method

Once you are done viewing your recording from a threads perspective, you click on the Latency Traces tab to find methods that contain latencies. The Traces table is sorted to show the methods that contain the most number of events with latencies first. Figure 16-23 shows that the most latencies are within the method java.util.logging.FileHandler.publish(LogRecord). Investigate further by adding the method java.util.logging.FileHandler.publish(LogRecord) to the operative set, see 4. Add a Suspected Method to the Operative Set.

Figure 16-23 Latency Traces tab with method that contains latencies

Latency Traces tab with method that contains latencies

  Previous Next