Skip to main content

getEntries

method Performance.getEntries
Jump to headingPerformance.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 Jump to heading

Back to top