chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / GetCountersResponse

GetCountersResponse

data class GetCountersResponse

Response type for the ProfilerDomain.getCounters command.

Constructors

<init>

Response type for the ProfilerDomain.getCounters command.

GetCountersResponse(result: List<CounterInfo>)

Properties

result

Collected counters information.

val result: List<CounterInfo>