public class StartupTimeline
extends java.lang.Object
steps
recorded by
BufferingApplicationStartup
. Each StartupTimeline.TimelineEvent
has a start and end
time as well as a duration measured with nanosecond precision.Modifier and Type | Class and Description |
---|---|
static class |
StartupTimeline.TimelineEvent
Event on the current
StartupTimeline . |
Modifier and Type | Method and Description |
---|---|
java.util.List<StartupTimeline.TimelineEvent> |
getEvents()
Return the recorded events.
|
java.time.Instant |
getStartTime()
Return the start time of this timeline.
|
public java.time.Instant getStartTime()
public java.util.List<StartupTimeline.TimelineEvent> getEvents()