# ProfilerEditorUtility

> A Utility class for Profiler tooling in the Unity Editor.

## Definition

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

```csharp
public static class ProfilerEditorUtility
```

## Static Methods

| Method                                                                                                      | Description                                                                                                                                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SetSelection](/engine/6000.5/script-reference/unityeditor/profiling/profilereditorutility/setselection.md) | Set the current selection in a frame time sample based Profiler Module, such as the [CPU Usage module](/engine/6000.5/manual/analysis/profiler/visualizing-data/cpu.md) and the [GPU Usage Profiler module](/engine/6000.5/manual/analysis/graphics-performance-profiling/profile-rendering/profiler-gpu.md). |
