Class ScriptBlockProfilerSnapshot
- Namespace
- LunyScript.Diagnostics /
- Assembly
- LunyScript.dll
Immutable snapshot of block profiler state at a specific point in time. Useful for querying performance metrics without blocking the profiler.
public sealed class ScriptBlockProfilerSnapshot
Expand Details ...
- Inheritance
-
ObjectScriptBlockProfilerSnapshot
Constructors
ScriptBlockProfilerSnapshot()
public ScriptBlockProfilerSnapshot()
Fields
BlockMetrics
public IReadOnlyList<ScriptBlockMetrics> BlockMetrics
Field Value
Timestamp
public DateTime Timestamp
Field Value
Methods
ToString()
public override String ToString()
Returns
- String