Interface ProfiledProcessState

All Known Implementing Classes:
ProcessProfilerImpl

public interface ProfiledProcessState
Profiled ProcessState.
Author:
Daniel Sagenschneider
  • Method Details

    • getStartTimestampMilliseconds

      long getStartTimestampMilliseconds()
      Obtains the start time stamp.
      Returns:
      Start time stamp in milliseconds.
    • getStartTimestampNanoseconds

      long getStartTimestampNanoseconds()
      Obtains the start time stamp.
      Returns:
      Start time stamp in nanoseconds.
    • getProfiledThreadStates

      List<ProfiledThreadState> getProfiledThreadStates()
      Obtains the ProfiledThreadState instances.
      Returns:
      ProfiledThreadState instances.