diff options
Diffstat (limited to 'cts/scheduler/dot/asymmetrical-order-move.dot')
-rw-r--r-- | cts/scheduler/dot/asymmetrical-order-move.dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cts/scheduler/dot/asymmetrical-order-move.dot b/cts/scheduler/dot/asymmetrical-order-move.dot new file mode 100644 index 0000000..5496777 --- /dev/null +++ b/cts/scheduler/dot/asymmetrical-order-move.dot @@ -0,0 +1,5 @@ + digraph "g" { +"dummy2_start_0 sle12sp2-2" [ style=dashed color="red" fontcolor="black"] +"dummy2_stop_0 sle12sp2-1" -> "dummy2_start_0 sle12sp2-2" [ style = dashed] +"dummy2_stop_0 sle12sp2-1" [ style=bold color="green" fontcolor="black"] +} |