Interface ProfilingEvent

All Superinterfaces:
BaseEvent
All Known Implementing Classes:
ProfilingEventObject

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 Details

    • getMethod

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

      ProfilingMethod[] getCallStack()
      Returns:
      an array of Methods in the call stack