Class ProfileAnalyzerWindow
Main profile Analyzer UI window
Namespace: UnityEditor.Performance.ProfileAnalyzer
Syntax
public class ProfileAnalyzerWindow : EditorWindow
Methods
GetSelectedMarkerName()
Get currently selected marker
Declaration
public string GetSelectedMarkerName()
Returns
| Type | Description |
|---|---|
| String | Name of currently selected marker, or null if none selected |
OpenProfileAnalyzer()
Open profile analyzer window
Declaration
public static void OpenProfileAnalyzer()
SelectMarker(String)
Select marker to focus on
Declaration
public void SelectMarker(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Name of the marker |