Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Name

The name of the Profiler metric.
Read time 1 minuteLast updated 12 days ago

Definition

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.