data class ProfileSnapshotResponse
Response type for the LayerTreeDomain.profileSnapshot command.
<init> |
Response type for the LayerTreeDomain.profileSnapshot command. ProfileSnapshotResponse(timings: List<PaintProfile>) |
timings |
The array of paint profiles, one per run. val timings: List<PaintProfile> |