# ProfilerCategoryDescription

> Provides information about Profiler category.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Profiling.LowLevel.Unsafe](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public readonly struct ProfilerCategoryDescription
```

## Fields

| Value                                                                                                                     | Description                     |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| [Color](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/color.md)             | Profiler category color.        |
| [Flags](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/flags.md)             | Profiler category flags.        |
| [Id](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/id.md)                   | Profiler category identifier.   |
| [NameUtf8](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/nameutf8.md)       | Profiler category name pointer. |
| [NameUtf8Len](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/nameutf8len.md) | Profiler category name length.  |

## Properties

| Property                                                                                                    | Description                            |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [Name](/engine/6000.3/script-reference/unity/profiling/lowlevel/unsafe/profilercategorydescription/name.md) | Gets Profiler category name as string. |
