Timeline
The timeline tab shows when the methods were invoked.
The method profiling timeline gives a visual indication of when a method was invoked in your application. You can use the graph to see whether a method is used regularly throughout the lifecycle of your application. Some methods might be used only at a specific stage in the lifecycle, such as startup. This information can help you decide whether the method is a good target for optimization.