RSX Code Reference
    Preparing search index...
    • rsx
    • ProfilerAttribute

    Class ProfilerAttribute

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

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

      Parameters

      • name: string

        User-friendly name of the attribute.

      Returns ProfilerAttribute

    identifier: number
    name: string
    • Returns profiler attribute by name.

      Parameters

      • name: string

        Name of the attribute to be searched and returned.

      Returns ProfilerAttribute