开发 API 基础 performance Performance Performance.mark
# Performance.mark
更新时间:2024-09-18 14:46:36
在性能数据缓冲区中使用给定名称添加一个 name 为 name
的性能数据。
# mark(name: string): PerformanceEntry
# 参数
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
name | string | 是 | 性能数据名称 |
# 返回值
# PerformanceEntry
# 示例代码
上一篇:《Performance.getEntriesByType》
下一篇:《Performance.clearMarks》
仍有疑问? 前往社区提问