RecorderStats
Electron APIs / recorder / RecorderStats
Provides real-time performance statistics of the Recorder. Useful for monitoring system load and diagnosing performance issues during recording.
Example
const stats: RecorderStats = recorder.getStats();
console.log(`CPU Usage: ${stats.cpuUsage}%`);