cpu profiling library
View the Project on GitHub song940/cpu.js
var cpu = new CPU({ delay: 100 }); cpu.on('data', function(value){ console.log('cpu rate', value); }); cpu.start();