grah, just figured out pointer issues.
[cpuHistory.git] / CPUMon.taskpaper
blob6addec3a0349473a5db0c1892dda2892421952da
1 CPU Mon:
2 - get it to build @done
3 - make another pass through the source to take out extraneous references to CPUUsage @done
4 - check TODOs
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:
14         - paging rate graph
15         - text overlay
16         - preferences form
17 - future upgrades:
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?