public class StartupTimeline extends 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 |
---|---|
List<StartupTimeline.TimelineEvent> |
getEvents()
Return the recorded events.
|
Instant |
getStartTime()
Return the start time of this timeline.
|
public Instant getStartTime()
public List<StartupTimeline.TimelineEvent> getEvents()