Interface ProfiledProcessState
- All Known Implementing Classes:
ProcessProfilerImpl
public interface ProfiledProcessState
Profiled
ProcessState.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theProfiledThreadStateinstances.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.
-
getProfiledThreadStates
List<ProfiledThreadState> getProfiledThreadStates()Obtains theProfiledThreadStateinstances.- Returns:
ProfiledThreadStateinstances.
-