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 8400" | |
width="1200" height="8400"> | |
<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-8562651791505366380" class="func parent-252654650013517713" | |
onmouseover="mouseover('8562651791505366380', '252654650013517713');" | |
onmouseout="mouseout('8562651791505366380', '252654650013517713');"> | |
<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() (2.643372237s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="-17" | |
y1="7" y2="7" /> | |
</g> | |
</g> | |
<g id="id-5822527105416584957" class="func parent-8562651791505366380" | |
onmouseover="mouseover('5822527105416584957', '8562651791505366380');" | |
onmouseout="mouseout('5822527105416584957', '8562651791505366380');"> | |
<rect x="0" y="16" | |
width="4" 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.409119ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="23" y2="7" /> | |
</g> | |
</g> | |
<g id="id-4909152210053657816" class="func parent-5822527105416584957" | |
onmouseover="mouseover('4909152210053657816', '5822527105416584957');" | |
onmouseout="mouseout('4909152210053657816', '5822527105416584957');"> | |
<rect x="0" y="32" | |
width="4" 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.863794ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="39" y2="23" /> | |
</g> | |
</g> | |
<g id="id-3995777314690730675" class="func parent-4909152210053657816" | |
onmouseover="mouseover('3995777314690730675', '4909152210053657816');" | |
onmouseout="mouseout('3995777314690730675', '4909152210053657816');"> | |
<rect x="0" y="48" | |
width="4" 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.222685ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="55" y2="39" /> | |
</g> | |
</g> | |
<g id="id-3082402419327803534" class="func parent-3995777314690730675" | |
onmouseover="mouseover('3082402419327803534', '3995777314690730675');" | |
onmouseout="mouseout('3082402419327803534', '3995777314690730675');"> | |
<rect x="0" y="64" | |
width="4" 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() (7.89557ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="0" x2="0" | |
y1="71" y2="55" /> | |
</g> | |
</g> | |
<g id="id-2169027523964876393" class="func parent-8562651791505366380" | |
onmouseover="mouseover('2169027523964876393', '8562651791505366380');" | |
onmouseout="mouseout('2169027523964876393', '8562651791505366380');"> | |
<rect x="4" y="80" | |
width="147" 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() (324.653121ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="4" x2="0" | |
y1="87" y2="7" /> | |
</g> | |
</g> | |
<g id="id-1255652628601949252" class="func parent-2169027523964876393" | |
onmouseover="mouseover('1255652628601949252', '2169027523964876393');" | |
onmouseout="mouseout('1255652628601949252', '2169027523964876393');"> | |
<rect x="4" y="96" | |
width="147" 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() (324.493345ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="4" x2="4" | |
y1="103" y2="87" /> | |
</g> | |
</g> | |
<g id="id-342277733239022111" class="func parent-1255652628601949252" | |
onmouseover="mouseover('342277733239022111', '1255652628601949252');" | |
onmouseout="mouseout('342277733239022111', '1255652628601949252');"> | |
<rect x="4" y="112" | |
width="147" 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() (324.465088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="4" x2="4" | |
y1="119" y2="103" /> | |
</g> | |
</g> | |
<g id="id-8652274874730870778" class="func parent-342277733239022111" | |
onmouseover="mouseover('8652274874730870778', '342277733239022111');" | |
onmouseout="mouseout('8652274874730870778', '342277733239022111');"> | |
<rect x="4" y="128" | |
width="147" 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() (324.16341ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="4" x2="4" | |
y1="135" y2="119" /> | |
</g> | |
</g> | |
<g id="id-5912150188642089355" class="func parent-8562651791505366380" | |
onmouseover="mouseover('5912150188642089355', '8562651791505366380');" | |
onmouseout="mouseout('5912150188642089355', '8562651791505366380');"> | |
<rect x="151" y="144" | |
width="81" 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() (177.909245ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="151" x2="0" | |
y1="151" y2="7" /> | |
</g> | |
</g> | |
<g id="id-4998775293279162214" class="func parent-5912150188642089355" | |
onmouseover="mouseover('4998775293279162214', '5912150188642089355');" | |
onmouseout="mouseout('4998775293279162214', '5912150188642089355');"> | |
<rect x="151" y="160" | |
width="64" 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() (140.534106ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="151" x2="151" | |
y1="167" y2="151" /> | |
</g> | |
</g> | |
<g id="id-4085400397916235073" class="func parent-4998775293279162214" | |
onmouseover="mouseover('4085400397916235073', '4998775293279162214');" | |
onmouseout="mouseout('4085400397916235073', '4998775293279162214');"> | |
<rect x="152" y="176" | |
width="63" 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() (140.476213ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="152" x2="151" | |
y1="183" y2="167" /> | |
</g> | |
</g> | |
<g id="id-3172025502553307932" class="func parent-4085400397916235073" | |
onmouseover="mouseover('3172025502553307932', '4085400397916235073');" | |
onmouseout="mouseout('3172025502553307932', '4085400397916235073');"> | |
<rect x="152" y="192" | |
width="63" 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() (140.409424ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="152" x2="152" | |
y1="199" y2="183" /> | |
</g> | |
</g> | |
<g id="id-2258650607190380791" class="func parent-3172025502553307932" | |
onmouseover="mouseover('2258650607190380791', '3172025502553307932');" | |
onmouseout="mouseout('2258650607190380791', '3172025502553307932');"> | |
<rect x="152" y="208" | |
width="63" 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() (140.261533ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="152" x2="152" | |
y1="215" y2="199" /> | |
</g> | |
</g> | |
<g id="id-1345275711827453650" class="func parent-2258650607190380791" | |
onmouseover="mouseover('1345275711827453650', '2258650607190380791');" | |
onmouseout="mouseout('1345275711827453650', '2258650607190380791');"> | |
<rect x="152" 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.865µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="152" x2="152" | |
y1="231" y2="215" /> | |
</g> | |
</g> | |
<g id="id-431900816464526509" class="func parent-8562651791505366380" | |
onmouseover="mouseover('431900816464526509', '8562651791505366380');" | |
onmouseout="mouseout('431900816464526509', '8562651791505366380');"> | |
<rect x="232" y="240" | |
width="967" 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() (2.129350158s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="0" | |
y1="247" y2="7" /> | |
</g> | |
</g> | |
<g id="id-8741897957956375176" class="func parent-431900816464526509" | |
onmouseover="mouseover('8741897957956375176', '431900816464526509');" | |
onmouseout="mouseout('8741897957956375176', '431900816464526509');"> | |
<rect x="232" y="256" | |
width="967" 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() (2.129271775s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="232" | |
y1="263" y2="247" /> | |
</g> | |
</g> | |
<g id="id-3673524491847523701" class="func parent-8741897957956375176" | |
onmouseover="mouseover('3673524491847523701', '8741897957956375176');" | |
onmouseout="mouseout('3673524491847523701', '8741897957956375176');"> | |
<rect x="232" y="272" | |
width="66" 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() (145.519144ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="232" | |
y1="279" y2="263" /> | |
</g> | |
</g> | |
<g id="id-7828523062593448035" class="func parent-3673524491847523701" | |
onmouseover="mouseover('7828523062593448035', '3673524491847523701');" | |
onmouseout="mouseout('7828523062593448035', '3673524491847523701');"> | |
<rect x="232" y="288" | |
width="66" 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() (145.463469ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="232" | |
y1="295" y2="279" /> | |
</g> | |
</g> | |
<g id="id-2760149596484596560" class="func parent-7828523062593448035" | |
onmouseover="mouseover('2760149596484596560', '7828523062593448035');" | |
onmouseout="mouseout('2760149596484596560', '7828523062593448035');"> | |
<rect x="232" y="304" | |
width="66" 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() (145.286525ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="232" | |
y1="311" y2="295" /> | |
</g> | |
</g> | |
<g id="id-6915148167230520894" class="func parent-2760149596484596560" | |
onmouseover="mouseover('6915148167230520894', '2760149596484596560');" | |
onmouseout="mouseout('6915148167230520894', '2760149596484596560');"> | |
<rect x="232" 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() (10.103µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="232" x2="232" | |
y1="327" y2="311" /> | |
</g> | |
</g> | |
<g id="id-6001773271867593753" class="func parent-8741897957956375176" | |
onmouseover="mouseover('6001773271867593753', '8741897957956375176');" | |
onmouseout="mouseout('6001773271867593753', '8741897957956375176');"> | |
<rect x="298" y="336" | |
width="901" 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() (1.983534447s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="298" x2="232" | |
y1="343" y2="263" /> | |
</g> | |
</g> | |
<g id="id-5088398376504666612" class="func parent-6001773271867593753" | |
onmouseover="mouseover('5088398376504666612', '6001773271867593753');" | |
onmouseout="mouseout('5088398376504666612', '6001773271867593753');"> | |
<rect x="298" y="352" | |
width="901" 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() (1.98337132s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="298" x2="298" | |
y1="359" y2="343" /> | |
</g> | |
</g> | |
<g id="id-4175023481141739471" class="func parent-5088398376504666612" | |
onmouseover="mouseover('4175023481141739471', '5088398376504666612');" | |
onmouseout="mouseout('4175023481141739471', '5088398376504666612');"> | |
<rect x="299" y="368" | |
width="900" 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() (1.983193279s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="299" x2="298" | |
y1="375" y2="359" /> | |
</g> | |
</g> | |
<g id="id-3261648585778812330" class="func parent-4175023481141739471" | |
onmouseover="mouseover('3261648585778812330', '4175023481141739471');" | |
onmouseout="mouseout('3261648585778812330', '4175023481141739471');"> | |
<rect x="299" y="384" | |
width="900" 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() (1.983026147s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="299" x2="299" | |
y1="391" y2="375" /> | |
</g> | |
</g> | |
<g id="id-2348273690415885189" class="func parent-3261648585778812330" | |
onmouseover="mouseover('2348273690415885189', '3261648585778812330');" | |
onmouseout="mouseout('2348273690415885189', '3261648585778812330');"> | |
<rect x="299" y="400" | |
width="68" 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() (149.101175ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="299" x2="299" | |
y1="407" y2="391" /> | |
</g> | |
</g> | |
<g id="id-6503272261161809522" class="func parent-2348273690415885189" | |
onmouseover="mouseover('6503272261161809522', '2348273690415885189');" | |
onmouseout="mouseout('6503272261161809522', '2348273690415885189');"> | |
<rect x="299" y="416" | |
width="68" 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() (148.96261ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="299" x2="299" | |
y1="423" y2="407" /> | |
</g> | |
</g> | |
<g id="id-1434898795052958048" class="func parent-6503272261161809522" | |
onmouseover="mouseover('1434898795052958048', '6503272261161809522');" | |
onmouseout="mouseout('1434898795052958048', '6503272261161809522');"> | |
<rect x="299" 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() (24.891µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="299" x2="299" | |
y1="439" y2="423" /> | |
</g> | |
</g> | |
<g id="id-521523899690030907" class="func parent-3261648585778812330" | |
onmouseover="mouseover('521523899690030907', '3261648585778812330');" | |
onmouseout="mouseout('521523899690030907', '3261648585778812330');"> | |
<rect x="367" y="448" | |
width="832" 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.832620536s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="367" x2="299" | |
y1="455" y2="391" /> | |
</g> | |
</g> | |
<g id="id-8831521041181879574" class="func parent-521523899690030907" | |
onmouseover="mouseover('8831521041181879574', '521523899690030907');" | |
onmouseout="mouseout('8831521041181879574', '521523899690030907');"> | |
<rect x="367" y="464" | |
width="254" 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() (559.628241ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="367" x2="367" | |
y1="471" y2="455" /> | |
</g> | |
</g> | |
<g id="id-3763147575073028099" class="func parent-8831521041181879574" | |
onmouseover="mouseover('3763147575073028099', '8831521041181879574');" | |
onmouseout="mouseout('3763147575073028099', '8831521041181879574');"> | |
<rect x="367" y="480" | |
width="254" 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() (559.541834ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="367" x2="367" | |
y1="487" y2="471" /> | |
</g> | |
</g> | |
<g id="id-7918146145818952433" class="func parent-3763147575073028099" | |
onmouseover="mouseover('7918146145818952433', '3763147575073028099');" | |
onmouseout="mouseout('7918146145818952433', '3763147575073028099');"> | |
<rect x="367" 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.708µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="367" x2="367" | |
y1="503" y2="487" /> | |
</g> | |
</g> | |
<g id="id-7004771250456025292" class="func parent-521523899690030907" | |
onmouseover="mouseover('7004771250456025292', '521523899690030907');" | |
onmouseout="mouseout('7004771250456025292', '521523899690030907');"> | |
<rect x="621" y="512" | |
width="578" 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.272715476s) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="367" | |
y1="519" y2="455" /> | |
</g> | |
</g> | |
<g id="id-6091396355093098151" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6091396355093098151', '7004771250456025292');" | |
onmouseout="mouseout('6091396355093098151', '7004771250456025292');"> | |
<rect x="621" y="528" | |
width="67" 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: 1kNVkJzz") (145.973416ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="535" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1023022888984246676" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1023022888984246676', '7004771250456025292');" | |
onmouseout="mouseout('1023022888984246676', '7004771250456025292');"> | |
<rect x="621" y="544" | |
width="119" 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: 12ujq2R5") (262.287109ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="551" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5178021459730171010" class="func parent-6091396355093098151" | |
onmouseover="mouseover('5178021459730171010', '6091396355093098151');" | |
onmouseout="mouseout('5178021459730171010', '6091396355093098151');"> | |
<rect x="621" y="560" | |
width="67" 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() (145.918819ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="567" y2="535" /> | |
</g> | |
</g> | |
<g id="id-109647993621319535" class="func parent-1023022888984246676" | |
onmouseover="mouseover('109647993621319535', '1023022888984246676');" | |
onmouseout="mouseout('109647993621319535', '1023022888984246676');"> | |
<rect x="621" y="576" | |
width="119" 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() (262.227879ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="583" y2="551" /> | |
</g> | |
</g> | |
<g id="id-4264646564367243869" class="func parent-5178021459730171010" | |
onmouseover="mouseover('4264646564367243869', '5178021459730171010');" | |
onmouseout="mouseout('4264646564367243869', '5178021459730171010');"> | |
<rect x="621" y="592" | |
width="66" 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() (145.682568ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="599" y2="567" /> | |
</g> | |
</g> | |
<g id="id-8419645135113168202" class="func parent-109647993621319535" | |
onmouseover="mouseover('8419645135113168202', '109647993621319535');" | |
onmouseout="mouseout('8419645135113168202', '109647993621319535');"> | |
<rect x="621" y="608" | |
width="119" 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() (261.98241ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="615" y2="583" /> | |
</g> | |
</g> | |
<g id="id-3351271669004316728" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3351271669004316728', '7004771250456025292');" | |
onmouseout="mouseout('3351271669004316728', '7004771250456025292');"> | |
<rect x="621" y="624" | |
width="86" 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: 1MmdM8Hs") (188.526639ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="631" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7506270239750241061" class="func parent-3351271669004316728" | |
onmouseover="mouseover('7506270239750241061', '3351271669004316728');" | |
onmouseout="mouseout('7506270239750241061', '3351271669004316728');"> | |
<rect x="621" y="640" | |
width="86" 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() (188.476945ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="647" y2="631" /> | |
</g> | |
</g> | |
<g id="id-2437896773641389587" class="func parent-7506270239750241061" | |
onmouseover="mouseover('2437896773641389587', '7506270239750241061');" | |
onmouseout="mouseout('2437896773641389587', '7506270239750241061');"> | |
<rect x="621" y="656" | |
width="86" 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() (188.274065ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="621" x2="621" | |
y1="663" y2="647" /> | |
</g> | |
</g> | |
<g id="id-6592895344387313920" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6592895344387313920', '7004771250456025292');" | |
onmouseout="mouseout('6592895344387313920', '7004771250456025292');"> | |
<rect x="622" y="672" | |
width="71" 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: 1V1iJqL6") (157.133653ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="621" | |
y1="679" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1524521878278462446" class="func parent-6592895344387313920" | |
onmouseover="mouseover('1524521878278462446', '6592895344387313920');" | |
onmouseout="mouseout('1524521878278462446', '6592895344387313920');"> | |
<rect x="622" y="688" | |
width="71" 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() (157.065882ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="695" y2="679" /> | |
</g> | |
</g> | |
<g id="id-5679520449024386779" class="func parent-1524521878278462446" | |
onmouseover="mouseover('5679520449024386779', '1524521878278462446');" | |
onmouseout="mouseout('5679520449024386779', '1524521878278462446');"> | |
<rect x="622" y="704" | |
width="71" 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() (156.607916ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="711" y2="695" /> | |
</g> | |
</g> | |
<g id="id-611146982915535305" class="func parent-7004771250456025292" | |
onmouseover="mouseover('611146982915535305', '7004771250456025292');" | |
onmouseout="mouseout('611146982915535305', '7004771250456025292');"> | |
<rect x="622" y="720" | |
width="147" 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: 12bJ6xbu") (325.054109ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="621" | |
y1="727" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4766145553661459638" class="func parent-611146982915535305" | |
onmouseover="mouseover('4766145553661459638', '611146982915535305');" | |
onmouseout="mouseout('4766145553661459638', '611146982915535305');"> | |
<rect x="622" y="736" | |
width="147" 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() (324.988424ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="743" y2="727" /> | |
</g> | |
</g> | |
<g id="id-8921144124407383972" class="func parent-4766145553661459638" | |
onmouseover="mouseover('8921144124407383972', '4766145553661459638');" | |
onmouseout="mouseout('8921144124407383972', '4766145553661459638');"> | |
<rect x="622" y="752" | |
width="147" 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() (324.687679ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="759" y2="743" /> | |
</g> | |
</g> | |
<g id="id-3852770658298532497" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3852770658298532497', '7004771250456025292');" | |
onmouseout="mouseout('3852770658298532497', '7004771250456025292');"> | |
<rect x="622" y="768" | |
width="102" 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: 1eTQmtD9") (223.820159ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="621" | |
y1="775" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8007769229044456831" class="func parent-3852770658298532497" | |
onmouseover="mouseover('8007769229044456831', '3852770658298532497');" | |
onmouseout="mouseout('8007769229044456831', '3852770658298532497');"> | |
<rect x="622" y="784" | |
width="102" 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() (223.700673ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="791" y2="775" /> | |
</g> | |
</g> | |
<g id="id-2939395762935605356" class="func parent-8007769229044456831" | |
onmouseover="mouseover('2939395762935605356', '8007769229044456831');" | |
onmouseout="mouseout('2939395762935605356', '8007769229044456831');"> | |
<rect x="622" y="800" | |
width="101" 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() (222.882933ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="807" y2="791" /> | |
</g> | |
</g> | |
<g id="id-7094394333681529690" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7094394333681529690', '7004771250456025292');" | |
onmouseout="mouseout('7094394333681529690', '7004771250456025292');"> | |
<rect x="622" y="816" | |
width="108" 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: 1YywDRxn") (236.563214ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="621" | |
y1="823" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2026020867572678215" class="func parent-7094394333681529690" | |
onmouseover="mouseover('2026020867572678215', '7094394333681529690');" | |
onmouseout="mouseout('2026020867572678215', '7094394333681529690');"> | |
<rect x="622" y="832" | |
width="108" 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() (236.508505ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="839" y2="823" /> | |
</g> | |
</g> | |
<g id="id-6181019438318602549" class="func parent-2026020867572678215" | |
onmouseover="mouseover('6181019438318602549', '2026020867572678215');" | |
onmouseout="mouseout('6181019438318602549', '2026020867572678215');"> | |
<rect x="622" y="848" | |
width="108" 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() (236.253878ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="855" y2="839" /> | |
</g> | |
</g> | |
<g id="id-1112645972209751074" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1112645972209751074', '7004771250456025292');" | |
onmouseout="mouseout('1112645972209751074', '7004771250456025292');"> | |
<rect x="622" y="864" | |
width="188" 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: 1M1rLZr2") (412.731448ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="621" | |
y1="871" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5267644542955675408" class="func parent-1112645972209751074" | |
onmouseover="mouseover('5267644542955675408', '1112645972209751074');" | |
onmouseout="mouseout('5267644542955675408', '1112645972209751074');"> | |
<rect x="622" y="880" | |
width="188" 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() (412.500288ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="887" y2="871" /> | |
</g> | |
</g> | |
<g id="id-199271076846823933" class="func parent-5267644542955675408" | |
onmouseover="mouseover('199271076846823933', '5267644542955675408');" | |
onmouseout="mouseout('199271076846823933', '5267644542955675408');"> | |
<rect x="622" y="896" | |
width="187" 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() (411.838866ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="622" x2="622" | |
y1="903" y2="887" /> | |
</g> | |
</g> | |
<g id="id-4354269647592748267" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4354269647592748267', '7004771250456025292');" | |
onmouseout="mouseout('4354269647592748267', '7004771250456025292');"> | |
<rect x="623" y="912" | |
width="72" 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: 1297WDVS") (158.45358ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="621" | |
y1="919" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8509268218338672600" class="func parent-4354269647592748267" | |
onmouseover="mouseover('8509268218338672600', '4354269647592748267');" | |
onmouseout="mouseout('8509268218338672600', '4354269647592748267');"> | |
<rect x="623" y="928" | |
width="72" 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() (158.400507ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="935" y2="919" /> | |
</g> | |
</g> | |
<g id="id-3440894752229821126" class="func parent-8509268218338672600" | |
onmouseover="mouseover('3440894752229821126', '8509268218338672600');" | |
onmouseout="mouseout('3440894752229821126', '8509268218338672600');"> | |
<rect x="623" y="944" | |
width="72" 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() (158.055912ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="951" y2="935" /> | |
</g> | |
</g> | |
<g id="id-7595893322975745459" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7595893322975745459', '7004771250456025292');" | |
onmouseout="mouseout('7595893322975745459', '7004771250456025292');"> | |
<rect x="623" y="960" | |
width="71" 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: 12aKLrg8") (156.19945ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="621" | |
y1="967" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2527519856866893985" class="func parent-7595893322975745459" | |
onmouseover="mouseover('2527519856866893985', '7595893322975745459');" | |
onmouseout="mouseout('2527519856866893985', '7595893322975745459');"> | |
<rect x="623" y="976" | |
width="71" 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() (156.133107ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="983" y2="967" /> | |
</g> | |
</g> | |
<g id="id-6682518427612818318" class="func parent-2527519856866893985" | |
onmouseover="mouseover('6682518427612818318', '2527519856866893985');" | |
onmouseout="mouseout('6682518427612818318', '2527519856866893985');"> | |
<rect x="623" y="992" | |
width="71" 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() (155.824553ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="999" y2="983" /> | |
</g> | |
</g> | |
<g id="id-1614144961503966844" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1614144961503966844', '7004771250456025292');" | |
onmouseout="mouseout('1614144961503966844', '7004771250456025292');"> | |
<rect x="623" y="1008" | |
width="125" 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: 1v2yUVpN") (274.434251ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="621" | |
y1="1015" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5769143532249891177" class="func parent-1614144961503966844" | |
onmouseover="mouseover('5769143532249891177', '1614144961503966844');" | |
onmouseout="mouseout('5769143532249891177', '1614144961503966844');"> | |
<rect x="623" y="1024" | |
width="125" 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() (274.387329ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="1031" y2="1015" /> | |
</g> | |
</g> | |
<g id="id-700770066141039703" class="func parent-5769143532249891177" | |
onmouseover="mouseover('700770066141039703', '5769143532249891177');" | |
onmouseout="mouseout('700770066141039703', '5769143532249891177');"> | |
<rect x="623" y="1040" | |
width="125" 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() (274.173343ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="1047" y2="1031" /> | |
</g> | |
</g> | |
<g id="id-4855768636886964036" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4855768636886964036', '7004771250456025292');" | |
onmouseout="mouseout('4855768636886964036', '7004771250456025292');"> | |
<rect x="623" y="1056" | |
width="100" 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: 1HLYkrpL") (220.565793ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="621" | |
y1="1063" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9010767207632888370" class="func parent-4855768636886964036" | |
onmouseover="mouseover('9010767207632888370', '4855768636886964036');" | |
onmouseout="mouseout('9010767207632888370', '4855768636886964036');"> | |
<rect x="623" y="1072" | |
width="100" 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() (220.479847ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="1079" y2="1063" /> | |
</g> | |
</g> | |
<g id="id-3942393741524036895" class="func parent-9010767207632888370" | |
onmouseover="mouseover('3942393741524036895', '9010767207632888370');" | |
onmouseout="mouseout('3942393741524036895', '9010767207632888370');"> | |
<rect x="623" y="1088" | |
width="100" 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() (219.782784ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="623" x2="623" | |
y1="1095" y2="1079" /> | |
</g> | |
</g> | |
<g id="id-8097392312269961229" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8097392312269961229', '7004771250456025292');" | |
onmouseout="mouseout('8097392312269961229', '7004771250456025292');"> | |
<rect x="624" y="1104" | |
width="159" 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: 1bN2QkYd") (351.193543ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1111" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3029018846161109754" class="func parent-8097392312269961229" | |
onmouseover="mouseover('3029018846161109754', '8097392312269961229');" | |
onmouseout="mouseout('3029018846161109754', '8097392312269961229');"> | |
<rect x="624" y="1120" | |
width="159" 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() (351.106555ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1127" y2="1111" /> | |
</g> | |
</g> | |
<g id="id-7184017416907034088" class="func parent-3029018846161109754" | |
onmouseover="mouseover('7184017416907034088', '3029018846161109754');" | |
onmouseout="mouseout('7184017416907034088', '3029018846161109754');"> | |
<rect x="624" y="1136" | |
width="159" 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() (350.631247ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1143" y2="1127" /> | |
</g> | |
</g> | |
<g id="id-2115643950798182613" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2115643950798182613', '7004771250456025292');" | |
onmouseout="mouseout('2115643950798182613', '7004771250456025292');"> | |
<rect x="624" y="1152" | |
width="42" 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: 12iZFPBh") (93.5807ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1159" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6270642521544106947" class="func parent-2115643950798182613" | |
onmouseover="mouseover('6270642521544106947', '2115643950798182613');" | |
onmouseout="mouseout('6270642521544106947', '2115643950798182613');"> | |
<rect x="624" y="1168" | |
width="42" 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() (93.533554ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1175" y2="1159" /> | |
</g> | |
</g> | |
<g id="id-1202269055435255472" class="func parent-6270642521544106947" | |
onmouseover="mouseover('1202269055435255472', '6270642521544106947');" | |
onmouseout="mouseout('1202269055435255472', '6270642521544106947');"> | |
<rect x="624" y="1184" | |
width="42" 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() (93.31145ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1191" y2="1175" /> | |
</g> | |
</g> | |
<g id="id-5357267626181179806" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5357267626181179806', '7004771250456025292');" | |
onmouseout="mouseout('5357267626181179806', '7004771250456025292');"> | |
<rect x="624" y="1200" | |
width="56" 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: 12oRiK5m") (123.484581ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1207" y2="519" /> | |
</g> | |
</g> | |
<g id="id-288894160072328331" class="func parent-5357267626181179806" | |
onmouseover="mouseover('288894160072328331', '5357267626181179806');" | |
onmouseout="mouseout('288894160072328331', '5357267626181179806');"> | |
<rect x="624" y="1216" | |
width="56" 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() (123.429523ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1223" y2="1207" /> | |
</g> | |
</g> | |
<g id="id-4443892730818252665" class="func parent-288894160072328331" | |
onmouseover="mouseover('4443892730818252665', '288894160072328331');" | |
onmouseout="mouseout('4443892730818252665', '288894160072328331');"> | |
<rect x="624" y="1232" | |
width="56" 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() (123.021219ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1239" y2="1223" /> | |
</g> | |
</g> | |
<g id="id-8598891301564176998" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8598891301564176998', '7004771250456025292');" | |
onmouseout="mouseout('8598891301564176998', '7004771250456025292');"> | |
<rect x="624" y="1248" | |
width="156" 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: 12jHABbh") (344.268987ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1255" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3530517835455325524" class="func parent-8598891301564176998" | |
onmouseover="mouseover('3530517835455325524', '8598891301564176998');" | |
onmouseout="mouseout('3530517835455325524', '8598891301564176998');"> | |
<rect x="624" y="1264" | |
width="156" 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() (344.192647ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1271" y2="1255" /> | |
</g> | |
</g> | |
<g id="id-7685516406201249857" class="func parent-3530517835455325524" | |
onmouseover="mouseover('7685516406201249857', '3530517835455325524');" | |
onmouseout="mouseout('7685516406201249857', '3530517835455325524');"> | |
<rect x="624" y="1280" | |
width="156" 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() (343.39148ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1287" y2="1271" /> | |
</g> | |
</g> | |
<g id="id-2617142940092398383" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2617142940092398383', '7004771250456025292');" | |
onmouseout="mouseout('2617142940092398383', '7004771250456025292');"> | |
<rect x="624" y="1296" | |
width="158" 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: 17Dq1MjR") (347.548826ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1303" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6772141510838322716" class="func parent-2617142940092398383" | |
onmouseover="mouseover('6772141510838322716', '2617142940092398383');" | |
onmouseout="mouseout('6772141510838322716', '2617142940092398383');"> | |
<rect x="624" y="1312" | |
width="158" 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() (347.431609ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1319" y2="1303" /> | |
</g> | |
</g> | |
<g id="id-1703768044729471242" class="func parent-6772141510838322716" | |
onmouseover="mouseover('1703768044729471242', '6772141510838322716');" | |
onmouseout="mouseout('1703768044729471242', '6772141510838322716');"> | |
<rect x="624" y="1328" | |
width="157" 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() (346.349221ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="624" | |
y1="1335" y2="1319" /> | |
</g> | |
</g> | |
<g id="id-5858766615475395575" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5858766615475395575', '7004771250456025292');" | |
onmouseout="mouseout('5858766615475395575', '7004771250456025292');"> | |
<rect x="624" y="1344" | |
width="112" 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: 1AauHLLB") (245.33401ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="624" x2="621" | |
y1="1351" y2="519" /> | |
</g> | |
</g> | |
<g id="id-790393149366544101" class="func parent-5858766615475395575" | |
onmouseover="mouseover('790393149366544101', '5858766615475395575');" | |
onmouseout="mouseout('790393149366544101', '5858766615475395575');"> | |
<rect x="625" y="1360" | |
width="111" 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() (245.262538ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="624" | |
y1="1367" y2="1351" /> | |
</g> | |
</g> | |
<g id="id-4945391720112468434" class="func parent-790393149366544101" | |
onmouseover="mouseover('4945391720112468434', '790393149366544101');" | |
onmouseout="mouseout('4945391720112468434', '790393149366544101');"> | |
<rect x="625" y="1376" | |
width="111" 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() (245.020168ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1383" y2="1367" /> | |
</g> | |
</g> | |
<g id="id-9100390290858392768" class="func parent-7004771250456025292" | |
onmouseover="mouseover('9100390290858392768', '7004771250456025292');" | |
onmouseout="mouseout('9100390290858392768', '7004771250456025292');"> | |
<rect x="625" y="1392" | |
width="55" 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: 11LWkpr8") (122.985101ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1399" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4032016824749541293" class="func parent-9100390290858392768" | |
onmouseover="mouseover('4032016824749541293', '9100390290858392768');" | |
onmouseout="mouseout('4032016824749541293', '9100390290858392768');"> | |
<rect x="625" y="1408" | |
width="55" 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() (122.932413ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1415" y2="1399" /> | |
</g> | |
</g> | |
<g id="id-8187015395495465627" class="func parent-4032016824749541293" | |
onmouseover="mouseover('8187015395495465627', '4032016824749541293');" | |
onmouseout="mouseout('8187015395495465627', '4032016824749541293');"> | |
<rect x="625" y="1424" | |
width="55" 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() (122.69831ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1431" y2="1415" /> | |
</g> | |
</g> | |
<g id="id-3118641929386614152" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3118641929386614152', '7004771250456025292');" | |
onmouseout="mouseout('3118641929386614152', '7004771250456025292');"> | |
<rect x="625" y="1440" | |
width="200" 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: 12tbHvZi") (441.48521ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1447" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7273640500132538486" class="func parent-3118641929386614152" | |
onmouseover="mouseover('7273640500132538486', '3118641929386614152');" | |
onmouseout="mouseout('7273640500132538486', '3118641929386614152');"> | |
<rect x="625" y="1456" | |
width="200" 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() (441.384698ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1463" y2="1447" /> | |
</g> | |
</g> | |
<g id="id-2205267034023687011" class="func parent-7273640500132538486" | |
onmouseover="mouseover('2205267034023687011', '7273640500132538486');" | |
onmouseout="mouseout('2205267034023687011', '7273640500132538486');"> | |
<rect x="625" y="1472" | |
width="200" 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() (440.521302ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1479" y2="1463" /> | |
</g> | |
</g> | |
<g id="id-6360265604769611345" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6360265604769611345', '7004771250456025292');" | |
onmouseout="mouseout('6360265604769611345', '7004771250456025292');"> | |
<rect x="625" y="1488" | |
width="140" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1500" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1L8Po3j4") (309.679751ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1495" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1291892138660759870" class="func parent-6360265604769611345" | |
onmouseover="mouseover('1291892138660759870', '6360265604769611345');" | |
onmouseout="mouseout('1291892138660759870', '6360265604769611345');"> | |
<rect x="625" y="1504" | |
width="140" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1516" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (309.624497ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1511" y2="1495" /> | |
</g> | |
</g> | |
<g id="id-5446890709406684204" class="func parent-1291892138660759870" | |
onmouseover="mouseover('5446890709406684204', '1291892138660759870');" | |
onmouseout="mouseout('5446890709406684204', '1291892138660759870');"> | |
<rect x="625" y="1520" | |
width="140" 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.dialTransport() (309.244504ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1527" y2="1511" /> | |
</g> | |
</g> | |
<g id="id-378517243297832729" class="func parent-7004771250456025292" | |
onmouseover="mouseover('378517243297832729', '7004771250456025292');" | |
onmouseout="mouseout('378517243297832729', '7004771250456025292');"> | |
<rect x="625" y="1536" | |
width="71" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="1548" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12ThGVvN") (156.048883ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1543" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4533515814043757063" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4533515814043757063', '7004771250456025292');" | |
onmouseout="mouseout('4533515814043757063', '7004771250456025292');"> | |
<rect x="625" y="1552" | |
width="36" 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.DialNode("node: 12iAu7tp") (77.998789ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1559" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8688514384789681396" class="func parent-378517243297832729" | |
onmouseover="mouseover('8688514384789681396', '378517243297832729');" | |
onmouseout="mouseout('8688514384789681396', '378517243297832729');"> | |
<rect x="625" y="1568" | |
width="71" 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.dial() (156.001196ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1575" y2="1543" /> | |
</g> | |
</g> | |
<g id="id-3620140918680829922" class="func parent-4533515814043757063" | |
onmouseover="mouseover('3620140918680829922', '4533515814043757063');" | |
onmouseout="mouseout('3620140918680829922', '4533515814043757063');"> | |
<rect x="625" y="1584" | |
width="36" 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.dial() (77.931985ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1591" y2="1559" /> | |
</g> | |
</g> | |
<g id="id-7775139489426754255" class="func parent-8688514384789681396" | |
onmouseover="mouseover('7775139489426754255', '8688514384789681396');" | |
onmouseout="mouseout('7775139489426754255', '8688514384789681396');"> | |
<rect x="625" y="1600" | |
width="71" 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.dialTransport() (155.714743ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1607" y2="1575" /> | |
</g> | |
</g> | |
<g id="id-2706766023317902781" class="func parent-3620140918680829922" | |
onmouseover="mouseover('2706766023317902781', '3620140918680829922');" | |
onmouseout="mouseout('2706766023317902781', '3620140918680829922');"> | |
<rect x="625" y="1616" | |
width="35" 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() (76.56848ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1623" y2="1591" /> | |
</g> | |
</g> | |
<g id="id-6861764594063827114" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6861764594063827114', '7004771250456025292');" | |
onmouseout="mouseout('6861764594063827114', '7004771250456025292');"> | |
<rect x="625" y="1632" | |
width="125" 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: 1268FtjN") (274.247616ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="621" | |
y1="1639" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1793391127954975640" class="func parent-6861764594063827114" | |
onmouseover="mouseover('1793391127954975640', '6861764594063827114');" | |
onmouseout="mouseout('1793391127954975640', '6861764594063827114');"> | |
<rect x="625" y="1648" | |
width="125" 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() (274.194182ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1655" y2="1639" /> | |
</g> | |
</g> | |
<g id="id-5948389698700899973" class="func parent-1793391127954975640" | |
onmouseover="mouseover('5948389698700899973', '1793391127954975640');" | |
onmouseout="mouseout('5948389698700899973', '1793391127954975640');"> | |
<rect x="625" y="1664" | |
width="125" 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() (273.933957ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="625" x2="625" | |
y1="1671" y2="1655" /> | |
</g> | |
</g> | |
<g id="id-880016232592048499" class="func parent-7004771250456025292" | |
onmouseover="mouseover('880016232592048499', '7004771250456025292');" | |
onmouseout="mouseout('880016232592048499', '7004771250456025292');"> | |
<rect x="626" y="1680" | |
width="83" 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: 1Kqegt6L") (182.470798ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1687" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5035014803337972832" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5035014803337972832', '7004771250456025292');" | |
onmouseout="mouseout('5035014803337972832', '7004771250456025292');"> | |
<rect x="626" y="1696" | |
width="162" 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.DialNode("node: 12SdE27m") (358.374664ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1703" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9190013374083897166" class="func parent-880016232592048499" | |
onmouseover="mouseover('9190013374083897166', '880016232592048499');" | |
onmouseout="mouseout('9190013374083897166', '880016232592048499');"> | |
<rect x="626" y="1712" | |
width="83" 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.dial() (182.411497ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1719" y2="1687" /> | |
</g> | |
</g> | |
<g id="id-4121639907975045691" class="func parent-5035014803337972832" | |
onmouseover="mouseover('4121639907975045691', '5035014803337972832');" | |
onmouseout="mouseout('4121639907975045691', '5035014803337972832');"> | |
<rect x="626" y="1728" | |
width="162" 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.dial() (358.306197ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1735" y2="1703" /> | |
</g> | |
</g> | |
<g id="id-8276638478720970025" class="func parent-9190013374083897166" | |
onmouseover="mouseover('8276638478720970025', '9190013374083897166');" | |
onmouseout="mouseout('8276638478720970025', '9190013374083897166');"> | |
<rect x="626" y="1744" | |
width="82" 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.dialTransport() (182.22588ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1751" y2="1719" /> | |
</g> | |
</g> | |
<g id="id-3208265012612118550" class="func parent-4121639907975045691" | |
onmouseover="mouseover('3208265012612118550', '4121639907975045691');" | |
onmouseout="mouseout('3208265012612118550', '4121639907975045691');"> | |
<rect x="626" y="1760" | |
width="162" 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() (357.86994ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1767" y2="1735" /> | |
</g> | |
</g> | |
<g id="id-7363263583358042884" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7363263583358042884', '7004771250456025292');" | |
onmouseout="mouseout('7363263583358042884', '7004771250456025292');"> | |
<rect x="626" y="1776" | |
width="55" 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: 127Vu1tE") (120.705897ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1783" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2294890117249191409" class="func parent-7363263583358042884" | |
onmouseover="mouseover('2294890117249191409', '7363263583358042884');" | |
onmouseout="mouseout('2294890117249191409', '7363263583358042884');"> | |
<rect x="626" y="1792" | |
width="55" 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() (120.662873ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1799" y2="1783" /> | |
</g> | |
</g> | |
<g id="id-6449888687995115743" class="func parent-2294890117249191409" | |
onmouseover="mouseover('6449888687995115743', '2294890117249191409');" | |
onmouseout="mouseout('6449888687995115743', '2294890117249191409');"> | |
<rect x="626" y="1808" | |
width="55" 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() (120.255329ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1815" y2="1799" /> | |
</g> | |
</g> | |
<g id="id-1381515221886264268" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1381515221886264268', '7004771250456025292');" | |
onmouseout="mouseout('1381515221886264268', '7004771250456025292');"> | |
<rect x="626" y="1824" | |
width="160" 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: 12pNbFFj") (351.478691ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1831" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5536513792632188602" class="func parent-1381515221886264268" | |
onmouseover="mouseover('5536513792632188602', '1381515221886264268');" | |
onmouseout="mouseout('5536513792632188602', '1381515221886264268');"> | |
<rect x="626" y="1840" | |
width="160" 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() (351.418124ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1847" y2="1831" /> | |
</g> | |
</g> | |
<g id="id-468140326523337127" class="func parent-5536513792632188602" | |
onmouseover="mouseover('468140326523337127', '5536513792632188602');" | |
onmouseout="mouseout('468140326523337127', '5536513792632188602');"> | |
<rect x="626" y="1856" | |
width="159" 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() (350.983183ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1863" y2="1847" /> | |
</g> | |
</g> | |
<g id="id-4623138897269261461" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4623138897269261461', '7004771250456025292');" | |
onmouseout="mouseout('4623138897269261461', '7004771250456025292');"> | |
<rect x="626" y="1872" | |
width="141" 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: 1cHZeSKC") (310.369541ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1879" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8778137468015185794" class="func parent-4623138897269261461" | |
onmouseover="mouseover('8778137468015185794', '4623138897269261461');" | |
onmouseout="mouseout('8778137468015185794', '4623138897269261461');"> | |
<rect x="626" y="1888" | |
width="141" 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() (310.289928ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1895" y2="1879" /> | |
</g> | |
</g> | |
<g id="id-3709764001906334320" class="func parent-8778137468015185794" | |
onmouseover="mouseover('3709764001906334320', '8778137468015185794');" | |
onmouseout="mouseout('3709764001906334320', '8778137468015185794');"> | |
<rect x="626" y="1904" | |
width="141" 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() (310.039539ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1911" y2="1895" /> | |
</g> | |
</g> | |
<g id="id-7864762572652258653" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7864762572652258653', '7004771250456025292');" | |
onmouseout="mouseout('7864762572652258653', '7004771250456025292');"> | |
<rect x="626" y="1920" | |
width="237" 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: 13vgewCU") (520.73576ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="621" | |
y1="1927" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2796389106543407179" class="func parent-7864762572652258653" | |
onmouseover="mouseover('2796389106543407179', '7864762572652258653');" | |
onmouseout="mouseout('2796389106543407179', '7864762572652258653');"> | |
<rect x="626" y="1936" | |
width="237" 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() (520.683184ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1943" y2="1927" /> | |
</g> | |
</g> | |
<g id="id-6951387677289331512" class="func parent-2796389106543407179" | |
onmouseover="mouseover('6951387677289331512', '2796389106543407179');" | |
onmouseout="mouseout('6951387677289331512', '2796389106543407179');"> | |
<rect x="626" y="1952" | |
width="237" 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() (520.44546ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="626" x2="626" | |
y1="1959" y2="1943" /> | |
</g> | |
</g> | |
<g id="id-1883014211180480038" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1883014211180480038', '7004771250456025292');" | |
onmouseout="mouseout('1883014211180480038', '7004771250456025292');"> | |
<rect x="627" y="1968" | |
width="183" 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: 12mubWsm") (404.276758ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="1975" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6038012781926404371" class="func parent-1883014211180480038" | |
onmouseover="mouseover('6038012781926404371', '1883014211180480038');" | |
onmouseout="mouseout('6038012781926404371', '1883014211180480038');"> | |
<rect x="627" y="1984" | |
width="183" 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() (404.186211ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="1991" y2="1975" /> | |
</g> | |
</g> | |
<g id="id-969639315817552897" class="func parent-6038012781926404371" | |
onmouseover="mouseover('969639315817552897', '6038012781926404371');" | |
onmouseout="mouseout('969639315817552897', '6038012781926404371');"> | |
<rect x="627" y="2000" | |
width="183" 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() (403.524029ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2007" y2="1991" /> | |
</g> | |
</g> | |
<g id="id-5124637886563477230" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5124637886563477230', '7004771250456025292');" | |
onmouseout="mouseout('5124637886563477230', '7004771250456025292');"> | |
<rect x="627" y="2016" | |
width="52" 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: 12anmVo7") (114.899299ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2023" y2="519" /> | |
</g> | |
</g> | |
<g id="id-56264420454625756" class="func parent-5124637886563477230" | |
onmouseover="mouseover('56264420454625756', '5124637886563477230');" | |
onmouseout="mouseout('56264420454625756', '5124637886563477230');"> | |
<rect x="627" y="2032" | |
width="52" 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() (114.851602ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2039" y2="2023" /> | |
</g> | |
</g> | |
<g id="id-4211262991200550089" class="func parent-56264420454625756" | |
onmouseover="mouseover('4211262991200550089', '56264420454625756');" | |
onmouseout="mouseout('4211262991200550089', '56264420454625756');"> | |
<rect x="627" y="2048" | |
width="52" 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() (114.538317ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2055" y2="2039" /> | |
</g> | |
</g> | |
<g id="id-8366261561946474423" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8366261561946474423', '7004771250456025292');" | |
onmouseout="mouseout('8366261561946474423', '7004771250456025292');"> | |
<rect x="627" y="2064" | |
width="248" 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: 12iTs8Bg") (545.863446ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2071" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3297888095837622948" class="func parent-8366261561946474423" | |
onmouseover="mouseover('3297888095837622948', '8366261561946474423');" | |
onmouseout="mouseout('3297888095837622948', '8366261561946474423');"> | |
<rect x="627" y="2080" | |
width="248" 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() (545.798561ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2087" y2="2071" /> | |
</g> | |
</g> | |
<g id="id-7452886666583547282" class="func parent-3297888095837622948" | |
onmouseover="mouseover('7452886666583547282', '3297888095837622948');" | |
onmouseout="mouseout('7452886666583547282', '3297888095837622948');"> | |
<rect x="627" y="2096" | |
width="247" 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() (545.538583ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2103" y2="2087" /> | |
</g> | |
</g> | |
<g id="id-2384513200474695807" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2384513200474695807', '7004771250456025292');" | |
onmouseout="mouseout('2384513200474695807', '7004771250456025292');"> | |
<rect x="627" y="2112" | |
width="54" 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: 12TzH6QU") (117.957719ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2119" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6539511771220620141" class="func parent-2384513200474695807" | |
onmouseover="mouseover('6539511771220620141', '2384513200474695807');" | |
onmouseout="mouseout('6539511771220620141', '2384513200474695807');"> | |
<rect x="627" y="2128" | |
width="53" 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() (117.900658ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2135" y2="2119" /> | |
</g> | |
</g> | |
<g id="id-1471138305111768666" class="func parent-6539511771220620141" | |
onmouseover="mouseover('1471138305111768666', '6539511771220620141');" | |
onmouseout="mouseout('1471138305111768666', '6539511771220620141');"> | |
<rect x="627" y="2144" | |
width="53" 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() (117.647984ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2151" y2="2135" /> | |
</g> | |
</g> | |
<g id="id-5626136875857693000" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5626136875857693000', '7004771250456025292');" | |
onmouseout="mouseout('5626136875857693000', '7004771250456025292');"> | |
<rect x="627" y="2160" | |
width="212" 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: 15FC8AH2") (466.557022ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2167" y2="519" /> | |
</g> | |
</g> | |
<g id="id-557763409748841525" class="func parent-5626136875857693000" | |
onmouseover="mouseover('557763409748841525', '5626136875857693000');" | |
onmouseout="mouseout('557763409748841525', '5626136875857693000');"> | |
<rect x="627" y="2176" | |
width="212" 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() (466.49191ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2183" y2="2167" /> | |
</g> | |
</g> | |
<g id="id-4712761980494765859" class="func parent-557763409748841525" | |
onmouseover="mouseover('4712761980494765859', '557763409748841525');" | |
onmouseout="mouseout('4712761980494765859', '557763409748841525');"> | |
<rect x="627" y="2192" | |
width="212" 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() (466.229109ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2199" y2="2183" /> | |
</g> | |
</g> | |
<g id="id-8867760551240690192" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8867760551240690192', '7004771250456025292');" | |
onmouseout="mouseout('8867760551240690192', '7004771250456025292');"> | |
<rect x="627" y="2208" | |
width="265" 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: 12LDZLw1") (583.679611ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2215" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3799387085131838718" class="func parent-8867760551240690192" | |
onmouseover="mouseover('3799387085131838718', '8867760551240690192');" | |
onmouseout="mouseout('3799387085131838718', '8867760551240690192');"> | |
<rect x="627" y="2224" | |
width="265" 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() (583.617453ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2231" y2="2215" /> | |
</g> | |
</g> | |
<g id="id-7954385655877763051" class="func parent-3799387085131838718" | |
onmouseover="mouseover('7954385655877763051', '3799387085131838718');" | |
onmouseout="mouseout('7954385655877763051', '3799387085131838718');"> | |
<rect x="627" y="2240" | |
width="265" 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() (583.118062ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2247" y2="2231" /> | |
</g> | |
</g> | |
<g id="id-2886012189768911577" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2886012189768911577', '7004771250456025292');" | |
onmouseout="mouseout('2886012189768911577', '7004771250456025292');"> | |
<rect x="627" y="2256" | |
width="140" 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: 127aN49A") (307.505319ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="621" | |
y1="2263" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7041010760514835910" class="func parent-2886012189768911577" | |
onmouseover="mouseover('7041010760514835910', '2886012189768911577');" | |
onmouseout="mouseout('7041010760514835910', '2886012189768911577');"> | |
<rect x="627" y="2272" | |
width="140" 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() (307.442062ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2279" y2="2263" /> | |
</g> | |
</g> | |
<g id="id-1972637294405984436" class="func parent-7041010760514835910" | |
onmouseover="mouseover('1972637294405984436', '7041010760514835910');" | |
onmouseout="mouseout('1972637294405984436', '7041010760514835910');"> | |
<rect x="627" y="2288" | |
width="140" 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() (306.878305ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="627" x2="627" | |
y1="2295" y2="2279" /> | |
</g> | |
</g> | |
<g id="id-6127635865151908769" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6127635865151908769', '7004771250456025292');" | |
onmouseout="mouseout('6127635865151908769', '7004771250456025292');"> | |
<rect x="628" y="2304" | |
width="200" 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: 1xYfotPb") (440.44016ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="621" | |
y1="2311" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1059262399043057295" class="func parent-6127635865151908769" | |
onmouseover="mouseover('1059262399043057295', '6127635865151908769');" | |
onmouseout="mouseout('1059262399043057295', '6127635865151908769');"> | |
<rect x="628" y="2320" | |
width="200" 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() (440.357248ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="628" | |
y1="2327" y2="2311" /> | |
</g> | |
</g> | |
<g id="id-5214260969788981628" class="func parent-1059262399043057295" | |
onmouseover="mouseover('5214260969788981628', '1059262399043057295');" | |
onmouseout="mouseout('5214260969788981628', '1059262399043057295');"> | |
<rect x="628" y="2336" | |
width="199" 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() (439.509702ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="628" | |
y1="2343" y2="2327" /> | |
</g> | |
</g> | |
<g id="id-145887503680130154" class="func parent-7004771250456025292" | |
onmouseover="mouseover('145887503680130154', '7004771250456025292');" | |
onmouseout="mouseout('145887503680130154', '7004771250456025292');"> | |
<rect x="628" y="2352" | |
width="206" 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: 12fi4or5") (454.778459ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="621" | |
y1="2359" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4300886074426054487" class="func parent-145887503680130154" | |
onmouseover="mouseover('4300886074426054487', '145887503680130154');" | |
onmouseout="mouseout('4300886074426054487', '145887503680130154');"> | |
<rect x="628" y="2368" | |
width="206" 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() (454.712472ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="628" | |
y1="2375" y2="2359" /> | |
</g> | |
</g> | |
<g id="id-8455884645171978821" class="func parent-4300886074426054487" | |
onmouseover="mouseover('8455884645171978821', '4300886074426054487');" | |
onmouseout="mouseout('8455884645171978821', '4300886074426054487');"> | |
<rect x="628" y="2384" | |
width="206" 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() (454.21792ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="628" x2="628" | |
y1="2391" y2="2375" /> | |
</g> | |
</g> | |
<g id="id-3387511179063127346" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3387511179063127346', '7004771250456025292');" | |
onmouseout="mouseout('3387511179063127346', '7004771250456025292');"> | |
<rect x="630" y="2400" | |
width="76" 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: 1bgovyst") (168.041144ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="630" x2="621" | |
y1="2407" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7542509749809051680" class="func parent-3387511179063127346" | |
onmouseover="mouseover('7542509749809051680', '3387511179063127346');" | |
onmouseout="mouseout('7542509749809051680', '3387511179063127346');"> | |
<rect x="630" y="2416" | |
width="76" 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() (167.976527ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="630" x2="630" | |
y1="2423" y2="2407" /> | |
</g> | |
</g> | |
<g id="id-2474136283700200205" class="func parent-7542509749809051680" | |
onmouseover="mouseover('2474136283700200205', '7542509749809051680');" | |
onmouseout="mouseout('2474136283700200205', '7542509749809051680');"> | |
<rect x="630" y="2432" | |
width="76" 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() (167.779587ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="630" x2="630" | |
y1="2439" y2="2423" /> | |
</g> | |
</g> | |
<g id="id-6629134854446124539" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6629134854446124539', '7004771250456025292');" | |
onmouseout="mouseout('6629134854446124539', '7004771250456025292');"> | |
<rect x="643" y="2448" | |
width="218" 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: 1fivCaUQ") (479.716109ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="643" x2="621" | |
y1="2455" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1560761388337273064" class="func parent-6629134854446124539" | |
onmouseover="mouseover('1560761388337273064', '6629134854446124539');" | |
onmouseout="mouseout('1560761388337273064', '6629134854446124539');"> | |
<rect x="643" y="2464" | |
width="218" 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() (479.342644ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="643" x2="643" | |
y1="2471" y2="2455" /> | |
</g> | |
</g> | |
<g id="id-5715759959083197398" class="func parent-1560761388337273064" | |
onmouseover="mouseover('5715759959083197398', '1560761388337273064');" | |
onmouseout="mouseout('5715759959083197398', '1560761388337273064');"> | |
<rect x="643" y="2480" | |
width="218" 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() (478.902585ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="643" x2="643" | |
y1="2487" y2="2471" /> | |
</g> | |
</g> | |
<g id="id-647386492974345923" class="func parent-7004771250456025292" | |
onmouseover="mouseover('647386492974345923', '7004771250456025292');" | |
onmouseout="mouseout('647386492974345923', '7004771250456025292');"> | |
<rect x="645" y="2496" | |
width="82" 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: 1sVSB8sH") (179.798955ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="621" | |
y1="2503" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4802385063720270257" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4802385063720270257', '7004771250456025292');" | |
onmouseout="mouseout('4802385063720270257', '7004771250456025292');"> | |
<rect x="645" y="2512" | |
width="81" 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.DialNode("node: 1boGdhXK") (178.682354ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="621" | |
y1="2519" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8957383634466194590" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8957383634466194590', '7004771250456025292');" | |
onmouseout="mouseout('8957383634466194590', '7004771250456025292');"> | |
<rect x="645" y="2528" | |
width="300" 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.DialNode("node: 1NyJeRX7") (659.492637ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="621" | |
y1="2535" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3889010168357343116" class="func parent-647386492974345923" | |
onmouseover="mouseover('3889010168357343116', '647386492974345923');" | |
onmouseout="mouseout('3889010168357343116', '647386492974345923');"> | |
<rect x="645" y="2544" | |
width="82" 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.dial() (179.595976ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2551" y2="2503" /> | |
</g> | |
</g> | |
<g id="id-8044008739103267449" class="func parent-4802385063720270257" | |
onmouseover="mouseover('8044008739103267449', '4802385063720270257');" | |
onmouseout="mouseout('8044008739103267449', '4802385063720270257');"> | |
<rect x="645" y="2560" | |
width="81" 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() (178.465053ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2567" y2="2519" /> | |
</g> | |
</g> | |
<g id="id-2975635272994415975" class="func parent-3889010168357343116" | |
onmouseover="mouseover('2975635272994415975', '3889010168357343116');" | |
onmouseout="mouseout('2975635272994415975', '3889010168357343116');"> | |
<rect x="645" y="2576" | |
width="82" 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() (179.07984ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2583" y2="2551" /> | |
</g> | |
</g> | |
<g id="id-7130633843740340308" class="func parent-8957383634466194590" | |
onmouseover="mouseover('7130633843740340308', '8957383634466194590');" | |
onmouseout="mouseout('7130633843740340308', '8957383634466194590');"> | |
<rect x="645" y="2592" | |
width="300" 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.dial() (659.138606ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2599" y2="2535" /> | |
</g> | |
</g> | |
<g id="id-2062260377631488834" class="func parent-8044008739103267449" | |
onmouseover="mouseover('2062260377631488834', '8044008739103267449');" | |
onmouseout="mouseout('2062260377631488834', '8044008739103267449');"> | |
<rect x="645" y="2608" | |
width="81" 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.dialTransport() (177.638484ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2615" y2="2567" /> | |
</g> | |
</g> | |
<g id="id-6217258948377413167" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6217258948377413167', '7004771250456025292');" | |
onmouseout="mouseout('6217258948377413167', '7004771250456025292');"> | |
<rect x="645" y="2624" | |
width="315" 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.DialNode("node: 12kz4Ls9") (692.902038ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="621" | |
y1="2631" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1148885482268561693" class="func parent-7130633843740340308" | |
onmouseover="mouseover('1148885482268561693', '7130633843740340308');" | |
onmouseout="mouseout('1148885482268561693', '7130633843740340308');"> | |
<rect x="645" y="2640" | |
width="299" 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.dialTransport() (658.367471ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2647" y2="2599" /> | |
</g> | |
</g> | |
<g id="id-5303884053014486026" class="func parent-6217258948377413167" | |
onmouseover="mouseover('5303884053014486026', '6217258948377413167');" | |
onmouseout="mouseout('5303884053014486026', '6217258948377413167');"> | |
<rect x="645" y="2656" | |
width="315" 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() (692.696814ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="645" x2="645" | |
y1="2663" y2="2631" /> | |
</g> | |
</g> | |
<g id="id-235510586905634552" class="func parent-5303884053014486026" | |
onmouseover="mouseover('235510586905634552', '5303884053014486026');" | |
onmouseout="mouseout('235510586905634552', '5303884053014486026');"> | |
<rect x="646" y="2672" | |
width="314" 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() (691.868653ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="645" | |
y1="2679" y2="2663" /> | |
</g> | |
</g> | |
<g id="id-4390509157651558885" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4390509157651558885', '7004771250456025292');" | |
onmouseout="mouseout('4390509157651558885', '7004771250456025292');"> | |
<rect x="646" y="2688" | |
width="51" 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: 17dJyp9D") (112.15742ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="621" | |
y1="2695" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8545507728397483219" class="func parent-4390509157651558885" | |
onmouseover="mouseover('8545507728397483219', '4390509157651558885');" | |
onmouseout="mouseout('8545507728397483219', '4390509157651558885');"> | |
<rect x="646" y="2704" | |
width="51" 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() (112.001398ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="646" | |
y1="2711" y2="2695" /> | |
</g> | |
</g> | |
<g id="id-3477134262288631744" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3477134262288631744', '7004771250456025292');" | |
onmouseout="mouseout('3477134262288631744', '7004771250456025292');"> | |
<rect x="646" y="2720" | |
width="201" 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.DialNode("node: 1z3qASZW") (442.550506ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="621" | |
y1="2727" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7632132833034556078" class="func parent-8545507728397483219" | |
onmouseover="mouseover('7632132833034556078', '8545507728397483219');" | |
onmouseout="mouseout('7632132833034556078', '8545507728397483219');"> | |
<rect x="646" y="2736" | |
width="51" 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.dialTransport() (111.625218ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="646" | |
y1="2743" y2="2711" /> | |
</g> | |
</g> | |
<g id="id-2563759366925704603" class="func parent-3477134262288631744" | |
onmouseover="mouseover('2563759366925704603', '3477134262288631744');" | |
onmouseout="mouseout('2563759366925704603', '3477134262288631744');"> | |
<rect x="646" y="2752" | |
width="201" 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() (442.254422ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="646" | |
y1="2759" y2="2727" /> | |
</g> | |
</g> | |
<g id="id-6718757937671628937" class="func parent-2563759366925704603" | |
onmouseover="mouseover('6718757937671628937', '2563759366925704603');" | |
onmouseout="mouseout('6718757937671628937', '2563759366925704603');"> | |
<rect x="646" y="2768" | |
width="201" 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() (441.864382ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="646" x2="646" | |
y1="2775" y2="2759" /> | |
</g> | |
</g> | |
<g id="id-1650384471562777462" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1650384471562777462', '7004771250456025292');" | |
onmouseout="mouseout('1650384471562777462', '7004771250456025292');"> | |
<rect x="647" y="2784" | |
width="213" 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: 129SUucb") (470.930211ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="621" | |
y1="2791" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5805383042308701796" class="func parent-1650384471562777462" | |
onmouseover="mouseover('5805383042308701796', '1650384471562777462');" | |
onmouseout="mouseout('5805383042308701796', '1650384471562777462');"> | |
<rect x="647" y="2800" | |
width="213" 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() (470.788865ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="647" | |
y1="2807" y2="2791" /> | |
</g> | |
</g> | |
<g id="id-737009576199850321" class="func parent-5805383042308701796" | |
onmouseover="mouseover('737009576199850321', '5805383042308701796');" | |
onmouseout="mouseout('737009576199850321', '5805383042308701796');"> | |
<rect x="647" y="2816" | |
width="213" 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() (470.456215ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="647" | |
y1="2823" y2="2807" /> | |
</g> | |
</g> | |
<g id="id-4892008146945774655" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4892008146945774655', '7004771250456025292');" | |
onmouseout="mouseout('4892008146945774655', '7004771250456025292');"> | |
<rect x="647" y="2832" | |
width="194" 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: 12o8Hec8") (428.421692ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="621" | |
y1="2839" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9047006717691698988" class="func parent-4892008146945774655" | |
onmouseover="mouseover('9047006717691698988', '4892008146945774655');" | |
onmouseout="mouseout('9047006717691698988', '4892008146945774655');"> | |
<rect x="647" y="2848" | |
width="194" 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() (428.240267ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="647" | |
y1="2855" y2="2839" /> | |
</g> | |
</g> | |
<g id="id-3978633251582847514" class="func parent-9047006717691698988" | |
onmouseover="mouseover('3978633251582847514', '9047006717691698988');" | |
onmouseout="mouseout('3978633251582847514', '9047006717691698988');"> | |
<rect x="647" y="2864" | |
width="194" 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.dialTransport() (427.785111ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="647" x2="647" | |
y1="2871" y2="2855" /> | |
</g> | |
</g> | |
<g id="id-8133631822328771847" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8133631822328771847', '7004771250456025292');" | |
onmouseout="mouseout('8133631822328771847', '7004771250456025292');"> | |
<rect x="648" y="2880" | |
width="108" 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: 1246YyPb") (239.047376ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="621" | |
y1="2887" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3065258356219920373" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3065258356219920373', '7004771250456025292');" | |
onmouseout="mouseout('3065258356219920373', '7004771250456025292');"> | |
<rect x="648" y="2896" | |
width="221" 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.DialNode("node: 1wd8hEue") (485.785364ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="621" | |
y1="2903" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7220256926965844706" class="func parent-3065258356219920373" | |
onmouseover="mouseover('7220256926965844706', '3065258356219920373');" | |
onmouseout="mouseout('7220256926965844706', '3065258356219920373');"> | |
<rect x="648" y="2912" | |
width="221" 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() (485.649922ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="648" | |
y1="2919" y2="2903" /> | |
</g> | |
</g> | |
<g id="id-2151883460856993232" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2151883460856993232', '7004771250456025292');" | |
onmouseout="mouseout('2151883460856993232', '7004771250456025292');"> | |
<rect x="648" y="2928" | |
width="76" 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.DialNode("node: 1aw3Tt1J") (166.525091ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="621" | |
y1="2935" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6306882031602917565" class="func parent-7220256926965844706" | |
onmouseover="mouseover('6306882031602917565', '7220256926965844706');" | |
onmouseout="mouseout('6306882031602917565', '7220256926965844706');"> | |
<rect x="648" y="2944" | |
width="221" 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.dialTransport() (485.251527ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="648" | |
y1="2951" y2="2919" /> | |
</g> | |
</g> | |
<g id="id-1238508565494066091" class="func parent-2151883460856993232" | |
onmouseover="mouseover('1238508565494066091', '2151883460856993232');" | |
onmouseout="mouseout('1238508565494066091', '2151883460856993232');"> | |
<rect x="648" y="2960" | |
width="76" 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.dial() (166.203041ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="648" | |
y1="2967" y2="2935" /> | |
</g> | |
</g> | |
<g id="id-5393507136239990424" class="func parent-1238508565494066091" | |
onmouseover="mouseover('5393507136239990424', '1238508565494066091');" | |
onmouseout="mouseout('5393507136239990424', '1238508565494066091');"> | |
<rect x="648" y="2976" | |
width="76" 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() (165.384153ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="648" x2="648" | |
y1="2983" y2="2967" /> | |
</g> | |
</g> | |
<g id="id-325133670131138950" class="func parent-8133631822328771847" | |
onmouseover="mouseover('325133670131138950', '8133631822328771847');" | |
onmouseout="mouseout('325133670131138950', '8133631822328771847');"> | |
<rect x="649" y="2992" | |
width="107" 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() (237.367046ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="648" | |
y1="2999" y2="2887" /> | |
</g> | |
</g> | |
<g id="id-4480132240877063283" class="func parent-325133670131138950" | |
onmouseover="mouseover('4480132240877063283', '325133670131138950');" | |
onmouseout="mouseout('4480132240877063283', '325133670131138950');"> | |
<rect x="649" y="3008" | |
width="107" 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.dialTransport() (236.897467ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="649" | |
y1="3015" y2="2999" /> | |
</g> | |
</g> | |
<g id="id-8635130811622987617" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8635130811622987617', '7004771250456025292');" | |
onmouseout="mouseout('8635130811622987617', '7004771250456025292');"> | |
<rect x="649" y="3024" | |
width="70" 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.DialNode("node: 148isvkM") (153.613502ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="621" | |
y1="3031" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3566757345514136142" class="func parent-8635130811622987617" | |
onmouseover="mouseover('3566757345514136142', '8635130811622987617');" | |
onmouseout="mouseout('3566757345514136142', '8635130811622987617');"> | |
<rect x="649" y="3040" | |
width="70" 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.dial() (153.21963ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="649" | |
y1="3047" y2="3031" /> | |
</g> | |
</g> | |
<g id="id-7721755916260060476" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7721755916260060476', '7004771250456025292');" | |
onmouseout="mouseout('7721755916260060476', '7004771250456025292');"> | |
<rect x="649" y="3056" | |
width="35" 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.DialNode("node: 12c9gx8K") (77.552192ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="621" | |
y1="3063" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2653382450151209001" class="func parent-3566757345514136142" | |
onmouseover="mouseover('2653382450151209001', '3566757345514136142');" | |
onmouseout="mouseout('2653382450151209001', '3566757345514136142');"> | |
<rect x="649" y="3072" | |
width="69" 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.dialTransport() (151.452497ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="649" | |
y1="3079" y2="3047" /> | |
</g> | |
</g> | |
<g id="id-6808381020897133335" class="func parent-7721755916260060476" | |
onmouseover="mouseover('6808381020897133335', '7721755916260060476');" | |
onmouseout="mouseout('6808381020897133335', '7721755916260060476');"> | |
<rect x="649" y="3088" | |
width="35" 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() (77.316996ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="649" | |
y1="3095" y2="3063" /> | |
</g> | |
</g> | |
<g id="id-1740007554788281860" class="func parent-6808381020897133335" | |
onmouseover="mouseover('1740007554788281860', '6808381020897133335');" | |
onmouseout="mouseout('1740007554788281860', '6808381020897133335');"> | |
<rect x="649" y="3104" | |
width="35" 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() (76.854997ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="649" x2="649" | |
y1="3111" y2="3095" /> | |
</g> | |
</g> | |
<g id="id-5895006125534206194" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5895006125534206194', '7004771250456025292');" | |
onmouseout="mouseout('5895006125534206194', '7004771250456025292');"> | |
<rect x="650" y="3120" | |
width="213" 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: 12tZPCgR") (469.871728ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="621" | |
y1="3127" y2="519" /> | |
</g> | |
</g> | |
<g id="id-826632659425354719" class="func parent-7004771250456025292" | |
onmouseover="mouseover('826632659425354719', '7004771250456025292');" | |
onmouseout="mouseout('826632659425354719', '7004771250456025292');"> | |
<rect x="650" y="3136" | |
width="261" 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.DialNode("node: 1ie9bjYd") (574.537339ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="621" | |
y1="3143" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4981631230171279053" class="func parent-5895006125534206194" | |
onmouseover="mouseover('4981631230171279053', '5895006125534206194');" | |
onmouseout="mouseout('4981631230171279053', '5895006125534206194');"> | |
<rect x="650" y="3152" | |
width="213" 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.dial() (469.615708ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="650" | |
y1="3159" y2="3127" /> | |
</g> | |
</g> | |
<g id="id-9136629800917203386" class="func parent-4981631230171279053" | |
onmouseover="mouseover('9136629800917203386', '4981631230171279053');" | |
onmouseout="mouseout('9136629800917203386', '4981631230171279053');"> | |
<rect x="650" y="3168" | |
width="213" 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.dialTransport() (469.180489ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="650" | |
y1="3175" y2="3159" /> | |
</g> | |
</g> | |
<g id="id-4068256334808351912" class="func parent-826632659425354719" | |
onmouseover="mouseover('4068256334808351912', '826632659425354719');" | |
onmouseout="mouseout('4068256334808351912', '826632659425354719');"> | |
<rect x="650" y="3184" | |
width="261" 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.dial() (574.303827ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="650" | |
y1="3191" y2="3143" /> | |
</g> | |
</g> | |
<g id="id-8223254905554276245" class="func parent-4068256334808351912" | |
onmouseover="mouseover('8223254905554276245', '4068256334808351912');" | |
onmouseout="mouseout('8223254905554276245', '4068256334808351912');"> | |
<rect x="650" y="3200" | |
width="261" 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.dialTransport() (573.755904ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="650" x2="650" | |
y1="3207" y2="3191" /> | |
</g> | |
</g> | |
<g id="id-3154881439445424771" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3154881439445424771', '7004771250456025292');" | |
onmouseout="mouseout('3154881439445424771', '7004771250456025292');"> | |
<rect x="652" y="3216" | |
width="354" 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.DialNode("node: 1vPYKd1U") (779.750915ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="621" | |
y1="3223" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7309880010191349104" class="func parent-3154881439445424771" | |
onmouseover="mouseover('7309880010191349104', '3154881439445424771');" | |
onmouseout="mouseout('7309880010191349104', '3154881439445424771');"> | |
<rect x="652" y="3232" | |
width="354" 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() (779.535397ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="652" | |
y1="3239" y2="3223" /> | |
</g> | |
</g> | |
<g id="id-2241506544082497630" class="func parent-7309880010191349104" | |
onmouseover="mouseover('2241506544082497630', '7309880010191349104');" | |
onmouseout="mouseout('2241506544082497630', '7309880010191349104');"> | |
<rect x="652" y="3248" | |
width="353" 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() (777.975926ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="652" | |
y1="3255" y2="3239" /> | |
</g> | |
</g> | |
<g id="id-6396505114828421963" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6396505114828421963', '7004771250456025292');" | |
onmouseout="mouseout('6396505114828421963', '7004771250456025292');"> | |
<rect x="652" y="3264" | |
width="183" 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: 1XAoCMQX") (403.030825ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="621" | |
y1="3271" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1328131648719570489" class="func parent-6396505114828421963" | |
onmouseover="mouseover('1328131648719570489', '6396505114828421963');" | |
onmouseout="mouseout('1328131648719570489', '6396505114828421963');"> | |
<rect x="652" y="3280" | |
width="183" 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() (402.849535ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="652" | |
y1="3287" y2="3271" /> | |
</g> | |
</g> | |
<g id="id-5483130219465494822" class="func parent-1328131648719570489" | |
onmouseover="mouseover('5483130219465494822', '1328131648719570489');" | |
onmouseout="mouseout('5483130219465494822', '1328131648719570489');"> | |
<rect x="652" y="3296" | |
width="183" 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() (402.397654ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="652" x2="652" | |
y1="3303" y2="3287" /> | |
</g> | |
</g> | |
<g id="id-414756753356643348" class="func parent-7004771250456025292" | |
onmouseover="mouseover('414756753356643348', '7004771250456025292');" | |
onmouseout="mouseout('414756753356643348', '7004771250456025292');"> | |
<rect x="653" y="3312" | |
width="109" 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: 124tENuo") (239.714647ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="653" x2="621" | |
y1="3319" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4569755324102567681" class="func parent-414756753356643348" | |
onmouseover="mouseover('4569755324102567681', '414756753356643348');" | |
onmouseout="mouseout('4569755324102567681', '414756753356643348');"> | |
<rect x="653" y="3328" | |
width="109" 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() (239.570408ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="653" x2="653" | |
y1="3335" y2="3319" /> | |
</g> | |
</g> | |
<g id="id-8724753894848492015" class="func parent-4569755324102567681" | |
onmouseover="mouseover('8724753894848492015', '4569755324102567681');" | |
onmouseout="mouseout('8724753894848492015', '4569755324102567681');"> | |
<rect x="653" y="3344" | |
width="108" 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() (238.923855ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="653" x2="653" | |
y1="3351" y2="3335" /> | |
</g> | |
</g> | |
<g id="id-3656380428739640540" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3656380428739640540', '7004771250456025292');" | |
onmouseout="mouseout('3656380428739640540', '7004771250456025292');"> | |
<rect x="653" y="3360" | |
width="69" 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: 1dtRE2uH") (151.704155ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="653" x2="621" | |
y1="3367" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7811378999485564874" class="func parent-3656380428739640540" | |
onmouseover="mouseover('7811378999485564874', '3656380428739640540');" | |
onmouseout="mouseout('7811378999485564874', '3656380428739640540');"> | |
<rect x="653" y="3376" | |
width="69" 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() (149.932626ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="653" x2="653" | |
y1="3383" y2="3367" /> | |
</g> | |
</g> | |
<g id="id-2743005533376713399" class="func parent-7811378999485564874" | |
onmouseover="mouseover('2743005533376713399', '7811378999485564874');" | |
onmouseout="mouseout('2743005533376713399', '7811378999485564874');"> | |
<rect x="654" y="3392" | |
width="67" 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() (148.776241ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="653" | |
y1="3399" y2="3383" /> | |
</g> | |
</g> | |
<g id="id-6898004104122637733" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6898004104122637733', '7004771250456025292');" | |
onmouseout="mouseout('6898004104122637733', '7004771250456025292');"> | |
<rect x="654" y="3408" | |
width="252" 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: 12pDZfQD") (556.2967ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="621" | |
y1="3415" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1829630638013786258" class="func parent-6898004104122637733" | |
onmouseover="mouseover('1829630638013786258', '6898004104122637733');" | |
onmouseout="mouseout('1829630638013786258', '6898004104122637733');"> | |
<rect x="654" y="3424" | |
width="252" 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() (556.157033ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3431" y2="3415" /> | |
</g> | |
</g> | |
<g id="id-5984629208759710592" class="func parent-1829630638013786258" | |
onmouseover="mouseover('5984629208759710592', '1829630638013786258');" | |
onmouseout="mouseout('5984629208759710592', '1829630638013786258');"> | |
<rect x="654" y="3440" | |
width="252" 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() (555.734412ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3447" y2="3431" /> | |
</g> | |
</g> | |
<g id="id-916255742650859117" class="func parent-7004771250456025292" | |
onmouseover="mouseover('916255742650859117', '7004771250456025292');" | |
onmouseout="mouseout('916255742650859117', '7004771250456025292');"> | |
<rect x="654" y="3456" | |
width="239" 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: 12kpc1fg") (526.308379ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="621" | |
y1="3463" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5071254313396783451" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5071254313396783451', '7004771250456025292');" | |
onmouseout="mouseout('5071254313396783451', '7004771250456025292');"> | |
<rect x="654" y="3472" | |
width="217" 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.DialNode("node: 18mbt3QM") (477.071088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="621" | |
y1="3479" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2880847287931976" class="func parent-916255742650859117" | |
onmouseover="mouseover('2880847287931976', '916255742650859117');" | |
onmouseout="mouseout('2880847287931976', '916255742650859117');"> | |
<rect x="654" y="3488" | |
width="239" 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.dial() (526.134276ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3495" y2="3463" /> | |
</g> | |
</g> | |
<g id="id-4157879418033856310" class="func parent-5071254313396783451" | |
onmouseover="mouseover('4157879418033856310', '5071254313396783451');" | |
onmouseout="mouseout('4157879418033856310', '5071254313396783451');"> | |
<rect x="654" y="3504" | |
width="217" 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.dial() (476.868041ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3511" y2="3479" /> | |
</g> | |
</g> | |
<g id="id-8312877988779780643" class="func parent-2880847287931976" | |
onmouseover="mouseover('8312877988779780643', '2880847287931976');" | |
onmouseout="mouseout('8312877988779780643', '2880847287931976');"> | |
<rect x="654" y="3520" | |
width="239" 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.dialTransport() (525.673467ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3527" y2="3495" /> | |
</g> | |
</g> | |
<g id="id-3244504522670929169" class="func parent-4157879418033856310" | |
onmouseover="mouseover('3244504522670929169', '4157879418033856310');" | |
onmouseout="mouseout('3244504522670929169', '4157879418033856310');"> | |
<rect x="654" y="3536" | |
width="217" 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() (476.445654ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="654" x2="654" | |
y1="3543" y2="3511" /> | |
</g> | |
</g> | |
<g id="id-7399503093416853502" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7399503093416853502', '7004771250456025292');" | |
onmouseout="mouseout('7399503093416853502', '7004771250456025292');"> | |
<rect x="656" y="3552" | |
width="35" 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: 1S5NfwqP") (77.385461ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="656" x2="621" | |
y1="3559" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2331129627308002028" class="func parent-7399503093416853502" | |
onmouseover="mouseover('2331129627308002028', '7399503093416853502');" | |
onmouseout="mouseout('2331129627308002028', '7399503093416853502');"> | |
<rect x="656" y="3568" | |
width="35" 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() (77.260702ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="656" x2="656" | |
y1="3575" y2="3559" /> | |
</g> | |
</g> | |
<g id="id-6486128198053926361" class="func parent-2331129627308002028" | |
onmouseover="mouseover('6486128198053926361', '2331129627308002028');" | |
onmouseout="mouseout('6486128198053926361', '2331129627308002028');"> | |
<rect x="656" y="3584" | |
width="35" 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() (75.492242ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="656" x2="656" | |
y1="3591" y2="3575" /> | |
</g> | |
</g> | |
<g id="id-1417754731945074887" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1417754731945074887', '7004771250456025292');" | |
onmouseout="mouseout('1417754731945074887', '7004771250456025292');"> | |
<rect x="657" y="3600" | |
width="294" 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: 12RWd6XE") (647.056274ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="621" | |
y1="3607" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5572753302690999220" class="func parent-1417754731945074887" | |
onmouseover="mouseover('5572753302690999220', '1417754731945074887');" | |
onmouseout="mouseout('5572753302690999220', '1417754731945074887');"> | |
<rect x="657" y="3616" | |
width="294" 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.dial() (646.886995ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="657" | |
y1="3623" y2="3607" /> | |
</g> | |
</g> | |
<g id="id-504379836582147746" class="func parent-5572753302690999220" | |
onmouseover="mouseover('504379836582147746', '5572753302690999220');" | |
onmouseout="mouseout('504379836582147746', '5572753302690999220');"> | |
<rect x="657" y="3632" | |
width="293" 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.dialTransport() (646.16164ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="657" | |
y1="3639" y2="3623" /> | |
</g> | |
</g> | |
<g id="id-4659378407328072079" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4659378407328072079', '7004771250456025292');" | |
onmouseout="mouseout('4659378407328072079', '7004771250456025292');"> | |
<rect x="657" y="3648" | |
width="444" 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.DialNode("node: 12dqTFg2") (978.144291ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="621" | |
y1="3655" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8814376978073996413" class="func parent-4659378407328072079" | |
onmouseover="mouseover('8814376978073996413', '4659378407328072079');" | |
onmouseout="mouseout('8814376978073996413', '4659378407328072079');"> | |
<rect x="657" y="3664" | |
width="444" 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.dial() (978.030443ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="657" | |
y1="3671" y2="3655" /> | |
</g> | |
</g> | |
<g id="id-3746003511965144938" class="func parent-8814376978073996413" | |
onmouseover="mouseover('3746003511965144938', '8814376978073996413');" | |
onmouseout="mouseout('3746003511965144938', '8814376978073996413');"> | |
<rect x="657" y="3680" | |
width="444" 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() (977.648189ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="657" x2="657" | |
y1="3687" y2="3671" /> | |
</g> | |
</g> | |
<g id="id-7901002082711069272" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7901002082711069272', '7004771250456025292');" | |
onmouseout="mouseout('7901002082711069272', '7004771250456025292');"> | |
<rect x="658" y="3696" | |
width="45" 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: 12Cisiyt") (99.178828ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="621" | |
y1="3703" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2832628616602217797" class="func parent-7901002082711069272" | |
onmouseover="mouseover('2832628616602217797', '7901002082711069272');" | |
onmouseout="mouseout('2832628616602217797', '7901002082711069272');"> | |
<rect x="658" y="3712" | |
width="45" 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() (99.08571ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3719" y2="3703" /> | |
</g> | |
</g> | |
<g id="id-6987627187348142131" class="func parent-2832628616602217797" | |
onmouseover="mouseover('6987627187348142131', '2832628616602217797');" | |
onmouseout="mouseout('6987627187348142131', '2832628616602217797');"> | |
<rect x="658" y="3728" | |
width="45" 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() (98.847255ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3735" y2="3719" /> | |
</g> | |
</g> | |
<g id="id-1919253721239290656" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1919253721239290656', '7004771250456025292');" | |
onmouseout="mouseout('1919253721239290656', '7004771250456025292');"> | |
<rect x="658" y="3744" | |
width="253" 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: 12ChqH5F") (556.880119ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="621" | |
y1="3751" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6074252291985214990" class="func parent-1919253721239290656" | |
onmouseover="mouseover('6074252291985214990', '1919253721239290656');" | |
onmouseout="mouseout('6074252291985214990', '1919253721239290656');"> | |
<rect x="658" y="3760" | |
width="253" 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() (556.727686ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3767" y2="3751" /> | |
</g> | |
</g> | |
<g id="id-1005878825876363515" class="func parent-6074252291985214990" | |
onmouseover="mouseover('1005878825876363515', '6074252291985214990');" | |
onmouseout="mouseout('1005878825876363515', '6074252291985214990');"> | |
<rect x="658" y="3776" | |
width="253" 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() (556.267723ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3783" y2="3767" /> | |
</g> | |
</g> | |
<g id="id-5160877396622287849" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5160877396622287849', '7004771250456025292');" | |
onmouseout="mouseout('5160877396622287849', '7004771250456025292');"> | |
<rect x="658" y="3792" | |
width="237" 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: 1D3zytXz") (521.992652ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="621" | |
y1="3799" y2="519" /> | |
</g> | |
</g> | |
<g id="id-92503930513436374" class="func parent-5160877396622287849" | |
onmouseover="mouseover('92503930513436374', '5160877396622287849');" | |
onmouseout="mouseout('92503930513436374', '5160877396622287849');"> | |
<rect x="658" y="3808" | |
width="237" 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() (521.875773ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3815" y2="3799" /> | |
</g> | |
</g> | |
<g id="id-8402501072005285041" class="func parent-92503930513436374" | |
onmouseover="mouseover('8402501072005285041', '92503930513436374');" | |
onmouseout="mouseout('8402501072005285041', '92503930513436374');"> | |
<rect x="658" y="3824" | |
width="237" 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() (521.459043ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="658" x2="658" | |
y1="3831" y2="3815" /> | |
</g> | |
</g> | |
<g id="id-3334127605896433567" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3334127605896433567', '7004771250456025292');" | |
onmouseout="mouseout('3334127605896433567', '7004771250456025292');"> | |
<rect x="659" y="3840" | |
width="222" 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: 12KQGhiF") (489.205293ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="621" | |
y1="3847" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7489126176642357900" class="func parent-3334127605896433567" | |
onmouseover="mouseover('7489126176642357900', '3334127605896433567');" | |
onmouseout="mouseout('7489126176642357900', '3334127605896433567');"> | |
<rect x="659" y="3856" | |
width="222" 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() (489.083466ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="659" | |
y1="3863" y2="3847" /> | |
</g> | |
</g> | |
<g id="id-2420752710533506426" class="func parent-7489126176642357900" | |
onmouseover="mouseover('2420752710533506426', '7489126176642357900');" | |
onmouseout="mouseout('2420752710533506426', '7489126176642357900');"> | |
<rect x="659" y="3872" | |
width="222" 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() (488.752369ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="659" | |
y1="3879" y2="3863" /> | |
</g> | |
</g> | |
<g id="id-6575751281279430759" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6575751281279430759', '7004771250456025292');" | |
onmouseout="mouseout('6575751281279430759', '7004771250456025292');"> | |
<rect x="659" y="3888" | |
width="223" 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: 1yFpnSzB") (490.490667ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="621" | |
y1="3895" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1507377815170579285" class="func parent-6575751281279430759" | |
onmouseover="mouseover('1507377815170579285', '6575751281279430759');" | |
onmouseout="mouseout('1507377815170579285', '6575751281279430759');"> | |
<rect x="659" y="3904" | |
width="223" 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() (490.38787ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="659" | |
y1="3911" y2="3895" /> | |
</g> | |
</g> | |
<g id="id-5662376385916503618" class="func parent-1507377815170579285" | |
onmouseover="mouseover('5662376385916503618', '1507377815170579285');" | |
onmouseout="mouseout('5662376385916503618', '1507377815170579285');"> | |
<rect x="659" y="3920" | |
width="223" 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() (490.090977ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="659" x2="659" | |
y1="3927" y2="3911" /> | |
</g> | |
</g> | |
<g id="id-594002919807652144" class="func parent-7004771250456025292" | |
onmouseover="mouseover('594002919807652144', '7004771250456025292');" | |
onmouseout="mouseout('594002919807652144', '7004771250456025292');"> | |
<rect x="660" y="3936" | |
width="229" 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: 1WoEmm9n") (504.519833ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="621" | |
y1="3943" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4749001490553576477" class="func parent-594002919807652144" | |
onmouseover="mouseover('4749001490553576477', '594002919807652144');" | |
onmouseout="mouseout('4749001490553576477', '594002919807652144');"> | |
<rect x="660" y="3952" | |
width="229" 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.dial() (504.403942ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="3959" y2="3943" /> | |
</g> | |
</g> | |
<g id="id-8904000061299500811" class="func parent-4749001490553576477" | |
onmouseover="mouseover('8904000061299500811', '4749001490553576477');" | |
onmouseout="mouseout('8904000061299500811', '4749001490553576477');"> | |
<rect x="660" y="3968" | |
width="228" 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.dialTransport() (503.70641ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="3975" y2="3959" /> | |
</g> | |
</g> | |
<g id="id-3835626595190649336" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3835626595190649336', '7004771250456025292');" | |
onmouseout="mouseout('3835626595190649336', '7004771250456025292');"> | |
<rect x="660" y="3984" | |
width="35" 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: 1Etg6q1m") (76.375756ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="621" | |
y1="3991" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7990625165936573670" class="func parent-3835626595190649336" | |
onmouseover="mouseover('7990625165936573670', '3835626595190649336');" | |
onmouseout="mouseout('7990625165936573670', '3835626595190649336');"> | |
<rect x="660" y="4000" | |
width="35" 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() (76.228438ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="4007" y2="3991" /> | |
</g> | |
</g> | |
<g id="id-2922251699827722195" class="func parent-7990625165936573670" | |
onmouseover="mouseover('2922251699827722195', '7990625165936573670');" | |
onmouseout="mouseout('2922251699827722195', '7990625165936573670');"> | |
<rect x="660" y="4016" | |
width="35" 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() (75.994853ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="4023" y2="4007" /> | |
</g> | |
</g> | |
<g id="id-7077250270573646529" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7077250270573646529', '7004771250456025292');" | |
onmouseout="mouseout('7077250270573646529', '7004771250456025292');"> | |
<rect x="660" y="4032" | |
width="66" 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.DialNode("node: 126e3mgo") (144.155592ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="621" | |
y1="4039" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2008876804464795054" class="func parent-7077250270573646529" | |
onmouseover="mouseover('2008876804464795054', '7077250270573646529');" | |
onmouseout="mouseout('2008876804464795054', '7077250270573646529');"> | |
<rect x="660" y="4048" | |
width="66" 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.dial() (144.042019ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="4055" y2="4039" /> | |
</g> | |
</g> | |
<g id="id-6163875375210719388" class="func parent-2008876804464795054" | |
onmouseover="mouseover('6163875375210719388', '2008876804464795054');" | |
onmouseout="mouseout('6163875375210719388', '2008876804464795054');"> | |
<rect x="660" y="4064" | |
width="66" 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() (143.57167ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="660" x2="660" | |
y1="4071" y2="4055" /> | |
</g> | |
</g> | |
<g id="id-1095501909101867913" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1095501909101867913', '7004771250456025292');" | |
onmouseout="mouseout('1095501909101867913', '7004771250456025292');"> | |
<rect x="661" y="4080" | |
width="210" 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: 1BrqQgZ2") (463.423615ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="621" | |
y1="4087" y2="519" /> | |
</g> | |
</g> | |
<g id="id-182127013738940772" class="func parent-7004771250456025292" | |
onmouseover="mouseover('182127013738940772', '7004771250456025292');" | |
onmouseout="mouseout('182127013738940772', '7004771250456025292');"> | |
<rect x="661" y="4096" | |
width="6" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (14.828996ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="621" | |
y1="4103" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4337125584484865106" class="func parent-1095501909101867913" | |
onmouseover="mouseover('4337125584484865106', '1095501909101867913');" | |
onmouseout="mouseout('4337125584484865106', '1095501909101867913');"> | |
<rect x="661" y="4112" | |
width="210" 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.dial() (463.296847ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4119" y2="4087" /> | |
</g> | |
</g> | |
<g id="id-8492124155230789439" class="func parent-4337125584484865106" | |
onmouseover="mouseover('8492124155230789439', '4337125584484865106');" | |
onmouseout="mouseout('8492124155230789439', '4337125584484865106');"> | |
<rect x="661" y="4128" | |
width="210" 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.dialTransport() (462.987242ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4135" y2="4119" /> | |
</g> | |
</g> | |
<g id="id-3423750689121937965" class="func parent-182127013738940772" | |
onmouseover="mouseover('3423750689121937965', '182127013738940772');" | |
onmouseout="mouseout('3423750689121937965', '182127013738940772');"> | |
<rect x="661" y="4144" | |
width="6" 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/rpcpool.(*Conn).Invoke() (14.73422ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4151" y2="4103" /> | |
</g> | |
</g> | |
<g id="id-7578749259867862298" class="func parent-3423750689121937965" | |
onmouseover="mouseover('7578749259867862298', '3423750689121937965');" | |
onmouseout="mouseout('7578749259867862298', '3423750689121937965');"> | |
<rect x="661" y="4160" | |
width="0" 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/rpcpool.(*Conn).getConn() (35.979µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4167" y2="4151" /> | |
</g> | |
</g> | |
<g id="id-2510375793759010824" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2510375793759010824', '7004771250456025292');" | |
onmouseout="mouseout('2510375793759010824', '7004771250456025292');"> | |
<rect x="661" y="4176" | |
width="42" 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: 1277PsEG") (93.738065ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="621" | |
y1="4183" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6665374364504935157" class="func parent-2510375793759010824" | |
onmouseover="mouseover('6665374364504935157', '2510375793759010824');" | |
onmouseout="mouseout('6665374364504935157', '2510375793759010824');"> | |
<rect x="661" y="4192" | |
width="42" 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.dial() (93.641247ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4199" y2="4183" /> | |
</g> | |
</g> | |
<g id="id-1597000898396083683" class="func parent-6665374364504935157" | |
onmouseover="mouseover('1597000898396083683', '6665374364504935157');" | |
onmouseout="mouseout('1597000898396083683', '6665374364504935157');"> | |
<rect x="661" y="4208" | |
width="42" 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.dialTransport() (93.364986ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4215" y2="4199" /> | |
</g> | |
</g> | |
<g id="id-5751999469142008016" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5751999469142008016', '7004771250456025292');" | |
onmouseout="mouseout('5751999469142008016', '7004771250456025292');"> | |
<rect x="661" y="4224" | |
width="45" 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.DialNode("node: 12qaQxaR") (98.465952ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="621" | |
y1="4231" y2="519" /> | |
</g> | |
</g> | |
<g id="id-683626003033156542" class="func parent-5751999469142008016" | |
onmouseover="mouseover('683626003033156542', '5751999469142008016');" | |
onmouseout="mouseout('683626003033156542', '5751999469142008016');"> | |
<rect x="661" y="4240" | |
width="45" 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.dial() (98.287684ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4247" y2="4231" /> | |
</g> | |
</g> | |
<g id="id-4838624573779080875" class="func parent-683626003033156542" | |
onmouseover="mouseover('4838624573779080875', '683626003033156542');" | |
onmouseout="mouseout('4838624573779080875', '683626003033156542');"> | |
<rect x="661" y="4256" | |
width="45" 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() (97.846845ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="661" x2="661" | |
y1="4263" y2="4247" /> | |
</g> | |
</g> | |
<g id="id-8993623144525005209" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8993623144525005209', '7004771250456025292');" | |
onmouseout="mouseout('8993623144525005209', '7004771250456025292');"> | |
<rect x="662" y="4272" | |
width="250" 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: 12ky3dC7") (551.891ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="621" | |
y1="4279" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3925249678416153734" class="func parent-8993623144525005209" | |
onmouseover="mouseover('3925249678416153734', '8993623144525005209');" | |
onmouseout="mouseout('3925249678416153734', '8993623144525005209');"> | |
<rect x="662" y="4288" | |
width="250" 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() (551.809185ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="662" | |
y1="4295" y2="4279" /> | |
</g> | |
</g> | |
<g id="id-8080248249162078068" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8080248249162078068', '7004771250456025292');" | |
onmouseout="mouseout('8080248249162078068', '7004771250456025292');"> | |
<rect x="662" y="4304" | |
width="133" 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.DialNode("node: 12o68Y7q") (294.313602ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="621" | |
y1="4311" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3011874783053226593" class="func parent-3925249678416153734" | |
onmouseover="mouseover('3011874783053226593', '3925249678416153734');" | |
onmouseout="mouseout('3011874783053226593', '3925249678416153734');"> | |
<rect x="662" y="4320" | |
width="250" 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.dialTransport() (551.463444ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="662" | |
y1="4327" y2="4295" /> | |
</g> | |
</g> | |
<g id="id-7166873353799150927" class="func parent-8080248249162078068" | |
onmouseover="mouseover('7166873353799150927', '8080248249162078068');" | |
onmouseout="mouseout('7166873353799150927', '8080248249162078068');"> | |
<rect x="662" y="4336" | |
width="133" 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() (294.221797ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="662" | |
y1="4343" y2="4311" /> | |
</g> | |
</g> | |
<g id="id-2098499887690299452" class="func parent-7166873353799150927" | |
onmouseover="mouseover('2098499887690299452', '7166873353799150927');" | |
onmouseout="mouseout('2098499887690299452', '7166873353799150927');"> | |
<rect x="662" y="4352" | |
width="133" 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() (293.707833ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="662" | |
y1="4359" y2="4343" /> | |
</g> | |
</g> | |
<g id="id-6253498458436223786" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6253498458436223786', '7004771250456025292');" | |
onmouseout="mouseout('6253498458436223786', '7004771250456025292');"> | |
<rect x="662" y="4368" | |
width="33" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 12WNa8kH") (71.783741ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="662" x2="621" | |
y1="4375" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1185124992327372311" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1185124992327372311', '7004771250456025292');" | |
onmouseout="mouseout('1185124992327372311', '7004771250456025292');"> | |
<rect x="663" y="4384" | |
width="58" 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.Dialer.DialNode("node: 1Hshc5ov") (129.770159ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="621" | |
y1="4391" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5340123563073296645" class="func parent-6253498458436223786" | |
onmouseover="mouseover('5340123563073296645', '6253498458436223786');" | |
onmouseout="mouseout('5340123563073296645', '6253498458436223786');"> | |
<rect x="663" y="4400" | |
width="32" 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.Dialer.dial() (71.667967ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="662" | |
y1="4407" y2="4375" /> | |
</g> | |
</g> | |
<g id="id-271750096964445170" class="func parent-1185124992327372311" | |
onmouseover="mouseover('271750096964445170', '1185124992327372311');" | |
onmouseout="mouseout('271750096964445170', '1185124992327372311');"> | |
<rect x="663" y="4416" | |
width="58" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4428" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.dial() (129.59939ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="663" | |
y1="4423" y2="4391" /> | |
</g> | |
</g> | |
<g id="id-4426748667710369504" class="func parent-5340123563073296645" | |
onmouseover="mouseover('4426748667710369504', '5340123563073296645');" | |
onmouseout="mouseout('4426748667710369504', '5340123563073296645');"> | |
<rect x="663" y="4432" | |
width="32" 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.Dialer.dialTransport() (71.252964ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="663" | |
y1="4439" y2="4407" /> | |
</g> | |
</g> | |
<g id="id-8581747238456293837" class="func parent-271750096964445170" | |
onmouseover="mouseover('8581747238456293837', '271750096964445170');" | |
onmouseout="mouseout('8581747238456293837', '271750096964445170');"> | |
<rect x="663" y="4448" | |
width="58" 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.Dialer.dialTransport() (128.124096ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="663" | |
y1="4455" y2="4423" /> | |
</g> | |
</g> | |
<g id="id-3513373772347442363" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3513373772347442363', '7004771250456025292');" | |
onmouseout="mouseout('3513373772347442363', '7004771250456025292');"> | |
<rect x="663" y="4464" | |
width="234" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="4476" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc.Dialer.DialNode("node: 1FQmvXJ8") (517.063897ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="621" | |
y1="4471" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7668372343093366696" class="func parent-3513373772347442363" | |
onmouseover="mouseover('7668372343093366696', '3513373772347442363');" | |
onmouseout="mouseout('7668372343093366696', '3513373772347442363');"> | |
<rect x="663" y="4480" | |
width="234" 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.Dialer.dial() (516.981484ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="663" | |
y1="4487" y2="4471" /> | |
</g> | |
</g> | |
<g id="id-2599998876984515222" class="func parent-7668372343093366696" | |
onmouseover="mouseover('2599998876984515222', '7668372343093366696');" | |
onmouseout="mouseout('2599998876984515222', '7668372343093366696');"> | |
<rect x="663" y="4496" | |
width="234" 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.Dialer.dialTransport() (516.616264ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="663" x2="663" | |
y1="4503" y2="4487" /> | |
</g> | |
</g> | |
<g id="id-1686623981621588081" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1686623981621588081', '7004771250456025292');" | |
onmouseout="mouseout('1686623981621588081', '7004771250456025292');"> | |
<rect x="666" y="4512" | |
width="23" 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() (49.055769ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="666" x2="621" | |
y1="4519" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5841622552367512414" class="func parent-1686623981621588081" | |
onmouseover="mouseover('5841622552367512414', '1686623981621588081');" | |
onmouseout="mouseout('5841622552367512414', '1686623981621588081');"> | |
<rect x="666" y="4528" | |
width="23" 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() (48.995562ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="666" x2="666" | |
y1="4535" y2="4519" /> | |
</g> | |
</g> | |
<g id="id-773249086258660940" class="func parent-5841622552367512414" | |
onmouseover="mouseover('773249086258660940', '5841622552367512414');" | |
onmouseout="mouseout('773249086258660940', '5841622552367512414');"> | |
<rect x="666" 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() (7.075µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="666" x2="666" | |
y1="4551" y2="4535" /> | |
</g> | |
</g> | |
<g id="id-9083246227750509607" class="func parent-7004771250456025292" | |
onmouseover="mouseover('9083246227750509607', '7004771250456025292');" | |
onmouseout="mouseout('9083246227750509607', '7004771250456025292');"> | |
<rect x="679" y="4560" | |
width="27" 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() (59.086277ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="679" x2="621" | |
y1="4567" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4014872761641658132" class="func parent-9083246227750509607" | |
onmouseover="mouseover('4014872761641658132', '9083246227750509607');" | |
onmouseout="mouseout('4014872761641658132', '9083246227750509607');"> | |
<rect x="679" y="4576" | |
width="27" 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() (59.00436ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="679" x2="679" | |
y1="4583" y2="4567" /> | |
</g> | |
</g> | |
<g id="id-8169871332387582466" class="func parent-4014872761641658132" | |
onmouseover="mouseover('8169871332387582466', '4014872761641658132');" | |
onmouseout="mouseout('8169871332387582466', '4014872761641658132');"> | |
<rect x="679" 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() (11.572µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="679" x2="679" | |
y1="4599" y2="4583" /> | |
</g> | |
</g> | |
<g id="id-1274748075552876709" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1274748075552876709', '7004771250456025292');" | |
onmouseout="mouseout('1274748075552876709', '7004771250456025292');"> | |
<rect x="680" y="4608" | |
width="21" 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() (46.369115ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="621" | |
y1="4615" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5429746646298801043" class="func parent-1274748075552876709" | |
onmouseover="mouseover('5429746646298801043', '1274748075552876709');" | |
onmouseout="mouseout('5429746646298801043', '1274748075552876709');"> | |
<rect x="680" y="4624" | |
width="21" 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() (46.305433ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="680" | |
y1="4631" y2="4615" /> | |
</g> | |
</g> | |
<g id="id-361373180189949568" class="func parent-5429746646298801043" | |
onmouseover="mouseover('361373180189949568', '5429746646298801043');" | |
onmouseout="mouseout('361373180189949568', '5429746646298801043');"> | |
<rect x="680" 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() (27.088µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="680" | |
y1="4647" y2="4631" /> | |
</g> | |
</g> | |
<g id="id-4516371750935873902" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4516371750935873902', '7004771250456025292');" | |
onmouseout="mouseout('4516371750935873902', '7004771250456025292');"> | |
<rect x="680" y="4656" | |
width="23" 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() (49.764408ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="621" | |
y1="4663" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8671370321681798235" class="func parent-4516371750935873902" | |
onmouseover="mouseover('8671370321681798235', '4516371750935873902');" | |
onmouseout="mouseout('8671370321681798235', '4516371750935873902');"> | |
<rect x="680" y="4672" | |
width="23" 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() (49.706105ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="680" | |
y1="4679" y2="4663" /> | |
</g> | |
</g> | |
<g id="id-3602996855572946761" class="func parent-8671370321681798235" | |
onmouseover="mouseover('3602996855572946761', '8671370321681798235');" | |
onmouseout="mouseout('3602996855572946761', '8671370321681798235');"> | |
<rect x="680" 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() (13.505µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="680" x2="680" | |
y1="4695" y2="4679" /> | |
</g> | |
</g> | |
<g id="id-7757995426318871094" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7757995426318871094', '7004771250456025292');" | |
onmouseout="mouseout('7757995426318871094', '7004771250456025292');"> | |
<rect x="681" y="4704" | |
width="22" 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() (49.579404ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="621" | |
y1="4711" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2689621960210019620" class="func parent-7757995426318871094" | |
onmouseover="mouseover('2689621960210019620', '7757995426318871094');" | |
onmouseout="mouseout('2689621960210019620', '7757995426318871094');"> | |
<rect x="681" y="4720" | |
width="22" 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() (49.517437ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="681" | |
y1="4727" y2="4711" /> | |
</g> | |
</g> | |
<g id="id-6844620530955943953" class="func parent-2689621960210019620" | |
onmouseover="mouseover('6844620530955943953', '2689621960210019620');" | |
onmouseout="mouseout('6844620530955943953', '2689621960210019620');"> | |
<rect x="681" 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() (13.431µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="681" | |
y1="4743" y2="4727" /> | |
</g> | |
</g> | |
<g id="id-1776247064847092479" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1776247064847092479', '7004771250456025292');" | |
onmouseout="mouseout('1776247064847092479', '7004771250456025292');"> | |
<rect x="681" y="4752" | |
width="27" 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() (60.555305ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="621" | |
y1="4759" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5931245635593016812" class="func parent-1776247064847092479" | |
onmouseover="mouseover('5931245635593016812', '1776247064847092479');" | |
onmouseout="mouseout('5931245635593016812', '1776247064847092479');"> | |
<rect x="681" y="4768" | |
width="27" 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() (60.508542ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="681" | |
y1="4775" y2="4759" /> | |
</g> | |
</g> | |
<g id="id-862872169484165338" class="func parent-5931245635593016812" | |
onmouseover="mouseover('862872169484165338', '5931245635593016812');" | |
onmouseout="mouseout('862872169484165338', '5931245635593016812');"> | |
<rect x="681" 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() (13.927µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="681" x2="681" | |
y1="4791" y2="4775" /> | |
</g> | |
</g> | |
<g id="id-9172869310976014005" class="func parent-7004771250456025292" | |
onmouseover="mouseover('9172869310976014005', '7004771250456025292');" | |
onmouseout="mouseout('9172869310976014005', '7004771250456025292');"> | |
<rect x="685" y="4800" | |
width="19" 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() (43.730924ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="685" x2="621" | |
y1="4807" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4104495844867162530" class="func parent-9172869310976014005" | |
onmouseover="mouseover('4104495844867162530', '9172869310976014005');" | |
onmouseout="mouseout('4104495844867162530', '9172869310976014005');"> | |
<rect x="685" y="4816" | |
width="19" 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() (43.683696ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="685" x2="685" | |
y1="4823" y2="4807" /> | |
</g> | |
</g> | |
<g id="id-8259494415613086864" class="func parent-4104495844867162530" | |
onmouseover="mouseover('8259494415613086864', '4104495844867162530');" | |
onmouseout="mouseout('8259494415613086864', '4104495844867162530');"> | |
<rect x="685" 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() (9.342µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="685" x2="685" | |
y1="4839" y2="4823" /> | |
</g> | |
</g> | |
<g id="id-7346119520250159723" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7346119520250159723', '7004771250456025292');" | |
onmouseout="mouseout('7346119520250159723', '7004771250456025292');"> | |
<rect x="688" y="4848" | |
width="18" 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() (41.697744ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="688" x2="621" | |
y1="4855" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2277746054141308248" class="func parent-7346119520250159723" | |
onmouseover="mouseover('2277746054141308248', '7346119520250159723');" | |
onmouseout="mouseout('2277746054141308248', '7346119520250159723');"> | |
<rect x="688" y="4864" | |
width="18" 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() (41.614029ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="688" x2="688" | |
y1="4871" y2="4855" /> | |
</g> | |
</g> | |
<g id="id-6432744624887232582" class="func parent-2277746054141308248" | |
onmouseover="mouseover('6432744624887232582', '2277746054141308248');" | |
onmouseout="mouseout('6432744624887232582', '2277746054141308248');"> | |
<rect x="688" 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() (11.174µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="688" x2="688" | |
y1="4887" y2="4871" /> | |
</g> | |
</g> | |
<g id="id-5519369729524305441" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5519369729524305441', '7004771250456025292');" | |
onmouseout="mouseout('5519369729524305441', '7004771250456025292');"> | |
<rect x="691" y="4896" | |
width="15" 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() (32.541641ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="691" x2="621" | |
y1="4903" y2="519" /> | |
</g> | |
</g> | |
<g id="id-450996263415453966" class="func parent-5519369729524305441" | |
onmouseover="mouseover('450996263415453966', '5519369729524305441');" | |
onmouseout="mouseout('450996263415453966', '5519369729524305441');"> | |
<rect x="691" y="4912" | |
width="15" 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() (32.472577ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="691" x2="691" | |
y1="4919" y2="4903" /> | |
</g> | |
</g> | |
<g id="id-4605994834161378300" class="func parent-450996263415453966" | |
onmouseover="mouseover('4605994834161378300', '450996263415453966');" | |
onmouseout="mouseout('4605994834161378300', '450996263415453966');"> | |
<rect x="691" 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() (6.588µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="691" x2="691" | |
y1="4935" y2="4919" /> | |
</g> | |
</g> | |
<g id="id-3692619938798451159" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3692619938798451159', '7004771250456025292');" | |
onmouseout="mouseout('3692619938798451159', '7004771250456025292');"> | |
<rect x="693" y="4944" | |
width="30" 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() (66.05126ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="693" x2="621" | |
y1="4951" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7847618509544375492" class="func parent-3692619938798451159" | |
onmouseover="mouseover('7847618509544375492', '3692619938798451159');" | |
onmouseout="mouseout('7847618509544375492', '3692619938798451159');"> | |
<rect x="693" y="4960" | |
width="30" 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() (65.94299ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="693" x2="693" | |
y1="4967" y2="4951" /> | |
</g> | |
</g> | |
<g id="id-2779245043435524018" class="func parent-7847618509544375492" | |
onmouseover="mouseover('2779245043435524018', '7847618509544375492');" | |
onmouseout="mouseout('2779245043435524018', '7847618509544375492');"> | |
<rect x="693" 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() (9.825µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="693" x2="693" | |
y1="4983" y2="4967" /> | |
</g> | |
</g> | |
<g id="id-1865870148072596877" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1865870148072596877', '7004771250456025292');" | |
onmouseout="mouseout('1865870148072596877', '7004771250456025292');"> | |
<rect x="694" y="4992" | |
width="15" 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() (34.041707ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="694" x2="621" | |
y1="4999" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6020868718818521210" class="func parent-1865870148072596877" | |
onmouseover="mouseover('6020868718818521210', '1865870148072596877');" | |
onmouseout="mouseout('6020868718818521210', '1865870148072596877');"> | |
<rect x="694" y="5008" | |
width="15" 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() (33.988049ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="694" x2="694" | |
y1="5015" y2="4999" /> | |
</g> | |
</g> | |
<g id="id-952495252709669736" class="func parent-6020868718818521210" | |
onmouseover="mouseover('952495252709669736', '6020868718818521210');" | |
onmouseout="mouseout('952495252709669736', '6020868718818521210');"> | |
<rect x="694" 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() (20.656µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="694" x2="694" | |
y1="5031" y2="5015" /> | |
</g> | |
</g> | |
<g id="id-8349117498838591262" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8349117498838591262', '7004771250456025292');" | |
onmouseout="mouseout('8349117498838591262', '7004771250456025292');"> | |
<rect x="695" y="5040" | |
width="15" 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() (34.874457ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="621" | |
y1="5047" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3280744032729739787" class="func parent-8349117498838591262" | |
onmouseover="mouseover('3280744032729739787', '8349117498838591262');" | |
onmouseout="mouseout('3280744032729739787', '8349117498838591262');"> | |
<rect x="695" y="5056" | |
width="15" 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() (34.825148ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5063" y2="5047" /> | |
</g> | |
</g> | |
<g id="id-7435742603475664121" class="func parent-3280744032729739787" | |
onmouseover="mouseover('7435742603475664121', '3280744032729739787');" | |
onmouseout="mouseout('7435742603475664121', '3280744032729739787');"> | |
<rect x="695" 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() (6.879µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5079" y2="5063" /> | |
</g> | |
</g> | |
<g id="id-2367369137366812646" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2367369137366812646', '7004771250456025292');" | |
onmouseout="mouseout('2367369137366812646', '7004771250456025292');"> | |
<rect x="695" y="5088" | |
width="54" 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() (118.622696ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="621" | |
y1="5095" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6522367708112736980" class="func parent-2367369137366812646" | |
onmouseover="mouseover('6522367708112736980', '2367369137366812646');" | |
onmouseout="mouseout('6522367708112736980', '2367369137366812646');"> | |
<rect x="695" y="5104" | |
width="54" 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() (118.559194ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5111" y2="5095" /> | |
</g> | |
</g> | |
<g id="id-1453994242003885505" class="func parent-6522367708112736980" | |
onmouseover="mouseover('1453994242003885505', '6522367708112736980');" | |
onmouseout="mouseout('1453994242003885505', '6522367708112736980');"> | |
<rect x="695" 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() (24.979µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5127" y2="5111" /> | |
</g> | |
</g> | |
<g id="id-5608992812749809839" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5608992812749809839', '7004771250456025292');" | |
onmouseout="mouseout('5608992812749809839', '7004771250456025292');"> | |
<rect x="695" y="5136" | |
width="36" 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() (79.664339ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="621" | |
y1="5143" y2="519" /> | |
</g> | |
</g> | |
<g id="id-540619346640958364" class="func parent-5608992812749809839" | |
onmouseover="mouseover('540619346640958364', '5608992812749809839');" | |
onmouseout="mouseout('540619346640958364', '5608992812749809839');"> | |
<rect x="695" y="5152" | |
width="36" 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() (79.594442ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5159" y2="5143" /> | |
</g> | |
</g> | |
<g id="id-4695617917386882698" class="func parent-540619346640958364" | |
onmouseover="mouseover('4695617917386882698', '540619346640958364');" | |
onmouseout="mouseout('4695617917386882698', '540619346640958364');"> | |
<rect x="695" 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() (17.016µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="695" x2="695" | |
y1="5175" y2="5159" /> | |
</g> | |
</g> | |
<g id="id-3782243022023955557" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3782243022023955557', '7004771250456025292');" | |
onmouseout="mouseout('3782243022023955557', '7004771250456025292');"> | |
<rect x="696" y="5184" | |
width="35" 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() (77.586412ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="696" x2="621" | |
y1="5191" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7937241592769879890" class="func parent-3782243022023955557" | |
onmouseover="mouseover('7937241592769879890', '3782243022023955557');" | |
onmouseout="mouseout('7937241592769879890', '3782243022023955557');"> | |
<rect x="696" y="5200" | |
width="35" 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() (77.531535ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="696" x2="696" | |
y1="5207" y2="5191" /> | |
</g> | |
</g> | |
<g id="id-2868868126661028416" class="func parent-7937241592769879890" | |
onmouseover="mouseover('2868868126661028416', '7937241592769879890');" | |
onmouseout="mouseout('2868868126661028416', '7937241592769879890');"> | |
<rect x="696" 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() (18.232µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="696" x2="696" | |
y1="5223" y2="5207" /> | |
</g> | |
</g> | |
<g id="id-1955493231298101275" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1955493231298101275', '7004771250456025292');" | |
onmouseout="mouseout('1955493231298101275', '7004771250456025292');"> | |
<rect x="697" y="5232" | |
width="27" 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() (59.71481ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="697" x2="621" | |
y1="5239" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6110491802044025608" class="func parent-1955493231298101275" | |
onmouseover="mouseover('6110491802044025608', '1955493231298101275');" | |
onmouseout="mouseout('6110491802044025608', '1955493231298101275');"> | |
<rect x="697" y="5248" | |
width="27" 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() (59.646031ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="697" x2="697" | |
y1="5255" y2="5239" /> | |
</g> | |
</g> | |
<g id="id-1042118335935174134" class="func parent-6110491802044025608" | |
onmouseover="mouseover('1042118335935174134', '6110491802044025608');" | |
onmouseout="mouseout('1042118335935174134', '6110491802044025608');"> | |
<rect x="697" 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() (13.842µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="697" x2="697" | |
y1="5271" y2="5255" /> | |
</g> | |
</g> | |
<g id="id-128743440572246993" class="func parent-7004771250456025292" | |
onmouseover="mouseover('128743440572246993', '7004771250456025292');" | |
onmouseout="mouseout('128743440572246993', '7004771250456025292');"> | |
<rect x="703" y="5280" | |
width="29" 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() (64.207666ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="703" x2="621" | |
y1="5287" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4283742011318171326" class="func parent-128743440572246993" | |
onmouseover="mouseover('4283742011318171326', '128743440572246993');" | |
onmouseout="mouseout('4283742011318171326', '128743440572246993');"> | |
<rect x="703" y="5296" | |
width="29" 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() (64.159949ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="703" x2="703" | |
y1="5303" y2="5287" /> | |
</g> | |
</g> | |
<g id="id-8438740582064095660" class="func parent-4283742011318171326" | |
onmouseover="mouseover('8438740582064095660', '4283742011318171326');" | |
onmouseout="mouseout('8438740582064095660', '4283742011318171326');"> | |
<rect x="703" y="5312" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5324" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (7.24µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="703" x2="703" | |
y1="5319" y2="5303" /> | |
</g> | |
</g> | |
<g id="id-7525365686701168519" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7525365686701168519', '7004771250456025292');" | |
onmouseout="mouseout('7525365686701168519', '7004771250456025292');"> | |
<rect x="704" y="5328" | |
width="25" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5340" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (56.087693ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="704" x2="621" | |
y1="5335" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2456992220592317044" class="func parent-7525365686701168519" | |
onmouseover="mouseover('2456992220592317044', '7525365686701168519');" | |
onmouseout="mouseout('2456992220592317044', '7525365686701168519');"> | |
<rect x="704" y="5344" | |
width="25" 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() (55.986325ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="704" x2="704" | |
y1="5351" y2="5335" /> | |
</g> | |
</g> | |
<g id="id-6611990791338241378" class="func parent-2456992220592317044" | |
onmouseover="mouseover('6611990791338241378', '2456992220592317044');" | |
onmouseout="mouseout('6611990791338241378', '2456992220592317044');"> | |
<rect x="704" 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.916µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="704" x2="704" | |
y1="5367" y2="5351" /> | |
</g> | |
</g> | |
<g id="id-5698615895975314237" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5698615895975314237', '7004771250456025292');" | |
onmouseout="mouseout('5698615895975314237', '7004771250456025292');"> | |
<rect x="706" y="5376" | |
width="34" 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() (75.553687ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="621" | |
y1="5383" y2="519" /> | |
</g> | |
</g> | |
<g id="id-630242429866462762" class="func parent-5698615895975314237" | |
onmouseover="mouseover('630242429866462762', '5698615895975314237');" | |
onmouseout="mouseout('630242429866462762', '5698615895975314237');"> | |
<rect x="706" y="5392" | |
width="34" 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() (75.485384ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="706" | |
y1="5399" y2="5383" /> | |
</g> | |
</g> | |
<g id="id-4785241000612387096" class="func parent-630242429866462762" | |
onmouseover="mouseover('4785241000612387096', '630242429866462762');" | |
onmouseout="mouseout('4785241000612387096', '630242429866462762');"> | |
<rect x="706" 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() (32.363µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="706" | |
y1="5415" y2="5399" /> | |
</g> | |
</g> | |
<g id="id-8026864675995384288" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8026864675995384288', '7004771250456025292');" | |
onmouseout="mouseout('8026864675995384288', '7004771250456025292');"> | |
<rect x="706" y="5424" | |
width="29" 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() (63.789364ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="621" | |
y1="5431" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2958491209886532814" class="func parent-8026864675995384288" | |
onmouseover="mouseover('2958491209886532814', '8026864675995384288');" | |
onmouseout="mouseout('2958491209886532814', '8026864675995384288');"> | |
<rect x="706" y="5440" | |
width="29" 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() (63.723571ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="706" | |
y1="5447" y2="5431" /> | |
</g> | |
</g> | |
<g id="id-7113489780632457147" class="func parent-2958491209886532814" | |
onmouseover="mouseover('7113489780632457147', '2958491209886532814');" | |
onmouseout="mouseout('7113489780632457147', '2958491209886532814');"> | |
<rect x="706" 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() (17.79µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="706" x2="706" | |
y1="5463" y2="5447" /> | |
</g> | |
</g> | |
<g id="id-2045116314523605673" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2045116314523605673', '7004771250456025292');" | |
onmouseout="mouseout('2045116314523605673', '7004771250456025292');"> | |
<rect x="707" y="5472" | |
width="38" 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() (84.269217ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="707" x2="621" | |
y1="5479" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6200114885269530006" class="func parent-2045116314523605673" | |
onmouseover="mouseover('6200114885269530006', '2045116314523605673');" | |
onmouseout="mouseout('6200114885269530006', '2045116314523605673');"> | |
<rect x="707" y="5488" | |
width="38" 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() (84.212263ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="707" x2="707" | |
y1="5495" y2="5479" /> | |
</g> | |
</g> | |
<g id="id-1131741419160678532" class="func parent-6200114885269530006" | |
onmouseover="mouseover('1131741419160678532', '6200114885269530006');" | |
onmouseout="mouseout('1131741419160678532', '6200114885269530006');"> | |
<rect x="707" 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() (13.588µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="707" x2="707" | |
y1="5511" y2="5495" /> | |
</g> | |
</g> | |
<g id="id-218366523797751391" class="func parent-7004771250456025292" | |
onmouseover="mouseover('218366523797751391', '7004771250456025292');" | |
onmouseout="mouseout('218366523797751391', '7004771250456025292');"> | |
<rect x="709" y="5520" | |
width="36" 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() (80.753364ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="709" x2="621" | |
y1="5527" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4373365094543675724" class="func parent-218366523797751391" | |
onmouseover="mouseover('4373365094543675724', '218366523797751391');" | |
onmouseout="mouseout('4373365094543675724', '218366523797751391');"> | |
<rect x="709" y="5536" | |
width="36" 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() (80.661012ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="709" x2="709" | |
y1="5543" y2="5527" /> | |
</g> | |
</g> | |
<g id="id-8528363665289600058" class="func parent-4373365094543675724" | |
onmouseover="mouseover('8528363665289600058', '4373365094543675724');" | |
onmouseout="mouseout('8528363665289600058', '4373365094543675724');"> | |
<rect x="709" 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() (13.533µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="709" x2="709" | |
y1="5559" y2="5543" /> | |
</g> | |
</g> | |
<g id="id-1633240408454894301" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1633240408454894301', '7004771250456025292');" | |
onmouseout="mouseout('1633240408454894301', '7004771250456025292');"> | |
<rect x="719" y="5568" | |
width="30" 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() (65.00238ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="719" x2="621" | |
y1="5575" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5788238979200818635" class="func parent-1633240408454894301" | |
onmouseover="mouseover('5788238979200818635', '1633240408454894301');" | |
onmouseout="mouseout('5788238979200818635', '1633240408454894301');"> | |
<rect x="719" y="5584" | |
width="30" 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() (64.723214ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="719" x2="719" | |
y1="5591" y2="5575" /> | |
</g> | |
</g> | |
<g id="id-719865513091967160" class="func parent-5788238979200818635" | |
onmouseover="mouseover('719865513091967160', '5788238979200818635');" | |
onmouseout="mouseout('719865513091967160', '5788238979200818635');"> | |
<rect x="720" 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() (102.741µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="720" x2="719" | |
y1="5607" y2="5591" /> | |
</g> | |
</g> | |
<g id="id-3961489188474964353" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3961489188474964353', '7004771250456025292');" | |
onmouseout="mouseout('3961489188474964353', '7004771250456025292');"> | |
<rect x="721" y="5616" | |
width="34" 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() (74.373359ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="721" x2="621" | |
y1="5623" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8116487759220888686" class="func parent-3961489188474964353" | |
onmouseover="mouseover('8116487759220888686', '3961489188474964353');" | |
onmouseout="mouseout('8116487759220888686', '3961489188474964353');"> | |
<rect x="722" y="5632" | |
width="33" 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() (72.717151ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="722" x2="721" | |
y1="5639" y2="5623" /> | |
</g> | |
</g> | |
<g id="id-3048114293112037212" class="func parent-8116487759220888686" | |
onmouseover="mouseover('3048114293112037212', '8116487759220888686');" | |
onmouseout="mouseout('3048114293112037212', '8116487759220888686');"> | |
<rect x="722" 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() (64.176µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="722" x2="722" | |
y1="5655" y2="5639" /> | |
</g> | |
</g> | |
<g id="id-7203112863857961545" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7203112863857961545', '7004771250456025292');" | |
onmouseout="mouseout('7203112863857961545', '7004771250456025292');"> | |
<rect x="722" y="5664" | |
width="29" 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() (62.368998ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="722" x2="621" | |
y1="5671" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2134739397749110071" class="func parent-7203112863857961545" | |
onmouseover="mouseover('2134739397749110071', '7203112863857961545');" | |
onmouseout="mouseout('2134739397749110071', '7203112863857961545');"> | |
<rect x="722" y="5680" | |
width="29" 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() (62.245658ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="722" x2="722" | |
y1="5687" y2="5671" /> | |
</g> | |
</g> | |
<g id="id-6289737968495034404" class="func parent-2134739397749110071" | |
onmouseover="mouseover('6289737968495034404', '2134739397749110071');" | |
onmouseout="mouseout('6289737968495034404', '2134739397749110071');"> | |
<rect x="722" 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() (91.286µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="722" x2="722" | |
y1="5703" y2="5687" /> | |
</g> | |
</g> | |
<g id="id-1221364502386182930" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1221364502386182930', '7004771250456025292');" | |
onmouseout="mouseout('1221364502386182930', '7004771250456025292');"> | |
<rect x="723" y="5712" | |
width="22" 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() (48.019531ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="723" x2="621" | |
y1="5719" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5376363073132107263" class="func parent-1221364502386182930" | |
onmouseover="mouseover('5376363073132107263', '1221364502386182930');" | |
onmouseout="mouseout('5376363073132107263', '1221364502386182930');"> | |
<rect x="723" y="5728" | |
width="22" 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() (47.863916ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="723" x2="723" | |
y1="5735" y2="5719" /> | |
</g> | |
</g> | |
<g id="id-307989607023255789" class="func parent-5376363073132107263" | |
onmouseover="mouseover('307989607023255789', '5376363073132107263');" | |
onmouseout="mouseout('307989607023255789', '5376363073132107263');"> | |
<rect x="724" 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() (38.819µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="723" | |
y1="5751" y2="5735" /> | |
</g> | |
</g> | |
<g id="id-4462988177769180122" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4462988177769180122', '7004771250456025292');" | |
onmouseout="mouseout('4462988177769180122', '7004771250456025292');"> | |
<rect x="724" y="5760" | |
width="50" 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() (111.352507ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="621" | |
y1="5767" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8617986748515104456" class="func parent-4462988177769180122" | |
onmouseover="mouseover('8617986748515104456', '4462988177769180122');" | |
onmouseout="mouseout('8617986748515104456', '4462988177769180122');"> | |
<rect x="724" y="5776" | |
width="50" 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() (111.196395ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="724" | |
y1="5783" y2="5767" /> | |
</g> | |
</g> | |
<g id="id-3549613282406252981" class="func parent-8617986748515104456" | |
onmouseover="mouseover('3549613282406252981', '8617986748515104456');" | |
onmouseout="mouseout('3549613282406252981', '8617986748515104456');"> | |
<rect x="724" 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() (38.323µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="724" | |
y1="5799" y2="5783" /> | |
</g> | |
</g> | |
<g id="id-7704611853152177315" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7704611853152177315', '7004771250456025292');" | |
onmouseout="mouseout('7704611853152177315', '7004771250456025292');"> | |
<rect x="724" y="5808" | |
width="37" 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() (82.468873ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="621" | |
y1="5815" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2636238387043325840" class="func parent-7704611853152177315" | |
onmouseover="mouseover('2636238387043325840', '7704611853152177315');" | |
onmouseout="mouseout('2636238387043325840', '7704611853152177315');"> | |
<rect x="724" y="5824" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5836" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (82.370089ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="724" | |
y1="5831" y2="5815" /> | |
</g> | |
</g> | |
<g id="id-6791236957789250174" class="func parent-2636238387043325840" | |
onmouseover="mouseover('6791236957789250174', '2636238387043325840');" | |
onmouseout="mouseout('6791236957789250174', '2636238387043325840');"> | |
<rect x="724" y="5840" | |
width="0" 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).getConn() (32.142µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="724" x2="724" | |
y1="5847" y2="5831" /> | |
</g> | |
</g> | |
<g id="id-809488596317471558" class="func parent-7004771250456025292" | |
onmouseover="mouseover('809488596317471558', '7004771250456025292');" | |
onmouseout="mouseout('809488596317471558', '7004771250456025292');"> | |
<rect x="726" y="5856" | |
width="26" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="5868" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (57.848691ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="621" | |
y1="5863" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4964487167063395892" class="func parent-809488596317471558" | |
onmouseover="mouseover('4964487167063395892', '809488596317471558');" | |
onmouseout="mouseout('4964487167063395892', '809488596317471558');"> | |
<rect x="726" y="5872" | |
width="26" 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).Invoke() (57.752787ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="726" | |
y1="5879" y2="5863" /> | |
</g> | |
</g> | |
<g id="id-4051112271700468751" class="func parent-4964487167063395892" | |
onmouseover="mouseover('4051112271700468751', '4964487167063395892');" | |
onmouseout="mouseout('4051112271700468751', '4964487167063395892');"> | |
<rect x="726" 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() (32.378µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="726" | |
y1="5895" y2="5879" /> | |
</g> | |
</g> | |
<g id="id-8206110842446393084" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8206110842446393084', '7004771250456025292');" | |
onmouseout="mouseout('8206110842446393084', '7004771250456025292');"> | |
<rect x="726" y="5904" | |
width="38" 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() (82.288554ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="621" | |
y1="5911" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3137737376337541610" class="func parent-8206110842446393084" | |
onmouseover="mouseover('3137737376337541610', '8206110842446393084');" | |
onmouseout="mouseout('3137737376337541610', '8206110842446393084');"> | |
<rect x="726" y="5920" | |
width="38" 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() (82.223585ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="726" | |
y1="5927" y2="5911" /> | |
</g> | |
</g> | |
<g id="id-7292735947083465943" class="func parent-3137737376337541610" | |
onmouseover="mouseover('7292735947083465943', '3137737376337541610');" | |
onmouseout="mouseout('7292735947083465943', '3137737376337541610');"> | |
<rect x="726" 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() (20.549µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="726" x2="726" | |
y1="5943" y2="5927" /> | |
</g> | |
</g> | |
<g id="id-2224362480974614469" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2224362480974614469', '7004771250456025292');" | |
onmouseout="mouseout('2224362480974614469', '7004771250456025292');"> | |
<rect x="727" y="5952" | |
width="38" 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() (83.395392ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="727" x2="621" | |
y1="5959" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6379361051720538802" class="func parent-2224362480974614469" | |
onmouseover="mouseover('6379361051720538802', '2224362480974614469');" | |
onmouseout="mouseout('6379361051720538802', '2224362480974614469');"> | |
<rect x="727" y="5968" | |
width="38" 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() (83.330177ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="727" x2="727" | |
y1="5975" y2="5959" /> | |
</g> | |
</g> | |
<g id="id-1310987585611687328" class="func parent-6379361051720538802" | |
onmouseover="mouseover('1310987585611687328', '6379361051720538802');" | |
onmouseout="mouseout('1310987585611687328', '6379361051720538802');"> | |
<rect x="727" 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() (25.667µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="727" x2="727" | |
y1="5991" y2="5975" /> | |
</g> | |
</g> | |
<g id="id-397612690248760187" class="func parent-7004771250456025292" | |
onmouseover="mouseover('397612690248760187', '7004771250456025292');" | |
onmouseout="mouseout('397612690248760187', '7004771250456025292');"> | |
<rect x="730" y="6000" | |
width="40" 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() (87.933702ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="730" x2="621" | |
y1="6007" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4552611260994684520" class="func parent-397612690248760187" | |
onmouseover="mouseover('4552611260994684520', '397612690248760187');" | |
onmouseout="mouseout('4552611260994684520', '397612690248760187');"> | |
<rect x="730" y="6016" | |
width="40" 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() (87.856434ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="730" x2="730" | |
y1="6023" y2="6007" /> | |
</g> | |
</g> | |
<g id="id-8707609831740608854" class="func parent-4552611260994684520" | |
onmouseover="mouseover('8707609831740608854', '4552611260994684520');" | |
onmouseout="mouseout('8707609831740608854', '4552611260994684520');"> | |
<rect x="730" 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() (22.247µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="730" x2="730" | |
y1="6039" y2="6023" /> | |
</g> | |
</g> | |
<g id="id-7794234936377681713" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7794234936377681713', '7004771250456025292');" | |
onmouseout="mouseout('7794234936377681713', '7004771250456025292');"> | |
<rect x="736" y="6048" | |
width="76" 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() (167.293891ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="736" x2="621" | |
y1="6055" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2725861470268830238" class="func parent-7794234936377681713" | |
onmouseover="mouseover('2725861470268830238', '7794234936377681713');" | |
onmouseout="mouseout('2725861470268830238', '7794234936377681713');"> | |
<rect x="736" y="6064" | |
width="75" 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() (165.663223ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="736" x2="736" | |
y1="6071" y2="6055" /> | |
</g> | |
</g> | |
<g id="id-6880860041014754572" class="func parent-2725861470268830238" | |
onmouseover="mouseover('6880860041014754572', '2725861470268830238');" | |
onmouseout="mouseout('6880860041014754572', '2725861470268830238');"> | |
<rect x="736" 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() (20.638µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="736" x2="736" | |
y1="6087" y2="6071" /> | |
</g> | |
</g> | |
<g id="id-5967485145651827431" class="func parent-7004771250456025292" | |
onmouseover="mouseover('5967485145651827431', '7004771250456025292');" | |
onmouseout="mouseout('5967485145651827431', '7004771250456025292');"> | |
<rect x="740" y="6096" | |
width="71" 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() (155.606833ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="740" x2="621" | |
y1="6103" y2="519" /> | |
</g> | |
</g> | |
<g id="id-899111679542975956" class="func parent-5967485145651827431" | |
onmouseover="mouseover('899111679542975956', '5967485145651827431');" | |
onmouseout="mouseout('899111679542975956', '5967485145651827431');"> | |
<rect x="740" y="6112" | |
width="71" 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() (155.496195ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="740" x2="740" | |
y1="6119" y2="6103" /> | |
</g> | |
</g> | |
<g id="id-5054110250288900290" class="func parent-899111679542975956" | |
onmouseover="mouseover('5054110250288900290', '899111679542975956');" | |
onmouseout="mouseout('5054110250288900290', '899111679542975956');"> | |
<rect x="740" 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() (16.708µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="740" x2="740" | |
y1="6135" y2="6119" /> | |
</g> | |
</g> | |
<g id="id-4140735354925973149" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4140735354925973149', '7004771250456025292');" | |
onmouseout="mouseout('4140735354925973149', '7004771250456025292');"> | |
<rect x="748" y="6144" | |
width="34" 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() (74.433113ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="748" x2="621" | |
y1="6151" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8295733925671897482" class="func parent-4140735354925973149" | |
onmouseover="mouseover('8295733925671897482', '4140735354925973149');" | |
onmouseout="mouseout('8295733925671897482', '4140735354925973149');"> | |
<rect x="748" y="6160" | |
width="34" 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() (74.241081ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="748" x2="748" | |
y1="6167" y2="6151" /> | |
</g> | |
</g> | |
<g id="id-3227360459563046008" class="func parent-8295733925671897482" | |
onmouseover="mouseover('3227360459563046008', '8295733925671897482');" | |
onmouseout="mouseout('3227360459563046008', '8295733925671897482');"> | |
<rect x="748" 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() (9.093µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="748" x2="748" | |
y1="6183" y2="6167" /> | |
</g> | |
</g> | |
<g id="id-2313985564200118867" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2313985564200118867', '7004771250456025292');" | |
onmouseout="mouseout('2313985564200118867', '7004771250456025292');"> | |
<rect x="750" y="6192" | |
width="24" 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() (54.144142ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="750" x2="621" | |
y1="6199" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6468984134946043200" class="func parent-2313985564200118867" | |
onmouseover="mouseover('6468984134946043200', '2313985564200118867');" | |
onmouseout="mouseout('6468984134946043200', '2313985564200118867');"> | |
<rect x="750" y="6208" | |
width="24" 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() (54.023781ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="750" x2="750" | |
y1="6215" y2="6199" /> | |
</g> | |
</g> | |
<g id="id-1400610668837191726" class="func parent-6468984134946043200" | |
onmouseover="mouseover('1400610668837191726', '6468984134946043200');" | |
onmouseout="mouseout('1400610668837191726', '6468984134946043200');"> | |
<rect x="750" 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() (22.226µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="750" x2="750" | |
y1="6231" y2="6215" /> | |
</g> | |
</g> | |
<g id="id-487235773474264585" class="func parent-7004771250456025292" | |
onmouseover="mouseover('487235773474264585', '7004771250456025292');" | |
onmouseout="mouseout('487235773474264585', '7004771250456025292');"> | |
<rect x="756" y="6240" | |
width="56" 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() (122.735541ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="756" x2="621" | |
y1="6247" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4642234344220188918" class="func parent-487235773474264585" | |
onmouseover="mouseover('4642234344220188918', '487235773474264585');" | |
onmouseout="mouseout('4642234344220188918', '487235773474264585');"> | |
<rect x="757" y="6256" | |
width="55" 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() (122.592059ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="757" x2="756" | |
y1="6263" y2="6247" /> | |
</g> | |
</g> | |
<g id="id-8797232914966113252" class="func parent-4642234344220188918" | |
onmouseover="mouseover('8797232914966113252', '4642234344220188918');" | |
onmouseout="mouseout('8797232914966113252', '4642234344220188918');"> | |
<rect x="757" 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() (23.46µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="757" x2="757" | |
y1="6279" y2="6263" /> | |
</g> | |
</g> | |
<g id="id-7883858019603186111" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7883858019603186111', '7004771250456025292');" | |
onmouseout="mouseout('7883858019603186111', '7004771250456025292');"> | |
<rect x="762" y="6288" | |
width="49" 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() (108.955003ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="762" x2="621" | |
y1="6295" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2815484553494334636" class="func parent-7883858019603186111" | |
onmouseover="mouseover('2815484553494334636', '7883858019603186111');" | |
onmouseout="mouseout('2815484553494334636', '7883858019603186111');"> | |
<rect x="762" y="6304" | |
width="49" 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() (108.765146ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="762" x2="762" | |
y1="6311" y2="6295" /> | |
</g> | |
</g> | |
<g id="id-6970483124240258970" class="func parent-2815484553494334636" | |
onmouseover="mouseover('6970483124240258970', '2815484553494334636');" | |
onmouseout="mouseout('6970483124240258970', '2815484553494334636');"> | |
<rect x="762" 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() (19.081µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="762" x2="762" | |
y1="6327" y2="6311" /> | |
</g> | |
</g> | |
<g id="id-6057108228877331829" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6057108228877331829', '7004771250456025292');" | |
onmouseout="mouseout('6057108228877331829', '7004771250456025292');"> | |
<rect x="766" y="6336" | |
width="23" 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() (51.827692ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="766" x2="621" | |
y1="6343" y2="519" /> | |
</g> | |
</g> | |
<g id="id-988734762768480354" class="func parent-6057108228877331829" | |
onmouseover="mouseover('988734762768480354', '6057108228877331829');" | |
onmouseout="mouseout('988734762768480354', '6057108228877331829');"> | |
<rect x="766" y="6352" | |
width="23" 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() (51.709571ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="766" x2="766" | |
y1="6359" y2="6343" /> | |
</g> | |
</g> | |
<g id="id-5143733333514404688" class="func parent-988734762768480354" | |
onmouseover="mouseover('5143733333514404688', '988734762768480354');" | |
onmouseout="mouseout('5143733333514404688', '988734762768480354');"> | |
<rect x="766" 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.379µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="766" x2="766" | |
y1="6375" y2="6359" /> | |
</g> | |
</g> | |
<g id="id-8385357008897401880" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8385357008897401880', '7004771250456025292');" | |
onmouseout="mouseout('8385357008897401880', '7004771250456025292');"> | |
<rect x="767" y="6384" | |
width="64" 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() (141.822638ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="621" | |
y1="6391" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3316983542788550406" class="func parent-8385357008897401880" | |
onmouseover="mouseover('3316983542788550406', '8385357008897401880');" | |
onmouseout="mouseout('3316983542788550406', '8385357008897401880');"> | |
<rect x="767" y="6400" | |
width="64" 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() (141.598176ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="767" | |
y1="6407" y2="6391" /> | |
</g> | |
</g> | |
<g id="id-7471982113534474739" class="func parent-3316983542788550406" | |
onmouseover="mouseover('7471982113534474739', '3316983542788550406');" | |
onmouseout="mouseout('7471982113534474739', '3316983542788550406');"> | |
<rect x="767" 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() (19.589µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="767" | |
y1="6423" y2="6407" /> | |
</g> | |
</g> | |
<g id="id-2403608647425623265" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2403608647425623265', '7004771250456025292');" | |
onmouseout="mouseout('2403608647425623265', '7004771250456025292');"> | |
<rect x="767" y="6432" | |
width="24" 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() (51.885884ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="621" | |
y1="6439" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6558607218171547598" class="func parent-2403608647425623265" | |
onmouseover="mouseover('6558607218171547598', '2403608647425623265');" | |
onmouseout="mouseout('6558607218171547598', '2403608647425623265');"> | |
<rect x="767" y="6448" | |
width="24" 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() (51.804653ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="767" | |
y1="6455" y2="6439" /> | |
</g> | |
</g> | |
<g id="id-1490233752062696124" class="func parent-6558607218171547598" | |
onmouseover="mouseover('1490233752062696124', '6558607218171547598');" | |
onmouseout="mouseout('1490233752062696124', '6558607218171547598');"> | |
<rect x="767" 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() (17.771µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="767" x2="767" | |
y1="6471" y2="6455" /> | |
</g> | |
</g> | |
<g id="id-576858856699768983" class="func parent-7004771250456025292" | |
onmouseover="mouseover('576858856699768983', '7004771250456025292');" | |
onmouseout="mouseout('576858856699768983', '7004771250456025292');"> | |
<rect x="769" y="6480" | |
width="58" 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() (127.511302ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="769" x2="621" | |
y1="6487" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4731857427445693316" class="func parent-576858856699768983" | |
onmouseover="mouseover('4731857427445693316', '576858856699768983');" | |
onmouseout="mouseout('4731857427445693316', '576858856699768983');"> | |
<rect x="769" y="6496" | |
width="58" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6508" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (127.366748ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="769" x2="769" | |
y1="6503" y2="6487" /> | |
</g> | |
</g> | |
<g id="id-8886855998191617650" class="func parent-4731857427445693316" | |
onmouseover="mouseover('8886855998191617650', '4731857427445693316');" | |
onmouseout="mouseout('8886855998191617650', '4731857427445693316');"> | |
<rect x="769" y="6512" | |
width="0" 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).getConn() (23.19µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="769" x2="769" | |
y1="6519" y2="6503" /> | |
</g> | |
</g> | |
<g id="id-2905107636719839034" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2905107636719839034', '7004771250456025292');" | |
onmouseout="mouseout('2905107636719839034', '7004771250456025292');"> | |
<rect x="780" y="6528" | |
width="74" 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() (162.533909ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="780" x2="621" | |
y1="6535" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7060106207465763368" class="func parent-2905107636719839034" | |
onmouseover="mouseover('7060106207465763368', '2905107636719839034');" | |
onmouseout="mouseout('7060106207465763368', '2905107636719839034');"> | |
<rect x="780" y="6544" | |
width="74" 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() (162.382508ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="780" x2="780" | |
y1="6551" y2="6535" /> | |
</g> | |
</g> | |
<g id="id-1991732741356911893" class="func parent-7060106207465763368" | |
onmouseover="mouseover('1991732741356911893', '7060106207465763368');" | |
onmouseout="mouseout('1991732741356911893', '7060106207465763368');"> | |
<rect x="780" y="6560" | |
width="1" 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() (62.735µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="780" x2="780" | |
y1="6567" y2="6551" /> | |
</g> | |
</g> | |
<g id="id-1078357845993984752" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1078357845993984752', '7004771250456025292');" | |
onmouseout="mouseout('1078357845993984752', '7004771250456025292');"> | |
<rect x="782" y="6576" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="6588" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (82.279313ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="782" x2="621" | |
y1="6583" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5233356416739909086" class="func parent-1078357845993984752" | |
onmouseover="mouseover('5233356416739909086', '1078357845993984752');" | |
onmouseout="mouseout('5233356416739909086', '1078357845993984752');"> | |
<rect x="782" y="6592" | |
width="37" 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).Invoke() (82.098865ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="782" x2="782" | |
y1="6599" y2="6583" /> | |
</g> | |
</g> | |
<g id="id-164982950631057611" class="func parent-5233356416739909086" | |
onmouseover="mouseover('164982950631057611', '5233356416739909086');" | |
onmouseout="mouseout('164982950631057611', '5233356416739909086');"> | |
<rect x="782" 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() (44.409µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="782" x2="782" | |
y1="6615" y2="6599" /> | |
</g> | |
</g> | |
<g id="id-4319981521376981945" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4319981521376981945', '7004771250456025292');" | |
onmouseout="mouseout('4319981521376981945', '7004771250456025292');"> | |
<rect x="783" y="6624" | |
width="48" 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() (106.194221ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="783" x2="621" | |
y1="6631" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8474980092122906278" class="func parent-4319981521376981945" | |
onmouseover="mouseover('8474980092122906278', '4319981521376981945');" | |
onmouseout="mouseout('8474980092122906278', '4319981521376981945');"> | |
<rect x="783" y="6640" | |
width="48" 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() (106.029907ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="783" x2="783" | |
y1="6647" y2="6631" /> | |
</g> | |
</g> | |
<g id="id-3406606626014054804" class="func parent-8474980092122906278" | |
onmouseover="mouseover('3406606626014054804', '8474980092122906278');" | |
onmouseout="mouseout('3406606626014054804', '8474980092122906278');"> | |
<rect x="783" 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() (32.944µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="783" x2="783" | |
y1="6663" y2="6647" /> | |
</g> | |
</g> | |
<g id="id-2493231730651127663" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2493231730651127663', '7004771250456025292');" | |
onmouseout="mouseout('2493231730651127663', '7004771250456025292');"> | |
<rect x="786" y="6672" | |
width="27" 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() (60.422563ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="786" x2="621" | |
y1="6679" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6648230301397051996" class="func parent-2493231730651127663" | |
onmouseover="mouseover('6648230301397051996', '2493231730651127663');" | |
onmouseout="mouseout('6648230301397051996', '2493231730651127663');"> | |
<rect x="786" y="6688" | |
width="27" 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() (60.302457ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="786" x2="786" | |
y1="6695" y2="6679" /> | |
</g> | |
</g> | |
<g id="id-1579856835288200522" class="func parent-6648230301397051996" | |
onmouseover="mouseover('1579856835288200522', '6648230301397051996');" | |
onmouseout="mouseout('1579856835288200522', '6648230301397051996');"> | |
<rect x="786" 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() (32.266µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="786" x2="786" | |
y1="6711" y2="6695" /> | |
</g> | |
</g> | |
<g id="id-666481939925273381" class="func parent-7004771250456025292" | |
onmouseover="mouseover('666481939925273381', '7004771250456025292');" | |
onmouseout="mouseout('666481939925273381', '7004771250456025292');"> | |
<rect x="788" y="6720" | |
width="36" 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() (77.365088ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="788" x2="621" | |
y1="6727" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4821480510671197714" class="func parent-666481939925273381" | |
onmouseover="mouseover('4821480510671197714', '666481939925273381');" | |
onmouseout="mouseout('4821480510671197714', '666481939925273381');"> | |
<rect x="788" y="6736" | |
width="36" 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() (77.218819ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="788" x2="788" | |
y1="6743" y2="6727" /> | |
</g> | |
</g> | |
<g id="id-8976479081417122048" class="func parent-4821480510671197714" | |
onmouseover="mouseover('8976479081417122048', '4821480510671197714');" | |
onmouseout="mouseout('8976479081417122048', '4821480510671197714');"> | |
<rect x="788" y="6752" | |
width="1" 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() (40.794µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="788" x2="788" | |
y1="6759" y2="6743" /> | |
</g> | |
</g> | |
<g id="id-8063104186054194907" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8063104186054194907', '7004771250456025292');" | |
onmouseout="mouseout('8063104186054194907', '7004771250456025292');"> | |
<rect x="795" y="6768" | |
width="61" 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() (134.517884ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="795" x2="621" | |
y1="6775" y2="519" /> | |
</g> | |
</g> | |
<g id="id-2994730719945343432" class="func parent-8063104186054194907" | |
onmouseover="mouseover('2994730719945343432', '8063104186054194907');" | |
onmouseout="mouseout('2994730719945343432', '8063104186054194907');"> | |
<rect x="795" y="6784" | |
width="61" 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() (134.397278ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="795" x2="795" | |
y1="6791" y2="6775" /> | |
</g> | |
</g> | |
<g id="id-7149729290691267766" class="func parent-2994730719945343432" | |
onmouseover="mouseover('7149729290691267766', '2994730719945343432');" | |
onmouseout="mouseout('7149729290691267766', '2994730719945343432');"> | |
<rect x="795" 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() (26.435µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="795" x2="795" | |
y1="6807" y2="6791" /> | |
</g> | |
</g> | |
<g id="id-1167980929219489150" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1167980929219489150', '7004771250456025292');" | |
onmouseout="mouseout('1167980929219489150', '7004771250456025292');"> | |
<rect x="810" y="6816" | |
width="69" 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() (153.464834ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="621" | |
y1="6823" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5322979499965413484" class="func parent-1167980929219489150" | |
onmouseover="mouseover('5322979499965413484', '1167980929219489150');" | |
onmouseout="mouseout('5322979499965413484', '1167980929219489150');"> | |
<rect x="810" y="6832" | |
width="69" 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() (153.380955ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="810" | |
y1="6839" y2="6823" /> | |
</g> | |
</g> | |
<g id="id-254606033856562009" class="func parent-5322979499965413484" | |
onmouseover="mouseover('254606033856562009', '5322979499965413484');" | |
onmouseout="mouseout('254606033856562009', '5322979499965413484');"> | |
<rect x="810" 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() (16.746µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="810" | |
y1="6855" y2="6839" /> | |
</g> | |
</g> | |
<g id="id-4409604604602486343" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4409604604602486343', '7004771250456025292');" | |
onmouseout="mouseout('4409604604602486343', '7004771250456025292');"> | |
<rect x="810" y="6864" | |
width="27" 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() (60.131771ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="621" | |
y1="6871" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8564603175348410676" class="func parent-4409604604602486343" | |
onmouseover="mouseover('8564603175348410676', '4409604604602486343');" | |
onmouseout="mouseout('8564603175348410676', '4409604604602486343');"> | |
<rect x="810" y="6880" | |
width="27" 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() (60.016263ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="810" | |
y1="6887" y2="6871" /> | |
</g> | |
</g> | |
<g id="id-3496229709239559202" class="func parent-8564603175348410676" | |
onmouseover="mouseover('3496229709239559202', '8564603175348410676');" | |
onmouseout="mouseout('3496229709239559202', '8564603175348410676');"> | |
<rect x="810" 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() (56.82µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="810" x2="810" | |
y1="6903" y2="6887" /> | |
</g> | |
</g> | |
<g id="id-2582854813876632061" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2582854813876632061', '7004771250456025292');" | |
onmouseout="mouseout('2582854813876632061', '7004771250456025292');"> | |
<rect x="825" y="6912" | |
width="44" 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() (95.190536ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="825" x2="621" | |
y1="6919" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6737853384622556394" class="func parent-2582854813876632061" | |
onmouseover="mouseover('6737853384622556394', '2582854813876632061');" | |
onmouseout="mouseout('6737853384622556394', '2582854813876632061');"> | |
<rect x="825" y="6928" | |
width="43" 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() (95.019197ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="825" x2="825" | |
y1="6935" y2="6919" /> | |
</g> | |
</g> | |
<g id="id-1669479918513704920" class="func parent-6737853384622556394" | |
onmouseover="mouseover('1669479918513704920', '6737853384622556394');" | |
onmouseout="mouseout('1669479918513704920', '6737853384622556394');"> | |
<rect x="825" 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() (51.53µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="825" x2="825" | |
y1="6951" y2="6935" /> | |
</g> | |
</g> | |
<g id="id-756105023150777779" class="func parent-7004771250456025292" | |
onmouseover="mouseover('756105023150777779', '7004771250456025292');" | |
onmouseout="mouseout('756105023150777779', '7004771250456025292');"> | |
<rect x="828" y="6960" | |
width="29" 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() (64.796796ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="828" x2="621" | |
y1="6967" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4911103593896702112" class="func parent-756105023150777779" | |
onmouseover="mouseover('4911103593896702112', '756105023150777779');" | |
onmouseout="mouseout('4911103593896702112', '756105023150777779');"> | |
<rect x="828" y="6976" | |
width="29" 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() (64.672047ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="828" x2="828" | |
y1="6983" y2="6967" /> | |
</g> | |
</g> | |
<g id="id-9066102164642626446" class="func parent-4911103593896702112" | |
onmouseover="mouseover('9066102164642626446', '4911103593896702112');" | |
onmouseout="mouseout('9066102164642626446', '4911103593896702112');"> | |
<rect x="828" 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() (50.125µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="828" x2="828" | |
y1="6999" y2="6983" /> | |
</g> | |
</g> | |
<g id="id-3084353803170847830" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3084353803170847830', '7004771250456025292');" | |
onmouseout="mouseout('3084353803170847830', '7004771250456025292');"> | |
<rect x="834" y="7008" | |
width="66" 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() (144.73047ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="834" x2="621" | |
y1="7015" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7239352373916772164" class="func parent-3084353803170847830" | |
onmouseover="mouseover('7239352373916772164', '3084353803170847830');" | |
onmouseout="mouseout('7239352373916772164', '3084353803170847830');"> | |
<rect x="834" y="7024" | |
width="66" 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() (144.644724ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="834" x2="834" | |
y1="7031" y2="7015" /> | |
</g> | |
</g> | |
<g id="id-2170978907807920689" class="func parent-7239352373916772164" | |
onmouseover="mouseover('2170978907807920689', '7239352373916772164');" | |
onmouseout="mouseout('2170978907807920689', '7239352373916772164');"> | |
<rect x="834" y="7040" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7052" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (38.756µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="834" x2="834" | |
y1="7047" y2="7031" /> | |
</g> | |
</g> | |
<g id="id-6325977478553845023" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6325977478553845023', '7004771250456025292');" | |
onmouseout="mouseout('6325977478553845023', '7004771250456025292');"> | |
<rect x="835" y="7056" | |
width="93" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7068" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (203.706262ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="835" x2="621" | |
y1="7063" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1257604012444993548" class="func parent-6325977478553845023" | |
onmouseover="mouseover('1257604012444993548', '6325977478553845023');" | |
onmouseout="mouseout('1257604012444993548', '6325977478553845023');"> | |
<rect x="835" y="7072" | |
width="93" 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() (203.545229ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="835" x2="835" | |
y1="7079" y2="7063" /> | |
</g> | |
</g> | |
<g id="id-5412602583190917882" class="func parent-1257604012444993548" | |
onmouseover="mouseover('5412602583190917882', '1257604012444993548');" | |
onmouseout="mouseout('5412602583190917882', '1257604012444993548');"> | |
<rect x="835" 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() (25.865µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="835" x2="835" | |
y1="7095" y2="7079" /> | |
</g> | |
</g> | |
<g id="id-4499227687827990741" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4499227687827990741', '7004771250456025292');" | |
onmouseout="mouseout('4499227687827990741', '7004771250456025292');"> | |
<rect x="839" y="7104" | |
width="31" 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() (69.252244ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="839" x2="621" | |
y1="7111" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8654226258573915074" class="func parent-4499227687827990741" | |
onmouseover="mouseover('8654226258573915074', '4499227687827990741');" | |
onmouseout="mouseout('8654226258573915074', '4499227687827990741');"> | |
<rect x="839" y="7120" | |
width="31" 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() (69.146799ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="839" x2="839" | |
y1="7127" y2="7111" /> | |
</g> | |
</g> | |
<g id="id-3585852792465063600" class="func parent-8654226258573915074" | |
onmouseover="mouseover('3585852792465063600', '8654226258573915074');" | |
onmouseout="mouseout('3585852792465063600', '8654226258573915074');"> | |
<rect x="839" 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() (26.292µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="839" x2="839" | |
y1="7143" y2="7127" /> | |
</g> | |
</g> | |
<g id="id-2672477897102136459" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2672477897102136459', '7004771250456025292');" | |
onmouseout="mouseout('2672477897102136459', '7004771250456025292');"> | |
<rect x="841" y="7152" | |
width="26" 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() (57.245748ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="841" x2="621" | |
y1="7159" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6827476467848060792" class="func parent-2672477897102136459" | |
onmouseover="mouseover('6827476467848060792', '2672477897102136459');" | |
onmouseout="mouseout('6827476467848060792', '2672477897102136459');"> | |
<rect x="841" y="7168" | |
width="26" 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() (57.173512ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="841" x2="841" | |
y1="7175" y2="7159" /> | |
</g> | |
</g> | |
<g id="id-1759103001739209318" class="func parent-6827476467848060792" | |
onmouseover="mouseover('1759103001739209318', '6827476467848060792');" | |
onmouseout="mouseout('1759103001739209318', '6827476467848060792');"> | |
<rect x="841" 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() (9.375µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="841" x2="841" | |
y1="7191" y2="7175" /> | |
</g> | |
</g> | |
<g id="id-845728106376282177" class="func parent-7004771250456025292" | |
onmouseover="mouseover('845728106376282177', '7004771250456025292');" | |
onmouseout="mouseout('845728106376282177', '7004771250456025292');"> | |
<rect x="847" y="7200" | |
width="33" 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() (74.115953ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="847" x2="621" | |
y1="7207" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5000726677122206510" class="func parent-845728106376282177" | |
onmouseover="mouseover('5000726677122206510', '845728106376282177');" | |
onmouseout="mouseout('5000726677122206510', '845728106376282177');"> | |
<rect x="847" y="7216" | |
width="33" 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() (74.015476ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="847" x2="847" | |
y1="7223" y2="7207" /> | |
</g> | |
</g> | |
<g id="id-9155725247868130844" class="func parent-5000726677122206510" | |
onmouseover="mouseover('9155725247868130844', '5000726677122206510');" | |
onmouseout="mouseout('9155725247868130844', '5000726677122206510');"> | |
<rect x="847" 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() (9.586µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="847" x2="847" | |
y1="7239" y2="7223" /> | |
</g> | |
</g> | |
<g id="id-3173976886396352228" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3173976886396352228', '7004771250456025292');" | |
onmouseout="mouseout('3173976886396352228', '7004771250456025292');"> | |
<rect x="860" y="7248" | |
width="30" 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() (64.803222ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="860" x2="621" | |
y1="7255" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7328975457142276562" class="func parent-3173976886396352228" | |
onmouseover="mouseover('7328975457142276562', '3173976886396352228');" | |
onmouseout="mouseout('7328975457142276562', '3173976886396352228');"> | |
<rect x="860" y="7264" | |
width="30" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7276" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (64.616658ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="860" x2="860" | |
y1="7271" y2="7255" /> | |
</g> | |
</g> | |
<g id="id-2260601991033425087" class="func parent-7328975457142276562" | |
onmouseover="mouseover('2260601991033425087', '7328975457142276562');" | |
onmouseout="mouseout('2260601991033425087', '7328975457142276562');"> | |
<rect x="860" y="7280" | |
width="0" 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).getConn() (26.036µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="860" x2="860" | |
y1="7287" y2="7271" /> | |
</g> | |
</g> | |
<g id="id-6415600561779349421" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6415600561779349421', '7004771250456025292');" | |
onmouseout="mouseout('6415600561779349421', '7004771250456025292');"> | |
<rect x="861" y="7296" | |
width="18" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7308" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (38.759036ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="861" x2="621" | |
y1="7303" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1347227095670497946" class="func parent-6415600561779349421" | |
onmouseover="mouseover('1347227095670497946', '6415600561779349421');" | |
onmouseout="mouseout('1347227095670497946', '6415600561779349421');"> | |
<rect x="861" y="7312" | |
width="18" 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() (38.690552ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="861" x2="861" | |
y1="7319" y2="7303" /> | |
</g> | |
</g> | |
<g id="id-5502225666416422280" class="func parent-1347227095670497946" | |
onmouseover="mouseover('5502225666416422280', '1347227095670497946');" | |
onmouseout="mouseout('5502225666416422280', '1347227095670497946');"> | |
<rect x="861" 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() (20.648µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="861" x2="861" | |
y1="7335" y2="7319" /> | |
</g> | |
</g> | |
<g id="id-8743849341799419472" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8743849341799419472', '7004771250456025292');" | |
onmouseout="mouseout('8743849341799419472', '7004771250456025292');"> | |
<rect x="863" y="7344" | |
width="65" 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() (143.117634ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="863" x2="621" | |
y1="7351" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3675475875690567998" class="func parent-8743849341799419472" | |
onmouseover="mouseover('3675475875690567998', '8743849341799419472');" | |
onmouseout="mouseout('3675475875690567998', '8743849341799419472');"> | |
<rect x="863" y="7360" | |
width="65" 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() (142.937678ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="863" x2="863" | |
y1="7367" y2="7351" /> | |
</g> | |
</g> | |
<g id="id-7830474446436492331" class="func parent-3675475875690567998" | |
onmouseover="mouseover('7830474446436492331', '3675475875690567998');" | |
onmouseout="mouseout('7830474446436492331', '3675475875690567998');"> | |
<rect x="863" y="7376" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7388" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (29.342µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="863" x2="863" | |
y1="7383" y2="7367" /> | |
</g> | |
</g> | |
<g id="id-2762100980327640857" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2762100980327640857', '7004771250456025292');" | |
onmouseout="mouseout('2762100980327640857', '7004771250456025292');"> | |
<rect x="863" y="7392" | |
width="22" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7404" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (48.442042ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="863" x2="621" | |
y1="7399" y2="519" /> | |
</g> | |
</g> | |
<g id="id-6917099551073565190" class="func parent-2762100980327640857" | |
onmouseover="mouseover('6917099551073565190', '2762100980327640857');" | |
onmouseout="mouseout('6917099551073565190', '2762100980327640857');"> | |
<rect x="864" 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() (48.383452ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="864" x2="863" | |
y1="7415" y2="7399" /> | |
</g> | |
</g> | |
<g id="id-1848726084964713716" class="func parent-6917099551073565190" | |
onmouseover="mouseover('1848726084964713716', '6917099551073565190');" | |
onmouseout="mouseout('1848726084964713716', '6917099551073565190');"> | |
<rect x="864" y="7424" | |
width="0" 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() (19.613µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="864" x2="864" | |
y1="7431" y2="7415" /> | |
</g> | |
</g> | |
<g id="id-935351189601786575" class="func parent-7004771250456025292" | |
onmouseover="mouseover('935351189601786575', '7004771250456025292');" | |
onmouseout="mouseout('935351189601786575', '7004771250456025292');"> | |
<rect x="869" y="7440" | |
width="55" 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() (122.626467ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="869" x2="621" | |
y1="7447" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5090349760347710908" class="func parent-935351189601786575" | |
onmouseover="mouseover('5090349760347710908', '935351189601786575');" | |
onmouseout="mouseout('5090349760347710908', '935351189601786575');"> | |
<rect x="869" y="7456" | |
width="55" 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() (122.545573ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="869" x2="869" | |
y1="7463" y2="7447" /> | |
</g> | |
</g> | |
<g id="id-21976294238859434" class="func parent-5090349760347710908" | |
onmouseover="mouseover('21976294238859434', '5090349760347710908');" | |
onmouseout="mouseout('21976294238859434', '5090349760347710908');"> | |
<rect x="869" 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() (20.494µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="869" x2="869" | |
y1="7479" y2="7463" /> | |
</g> | |
</g> | |
<g id="id-3263599969621856626" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3263599969621856626', '7004771250456025292');" | |
onmouseout="mouseout('3263599969621856626', '7004771250456025292');"> | |
<rect x="871" y="7488" | |
width="24" 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() (52.519451ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="621" | |
y1="7495" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7418598540367780960" class="func parent-3263599969621856626" | |
onmouseover="mouseover('7418598540367780960', '3263599969621856626');" | |
onmouseout="mouseout('7418598540367780960', '3263599969621856626');"> | |
<rect x="871" y="7504" | |
width="24" 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() (52.436394ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="871" | |
y1="7511" y2="7495" /> | |
</g> | |
</g> | |
<g id="id-2350225074258929485" class="func parent-7418598540367780960" | |
onmouseover="mouseover('2350225074258929485', '7418598540367780960');" | |
onmouseout="mouseout('2350225074258929485', '7418598540367780960');"> | |
<rect x="871" 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() (21.352µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="871" | |
y1="7527" y2="7511" /> | |
</g> | |
</g> | |
<g id="id-6505223645004853819" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6505223645004853819', '7004771250456025292');" | |
onmouseout="mouseout('6505223645004853819', '7004771250456025292');"> | |
<rect x="871" y="7536" | |
width="106" 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() (234.553698ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="621" | |
y1="7543" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1436850178896002344" class="func parent-6505223645004853819" | |
onmouseover="mouseover('1436850178896002344', '6505223645004853819');" | |
onmouseout="mouseout('1436850178896002344', '6505223645004853819');"> | |
<rect x="871" y="7552" | |
width="106" 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() (234.430024ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="871" | |
y1="7559" y2="7543" /> | |
</g> | |
</g> | |
<g id="id-5591848749641926678" class="func parent-1436850178896002344" | |
onmouseover="mouseover('5591848749641926678', '1436850178896002344');" | |
onmouseout="mouseout('5591848749641926678', '1436850178896002344');"> | |
<rect x="871" 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() (17.989µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="871" x2="871" | |
y1="7575" y2="7559" /> | |
</g> | |
</g> | |
<g id="id-4678473854278999537" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4678473854278999537', '7004771250456025292');" | |
onmouseout="mouseout('4678473854278999537', '7004771250456025292');"> | |
<rect x="875" y="7584" | |
width="70" 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() (155.296841ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="875" x2="621" | |
y1="7591" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8833472425024923870" class="func parent-4678473854278999537" | |
onmouseover="mouseover('8833472425024923870', '4678473854278999537');" | |
onmouseout="mouseout('8833472425024923870', '4678473854278999537');"> | |
<rect x="875" y="7600" | |
width="70" 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() (155.121096ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="875" x2="875" | |
y1="7607" y2="7591" /> | |
</g> | |
</g> | |
<g id="id-3765098958916072396" class="func parent-8833472425024923870" | |
onmouseover="mouseover('3765098958916072396', '8833472425024923870');" | |
onmouseout="mouseout('3765098958916072396', '8833472425024923870');"> | |
<rect x="875" 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() (9.589µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="875" x2="875" | |
y1="7623" y2="7607" /> | |
</g> | |
</g> | |
<g id="id-7006722634299069588" class="func parent-7004771250456025292" | |
onmouseover="mouseover('7006722634299069588', '7004771250456025292');" | |
onmouseout="mouseout('7006722634299069588', '7004771250456025292');"> | |
<rect x="881" y="7632" | |
width="40" 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() (89.036384ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="881" x2="621" | |
y1="7639" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1938349168190218114" class="func parent-7006722634299069588" | |
onmouseover="mouseover('1938349168190218114', '7006722634299069588');" | |
onmouseout="mouseout('1938349168190218114', '7006722634299069588');"> | |
<rect x="881" y="7648" | |
width="40" 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() (88.944888ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="881" x2="881" | |
y1="7655" y2="7639" /> | |
</g> | |
</g> | |
<g id="id-6093347738936142447" class="func parent-1938349168190218114" | |
onmouseover="mouseover('6093347738936142447', '1938349168190218114');" | |
onmouseout="mouseout('6093347738936142447', '1938349168190218114');"> | |
<rect x="881" 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() (21.257µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="881" x2="881" | |
y1="7671" y2="7655" /> | |
</g> | |
</g> | |
<g id="id-1024974272827290973" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1024974272827290973', '7004771250456025292');" | |
onmouseout="mouseout('1024974272827290973', '7004771250456025292');"> | |
<rect x="882" y="7680" | |
width="33" 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() (73.18428ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="882" x2="621" | |
y1="7687" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5179972843573215306" class="func parent-1024974272827290973" | |
onmouseover="mouseover('5179972843573215306', '1024974272827290973');" | |
onmouseout="mouseout('5179972843573215306', '1024974272827290973');"> | |
<rect x="882" y="7696" | |
width="33" 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() (73.113927ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="882" x2="882" | |
y1="7703" y2="7687" /> | |
</g> | |
</g> | |
<g id="id-111599377464363832" class="func parent-5179972843573215306" | |
onmouseover="mouseover('111599377464363832', '5179972843573215306');" | |
onmouseout="mouseout('111599377464363832', '5179972843573215306');"> | |
<rect x="882" 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() (19.721µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="882" x2="882" | |
y1="7719" y2="7703" /> | |
</g> | |
</g> | |
<g id="id-8421596518956212499" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8421596518956212499', '7004771250456025292');" | |
onmouseout="mouseout('8421596518956212499', '7004771250456025292');"> | |
<rect x="889" y="7728" | |
width="31" 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() (68.92589ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="889" x2="621" | |
y1="7735" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3353223052847361024" class="func parent-8421596518956212499" | |
onmouseover="mouseover('3353223052847361024', '8421596518956212499');" | |
onmouseout="mouseout('3353223052847361024', '8421596518956212499');"> | |
<rect x="889" y="7744" | |
width="31" 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() (68.803509ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="889" x2="889" | |
y1="7751" y2="7735" /> | |
</g> | |
</g> | |
<g id="id-7508221623593285358" class="func parent-3353223052847361024" | |
onmouseover="mouseover('7508221623593285358', '3353223052847361024');" | |
onmouseout="mouseout('7508221623593285358', '3353223052847361024');"> | |
<rect x="889" 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() (16.159µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="889" x2="889" | |
y1="7767" y2="7751" /> | |
</g> | |
</g> | |
<g id="id-1526473262121506742" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1526473262121506742', '7004771250456025292');" | |
onmouseout="mouseout('1526473262121506742', '7004771250456025292');"> | |
<rect x="892" y="7776" | |
width="61" 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() (133.414864ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="892" x2="621" | |
y1="7783" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5681471832867431076" class="func parent-1526473262121506742" | |
onmouseover="mouseover('5681471832867431076', '1526473262121506742');" | |
onmouseout="mouseout('5681471832867431076', '1526473262121506742');"> | |
<rect x="892" y="7792" | |
width="61" 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() (133.258699ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="892" x2="892" | |
y1="7799" y2="7783" /> | |
</g> | |
</g> | |
<g id="id-613098366758579601" class="func parent-5681471832867431076" | |
onmouseover="mouseover('613098366758579601', '5681471832867431076');" | |
onmouseout="mouseout('613098366758579601', '5681471832867431076');"> | |
<rect x="892" 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() (43.576µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="892" x2="892" | |
y1="7815" y2="7799" /> | |
</g> | |
</g> | |
<g id="id-4768096937504503935" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4768096937504503935', '7004771250456025292');" | |
onmouseout="mouseout('4768096937504503935', '7004771250456025292');"> | |
<rect x="893" y="7824" | |
width="59" 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() (128.644395ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="893" x2="621" | |
y1="7831" y2="519" /> | |
</g> | |
</g> | |
<g id="id-8923095508250428268" class="func parent-4768096937504503935" | |
onmouseover="mouseover('8923095508250428268', '4768096937504503935');" | |
onmouseout="mouseout('8923095508250428268', '4768096937504503935');"> | |
<rect x="893" y="7840" | |
width="59" 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() (128.501391ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="893" x2="893" | |
y1="7847" y2="7831" /> | |
</g> | |
</g> | |
<g id="id-3854722042141576794" class="func parent-8923095508250428268" | |
onmouseover="mouseover('3854722042141576794', '8923095508250428268');" | |
onmouseout="mouseout('3854722042141576794', '8923095508250428268');"> | |
<rect x="893" 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() (30.97µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="893" x2="893" | |
y1="7863" y2="7847" /> | |
</g> | |
</g> | |
<g id="id-2941347146778649653" class="func parent-7004771250456025292" | |
onmouseover="mouseover('2941347146778649653', '7004771250456025292');" | |
onmouseout="mouseout('2941347146778649653', '7004771250456025292');"> | |
<rect x="895" y="7872" | |
width="86" 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() (189.29348ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="895" x2="621" | |
y1="7879" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7096345717524573986" class="func parent-2941347146778649653" | |
onmouseover="mouseover('7096345717524573986', '2941347146778649653');" | |
onmouseout="mouseout('7096345717524573986', '2941347146778649653');"> | |
<rect x="895" y="7888" | |
width="86" 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() (189.171239ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="895" x2="895" | |
y1="7895" y2="7879" /> | |
</g> | |
</g> | |
<g id="id-2027972251415722512" class="func parent-7096345717524573986" | |
onmouseover="mouseover('2027972251415722512', '7096345717524573986');" | |
onmouseout="mouseout('2027972251415722512', '7096345717524573986');"> | |
<rect x="895" 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() (27.388µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="895" x2="895" | |
y1="7911" y2="7895" /> | |
</g> | |
</g> | |
<g id="id-1114597356052795371" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1114597356052795371', '7004771250456025292');" | |
onmouseout="mouseout('1114597356052795371', '7004771250456025292');"> | |
<rect x="897" y="7920" | |
width="134" 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() (293.755327ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="897" x2="621" | |
y1="7927" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5269595926798719704" class="func parent-1114597356052795371" | |
onmouseover="mouseover('5269595926798719704', '1114597356052795371');" | |
onmouseout="mouseout('5269595926798719704', '1114597356052795371');"> | |
<rect x="897" y="7936" | |
width="134" 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() (293.598195ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="897" x2="897" | |
y1="7943" y2="7927" /> | |
</g> | |
</g> | |
<g id="id-201222460689868230" class="func parent-5269595926798719704" | |
onmouseover="mouseover('201222460689868230', '5269595926798719704');" | |
onmouseout="mouseout('201222460689868230', '5269595926798719704');"> | |
<rect x="897" 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() (23.246µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="897" x2="897" | |
y1="7959" y2="7943" /> | |
</g> | |
</g> | |
<g id="id-8511219602181716897" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8511219602181716897', '7004771250456025292');" | |
onmouseout="mouseout('8511219602181716897', '7004771250456025292');"> | |
<rect x="907" y="7968" | |
width="37" 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() (81.613416ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="907" x2="621" | |
y1="7975" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3442846136072865422" class="func parent-8511219602181716897" | |
onmouseover="mouseover('3442846136072865422', '8511219602181716897');" | |
onmouseout="mouseout('3442846136072865422', '8511219602181716897');"> | |
<rect x="907" y="7984" | |
width="37" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="7996" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (81.443249ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="907" x2="907" | |
y1="7991" y2="7975" /> | |
</g> | |
</g> | |
<g id="id-7597844706818789756" class="func parent-3442846136072865422" | |
onmouseover="mouseover('7597844706818789756', '3442846136072865422');" | |
onmouseout="mouseout('7597844706818789756', '3442846136072865422');"> | |
<rect x="907" y="8000" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8012" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (11.503µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="907" x2="907" | |
y1="8007" y2="7991" /> | |
</g> | |
</g> | |
<g id="id-1616096345347011140" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1616096345347011140', '7004771250456025292');" | |
onmouseout="mouseout('1616096345347011140', '7004771250456025292');"> | |
<rect x="911" y="8016" | |
width="79" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8028" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (174.074274ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="621" | |
y1="8023" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5771094916092935474" class="func parent-1616096345347011140" | |
onmouseover="mouseover('5771094916092935474', '1616096345347011140');" | |
onmouseout="mouseout('5771094916092935474', '1616096345347011140');"> | |
<rect x="911" y="8032" | |
width="79" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8044" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (173.904617ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="911" | |
y1="8039" y2="8023" /> | |
</g> | |
</g> | |
<g id="id-702721449984083999" class="func parent-7004771250456025292" | |
onmouseover="mouseover('702721449984083999', '7004771250456025292');" | |
onmouseout="mouseout('702721449984083999', '7004771250456025292');"> | |
<rect x="911" y="8048" | |
width="41" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8060" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (89.111501ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="621" | |
y1="8055" y2="519" /> | |
</g> | |
</g> | |
<g id="id-4857720020730008333" class="func parent-5771094916092935474" | |
onmouseover="mouseover('4857720020730008333', '5771094916092935474');" | |
onmouseout="mouseout('4857720020730008333', '5771094916092935474');"> | |
<rect x="911" y="8064" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8076" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (30.359µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="911" | |
y1="8071" y2="8039" /> | |
</g> | |
</g> | |
<g id="id-9012718591475932666" class="func parent-702721449984083999" | |
onmouseover="mouseover('9012718591475932666', '702721449984083999');" | |
onmouseout="mouseout('9012718591475932666', '702721449984083999');"> | |
<rect x="911" y="8080" | |
width="41" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8092" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (88.929832ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="911" | |
y1="8087" y2="8055" /> | |
</g> | |
</g> | |
<g id="id-3944345125367081192" class="func parent-9012718591475932666" | |
onmouseover="mouseover('3944345125367081192', '9012718591475932666');" | |
onmouseout="mouseout('3944345125367081192', '9012718591475932666');"> | |
<rect x="911" y="8096" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8108" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (21.866µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="911" x2="911" | |
y1="8103" y2="8087" /> | |
</g> | |
</g> | |
<g id="id-3030970230004154051" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3030970230004154051', '7004771250456025292');" | |
onmouseout="mouseout('3030970230004154051', '7004771250456025292');"> | |
<rect x="912" y="8112" | |
width="39" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8124" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (84.417328ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="912" x2="621" | |
y1="8119" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7185968800750078384" class="func parent-3030970230004154051" | |
onmouseover="mouseover('7185968800750078384', '3030970230004154051');" | |
onmouseout="mouseout('7185968800750078384', '3030970230004154051');"> | |
<rect x="912" y="8128" | |
width="38" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8140" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (84.260132ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="912" x2="912" | |
y1="8135" y2="8119" /> | |
</g> | |
</g> | |
<g id="id-2117595334641226910" class="func parent-7185968800750078384" | |
onmouseover="mouseover('2117595334641226910', '7185968800750078384');" | |
onmouseout="mouseout('2117595334641226910', '7185968800750078384');"> | |
<rect x="912" y="8144" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8156" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (23.008µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="912" x2="912" | |
y1="8151" y2="8135" /> | |
</g> | |
</g> | |
<g id="id-1204220439278299769" class="func parent-7004771250456025292" | |
onmouseover="mouseover('1204220439278299769', '7004771250456025292');" | |
onmouseout="mouseout('1204220439278299769', '7004771250456025292');"> | |
<rect x="945" y="8160" | |
width="65" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8172" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (143.662378ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="945" x2="621" | |
y1="8167" y2="519" /> | |
</g> | |
</g> | |
<g id="id-5359219010024224102" class="func parent-1204220439278299769" | |
onmouseover="mouseover('5359219010024224102', '1204220439278299769');" | |
onmouseout="mouseout('5359219010024224102', '1204220439278299769');"> | |
<rect x="945" y="8176" | |
width="65" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8188" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (143.494458ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="945" x2="945" | |
y1="8183" y2="8167" /> | |
</g> | |
</g> | |
<g id="id-290845543915372628" class="func parent-5359219010024224102" | |
onmouseover="mouseover('290845543915372628', '5359219010024224102');" | |
onmouseout="mouseout('290845543915372628', '5359219010024224102');"> | |
<rect x="945" y="8192" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8204" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (50.964µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="945" x2="945" | |
y1="8199" y2="8183" /> | |
</g> | |
</g> | |
<g id="id-8600842685407221295" class="func parent-7004771250456025292" | |
onmouseover="mouseover('8600842685407221295', '7004771250456025292');" | |
onmouseout="mouseout('8600842685407221295', '7004771250456025292');"> | |
<rect x="951" y="8208" | |
width="66" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8220" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (146.782187ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="951" x2="621" | |
y1="8215" y2="519" /> | |
</g> | |
</g> | |
<g id="id-3532469219298369820" class="func parent-8600842685407221295" | |
onmouseover="mouseover('3532469219298369820', '8600842685407221295');" | |
onmouseout="mouseout('3532469219298369820', '8600842685407221295');"> | |
<rect x="951" y="8224" | |
width="66" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8236" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (146.584895ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="951" x2="951" | |
y1="8231" y2="8215" /> | |
</g> | |
</g> | |
<g id="id-7687467790044294154" class="func parent-3532469219298369820" | |
onmouseover="mouseover('7687467790044294154', '3532469219298369820');" | |
onmouseout="mouseout('7687467790044294154', '3532469219298369820');"> | |
<rect x="951" y="8240" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8252" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (63.078µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="951" x2="951" | |
y1="8247" y2="8231" /> | |
</g> | |
</g> | |
<g id="id-6774092894681367013" class="func parent-7004771250456025292" | |
onmouseover="mouseover('6774092894681367013', '7004771250456025292');" | |
onmouseout="mouseout('6774092894681367013', '7004771250456025292');"> | |
<rect x="960" y="8256" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8268" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (69.418641ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="960" x2="621" | |
y1="8263" y2="519" /> | |
</g> | |
</g> | |
<g id="id-1705719428572515538" class="func parent-6774092894681367013" | |
onmouseover="mouseover('1705719428572515538', '6774092894681367013');" | |
onmouseout="mouseout('1705719428572515538', '6774092894681367013');"> | |
<rect x="960" y="8272" | |
width="31" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8284" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (69.199863ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="960" x2="960" | |
y1="8279" y2="8263" /> | |
</g> | |
</g> | |
<g id="id-5860717999318439872" class="func parent-1705719428572515538" | |
onmouseover="mouseover('5860717999318439872', '1705719428572515538');" | |
onmouseout="mouseout('5860717999318439872', '1705719428572515538');"> | |
<rect x="960" y="8288" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8300" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (25.093µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="960" x2="960" | |
y1="8295" y2="8279" /> | |
</g> | |
</g> | |
<g id="id-4947343103955512731" class="func parent-7004771250456025292" | |
onmouseover="mouseover('4947343103955512731', '7004771250456025292');" | |
onmouseout="mouseout('4947343103955512731', '7004771250456025292');"> | |
<rect x="1006" y="8304" | |
width="136" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8316" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (298.84208ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1006" x2="621" | |
y1="8311" y2="519" /> | |
</g> | |
</g> | |
<g id="id-9102341674701437064" class="func parent-4947343103955512731" | |
onmouseover="mouseover('9102341674701437064', '4947343103955512731');" | |
onmouseout="mouseout('9102341674701437064', '4947343103955512731');"> | |
<rect x="1006" y="8320" | |
width="136" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8332" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (298.689466ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1006" x2="1006" | |
y1="8327" y2="8311" /> | |
</g> | |
</g> | |
<g id="id-4033968208592585590" class="func parent-9102341674701437064" | |
onmouseover="mouseover('4033968208592585590', '9102341674701437064');" | |
onmouseout="mouseout('4033968208592585590', '9102341674701437064');"> | |
<rect x="1006" y="8336" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8348" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (47.794µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1006" x2="1006" | |
y1="8343" y2="8327" /> | |
</g> | |
</g> | |
<g id="id-3120593313229658449" class="func parent-7004771250456025292" | |
onmouseover="mouseover('3120593313229658449', '7004771250456025292');" | |
onmouseout="mouseout('3120593313229658449', '7004771250456025292');"> | |
<rect x="1101" y="8352" | |
width="97" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8364" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/uplink/piecestore.(*Client).Delete() (213.93023ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1101" x2="621" | |
y1="8359" y2="519" /> | |
</g> | |
</g> | |
<g id="id-7275591883975582782" class="func parent-3120593313229658449" | |
onmouseover="mouseover('7275591883975582782', '3120593313229658449');" | |
onmouseout="mouseout('7275591883975582782', '3120593313229658449');"> | |
<rect x="1101" y="8368" | |
width="97" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8380" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).Invoke() (213.75156ms) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1101" x2="1101" | |
y1="8375" y2="8359" /> | |
</g> | |
</g> | |
<g id="id-2207218417866731308" class="func parent-7275591883975582782" | |
onmouseover="mouseover('2207218417866731308', '7275591883975582782');" | |
onmouseout="mouseout('2207218417866731308', '7275591883975582782');"> | |
<rect x="1101" y="8384" | |
width="0" height="15" | |
fill="rgb(128,128,255)" /> | |
<text x="0" y="8396" fill="rgb(0,0,0)" font-size="9"> | |
storj.io/storj/pkg/rpc/rpcpool.(*Conn).getConn() (23.23µs) | |
</text> | |
<g class="parent"> | |
<line stroke-width="2" | |
x1="1101" x2="1101" | |
y1="8391" y2="8375" /> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment