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
-
ObjectLunyObserverMetrics
Constructors
LunyObserverMetrics()
public LunyObserverMetrics()
Fields
AverageMs
public Double AverageMs
Field Value
- Double
CallCount
public Int32 CallCount
Field Value
Category
public LunyEngineLifecycleEvents Category
Field Value
ErrorCount
public Int32 ErrorCount
Field Value
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