method Performance.getEntriesByType
Performance.getEntriesByType(type: EntryType): PerformanceEntry[]
Deprecated
Returns a list of PerformanceEntry
objects in chronological order with respect to performanceEntry.startTime
whose performanceEntry.entryType
is equal to type
.
type: EntryType