summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
30 hoursfeat: finished printing cores, might need some adjustments laterJosh
30 hoursfeat: rewrote reading cpu utilization, updated printing coresJosh
2 daysfeat: finished most of the program, wrote code for getting cpu load, split ↵Josh
up graphing functionality, adjusted repositioning
5 daysbugfix: Fixed my CLAJosh
6 daysfeat: turns out nanosleep and usleep are not part of C99 thus I cannot use ↵Josh
them, so I will probably be using time() and getting the diff. created Makefile
6 daysFleshed out program more, added additional import time.h, more argument handlingJosh
7 daysfeat: Created main.c and created barebones skeletonJosh