-
public final class ProfileSnapshotResponseResponse type for the LayerTreeDomain.profileSnapshot command.
-
-
Constructor Summary
Constructors Constructor Description ProfileSnapshotResponse(List<List<Double>> timings)
-
Method Summary
Modifier and Type Method Description final List<List<Double>>component1()final ProfileSnapshotResponsecopy(List<List<Double>> timings)final List<List<Double>>getTimings()The array of paint profiles, one per run. -
-
Method Detail
-
component1
final List<List<Double>> component1()
-
copy
final ProfileSnapshotResponse copy(List<List<Double>> timings)
-
getTimings
final List<List<Double>> getTimings()
The array of paint profiles, one per run.
-
-
-
-