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

GetRuntimeCallStatsResponse

data class GetRuntimeCallStatsResponse

Response type for the ProfilerDomain.getRuntimeCallStats command.

Constructors

<init>

Response type for the ProfilerDomain.getRuntimeCallStats command.

GetRuntimeCallStatsResponse(result: List<RuntimeCallCounterInfo>)

Properties

result

Collected runtime call counter information.

val result: List<RuntimeCallCounterInfo>