Class ProfilerAttribute

The ProfilerAttribute class represents a definition for attributes that can attach some specific data to event samples.

Constructors

Properties

Methods

Constructors

  • Constructs event with given name and adds it to static map.

    Parameters

    • name: string

      User-friendly name of the attribute.

    Returns ProfilerAttribute

Properties

identifier: number
name: string

Methods

  • Returns profiler attribute by name.

    Parameters

    • name: string

      Name of the attribute to be searched and returned.

    Returns ProfilerAttribute