Table of Contents

Class ScriptBlockMetrics

Namespace
LunyScript.Diagnostics
Assembly
LunyScript.dll

Performance metrics for a single block (sequence or individual block). Tracks execution time statistics and error counts.

public sealed class ScriptBlockMetrics
Inheritance
object
ScriptBlockMetrics

Constructors

ScriptBlockMetrics()

public ScriptBlockMetrics()

Fields

AverageMs

public double AverageMs

Field Value

double

BlockType

public Type BlockType

Field Value

Type

CallCount

public int CallCount

Field Value

int

ErrorCount

public int ErrorCount

Field Value

int

MaxMs

public double MaxMs

Field Value

double

MinMs

public double MinMs

Field Value

double

ScriptBlockId

public ScriptBlockId ScriptBlockId

Field Value

ScriptBlockId

TotalMs

public double TotalMs

Field Value

double

Methods

ToString()

public override string ToString()

Returns

string