Inheritance
System.Object
TopMarkers
Constructors
Declaration
public TopMarkers(ProfileAnalyzerWindow profileAnalyzerWindow, Draw2D draw2D, Color backgroundColor, Color textColor)
Parameters
Methods
Declaration
public void Draw(ProfileAnalysis analysis, Rect rect, Color barColor, int barCount, float timeRange, int depthFilter, Color selectedBackground, Color selectedBorder, Color selectedText, bool includeOthers, bool includeUnaccounted)
Parameters
Type |
Name |
Description |
ProfileAnalysis |
analysis |
|
Rect |
rect |
|
Color |
barColor |
|
System.Int32 |
barCount |
|
System.Single |
timeRange |
|
System.Int32 |
depthFilter |
|
Color |
selectedBackground |
|
Color |
selectedBorder |
|
Color |
selectedText |
|
System.Boolean |
includeOthers |
|
System.Boolean |
includeUnaccounted |
|
Declaration
public float GetTopMarkerTimeRange(ProfileAnalysis analysis, int count, int depthFilter)
Parameters
Type |
Name |
Description |
ProfileAnalysis |
analysis |
|
System.Int32 |
count |
|
System.Int32 |
depthFilter |
|
Returns
Type |
Description |
System.Single |
|