ITelemetryPerformanceEvent Interface
Packages > @fluidframework/common-definitions > ITelemetryPerformanceEvent
Performance telemetry event. Maps to category = “performance”
Signature:
export interface ITelemetryPerformanceEvent extends ITelemetryGenericEvent
Extends: ITelemetryGenericEvent
Properties
Property | Type | Description |
---|---|---|
duration | number |
Events
duration
Signature:
duration?: number;