Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

method Performance.getEntries

#Performance.getEntries(): PerformanceEntry[]

Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime. If you are only interested in performance entries of certain types or that have certain names, see performance.getEntriesByType() and performance.getEntriesByName().

Return Type #