UserTag class

A UserTag can be used to group samples in the Observatory profiler.

A UserTag can be used to group samples in the Observatory profiler.

Constructors

UserTag(String label)

Constants

MAX_USER_TAGS = 64
The maximum number of UserTag instances that can be created by a program.

Static Properties

defaultTag UserTag
read-only

Instance Properties

label String
read-only

Instance Methods

makeCurrent() → UserTag
Make [this] the current tag for the isolate. Returns the current tag before setting.