Class Performance
Assembly: Mapsui.dll
Constructors
|
Edit this page
View Source
Declaration
public Performance(int maxValues = 20)
Parameters
| Type |
Name |
Description |
| int |
maxValues |
|
Properties
|
Edit this page
View Source
Counter for number of redraws of map
Declaration
public int Count { get; }
Property Value
|
Edit this page
View Source
Declaration
public static ActiveMode DefaultIsActive { get; set; }
Property Value
|
Edit this page
View Source
Get list of all drawing times
Declaration
public List<double> DrawingTimes { get; }
Property Value
|
Edit this page
View Source
Possible frames per second calculated from Mean
Declaration
Property Value
|
Edit this page
View Source
Declaration
public ActiveMode IsActive { get; set; }
Property Value
|
Edit this page
View Source
Time be used for the last drawing
Declaration
public double LastDrawingTime { get; }
Property Value
|
Edit this page
View Source
Declaration
public double Max { get; }
Property Value
|
Edit this page
View Source
MaxValues of drawing times that are saved and used for mean value
Declaration
public int MaxValues { get; }
Property Value
|
Edit this page
View Source
Mean value of all MaxValues drawing times
Declaration
public double Mean { get; }
Property Value
|
Edit this page
View Source
Declaration
public double Min { get; }
Property Value
|
Edit this page
View Source
Running average of the actual frames per second.
Declaration
public double RunningFps { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public void Add(double time)
Parameters
| Type |
Name |
Description |
| double |
time |
|
|
Edit this page
View Source
Clear all existing values up to now
Declaration
|
Edit this page
View Source
Declaration
public bool GetIsActive()
Returns
Extension Methods