# NameUtf8

> The name of the Profiler metric as a pointer to UTF-8 byte array.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Profiling.LowLevel.Unsafe](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public byte* NameUtf8 { get; }
```

### Remarks

The name points to the unmanaged null-terminated string which is valid for the whole application lifetime.
