Name
The name of the Profiler metric.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.Profiling.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public string Name { get; }
Remarks
Note: Accessing this property allocates a new managed string on every access, which contributes to GC allocated memory. As such, this might slow down the performance of your application.