foo.callgraph-info.svg 3.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <svg width="273" height="250" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
  2. <g>
  3. <title>callgraph-info</title>
  4. <style>
  5. .small { font: italic 15px sans-serif; }
  6. </style>
  7. <line id="edge_1" y2="212" x2="206" y1="167" x1="206" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  8. <line id="edge_2" y2="167" x2="106" y1="122" x1="147" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  9. <line id="edge_3" y2="167" x2="206" y1="122" x1="147" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  10. <line id="edge_4" y2="122" x2="147" y1="77" x1="147" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  11. <line id="edge_5" y2="77" x2="147" y1="77" x1="106" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  12. <line id="edge_6" y2="167" x2="106" y1="77" x1="106" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  13. <line id="edge_7" y2="77" x2="52" y1="32" x1="106" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  14. <line id="edge_8" y2="77" x2="106" y1="32" x1="106" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  15. <line id="edge_9" y2="77" x2="147" y1="32" x1="106" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
  16. <rect id="node_1" x="84" y="160" width="45" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  17. <text x="85" y="174" class="small">fputc</text>
  18. <rect id="node_2" x="25" y="70" width="54" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  19. <text x="26" y="84" class="small">printf</text>
  20. <rect id="node_3" x="184" y="205" width="45" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  21. <text x="185" y="219" class="small">fgetc</text>
  22. <rect id="node_4" x="166" y="160" width="81" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  23. <text x="167" y="174" class="small">hello_GCC</text>
  24. <rect id="node_5" x="134" y="115" width="27" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  25. <text x="135" y="129" class="small">zoo</text>
  26. <rect id="node_6" x="134" y="70" width="27" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  27. <text x="135" y="84" class="small">bar</text>
  28. <rect id="node_7" x="93" y="70" width="27" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  29. <text x="94" y="84" class="small">foo</text>
  30. <rect id="node_8" x="88" y="25" width="36" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
  31. <text x="89" y="39" class="small">main</text>
  32. </g>
  33. </svg>