diff options
Diffstat (limited to 'cts/scheduler/dot/promoted-promotion-constraint.dot')
-rw-r--r-- | cts/scheduler/dot/promoted-promotion-constraint.dot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cts/scheduler/dot/promoted-promotion-constraint.dot b/cts/scheduler/dot/promoted-promotion-constraint.dot new file mode 100644 index 0000000..c180d92 --- /dev/null +++ b/cts/scheduler/dot/promoted-promotion-constraint.dot @@ -0,0 +1,12 @@ + digraph "g" { +"Cancel s0:1_monitor_20000 hex-14" -> "s0:1_demote_0 hex-14" [ style = bold] +"Cancel s0:1_monitor_20000 hex-14" [ style=bold color="green" fontcolor="black"] +"ms0_demote_0" -> "ms0_demoted_0" [ style = bold] +"ms0_demote_0" -> "s0:1_demote_0 hex-14" [ style = bold] +"ms0_demote_0" [ style=bold color="green" fontcolor="orange"] +"ms0_demoted_0" [ style=bold color="green" fontcolor="orange"] +"s0:1_demote_0 hex-14" -> "ms0_demoted_0" [ style = bold] +"s0:1_demote_0 hex-14" -> "s0:1_monitor_21000 hex-14" [ style = bold] +"s0:1_demote_0 hex-14" [ style=bold color="green" fontcolor="black"] +"s0:1_monitor_21000 hex-14" [ style=bold color="green" fontcolor="black"] +} |