Last active
November 12, 2019 07:55
-
-
Save ifraixedes/b178035b53161cb391b67026b70cba52 to your computer and use it in GitHub Desktop.
storj/docs/blueprints: Deletion performance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
viewBox="0 0 1200 31888" | |
width="1200" height="31888"> | |
<style type="text/css"> | |
.func .parent { visibility: hidden; } | |
.func.asParent { stroke: green; stroke-width: 0.5; cursor: pointer; } | |
.func.selected { stroke: black; stroke-width: 0.5; cursor: pointer; } | |
.func.selected .parent { stroke: green; visibility: visible; } | |
.func.selected .parent line { marker-end: url(#head-green); } | |
.func.asChild { stroke: purple; stroke-width: 0.5; cursor: pointer; } | |
.func.asChild .parent { stroke: purple; visibility: visible; } | |
.func.asChild .parent line { marker-end: url(#head-purple); } | |
</style> | |
<script> | |
//<![CDATA[ | |
function select(el, classname) { | |
if (el) { el.classList.add(classname); } | |
} | |
function deselect(el, classname) { | |
if (el) { el.classList.remove(classname); } | |
} | |
function mouseApply(fn, self, parent) { | |
fn(document.getElementById("id-" + parent), "asParent"); | |
fn(document.getElementById("id-" + self), "selected"); | |
var children = document.getElementsByClassName("parent-" + self); | |
for (var i = 0; i < children.length; i++) { | |
fn(children[i], "asChild"); | |
} | |
} | |
function mouseover(self, parent) { | |
mouseApply(select, self, parent); | |
} | |
function mouseout(self, parent) { | |
mouseApply(deselect, self, parent); | |
} | |
//]]> | |
</script> | |
<defs> | |
<marker id="head-green" orient="auto" markerWidth="2" markerHeight="4" | |
refX="0.1" refY="2" fill="green"> | |
<path d="M0,0 V4 L2,2 Z"/> | |
</marker> | |
<marker id="head-purple" orient="auto" markerWidth="2" markerHeight="4" | |
refX="0.1" refY="2" fill="purple"> | |
<path d="M0,0 V4 L2,2 Z"/> | |
</marker> | |
</defs> | |
<g id="id-742495847637127031" class="func parent-2329777978479732948" | |
onmouseover="mouseover('742495847637127031', '2329777978479732948');" | |
onmouseout="mouseout('742495847637127031', '2329777978479732948');"> | |
<rect x="0" y="0" | |
width="1200" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="12" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/process.root-TRACED() (7.591485097s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="-6" | |
y1="7" y2="7" /> | |
</g> | |
</g> | |
<g id="id-5204021491964085088" class="func parent-742495847637127031" | |
onmouseover="mouseover('5204021491964085088', '742495847637127031');" | |
onmouseout="mouseout('5204021491964085088', '742495847637127031');"> | |
<rect x="0" y="16" | |
width="1" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="28" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/lib/uplink.NewUplink() (9.555575ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="23" y2="7" /> | |
</g> | |
</g> | |
<g id="id-3616739361121479171" class="func parent-5204021491964085088" | |
onmouseover="mouseover('3616739361121479171', '5204021491964085088');" | |
onmouseout="mouseout('3616739361121479171', '5204021491964085088');"> | |
<rect x="0" y="32" | |
width="1" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="44" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/identity.NewCA() (8.937528ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="39" y2="23" /> | |
</g> | |
</g> | |
<g id="id-2029457230278873254" class="func parent-3616739361121479171" | |
onmouseover="mouseover('2029457230278873254', '3616739361121479171');" | |
onmouseout="mouseout('2029457230278873254', '3616739361121479171');"> | |
<rect x="0" y="48" | |
width="1" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="60" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/identity.GenerateKeys() (8.27244ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="55" y2="39" /> | |
</g> | |
</g> | |
<g id="id-442175099436267337" class="func parent-2029457230278873254" | |
onmouseover="mouseover('442175099436267337', '2029457230278873254');" | |
onmouseout="mouseout('442175099436267337', '2029457230278873254');"> | |
<rect x="0" y="64" | |
width="1" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="76" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/identity.GenerateKey() (8.016268ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="71" y2="55" /> | |
</g> | |
</g> | |
<g id="id-8078265005448437228" class="func parent-742495847637127031" | |
onmouseover="mouseover('8078265005448437228', '742495847637127031');" | |
onmouseout="mouseout('8078265005448437228', '742495847637127031');"> | |
<rect x="1" y="80" | |
width="53" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="92" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/lib/uplink.(*Uplink).OpenProject() (335.071151ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1" x2="0" | |
y1="87" y2="7" /> | |
</g> | |
</g> | |
<g id="id-6490982874605831311" class="func parent-8078265005448437228" | |
onmouseover="mouseover('6490982874605831311', '8078265005448437228');" | |
onmouseout="mouseout('6490982874605831311', '8078265005448437228');"> | |
<rect x="1" y="96" | |
width="53" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialAddressInsecureBestEffort() (334.6228ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1" x2="1" | |
y1="103" y2="87" /> | |
</g> | |
</g> | |
<g id="id-4903700743763225394" class="func parent-6490982874605831311" | |
onmouseover="mouseover('4903700743763225394', '6490982874605831311');" | |
onmouseout="mouseout('4903700743763225394', '6490982874605831311');"> | |
<rect x="1" y="112" | |
width="53" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="124" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (334.566841ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1" x2="1" | |
y1="119" y2="103" /> | |
</g> | |
</g> | |
<g id="id-3316418612920619477" class="func parent-4903700743763225394" | |
onmouseover="mouseover('3316418612920619477', '4903700743763225394');" | |
onmouseout="mouseout('3316418612920619477', '4903700743763225394');"> | |
<rect x="1" y="128" | |
width="53" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="140" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (333.454162ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1" x2="1" | |
y1="135" y2="119" /> | |
</g> | |
</g> | |
<g id="id-7777944257247577534" class="func parent-742495847637127031" | |
onmouseover="mouseover('7777944257247577534', '742495847637127031');" | |
onmouseout="mouseout('7777944257247577534', '742495847637127031');"> | |
<rect x="54" y="144" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="156" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/lib/uplink.(*Project).OpenBucket() (175.008539ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="0" | |
y1="151" y2="7" /> | |
</g> | |
</g> | |
<g id="id-6190662126404971617" class="func parent-7777944257247577534" | |
onmouseover="mouseover('6190662126404971617', '7777944257247577534');" | |
onmouseout="mouseout('6190662126404971617', '7777944257247577534');"> | |
<rect x="54" y="160" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="172" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/lib/uplink.(*Project).GetBucketInfo() (138.328757ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="54" | |
y1="167" y2="151" /> | |
</g> | |
</g> | |
<g id="id-4603379995562365700" class="func parent-6190662126404971617" | |
onmouseover="mouseover('4603379995562365700', '6190662126404971617');" | |
onmouseout="mouseout('4603379995562365700', '6190662126404971617');"> | |
<rect x="54" y="176" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="188" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo/kvmetainfo.(*Project).GetBucket() (138.212608ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="54" | |
y1="183" y2="167" /> | |
</g> | |
</g> | |
<g id="id-3016097864719759783" class="func parent-4603379995562365700" | |
onmouseover="mouseover('3016097864719759783', '4603379995562365700');" | |
onmouseout="mouseout('3016097864719759783', '4603379995562365700');"> | |
<rect x="54" y="192" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="204" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo.(*Client).GetBucket() (138.085863ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="54" | |
y1="199" y2="183" /> | |
</g> | |
</g> | |
<g id="id-1428815733877153866" class="func parent-3016097864719759783" | |
onmouseover="mouseover('1428815733877153866', '3016097864719759783');" | |
onmouseout="mouseout('1428815733877153866', '3016097864719759783');"> | |
<rect x="54" y="208" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="220" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (137.936712ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="54" | |
y1="215" y2="199" /> | |
</g> | |
</g> | |
<g id="id-9064905639889323757" class="func parent-1428815733877153866" | |
onmouseover="mouseover('9064905639889323757', '1428815733877153866');" | |
onmouseout="mouseout('9064905639889323757', '1428815733877153866');"> | |
<rect x="54" y="224" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="236" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (16.782µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="54" x2="54" | |
y1="231" y2="215" /> | |
</g> | |
</g> | |
<g id="id-7477623509046717840" class="func parent-742495847637127031" | |
onmouseover="mouseover('7477623509046717840', '742495847637127031');" | |
onmouseout="mouseout('7477623509046717840', '742495847637127031');"> | |
<rect x="82" y="240" | |
width="1117" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="252" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/lib/uplink.(*Bucket).DeleteObject() (7.069747219s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="0" | |
y1="247" y2="7" /> | |
</g> | |
</g> | |
<g id="id-5890341378204111923" class="func parent-7477623509046717840" | |
onmouseover="mouseover('5890341378204111923', '7477623509046717840');" | |
onmouseout="mouseout('5890341378204111923', '7477623509046717840');"> | |
<rect x="82" y="256" | |
width="1117" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="268" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo/kvmetainfo.(*DB).DeleteObject() (7.069643799s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="82" | |
y1="263" y2="247" /> | |
</g> | |
</g> | |
<g id="id-485014294355421060" class="func parent-5890341378204111923" | |
onmouseover="mouseover('485014294355421060', '5890341378204111923');" | |
onmouseout="mouseout('485014294355421060', '5890341378204111923');"> | |
<rect x="82" y="272" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="284" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo/kvmetainfo.(*Project).GetBucket() (136.630065ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="82" | |
y1="279" y2="263" /> | |
</g> | |
</g> | |
<g id="id-4303059247361506006" class="func parent-485014294355421060" | |
onmouseover="mouseover('4303059247361506006', '485014294355421060');" | |
onmouseout="mouseout('4303059247361506006', '485014294355421060');"> | |
<rect x="82" y="288" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="300" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo.(*Client).GetBucket() (136.581031ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="82" | |
y1="295" y2="279" /> | |
</g> | |
</g> | |
<g id="id-8121104200367590951" class="func parent-4303059247361506006" | |
onmouseover="mouseover('8121104200367590951', '4303059247361506006');" | |
onmouseout="mouseout('8121104200367590951', '4303059247361506006');"> | |
<rect x="82" y="304" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="316" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (136.441036ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="82" | |
y1="311" y2="295" /> | |
</g> | |
</g> | |
<g id="id-2715777116518900089" class="func parent-8121104200367590951" | |
onmouseover="mouseover('2715777116518900089', '8121104200367590951');" | |
onmouseout="mouseout('2715777116518900089', '8121104200367590951');"> | |
<rect x="82" y="320" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="332" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (13.037µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="82" x2="82" | |
y1="327" y2="311" /> | |
</g> | |
</g> | |
<g id="id-1128494985676294172" class="func parent-5890341378204111923" | |
onmouseover="mouseover('1128494985676294172', '5890341378204111923');" | |
onmouseout="mouseout('1128494985676294172', '5890341378204111923');"> | |
<rect x="103" y="336" | |
width="1096" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="348" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo/kvmetainfo.(*prefixedObjStore).Delete() (6.932797917s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="103" x2="82" | |
y1="343" y2="263" /> | |
</g> | |
</g> | |
<g id="id-8764584891688464063" class="func parent-1128494985676294172" | |
onmouseover="mouseover('8764584891688464063', '1128494985676294172');" | |
onmouseout="mouseout('8764584891688464063', '1128494985676294172');"> | |
<rect x="103" y="352" | |
width="1096" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="364" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/storage/objects.(*objStore).Delete() (6.932531095s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="103" x2="103" | |
y1="359" y2="343" /> | |
</g> | |
</g> | |
<g id="id-7177302760845858146" class="func parent-8764584891688464063" | |
onmouseover="mouseover('7177302760845858146', '8764584891688464063');" | |
onmouseout="mouseout('7177302760845858146', '8764584891688464063');"> | |
<rect x="103" y="368" | |
width="1096" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/storage/streams.(*shimStore).Delete() (6.932381722s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="103" x2="103" | |
y1="375" y2="359" /> | |
</g> | |
</g> | |
<g id="id-5590020630003252229" class="func parent-7177302760845858146" | |
onmouseover="mouseover('5590020630003252229', '7177302760845858146');" | |
onmouseout="mouseout('5590020630003252229', '7177302760845858146');"> | |
<rect x="103" y="384" | |
width="1096" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="396" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/storage/streams.(*streamStore).Delete() (6.932187872s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="103" x2="103" | |
y1="391" y2="375" /> | |
</g> | |
</g> | |
<g id="id-4002738499160646312" class="func parent-5590020630003252229" | |
onmouseover="mouseover('4002738499160646312', '5590020630003252229');" | |
onmouseout="mouseout('4002738499160646312', '5590020630003252229');"> | |
<rect x="104" y="400" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="412" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo.(*Client).Batch() (144.799617ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="104" x2="103" | |
y1="407" y2="391" /> | |
</g> | |
</g> | |
<g id="id-7820783452166731257" class="func parent-4002738499160646312" | |
onmouseover="mouseover('7820783452166731257', '4002738499160646312');" | |
onmouseout="mouseout('7820783452166731257', '4002738499160646312');"> | |
<rect x="104" y="416" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="428" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (144.653514ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="104" x2="104" | |
y1="423" y2="407" /> | |
</g> | |
</g> | |
<g id="id-2415456368318040395" class="func parent-7820783452166731257" | |
onmouseover="mouseover('2415456368318040395', '7820783452166731257');" | |
onmouseout="mouseout('2415456368318040395', '7820783452166731257');"> | |
<rect x="104" y="432" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="444" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (22.673µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="104" x2="104" | |
y1="439" y2="423" /> | |
</g> | |
</g> | |
<g id="id-828174237475434478" class="func parent-5590020630003252229" | |
onmouseover="mouseover('828174237475434478', '5590020630003252229');" | |
onmouseout="mouseout('828174237475434478', '5590020630003252229');"> | |
<rect x="127" y="448" | |
width="299" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="460" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/storage/segments.(*segmentStore).Delete() (1.895807078s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="127" x2="103" | |
y1="455" y2="391" /> | |
</g> | |
</g> | |
<g id="id-8464264143487604369" class="func parent-828174237475434478" | |
onmouseover="mouseover('8464264143487604369', '828174237475434478');" | |
onmouseout="mouseout('8464264143487604369', '828174237475434478');"> | |
<rect x="127" y="464" | |
width="86" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="476" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/metainfo.(*Client).BeginDeleteSegment() (544.507124ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="127" x2="127" | |
y1="471" y2="455" /> | |
</g> | |
</g> | |
<g id="id-3058937059638913506" class="func parent-8464264143487604369" | |
onmouseover="mouseover('3058937059638913506', '8464264143487604369');" | |
onmouseout="mouseout('3058937059638913506', '8464264143487604369');"> | |
<rect x="127" y="480" | |
width="86" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="492" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (544.37716ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="127" x2="127" | |
y1="487" y2="471" /> | |
</g> | |
</g> | |
<g id="id-6876982012644998452" class="func parent-3058937059638913506" | |
onmouseover="mouseover('6876982012644998452', '3058937059638913506');" | |
onmouseout="mouseout('6876982012644998452', '3058937059638913506');"> | |
<rect x="127" y="496" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="508" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (29.558µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="127" x2="127" | |
y1="503" y2="487" /> | |
</g> | |
</g> | |
<g id="id-5289699881802392535" class="func parent-828174237475434478" | |
onmouseover="mouseover('5289699881802392535', '828174237475434478');" | |
onmouseout="mouseout('5289699881802392535', '828174237475434478');"> | |
<rect x="213" y="512" | |
width="213" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="524" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/ecclient.(*ecClient).Delete() (1.350846057s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="127" | |
y1="519" y2="455" /> | |
</g> | |
</g> | |
<g id="id-3702417750959786618" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3702417750959786618', '5289699881802392535');" | |
onmouseout="mouseout('3702417750959786618', '5289699881802392535');"> | |
<rect x="213" y="528" | |
width="60" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="540" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12mA1Tmx") (376.511174ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="535" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7520462703965871563" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7520462703965871563', '5289699881802392535');" | |
onmouseout="mouseout('7520462703965871563', '5289699881802392535');"> | |
<rect x="213" y="544" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="556" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12a5J2X2") (372.592646ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="551" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2115135620117180701" class="func parent-3702417750959786618" | |
onmouseover="mouseover('2115135620117180701', '3702417750959786618');" | |
onmouseout="mouseout('2115135620117180701', '3702417750959786618');"> | |
<rect x="213" y="560" | |
width="60" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="572" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (376.301096ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="567" y2="535" /> | |
</g> | |
</g> | |
<g id="id-5933180573123265646" class="func parent-7520462703965871563" | |
onmouseover="mouseover('5933180573123265646', '7520462703965871563');" | |
onmouseout="mouseout('5933180573123265646', '7520462703965871563');"> | |
<rect x="213" y="576" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="588" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (371.280814ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="583" y2="551" /> | |
</g> | |
</g> | |
<g id="id-527853489274574784" class="func parent-2115135620117180701" | |
onmouseover="mouseover('527853489274574784', '2115135620117180701');" | |
onmouseout="mouseout('527853489274574784', '2115135620117180701');"> | |
<rect x="213" y="592" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="604" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (375.66244ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="599" y2="567" /> | |
</g> | |
</g> | |
<g id="id-4345898442280659729" class="func parent-5933180573123265646" | |
onmouseover="mouseover('4345898442280659729', '5933180573123265646');" | |
onmouseout="mouseout('4345898442280659729', '5933180573123265646');"> | |
<rect x="213" y="608" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="620" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (370.427777ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="615" y2="583" /> | |
</g> | |
</g> | |
<g id="id-8163943395286744675" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8163943395286744675', '5289699881802392535');" | |
onmouseout="mouseout('8163943395286744675', '5289699881802392535');"> | |
<rect x="213" y="624" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="636" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1aCjf2tE") (372.639439ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="631" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2758616311438053812" class="func parent-8163943395286744675" | |
onmouseover="mouseover('2758616311438053812', '8163943395286744675');" | |
onmouseout="mouseout('2758616311438053812', '8163943395286744675');"> | |
<rect x="213" y="640" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="652" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (372.4562ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="647" y2="631" /> | |
</g> | |
</g> | |
<g id="id-6576661264444138758" class="func parent-2758616311438053812" | |
onmouseover="mouseover('6576661264444138758', '2758616311438053812');" | |
onmouseout="mouseout('6576661264444138758', '2758616311438053812');"> | |
<rect x="213" y="656" | |
width="59" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="668" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (371.521303ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="663" y2="647" /> | |
</g> | |
</g> | |
<g id="id-1171334180595447895" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1171334180595447895', '5289699881802392535');" | |
onmouseout="mouseout('1171334180595447895', '5289699881802392535');"> | |
<rect x="213" y="672" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="684" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12MHEPhu") (204.827104ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="679" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4989379133601532841" class="func parent-1171334180595447895" | |
onmouseover="mouseover('4989379133601532841', '1171334180595447895');" | |
onmouseout="mouseout('4989379133601532841', '1171334180595447895');"> | |
<rect x="213" y="688" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="700" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (204.580457ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="695" y2="679" /> | |
</g> | |
</g> | |
<g id="id-8807424086607617786" class="func parent-4989379133601532841" | |
onmouseover="mouseover('8807424086607617786', '4989379133601532841');" | |
onmouseout="mouseout('8807424086607617786', '4989379133601532841');"> | |
<rect x="213" y="704" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="716" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (203.554432ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="213" x2="213" | |
y1="711" y2="695" /> | |
</g> | |
</g> | |
<g id="id-3402097002758926924" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3402097002758926924', '5289699881802392535');" | |
onmouseout="mouseout('3402097002758926924', '5289699881802392535');"> | |
<rect x="214" y="720" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="732" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1UaugMDH") (193.689588ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="213" | |
y1="727" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7220141955765011869" class="func parent-3402097002758926924" | |
onmouseover="mouseover('7220141955765011869', '3402097002758926924');" | |
onmouseout="mouseout('7220141955765011869', '3402097002758926924');"> | |
<rect x="214" y="736" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="748" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (193.490164ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="214" | |
y1="743" y2="727" /> | |
</g> | |
</g> | |
<g id="id-1814814871916321007" class="func parent-7220141955765011869" | |
onmouseover="mouseover('1814814871916321007', '7220141955765011869');" | |
onmouseout="mouseout('1814814871916321007', '7220141955765011869');"> | |
<rect x="214" y="752" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="764" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (189.528494ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="214" | |
y1="759" y2="743" /> | |
</g> | |
</g> | |
<g id="id-5632859824922405952" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5632859824922405952', '5289699881802392535');" | |
onmouseout="mouseout('5632859824922405952', '5289699881802392535');"> | |
<rect x="214" y="768" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="780" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12TzH6QU") (136.746209ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="213" | |
y1="775" y2="519" /> | |
</g> | |
</g> | |
<g id="id-227532741073715090" class="func parent-5632859824922405952" | |
onmouseover="mouseover('227532741073715090', '5632859824922405952');" | |
onmouseout="mouseout('227532741073715090', '5632859824922405952');"> | |
<rect x="214" y="784" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="796" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (136.555675ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="214" | |
y1="791" y2="775" /> | |
</g> | |
</g> | |
<g id="id-4045577694079800035" class="func parent-227532741073715090" | |
onmouseover="mouseover('4045577694079800035', '227532741073715090');" | |
onmouseout="mouseout('4045577694079800035', '227532741073715090');"> | |
<rect x="214" y="800" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="812" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (135.607922ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="214" x2="214" | |
y1="807" y2="791" /> | |
</g> | |
</g> | |
<g id="id-7863622647085884981" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7863622647085884981', '5289699881802392535');" | |
onmouseout="mouseout('7863622647085884981', '5289699881802392535');"> | |
<rect x="215" y="816" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="828" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1vvSx8nJ") (235.447053ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="213" | |
y1="823" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2458295563237194118" class="func parent-7863622647085884981" | |
onmouseover="mouseover('2458295563237194118', '7863622647085884981');" | |
onmouseout="mouseout('2458295563237194118', '7863622647085884981');"> | |
<rect x="215" y="832" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="844" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (235.342757ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="839" y2="823" /> | |
</g> | |
</g> | |
<g id="id-6276340516243279064" class="func parent-2458295563237194118" | |
onmouseover="mouseover('6276340516243279064', '2458295563237194118');" | |
onmouseout="mouseout('6276340516243279064', '2458295563237194118');"> | |
<rect x="215" y="848" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="860" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (234.946414ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="855" y2="839" /> | |
</g> | |
</g> | |
<g id="id-871013432394588201" class="func parent-5289699881802392535" | |
onmouseover="mouseover('871013432394588201', '5289699881802392535');" | |
onmouseout="mouseout('871013432394588201', '5289699881802392535');"> | |
<rect x="215" y="864" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="876" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 15FC8AH2") (228.384134ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="213" | |
y1="871" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4689058385400673147" class="func parent-871013432394588201" | |
onmouseover="mouseover('4689058385400673147', '871013432394588201');" | |
onmouseout="mouseout('4689058385400673147', '871013432394588201');"> | |
<rect x="215" y="880" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="892" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (228.25649ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="887" y2="871" /> | |
</g> | |
</g> | |
<g id="id-8507103338406758092" class="func parent-4689058385400673147" | |
onmouseover="mouseover('8507103338406758092', '4689058385400673147');" | |
onmouseout="mouseout('8507103338406758092', '4689058385400673147');"> | |
<rect x="215" y="896" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="908" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (227.632959ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="903" y2="887" /> | |
</g> | |
</g> | |
<g id="id-3101776254558067230" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3101776254558067230', '5289699881802392535');" | |
onmouseout="mouseout('3101776254558067230', '5289699881802392535');"> | |
<rect x="215" y="912" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="924" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12KQGhiF") (209.144509ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="213" | |
y1="919" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6919821207564152175" class="func parent-3101776254558067230" | |
onmouseover="mouseover('6919821207564152175', '3101776254558067230');" | |
onmouseout="mouseout('6919821207564152175', '3101776254558067230');"> | |
<rect x="215" y="928" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="940" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (209.020923ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="935" y2="919" /> | |
</g> | |
</g> | |
<g id="id-1514494123715461313" class="func parent-6919821207564152175" | |
onmouseover="mouseover('1514494123715461313', '6919821207564152175');" | |
onmouseout="mouseout('1514494123715461313', '6919821207564152175');"> | |
<rect x="215" y="944" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="956" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (208.400509ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="215" x2="215" | |
y1="951" y2="935" /> | |
</g> | |
</g> | |
<g id="id-5332539076721546258" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5332539076721546258', '5289699881802392535');" | |
onmouseout="mouseout('5332539076721546258', '5289699881802392535');"> | |
<rect x="216" y="960" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="972" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12BoaWQo") (121.00402ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="967" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9150584029727631204" class="func parent-5332539076721546258" | |
onmouseover="mouseover('9150584029727631204', '5332539076721546258');" | |
onmouseout="mouseout('9150584029727631204', '5332539076721546258');"> | |
<rect x="216" y="976" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="988" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (120.784294ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="983" y2="967" /> | |
</g> | |
</g> | |
<g id="id-3745256945878940341" class="func parent-9150584029727631204" | |
onmouseover="mouseover('3745256945878940341', '9150584029727631204');" | |
onmouseout="mouseout('3745256945878940341', '9150584029727631204');"> | |
<rect x="216" y="992" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1004" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (119.862022ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="999" y2="983" /> | |
</g> | |
</g> | |
<g id="id-7563301898885025287" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7563301898885025287', '5289699881802392535');" | |
onmouseout="mouseout('7563301898885025287', '5289699881802392535');"> | |
<rect x="216" y="1008" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1020" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12PeTp9Z") (137.920788ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="1015" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2157974815036334424" class="func parent-7563301898885025287" | |
onmouseover="mouseover('2157974815036334424', '7563301898885025287');" | |
onmouseout="mouseout('2157974815036334424', '7563301898885025287');"> | |
<rect x="216" y="1024" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1036" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (137.801515ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1031" y2="1015" /> | |
</g> | |
</g> | |
<g id="id-5976019768042419370" class="func parent-2157974815036334424" | |
onmouseover="mouseover('5976019768042419370', '2157974815036334424');" | |
onmouseout="mouseout('5976019768042419370', '2157974815036334424');"> | |
<rect x="216" y="1040" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1052" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (137.524188ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1047" y2="1031" /> | |
</g> | |
</g> | |
<g id="id-570692684193728507" class="func parent-5289699881802392535" | |
onmouseover="mouseover('570692684193728507', '5289699881802392535');" | |
onmouseout="mouseout('570692684193728507', '5289699881802392535');"> | |
<rect x="216" y="1056" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1068" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 123fHPbM") (148.055936ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="1063" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4388737637199813453" class="func parent-570692684193728507" | |
onmouseover="mouseover('4388737637199813453', '570692684193728507');" | |
onmouseout="mouseout('4388737637199813453', '570692684193728507');"> | |
<rect x="216" y="1072" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1084" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (147.945387ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1079" y2="1063" /> | |
</g> | |
</g> | |
<g id="id-8206782590205898398" class="func parent-4388737637199813453" | |
onmouseover="mouseover('8206782590205898398', '4388737637199813453');" | |
onmouseout="mouseout('8206782590205898398', '4388737637199813453');"> | |
<rect x="216" y="1088" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1100" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (147.543606ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1095" y2="1079" /> | |
</g> | |
</g> | |
<g id="id-2801455506357207536" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2801455506357207536', '5289699881802392535');" | |
onmouseout="mouseout('2801455506357207536', '5289699881802392535');"> | |
<rect x="216" y="1104" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1116" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1fouBvWJ") (266.237932ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="1111" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6619500459363292481" class="func parent-2801455506357207536" | |
onmouseover="mouseover('6619500459363292481', '2801455506357207536');" | |
onmouseout="mouseout('6619500459363292481', '2801455506357207536');"> | |
<rect x="216" y="1120" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1132" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (266.14113ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1127" y2="1111" /> | |
</g> | |
</g> | |
<g id="id-1214173375514601619" class="func parent-6619500459363292481" | |
onmouseover="mouseover('1214173375514601619', '6619500459363292481');" | |
onmouseout="mouseout('1214173375514601619', '6619500459363292481');"> | |
<rect x="216" y="1136" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1148" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (265.827808ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1143" y2="1127" /> | |
</g> | |
</g> | |
<g id="id-5032218328520686564" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5032218328520686564', '5289699881802392535');" | |
onmouseout="mouseout('5032218328520686564', '5289699881802392535');"> | |
<rect x="216" y="1152" | |
width="49" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1164" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12UZHbL5") (305.235501ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="1159" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8850263281526771510" class="func parent-5032218328520686564" | |
onmouseover="mouseover('8850263281526771510', '5032218328520686564');" | |
onmouseout="mouseout('8850263281526771510', '5032218328520686564');"> | |
<rect x="216" y="1168" | |
width="49" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1180" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (305.006078ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1175" y2="1159" /> | |
</g> | |
</g> | |
<g id="id-3444936197678080647" class="func parent-8850263281526771510" | |
onmouseover="mouseover('3444936197678080647', '8850263281526771510');" | |
onmouseout="mouseout('3444936197678080647', '8850263281526771510');"> | |
<rect x="216" y="1184" | |
width="48" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1196" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (303.850283ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1191" y2="1175" /> | |
</g> | |
</g> | |
<g id="id-7262981150684165593" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7262981150684165593', '5289699881802392535');" | |
onmouseout="mouseout('7262981150684165593', '5289699881802392535');"> | |
<rect x="216" y="1200" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1212" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1LcEvriH") (172.065088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="213" | |
y1="1207" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1857654066835474730" class="func parent-7262981150684165593" | |
onmouseover="mouseover('1857654066835474730', '7262981150684165593');" | |
onmouseout="mouseout('1857654066835474730', '7262981150684165593');"> | |
<rect x="216" y="1216" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1228" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (171.824078ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1223" y2="1207" /> | |
</g> | |
</g> | |
<g id="id-5675699019841559676" class="func parent-1857654066835474730" | |
onmouseover="mouseover('5675699019841559676', '1857654066835474730');" | |
onmouseout="mouseout('5675699019841559676', '1857654066835474730');"> | |
<rect x="216" y="1232" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1244" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (171.208488ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="216" x2="216" | |
y1="1239" y2="1223" /> | |
</g> | |
</g> | |
<g id="id-270371935992868813" class="func parent-5289699881802392535" | |
onmouseover="mouseover('270371935992868813', '5289699881802392535');" | |
onmouseout="mouseout('270371935992868813', '5289699881802392535');"> | |
<rect x="217" y="1248" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1260" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1tSAwi9f") (223.702019ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="213" | |
y1="1255" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4088416888998953759" class="func parent-270371935992868813" | |
onmouseover="mouseover('4088416888998953759', '270371935992868813');" | |
onmouseout="mouseout('4088416888998953759', '270371935992868813');"> | |
<rect x="217" y="1264" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1276" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (223.600996ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="217" | |
y1="1271" y2="1255" /> | |
</g> | |
</g> | |
<g id="id-7906461842005038704" class="func parent-4088416888998953759" | |
onmouseover="mouseover('7906461842005038704', '4088416888998953759');" | |
onmouseout="mouseout('7906461842005038704', '4088416888998953759');"> | |
<rect x="217" y="1280" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1292" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (223.201848ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="217" | |
y1="1287" y2="1271" /> | |
</g> | |
</g> | |
<g id="id-2501134758156347842" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2501134758156347842', '5289699881802392535');" | |
onmouseout="mouseout('2501134758156347842', '5289699881802392535');"> | |
<rect x="217" y="1296" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1308" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12ZCMpfE") (114.080134ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="213" | |
y1="1303" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6319179711162432787" class="func parent-2501134758156347842" | |
onmouseover="mouseover('6319179711162432787', '2501134758156347842');" | |
onmouseout="mouseout('6319179711162432787', '2501134758156347842');"> | |
<rect x="217" y="1312" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1324" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (113.933088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="217" | |
y1="1319" y2="1303" /> | |
</g> | |
</g> | |
<g id="id-913852627313741925" class="func parent-6319179711162432787" | |
onmouseover="mouseover('913852627313741925', '6319179711162432787');" | |
onmouseout="mouseout('913852627313741925', '6319179711162432787');"> | |
<rect x="217" y="1328" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1340" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (112.608641ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="217" x2="217" | |
y1="1335" y2="1319" /> | |
</g> | |
</g> | |
<g id="id-4731897580319826870" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4731897580319826870', '5289699881802392535');" | |
onmouseout="mouseout('4731897580319826870', '5289699881802392535');"> | |
<rect x="218" y="1344" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1356" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12YWtf1D") (236.672781ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="213" | |
y1="1351" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8549942533325911816" class="func parent-4731897580319826870" | |
onmouseover="mouseover('8549942533325911816', '4731897580319826870');" | |
onmouseout="mouseout('8549942533325911816', '4731897580319826870');"> | |
<rect x="218" y="1360" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1372" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (236.497211ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1367" y2="1351" /> | |
</g> | |
</g> | |
<g id="id-3144615449477220953" class="func parent-8549942533325911816" | |
onmouseover="mouseover('3144615449477220953', '8549942533325911816');" | |
onmouseout="mouseout('3144615449477220953', '8549942533325911816');"> | |
<rect x="218" y="1376" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1388" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (235.858341ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1383" y2="1367" /> | |
</g> | |
</g> | |
<g id="id-6962660402483305899" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6962660402483305899', '5289699881802392535');" | |
onmouseout="mouseout('6962660402483305899', '5289699881802392535');"> | |
<rect x="218" y="1392" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1404" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 126Yg9jH") (215.477531ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="213" | |
y1="1399" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1557333318634615036" class="func parent-6962660402483305899" | |
onmouseover="mouseover('1557333318634615036', '6962660402483305899');" | |
onmouseout="mouseout('1557333318634615036', '6962660402483305899');"> | |
<rect x="218" y="1408" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1420" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (215.279133ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1415" y2="1399" /> | |
</g> | |
</g> | |
<g id="id-5375378271640699982" class="func parent-1557333318634615036" | |
onmouseover="mouseover('5375378271640699982', '1557333318634615036');" | |
onmouseout="mouseout('5375378271640699982', '1557333318634615036');"> | |
<rect x="218" y="1424" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1436" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (214.790433ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1431" y2="1415" /> | |
</g> | |
</g> | |
<g id="id-9193423224646784927" class="func parent-5289699881802392535" | |
onmouseover="mouseover('9193423224646784927', '5289699881802392535');" | |
onmouseout="mouseout('9193423224646784927', '5289699881802392535');"> | |
<rect x="218" y="1440" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1452" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1zKHLWJj") (115.086337ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="213" | |
y1="1447" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3788096140798094065" class="func parent-9193423224646784927" | |
onmouseover="mouseover('3788096140798094065', '9193423224646784927');" | |
onmouseout="mouseout('3788096140798094065', '9193423224646784927');"> | |
<rect x="218" y="1456" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1468" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (114.938646ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1463" y2="1447" /> | |
</g> | |
</g> | |
<g id="id-7606141093804179010" class="func parent-3788096140798094065" | |
onmouseover="mouseover('7606141093804179010', '3788096140798094065');" | |
onmouseout="mouseout('7606141093804179010', '3788096140798094065');"> | |
<rect x="218" y="1472" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1484" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (114.419931ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1479" y2="1463" /> | |
</g> | |
</g> | |
<g id="id-2200814009955488148" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2200814009955488148', '5289699881802392535');" | |
onmouseout="mouseout('2200814009955488148', '5289699881802392535');"> | |
<rect x="218" y="1488" | |
width="208" height="15" | |
fill="rgb(255,144,0)" /> | |
<text x="0" y="1500" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12srfysA") (1.314442717s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="213" | |
y1="1495" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6018858962961573093" class="func parent-2200814009955488148" | |
onmouseover="mouseover('6018858962961573093', '2200814009955488148');" | |
onmouseout="mouseout('6018858962961573093', '2200814009955488148');"> | |
<rect x="218" y="1504" | |
width="208" height="15" | |
fill="rgb(255,144,0)" /> | |
<text x="0" y="1516" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (1.312967225s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="218" | |
y1="1511" y2="1495" /> | |
</g> | |
</g> | |
<g id="id-613531879112882231" class="func parent-5289699881802392535" | |
onmouseover="mouseover('613531879112882231', '5289699881802392535');" | |
onmouseout="mouseout('613531879112882231', '5289699881802392535');"> | |
<rect x="218" y="1520" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1532" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12NjfA1b") (162.056814ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="218" x2="213" | |
y1="1527" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4431576832118967176" class="func parent-6018858962961573093" | |
onmouseover="mouseover('4431576832118967176', '6018858962961573093');" | |
onmouseout="mouseout('4431576832118967176', '6018858962961573093');"> | |
<rect x="219" y="1536" | |
width="207" height="15" | |
fill="rgb(255,144,0)" /> | |
<text x="0" y="1548" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (1.312550686s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="218" | |
y1="1543" y2="1511" /> | |
</g> | |
</g> | |
<g id="id-8249621785125052122" class="func parent-613531879112882231" | |
onmouseover="mouseover('8249621785125052122', '613531879112882231');" | |
onmouseout="mouseout('8249621785125052122', '613531879112882231');"> | |
<rect x="219" y="1552" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1564" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (161.890391ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="218" | |
y1="1559" y2="1527" /> | |
</g> | |
</g> | |
<g id="id-2844294701276361259" class="func parent-8249621785125052122" | |
onmouseover="mouseover('2844294701276361259', '8249621785125052122');" | |
onmouseout="mouseout('2844294701276361259', '8249621785125052122');"> | |
<rect x="219" y="1568" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1580" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (161.230673ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1575" y2="1559" /> | |
</g> | |
</g> | |
<g id="id-6662339654282446205" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6662339654282446205', '5289699881802392535');" | |
onmouseout="mouseout('6662339654282446205', '5289699881802392535');"> | |
<rect x="219" y="1584" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1596" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1wd8hEue") (189.864677ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1591" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1257012570433755342" class="func parent-6662339654282446205" | |
onmouseover="mouseover('1257012570433755342', '6662339654282446205');" | |
onmouseout="mouseout('1257012570433755342', '6662339654282446205');"> | |
<rect x="219" y="1600" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1612" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (189.787745ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1607" y2="1591" /> | |
</g> | |
</g> | |
<g id="id-5075057523439840288" class="func parent-1257012570433755342" | |
onmouseover="mouseover('5075057523439840288', '1257012570433755342');" | |
onmouseout="mouseout('5075057523439840288', '1257012570433755342');"> | |
<rect x="219" y="1616" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1628" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (189.461661ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1623" y2="1607" /> | |
</g> | |
</g> | |
<g id="id-8893102476445925233" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8893102476445925233', '5289699881802392535');" | |
onmouseout="mouseout('8893102476445925233', '5289699881802392535');"> | |
<rect x="219" y="1632" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1644" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1x1DYvaN") (180.219956ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1639" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3487775392597234371" class="func parent-8893102476445925233" | |
onmouseover="mouseover('3487775392597234371', '8893102476445925233');" | |
onmouseout="mouseout('3487775392597234371', '8893102476445925233');"> | |
<rect x="219" y="1648" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1660" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (180.135301ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1655" y2="1639" /> | |
</g> | |
</g> | |
<g id="id-7305820345603319316" class="func parent-3487775392597234371" | |
onmouseover="mouseover('7305820345603319316', '3487775392597234371');" | |
onmouseout="mouseout('7305820345603319316', '3487775392597234371');"> | |
<rect x="219" y="1664" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1676" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (179.732779ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1671" y2="1655" /> | |
</g> | |
</g> | |
<g id="id-1900493261754628454" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1900493261754628454', '5289699881802392535');" | |
onmouseout="mouseout('1900493261754628454', '5289699881802392535');"> | |
<rect x="219" y="1680" | |
width="50" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1692" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12AuK25m") (314.444139ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1687" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5718538214760713399" class="func parent-1900493261754628454" | |
onmouseover="mouseover('5718538214760713399', '1900493261754628454');" | |
onmouseout="mouseout('5718538214760713399', '1900493261754628454');"> | |
<rect x="219" y="1696" | |
width="50" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1708" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (314.254752ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1703" y2="1687" /> | |
</g> | |
</g> | |
<g id="id-313211130912022537" class="func parent-5718538214760713399" | |
onmouseover="mouseover('313211130912022537', '5718538214760713399');" | |
onmouseout="mouseout('313211130912022537', '5718538214760713399');"> | |
<rect x="219" y="1712" | |
width="49" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1724" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (312.712206ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1719" y2="1703" /> | |
</g> | |
</g> | |
<g id="id-4131256083918107482" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4131256083918107482', '5289699881802392535');" | |
onmouseout="mouseout('4131256083918107482', '5289699881802392535');"> | |
<rect x="219" y="1728" | |
width="57" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1740" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1N8on6En") (360.712ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1735" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7949301036924192428" class="func parent-4131256083918107482" | |
onmouseover="mouseover('7949301036924192428', '4131256083918107482');" | |
onmouseout="mouseout('7949301036924192428', '4131256083918107482');"> | |
<rect x="219" y="1744" | |
width="57" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1756" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (360.583155ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1751" y2="1735" /> | |
</g> | |
</g> | |
<g id="id-2543973953075501565" class="func parent-7949301036924192428" | |
onmouseover="mouseover('2543973953075501565', '7949301036924192428');" | |
onmouseout="mouseout('2543973953075501565', '7949301036924192428');"> | |
<rect x="219" y="1760" | |
width="57" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1772" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (359.940374ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1767" y2="1751" /> | |
</g> | |
</g> | |
<g id="id-6362018906081586511" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6362018906081586511', '5289699881802392535');" | |
onmouseout="mouseout('6362018906081586511', '5289699881802392535');"> | |
<rect x="219" y="1776" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1788" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1pvxJ8qv") (157.967341ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1783" y2="519" /> | |
</g> | |
</g> | |
<g id="id-956691822232895648" class="func parent-6362018906081586511" | |
onmouseover="mouseover('956691822232895648', '6362018906081586511');" | |
onmouseout="mouseout('956691822232895648', '6362018906081586511');"> | |
<rect x="219" y="1792" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1804" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (157.855965ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1799" y2="1783" /> | |
</g> | |
</g> | |
<g id="id-4774736775238980594" class="func parent-956691822232895648" | |
onmouseover="mouseover('4774736775238980594', '956691822232895648');" | |
onmouseout="mouseout('4774736775238980594', '956691822232895648');"> | |
<rect x="219" y="1808" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1820" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (157.368924ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1815" y2="1799" /> | |
</g> | |
</g> | |
<g id="id-8592781728245065539" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8592781728245065539', '5289699881802392535');" | |
onmouseout="mouseout('8592781728245065539', '5289699881802392535');"> | |
<rect x="219" y="1824" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1836" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 129epojJ") (167.858323ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1831" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3187454644396374677" class="func parent-8592781728245065539" | |
onmouseover="mouseover('3187454644396374677', '8592781728245065539');" | |
onmouseout="mouseout('3187454644396374677', '8592781728245065539');"> | |
<rect x="219" y="1840" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1852" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (167.774126ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1847" y2="1831" /> | |
</g> | |
</g> | |
<g id="id-7005499597402459622" class="func parent-3187454644396374677" | |
onmouseover="mouseover('7005499597402459622', '3187454644396374677');" | |
onmouseout="mouseout('7005499597402459622', '3187454644396374677');"> | |
<rect x="219" y="1856" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1868" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (167.365347ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1863" y2="1847" /> | |
</g> | |
</g> | |
<g id="id-1600172513553768760" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1600172513553768760', '5289699881802392535');" | |
onmouseout="mouseout('1600172513553768760', '5289699881802392535');"> | |
<rect x="219" y="1872" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1884" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1Jma4P8h") (180.064ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1879" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5418217466559853705" class="func parent-1600172513553768760" | |
onmouseover="mouseover('5418217466559853705', '1600172513553768760');" | |
onmouseout="mouseout('5418217466559853705', '1600172513553768760');"> | |
<rect x="219" y="1888" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1900" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (179.987889ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1895" y2="1879" /> | |
</g> | |
</g> | |
<g id="id-12890382711162843" class="func parent-5418217466559853705" | |
onmouseover="mouseover('12890382711162843', '5418217466559853705');" | |
onmouseout="mouseout('12890382711162843', '5418217466559853705');"> | |
<rect x="219" y="1904" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1916" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (179.611276ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="219" | |
y1="1911" y2="1895" /> | |
</g> | |
</g> | |
<g id="id-3830935335717247788" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3830935335717247788', '5289699881802392535');" | |
onmouseout="mouseout('3830935335717247788', '5289699881802392535');"> | |
<rect x="219" y="1920" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1932" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12H6fJTh") (197.541569ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="219" x2="213" | |
y1="1927" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7648980288723332734" class="func parent-3830935335717247788" | |
onmouseover="mouseover('7648980288723332734', '3830935335717247788');" | |
onmouseout="mouseout('7648980288723332734', '3830935335717247788');"> | |
<rect x="220" y="1936" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1948" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (197.405276ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="219" | |
y1="1943" y2="1927" /> | |
</g> | |
</g> | |
<g id="id-2243653204874641871" class="func parent-7648980288723332734" | |
onmouseover="mouseover('2243653204874641871', '7648980288723332734');" | |
onmouseout="mouseout('2243653204874641871', '7648980288723332734');"> | |
<rect x="220" y="1952" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1964" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (196.917332ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="1959" y2="1943" /> | |
</g> | |
</g> | |
<g id="id-6061698157880726817" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6061698157880726817', '5289699881802392535');" | |
onmouseout="mouseout('6061698157880726817', '5289699881802392535');"> | |
<rect x="220" y="1968" | |
width="16" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1980" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1KvofgSg") (105.671063ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="1975" y2="519" /> | |
</g> | |
</g> | |
<g id="id-656371074032035954" class="func parent-6061698157880726817" | |
onmouseover="mouseover('656371074032035954', '6061698157880726817');" | |
onmouseout="mouseout('656371074032035954', '6061698157880726817');"> | |
<rect x="220" y="1984" | |
width="16" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1996" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (105.539141ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="1991" y2="1975" /> | |
</g> | |
</g> | |
<g id="id-4474416027038120900" class="func parent-656371074032035954" | |
onmouseover="mouseover('4474416027038120900', '656371074032035954');" | |
onmouseout="mouseout('4474416027038120900', '656371074032035954');"> | |
<rect x="220" y="2000" | |
width="16" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2012" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (105.113681ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2007" y2="1991" /> | |
</g> | |
</g> | |
<g id="id-8292460980044205845" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8292460980044205845', '5289699881802392535');" | |
onmouseout="mouseout('8292460980044205845', '5289699881802392535');"> | |
<rect x="220" y="2016" | |
width="49" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2028" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1bN2QkYd") (312.194491ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2023" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2887133896195514983" class="func parent-8292460980044205845" | |
onmouseover="mouseover('2887133896195514983', '8292460980044205845');" | |
onmouseout="mouseout('2887133896195514983', '8292460980044205845');"> | |
<rect x="220" y="2032" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2044" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (288.632195ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2039" y2="2023" /> | |
</g> | |
</g> | |
<g id="id-6705178849201599928" class="func parent-2887133896195514983" | |
onmouseover="mouseover('6705178849201599928', '2887133896195514983');" | |
onmouseout="mouseout('6705178849201599928', '2887133896195514983');"> | |
<rect x="220" y="2048" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2060" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (285.09409ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2055" y2="2039" /> | |
</g> | |
</g> | |
<g id="id-1299851765352909066" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1299851765352909066', '5289699881802392535');" | |
onmouseout="mouseout('1299851765352909066', '5289699881802392535');"> | |
<rect x="220" y="2064" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2076" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1N1GiVDa") (212.194322ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2071" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5117896718358994011" class="func parent-1299851765352909066" | |
onmouseover="mouseover('5117896718358994011', '1299851765352909066');" | |
onmouseout="mouseout('5117896718358994011', '1299851765352909066');"> | |
<rect x="220" y="2080" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2092" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (212.105437ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2087" y2="2071" /> | |
</g> | |
</g> | |
<g id="id-8935941671365078957" class="func parent-5117896718358994011" | |
onmouseover="mouseover('8935941671365078957', '5117896718358994011');" | |
onmouseout="mouseout('8935941671365078957', '5117896718358994011');"> | |
<rect x="220" y="2096" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (211.767618ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2103" y2="2087" /> | |
</g> | |
</g> | |
<g id="id-3530614587516388094" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3530614587516388094', '5289699881802392535');" | |
onmouseout="mouseout('3530614587516388094', '5289699881802392535');"> | |
<rect x="220" y="2112" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2124" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1zAYgqJC") (231.930185ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2119" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7348659540522473040" class="func parent-3530614587516388094" | |
onmouseover="mouseover('7348659540522473040', '3530614587516388094');" | |
onmouseout="mouseout('7348659540522473040', '3530614587516388094');"> | |
<rect x="220" y="2128" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2140" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (231.851175ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2135" y2="2119" /> | |
</g> | |
</g> | |
<g id="id-1943332456673782177" class="func parent-7348659540522473040" | |
onmouseover="mouseover('1943332456673782177', '7348659540522473040');" | |
onmouseout="mouseout('1943332456673782177', '7348659540522473040');"> | |
<rect x="220" y="2144" | |
width="36" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2156" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (231.567081ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2151" y2="2135" /> | |
</g> | |
</g> | |
<g id="id-5761377409679867123" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5761377409679867123', '5289699881802392535');" | |
onmouseout="mouseout('5761377409679867123', '5289699881802392535');"> | |
<rect x="220" y="2160" | |
width="24" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2172" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12JXJ6vv") (153.2591ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2167" y2="519" /> | |
</g> | |
</g> | |
<g id="id-356050325831176260" class="func parent-5761377409679867123" | |
onmouseover="mouseover('356050325831176260', '5761377409679867123');" | |
onmouseout="mouseout('356050325831176260', '5761377409679867123');"> | |
<rect x="220" y="2176" | |
width="24" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2188" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (153.152407ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2183" y2="2167" /> | |
</g> | |
</g> | |
<g id="id-4174095278837261206" class="func parent-356050325831176260" | |
onmouseover="mouseover('4174095278837261206', '356050325831176260');" | |
onmouseout="mouseout('4174095278837261206', '356050325831176260');"> | |
<rect x="220" y="2192" | |
width="24" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2204" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (152.618104ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2199" y2="2183" /> | |
</g> | |
</g> | |
<g id="id-7992140231843346151" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7992140231843346151', '5289699881802392535');" | |
onmouseout="mouseout('7992140231843346151', '5289699881802392535');"> | |
<rect x="220" y="2208" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2220" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 123kVQsZ") (267.568155ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2215" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2586813147994655289" class="func parent-7992140231843346151" | |
onmouseover="mouseover('2586813147994655289', '7992140231843346151');" | |
onmouseout="mouseout('2586813147994655289', '7992140231843346151');"> | |
<rect x="220" y="2224" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2236" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (267.449672ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2231" y2="2215" /> | |
</g> | |
</g> | |
<g id="id-6404858101000740234" class="func parent-2586813147994655289" | |
onmouseover="mouseover('6404858101000740234', '2586813147994655289');" | |
onmouseout="mouseout('6404858101000740234', '2586813147994655289');"> | |
<rect x="220" y="2240" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2252" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (266.364979ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2247" y2="2231" /> | |
</g> | |
</g> | |
<g id="id-999531017152049372" class="func parent-5289699881802392535" | |
onmouseover="mouseover('999531017152049372', '5289699881802392535');" | |
onmouseout="mouseout('999531017152049372', '5289699881802392535');"> | |
<rect x="220" y="2256" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2268" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1bNa7bPv") (192.00818ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2263" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4817575970158134317" class="func parent-999531017152049372" | |
onmouseover="mouseover('4817575970158134317', '999531017152049372');" | |
onmouseout="mouseout('4817575970158134317', '999531017152049372');"> | |
<rect x="220" y="2272" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2284" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (191.923055ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2279" y2="2263" /> | |
</g> | |
</g> | |
<g id="id-8635620923164219263" class="func parent-4817575970158134317" | |
onmouseover="mouseover('8635620923164219263', '4817575970158134317');" | |
onmouseout="mouseout('8635620923164219263', '4817575970158134317');"> | |
<rect x="220" y="2288" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2300" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (191.402936ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2295" y2="2279" /> | |
</g> | |
</g> | |
<g id="id-3230293839315528400" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3230293839315528400', '5289699881802392535');" | |
onmouseout="mouseout('3230293839315528400', '5289699881802392535');"> | |
<rect x="220" y="2304" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2316" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12Y2W1Xc") (200.298714ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="213" | |
y1="2311" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7048338792321613346" class="func parent-3230293839315528400" | |
onmouseover="mouseover('7048338792321613346', '3230293839315528400');" | |
onmouseout="mouseout('7048338792321613346', '3230293839315528400');"> | |
<rect x="220" y="2320" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2332" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (200.204086ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2327" y2="2311" /> | |
</g> | |
</g> | |
<g id="id-1643011708472922483" class="func parent-7048338792321613346" | |
onmouseover="mouseover('1643011708472922483', '7048338792321613346');" | |
onmouseout="mouseout('1643011708472922483', '7048338792321613346');"> | |
<rect x="220" y="2336" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2348" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (199.858563ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="220" x2="220" | |
y1="2343" y2="2327" /> | |
</g> | |
</g> | |
<g id="id-5461056661479007429" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5461056661479007429', '5289699881802392535');" | |
onmouseout="mouseout('5461056661479007429', '5289699881802392535');"> | |
<rect x="221" y="2352" | |
width="35" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2364" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12F6Lkdr") (223.4476ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="213" | |
y1="2359" y2="519" /> | |
</g> | |
</g> | |
<g id="id-55729577630316566" class="func parent-5461056661479007429" | |
onmouseover="mouseover('55729577630316566', '5461056661479007429');" | |
onmouseout="mouseout('55729577630316566', '5461056661479007429');"> | |
<rect x="221" y="2368" | |
width="35" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (223.377435ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2375" y2="2359" /> | |
</g> | |
</g> | |
<g id="id-3873774530636401512" class="func parent-55729577630316566" | |
onmouseover="mouseover('3873774530636401512', '55729577630316566');" | |
onmouseout="mouseout('3873774530636401512', '55729577630316566');"> | |
<rect x="221" y="2384" | |
width="35" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2396" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (223.090953ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2391" y2="2375" /> | |
</g> | |
</g> | |
<g id="id-7691819483642486457" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7691819483642486457', '5289699881802392535');" | |
onmouseout="mouseout('7691819483642486457', '5289699881802392535');"> | |
<rect x="221" y="2400" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2412" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12p2BAnv") (161.297392ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="213" | |
y1="2407" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2286492399793795595" class="func parent-7691819483642486457" | |
onmouseover="mouseover('2286492399793795595', '7691819483642486457');" | |
onmouseout="mouseout('2286492399793795595', '7691819483642486457');"> | |
<rect x="221" y="2416" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2428" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (161.207986ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2423" y2="2407" /> | |
</g> | |
</g> | |
<g id="id-6104537352799880540" class="func parent-2286492399793795595" | |
onmouseover="mouseover('6104537352799880540', '2286492399793795595');" | |
onmouseout="mouseout('6104537352799880540', '2286492399793795595');"> | |
<rect x="221" y="2432" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2444" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (160.81107ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2439" y2="2423" /> | |
</g> | |
</g> | |
<g id="id-699210268951189678" class="func parent-5289699881802392535" | |
onmouseover="mouseover('699210268951189678', '5289699881802392535');" | |
onmouseout="mouseout('699210268951189678', '5289699881802392535');"> | |
<rect x="221" y="2448" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2460" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1FHNA5TL") (213.349549ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="213" | |
y1="2455" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4517255221957274623" class="func parent-699210268951189678" | |
onmouseover="mouseover('4517255221957274623', '699210268951189678');" | |
onmouseout="mouseout('4517255221957274623', '699210268951189678');"> | |
<rect x="221" y="2464" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2476" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (213.292775ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2471" y2="2455" /> | |
</g> | |
</g> | |
<g id="id-8335300174963359569" class="func parent-4517255221957274623" | |
onmouseover="mouseover('8335300174963359569', '4517255221957274623');" | |
onmouseout="mouseout('8335300174963359569', '4517255221957274623');"> | |
<rect x="221" y="2480" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2492" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (213.070114ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2487" y2="2471" /> | |
</g> | |
</g> | |
<g id="id-2929973091114668706" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2929973091114668706', '5289699881802392535');" | |
onmouseout="mouseout('2929973091114668706', '5289699881802392535');"> | |
<rect x="221" y="2496" | |
width="52" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2508" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1nvToKaJ") (328.745593ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="213" | |
y1="2503" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6748018044120753652" class="func parent-2929973091114668706" | |
onmouseover="mouseover('6748018044120753652', '2929973091114668706');" | |
onmouseout="mouseout('6748018044120753652', '2929973091114668706');"> | |
<rect x="221" y="2512" | |
width="52" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2524" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (328.660512ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2519" y2="2503" /> | |
</g> | |
</g> | |
<g id="id-1342690960272062789" class="func parent-6748018044120753652" | |
onmouseover="mouseover('1342690960272062789', '6748018044120753652');" | |
onmouseout="mouseout('1342690960272062789', '6748018044120753652');"> | |
<rect x="221" y="2528" | |
width="52" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2540" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (328.104006ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2535" y2="2519" /> | |
</g> | |
</g> | |
<g id="id-5160735913278147735" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5160735913278147735', '5289699881802392535');" | |
onmouseout="mouseout('5160735913278147735', '5289699881802392535');"> | |
<rect x="221" y="2544" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2556" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1ueispkG") (191.624132ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="213" | |
y1="2551" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8978780866284232680" class="func parent-5160735913278147735" | |
onmouseover="mouseover('8978780866284232680', '5160735913278147735');" | |
onmouseout="mouseout('8978780866284232680', '5160735913278147735');"> | |
<rect x="221" y="2560" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2572" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (191.534803ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2567" y2="2551" /> | |
</g> | |
</g> | |
<g id="id-3573453782435541818" class="func parent-8978780866284232680" | |
onmouseover="mouseover('3573453782435541818', '8978780866284232680');" | |
onmouseout="mouseout('3573453782435541818', '8978780866284232680');"> | |
<rect x="221" y="2576" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2588" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (191.034751ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="221" x2="221" | |
y1="2583" y2="2567" /> | |
</g> | |
</g> | |
<g id="id-7391498735441626763" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7391498735441626763', '5289699881802392535');" | |
onmouseout="mouseout('7391498735441626763', '5289699881802392535');"> | |
<rect x="222" y="2592" | |
width="113" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2604" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1uiBijz7") (719.725103ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="213" | |
y1="2599" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1986171651592935901" class="func parent-7391498735441626763" | |
onmouseover="mouseover('1986171651592935901', '7391498735441626763');" | |
onmouseout="mouseout('1986171651592935901', '7391498735441626763');"> | |
<rect x="222" y="2608" | |
width="113" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2620" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (719.62894ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="222" | |
y1="2615" y2="2599" /> | |
</g> | |
</g> | |
<g id="id-5804216604599020846" class="func parent-1986171651592935901" | |
onmouseover="mouseover('5804216604599020846', '1986171651592935901');" | |
onmouseout="mouseout('5804216604599020846', '1986171651592935901');"> | |
<rect x="222" y="2624" | |
width="113" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2636" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (719.038234ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="222" | |
y1="2631" y2="2615" /> | |
</g> | |
</g> | |
<g id="id-398889520750329984" class="func parent-5289699881802392535" | |
onmouseover="mouseover('398889520750329984', '5289699881802392535');" | |
onmouseout="mouseout('398889520750329984', '5289699881802392535');"> | |
<rect x="222" y="2640" | |
width="48" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2652" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12BWsH2u") (304.052719ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="213" | |
y1="2647" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4216934473756414929" class="func parent-398889520750329984" | |
onmouseover="mouseover('4216934473756414929', '398889520750329984');" | |
onmouseout="mouseout('4216934473756414929', '398889520750329984');"> | |
<rect x="222" y="2656" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2668" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (279.704581ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="222" | |
y1="2663" y2="2647" /> | |
</g> | |
</g> | |
<g id="id-8034979426762499875" class="func parent-4216934473756414929" | |
onmouseover="mouseover('8034979426762499875', '4216934473756414929');" | |
onmouseout="mouseout('8034979426762499875', '4216934473756414929');"> | |
<rect x="222" y="2672" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2684" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (278.188341ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="222" x2="222" | |
y1="2679" y2="2663" /> | |
</g> | |
</g> | |
<g id="id-2629652342913809012" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2629652342913809012', '5289699881802392535');" | |
onmouseout="mouseout('2629652342913809012', '5289699881802392535');"> | |
<rect x="224" y="2688" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2700" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12AHwMCW") (275.913066ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="224" x2="213" | |
y1="2695" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6447697295919893958" class="func parent-2629652342913809012" | |
onmouseover="mouseover('6447697295919893958', '2629652342913809012');" | |
onmouseout="mouseout('6447697295919893958', '2629652342913809012');"> | |
<rect x="224" y="2704" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2716" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (275.72507ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="224" x2="224" | |
y1="2711" y2="2695" /> | |
</g> | |
</g> | |
<g id="id-1042370212071203095" class="func parent-6447697295919893958" | |
onmouseover="mouseover('1042370212071203095', '6447697295919893958');" | |
onmouseout="mouseout('1042370212071203095', '6447697295919893958');"> | |
<rect x="224" y="2720" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2732" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (274.05047ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="224" x2="224" | |
y1="2727" y2="2711" /> | |
</g> | |
</g> | |
<g id="id-4860415165077288041" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4860415165077288041', '5289699881802392535');" | |
onmouseout="mouseout('4860415165077288041', '5289699881802392535');"> | |
<rect x="225" y="2736" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2748" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12krbEKb") (136.182134ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2743" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8678460118083372986" class="func parent-4860415165077288041" | |
onmouseover="mouseover('8678460118083372986', '4860415165077288041');" | |
onmouseout="mouseout('8678460118083372986', '4860415165077288041');"> | |
<rect x="225" y="2752" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2764" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (136.121474ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2759" y2="2743" /> | |
</g> | |
</g> | |
<g id="id-3273133034234682124" class="func parent-8678460118083372986" | |
onmouseover="mouseover('3273133034234682124', '8678460118083372986');" | |
onmouseout="mouseout('3273133034234682124', '8678460118083372986');"> | |
<rect x="225" y="2768" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2780" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (135.810901ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2775" y2="2759" /> | |
</g> | |
</g> | |
<g id="id-7091177987240767069" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7091177987240767069', '5289699881802392535');" | |
onmouseout="mouseout('7091177987240767069', '5289699881802392535');"> | |
<rect x="225" y="2784" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2796" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1STEYyZ7") (91.838499ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2791" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1685850903392076207" class="func parent-7091177987240767069" | |
onmouseover="mouseover('1685850903392076207', '7091177987240767069');" | |
onmouseout="mouseout('1685850903392076207', '7091177987240767069');"> | |
<rect x="225" y="2800" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2812" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (91.759295ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2807" y2="2791" /> | |
</g> | |
</g> | |
<g id="id-5503895856398161152" class="func parent-1685850903392076207" | |
onmouseover="mouseover('5503895856398161152', '1685850903392076207');" | |
onmouseout="mouseout('5503895856398161152', '1685850903392076207');"> | |
<rect x="225" y="2816" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2828" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (91.370101ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2823" y2="2807" /> | |
</g> | |
</g> | |
<g id="id-98568772549470290" class="func parent-5289699881802392535" | |
onmouseover="mouseover('98568772549470290', '5289699881802392535');" | |
onmouseout="mouseout('98568772549470290', '5289699881802392535');"> | |
<rect x="225" y="2832" | |
width="71" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2844" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1y5kYHcW") (449.796172ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2839" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3916613725555555235" class="func parent-98568772549470290" | |
onmouseover="mouseover('3916613725555555235', '98568772549470290');" | |
onmouseout="mouseout('3916613725555555235', '98568772549470290');"> | |
<rect x="225" y="2848" | |
width="71" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2860" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (449.711457ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2855" y2="2839" /> | |
</g> | |
</g> | |
<g id="id-7734658678561640181" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7734658678561640181', '5289699881802392535');" | |
onmouseout="mouseout('7734658678561640181', '5289699881802392535');"> | |
<rect x="225" y="2864" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2876" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12pif7ka") (132.561908ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2871" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2329331594712949318" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2329331594712949318', '5289699881802392535');" | |
onmouseout="mouseout('2329331594712949318', '5289699881802392535');"> | |
<rect x="225" y="2880" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2892" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1LsgiRqp") (135.700582ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2887" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6147376547719034264" class="func parent-7734658678561640181" | |
onmouseover="mouseover('6147376547719034264', '7734658678561640181');" | |
onmouseout="mouseout('6147376547719034264', '7734658678561640181');"> | |
<rect x="225" y="2896" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2908" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (132.488296ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2903" y2="2871" /> | |
</g> | |
</g> | |
<g id="id-742049463870343401" class="func parent-2329331594712949318" | |
onmouseover="mouseover('742049463870343401', '2329331594712949318');" | |
onmouseout="mouseout('742049463870343401', '2329331594712949318');"> | |
<rect x="225" y="2912" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2924" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (135.616139ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2919" y2="2887" /> | |
</g> | |
</g> | |
<g id="id-4560094416876428347" class="func parent-6147376547719034264" | |
onmouseover="mouseover('4560094416876428347', '6147376547719034264');" | |
onmouseout="mouseout('4560094416876428347', '6147376547719034264');"> | |
<rect x="225" y="2928" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2940" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (131.869108ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2935" y2="2903" /> | |
</g> | |
</g> | |
<g id="id-8378139369882513292" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8378139369882513292', '5289699881802392535');" | |
onmouseout="mouseout('8378139369882513292', '5289699881802392535');"> | |
<rect x="225" y="2944" | |
width="46" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2956" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1WzJSiYX") (293.881942ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2951" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2972812286033822430" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2972812286033822430', '5289699881802392535');" | |
onmouseout="mouseout('2972812286033822430', '5289699881802392535');"> | |
<rect x="225" y="2960" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2972" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1RMzCs4v") (150.007249ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="2967" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6790857239039907375" class="func parent-742049463870343401" | |
onmouseover="mouseover('6790857239039907375', '742049463870343401');" | |
onmouseout="mouseout('6790857239039907375', '742049463870343401');"> | |
<rect x="225" y="2976" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="2988" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (135.250625ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2983" y2="2919" /> | |
</g> | |
</g> | |
<g id="id-1385530155191216513" class="func parent-8378139369882513292" | |
onmouseover="mouseover('1385530155191216513', '8378139369882513292');" | |
onmouseout="mouseout('1385530155191216513', '8378139369882513292');"> | |
<rect x="225" y="2992" | |
width="41" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3004" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (263.455469ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="2999" y2="2951" /> | |
</g> | |
</g> | |
<g id="id-5203575108197301458" class="func parent-2972812286033822430" | |
onmouseover="mouseover('5203575108197301458', '2972812286033822430');" | |
onmouseout="mouseout('5203575108197301458', '2972812286033822430');"> | |
<rect x="225" y="3008" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3020" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (149.936704ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3015" y2="2967" /> | |
</g> | |
</g> | |
<g id="id-9021620061203386404" class="func parent-1385530155191216513" | |
onmouseover="mouseover('9021620061203386404', '1385530155191216513');" | |
onmouseout="mouseout('9021620061203386404', '1385530155191216513');"> | |
<rect x="225" y="3024" | |
width="41" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3036" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (262.099095ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3031" y2="2999" /> | |
</g> | |
</g> | |
<g id="id-3616292977354695541" class="func parent-5203575108197301458" | |
onmouseover="mouseover('3616292977354695541', '5203575108197301458');" | |
onmouseout="mouseout('3616292977354695541', '5203575108197301458');"> | |
<rect x="225" y="3040" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3052" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (149.357162ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3047" y2="3015" /> | |
</g> | |
</g> | |
<g id="id-7434337930360780487" class="func parent-3916613725555555235" | |
onmouseover="mouseover('7434337930360780487', '3916613725555555235');" | |
onmouseout="mouseout('7434337930360780487', '3916613725555555235');"> | |
<rect x="225" y="3056" | |
width="71" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3068" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (448.508907ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3063" y2="2855" /> | |
</g> | |
</g> | |
<g id="id-2029010846512089624" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2029010846512089624', '5289699881802392535');" | |
onmouseout="mouseout('2029010846512089624', '5289699881802392535');"> | |
<rect x="225" y="3072" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3084" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1xpJraj1") (170.050956ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3079" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5847055799518174570" class="func parent-2029010846512089624" | |
onmouseover="mouseover('5847055799518174570', '2029010846512089624');" | |
onmouseout="mouseout('5847055799518174570', '2029010846512089624');"> | |
<rect x="225" y="3088" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3100" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (169.967476ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3095" y2="3079" /> | |
</g> | |
</g> | |
<g id="id-441728715669483707" class="func parent-5847055799518174570" | |
onmouseover="mouseover('441728715669483707', '5847055799518174570');" | |
onmouseout="mouseout('441728715669483707', '5847055799518174570');"> | |
<rect x="225" y="3104" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3116" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (169.394777ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3111" y2="3095" /> | |
</g> | |
</g> | |
<g id="id-4259773668675568653" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4259773668675568653', '5289699881802392535');" | |
onmouseout="mouseout('4259773668675568653', '5289699881802392535');"> | |
<rect x="225" y="3120" | |
width="47" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3132" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1hBZAEpT") (301.275318ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3127" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8077818621681653598" class="func parent-4259773668675568653" | |
onmouseover="mouseover('8077818621681653598', '4259773668675568653');" | |
onmouseout="mouseout('8077818621681653598', '4259773668675568653');"> | |
<rect x="225" y="3136" | |
width="47" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3148" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (301.193497ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3143" y2="3127" /> | |
</g> | |
</g> | |
<g id="id-2672491537832962736" class="func parent-8077818621681653598" | |
onmouseover="mouseover('2672491537832962736', '8077818621681653598');" | |
onmouseout="mouseout('2672491537832962736', '8077818621681653598');"> | |
<rect x="225" y="3152" | |
width="47" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3164" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (300.576813ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3159" y2="3143" /> | |
</g> | |
</g> | |
<g id="id-6490536490839047681" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6490536490839047681', '5289699881802392535');" | |
onmouseout="mouseout('6490536490839047681', '5289699881802392535');"> | |
<rect x="225" y="3168" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3180" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1Ej9Ebeo") (176.151771ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3175" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1085209406990356819" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1085209406990356819', '5289699881802392535');" | |
onmouseout="mouseout('1085209406990356819', '5289699881802392535');"> | |
<rect x="225" y="3184" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3196" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12aNymNV") (144.32098ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3191" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4903254359996441764" class="func parent-6490536490839047681" | |
onmouseover="mouseover('4903254359996441764', '6490536490839047681');" | |
onmouseout="mouseout('4903254359996441764', '6490536490839047681');"> | |
<rect x="225" y="3200" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3212" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (176.101149ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3207" y2="3175" /> | |
</g> | |
</g> | |
<g id="id-8721299313002526710" class="func parent-4903254359996441764" | |
onmouseover="mouseover('8721299313002526710', '4903254359996441764');" | |
onmouseout="mouseout('8721299313002526710', '4903254359996441764');"> | |
<rect x="225" y="3216" | |
width="28" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3228" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (175.879162ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3223" y2="3207" /> | |
</g> | |
</g> | |
<g id="id-3315972229153835847" class="func parent-1085209406990356819" | |
onmouseover="mouseover('3315972229153835847', '1085209406990356819');" | |
onmouseout="mouseout('3315972229153835847', '1085209406990356819');"> | |
<rect x="225" y="3232" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3244" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (144.254ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3239" y2="3191" /> | |
</g> | |
</g> | |
<g id="id-7134017182159920793" class="func parent-3315972229153835847" | |
onmouseover="mouseover('7134017182159920793', '3315972229153835847');" | |
onmouseout="mouseout('7134017182159920793', '3315972229153835847');"> | |
<rect x="225" y="3248" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3260" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (143.962488ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3255" y2="3239" /> | |
</g> | |
</g> | |
<g id="id-1728690098311229930" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1728690098311229930', '5289699881802392535');" | |
onmouseout="mouseout('1728690098311229930', '5289699881802392535');"> | |
<rect x="225" y="3264" | |
width="46" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3276" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1ND1aHCs") (294.68329ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3271" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5546735051317314876" class="func parent-1728690098311229930" | |
onmouseover="mouseover('5546735051317314876', '1728690098311229930');" | |
onmouseout="mouseout('5546735051317314876', '1728690098311229930');"> | |
<rect x="225" y="3280" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3292" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (267.048408ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3287" y2="3271" /> | |
</g> | |
</g> | |
<g id="id-141407967468624013" class="func parent-5546735051317314876" | |
onmouseover="mouseover('141407967468624013', '5546735051317314876');" | |
onmouseout="mouseout('141407967468624013', '5546735051317314876');"> | |
<rect x="225" y="3296" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3308" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (265.978787ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3303" y2="3287" /> | |
</g> | |
</g> | |
<g id="id-3959452920474708959" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3959452920474708959', '5289699881802392535');" | |
onmouseout="mouseout('3959452920474708959', '5289699881802392535');"> | |
<rect x="225" y="3312" | |
width="43" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3324" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 126ii8fL") (274.521497ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3319" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7777497873480793904" class="func parent-3959452920474708959" | |
onmouseover="mouseover('7777497873480793904', '3959452920474708959');" | |
onmouseout="mouseout('7777497873480793904', '3959452920474708959');"> | |
<rect x="225" y="3328" | |
width="43" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3340" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (274.413489ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3335" y2="3319" /> | |
</g> | |
</g> | |
<g id="id-2372170789632103042" class="func parent-7777497873480793904" | |
onmouseover="mouseover('2372170789632103042', '7777497873480793904');" | |
onmouseout="mouseout('2372170789632103042', '7777497873480793904');"> | |
<rect x="225" y="3344" | |
width="43" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3356" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (273.256256ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3351" y2="3335" /> | |
</g> | |
</g> | |
<g id="id-6190215742638187987" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6190215742638187987', '5289699881802392535');" | |
onmouseout="mouseout('6190215742638187987', '5289699881802392535');"> | |
<rect x="225" y="3360" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3372" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 128d65mn") (192.168884ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3367" y2="519" /> | |
</g> | |
</g> | |
<g id="id-784888658789497125" class="func parent-6190215742638187987" | |
onmouseover="mouseover('784888658789497125', '6190215742638187987');" | |
onmouseout="mouseout('784888658789497125', '6190215742638187987');"> | |
<rect x="225" y="3376" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3388" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (192.107883ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3383" y2="3367" /> | |
</g> | |
</g> | |
<g id="id-4602933611795582070" class="func parent-784888658789497125" | |
onmouseover="mouseover('4602933611795582070', '784888658789497125');" | |
onmouseout="mouseout('4602933611795582070', '784888658789497125');"> | |
<rect x="225" y="3392" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3404" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (191.571349ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3399" y2="3383" /> | |
</g> | |
</g> | |
<g id="id-8420978564801667016" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8420978564801667016', '5289699881802392535');" | |
onmouseout="mouseout('8420978564801667016', '5289699881802392535');"> | |
<rect x="225" y="3408" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3420" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12PrGqMF") (282.184297ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3415" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3015651480952976153" class="func parent-8420978564801667016" | |
onmouseover="mouseover('3015651480952976153', '8420978564801667016');" | |
onmouseout="mouseout('3015651480952976153', '8420978564801667016');"> | |
<rect x="225" y="3424" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3436" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (282.052981ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3431" y2="3415" /> | |
</g> | |
</g> | |
<g id="id-6833696433959061099" class="func parent-3015651480952976153" | |
onmouseover="mouseover('6833696433959061099', '3015651480952976153');" | |
onmouseout="mouseout('6833696433959061099', '3015651480952976153');"> | |
<rect x="225" y="3440" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3452" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (280.652637ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3447" y2="3431" /> | |
</g> | |
</g> | |
<g id="id-1428369350110370236" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1428369350110370236', '5289699881802392535');" | |
onmouseout="mouseout('1428369350110370236', '5289699881802392535');"> | |
<rect x="225" y="3456" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3468" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12Msm4F8") (139.642161ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3463" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5246414303116455182" class="func parent-1428369350110370236" | |
onmouseover="mouseover('5246414303116455182', '1428369350110370236');" | |
onmouseout="mouseout('5246414303116455182', '1428369350110370236');"> | |
<rect x="225" y="3472" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3484" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (139.583151ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3479" y2="3463" /> | |
</g> | |
</g> | |
<g id="id-9064459256122540127" class="func parent-5246414303116455182" | |
onmouseover="mouseover('9064459256122540127', '5246414303116455182');" | |
onmouseout="mouseout('9064459256122540127', '5246414303116455182');"> | |
<rect x="225" y="3488" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3500" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (139.026883ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3495" y2="3479" /> | |
</g> | |
</g> | |
<g id="id-3659132172273849265" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3659132172273849265', '5289699881802392535');" | |
onmouseout="mouseout('3659132172273849265', '5289699881802392535');"> | |
<rect x="225" y="3504" | |
width="43" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3516" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 19StgMkE") (271.552546ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3511" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7477177125279934210" class="func parent-3659132172273849265" | |
onmouseover="mouseover('7477177125279934210', '3659132172273849265');" | |
onmouseout="mouseout('7477177125279934210', '3659132172273849265');"> | |
<rect x="225" y="3520" | |
width="40" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3532" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (253.371302ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3527" y2="3511" /> | |
</g> | |
</g> | |
<g id="id-2071850041431243348" class="func parent-7477177125279934210" | |
onmouseover="mouseover('2071850041431243348', '7477177125279934210');" | |
onmouseout="mouseout('2071850041431243348', '7477177125279934210');"> | |
<rect x="225" y="3536" | |
width="40" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3548" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (251.361554ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3543" y2="3527" /> | |
</g> | |
</g> | |
<g id="id-5889894994437328293" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5889894994437328293', '5289699881802392535');" | |
onmouseout="mouseout('5889894994437328293', '5289699881802392535');"> | |
<rect x="225" y="3552" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3564" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1HVeyPE7") (194.84948ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3559" y2="519" /> | |
</g> | |
</g> | |
<g id="id-484567910588637431" class="func parent-5889894994437328293" | |
onmouseover="mouseover('484567910588637431', '5889894994437328293');" | |
onmouseout="mouseout('484567910588637431', '5889894994437328293');"> | |
<rect x="225" y="3568" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3580" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (194.741703ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3575" y2="3559" /> | |
</g> | |
</g> | |
<g id="id-4302612863594722376" class="func parent-484567910588637431" | |
onmouseover="mouseover('4302612863594722376', '484567910588637431');" | |
onmouseout="mouseout('4302612863594722376', '484567910588637431');"> | |
<rect x="225" y="3584" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3596" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (194.416114ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3591" y2="3575" /> | |
</g> | |
</g> | |
<g id="id-8120657816600807322" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8120657816600807322', '5289699881802392535');" | |
onmouseout="mouseout('8120657816600807322', '5289699881802392535');"> | |
<rect x="225" y="3600" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3612" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 127KcZrM") (161.91329ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3607" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2715330732752116459" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2715330732752116459', '5289699881802392535');" | |
onmouseout="mouseout('2715330732752116459', '5289699881802392535');"> | |
<rect x="225" y="3616" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3628" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12i2avSF") (79.974658ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3623" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6533375685758201405" class="func parent-8120657816600807322" | |
onmouseover="mouseover('6533375685758201405', '8120657816600807322');" | |
onmouseout="mouseout('6533375685758201405', '8120657816600807322');"> | |
<rect x="225" y="3632" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3644" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (161.796634ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3639" y2="3607" /> | |
</g> | |
</g> | |
<g id="id-1128048601909510542" class="func parent-2715330732752116459" | |
onmouseover="mouseover('1128048601909510542', '2715330732752116459');" | |
onmouseout="mouseout('1128048601909510542', '2715330732752116459');"> | |
<rect x="225" y="3648" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3660" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (79.920474ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3655" y2="3623" /> | |
</g> | |
</g> | |
<g id="id-4946093554915595488" class="func parent-6533375685758201405" | |
onmouseover="mouseover('4946093554915595488', '6533375685758201405');" | |
onmouseout="mouseout('4946093554915595488', '6533375685758201405');"> | |
<rect x="225" y="3664" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3676" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (161.423047ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3671" y2="3639" /> | |
</g> | |
</g> | |
<g id="id-8764138507921680433" class="func parent-1128048601909510542" | |
onmouseover="mouseover('8764138507921680433', '1128048601909510542');" | |
onmouseout="mouseout('8764138507921680433', '1128048601909510542');"> | |
<rect x="225" y="3680" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3692" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (79.673565ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3687" y2="3655" /> | |
</g> | |
</g> | |
<g id="id-3358811424072989571" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3358811424072989571', '5289699881802392535');" | |
onmouseout="mouseout('3358811424072989571', '5289699881802392535');"> | |
<rect x="225" y="3696" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3708" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 126ytGds") (118.194279ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3703" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7176856377079074516" class="func parent-3358811424072989571" | |
onmouseover="mouseover('7176856377079074516', '3358811424072989571');" | |
onmouseout="mouseout('7176856377079074516', '3358811424072989571');"> | |
<rect x="225" y="3712" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3724" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (118.109636ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3719" y2="3703" /> | |
</g> | |
</g> | |
<g id="id-1771529293230383654" class="func parent-7176856377079074516" | |
onmouseover="mouseover('1771529293230383654', '7176856377079074516');" | |
onmouseout="mouseout('1771529293230383654', '7176856377079074516');"> | |
<rect x="225" y="3728" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3740" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (117.503862ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3735" y2="3719" /> | |
</g> | |
</g> | |
<g id="id-5589574246236468599" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5589574246236468599', '5289699881802392535');" | |
onmouseout="mouseout('5589574246236468599', '5289699881802392535');"> | |
<rect x="225" y="3744" | |
width="48" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3756" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12QuWxLj") (300.959083ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3751" y2="519" /> | |
</g> | |
</g> | |
<g id="id-184247162387777737" class="func parent-5589574246236468599" | |
onmouseover="mouseover('184247162387777737', '5589574246236468599');" | |
onmouseout="mouseout('184247162387777737', '5589574246236468599');"> | |
<rect x="225" y="3760" | |
width="48" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3772" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (300.864515ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3767" y2="3751" /> | |
</g> | |
</g> | |
<g id="id-4002292115393862682" class="func parent-184247162387777737" | |
onmouseover="mouseover('4002292115393862682', '184247162387777737');" | |
onmouseout="mouseout('4002292115393862682', '184247162387777737');"> | |
<rect x="225" y="3776" | |
width="48" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3788" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (300.405892ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3783" y2="3767" /> | |
</g> | |
</g> | |
<g id="id-7820337068399947628" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7820337068399947628', '5289699881802392535');" | |
onmouseout="mouseout('7820337068399947628', '5289699881802392535');"> | |
<rect x="225" y="3792" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3804" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12PSMMCA") (213.574035ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3799" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2415009984551256765" class="func parent-7820337068399947628" | |
onmouseover="mouseover('2415009984551256765', '7820337068399947628');" | |
onmouseout="mouseout('2415009984551256765', '7820337068399947628');"> | |
<rect x="225" y="3808" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3820" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (213.507244ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3815" y2="3799" /> | |
</g> | |
</g> | |
<g id="id-6233054937557341711" class="func parent-2415009984551256765" | |
onmouseover="mouseover('6233054937557341711', '2415009984551256765');" | |
onmouseout="mouseout('6233054937557341711', '2415009984551256765');"> | |
<rect x="225" y="3824" | |
width="34" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3836" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (213.2603ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3831" y2="3815" /> | |
</g> | |
</g> | |
<g id="id-827727853708650848" class="func parent-5289699881802392535" | |
onmouseover="mouseover('827727853708650848', '5289699881802392535');" | |
onmouseout="mouseout('827727853708650848', '5289699881802392535');"> | |
<rect x="225" y="3840" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3852" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1UcHyLPp") (159.827921ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3847" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4645772806714735794" class="func parent-827727853708650848" | |
onmouseover="mouseover('4645772806714735794', '827727853708650848');" | |
onmouseout="mouseout('4645772806714735794', '827727853708650848');"> | |
<rect x="225" y="3856" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3868" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (159.761469ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3863" y2="3847" /> | |
</g> | |
</g> | |
<g id="id-8463817759720820739" class="func parent-4645772806714735794" | |
onmouseover="mouseover('8463817759720820739', '4645772806714735794');" | |
onmouseout="mouseout('8463817759720820739', '4645772806714735794');"> | |
<rect x="225" y="3872" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3884" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (159.396365ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3879" y2="3863" /> | |
</g> | |
</g> | |
<g id="id-3058490675872129877" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3058490675872129877', '5289699881802392535');" | |
onmouseout="mouseout('3058490675872129877', '5289699881802392535');"> | |
<rect x="225" y="3888" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3900" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1rqPiecT") (163.692292ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="213" | |
y1="3895" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6876535628878214822" class="func parent-3058490675872129877" | |
onmouseover="mouseover('6876535628878214822', '3058490675872129877');" | |
onmouseout="mouseout('6876535628878214822', '3058490675872129877');"> | |
<rect x="225" y="3904" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3916" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (163.624884ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3911" y2="3895" /> | |
</g> | |
</g> | |
<g id="id-1471208545029523960" class="func parent-6876535628878214822" | |
onmouseover="mouseover('1471208545029523960', '6876535628878214822');" | |
onmouseout="mouseout('1471208545029523960', '6876535628878214822');"> | |
<rect x="225" y="3920" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3932" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (162.852332ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="225" x2="225" | |
y1="3927" y2="3911" /> | |
</g> | |
</g> | |
<g id="id-5289253498035608905" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5289253498035608905', '5289699881802392535');" | |
onmouseout="mouseout('5289253498035608905', '5289699881802392535');"> | |
<rect x="226" y="3936" | |
width="46" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3948" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12HRcXMB") (292.348814ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="3943" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9107298451041693851" class="func parent-5289699881802392535" | |
onmouseover="mouseover('9107298451041693851', '5289699881802392535');" | |
onmouseout="mouseout('9107298451041693851', '5289699881802392535');"> | |
<rect x="226" y="3952" | |
width="69" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3964" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12rVBQJe") (438.213766ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="3959" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3701971367193002988" class="func parent-5289253498035608905" | |
onmouseover="mouseover('3701971367193002988', '5289253498035608905');" | |
onmouseout="mouseout('3701971367193002988', '5289253498035608905');"> | |
<rect x="226" y="3968" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3980" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (268.482096ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="3975" y2="3943" /> | |
</g> | |
</g> | |
<g id="id-7520016320199087934" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7520016320199087934', '5289699881802392535');" | |
onmouseout="mouseout('7520016320199087934', '5289699881802392535');"> | |
<rect x="226" y="3984" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="3996" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12JHnQUC") (285.320848ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="3991" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2114689236350397071" class="func parent-9107298451041693851" | |
onmouseover="mouseover('2114689236350397071', '9107298451041693851');" | |
onmouseout="mouseout('2114689236350397071', '9107298451041693851');"> | |
<rect x="226" y="4000" | |
width="69" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4012" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (438.115168ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4007" y2="3959" /> | |
</g> | |
</g> | |
<g id="id-5932734189356482017" class="func parent-3701971367193002988" | |
onmouseover="mouseover('5932734189356482017', '3701971367193002988');" | |
onmouseout="mouseout('5932734189356482017', '3701971367193002988');"> | |
<rect x="226" y="4016" | |
width="42" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4028" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (267.229002ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4023" y2="3975" /> | |
</g> | |
</g> | |
<g id="id-527407105507791154" class="func parent-7520016320199087934" | |
onmouseover="mouseover('527407105507791154', '7520016320199087934');" | |
onmouseout="mouseout('527407105507791154', '7520016320199087934');"> | |
<rect x="226" y="4032" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4044" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (285.200589ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4039" y2="3991" /> | |
</g> | |
</g> | |
<g id="id-4345452058513876100" class="func parent-2114689236350397071" | |
onmouseover="mouseover('4345452058513876100', '2114689236350397071');" | |
onmouseout="mouseout('4345452058513876100', '2114689236350397071');"> | |
<rect x="226" y="4048" | |
width="69" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4060" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (437.371093ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4055" y2="4007" /> | |
</g> | |
</g> | |
<g id="id-8163497011519961045" class="func parent-527407105507791154" | |
onmouseover="mouseover('8163497011519961045', '527407105507791154');" | |
onmouseout="mouseout('8163497011519961045', '527407105507791154');"> | |
<rect x="226" y="4064" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4076" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (283.389848ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4071" y2="4039" /> | |
</g> | |
</g> | |
<g id="id-2758169927671270183" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2758169927671270183', '5289699881802392535');" | |
onmouseout="mouseout('2758169927671270183', '5289699881802392535');"> | |
<rect x="226" y="4080" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4092" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12FE2FME") (188.018004ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4087" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6576214880677355128" class="func parent-2758169927671270183" | |
onmouseover="mouseover('6576214880677355128', '2758169927671270183');" | |
onmouseout="mouseout('6576214880677355128', '2758169927671270183');"> | |
<rect x="226" y="4096" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (187.943369ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4103" y2="4087" /> | |
</g> | |
</g> | |
<g id="id-1170887796828664266" class="func parent-6576214880677355128" | |
onmouseover="mouseover('1170887796828664266', '6576214880677355128');" | |
onmouseout="mouseout('1170887796828664266', '6576214880677355128');"> | |
<rect x="226" y="4112" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4124" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (187.521617ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4119" y2="4103" /> | |
</g> | |
</g> | |
<g id="id-4988932749834749211" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4988932749834749211', '5289699881802392535');" | |
onmouseout="mouseout('4988932749834749211', '5289699881802392535');"> | |
<rect x="226" y="4128" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4140" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 129E63hj") (284.055488ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4135" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8806977702840834157" class="func parent-4988932749834749211" | |
onmouseover="mouseover('8806977702840834157', '4988932749834749211');" | |
onmouseout="mouseout('8806977702840834157', '4988932749834749211');"> | |
<rect x="226" y="4144" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4156" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (283.952814ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4151" y2="4135" /> | |
</g> | |
</g> | |
<g id="id-3401650618992143294" class="func parent-8806977702840834157" | |
onmouseover="mouseover('3401650618992143294', '8806977702840834157');" | |
onmouseout="mouseout('3401650618992143294', '8806977702840834157');"> | |
<rect x="226" y="4160" | |
width="44" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4172" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (282.097221ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4167" y2="4151" /> | |
</g> | |
</g> | |
<g id="id-7219695571998228240" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7219695571998228240', '5289699881802392535');" | |
onmouseout="mouseout('7219695571998228240', '5289699881802392535');"> | |
<rect x="226" y="4176" | |
width="20" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4188" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1SnemGck") (125.407951ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4183" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1814368488149537377" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1814368488149537377', '5289699881802392535');" | |
onmouseout="mouseout('1814368488149537377', '5289699881802392535');"> | |
<rect x="226" y="4192" | |
width="56" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4204" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12kxDFRZ") (357.959179ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4199" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5632413441155622323" class="func parent-7219695571998228240" | |
onmouseover="mouseover('5632413441155622323', '7219695571998228240');" | |
onmouseout="mouseout('5632413441155622323', '7219695571998228240');"> | |
<rect x="226" y="4208" | |
width="20" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4220" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (125.337915ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4215" y2="4183" /> | |
</g> | |
</g> | |
<g id="id-227086357306931460" class="func parent-1814368488149537377" | |
onmouseover="mouseover('227086357306931460', '1814368488149537377');" | |
onmouseout="mouseout('227086357306931460', '1814368488149537377');"> | |
<rect x="226" y="4224" | |
width="56" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4236" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (357.872217ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4231" y2="4199" /> | |
</g> | |
</g> | |
<g id="id-4045131310313016406" class="func parent-5632413441155622323" | |
onmouseover="mouseover('4045131310313016406', '5632413441155622323');" | |
onmouseout="mouseout('4045131310313016406', '5632413441155622323');"> | |
<rect x="226" y="4240" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4252" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (124.931224ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4247" y2="4215" /> | |
</g> | |
</g> | |
<g id="id-7863176263319101351" class="func parent-227086357306931460" | |
onmouseover="mouseover('7863176263319101351', '227086357306931460');" | |
onmouseout="mouseout('7863176263319101351', '227086357306931460');"> | |
<rect x="226" y="4256" | |
width="56" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4268" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (357.224643ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4263" y2="4231" /> | |
</g> | |
</g> | |
<g id="id-2457849179470410489" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2457849179470410489', '5289699881802392535');" | |
onmouseout="mouseout('2457849179470410489', '5289699881802392535');"> | |
<rect x="226" y="4272" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4284" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1pTKKtnk") (192.835842ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4279" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6275894132476495434" class="func parent-2457849179470410489" | |
onmouseover="mouseover('6275894132476495434', '2457849179470410489');" | |
onmouseout="mouseout('6275894132476495434', '2457849179470410489');"> | |
<rect x="226" y="4288" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4300" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (192.753787ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4295" y2="4279" /> | |
</g> | |
</g> | |
<g id="id-870567048627804572" class="func parent-6275894132476495434" | |
onmouseover="mouseover('870567048627804572', '6275894132476495434');" | |
onmouseout="mouseout('870567048627804572', '6275894132476495434');"> | |
<rect x="226" y="4304" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4316" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (192.419734ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4311" y2="4295" /> | |
</g> | |
</g> | |
<g id="id-4688612001633889517" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4688612001633889517', '5289699881802392535');" | |
onmouseout="mouseout('4688612001633889517', '5289699881802392535');"> | |
<rect x="226" y="4320" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4332" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12Ziu7Km") (286.367081ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="213" | |
y1="4327" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8506656954639974463" class="func parent-4688612001633889517" | |
onmouseover="mouseover('8506656954639974463', '4688612001633889517');" | |
onmouseout="mouseout('8506656954639974463', '4688612001633889517');"> | |
<rect x="226" y="4336" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4348" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (286.225749ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4343" y2="4327" /> | |
</g> | |
</g> | |
<g id="id-3101329870791283600" class="func parent-8506656954639974463" | |
onmouseover="mouseover('3101329870791283600', '8506656954639974463');" | |
onmouseout="mouseout('3101329870791283600', '8506656954639974463');"> | |
<rect x="226" y="4352" | |
width="45" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4364" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dialTransport() (283.842532ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="226" x2="226" | |
y1="4359" y2="4343" /> | |
</g> | |
</g> | |
<g id="id-9150137645960847574" class="func parent-5289699881802392535" | |
onmouseover="mouseover('9150137645960847574', '5289699881802392535');" | |
onmouseout="mouseout('9150137645960847574', '5289699881802392535');"> | |
<rect x="235" y="4368" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (115.50673ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="235" x2="213" | |
y1="4375" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3744810562112156712" class="func parent-9150137645960847574" | |
onmouseover="mouseover('3744810562112156712', '9150137645960847574');" | |
onmouseout="mouseout('3744810562112156712', '9150137645960847574');"> | |
<rect x="235" y="4384" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4396" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (115.396287ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="235" x2="235" | |
y1="4391" y2="4375" /> | |
</g> | |
</g> | |
<g id="id-7562855515118241657" class="func parent-3744810562112156712" | |
onmouseover="mouseover('7562855515118241657', '3744810562112156712');" | |
onmouseout="mouseout('7562855515118241657', '3744810562112156712');"> | |
<rect x="235" y="4400" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4412" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (69.658µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="235" x2="235" | |
y1="4407" y2="4391" /> | |
</g> | |
</g> | |
<g id="id-5975573384275635740" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5975573384275635740', '5289699881802392535');" | |
onmouseout="mouseout('5975573384275635740', '5289699881802392535');"> | |
<rect x="235" y="4416" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4428" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (49.924613ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="235" x2="213" | |
y1="4423" y2="519" /> | |
</g> | |
</g> | |
<g id="id-570246300426944878" class="func parent-5975573384275635740" | |
onmouseover="mouseover('570246300426944878', '5975573384275635740');" | |
onmouseout="mouseout('570246300426944878', '5975573384275635740');"> | |
<rect x="236" y="4432" | |
width="7" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4444" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (48.565767ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="235" | |
y1="4439" y2="4423" /> | |
</g> | |
</g> | |
<g id="id-4388291253433029823" class="func parent-570246300426944878" | |
onmouseover="mouseover('4388291253433029823', '570246300426944878');" | |
onmouseout="mouseout('4388291253433029823', '570246300426944878');"> | |
<rect x="236" y="4448" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4460" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (50.595µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4455" y2="4439" /> | |
</g> | |
</g> | |
<g id="id-8206336206439114769" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8206336206439114769', '5289699881802392535');" | |
onmouseout="mouseout('8206336206439114769', '5289699881802392535');"> | |
<rect x="236" y="4464" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4476" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (51.032437ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="213" | |
y1="4471" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2801009122590423906" class="func parent-8206336206439114769" | |
onmouseover="mouseover('2801009122590423906', '8206336206439114769');" | |
onmouseout="mouseout('2801009122590423906', '8206336206439114769');"> | |
<rect x="236" y="4480" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4492" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (50.927333ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4487" y2="4471" /> | |
</g> | |
</g> | |
<g id="id-6619054075596508852" class="func parent-2801009122590423906" | |
onmouseover="mouseover('6619054075596508852', '2801009122590423906');" | |
onmouseout="mouseout('6619054075596508852', '2801009122590423906');"> | |
<rect x="236" y="4496" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4508" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (55.335µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4503" y2="4487" /> | |
</g> | |
</g> | |
<g id="id-8849816897759987880" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8849816897759987880', '5289699881802392535');" | |
onmouseout="mouseout('8849816897759987880', '5289699881802392535');"> | |
<rect x="236" y="4512" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4524" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (51.771438ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="213" | |
y1="4519" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3444489813911297018" class="func parent-8849816897759987880" | |
onmouseover="mouseover('3444489813911297018', '8849816897759987880');" | |
onmouseout="mouseout('3444489813911297018', '8849816897759987880');"> | |
<rect x="236" y="4528" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4540" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (51.704029ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4535" y2="4519" /> | |
</g> | |
</g> | |
<g id="id-7262534766917381963" class="func parent-3444489813911297018" | |
onmouseover="mouseover('7262534766917381963', '3444489813911297018');" | |
onmouseout="mouseout('7262534766917381963', '3444489813911297018');"> | |
<rect x="236" y="4544" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4556" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (33.647µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4551" y2="4535" /> | |
</g> | |
</g> | |
<g id="id-1857207683068691101" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1857207683068691101', '5289699881802392535');" | |
onmouseout="mouseout('1857207683068691101', '5289699881802392535');"> | |
<rect x="236" y="4560" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4572" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (58.000757ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="213" | |
y1="4567" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5675252636074776046" class="func parent-1857207683068691101" | |
onmouseover="mouseover('5675252636074776046', '1857207683068691101');" | |
onmouseout="mouseout('5675252636074776046', '1857207683068691101');"> | |
<rect x="236" y="4576" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4588" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (57.888202ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4583" y2="4567" /> | |
</g> | |
</g> | |
<g id="id-269925552226085184" class="func parent-5675252636074776046" | |
onmouseover="mouseover('269925552226085184', '5675252636074776046');" | |
onmouseout="mouseout('269925552226085184', '5675252636074776046');"> | |
<rect x="236" y="4592" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4604" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (18.328µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="236" x2="236" | |
y1="4599" y2="4583" /> | |
</g> | |
</g> | |
<g id="id-7906015458238255075" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7906015458238255075', '5289699881802392535');" | |
onmouseout="mouseout('7906015458238255075', '5289699881802392535');"> | |
<rect x="237" y="4608" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4620" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (51.004017ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="237" x2="213" | |
y1="4615" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2500688374389564212" class="func parent-7906015458238255075" | |
onmouseover="mouseover('2500688374389564212', '7906015458238255075');" | |
onmouseout="mouseout('2500688374389564212', '7906015458238255075');"> | |
<rect x="237" y="4624" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4636" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (50.936271ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="237" x2="237" | |
y1="4631" y2="4615" /> | |
</g> | |
</g> | |
<g id="id-6318733327395649158" class="func parent-2500688374389564212" | |
onmouseover="mouseover('6318733327395649158', '2500688374389564212');" | |
onmouseout="mouseout('6318733327395649158', '2500688374389564212');"> | |
<rect x="237" y="4640" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4652" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (8.264µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="237" x2="237" | |
y1="4647" y2="4631" /> | |
</g> | |
</g> | |
<g id="id-4731451196553043241" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4731451196553043241', '5289699881802392535');" | |
onmouseout="mouseout('4731451196553043241', '5289699881802392535');"> | |
<rect x="238" y="4656" | |
width="7" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4668" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (47.014958ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="238" x2="213" | |
y1="4663" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8549496149559128186" class="func parent-4731451196553043241" | |
onmouseover="mouseover('8549496149559128186', '4731451196553043241');" | |
onmouseout="mouseout('8549496149559128186', '4731451196553043241');"> | |
<rect x="238" y="4672" | |
width="7" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4684" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (46.944825ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="238" x2="238" | |
y1="4679" y2="4663" /> | |
</g> | |
</g> | |
<g id="id-3144169065710437324" class="func parent-8549496149559128186" | |
onmouseover="mouseover('3144169065710437324', '8549496149559128186');" | |
onmouseout="mouseout('3144169065710437324', '8549496149559128186');"> | |
<rect x="238" y="4688" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4700" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.313µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="238" x2="238" | |
y1="4695" y2="4679" /> | |
</g> | |
</g> | |
<g id="id-1556886934867831407" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1556886934867831407', '5289699881802392535');" | |
onmouseout="mouseout('1556886934867831407', '5289699881802392535');"> | |
<rect x="239" y="4704" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4716" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (39.874425ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="213" | |
y1="4711" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5374931887873916352" class="func parent-1556886934867831407" | |
onmouseover="mouseover('5374931887873916352', '1556886934867831407');" | |
onmouseout="mouseout('5374931887873916352', '1556886934867831407');"> | |
<rect x="239" y="4720" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4732" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (39.809074ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="239" | |
y1="4727" y2="4711" /> | |
</g> | |
</g> | |
<g id="id-9192976840880001298" class="func parent-5374931887873916352" | |
onmouseover="mouseover('9192976840880001298', '5374931887873916352');" | |
onmouseout="mouseout('9192976840880001298', '5374931887873916352');"> | |
<rect x="239" y="4736" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4748" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.469µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="239" | |
y1="4743" y2="4727" /> | |
</g> | |
</g> | |
<g id="id-7605694710037395381" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7605694710037395381', '5289699881802392535');" | |
onmouseout="mouseout('7605694710037395381', '5289699881802392535');"> | |
<rect x="239" y="4752" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4764" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (55.084019ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="213" | |
y1="4759" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2200367626188704518" class="func parent-7605694710037395381" | |
onmouseover="mouseover('2200367626188704518', '7605694710037395381');" | |
onmouseout="mouseout('2200367626188704518', '7605694710037395381');"> | |
<rect x="239" y="4768" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4780" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (55.030291ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="239" | |
y1="4775" y2="4759" /> | |
</g> | |
</g> | |
<g id="id-6018412579194789464" class="func parent-2200367626188704518" | |
onmouseover="mouseover('6018412579194789464', '2200367626188704518');" | |
onmouseout="mouseout('6018412579194789464', '2200367626188704518');"> | |
<rect x="239" y="4784" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4796" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (25.089µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="239" x2="239" | |
y1="4791" y2="4775" /> | |
</g> | |
</g> | |
<g id="id-1256566186666971713" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1256566186666971713', '5289699881802392535');" | |
onmouseout="mouseout('1256566186666971713', '5289699881802392535');"> | |
<rect x="244" y="4800" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4812" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (49.901293ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="4807" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8892656092679141604" class="func parent-1256566186666971713" | |
onmouseover="mouseover('8892656092679141604', '1256566186666971713');" | |
onmouseout="mouseout('8892656092679141604', '1256566186666971713');"> | |
<rect x="244" y="4816" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4828" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (49.75511ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4823" y2="4807" /> | |
</g> | |
</g> | |
<g id="id-3487329008830450741" class="func parent-8892656092679141604" | |
onmouseover="mouseover('3487329008830450741', '8892656092679141604');" | |
onmouseout="mouseout('3487329008830450741', '8892656092679141604');"> | |
<rect x="244" y="4832" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4844" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (45.93µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4839" y2="4823" /> | |
</g> | |
</g> | |
<g id="id-7305373961836535687" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7305373961836535687', '5289699881802392535');" | |
onmouseout="mouseout('7305373961836535687', '5289699881802392535');"> | |
<rect x="244" y="4848" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4860" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (52.997085ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="4855" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1900046877987844824" class="func parent-7305373961836535687" | |
onmouseover="mouseover('1900046877987844824', '7305373961836535687');" | |
onmouseout="mouseout('1900046877987844824', '7305373961836535687');"> | |
<rect x="244" y="4864" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4876" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (52.922972ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4871" y2="4855" /> | |
</g> | |
</g> | |
<g id="id-5718091830993929770" class="func parent-1900046877987844824" | |
onmouseover="mouseover('5718091830993929770', '1900046877987844824');" | |
onmouseout="mouseout('5718091830993929770', '1900046877987844824');"> | |
<rect x="244" y="4880" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4892" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (33.406µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4887" y2="4871" /> | |
</g> | |
</g> | |
<g id="id-312764747145238907" class="func parent-5289699881802392535" | |
onmouseover="mouseover('312764747145238907', '5289699881802392535');" | |
onmouseout="mouseout('312764747145238907', '5289699881802392535');"> | |
<rect x="244" y="4896" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4908" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (78.422755ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="4903" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4130809700151323853" class="func parent-312764747145238907" | |
onmouseover="mouseover('4130809700151323853', '312764747145238907');" | |
onmouseout="mouseout('4130809700151323853', '312764747145238907');"> | |
<rect x="244" y="4912" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4924" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (78.349088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4919" y2="4903" /> | |
</g> | |
</g> | |
<g id="id-7948854653157408798" class="func parent-4130809700151323853" | |
onmouseover="mouseover('7948854653157408798', '4130809700151323853');" | |
onmouseout="mouseout('7948854653157408798', '4130809700151323853');"> | |
<rect x="244" y="4928" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4940" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (25.027µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4935" y2="4919" /> | |
</g> | |
</g> | |
<g id="id-2543527569308717936" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2543527569308717936', '5289699881802392535');" | |
onmouseout="mouseout('2543527569308717936', '5289699881802392535');"> | |
<rect x="244" y="4944" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4956" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (82.23212ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="4951" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6361572522314802881" class="func parent-2543527569308717936" | |
onmouseover="mouseover('6361572522314802881', '2543527569308717936');" | |
onmouseout="mouseout('6361572522314802881', '2543527569308717936');"> | |
<rect x="244" y="4960" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4972" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (82.147341ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4967" y2="4951" /> | |
</g> | |
</g> | |
<g id="id-956245438466112019" class="func parent-6361572522314802881" | |
onmouseover="mouseover('956245438466112019', '6361572522314802881');" | |
onmouseout="mouseout('956245438466112019', '6361572522314802881');"> | |
<rect x="244" y="4976" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4988" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (36.632µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="4983" y2="4967" /> | |
</g> | |
</g> | |
<g id="id-4774290391472196964" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4774290391472196964', '5289699881802392535');" | |
onmouseout="mouseout('4774290391472196964', '5289699881802392535');"> | |
<rect x="244" y="4992" | |
width="7" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5004" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (42.948972ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="4999" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8592335344478281910" class="func parent-4774290391472196964" | |
onmouseover="mouseover('8592335344478281910', '4774290391472196964');" | |
onmouseout="mouseout('8592335344478281910', '4774290391472196964');"> | |
<rect x="244" y="5008" | |
width="7" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5020" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (42.873756ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="5015" y2="4999" /> | |
</g> | |
</g> | |
<g id="id-3187008260629591047" class="func parent-8592335344478281910" | |
onmouseover="mouseover('3187008260629591047', '8592335344478281910');" | |
onmouseout="mouseout('3187008260629591047', '8592335344478281910');"> | |
<rect x="244" y="5024" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5036" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (26.018µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="5031" y2="5015" /> | |
</g> | |
</g> | |
<g id="id-1599726129786985130" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1599726129786985130', '5289699881802392535');" | |
onmouseout="mouseout('1599726129786985130', '5289699881802392535');"> | |
<rect x="244" y="5040" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5052" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (48.974414ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="213" | |
y1="5047" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5417771082793070076" class="func parent-1599726129786985130" | |
onmouseover="mouseover('5417771082793070076', '1599726129786985130');" | |
onmouseout="mouseout('5417771082793070076', '1599726129786985130');"> | |
<rect x="244" y="5056" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5068" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (48.873057ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="5063" y2="5047" /> | |
</g> | |
</g> | |
<g id="id-12443998944379213" class="func parent-5417771082793070076" | |
onmouseover="mouseover('12443998944379213', '5417771082793070076');" | |
onmouseout="mouseout('12443998944379213', '5417771082793070076');"> | |
<rect x="244" y="5072" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5084" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (26.298µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="244" x2="244" | |
y1="5079" y2="5063" /> | |
</g> | |
</g> | |
<g id="id-655924690265252325" class="func parent-5289699881802392535" | |
onmouseover="mouseover('655924690265252325', '5289699881802392535');" | |
onmouseout="mouseout('655924690265252325', '5289699881802392535');"> | |
<rect x="246" y="5088" | |
width="38" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5100" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (242.524876ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5095" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4473969643271337270" class="func parent-655924690265252325" | |
onmouseover="mouseover('4473969643271337270', '655924690265252325');" | |
onmouseout="mouseout('4473969643271337270', '655924690265252325');"> | |
<rect x="246" y="5104" | |
width="38" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5116" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (242.399221ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5111" y2="5095" /> | |
</g> | |
</g> | |
<g id="id-8292014596277422216" class="func parent-4473969643271337270" | |
onmouseover="mouseover('8292014596277422216', '4473969643271337270');" | |
onmouseout="mouseout('8292014596277422216', '4473969643271337270');"> | |
<rect x="246" y="5120" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5132" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (30.593µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5127" y2="5111" /> | |
</g> | |
</g> | |
<g id="id-2886687512428731353" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2886687512428731353', '5289699881802392535');" | |
onmouseout="mouseout('2886687512428731353', '5289699881802392535');"> | |
<rect x="246" y="5136" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5148" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (81.852248ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5143" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6704732465434816299" class="func parent-2886687512428731353" | |
onmouseover="mouseover('6704732465434816299', '2886687512428731353');" | |
onmouseout="mouseout('6704732465434816299', '2886687512428731353');"> | |
<rect x="246" y="5152" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5164" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (81.77886ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5159" y2="5143" /> | |
</g> | |
</g> | |
<g id="id-1299405381586125436" class="func parent-6704732465434816299" | |
onmouseover="mouseover('1299405381586125436', '6704732465434816299');" | |
onmouseout="mouseout('1299405381586125436', '6704732465434816299');"> | |
<rect x="246" y="5168" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5180" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (20.924µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5175" y2="5159" /> | |
</g> | |
</g> | |
<g id="id-5117450334592210382" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5117450334592210382', '5289699881802392535');" | |
onmouseout="mouseout('5117450334592210382', '5289699881802392535');"> | |
<rect x="246" y="5184" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5196" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (97.980293ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5191" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8935495287598295327" class="func parent-5117450334592210382" | |
onmouseover="mouseover('8935495287598295327', '5117450334592210382');" | |
onmouseout="mouseout('8935495287598295327', '5117450334592210382');"> | |
<rect x="246" y="5200" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5212" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (97.796308ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5207" y2="5191" /> | |
</g> | |
</g> | |
<g id="id-3530168203749604465" class="func parent-8935495287598295327" | |
onmouseover="mouseover('3530168203749604465', '8935495287598295327');" | |
onmouseout="mouseout('3530168203749604465', '8935495287598295327');"> | |
<rect x="246" y="5216" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5228" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (20.991µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5223" y2="5207" /> | |
</g> | |
</g> | |
<g id="id-5760931025913083493" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5760931025913083493', '5289699881802392535');" | |
onmouseout="mouseout('5760931025913083493', '5289699881802392535');"> | |
<rect x="246" y="5232" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5244" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (97.369088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5239" y2="519" /> | |
</g> | |
</g> | |
<g id="id-355603942064392631" class="func parent-5760931025913083493" | |
onmouseover="mouseover('355603942064392631', '5760931025913083493');" | |
onmouseout="mouseout('355603942064392631', '5760931025913083493');"> | |
<rect x="246" y="5248" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5260" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (97.214681ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5255" y2="5239" /> | |
</g> | |
</g> | |
<g id="id-4173648895070477576" class="func parent-355603942064392631" | |
onmouseover="mouseover('4173648895070477576', '355603942064392631');" | |
onmouseout="mouseout('4173648895070477576', '355603942064392631');"> | |
<rect x="246" y="5264" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5276" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (23.6µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5271" y2="5255" /> | |
</g> | |
</g> | |
<g id="id-2586366764227871659" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2586366764227871659', '5289699881802392535');" | |
onmouseout="mouseout('2586366764227871659', '5289699881802392535');"> | |
<rect x="246" y="5280" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5292" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (83.18342ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5287" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6404411717233956605" class="func parent-2586366764227871659" | |
onmouseover="mouseover('6404411717233956605', '2586366764227871659');" | |
onmouseout="mouseout('6404411717233956605', '2586366764227871659');"> | |
<rect x="246" y="5296" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5308" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (83.06834ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5303" y2="5287" /> | |
</g> | |
</g> | |
<g id="id-999084633385265742" class="func parent-5289699881802392535" | |
onmouseover="mouseover('999084633385265742', '5289699881802392535');" | |
onmouseout="mouseout('999084633385265742', '5289699881802392535');"> | |
<rect x="246" y="5312" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5324" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (51.089197ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5319" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4817129586391350688" class="func parent-6404411717233956605" | |
onmouseover="mouseover('4817129586391350688', '6404411717233956605');" | |
onmouseout="mouseout('4817129586391350688', '6404411717233956605');"> | |
<rect x="246" y="5328" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5340" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (25.484µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5335" y2="5303" /> | |
</g> | |
</g> | |
<g id="id-8635174539397435633" class="func parent-999084633385265742" | |
onmouseover="mouseover('8635174539397435633', '999084633385265742');" | |
onmouseout="mouseout('8635174539397435633', '999084633385265742');"> | |
<rect x="246" y="5344" | |
width="8" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5356" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (51.013226ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5351" y2="5319" /> | |
</g> | |
</g> | |
<g id="id-3229847455548744771" class="func parent-8635174539397435633" | |
onmouseover="mouseover('3229847455548744771', '8635174539397435633');" | |
onmouseout="mouseout('3229847455548744771', '8635174539397435633');"> | |
<rect x="246" y="5360" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5372" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.979µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5367" y2="5351" /> | |
</g> | |
</g> | |
<g id="id-7047892408554829716" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7047892408554829716', '5289699881802392535');" | |
onmouseout="mouseout('7047892408554829716', '5289699881802392535');"> | |
<rect x="246" y="5376" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5388" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (107.223693ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="213" | |
y1="5383" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1642565324706138854" class="func parent-7047892408554829716" | |
onmouseover="mouseover('1642565324706138854', '7047892408554829716');" | |
onmouseout="mouseout('1642565324706138854', '7047892408554829716');"> | |
<rect x="246" y="5392" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5404" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (107.109721ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5399" y2="5383" /> | |
</g> | |
</g> | |
<g id="id-5460610277712223799" class="func parent-1642565324706138854" | |
onmouseover="mouseover('5460610277712223799', '1642565324706138854');" | |
onmouseout="mouseout('5460610277712223799', '1642565324706138854');"> | |
<rect x="246" y="5408" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5420" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.408µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="246" x2="246" | |
y1="5415" y2="5399" /> | |
</g> | |
</g> | |
<g id="id-7691373099875702828" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7691373099875702828', '5289699881802392535');" | |
onmouseout="mouseout('7691373099875702828', '5289699881802392535');"> | |
<rect x="247" y="5424" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5436" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (37.060361ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="213" | |
y1="5431" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2286046016027011965" class="func parent-7691373099875702828" | |
onmouseover="mouseover('2286046016027011965', '7691373099875702828');" | |
onmouseout="mouseout('2286046016027011965', '7691373099875702828');"> | |
<rect x="247" y="5440" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5452" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (36.836754ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="247" | |
y1="5447" y2="5431" /> | |
</g> | |
</g> | |
<g id="id-6104090969033096911" class="func parent-2286046016027011965" | |
onmouseover="mouseover('6104090969033096911', '2286046016027011965');" | |
onmouseout="mouseout('6104090969033096911', '2286046016027011965');"> | |
<rect x="247" y="5456" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5468" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (12.307µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="247" | |
y1="5463" y2="5447" /> | |
</g> | |
</g> | |
<g id="id-698763885184406048" class="func parent-5289699881802392535" | |
onmouseover="mouseover('698763885184406048', '5289699881802392535');" | |
onmouseout="mouseout('698763885184406048', '5289699881802392535');"> | |
<rect x="247" y="5472" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5484" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (157.607636ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="213" | |
y1="5479" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4516808838190490994" class="func parent-698763885184406048" | |
onmouseover="mouseover('4516808838190490994', '698763885184406048');" | |
onmouseout="mouseout('4516808838190490994', '698763885184406048');"> | |
<rect x="247" y="5488" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5500" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (157.511536ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="247" | |
y1="5495" y2="5479" /> | |
</g> | |
</g> | |
<g id="id-8334853791196575939" class="func parent-4516808838190490994" | |
onmouseover="mouseover('8334853791196575939', '4516808838190490994');" | |
onmouseout="mouseout('8334853791196575939', '4516808838190490994');"> | |
<rect x="247" y="5504" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5516" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (34.309µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="247" x2="247" | |
y1="5511" y2="5495" /> | |
</g> | |
</g> | |
<g id="id-1342244576505279160" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1342244576505279160', '5289699881802392535');" | |
onmouseout="mouseout('1342244576505279160', '5289699881802392535');"> | |
<rect x="248" y="5520" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5532" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (88.364255ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="213" | |
y1="5527" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5160289529511364105" class="func parent-1342244576505279160" | |
onmouseover="mouseover('5160289529511364105', '1342244576505279160');" | |
onmouseout="mouseout('5160289529511364105', '1342244576505279160');"> | |
<rect x="248" y="5536" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5548" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (87.964879ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5543" y2="5527" /> | |
</g> | |
</g> | |
<g id="id-8978334482517449051" class="func parent-5160289529511364105" | |
onmouseover="mouseover('8978334482517449051', '5160289529511364105');" | |
onmouseout="mouseout('8978334482517449051', '5160289529511364105');"> | |
<rect x="248" y="5552" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5564" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (16.228µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5559" y2="5543" /> | |
</g> | |
</g> | |
<g id="id-3573007398668758188" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3573007398668758188', '5289699881802392535');" | |
onmouseout="mouseout('3573007398668758188', '5289699881802392535');"> | |
<rect x="248" y="5568" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5580" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (68.326538ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="213" | |
y1="5575" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1985725267826152271" class="func parent-3573007398668758188" | |
onmouseover="mouseover('1985725267826152271', '3573007398668758188');" | |
onmouseout="mouseout('1985725267826152271', '3573007398668758188');"> | |
<rect x="248" y="5584" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5596" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (68.228417ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5591" y2="5575" /> | |
</g> | |
</g> | |
<g id="id-5803770220832237217" class="func parent-1985725267826152271" | |
onmouseover="mouseover('5803770220832237217', '1985725267826152271');" | |
onmouseout="mouseout('5803770220832237217', '1985725267826152271');"> | |
<rect x="248" y="5600" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5612" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (17.578µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5607" y2="5591" /> | |
</g> | |
</g> | |
<g id="id-4216488089989631300" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4216488089989631300', '5289699881802392535');" | |
onmouseout="mouseout('4216488089989631300', '5289699881802392535');"> | |
<rect x="248" y="5616" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5628" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (110.131897ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="213" | |
y1="5623" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8034533042995716245" class="func parent-4216488089989631300" | |
onmouseover="mouseover('8034533042995716245', '4216488089989631300');" | |
onmouseout="mouseout('8034533042995716245', '4216488089989631300');"> | |
<rect x="248" y="5632" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5644" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (109.823374ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5639" y2="5623" /> | |
</g> | |
</g> | |
<g id="id-2629205959147025383" class="func parent-8034533042995716245" | |
onmouseover="mouseover('2629205959147025383', '8034533042995716245');" | |
onmouseout="mouseout('2629205959147025383', '8034533042995716245');"> | |
<rect x="248" y="5648" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5660" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.218µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5655" y2="5639" /> | |
</g> | |
</g> | |
<g id="id-1041923828304419466" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1041923828304419466', '5289699881802392535');" | |
onmouseout="mouseout('1041923828304419466', '5289699881802392535');"> | |
<rect x="248" y="5664" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5676" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (76.316085ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="213" | |
y1="5671" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4859968781310504411" class="func parent-1041923828304419466" | |
onmouseover="mouseover('4859968781310504411', '1041923828304419466');" | |
onmouseout="mouseout('4859968781310504411', '1041923828304419466');"> | |
<rect x="248" y="5680" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5692" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (76.170566ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5687" y2="5671" /> | |
</g> | |
</g> | |
<g id="id-8678013734316589357" class="func parent-4859968781310504411" | |
onmouseover="mouseover('8678013734316589357', '4859968781310504411');" | |
onmouseout="mouseout('8678013734316589357', '4859968781310504411');"> | |
<rect x="248" y="5696" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5708" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (32.24µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="248" x2="248" | |
y1="5703" y2="5687" /> | |
</g> | |
</g> | |
<g id="id-3272686650467898494" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3272686650467898494', '5289699881802392535');" | |
onmouseout="mouseout('3272686650467898494', '5289699881802392535');"> | |
<rect x="249" y="5712" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5724" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (116.441566ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="249" x2="213" | |
y1="5719" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7090731603473983440" class="func parent-3272686650467898494" | |
onmouseover="mouseover('7090731603473983440', '3272686650467898494');" | |
onmouseout="mouseout('7090731603473983440', '3272686650467898494');"> | |
<rect x="249" y="5728" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5740" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (116.310363ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="249" x2="249" | |
y1="5735" y2="5719" /> | |
</g> | |
</g> | |
<g id="id-1685404519625292577" class="func parent-7090731603473983440" | |
onmouseover="mouseover('1685404519625292577', '7090731603473983440');" | |
onmouseout="mouseout('1685404519625292577', '7090731603473983440');"> | |
<rect x="249" y="5744" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5756" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.574µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="249" x2="249" | |
y1="5751" y2="5735" /> | |
</g> | |
</g> | |
<g id="id-2328885210946165689" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2328885210946165689', '5289699881802392535');" | |
onmouseout="mouseout('2328885210946165689', '5289699881802392535');"> | |
<rect x="251" y="5760" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5772" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (66.503039ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="5767" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6146930163952250634" class="func parent-2328885210946165689" | |
onmouseover="mouseover('6146930163952250634', '2328885210946165689');" | |
onmouseout="mouseout('6146930163952250634', '2328885210946165689');"> | |
<rect x="251" y="5776" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5788" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (66.34756ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5783" y2="5767" /> | |
</g> | |
</g> | |
<g id="id-741603080103559772" class="func parent-6146930163952250634" | |
onmouseover="mouseover('741603080103559772', '6146930163952250634');" | |
onmouseout="mouseout('741603080103559772', '6146930163952250634');"> | |
<rect x="251" y="5792" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5804" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (34.866µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5799" y2="5783" /> | |
</g> | |
</g> | |
<g id="id-2972365902267038800" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2972365902267038800', '5289699881802392535');" | |
onmouseout="mouseout('2972365902267038800', '5289699881802392535');"> | |
<rect x="251" y="5808" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5820" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (83.197519ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="5815" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1385083771424432883" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1385083771424432883', '5289699881802392535');" | |
onmouseout="mouseout('1385083771424432883', '5289699881802392535');"> | |
<rect x="251" y="5824" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5836" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (193.933708ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="5831" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5203128724430517829" class="func parent-1385083771424432883" | |
onmouseover="mouseover('5203128724430517829', '1385083771424432883');" | |
onmouseout="mouseout('5203128724430517829', '1385083771424432883');"> | |
<rect x="251" y="5840" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5852" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (193.802907ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5847" y2="5831" /> | |
</g> | |
</g> | |
<g id="id-6790410855273123746" class="func parent-2972365902267038800" | |
onmouseover="mouseover('6790410855273123746', '2972365902267038800');" | |
onmouseout="mouseout('6790410855273123746', '2972365902267038800');"> | |
<rect x="251" y="5856" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5868" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (82.881999ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5863" y2="5815" /> | |
</g> | |
</g> | |
<g id="id-9021173677436602774" class="func parent-6790410855273123746" | |
onmouseover="mouseover('9021173677436602774', '6790410855273123746');" | |
onmouseout="mouseout('9021173677436602774', '6790410855273123746');"> | |
<rect x="251" y="5872" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5884" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (24.531µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5879" y2="5863" /> | |
</g> | |
</g> | |
<g id="id-3615846593587911912" class="func parent-5203128724430517829" | |
onmouseover="mouseover('3615846593587911912', '5203128724430517829');" | |
onmouseout="mouseout('3615846593587911912', '5203128724430517829');"> | |
<rect x="251" y="5888" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5900" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.114µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5895" y2="5847" /> | |
</g> | |
</g> | |
<g id="id-7433891546593996857" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7433891546593996857', '5289699881802392535');" | |
onmouseout="mouseout('7433891546593996857', '5289699881802392535');"> | |
<rect x="251" y="5904" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5916" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (93.770835ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="5911" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2028564462745305995" class="func parent-7433891546593996857" | |
onmouseover="mouseover('2028564462745305995', '7433891546593996857');" | |
onmouseout="mouseout('2028564462745305995', '7433891546593996857');"> | |
<rect x="251" y="5920" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5932" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (92.896202ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5927" y2="5911" /> | |
</g> | |
</g> | |
<g id="id-5846609415751390940" class="func parent-2028564462745305995" | |
onmouseover="mouseover('5846609415751390940', '2028564462745305995');" | |
onmouseout="mouseout('5846609415751390940', '2028564462745305995');"> | |
<rect x="251" y="5936" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5948" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (24.058µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5943" y2="5927" /> | |
</g> | |
</g> | |
<g id="id-441282331902700078" class="func parent-5289699881802392535" | |
onmouseover="mouseover('441282331902700078', '5289699881802392535');" | |
onmouseout="mouseout('441282331902700078', '5289699881802392535');"> | |
<rect x="251" y="5952" | |
width="16" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5964" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (98.761802ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="5959" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4259327284908785023" class="func parent-441282331902700078" | |
onmouseover="mouseover('4259327284908785023', '441282331902700078');" | |
onmouseout="mouseout('4259327284908785023', '441282331902700078');"> | |
<rect x="251" y="5968" | |
width="16" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5980" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (98.578729ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5975" y2="5959" /> | |
</g> | |
</g> | |
<g id="id-8077372237914869969" class="func parent-4259327284908785023" | |
onmouseover="mouseover('8077372237914869969', '4259327284908785023');" | |
onmouseout="mouseout('8077372237914869969', '4259327284908785023');"> | |
<rect x="251" y="5984" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5996" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (18.462µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="5991" y2="5975" /> | |
</g> | |
</g> | |
<g id="id-2672045154066179106" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2672045154066179106', '5289699881802392535');" | |
onmouseout="mouseout('2672045154066179106', '5289699881802392535');"> | |
<rect x="251" y="6000" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6012" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (110.486451ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="6007" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6490090107072264052" class="func parent-2672045154066179106" | |
onmouseover="mouseover('6490090107072264052', '2672045154066179106');" | |
onmouseout="mouseout('6490090107072264052', '2672045154066179106');"> | |
<rect x="251" y="6016" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6028" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (110.34602ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="6023" y2="6007" /> | |
</g> | |
</g> | |
<g id="id-1084763023223573189" class="func parent-6490090107072264052" | |
onmouseover="mouseover('1084763023223573189', '6490090107072264052');" | |
onmouseout="mouseout('1084763023223573189', '6490090107072264052');"> | |
<rect x="251" y="6032" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6044" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (23.887µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="6039" y2="6023" /> | |
</g> | |
</g> | |
<g id="id-8720852929235743080" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8720852929235743080', '5289699881802392535');" | |
onmouseout="mouseout('8720852929235743080', '5289699881802392535');"> | |
<rect x="251" y="6048" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6060" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (57.94353ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="213" | |
y1="6055" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3315525845387052218" class="func parent-8720852929235743080" | |
onmouseover="mouseover('3315525845387052218', '8720852929235743080');" | |
onmouseout="mouseout('3315525845387052218', '8720852929235743080');"> | |
<rect x="251" y="6064" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6076" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (57.679824ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="6071" y2="6055" /> | |
</g> | |
</g> | |
<g id="id-7133570798393137163" class="func parent-3315525845387052218" | |
onmouseover="mouseover('7133570798393137163', '3315525845387052218');" | |
onmouseout="mouseout('7133570798393137163', '3315525845387052218');"> | |
<rect x="251" y="6080" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6092" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (18.238µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="251" x2="251" | |
y1="6087" y2="6071" /> | |
</g> | |
</g> | |
<g id="id-1728243714544446301" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1728243714544446301', '5289699881802392535');" | |
onmouseout="mouseout('1728243714544446301', '5289699881802392535');"> | |
<rect x="252" y="6096" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (90.220621ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="213" | |
y1="6103" y2="519" /> | |
</g> | |
</g> | |
<g id="id-140961583701840384" class="func parent-1728243714544446301" | |
onmouseover="mouseover('140961583701840384', '1728243714544446301');" | |
onmouseout="mouseout('140961583701840384', '1728243714544446301');"> | |
<rect x="252" y="6112" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6124" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (90.035005ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6119" y2="6103" /> | |
</g> | |
</g> | |
<g id="id-3959006536707925329" class="func parent-140961583701840384" | |
onmouseover="mouseover('3959006536707925329', '140961583701840384');" | |
onmouseout="mouseout('3959006536707925329', '140961583701840384');"> | |
<rect x="252" y="6128" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6140" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.24µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6135" y2="6119" /> | |
</g> | |
</g> | |
<g id="id-6189769358871404358" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6189769358871404358', '5289699881802392535');" | |
onmouseout="mouseout('6189769358871404358', '5289699881802392535');"> | |
<rect x="252" y="6144" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6156" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (120.413407ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="213" | |
y1="6151" y2="519" /> | |
</g> | |
</g> | |
<g id="id-784442275022713495" class="func parent-6189769358871404358" | |
onmouseover="mouseover('784442275022713495', '6189769358871404358');" | |
onmouseout="mouseout('784442275022713495', '6189769358871404358');"> | |
<rect x="252" y="6160" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6172" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (120.294003ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6167" y2="6151" /> | |
</g> | |
</g> | |
<g id="id-4602487228028798441" class="func parent-784442275022713495" | |
onmouseover="mouseover('4602487228028798441', '784442275022713495');" | |
onmouseout="mouseout('4602487228028798441', '784442275022713495');"> | |
<rect x="252" y="6176" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6188" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (26.604µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6183" y2="6167" /> | |
</g> | |
</g> | |
<g id="id-8420532181034883386" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8420532181034883386', '5289699881802392535');" | |
onmouseout="mouseout('8420532181034883386', '5289699881802392535');"> | |
<rect x="252" y="6192" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6204" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (76.662317ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="213" | |
y1="6199" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3015205097186192524" class="func parent-8420532181034883386" | |
onmouseover="mouseover('3015205097186192524', '8420532181034883386');" | |
onmouseout="mouseout('3015205097186192524', '8420532181034883386');"> | |
<rect x="252" y="6208" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6220" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (76.484053ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6215" y2="6199" /> | |
</g> | |
</g> | |
<g id="id-6833250050192277469" class="func parent-3015205097186192524" | |
onmouseover="mouseover('6833250050192277469', '3015205097186192524');" | |
onmouseout="mouseout('6833250050192277469', '3015205097186192524');"> | |
<rect x="252" y="6224" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6236" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (18.254µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6231" y2="6215" /> | |
</g> | |
</g> | |
<g id="id-1427922966343586607" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1427922966343586607', '5289699881802392535');" | |
onmouseout="mouseout('1427922966343586607', '5289699881802392535');"> | |
<rect x="252" y="6240" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6252" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (107.540019ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="213" | |
y1="6247" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5245967919349671552" class="func parent-1427922966343586607" | |
onmouseover="mouseover('5245967919349671552', '1427922966343586607');" | |
onmouseout="mouseout('5245967919349671552', '1427922966343586607');"> | |
<rect x="252" y="6256" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6268" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (107.408417ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6263" y2="6247" /> | |
</g> | |
</g> | |
<g id="id-9064012872355756498" class="func parent-5245967919349671552" | |
onmouseover="mouseover('9064012872355756498', '5245967919349671552');" | |
onmouseout="mouseout('9064012872355756498', '5245967919349671552');"> | |
<rect x="252" y="6272" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6284" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.731µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="252" x2="252" | |
y1="6279" y2="6263" /> | |
</g> | |
</g> | |
<g id="id-2071403657664459718" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2071403657664459718', '5289699881802392535');" | |
onmouseout="mouseout('2071403657664459718', '5289699881802392535');"> | |
<rect x="253" y="6288" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6300" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (164.093269ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="213" | |
y1="6295" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5889448610670544664" class="func parent-2071403657664459718" | |
onmouseover="mouseover('5889448610670544664', '2071403657664459718');" | |
onmouseout="mouseout('5889448610670544664', '2071403657664459718');"> | |
<rect x="253" y="6304" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6316" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (163.89719ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6311" y2="6295" /> | |
</g> | |
</g> | |
<g id="id-484121526821853801" class="func parent-5889448610670544664" | |
onmouseover="mouseover('484121526821853801', '5889448610670544664');" | |
onmouseout="mouseout('484121526821853801', '5889448610670544664');"> | |
<rect x="253" y="6320" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6332" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (15.379µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6327" y2="6311" /> | |
</g> | |
</g> | |
<g id="id-4302166479827938747" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4302166479827938747', '5289699881802392535');" | |
onmouseout="mouseout('4302166479827938747', '5289699881802392535');"> | |
<rect x="253" y="6336" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6348" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (41.144027ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="213" | |
y1="6343" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8120211432834023692" class="func parent-4302166479827938747" | |
onmouseover="mouseover('8120211432834023692', '4302166479827938747');" | |
onmouseout="mouseout('8120211432834023692', '4302166479827938747');"> | |
<rect x="253" y="6352" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6364" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (41.076262ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6359" y2="6343" /> | |
</g> | |
</g> | |
<g id="id-2714884348985332830" class="func parent-8120211432834023692" | |
onmouseover="mouseover('2714884348985332830', '8120211432834023692');" | |
onmouseout="mouseout('2714884348985332830', '8120211432834023692');"> | |
<rect x="253" y="6368" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.326µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6375" y2="6359" /> | |
</g> | |
</g> | |
<g id="id-1127602218142726913" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1127602218142726913', '5289699881802392535');" | |
onmouseout="mouseout('1127602218142726913', '5289699881802392535');"> | |
<rect x="253" y="6384" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6396" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (90.346273ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="213" | |
y1="6391" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4945647171148811858" class="func parent-1127602218142726913" | |
onmouseover="mouseover('4945647171148811858', '1127602218142726913');" | |
onmouseout="mouseout('4945647171148811858', '1127602218142726913');"> | |
<rect x="253" y="6400" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6412" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (90.221275ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6407" y2="6391" /> | |
</g> | |
</g> | |
<g id="id-8763692124154896804" class="func parent-4945647171148811858" | |
onmouseover="mouseover('8763692124154896804', '4945647171148811858');" | |
onmouseout="mouseout('8763692124154896804', '4945647171148811858');"> | |
<rect x="253" y="6416" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6428" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.568µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="253" x2="253" | |
y1="6423" y2="6407" /> | |
</g> | |
</g> | |
<g id="id-7176409993312290887" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7176409993312290887', '5289699881802392535');" | |
onmouseout="mouseout('7176409993312290887', '5289699881802392535');"> | |
<rect x="254" y="6432" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6444" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (141.589406ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="254" x2="213" | |
y1="6439" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1771082909463600024" class="func parent-7176409993312290887" | |
onmouseover="mouseover('1771082909463600024', '7176409993312290887');" | |
onmouseout="mouseout('1771082909463600024', '7176409993312290887');"> | |
<rect x="254" y="6448" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6460" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (141.474991ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="254" x2="254" | |
y1="6455" y2="6439" /> | |
</g> | |
</g> | |
<g id="id-5589127862469684970" class="func parent-1771082909463600024" | |
onmouseover="mouseover('5589127862469684970', '1771082909463600024');" | |
onmouseout="mouseout('5589127862469684970', '1771082909463600024');"> | |
<rect x="254" y="6464" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6476" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (14.524µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="254" x2="254" | |
y1="6471" y2="6455" /> | |
</g> | |
</g> | |
<g id="id-2414563600784473136" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2414563600784473136', '5289699881802392535');" | |
onmouseout="mouseout('2414563600784473136', '5289699881802392535');"> | |
<rect x="255" y="6480" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6492" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (199.716636ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="213" | |
y1="6487" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6232608553790558081" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6232608553790558081', '5289699881802392535');" | |
onmouseout="mouseout('6232608553790558081', '5289699881802392535');"> | |
<rect x="255" y="6496" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6508" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (84.704901ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="213" | |
y1="6503" y2="519" /> | |
</g> | |
</g> | |
<g id="id-827281469941867219" class="func parent-2414563600784473136" | |
onmouseover="mouseover('827281469941867219', '2414563600784473136');" | |
onmouseout="mouseout('827281469941867219', '2414563600784473136');"> | |
<rect x="255" y="6512" | |
width="32" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6524" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (199.566106ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6519" y2="6487" /> | |
</g> | |
</g> | |
<g id="id-4645326422947952164" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4645326422947952164', '5289699881802392535');" | |
onmouseout="mouseout('4645326422947952164', '5289699881802392535');"> | |
<rect x="255" y="6528" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6540" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (67.595586ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="213" | |
y1="6535" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8463371375954037110" class="func parent-6232608553790558081" | |
onmouseover="mouseover('8463371375954037110', '6232608553790558081');" | |
onmouseout="mouseout('8463371375954037110', '6232608553790558081');"> | |
<rect x="255" y="6544" | |
width="14" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6556" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (84.479797ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6551" y2="6503" /> | |
</g> | |
</g> | |
<g id="id-3058044292105346247" class="func parent-827281469941867219" | |
onmouseover="mouseover('3058044292105346247', '827281469941867219');" | |
onmouseout="mouseout('3058044292105346247', '827281469941867219');"> | |
<rect x="255" y="6560" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6572" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (33.922µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6567" y2="6519" /> | |
</g> | |
</g> | |
<g id="id-6876089245111431193" class="func parent-4645326422947952164" | |
onmouseover="mouseover('6876089245111431193', '4645326422947952164');" | |
onmouseout="mouseout('6876089245111431193', '4645326422947952164');"> | |
<rect x="255" y="6576" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6588" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (67.344957ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6583" y2="6535" /> | |
</g> | |
</g> | |
<g id="id-1470762161262740330" class="func parent-8463371375954037110" | |
onmouseover="mouseover('1470762161262740330', '8463371375954037110');" | |
onmouseout="mouseout('1470762161262740330', '8463371375954037110');"> | |
<rect x="255" y="6592" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6604" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (23.941µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6599" y2="6551" /> | |
</g> | |
</g> | |
<g id="id-5288807114268825276" class="func parent-6876089245111431193" | |
onmouseover="mouseover('5288807114268825276', '6876089245111431193');" | |
onmouseout="mouseout('5288807114268825276', '6876089245111431193');"> | |
<rect x="255" y="6608" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6620" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (13.579µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="255" x2="255" | |
y1="6615" y2="6583" /> | |
</g> | |
</g> | |
<g id="id-7519569936432304304" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7519569936432304304', '5289699881802392535');" | |
onmouseout="mouseout('7519569936432304304', '5289699881802392535');"> | |
<rect x="256" y="6624" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6636" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (111.85141ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="213" | |
y1="6631" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2114242852583613442" class="func parent-7519569936432304304" | |
onmouseover="mouseover('2114242852583613442', '7519569936432304304');" | |
onmouseout="mouseout('2114242852583613442', '7519569936432304304');"> | |
<rect x="256" y="6640" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6652" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (111.750489ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6647" y2="6631" /> | |
</g> | |
</g> | |
<g id="id-5932287805589698387" class="func parent-2114242852583613442" | |
onmouseover="mouseover('5932287805589698387', '2114242852583613442');" | |
onmouseout="mouseout('5932287805589698387', '2114242852583613442');"> | |
<rect x="256" y="6656" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6668" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (22.812µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6663" y2="6647" /> | |
</g> | |
</g> | |
<g id="id-526960721741007525" class="func parent-5289699881802392535" | |
onmouseover="mouseover('526960721741007525', '5289699881802392535');" | |
onmouseout="mouseout('526960721741007525', '5289699881802392535');"> | |
<rect x="256" y="6672" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6684" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (67.489456ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="213" | |
y1="6679" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4345005674747092470" class="func parent-526960721741007525" | |
onmouseover="mouseover('4345005674747092470', '526960721741007525');" | |
onmouseout="mouseout('4345005674747092470', '526960721741007525');"> | |
<rect x="256" y="6688" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6700" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (67.346595ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6695" y2="6679" /> | |
</g> | |
</g> | |
<g id="id-8163050627753177416" class="func parent-4345005674747092470" | |
onmouseover="mouseover('8163050627753177416', '4345005674747092470');" | |
onmouseout="mouseout('8163050627753177416', '4345005674747092470');"> | |
<rect x="256" y="6704" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6716" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.361µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6711" y2="6695" /> | |
</g> | |
</g> | |
<g id="id-6575768496910571499" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6575768496910571499', '5289699881802392535');" | |
onmouseout="mouseout('6575768496910571499', '5289699881802392535');"> | |
<rect x="256" y="6720" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6732" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (93.692903ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="213" | |
y1="6727" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1170441413061880636" class="func parent-6575768496910571499" | |
onmouseover="mouseover('1170441413061880636', '6575768496910571499');" | |
onmouseout="mouseout('1170441413061880636', '6575768496910571499');"> | |
<rect x="256" y="6736" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6748" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (93.428768ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6743" y2="6727" /> | |
</g> | |
</g> | |
<g id="id-4988486366067965582" class="func parent-1170441413061880636" | |
onmouseover="mouseover('4988486366067965582', '1170441413061880636');" | |
onmouseout="mouseout('4988486366067965582', '1170441413061880636');"> | |
<rect x="256" y="6752" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6764" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.461µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="256" x2="256" | |
y1="6759" y2="6743" /> | |
</g> | |
</g> | |
<g id="id-3401204235225359665" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3401204235225359665', '5289699881802392535');" | |
onmouseout="mouseout('3401204235225359665', '5289699881802392535');"> | |
<rect x="257" y="6768" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6780" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (116.976449ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="257" x2="213" | |
y1="6775" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7219249188231444610" class="func parent-3401204235225359665" | |
onmouseover="mouseover('7219249188231444610', '3401204235225359665');" | |
onmouseout="mouseout('7219249188231444610', '3401204235225359665');"> | |
<rect x="257" y="6784" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6796" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (116.814345ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="257" x2="257" | |
y1="6791" y2="6775" /> | |
</g> | |
</g> | |
<g id="id-1813922104382753748" class="func parent-7219249188231444610" | |
onmouseover="mouseover('1813922104382753748', '7219249188231444610');" | |
onmouseout="mouseout('1813922104382753748', '7219249188231444610');"> | |
<rect x="257" y="6800" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6812" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (13.397µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="257" x2="257" | |
y1="6807" y2="6791" /> | |
</g> | |
</g> | |
<g id="id-226639973540147831" class="func parent-5289699881802392535" | |
onmouseover="mouseover('226639973540147831', '5289699881802392535');" | |
onmouseout="mouseout('226639973540147831', '5289699881802392535');"> | |
<rect x="258" y="6816" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6828" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (105.782766ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="258" x2="213" | |
y1="6823" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4044684926546232776" class="func parent-226639973540147831" | |
onmouseover="mouseover('4044684926546232776', '226639973540147831');" | |
onmouseout="mouseout('4044684926546232776', '226639973540147831');"> | |
<rect x="258" y="6832" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6844" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (105.589704ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="258" x2="258" | |
y1="6839" y2="6823" /> | |
</g> | |
</g> | |
<g id="id-7862729879552317722" class="func parent-4044684926546232776" | |
onmouseover="mouseover('7862729879552317722', '4044684926546232776');" | |
onmouseout="mouseout('7862729879552317722', '4044684926546232776');"> | |
<rect x="258" y="6848" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6860" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (7.432µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="258" x2="258" | |
y1="6855" y2="6839" /> | |
</g> | |
</g> | |
<g id="id-6275447748709711805" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6275447748709711805', '5289699881802392535');" | |
onmouseout="mouseout('6275447748709711805', '5289699881802392535');"> | |
<rect x="259" y="6864" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6876" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (77.072908ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="259" x2="213" | |
y1="6871" y2="519" /> | |
</g> | |
</g> | |
<g id="id-870120664861020942" class="func parent-6275447748709711805" | |
onmouseover="mouseover('870120664861020942', '6275447748709711805');" | |
onmouseout="mouseout('870120664861020942', '6275447748709711805');"> | |
<rect x="259" y="6880" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6892" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (76.960344ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="259" x2="259" | |
y1="6887" y2="6871" /> | |
</g> | |
</g> | |
<g id="id-4688165617867105888" class="func parent-870120664861020942" | |
onmouseover="mouseover('4688165617867105888', '870120664861020942');" | |
onmouseout="mouseout('4688165617867105888', '870120664861020942');"> | |
<rect x="259" y="6896" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6908" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (8.091µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="259" x2="259" | |
y1="6903" y2="6887" /> | |
</g> | |
</g> | |
<g id="id-3100883487024499971" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3100883487024499971', '5289699881802392535');" | |
onmouseout="mouseout('3100883487024499971', '5289699881802392535');"> | |
<rect x="263" y="6912" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6924" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (101.00927ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="263" x2="213" | |
y1="6919" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6918928440030584916" class="func parent-3100883487024499971" | |
onmouseover="mouseover('6918928440030584916', '3100883487024499971');" | |
onmouseout="mouseout('6918928440030584916', '3100883487024499971');"> | |
<rect x="263" y="6928" | |
width="15" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6940" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (100.778599ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="263" x2="263" | |
y1="6935" y2="6919" /> | |
</g> | |
</g> | |
<g id="id-1513601356181894054" class="func parent-6918928440030584916" | |
onmouseover="mouseover('1513601356181894054', '6918928440030584916');" | |
onmouseout="mouseout('1513601356181894054', '6918928440030584916');"> | |
<rect x="263" y="6944" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6956" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (76.881µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="263" x2="263" | |
y1="6951" y2="6935" /> | |
</g> | |
</g> | |
<g id="id-569799916660161248" class="func parent-5289699881802392535" | |
onmouseover="mouseover('569799916660161248', '5289699881802392535');" | |
onmouseout="mouseout('569799916660161248', '5289699881802392535');"> | |
<rect x="265" y="6960" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6972" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (119.747382ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="265" x2="213" | |
y1="6967" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4387844869666246194" class="func parent-569799916660161248" | |
onmouseover="mouseover('4387844869666246194', '569799916660161248');" | |
onmouseout="mouseout('4387844869666246194', '569799916660161248');"> | |
<rect x="265" y="6976" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6988" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (119.478368ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="265" x2="265" | |
y1="6983" y2="6967" /> | |
</g> | |
</g> | |
<g id="id-8205889822672331139" class="func parent-4387844869666246194" | |
onmouseover="mouseover('8205889822672331139', '4387844869666246194');" | |
onmouseout="mouseout('8205889822672331139', '4387844869666246194');"> | |
<rect x="265" y="6992" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7004" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (82.065µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="265" x2="265" | |
y1="6999" y2="6983" /> | |
</g> | |
</g> | |
<g id="id-7262088383150598334" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7262088383150598334', '5289699881802392535');" | |
onmouseout="mouseout('7262088383150598334', '5289699881802392535');"> | |
<rect x="268" y="7008" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7020" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (182.620563ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="213" | |
y1="7015" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1856761299301907471" class="func parent-7262088383150598334" | |
onmouseover="mouseover('1856761299301907471', '7262088383150598334');" | |
onmouseout="mouseout('1856761299301907471', '7262088383150598334');"> | |
<rect x="268" y="7024" | |
width="29" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7036" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (182.371419ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7031" y2="7015" /> | |
</g> | |
</g> | |
<g id="id-5674806252307992417" class="func parent-5289699881802392535" | |
onmouseover="mouseover('5674806252307992417', '5289699881802392535');" | |
onmouseout="mouseout('5674806252307992417', '5289699881802392535');"> | |
<rect x="268" y="7040" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7052" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (133.962763ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="213" | |
y1="7047" y2="519" /> | |
</g> | |
</g> | |
<g id="id-269479168459301554" class="func parent-1856761299301907471" | |
onmouseover="mouseover('269479168459301554', '1856761299301907471');" | |
onmouseout="mouseout('269479168459301554', '1856761299301907471');"> | |
<rect x="268" y="7056" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7068" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (81.638µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7063" y2="7031" /> | |
</g> | |
</g> | |
<g id="id-4087524121465386500" class="func parent-5674806252307992417" | |
onmouseover="mouseover('4087524121465386500', '5674806252307992417');" | |
onmouseout="mouseout('4087524121465386500', '5674806252307992417');"> | |
<rect x="268" y="7072" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7084" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (133.674294ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7079" y2="7047" /> | |
</g> | |
</g> | |
<g id="id-7905569074471471445" class="func parent-4087524121465386500" | |
onmouseover="mouseover('7905569074471471445', '4087524121465386500');" | |
onmouseout="mouseout('7905569074471471445', '4087524121465386500');"> | |
<rect x="268" y="7088" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7100" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (81.824µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7095" y2="7079" /> | |
</g> | |
</g> | |
<g id="id-2500241990622780583" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2500241990622780583', '5289699881802392535');" | |
onmouseout="mouseout('2500241990622780583', '5289699881802392535');"> | |
<rect x="268" y="7104" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7116" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (80.789628ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="213" | |
y1="7111" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6318286943628865528" class="func parent-2500241990622780583" | |
onmouseover="mouseover('6318286943628865528', '2500241990622780583');" | |
onmouseout="mouseout('6318286943628865528', '2500241990622780583');"> | |
<rect x="268" y="7120" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7132" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (80.593725ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7127" y2="7111" /> | |
</g> | |
</g> | |
<g id="id-912959859780174666" class="func parent-6318286943628865528" | |
onmouseover="mouseover('912959859780174666', '6318286943628865528');" | |
onmouseout="mouseout('912959859780174666', '6318286943628865528');"> | |
<rect x="268" y="7136" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7148" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (86.395µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="268" x2="268" | |
y1="7143" y2="7127" /> | |
</g> | |
</g> | |
<g id="id-4731004812786259611" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4731004812786259611', '5289699881802392535');" | |
onmouseout="mouseout('4731004812786259611', '5289699881802392535');"> | |
<rect x="269" y="7152" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7164" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (81.950777ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="213" | |
y1="7159" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8549049765792344557" class="func parent-4731004812786259611" | |
onmouseover="mouseover('8549049765792344557', '4731004812786259611');" | |
onmouseout="mouseout('8549049765792344557', '4731004812786259611');"> | |
<rect x="269" y="7168" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7180" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (81.695888ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="269" | |
y1="7175" y2="7159" /> | |
</g> | |
</g> | |
<g id="id-3143722681943653694" class="func parent-8549049765792344557" | |
onmouseover="mouseover('3143722681943653694', '8549049765792344557');" | |
onmouseout="mouseout('3143722681943653694', '8549049765792344557');"> | |
<rect x="269" y="7184" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7196" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (62.074µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="269" | |
y1="7191" y2="7175" /> | |
</g> | |
</g> | |
<g id="id-6961767634949738640" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6961767634949738640', '5289699881802392535');" | |
onmouseout="mouseout('6961767634949738640', '5289699881802392535');"> | |
<rect x="269" y="7200" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7212" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (107.957367ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="213" | |
y1="7207" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1556440551101047777" class="func parent-6961767634949738640" | |
onmouseover="mouseover('1556440551101047777', '6961767634949738640');" | |
onmouseout="mouseout('1556440551101047777', '6961767634949738640');"> | |
<rect x="269" y="7216" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7228" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (107.743218ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="269" | |
y1="7223" y2="7207" /> | |
</g> | |
</g> | |
<g id="id-9192530457113217668" class="func parent-1556440551101047777" | |
onmouseover="mouseover('9192530457113217668', '1556440551101047777');" | |
onmouseout="mouseout('9192530457113217668', '1556440551101047777');"> | |
<rect x="269" y="7232" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7244" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (70.798µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="269" x2="269" | |
y1="7239" y2="7223" /> | |
</g> | |
</g> | |
<g id="id-7605248326270611751" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7605248326270611751', '5289699881802392535');" | |
onmouseout="mouseout('7605248326270611751', '5289699881802392535');"> | |
<rect x="270" y="7248" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7260" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (146.409595ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="270" x2="213" | |
y1="7255" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6017966195428005834" class="func parent-5289699881802392535" | |
onmouseover="mouseover('6017966195428005834', '5289699881802392535');" | |
onmouseout="mouseout('6017966195428005834', '5289699881802392535');"> | |
<rect x="270" y="7264" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7276" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (66.339681ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="270" x2="213" | |
y1="7271" y2="519" /> | |
</g> | |
</g> | |
<g id="id-612639111579314972" class="func parent-6017966195428005834" | |
onmouseover="mouseover('612639111579314972', '6017966195428005834');" | |
onmouseout="mouseout('612639111579314972', '6017966195428005834');"> | |
<rect x="270" y="7280" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7292" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (66.104912ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="270" x2="270" | |
y1="7287" y2="7271" /> | |
</g> | |
</g> | |
<g id="id-4430684064585399917" class="func parent-612639111579314972" | |
onmouseover="mouseover('4430684064585399917', '612639111579314972');" | |
onmouseout="mouseout('4430684064585399917', '612639111579314972');"> | |
<rect x="270" y="7296" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7308" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (71.702µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="270" x2="270" | |
y1="7303" y2="7287" /> | |
</g> | |
</g> | |
<g id="id-2199921242421920889" class="func parent-7605248326270611751" | |
onmouseover="mouseover('2199921242421920889', '7605248326270611751');" | |
onmouseout="mouseout('2199921242421920889', '7605248326270611751');"> | |
<rect x="270" y="7312" | |
width="23" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7324" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (140.887794ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="270" x2="270" | |
y1="7319" y2="7255" /> | |
</g> | |
</g> | |
<g id="id-8248729017591484863" class="func parent-2199921242421920889" | |
onmouseover="mouseover('8248729017591484863', '2199921242421920889');" | |
onmouseout="mouseout('8248729017591484863', '2199921242421920889');"> | |
<rect x="271" y="7328" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7340" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (125.87µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="270" | |
y1="7335" y2="7319" /> | |
</g> | |
</g> | |
<g id="id-2843401933742794000" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2843401933742794000', '5289699881802392535');" | |
onmouseout="mouseout('2843401933742794000', '5289699881802392535');"> | |
<rect x="271" y="7344" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7356" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (123.491124ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="213" | |
y1="7351" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6661446886748878946" class="func parent-2843401933742794000" | |
onmouseover="mouseover('6661446886748878946', '2843401933742794000');" | |
onmouseout="mouseout('6661446886748878946', '2843401933742794000');"> | |
<rect x="271" y="7360" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7372" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (123.300387ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7367" y2="7351" /> | |
</g> | |
</g> | |
<g id="id-1256119802900188083" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1256119802900188083', '5289699881802392535');" | |
onmouseout="mouseout('1256119802900188083', '5289699881802392535');"> | |
<rect x="271" y="7376" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7388" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (132.039493ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="213" | |
y1="7383" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8892209708912357974" class="func parent-6661446886748878946" | |
onmouseover="mouseover('8892209708912357974', '6661446886748878946');" | |
onmouseout="mouseout('8892209708912357974', '6661446886748878946');"> | |
<rect x="271" y="7392" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7404" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (62.492µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7399" y2="7367" /> | |
</g> | |
</g> | |
<g id="id-5074164755906273029" class="func parent-1256119802900188083" | |
onmouseover="mouseover('5074164755906273029', '1256119802900188083');" | |
onmouseout="mouseout('5074164755906273029', '1256119802900188083');"> | |
<rect x="271" y="7408" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7420" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (131.843455ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7415" y2="7383" /> | |
</g> | |
</g> | |
<g id="id-3486882625063667112" class="func parent-5074164755906273029" | |
onmouseover="mouseover('3486882625063667112', '5074164755906273029');" | |
onmouseout="mouseout('3486882625063667112', '5074164755906273029');"> | |
<rect x="271" y="7424" | |
width="1" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7436" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (4.974347ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7431" y2="7415" /> | |
</g> | |
</g> | |
<g id="id-1899600494221061195" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1899600494221061195', '5289699881802392535');" | |
onmouseout="mouseout('1899600494221061195', '5289699881802392535');"> | |
<rect x="271" y="7440" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7452" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (66.176721ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="213" | |
y1="7447" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5717645447227146140" class="func parent-1899600494221061195" | |
onmouseover="mouseover('5717645447227146140', '1899600494221061195');" | |
onmouseout="mouseout('5717645447227146140', '1899600494221061195');"> | |
<rect x="271" y="7456" | |
width="11" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7468" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (65.95414ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7463" y2="7447" /> | |
</g> | |
</g> | |
<g id="id-312318363378455278" class="func parent-5717645447227146140" | |
onmouseover="mouseover('312318363378455278', '5717645447227146140');" | |
onmouseout="mouseout('312318363378455278', '5717645447227146140');"> | |
<rect x="271" y="7472" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7484" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (76.021µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7479" y2="7463" /> | |
</g> | |
</g> | |
<g id="id-4130363316384540223" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4130363316384540223', '5289699881802392535');" | |
onmouseout="mouseout('4130363316384540223', '5289699881802392535');"> | |
<rect x="271" y="7488" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7500" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (74.451472ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="213" | |
y1="7495" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7948408269390625169" class="func parent-4130363316384540223" | |
onmouseover="mouseover('7948408269390625169', '4130363316384540223');" | |
onmouseout="mouseout('7948408269390625169', '4130363316384540223');"> | |
<rect x="271" y="7504" | |
width="12" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7516" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (74.231786ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7511" y2="7495" /> | |
</g> | |
</g> | |
<g id="id-2543081185541934306" class="func parent-7948408269390625169" | |
onmouseover="mouseover('2543081185541934306', '7948408269390625169');" | |
onmouseout="mouseout('2543081185541934306', '7948408269390625169');"> | |
<rect x="271" y="7520" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7532" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (251.089µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="271" | |
y1="7527" y2="7511" /> | |
</g> | |
</g> | |
<g id="id-955799054699328389" class="func parent-5289699881802392535" | |
onmouseover="mouseover('955799054699328389', '5289699881802392535');" | |
onmouseout="mouseout('955799054699328389', '5289699881802392535');"> | |
<rect x="271" y="7536" | |
width="10" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7548" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (57.184991ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="271" x2="213" | |
y1="7543" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4773844007705413335" class="func parent-955799054699328389" | |
onmouseover="mouseover('4773844007705413335', '955799054699328389');" | |
onmouseout="mouseout('4773844007705413335', '955799054699328389');"> | |
<rect x="272" y="7552" | |
width="9" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7564" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (56.949256ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="271" | |
y1="7559" y2="7543" /> | |
</g> | |
</g> | |
<g id="id-8591888960711498280" class="func parent-4773844007705413335" | |
onmouseover="mouseover('8591888960711498280', '4773844007705413335');" | |
onmouseout="mouseout('8591888960711498280', '4773844007705413335');"> | |
<rect x="272" y="7568" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7580" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (50.435µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7575" y2="7559" /> | |
</g> | |
</g> | |
<g id="id-3186561876862807418" class="func parent-5289699881802392535" | |
onmouseover="mouseover('3186561876862807418', '5289699881802392535');" | |
onmouseout="mouseout('3186561876862807418', '5289699881802392535');"> | |
<rect x="272" y="7584" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7596" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (85.501189ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="213" | |
y1="7591" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7004606829868892363" class="func parent-3186561876862807418" | |
onmouseover="mouseover('7004606829868892363', '3186561876862807418');" | |
onmouseout="mouseout('7004606829868892363', '3186561876862807418');"> | |
<rect x="272" y="7600" | |
width="13" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7612" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (85.286783ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7607" y2="7591" /> | |
</g> | |
</g> | |
<g id="id-1599279746020201501" class="func parent-7004606829868892363" | |
onmouseover="mouseover('1599279746020201501', '7004606829868892363');" | |
onmouseout="mouseout('1599279746020201501', '7004606829868892363');"> | |
<rect x="272" y="7616" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7628" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (33.463µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7623" y2="7607" /> | |
</g> | |
</g> | |
<g id="id-11997615177595584" class="func parent-5289699881802392535" | |
onmouseover="mouseover('11997615177595584', '5289699881802392535');" | |
onmouseout="mouseout('11997615177595584', '5289699881802392535');"> | |
<rect x="272" y="7632" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7644" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (136.356139ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="213" | |
y1="7639" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3830042568183680529" class="func parent-11997615177595584" | |
onmouseover="mouseover('3830042568183680529', '11997615177595584');" | |
onmouseout="mouseout('3830042568183680529', '11997615177595584');"> | |
<rect x="272" y="7648" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7660" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (136.069353ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7655" y2="7639" /> | |
</g> | |
</g> | |
<g id="id-7648087521189765475" class="func parent-3830042568183680529" | |
onmouseover="mouseover('7648087521189765475', '3830042568183680529');" | |
onmouseout="mouseout('7648087521189765475', '3830042568183680529');"> | |
<rect x="272" y="7664" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7676" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (30.713µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7671" y2="7655" /> | |
</g> | |
</g> | |
<g id="id-2242760437341074612" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2242760437341074612', '5289699881802392535');" | |
onmouseout="mouseout('2242760437341074612', '5289699881802392535');"> | |
<rect x="272" y="7680" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7692" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (173.584702ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="213" | |
y1="7687" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6060805390347159558" class="func parent-2242760437341074612" | |
onmouseover="mouseover('6060805390347159558', '2242760437341074612');" | |
onmouseout="mouseout('6060805390347159558', '2242760437341074612');"> | |
<rect x="272" y="7696" | |
width="27" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7708" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (173.430806ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7703" y2="7687" /> | |
</g> | |
</g> | |
<g id="id-4473523259504553641" class="func parent-6060805390347159558" | |
onmouseover="mouseover('4473523259504553641', '6060805390347159558');" | |
onmouseout="mouseout('4473523259504553641', '6060805390347159558');"> | |
<rect x="272" y="7712" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7724" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (35.121µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7719" y2="7703" /> | |
</g> | |
</g> | |
<g id="id-2886241128661947724" class="func parent-5289699881802392535" | |
onmouseover="mouseover('2886241128661947724', '5289699881802392535');" | |
onmouseout="mouseout('2886241128661947724', '5289699881802392535');"> | |
<rect x="272" y="7728" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7740" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (106.776259ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="213" | |
y1="7735" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1298958997819341807" class="func parent-2886241128661947724" | |
onmouseover="mouseover('1298958997819341807', '2886241128661947724');" | |
onmouseout="mouseout('1298958997819341807', '2886241128661947724');"> | |
<rect x="272" y="7744" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7756" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (106.500415ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7751" y2="7735" /> | |
</g> | |
</g> | |
<g id="id-5117003950825426752" class="func parent-1298958997819341807" | |
onmouseover="mouseover('5117003950825426752', '1298958997819341807');" | |
onmouseout="mouseout('5117003950825426752', '1298958997819341807');"> | |
<rect x="272" y="7760" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7772" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (43.146µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="272" x2="272" | |
y1="7767" y2="7751" /> | |
</g> | |
</g> | |
<g id="id-8935048903831511698" class="func parent-5289699881802392535" | |
onmouseover="mouseover('8935048903831511698', '5289699881802392535');" | |
onmouseout="mouseout('8935048903831511698', '5289699881802392535');"> | |
<rect x="273" y="7776" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7788" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (137.091456ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="213" | |
y1="7783" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3529721819982820835" class="func parent-8935048903831511698" | |
onmouseover="mouseover('3529721819982820835', '8935048903831511698');" | |
onmouseout="mouseout('3529721819982820835', '8935048903831511698');"> | |
<rect x="273" y="7792" | |
width="21" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7804" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (136.952395ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7799" y2="7783" /> | |
</g> | |
</g> | |
<g id="id-7347766772988905781" class="func parent-3529721819982820835" | |
onmouseover="mouseover('7347766772988905781', '3529721819982820835');" | |
onmouseout="mouseout('7347766772988905781', '3529721819982820835');"> | |
<rect x="273" y="7808" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7820" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (45.043µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7815" y2="7799" /> | |
</g> | |
</g> | |
<g id="id-1942439689140214918" class="func parent-5289699881802392535" | |
onmouseover="mouseover('1942439689140214918', '5289699881802392535');" | |
onmouseout="mouseout('1942439689140214918', '5289699881802392535');"> | |
<rect x="273" y="7824" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7836" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (37.863777ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="213" | |
y1="7831" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5760484642146299864" class="func parent-1942439689140214918" | |
onmouseover="mouseover('5760484642146299864', '1942439689140214918');" | |
onmouseout="mouseout('5760484642146299864', '1942439689140214918');"> | |
<rect x="273" y="7840" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7852" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (37.680013ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7847" y2="7831" /> | |
</g> | |
</g> | |
<g id="id-355157558297609001" class="func parent-5760484642146299864" | |
onmouseover="mouseover('355157558297609001', '5760484642146299864');" | |
onmouseout="mouseout('355157558297609001', '5760484642146299864');"> | |
<rect x="273" y="7856" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7868" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (25.612µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7863" y2="7847" /> | |
</g> | |
</g> | |
<g id="id-4173202511303693947" class="func parent-5289699881802392535" | |
onmouseover="mouseover('4173202511303693947', '5289699881802392535');" | |
onmouseout="mouseout('4173202511303693947', '5289699881802392535');"> | |
<rect x="273" y="7872" | |
width="47" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7884" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (295.375192ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="213" | |
y1="7879" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7991247464309778892" class="func parent-4173202511303693947" | |
onmouseover="mouseover('7991247464309778892', '4173202511303693947');" | |
onmouseout="mouseout('7991247464309778892', '4173202511303693947');"> | |
<rect x="273" y="7888" | |
width="47" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7900" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (295.246949ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7895" y2="7879" /> | |
</g> | |
</g> | |
<g id="id-2585920380461088030" class="func parent-7991247464309778892" | |
onmouseover="mouseover('2585920380461088030', '7991247464309778892');" | |
onmouseout="mouseout('2585920380461088030', '7991247464309778892');"> | |
<rect x="273" y="7904" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7916" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (32.39µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="273" x2="273" | |
y1="7911" y2="7895" /> | |
</g> | |
</g> | |
<g id="id-998638249618482113" class="func parent-5289699881802392535" | |
onmouseover="mouseover('998638249618482113', '5289699881802392535');" | |
onmouseout="mouseout('998638249618482113', '5289699881802392535');"> | |
<rect x="276" y="7920" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7932" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (107.045135ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="276" x2="213" | |
y1="7927" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4816683202624567058" class="func parent-998638249618482113" | |
onmouseover="mouseover('4816683202624567058', '998638249618482113');" | |
onmouseout="mouseout('4816683202624567058', '998638249618482113');"> | |
<rect x="276" y="7936" | |
width="17" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7948" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (106.87969ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="276" x2="276" | |
y1="7943" y2="7927" /> | |
</g> | |
</g> | |
<g id="id-8634728155630652004" class="func parent-4816683202624567058" | |
onmouseover="mouseover('8634728155630652004', '4816683202624567058');" | |
onmouseout="mouseout('8634728155630652004', '4816683202624567058');"> | |
<rect x="276" y="7952" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7964" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (87.25µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="276" x2="276" | |
y1="7959" y2="7943" /> | |
</g> | |
</g> | |
<g id="id-7047446024788046087" class="func parent-5289699881802392535" | |
onmouseover="mouseover('7047446024788046087', '5289699881802392535');" | |
onmouseout="mouseout('7047446024788046087', '5289699881802392535');"> | |
<rect x="282" y="7968" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7980" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (119.04461ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="282" x2="213" | |
y1="7975" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1642118940939355224" class="func parent-7047446024788046087" | |
onmouseover="mouseover('1642118940939355224', '7047446024788046087');" | |
onmouseout="mouseout('1642118940939355224', '7047446024788046087');"> | |
<rect x="282" y="7984" | |
width="19" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7996" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/st |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment