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

    Class ProfilerDatabaseAttribute

    Later aliased as ProfilerDatabase::Attribute. The Attribute class represents a definition for an EventSample attribute. Attributes are extra pieces of data that can be assigned to event samples during their capture.

    Index
    _attributeIdentifier: ProfilerDatabaseIdentifier
    _name: string
    • get name(): string

      User-friendly name of this attribute.

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void