12345678910111213141516171819202122232425262728293031323334 |
- <svg width="774" height="115" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
- <g>
- <title>callgraph-info</title>
- <style>
- .small { font: italic 15px sans-serif; }
- </style>
- <line id="edge_1" y2="77" x2="101" y1="32" x1="101" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_2" y2="77" x2="246" y1="32" x1="246" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_3" y2="77" x2="671" y1="32" x1="246" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_4" y2="77" x2="341" y1="32" x1="246" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_5" y2="77" x2="400" y1="32" x1="246" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_6" y2="77" x2="513" y1="32" x1="246" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_7" y2="77" x2="671" y1="32" x1="671" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <rect id="node_1" x="314" y="70" width="54" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="315" y="84" class="small">printf</text>
- <rect id="node_2" x="373" y="70" width="54" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="374" y="84" class="small">fflush</text>
- <rect id="node_3" x="183" y="70" width="126" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="184" y="84" class="small">splay_tree_new</text>
- <rect id="node_4" x="25" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="26" y="84" class="small">splay_tree_delete</text>
- <rect id="node_5" x="437" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="438" y="84" class="small">splay_tree_insert</text>
- <rect id="node_6" x="595" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="596" y="84" class="small">splay_tree_lookup</text>
- <rect id="node_7" x="29" y="25" width="144" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="30" y="39" class="small">clear_dpuniqnode</text>
- <rect id="node_8" x="183" y="25" width="126" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="184" y="39" class="small">dpuniqnode_add</text>
- <rect id="node_9" x="626" y="25" width="90" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="627" y="39" class="small">dpuniqnode</text>
- </g>
- </svg>
|