AndroidHostPlatformTiming
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:
Examples
This example shows how to generate and obtain AndroidHostPlatformTiming.

Instance Properties
hostPlatformType
A string describing the Host Platform type, with default value: Android.
measureStart
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.
measureEnd
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.
layoutStart
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.
layoutEnd
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.
drawStart
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.
drawEnd
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.
Compatibility
LCD tables only load in the browser