method Performance.getEntries
Performance.getEntries(): PerformanceEntry[]
Deprecated
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()
.