# columnCalls

> The Calls column.

## Definition

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

```csharp
public const int columnCalls = 3
```

### Remarks

The number of samples a marker generates at a specific level of the hierarchy.

This is similar to a call counting function.
