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

CounterInfo

data class CounterInfo

Collected counter information.

Constructors

<init>

Collected counter information.

CounterInfo(name: String, value: Int)

Properties

name

Counter name.

val name: String

value

Counter value.

val value: Int