ProfileSnapshotResponse

@Serializable
data class ProfileSnapshotResponse(val timings: List<PaintProfile>)

Response type for the LayerTreeDomain.profileSnapshot command.

Constructors

Link copied to clipboard
constructor(timings: List<PaintProfile>)

Properties

Link copied to clipboard

The array of paint profiles, one per run.