# Description

> The description of the described Profiler counter.

## Definition

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

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

### Remarks

A human-readable description providing additional information about the Profiler counter. This property is set when using a constructor that accepts a description parameter. Read-only.

Additional Resources: [ProfilerCounterDescriptor](/engine/6000.6/script-reference/unity/profiling/editor/profilercounterdescriptor.md).
