Table of Contents

Class BOBComponentMetrics

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll
public sealed class BOBComponentMetrics
Inheritance
object
BOBComponentMetrics

Constructors

BOBComponentMetrics()

public BOBComponentMetrics()

Properties

AverageParametersSetTimeMs

public double AverageParametersSetTimeMs { get; }

Property Value

double

AverageRenderTreeBuildTimeMs

public double AverageRenderTreeBuildTimeMs { get; }

Property Value

double

ComponentType

public string ComponentType { get; init; }

Property Value

string

InitTimeMs

public double InitTimeMs { get; }

Property Value

double

LastParametersSetTimeMs

public double LastParametersSetTimeMs { get; }

Property Value

double

LastRenderTreeBuildTimeMs

public double LastRenderTreeBuildTimeMs { get; }

Property Value

double

ParametersSetCount

public int ParametersSetCount { get; }

Property Value

int

RenderCount

public int RenderCount { get; }

Property Value

int

TotalParametersSetTimeMs

public double TotalParametersSetTimeMs { get; }

Property Value

double

TotalRenderTreeBuildTimeMs

public double TotalRenderTreeBuildTimeMs { get; }

Property Value

double