 d8e4579e3c
			
		
	
	
	
	
	d8e4579e3cThis allows apps to measure their CPU usage over any given period without worrying about other calls affecting the output, as they would with `percentCPUUsage`.
		
			
				
	
	
	
	
		
			409 B
			
		
	
	
	
	
	
	
	
			
		
		
	
	
			409 B
			
		
	
	
	
	
	
	
	
CPUUsage Object
- percentCPUUsagenumber - Percentage of CPU used since the last call to getCPUUsage. First call returns 0.
- cumulativeCPUUsagenumber (optional) - Total seconds of CPU time used since process startup.
- idleWakeupsPerSecondnumber - The number of average idle CPU wakeups per second since the last call to getCPUUsage. First call returns 0. Will always return 0 on Windows.