pl.wendigo.chrome.domain.layertree / ProfileSnapshotResponse

ProfileSnapshotResponse

data class ProfileSnapshotResponse (source)

Represents response frame for LayerTree.profileSnapshot method call.

Constructors

<init>

ProfileSnapshotResponse(timings: List<PaintProfile>)

Represents response frame for LayerTree.profileSnapshot method call.

Properties

timings

val timings: List<PaintProfile>

The array of paint profiles, one per run.