# threadGroupName

> The name of the group of the thread this sample resides in. When the thread is not part of a thread group, this value is string.empty.

## Definition

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

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