Deprecated InitBackgroundRuntimeEntry
Warning
该事件在 Lynx SDK 3.7 版本已废弃,相关数据可从 LoadBundleEntry / ReloadBundleEntry 中获取.
InitBackgroundRuntimeEntry 接口提供关于 Background Thread Runtime 初始化的关键时间,它继承自 PerformanceEntry。
在初始化流程中,指标的定义如下图:

示例
该示例展示了如何获取 InitBackgroundRuntimeEntry。

实例属性
entryType
性能事件的类型,当前类所有实例的值均固定为 init。
name
性能事件的名称,当前类所有实例的值均固定为 backgroundRuntime。
loadCoreStart
初始化后台线程运行时环境的开始时间戳。该时间戳是一个表示为浮点型的 Unix 时间戳(单位:毫秒),精确到小数点后三位。例如:1739594612307.429。
loadCoreEnd
初始化后台线程运行时环境的结束时间戳。该时间戳是一个表示为浮点型的 Unix 时间戳(单位:毫秒),精确到小数点后三位。例如:1739594612307.429。
兼容性
LCD tables only load in the browser