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

RuntimeCallCounterInfo

data class RuntimeCallCounterInfo

Runtime call counter information.

Constructors

<init>

Runtime call counter information.

RuntimeCallCounterInfo(name: String, value: Double, time: Double)

Properties

name

Counter name.

val name: String

time

Counter time in seconds.

val time: Double

value

Counter value.

val value: Double