Interface ProfiledThreadState

All Known Implementing Classes:
ThreadProfilerImpl

public interface ProfiledThreadState
Profiled ThreadState.
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.
    • getProfiledManagedFunctions

      List<ProfiledManagedFunction> getProfiledManagedFunctions()
      Obtains the ProfiledManagedFunction instances.
      Returns:
      ProfiledManagedFunction instances.