# DisplayName

> Optional displayName to enable Profiler modules to specify display names.

## Definition

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

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

### Remarks

The displayName property allows Profiler modules to define custom display names for performance counters shown in the Unity Profiler UI, independent of the internal counter identifier.

If this is not provided, the name defaults to [ProfilerCounterDescriptor.Name](/engine/6000.7/script-reference/unity/profiling/editor/profilercounterdescriptor/name.md).

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