Optionalname: stringOptionaloptions: EnumValue<ProfilerStatOption, number>Optionalunit: stringOptionalgroup: stringProtected_groupProtected_nameProtected_optionsProtected_unitName of a group used for joint display of stat with other stats. All stats with the same group name should use the same unit and it should be meaningful to add their values together. An example is "Successful HTTP requests" and "Failed HTTP requests"
User-friendly name of the stat.
Option flags describing capabilities of the stat.
Unit of measurement that will be displayed somewhere near the data to further characterize the meaning of the data.
Copies all properties defined by the prototype of ProfilerStatMetadata from other to this instance.
Clones this instance and returns a new ProfilerStatMetadata with identical values.
Determines if this ProfilerStatMetadata instance is equal to the other instance.
StaticisDetermines if both ProfilerStatMetadata instances are equal.
Basic metadata for profiler stat.