# Count

> Display data value as a simple number without any unit abbreviations.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Profiling](/engine/6000.3/script-reference/unity/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Count = 3
```

### Remarks

Values are displayed in raw numbers, thousands (k), or millions (M), depending upon the magnitude.
