pl.wendigo.chrome.api.layertree / ProfileSnapshotResponse

ProfileSnapshotResponse

data class ProfileSnapshotResponse (source)

Represents response frame that is returned from LayerTree#profileSnapshot operation call.

Link
LayerTree#profileSnapshot method documentation.

See Also

LayerTreeOperations.profileSnapshot

Constructors

<init>

ProfileSnapshotResponse(timings: List<PaintProfile>)

Represents response frame that is returned from LayerTree#profileSnapshot operation call.

Properties

timings

val timings: List<PaintProfile>

The array of paint profiles, one per run.