com.ibm.java.diagnostics.healthcenter.api.profiling

Interface ProfilingEvent

  • All Superinterfaces:
    BaseEvent


    public interface ProfilingEvent
    extends BaseEvent
    This class defines the values returned when a profiling event takes place and is used by the ProfilingEventListener interface
    • Method Detail

      • getMethod

        ProfilingMethod getMethod()
        Returns:
        The method at the top of the stack
      • getCallStack

        ProfilingMethod[] getCallStack()
        Returns:
        an array of Methods in the call stack
© Copyright 2012, 2016 IBM Corporation.