data class TakeTypeProfileResponse
Response type for the ProfilerDomain.takeTypeProfile command.
<init> |
Response type for the ProfilerDomain.takeTypeProfile command. TakeTypeProfileResponse(result: List<ScriptTypeProfile>) |
result |
Type profile for all scripts since startTypeProfile() was turned on. val result: List<ScriptTypeProfile> |