12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <!-- Generated by graphviz version 2.36.0 (20140111.2315)
- -->
- <!-- Title: cppbench_server_main Pages: 1 -->
- <svg width="555pt" height="210pt"
- viewBox="0.00 0.00 555.00 210.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 206)">
- <title>cppbench_server_main</title>
- <polygon fill="white" stroke="none" points="-4,4 -4,-206 551,-206 551,4 -4,4"/>
- <g id="clust1" class="cluster"><title>cluster_L</title>
- <polygon fill="none" stroke="black" points="8,-80 8,-194 402,-194 402,-80 8,-80"/>
- </g>
- <!-- File: cppbench_server_main -->
- <g id="node1" class="node"><title>File: cppbench_server_main</title>
- <polygon fill="#f8f8f8" stroke="black" points="394.25,-186 15.75,-186 15.75,-88 394.25,-88 394.25,-186"/>
- <text text-anchor="start" x="23.5" y="-169.2" font-family="Times,serif" font-size="16.00">File: cppbench_server_main</text>
- <text text-anchor="start" x="23.5" y="-151.2" font-family="Times,serif" font-size="16.00">Type: cpu</text>
- <text text-anchor="start" x="23.5" y="-133.2" font-family="Times,serif" font-size="16.00">0 of 7120000000ns total (0%)</text>
- <text text-anchor="start" x="23.5" y="-115.2" font-family="Times,serif" font-size="16.00">Dropped 56 nodes (cum <= 35600000ns)</text>
- <text text-anchor="start" x="23.5" y="-97.2" font-family="Times,serif" font-size="16.00">Showing top 2 nodes out of 38 (cum >= 7070000000ns)</text>
- </g>
- <!-- N1 -->
- <g id="node2" class="node"><title>N1</title>
- <g id="a_node2"><a xlink:title="start_thread (7120000000ns)">
- <polygon fill="#f8f8f8" stroke="black" points="513,-155 413,-155 413,-119 513,-119 513,-155"/>
- <text text-anchor="middle" x="463" y="-139.6" font-family="Times,serif" font-size="8.00">start_thread</text>
- <text text-anchor="middle" x="463" y="-130.6" font-family="Times,serif" font-size="8.00">0 of 7120000000ns(100%)</text>
- </a>
- </g>
- </g>
- <!-- N2 -->
- <g id="node3" class="node"><title>N2</title>
- <g id="a_node3"><a xlink:title="RunWorkerLoop (7070000000ns)">
- <polygon fill="#f8f8f8" stroke="black" points="515.5,-36 410.5,-36 410.5,-0 515.5,-0 515.5,-36"/>
- <text text-anchor="middle" x="463" y="-20.6" font-family="Times,serif" font-size="8.00">RunWorkerLoop</text>
- <text text-anchor="middle" x="463" y="-11.6" font-family="Times,serif" font-size="8.00">0 of 7070000000ns(99.30%)</text>
- </a>
- </g>
- </g>
- <!-- N1->N2 -->
- <g id="edge1" class="edge"><title>N1->N2</title>
- <g id="a_edge1"><a xlink:title="start_thread ... RunWorkerLoop (7070000000ns)">
- <path fill="none" stroke="black" stroke-width="5" stroke-dasharray="1,5" d="M463,-118.987C463,-99.9242 463,-68.7519 463,-46.2768"/>
- <polygon fill="black" stroke="black" stroke-width="5" points="467.375,-46.0333 463,-36.0333 458.625,-46.0334 467.375,-46.0333"/>
- </a>
- </g>
- <g id="a_edge1-label"><a xlink:title="start_thread ... RunWorkerLoop (7070000000ns)">
- <text text-anchor="middle" x="505" y="-58.3" font-family="Times,serif" font-size="14.00"> 7070000000ns</text>
- </a>
- </g>
- </g>
- </g>
- </svg>
|