pl.wendigo.chrome.api.profiler / CounterInfo

CounterInfo

data class CounterInfo (source)

Collected counter information.

Link
Profiler#CounterInfo type documentation.

Constructors

<init>

CounterInfo(name: String, value: Int)

Collected counter information.

Properties

name

val name: String

Counter name.

value

val value: Int

Counter value.