data class GetRuntimeCallStatsResponse
Response type for the ProfilerDomain.getRuntimeCallStats command.
<init> |
Response type for the ProfilerDomain.getRuntimeCallStats command. GetRuntimeCallStatsResponse(result: List<RuntimeCallCounterInfo>) |
result |
Collected runtime call counter information. val result: List<RuntimeCallCounterInfo> |