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:
This example demonstrates how to retrieve InitBackgroundRuntimeEntry
。
Returns the entry type, which is always init
.
Returns the entry name, which is always backgroundRuntime
.
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.
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.
LCD tables only load in the browser