tt.performance.getEntriesByName收藏我的收藏
收藏
我的收藏获取当前缓冲区中所有名称为 [name] 且类型为 [entryType] 的性能数据。
语法
tt.performance.getEntriesByName(name, entryType)
参数说明
name
类型 | 默认值 | 必填 | 说明 | 最低支持版本 |
string | | 是 | 期望获取的性能数据 name | 1.60.0 |
entryType
类型 | 默认值 | 必填 | 说明 | 最低支持版本 |
string | | 否 | 期望获取的性能数据 entryType | 1.60.0 |
返回值
扫码体验
代码示例
Bug & Tip
无