# Array.<PerformanceEntry> EntryList.getEntriesByType(string entryType)

基础库 2.11.0 开始支持,低版本需做兼容处理

小程序插件:不支持

# 功能描述

获取当前列表中所有类型为 [entryType] 的性能数据

# 参数

# string entryType

# 返回值

# Array.<PerformanceEntry>