This version of Unity is unsupported.

ProfilerCategoryDescription.Name

public string Name;

Description

Gets Profiler category name as string.

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.