开发 API 基础 performance Performance Performance.getEntriesByName
# Performance.getEntriesByName
更新时间:2024-09-18 14:46:36
获取当前性能数据缓冲区中所有名称为 name
且类型为 entryType
的性能数据。
# getEntriesByName(name: string, entryType?: string): PerformanceEntry[]
# 参数
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
name | string | 是 | 指定性能数据的名称 |
entryType | string | 否 | 指定性能数据的类型 |
# 返回值
# PerformanceEntry[]
# 示例代码
上一篇:《Performance.getEntries》
下一篇:《Performance.getEntriesByType》
仍有疑问? 前往社区提问