Interface ILunyEngineProfilerSnapshot
- Namespace
- Luny.Engine.Diagnostics
- Assembly
- Luny.dll
Immutable snapshot of profiler state at a specific point in time. Useful for querying performance metrics without blocking the profiler.
public interface ILunyEngineProfilerSnapshot
Properties
CategorizedMetrics
IReadOnlyDictionary<LunyEngineLifecycleEvents, IReadOnlyList<LunyObserverMetrics>> CategorizedMetrics { get; }
Property Value
- IReadOnlyDictionary<LunyEngineLifecycleEvents, IReadOnlyList<LunyObserverMetrics>>
FrameCount
long FrameCount { get; }
Property Value
- long
Timestamp
DateTime Timestamp { get; }
Property Value
- DateTime