This shows you the differences between two versions of the page.
finding_20the_20cpu_20usage [2018/03/31 14:19] 127.0.0.1 external edit |
finding_20the_20cpu_20usage [2018/04/15 11:20] (current) richardrussell Added syntax highlighting |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Finding the CPU usage===== | =====Finding the CPU usage===== | ||
- | //by Richard Russell, October 2011//\\ \\ The code listed below reports, once per second, the current total CPU usage:\\ | + | //by Richard Russell, October 2011//\\ \\ The code listed below reports, once per second, the current total CPU usage: |
+ | |||
+ | <code bb4w> | ||
*FLOAT 64 | *FLOAT 64 | ||
Line 28: | Line 30: | ||
UNTIL FALSE | UNTIL FALSE | ||
+ | </code> |