add code for a wip graph class that will be used to show the processor activity in...
commit9603a38911bd7bfed48be1b2ed2e7d96ad3de239
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Feb 2017 18:33:00 +0000 (23 18:33 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Feb 2017 18:33:00 +0000 (23 18:33 +0000)
tree13ae464d8bf2722aff67b033b340c22317df0124
parente82241563f18c445c055f1585692ebd4266373e6
add code for a wip graph class that will be used to show the processor activity in sysmon.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53868 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/classes/zune/graph/graph.c [new file with mode: 0644]
workbench/classes/zune/graph/graph.conf [new file with mode: 0644]
workbench/classes/zune/graph/graph.h [new file with mode: 0644]
workbench/classes/zune/graph/graph_init.c [new file with mode: 0644]
workbench/classes/zune/graph/graph_intern.h [new file with mode: 0644]
workbench/classes/zune/graph/mmakefile.src [new file with mode: 0644]