Class ProfileAnalyzerWindow
Main profile Analyzer UI window
Inherited Members
Namespace: UnityEditor .Performance.ProfileAnalyzer
Assembly: Unity.Performance.Profile-Analyzer.Editor.dll
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 |