Interface: DevToolsPerformanceMetrics

devtools.DevToolsPerformanceMetrics

Aggregate performance and profiling metrics recorded by the DevTools bridge.

Table of contents

Properties

Properties

averageExecutionDurationMs

averageExecutionDurationMs: number

Average execution time per consumer invocation (ms).


errorCount

errorCount: number

Total number of caught errors.


maxExecutionDurationMs

maxExecutionDurationMs: number

Longest recorded single consumer execution duration (ms).


totalBatches

totalBatches: number

Total number of scheduler batch cycles executed.


totalExecutionDurationMs

totalExecutionDurationMs: number

Total execution time spent in reactive computations (ms).


totalExecutions

totalExecutions: number

Total number of consumer (effect/computed) executions.


totalMutations

totalMutations: number

Total number of state mutations captured.