Interface IBOBPerformanceService
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
public interface IBOBPerformanceService
Methods
BOBComponentMetrics? Get(string componentType)
Parameters
componentType string
Returns
- BOBComponentMetrics
IReadOnlyCollection<BOBComponentMetrics> GetAll()
Returns
- IReadOnlyCollection<BOBComponentMetrics>
void RecordInit(string componentType, double elapsedMs)
Parameters
componentType string
elapsedMs double
void RecordParametersSet(string componentType, double elapsedMs)
Parameters
componentType string
elapsedMs double
void RecordRenderTreeBuild(string componentType, double elapsedMs)
Parameters
componentType string
elapsedMs double
Events
event Action? MetricsUpdated
Event Type
- Action