Class BOBComponentMetrics
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
public sealed class BOBComponentMetrics
- Inheritance
-
object
BOBComponentMetrics
Constructors
BOBComponentMetrics()
public BOBComponentMetrics()
Properties
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
public double LastParametersSetTimeMs { get; }
Property Value
- double
LastRenderTreeBuildTimeMs
public double LastRenderTreeBuildTimeMs { get; }
Property Value
- double
public int ParametersSetCount { get; }
Property Value
- int
RenderCount
public int RenderCount { get; }
Property Value
- int
public double TotalParametersSetTimeMs { get; }
Property Value
- double
TotalRenderTreeBuildTimeMs
public double TotalRenderTreeBuildTimeMs { get; }
Property Value
- double