devtools.DevToolsPerformanceMetrics
Aggregate performance and profiling metrics recorded by the DevTools bridge.
averageExecutionDurationMs: number
Average execution time per consumer invocation (ms).
errorCount: number
Total number of caught errors.
maxExecutionDurationMs: number
Longest recorded single consumer execution duration (ms).
totalBatches: number
Total number of scheduler batch cycles executed.
totalExecutionDurationMs: number
Total execution time spent in reactive computations (ms).
totalExecutions: number
Total number of consumer (effect/computed) executions.
totalMutations: number
Total number of state mutations captured.