Interface ProfiledThreadState
- All Known Implementing Classes:
ThreadProfilerImpl
public interface ProfiledThreadState
Profiled
ThreadState.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theProfiledManagedFunctioninstances.longObtains the start time stamp.longObtains the start time stamp.
-
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 theProfiledManagedFunctioninstances.- Returns:
ProfiledManagedFunctioninstances.
-