Whether the attribute value should be submitted to profiler runtime. If false, the attribute value will only be returned to instance pool during synchronization.
Definition of attribute that has this value assigned in the sample.
Event sample to which this attribute value belongs.
Value of the attribute. Can be of any type, but it will be converted to integer, real or string during profiler synchronization at the and of the frame.
Protected Static Readonly_instanceConfigures attribute value to be active in given event sample.
Sample to which this attribute value belongs.
Attribute definition.
Value that will be associated with the attribute in given event sample.
StaticgetRetrieves an unused attribute value instance from static instance pool. Useful to avoid unnecesary object instantiation during profiling.
Unused attribute value instance, not cleared.
StaticreturnReturns an instance of attribute value into the static instance pool.
Instance that will be returned to the static instance pool.
The ProfilerAttributeValue class represents a specific value for an attribute that can be associated with an event sample.