Table of Contents

Class LunyObserverMetrics

Namespace
Luny.Engine.Diagnostics
Assembly
Luny.dll

Performance metrics for a single lifecycle observer. Tracks execution time statistics and error counts.

public sealed class LunyObserverMetrics
Inheritance
object
LunyObserverMetrics

Constructors

LunyObserverMetrics()

public LunyObserverMetrics()

Fields

AverageMs

public double AverageMs

Field Value

double

CallCount

public int CallCount

Field Value

int

Category

public LunyEngineLifecycleEvents Category

Field Value

LunyEngineLifecycleEvents

ErrorCount

public int ErrorCount

Field Value

int

MaxMs

public double MaxMs

Field Value

double

MinMs

public double MinMs

Field Value

double

ObserverName

public string ObserverName

Field Value

string

TotalMs

public double TotalMs

Field Value

double

Methods

ToString()

public override string ToString()

Returns

string