This interface describes the performance data specific to Android platform's Measure, Layout, and Draw operations in the Lynx Pipeline, as shown in the following diagram:
This example shows how to generate and obtain AndroidHostPlatformTiming
.
A string describing the Host Platform type, with default value: Android
.
The timestamp when the first execution of LynxView's onMeasure starts in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The timestamp when the last execution of LynxView's onMeasure
ends in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The timestamp when the first execution of LynxView's onLayout
starts in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The timestamp when the last execution of LynxView's onLayout
ends in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The timestamp when the execution of LynxView's dispatchDraw
starts in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
The timestamp when the execution of LynxView's dispatchDraw
ends in a Lynx Pipeline. This timestamp is a Unix timestamp represented as a floating-point number (in milliseconds), accurate to three decimal places. For example: 1739594612307.429.
LCD tables only load in the browser