chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / ProfileSnapshotResponse

ProfileSnapshotResponse

data class ProfileSnapshotResponse

Response type for the LayerTreeDomain.profileSnapshot command.

Constructors

<init>

Response type for the LayerTreeDomain.profileSnapshot command.

ProfileSnapshotResponse(timings: List<PaintProfile>)

Properties

timings

The array of paint profiles, one per run.

val timings: List<PaintProfile>