test tweaking the graph
This commit is contained in:
parent
112ae0db7d
commit
0a77c3af86
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ impl MethodCFG<'_> {
|
||||||
);
|
);
|
||||||
dot_string += " style=\"dashed\";\n";
|
dot_string += " style=\"dashed\";\n";
|
||||||
dot_string += " color=\"black\";\n";
|
dot_string += " color=\"black\";\n";
|
||||||
|
dot_string += " rankdir=\"TB\";\n";
|
||||||
dot_string += &format!(
|
dot_string += &format!(
|
||||||
" label=\"Register Types{}\";\n",
|
" label=\"Register Types{}\";\n",
|
||||||
self.method.descriptor.__str__()
|
self.method.descriptor.__str__()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue