# CategoryName

> The category name of the described Profiler counter.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Profiling.Editor](/engine/6000.5/script-reference/unity/profiling/editor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string CategoryName { get; }
```

### Remarks

The name of the category that the described Profiler counter belongs to. Read-only.

Additional Resources: [ProfilerCounterDescriptor](/engine/6000.5/script-reference/unity/profiling/editor/profilercounterdescriptor.md), [ProfilerCategory](/engine/6000.5/script-reference/unity/profiling/profilercategory.md).
