data class RuntimeCallCounterInfo
Runtime call counter information.
<init> |
Runtime call counter information. RuntimeCallCounterInfo(name: String, value: Double, time: Double) |
name |
Counter name. val name: String |
time |
Counter time in seconds. val time: Double |
value |
Counter value. val value: Double |