2 - get it to build @done
3 - make another pass through the source to take out extraneous references to CPUUsage @done
5 - how to do data update: make a large float array with my usage data in it, use a rolling pointer to update things. store new data from current cpu stats. @done
6 - is that how the current and last stuff is built? @done
7 - switch the source of the graph from memory info to CPU info:
8 - first test data coming out of cpu info with logs (this might hurt. limit to one sample every 2 sec)
9 - test with xcode debugger to watch array data change.
10 - then change graphing fct to pull from different data source
13 - remove extraneous information for memory monitor:
18 - CPU usage across processors:
19 - get # of processors with http://www.cocoadev.com/index.pl?NSProcessInfo
20 - add another graph or average across both cores?