Interface CpuHotspots


public interface CpuHotspots
Data object for CPU hot spots.

This object is returned by Connection.getCpuHotspots.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the hot spot values.
    long
    Returns the total execution time in microseconds for all hot spots that are included in this data object.
  • Method Details

    • getTotalTime

      long getTotalTime()
      Returns the total execution time in microseconds for all hot spots that are included in this data object.
      Returns:
      the total execution time in microseconds
    • getHotspots

      List<ProfilingValue> getHotspots()
      Returns the hot spot values. This list is unsorted. The descriptor type of the ProfilingValue objects depends on the aggregation level that was specified for the calculation of the allocation hot spots.
      Returns:
      the list of hot spot values