BlueprintViewRenderMetrics
public struct BlueprintViewRenderMetrics
-
The layout mode used to render the view.
Declaration
Swift
public var layoutMode: LayoutMode -
The mach time in seconds at which the view render started (from
CACurrentMediaTime()).Declaration
Swift
public var startTimestamp: TimeInterval -
The total time it took to apply a new element.
Declaration
Swift
public var totalDuration: TimeInterval -
The time it took to lay out and measure the new element.
Declaration
Swift
public var layoutDuration: TimeInterval -
The time it took to update the on-screen views for the element.
Declaration
Swift
public var viewUpdateDuration: TimeInterval
View on GitHub
BlueprintViewRenderMetrics Structure Reference