Class StartupTimeline
java.lang.Object
org.springframework.boot.context.metrics.buffering.StartupTimeline
Represent the timeline of
steps
recorded by
BufferingApplicationStartup
. Each StartupTimeline.TimelineEvent
has a start and end
time as well as a duration measured with nanosecond precision.- Since:
- 2.4.0
- Author:
- Brian Clozel
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the recorded events.Return the start time of this timeline.
-
Method Details
-
getStartTime
Return the start time of this timeline.- Returns:
- the start time
-
getEvents
Return the recorded events.- Returns:
- the events
-