For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/api/lynx-api/performance-api/performance-entry/init-lynxview-entry.md.
Lynx
  • 简体中文
  • deprecated InitLynxviewEntry

    Warning

    该事件在 Lynx SDK 3.7 版本已废弃,相关数据可从 LoadBundleEntry / ReloadBundleEntry 中获取.

    InitLynxviewEntry 接口提供有关 LynxView 初始化的关键时间,它继承自 PerformanceEntry

    在初始化流程中,指标的定义如下图: lynxview 初始化的关键时间

    示例

    该示例展示了如何获取 InitLynxviewEntry

    实例属性

    entryType

    entryType: string;

    性能事件的类型,当前类所有实例的值均固定为 init

    name

    name: string;

    性能事件的名称,当前类所有实例的值均固定为 lynxview

    createLynxStart

    createLynxStart: number;

    LynxView 开始创建的时间。该时间戳是一个表示为浮点型的 Unix 时间戳(单位:毫秒),精确到小数点后三位。例如:1739594612307.429。

    createLynxEnd

    createLynxEnd: number;

    LynxView 创建完毕的时间。该时间戳是一个表示为浮点型的 Unix 时间戳(单位:毫秒),精确到小数点后三位。例如:1739594612307.429。

    兼容性

    LCD tables only load in the browser

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。