For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/lynx-api/performance-api/performance-entry/init-background-runtime-entry.md.
Lynx
  • English
  • deprecated InitBackgroundRuntimeEntry

    Warning

    This event has been deprecated since Lynx SDK 3.7. Related data can be obtained from LoadBundleEntry / ReloadBundleEntry.

    The InitBackgroundRuntimeEntry interface provides the key moments regarding the initialization of the Background Thread Runtime. It inherits from PerformanceEntry.

    In the initialization process, the metrics are defined as shown in the figure below: key moments of background thread runtime initialization

    Examples

    This example demonstrates how to retrieve InitBackgroundRuntimeEntry

    Instance properties

    entryType

    entryType: string;

    Returns the entry type, which is always init.

    name

    name: string;

    Returns the entry name, which is always backgroundRuntime.

    loadCoreStart

    loadCoreStart: number;

    The start timestamp for initializing the background thread runtime environment. This timestamp is a floating-point Unix timestamp (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.

    loadCoreEnd

    loadCoreEnd: number;

    The end timestamp for initializing the background thread runtime environment. This timestamp is a floating-point Unix timestamp (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.

    Compatibility

    LCD tables only load in the browser

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.