summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 hoursfeat: finished printing cores, might need some adjustments latermasterJosh
10 hoursfeat: rewrote reading cpu utilization, updated printing coresJosh
35 hoursfeat: finished most of the program, wrote code for getting cpu load, split ↵Josh
up graphing functionality, adjusted repositioning
35 hoursfeat: testing printing cpu core functionality and graphing behaviorJosh
4 daysbugfix: Fixed my CLAJosh
4 daysfeat: created timetest.c to test some timing stuffJosh
5 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
5 daysFleshed out program more, added additional import time.h, more argument handlingJosh
6 daysfeat: Created main.c and created barebones skeletonJosh