Table of Contents

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

IReadOnlyDictionary<LunyEngineLifecycleEvents, IReadOnlyList<LunyObserverMetrics>>

FrameCount

Int64 FrameCount { get; }

Property Value

Int64

Timestamp

DateTime Timestamp { get; }

Property Value

DateTime