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
Expand Details ...
Inheritance
Object
LunyObserverMetrics

Constructors

LunyObserverMetrics()

public LunyObserverMetrics()

Fields

AverageMs

public Double AverageMs

Field Value

Double

CallCount

public Int32 CallCount

Field Value

Int32

Category

public LunyEngineLifecycleEvents Category

Field Value

LunyEngineLifecycleEvents

ErrorCount

public Int32 ErrorCount

Field Value

Int32

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