Table of Contents

Interface IFrameStatistics

Namespace
HelixToolkit.SharpDX.Utilities
Assembly
HelixToolkit.SharpDX.dll
public interface IFrameStatistics : INotifyPropertyChanged
Inherited Members

Properties

AverageFrequency

Gets the average frequency.

double AverageFrequency { get; }

Property Value

double

The average frequency.

AverageValue

Gets the average value.

double AverageValue { get; }

Property Value

double

The average value.

UpdateFrequency

Gets or sets the update frequency by number of samples

uint UpdateFrequency { get; set; }

Property Value

uint

The update frequency.

Methods

Push(double)

Pushes the specified latency by milliseconds

void Push(double latency)

Parameters

latency double

The latency.

Reset()

void Reset()

Events

OnValueChanged

event EventHandler<FrameStatisticsArg> OnValueChanged

Event Type

EventHandler<FrameStatisticsArg>