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
Expand Details ...
Properties
CategorizedMetrics
IReadOnlyDictionary<LunyEngineLifecycleEvents, IReadOnlyList<LunyObserverMetrics>> CategorizedMetrics { get; }
Property Value
FrameCount
Int64 FrameCount { get; }
Property Value
Timestamp
DateTime Timestamp { get; }