类 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.- 从以下版本开始:
- 2.4.0
- 作者:
- Brian Clozel
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明Return the recorded events.Return the start time of this timeline.
-
方法详细资料
-
getStartTime
Return the start time of this timeline.- 返回:
- the start time
-
getEvents
Return the recorded events.- 返回:
- the events
-