Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/graphviz/graphs/undirected/process.gv @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 graph G { |
Daniel@0 | 2 run -- intr; |
Daniel@0 | 3 intr -- runbl; |
Daniel@0 | 4 runbl -- run; |
Daniel@0 | 5 run -- kernel; |
Daniel@0 | 6 kernel -- zombie; |
Daniel@0 | 7 kernel -- sleep; |
Daniel@0 | 8 kernel -- runmem; |
Daniel@0 | 9 sleep -- swap; |
Daniel@0 | 10 swap -- runswap; |
Daniel@0 | 11 runswap -- new; |
Daniel@0 | 12 runswap -- runmem; |
Daniel@0 | 13 new -- runmem; |
Daniel@0 | 14 sleep -- runmem; |
Daniel@0 | 15 } |