File: 1435.dot

package info (click to toggle)
graphviz 14.1.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 139,440 kB
  • sloc: ansic: 142,129; cpp: 11,960; python: 7,770; makefile: 4,043; yacc: 3,030; xml: 2,972; tcl: 2,495; sh: 1,388; objc: 1,159; java: 560; lex: 423; perl: 243; awk: 156; pascal: 139; php: 58; ruby: 49; cs: 31; sed: 1
file content (65 lines) | stat: -rw-r--r-- 2,204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
digraph GraphMain {
graph [
compound=true, dpi=150, fontsize=8, nodesep=1, ranksep=1];
node [
fontsize=8];
subgraph cluster_Host_14MI233 {
graph [
label="14MI233"];
subgraph cluster_Proc_14MI233_13276 {
graph [
bgcolor=lightblue, label="AppManager\n(13276)"];
0[label="AppManager\n(13276)", shape=point, style=invis];
}
subgraph cluster_Proc_14MI233_13752 {
graph [
bgcolor=pink, label="AppLauncher\n(13752)"];
1[label="AppLauncher\n(13752)", shape=point, style=invis];
}
subgraph cluster_Proc_14MI233_19436 {
graph [
bgcolor=lemonchiffon, label="Simu[Sine]\n(19436)"];
2[label="Simu[Sine]\n(19436)", shape=point, style=invis];
9[label=RDMA];
}
subgraph cluster_Proc_14MI233_19484 {
graph [
bgcolor=chartreuse, label="Sched[14MI233]\n(19484)"];
3[label="Sched[14MI233]\n(19484)", shape=point, style=invis];
8[label=RDMA];
}
subgraph cluster_Proc_14MI233_19812 {
graph [
bgcolor=chartreuse, label="Dist[14MI233]\n(19812)"];
4[label="Dist[14MI233]\n(19812)", shape=point, style=invis];
}
subgraph cluster_Proc_14MI233_20900 {
graph [
bgcolor=grey80, label=20900];
5[label=20900, shape=point, style=invis];
}
subgraph cluster_Proc_14MI233_21704 {
graph [
bgcolor=pink, label="AlysaManager[2]\n(21704)"];
6[label="AlysaManager[2]\n(21704)", shape=point, style=invis];
10[label=RDMA];
}
subgraph cluster_Proc_14MI233_23428 {
graph [
bgcolor=lemonchiffon, label="Simu[BigPing]\n(23428)"];
7[label="Simu[BigPing]\n(23428)", shape=point, style=invis];
11[label=RDMA];
}
0 -> 1[color=blue, lhead=cluster_Proc_14MI233_13752, ltail=cluster_Proc_14MI233_13276];
1 -> 6[color=blue, lhead=cluster_Proc_14MI233_21704, ltail=cluster_Proc_14MI233_13752];
6 -> 2[color=blue, lhead=cluster_Proc_14MI233_19436, ltail=cluster_Proc_14MI233_21704];
6 -> 3[color=blue, lhead=cluster_Proc_14MI233_19484, ltail=cluster_Proc_14MI233_21704];
6 -> 4[color=blue, lhead=cluster_Proc_14MI233_19812, ltail=cluster_Proc_14MI233_21704];
6 -> 7[color=blue, lhead=cluster_Proc_14MI233_23428, ltail=cluster_Proc_14MI233_21704];
8 -> 9[color=goldenrod1];
8 -> 10[color=goldenrod1, dir=both];
8 -> 11[color=goldenrod1];
10 -> 9[color=goldenrod1];
10 -> 11[color=goldenrod1];
}
}