java.lang.Object
org.springframework.boot.context.metrics.buffering.StartupTimeline

public class StartupTimeline extends Object
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
  • 方法详细资料

    • getStartTime

      public Instant getStartTime()
      Return the start time of this timeline.
      返回:
      the start time
    • getEvents

      public List<StartupTimeline.TimelineEvent> getEvents()
      Return the recorded events.
      返回:
      the events