Set the name of this metric description to the specified name.
Declared in <balm_metricdescription.h>
void
setName(char const* name);
The behavior is undefined unless the contents of name remains valid and unmodified for the lifetime of this object.
| Name | Description |
|---|---|
| name | null-terminated metric name (held, not owned) |