pl.wendigo.chrome.api.profiler / TypeObject

TypeObject

data class TypeObject (source)

Describes a type collected during runtime.

Link
Profiler#TypeObject type documentation.

Constructors

<init>

TypeObject(name: String)

Describes a type collected during runtime.

Properties

name

val name: String

Name of a type collected with type profiling.