# columnName

> The Profiler Sample Name column.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.Profiling](/engine/6000.7/script-reference/unityeditor/profiling.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public const int columnName = 0
```

### Remarks

The entries in this column are the names of the samples. They usually correspond with the name of the function they sample. Alternatively, they can be defined by a [ProfilerMarker](/engine/6000.7/script-reference/unity/profiling/profilermarker.md) or a [Profiler.BeginSample](/engine/6000.7/script-reference/unityengine/profiling/profiler/beginsample.md)
