nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / variantgraph-uuid / subs-treemap-excl.html
CommitLineData
8e30e889 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3<!--
4This file was generated by Devel::NYTProf version 4.06
5-->
6<head>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 <meta http-equiv="Content-Language" content="en-us" />
9 <title>Subroutine Exclusive Time Treemap - NYTProf</title>
10<link rel="stylesheet" type="text/css" href="style.css" />
11<link rel="stylesheet" type="text/css" href="js/jit/Treemap.css" />
12<script language="JavaScript" src="js/jit/jit.js"></script>
13 <script type="text/javascript" src="js/jquery-min.js"></script>
14
15 <script type="text/javascript" src="js/jquery-tablesorter-min.js"></script>
16 <link rel="stylesheet" type="text/css" href="js/style-tablesorter.css" />
17 <script type="text/javascript">
18 // when a column is first clicked on to sort it, use descending order
19 // XXX doesn't seem to work (and not just because the tablesorter formatSortingOrder() is broken)
20 $.tablesorter.defaults.sortInitialOrder = "desc";
21 // add parser through the tablesorter addParser method
22 $.tablesorter.addParser({
23 id: 'fmt_time', // name of this parser
24 is: function(s) {
25 return false; // return false so this parser is not auto detected
26 },
27 format: function(orig) { // format data for normalization
28 // console.log(orig);
29 val = orig.replace(/ns/,'');
30 if (val != orig) { return val / (1000*1000*1000); }
31 val = orig.replace(/µs/,''); /* XXX use &micro; ? */
32 if (val != orig) { return val / (1000*1000); }
33 var val = orig.replace(/ms/,'');
34 if (val != orig) { return val / (1000); }
35 var val = orig.replace(/s/,'');
36 if (val != orig) { return val; }
37 if (orig == '0') { return orig; }
38 console.log('no match for fmt_time of '.concat(orig));
39 return orig;
40 },
41 type: 'numeric' // set type, either numeric or text
42 });
43 </script>
44</head>
45<body >
46<div class="header" style="position: relative; overflow-x: hidden; overflow-y: hidden; z-index: 0; ">
47<div class="header_back">
48 <a href="index.html">&larr; Index</a>
49 </div>
50<div class="headerForeground" style="float: left">
51 <span class="siteTitle">Subroutine Exclusive Time Treemap</span>
52 <span class="siteSubtitle"><br />For script/nytprof.pl</span>
53</div>
54<div class="headerForeground" style="float: right; text-align: right">
55 <span class="siteTitle">&nbsp;</span>
56 <span class="siteSubtitle">Run on Thu May 31 16:29:39 2012<br />Reported on Thu May 31 16:41:17 2012</span>
57</div>
58<div style="position: absolute; left: 0px; top: 0%; width: 100%; height: 101%; z-index: -1; background-color: rgb(17, 136, 255); "></div>
59<div style="position: absolute; left: 0px; top: 2%; width: 100%; height: 99%; z-index: -1; background-color: rgb(16, 134, 253); "></div>
60<div style="position: absolute; left: 0px; top: 4%; width: 100%; height: 97%; z-index: -1; background-color: rgb(16, 133, 252); "></div>
61<div style="position: absolute; left: 0px; top: 6%; width: 100%; height: 95%; z-index: -1; background-color: rgb(15, 131, 250); "></div>
62<div style="position: absolute; left: 0px; top: 8%; width: 100%; height: 93%; z-index: -1; background-color: rgb(15, 130, 249); "></div>
63<div style="position: absolute; left: 0px; top: 10%; width: 100%; height: 91%; z-index: -1; background-color: rgb(15, 129, 248); "></div>
64<div style="position: absolute; left: 0px; top: 12%; width: 100%; height: 89%; z-index: -1; background-color: rgb(14, 127, 246); "></div>
65<div style="position: absolute; left: 0px; top: 14%; width: 100%; height: 87%; z-index: -1; background-color: rgb(14, 126, 245); "></div>
66<div style="position: absolute; left: 0px; top: 16%; width: 100%; height: 85%; z-index: -1; background-color: rgb(14, 125, 244); "></div>
67<div style="position: absolute; left: 0px; top: 18%; width: 100%; height: 83%; z-index: -1; background-color: rgb(13, 123, 242); "></div>
68<div style="position: absolute; left: 0px; top: 20%; width: 100%; height: 81%; z-index: -1; background-color: rgb(13, 122, 241); "></div>
69<div style="position: absolute; left: 0px; top: 22%; width: 100%; height: 79%; z-index: -1; background-color: rgb(13, 121, 240); "></div>
70<div style="position: absolute; left: 0px; top: 24%; width: 100%; height: 77%; z-index: -1; background-color: rgb(12, 119, 238); "></div>
71<div style="position: absolute; left: 0px; top: 26%; width: 100%; height: 75%; z-index: -1; background-color: rgb(12, 118, 237); "></div>
72<div style="position: absolute; left: 0px; top: 28%; width: 100%; height: 73%; z-index: -1; background-color: rgb(12, 116, 235); "></div>
73<div style="position: absolute; left: 0px; top: 30%; width: 100%; height: 71%; z-index: -1; background-color: rgb(11, 115, 234); "></div>
74<div style="position: absolute; left: 0px; top: 32%; width: 100%; height: 69%; z-index: -1; background-color: rgb(11, 114, 233); "></div>
75<div style="position: absolute; left: 0px; top: 34%; width: 100%; height: 67%; z-index: -1; background-color: rgb(11, 112, 231); "></div>
76<div style="position: absolute; left: 0px; top: 36%; width: 100%; height: 65%; z-index: -1; background-color: rgb(10, 111, 230); "></div>
77<div style="position: absolute; left: 0px; top: 38%; width: 100%; height: 63%; z-index: -1; background-color: rgb(10, 110, 229); "></div>
78<div style="position: absolute; left: 0px; top: 40%; width: 100%; height: 61%; z-index: -1; background-color: rgb(10, 108, 227); "></div>
79<div style="position: absolute; left: 0px; top: 42%; width: 100%; height: 59%; z-index: -1; background-color: rgb(9, 107, 226); "></div>
80<div style="position: absolute; left: 0px; top: 44%; width: 100%; height: 57%; z-index: -1; background-color: rgb(9, 106, 225); "></div>
81<div style="position: absolute; left: 0px; top: 46%; width: 100%; height: 55%; z-index: -1; background-color: rgb(9, 104, 223); "></div>
82<div style="position: absolute; left: 0px; top: 48%; width: 100%; height: 53%; z-index: -1; background-color: rgb(8, 103, 222); "></div>
83<div style="position: absolute; left: 0px; top: 50%; width: 100%; height: 51%; z-index: -1; background-color: rgb(8, 102, 221); "></div>
84<div style="position: absolute; left: 0px; top: 52%; width: 100%; height: 49%; z-index: -1; background-color: rgb(8, 100, 219); "></div>
85<div style="position: absolute; left: 0px; top: 54%; width: 100%; height: 47%; z-index: -1; background-color: rgb(7, 99, 218); "></div>
86<div style="position: absolute; left: 0px; top: 56%; width: 100%; height: 45%; z-index: -1; background-color: rgb(7, 97, 216); "></div>
87<div style="position: absolute; left: 0px; top: 58%; width: 100%; height: 43%; z-index: -1; background-color: rgb(7, 96, 215); "></div>
88<div style="position: absolute; left: 0px; top: 60%; width: 100%; height: 41%; z-index: -1; background-color: rgb(6, 95, 214); "></div>
89<div style="position: absolute; left: 0px; top: 62%; width: 100%; height: 39%; z-index: -1; background-color: rgb(6, 93, 212); "></div>
90<div style="position: absolute; left: 0px; top: 64%; width: 100%; height: 37%; z-index: -1; background-color: rgb(6, 92, 211); "></div>
91<div style="position: absolute; left: 0px; top: 66%; width: 100%; height: 35%; z-index: -1; background-color: rgb(5, 91, 210); "></div>
92<div style="position: absolute; left: 0px; top: 68%; width: 100%; height: 33%; z-index: -1; background-color: rgb(5, 89, 208); "></div>
93<div style="position: absolute; left: 0px; top: 70%; width: 100%; height: 31%; z-index: -1; background-color: rgb(5, 88, 207); "></div>
94<div style="position: absolute; left: 0px; top: 72%; width: 100%; height: 29%; z-index: -1; background-color: rgb(4, 87, 206); "></div>
95<div style="position: absolute; left: 0px; top: 74%; width: 100%; height: 27%; z-index: -1; background-color: rgb(4, 85, 204); "></div>
96<div style="position: absolute; left: 0px; top: 76%; width: 100%; height: 25%; z-index: -1; background-color: rgb(4, 84, 203); "></div>
97<div style="position: absolute; left: 0px; top: 78%; width: 100%; height: 23%; z-index: -1; background-color: rgb(3, 82, 201); "></div>
98<div style="position: absolute; left: 0px; top: 80%; width: 100%; height: 21%; z-index: -1; background-color: rgb(3, 81, 200); "></div>
99<div style="position: absolute; left: 0px; top: 82%; width: 100%; height: 19%; z-index: -1; background-color: rgb(3, 80, 199); "></div>
100<div style="position: absolute; left: 0px; top: 84%; width: 100%; height: 17%; z-index: -1; background-color: rgb(2, 78, 197); "></div>
101<div style="position: absolute; left: 0px; top: 86%; width: 100%; height: 15%; z-index: -1; background-color: rgb(2, 77, 196); "></div>
102<div style="position: absolute; left: 0px; top: 88%; width: 100%; height: 13%; z-index: -1; background-color: rgb(2, 76, 195); "></div>
103<div style="position: absolute; left: 0px; top: 90%; width: 100%; height: 11%; z-index: -1; background-color: rgb(1, 74, 193); "></div>
104<div style="position: absolute; left: 0px; top: 92%; width: 100%; height: 9%; z-index: -1; background-color: rgb(1, 73, 192); "></div>
105<div style="position: absolute; left: 0px; top: 94%; width: 100%; height: 7%; z-index: -1; background-color: rgb(1, 72, 191); "></div>
106<div style="position: absolute; left: 0px; top: 96%; width: 100%; height: 5%; z-index: -1; background-color: rgb(0, 70, 189); "></div>
107<div style="position: absolute; left: 0px; top: 98%; width: 100%; height: 3%; z-index: -1; background-color: rgb(0, 69, 188); "></div>
108<div style="position: absolute; left: 0px; top: 100%; width: 100%; height: 1%; z-index: -1; background-color: rgb(0, 68, 187); "></div>
109</div>
110<script type="text/javascript">
111 function init_tm1() {
112 var tm_args = {"Tips":{"offsetY":20,"allow":1,"offsetX":20},"selectPathOnHover":1,"rootId":"infovis1","titleHeight":0,"addLeftClickHandler":1,"offset":0,"Color":{"maxColorValue":[255,0,50],"minValue":0,"maxValue":11,"allow":1,"minColorValue":[0,255,50]}};
113
114 //This method is invoked when a DOM element is created.
115 //Its useful to set DOM event handlers here or manipulate
116 //the DOM Treemap nodes.
117 tm_args.onCreateElement = function(content, tree, isLeaf, leaf){
118 //Add background image for cushion effect
119 if(isLeaf) {
120 var style = leaf.style,
121 width = parseInt(style.width) - 2,
122 height = parseInt(style.height) - 2;
123 // don't add gradient if too small to be worth the cost
124 if (width < 10 || height < 10) { // is narrow
125 if (width < 50 && height < 50) // is small
126 return;
127 }
128 leaf.innerHTML = tree.name +
129 "<img src=\"js/jit/gradient-cushion1.png\" " +
130 " style=\"position:absolute;top:0;left:0;width:" +
131 width+"px;height:" + height+"px;\" />";
132 style.width = width + "px";
133 style.height = height + "px";
134 }
135 };
136
137 // add content to the tooltip when a node is hovered
138 // move to separate function later
139 tm_args.Tips.onShow = function(tip, node, isLeaf, domElement) {
140 tip.innerHTML = node.data.tip;
141 };
142
143 TM.Squarified.implement({
144 'onLeftClick': function(elem) { // zoom in one level
145 //if is leaf
146 var node = TreeUtil.getSubtree(this.tree, elem.parentNode.id);
147 if(node.children && node.children.length == 0) {
148 var oldparent = node, newparent = node;
149 while(newparent.id != this.shownTree.id) {
150 oldparent = newparent;
151 newparent = TreeUtil.getParent(this.tree, newparent.id);
152 }
153 this.view(oldparent.id);
154 } else {
155 this.enter(elem);
156 }
157 }
158 });
159
160 TM.Squarified.implement({
161 createBox: function(json, coord, html) {
162 if((coord.width * coord.height > 1) && json.data.$area > 0) {
163 if(!this.leaf(json))
164 var box = this.headBox(json, coord) + this.bodyBox(html, coord);
165 else
166 var box = this.leafBox(json, coord);
167 return this.contentBox(json, coord, box);
168 } else {
169 return ""; //return empty string
170 }
171 }
172 });
173
174 var tm1 = new TM.Squarified(tm_args);
175
176 var json = {"name":"Treemap of subroutine exclusive time","children":[{"name":"YAML","children":[{"name":"::XS","children":[{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>YAML::XS::BEGIN@101</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":8.03e-05,"subname":"YAML::XS::BEGIN@101","$color":0,"excl_time":3.41999999999511e-05,"$area":3.41999999999511e-05},"id":"4-YAML::XS::BEGIN@101"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>YAML::XS::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.35e-05,"subname":"YAML::XS::BEGIN@6","$color":0,"excl_time":9.69999999998727e-06,"$area":9.69999999998727e-06},"id":"5-YAML::XS::BEGIN@6"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>YAML::XS::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"YAML::XS::BEGIN@56","$color":0,"excl_time":1.4499999999954e-05,"$area":1.4499999999954e-05},"id":"6-YAML::XS::BEGIN@56"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>YAML::XS::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 669&micro;s, 0.00%<br />Exclusive time: 229&micro;s, 0.00%</p>","incl_time":0.0006687,"subname":"YAML::XS::BEGIN@19","$color":0,"excl_time":0.000228799999999618,"$area":0.000228799999999618},"id":"7-YAML::XS::BEGIN@19"},{"name":"::LibYAML","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.99e-05,"subname":"YAML::XS::LibYAML::BEGIN@8","$color":2,"excl_time":6.60000000012265e-06,"$area":6.60000000012265e-06},"id":"9-YAML::XS::LibYAML::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"YAML::XS::LibYAML::BEGIN@4","$color":2,"excl_time":6.60000000004951e-06,"$area":6.60000000004951e-06},"id":"10-YAML::XS::LibYAML::BEGIN@4"},{"name":"Dump","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::Dump</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 223ms, 0.31%</p>","incl_time":0.223143,"subname":"YAML::XS::LibYAML::Dump","$color":2,"excl_time":0.223143,"$area":0.223143},"id":"11-YAML::XS::LibYAML::Dump"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"YAML::XS::LibYAML::BEGIN@3","$color":2,"excl_time":7.59999999997787e-06,"$area":7.59999999997787e-06},"id":"12-YAML::XS::LibYAML::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"YAML::XS::LibYAML::BEGIN@6","$color":2,"excl_time":8.09999999993099e-06,"$area":8.09999999993099e-06},"id":"13-YAML::XS::LibYAML::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"YAML::XS::LibYAML::BEGIN@2","$color":2,"excl_time":1.89e-05,"$area":1.89e-05},"id":"14-YAML::XS::LibYAML::BEGIN@2"}],"data":{"$area":0.2231908},"id":"n8"}],"data":{"$area":0.223478},"id":"n3"}],"data":{"$area":0.223478},"id":"n2"},{"name":"Internals","children":[{"name":"SvREADONLY","children":[],"data":{"tip":"<p><b>Internals::SvREADONLY</b></p><p><br />Called 203 times from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%</p>","incl_time":0.0001489,"subname":"Internals::SvREADONLY","$color":4,"excl_time":0.0001489,"$area":0.0001489},"id":"16-Internals::SvREADONLY"}],"data":{"$area":0.0001489},"id":"n15"},{"name":"Storable","children":[{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>Storable::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 168&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001676,"subname":"Storable::BEGIN@51","$color":6,"excl_time":9.60000000000159e-06,"$area":9.60000000000159e-06},"id":"18-Storable::BEGIN@51"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Storable::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%</p>","incl_time":8.05e-05,"subname":"Storable::BEGIN@26","$color":6,"excl_time":8.05e-05,"$area":8.05e-05},"id":"19-Storable::BEGIN@26"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Storable::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"Storable::BEGIN@22","$color":6,"excl_time":1.35999999999989e-05,"$area":1.35999999999989e-05},"id":"20-Storable::BEGIN@22"}],"data":{"$area":0.0001037},"id":"n17"},{"name":"aliased","children":[{"name":"_make_alias","children":[],"data":{"tip":"<p><b>aliased::_make_alias</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 217&micro;s, 0.00%<br />Exclusive time: 151&micro;s, 0.00%</p>","incl_time":0.0002174,"subname":"aliased::_make_alias","$color":8,"excl_time":0.000151400000000101,"$area":0.000151400000000101},"id":"22-aliased::_make_alias"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>aliased::CORE:subst</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"aliased::CORE:subst","$color":8,"excl_time":2.71e-05,"$area":2.71e-05},"id":"23-aliased::CORE:subst"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>aliased::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"aliased::BEGIN@8","$color":8,"excl_time":1.38999999999807e-05,"$area":1.38999999999807e-05},"id":"24-aliased::BEGIN@8"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>aliased::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"aliased::BEGIN@35","$color":8,"excl_time":8.69999999998975e-06,"$area":8.69999999998975e-06},"id":"25-aliased::BEGIN@35"},{"name":"import","children":[],"data":{"tip":"<p><b>aliased::import</b></p><p><br />Called 10 times from 10 places in 4 files<br />Inclusive time: 107ms, 0.15%<br />Exclusive time: 105&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 216ms</p>","incl_time":0.1067154,"subname":"aliased::import","$color":8,"excl_time":0.000104799999999995,"$area":0.000104799999999995},"id":"26-aliased::import"},{"name":"_get_alias","children":[],"data":{"tip":"<p><b>aliased::_get_alias</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":6.6e-05,"subname":"aliased::_get_alias","$color":8,"excl_time":3.89000000000534e-05,"$area":3.89000000000534e-05},"id":"27-aliased::_get_alias"},{"name":"_load_alias","children":[],"data":{"tip":"<p><b>aliased::_load_alias</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 107ms, 0.15%<br />Exclusive time: 637&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 216ms</p>","incl_time":0.1066214,"subname":"aliased::_load_alias","$color":8,"excl_time":0.000637200000000136,"$area":0.000637200000000136},"id":"28-aliased::_load_alias"}],"data":{"$area":0.000982000000000255},"id":"n21"},{"name":"Bio","children":[{"name":"::Phylo","children":[{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.54ms, 0.00%<br />Exclusive time: 3.23ms, 0.00%</p>","incl_time":0.0035442,"subname":"Bio::Phylo::BEGIN@18","$color":10,"excl_time":0.00322980000000073,"$area":0.00322980000000073},"id":"31-Bio::Phylo::BEGIN@18"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.41ms, 0.00%<br />Exclusive time: 1.79ms, 0.00%</p>","incl_time":0.0024143,"subname":"Bio::Phylo::BEGIN@14","$color":10,"excl_time":0.00179330000000024,"$area":0.00179330000000024},"id":"32-Bio::Phylo::BEGIN@14"},{"name":"BEGIN@874","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@874</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Bio::Phylo::BEGIN@874","$color":10,"excl_time":1.19999999998151e-05,"$area":1.19999999998151e-05},"id":"33-Bio::Phylo::BEGIN@874"},{"name":"BEGIN@867","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@867</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"Bio::Phylo::BEGIN@867","$color":10,"excl_time":1.23000000001759e-05,"$area":1.23000000001759e-05},"id":"34-Bio::Phylo::BEGIN@867"},{"name":"BEGIN@895","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@895</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Bio::Phylo::BEGIN@895","$color":10,"excl_time":7.89999999979471e-06,"$area":7.89999999979471e-06},"id":"35-Bio::Phylo::BEGIN@895"},{"name":"import","children":[],"data":{"tip":"<p><b>Bio::Phylo::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Bio::Phylo::import","$color":10,"excl_time":7.5e-06,"$area":7.5e-06},"id":"36-Bio::Phylo::import"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Bio::Phylo::BEGIN@15","$color":10,"excl_time":1.06000000000018e-05,"$area":1.06000000000018e-05},"id":"37-Bio::Phylo::BEGIN@15"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>Bio::Phylo::CORE:substcont</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Bio::Phylo::CORE:substcont","$color":10,"excl_time":5.1e-06,"$area":5.1e-06},"id":"38-Bio::Phylo::CORE:substcont"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.68ms, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0046789,"subname":"Bio::Phylo::BEGIN@3","$color":10,"excl_time":6.90000000021316e-06,"$area":6.90000000021316e-06},"id":"39-Bio::Phylo::BEGIN@3"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Bio::Phylo::BEGIN@16","$color":10,"excl_time":1.24000000001875e-05,"$area":1.24000000001875e-05},"id":"40-Bio::Phylo::BEGIN@16"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"Bio::Phylo::BEGIN@10","$color":10,"excl_time":8.79999999987335e-06,"$area":8.79999999987335e-06},"id":"41-Bio::Phylo::BEGIN@10"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"Bio::Phylo::BEGIN@17","$color":10,"excl_time":7.70000000001313e-06,"$area":7.70000000001313e-06},"id":"42-Bio::Phylo::BEGIN@17"},{"name":"get_logger","children":[],"data":{"tip":"<p><b>Bio::Phylo::get_logger</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Bio::Phylo::get_logger","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"43-Bio::Phylo::get_logger"},{"name":"BEGIN@897","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@897</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Bio::Phylo::BEGIN@897","$color":10,"excl_time":6.7999999998841e-06,"$area":6.7999999998841e-06},"id":"44-Bio::Phylo::BEGIN@897"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Bio::Phylo::CORE:subst</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Bio::Phylo::CORE:subst","$color":10,"excl_time":6.4e-06,"$area":6.4e-06},"id":"45-Bio::Phylo::CORE:subst"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Bio::Phylo::BEGIN@2","$color":10,"excl_time":1.34999999998142e-05,"$area":1.34999999998142e-05},"id":"46-Bio::Phylo::BEGIN@2"},{"name":"BEGIN@842","children":[],"data":{"tip":"<p><b>Bio::Phylo::BEGIN@842</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.39e-05,"subname":"Bio::Phylo::BEGIN@842","$color":10,"excl_time":2.24999999998742e-05,"$area":2.24999999998742e-05},"id":"47-Bio::Phylo::BEGIN@842"},{"name":"::Identifiable","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::Identifiable::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.19ms, 0.01%<br />Exclusive time: 1000&micro;s, 0.00%</p>","incl_time":0.0041857,"subname":"Bio::Phylo::Identifiable::BEGIN@3","$color":1,"excl_time":0.000999899999999762,"$area":0.000999899999999762},"id":"49-Bio::Phylo::Identifiable::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Identifiable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 200&micro;s, 0.00%<br />Exclusive time: 182&micro;s, 0.00%</p>","incl_time":0.0001995,"subname":"Bio::Phylo::Identifiable::BEGIN@2","$color":1,"excl_time":0.000181899999999938,"$area":0.000181899999999938},"id":"50-Bio::Phylo::Identifiable::BEGIN@2"}],"data":{"$area":0.0011817999999997},"id":"n48"},{"name":"::IO","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"Bio::Phylo::IO::BEGIN@6","$color":3,"excl_time":9.10000000015203e-06,"$area":9.10000000015203e-06},"id":"52-Bio::Phylo::IO::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Bio::Phylo::IO::BEGIN@2","$color":3,"excl_time":1.57999999998151e-05,"$area":1.57999999998151e-05},"id":"53-Bio::Phylo::IO::BEGIN@2"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 148&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001479,"subname":"Bio::Phylo::IO::BEGIN@7","$color":3,"excl_time":1.71999999998499e-05,"$area":1.71999999998499e-05},"id":"54-Bio::Phylo::IO::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.64e-05,"subname":"Bio::Phylo::IO::BEGIN@3","$color":3,"excl_time":9.99999999980147e-06,"$area":9.99999999980147e-06},"id":"55-Bio::Phylo::IO::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.3ms, 0.02%<br />Exclusive time: 3.96ms, 0.01%</p>","incl_time":0.0153478,"subname":"Bio::Phylo::IO::BEGIN@4","$color":3,"excl_time":0.00396460000000041,"$area":0.00396460000000041},"id":"56-Bio::Phylo::IO::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Bio::Phylo::IO::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 640&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0006397,"subname":"Bio::Phylo::IO::BEGIN@5","$color":3,"excl_time":1.1400000000196e-05,"$area":1.1400000000196e-05},"id":"57-Bio::Phylo::IO::BEGIN@5"}],"data":{"$area":0.00402810000000022},"id":"n51"},{"name":"::Util","children":[{"name":"::StackTrace","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::StackTrace::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Bio::Phylo::Util::StackTrace::BEGIN@2","$color":5,"excl_time":1.33999999999557e-05,"$area":1.33999999999557e-05},"id":"60-Bio::Phylo::Util::StackTrace::BEGIN@2"}],"data":{"$area":1.33999999999557e-05},"id":"n59"},{"name":"::IDPool","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::IDPool::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Bio::Phylo::Util::IDPool::BEGIN@2","$color":7,"excl_time":1.32999999998142e-05,"$area":1.32999999998142e-05},"id":"62-Bio::Phylo::Util::IDPool::BEGIN@2"}],"data":{"$area":1.32999999998142e-05},"id":"n61"},{"name":"::Exceptions","children":[{"name":"::ObjectMismatch","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::ObjectMismatch::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Bio::Phylo::Util::Exceptions::ObjectMismatch::description","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"65-Bio::Phylo::Util::Exceptions::ObjectMismatch::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::ObjectMismatch::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Bio::Phylo::Util::Exceptions::ObjectMismatch::BEGIN@2","$color":9,"excl_time":9.90000000017241e-06,"$area":9.90000000017241e-06},"id":"66-Bio::Phylo::Util::Exceptions::ObjectMismatch::BEGIN@2"}],"data":{"$area":1.29000000001724e-05},"id":"n64"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.1e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@3","$color":0,"excl_time":7.50000000000589e-06,"$area":7.50000000000589e-06},"id":"67-Bio::Phylo::Util::Exceptions::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@5","$color":0,"excl_time":8.20000000006352e-06,"$area":8.20000000006352e-06},"id":"68-Bio::Phylo::Util::Exceptions::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@2","$color":0,"excl_time":1.31999999998142e-05,"$area":1.31999999998142e-05},"id":"69-Bio::Phylo::Util::Exceptions::BEGIN@2"},{"name":"_make_exceptions","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::_make_exceptions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.55ms, 0.00%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0025531,"subname":"Bio::Phylo::Util::Exceptions::_make_exceptions","$color":0,"excl_time":0.00194709999999967,"$area":0.00194709999999967},"id":"70-Bio::Phylo::Util::Exceptions::_make_exceptions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@6","$color":0,"excl_time":1.33999999997831e-05,"$area":1.33999999997831e-05},"id":"71-Bio::Phylo::Util::Exceptions::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 414&micro;s, 0.00%<br />Exclusive time: 394&micro;s, 0.00%</p>","incl_time":0.0004145,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@4","$color":0,"excl_time":0.00039360000000001,"$area":0.00039360000000001},"id":"72-Bio::Phylo::Util::Exceptions::BEGIN@4"},{"name":"::FileError","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::FileError::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Bio::Phylo::Util::Exceptions::FileError::description","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"74-Bio::Phylo::Util::Exceptions::FileError::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::FileError::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Bio::Phylo::Util::Exceptions::FileError::BEGIN@2","$color":2,"excl_time":9.3999999998681e-06,"$area":9.3999999998681e-06},"id":"75-Bio::Phylo::Util::Exceptions::FileError::BEGIN@2"}],"data":{"$area":1.20999999998681e-05},"id":"n73"},{"name":"::ExtensionError","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::ExtensionError::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Bio::Phylo::Util::Exceptions::ExtensionError::BEGIN@2","$color":4,"excl_time":9.30000000007864e-06,"$area":9.30000000007864e-06},"id":"77-Bio::Phylo::Util::Exceptions::ExtensionError::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::ExtensionError::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::ExtensionError::description","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"78-Bio::Phylo::Util::Exceptions::ExtensionError::description"}],"data":{"$area":1.21000000000786e-05},"id":"n76"},{"name":"::API","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::API::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Bio::Phylo::Util::Exceptions::API::description","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"80-Bio::Phylo::Util::Exceptions::API::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::API::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"Bio::Phylo::Util::Exceptions::API::BEGIN@2","$color":6,"excl_time":1.67000000001317e-05,"$area":1.67000000001317e-05},"id":"81-Bio::Phylo::Util::Exceptions::API::BEGIN@2"}],"data":{"$area":1.97000000001317e-05},"id":"n79"},{"name":"::Deprecated","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::Deprecated::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Bio::Phylo::Util::Exceptions::Deprecated::description","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"83-Bio::Phylo::Util::Exceptions::Deprecated::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::Deprecated::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Bio::Phylo::Util::Exceptions::Deprecated::BEGIN@2","$color":8,"excl_time":9.29999999991498e-06,"$area":9.29999999991498e-06},"id":"84-Bio::Phylo::Util::Exceptions::Deprecated::BEGIN@2"}],"data":{"$area":1.1999999999915e-05},"id":"n82"},{"name":"::BadArgs","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadArgs::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Bio::Phylo::Util::Exceptions::BadArgs::BEGIN@2","$color":10,"excl_time":9.00000000019542e-06,"$area":9.00000000019542e-06},"id":"86-Bio::Phylo::Util::Exceptions::BadArgs::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadArgs::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Bio::Phylo::Util::Exceptions::BadArgs::description","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"87-Bio::Phylo::Util::Exceptions::BadArgs::description"}],"data":{"$area":1.17000000001954e-05},"id":"n85"},{"name":"::NotImplemented","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::NotImplemented::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Bio::Phylo::Util::Exceptions::NotImplemented::BEGIN@2","$color":1,"excl_time":9.20000000019892e-06,"$area":9.20000000019892e-06},"id":"89-Bio::Phylo::Util::Exceptions::NotImplemented::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::NotImplemented::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Bio::Phylo::Util::Exceptions::NotImplemented::description","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"90-Bio::Phylo::Util::Exceptions::NotImplemented::description"}],"data":{"$area":1.18000000001989e-05},"id":"n88"},{"name":"::BadFormat","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadFormat::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"Bio::Phylo::Util::Exceptions::BadFormat::BEGIN@2","$color":3,"excl_time":1.3100000000113e-05,"$area":1.3100000000113e-05},"id":"92-Bio::Phylo::Util::Exceptions::BadFormat::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadFormat::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Bio::Phylo::Util::Exceptions::BadFormat::description","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"93-Bio::Phylo::Util::Exceptions::BadFormat::description"}],"data":{"$area":1.6000000000113e-05},"id":"n91"},{"name":"::BadNumber","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadNumber::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Bio::Phylo::Util::Exceptions::BadNumber::BEGIN@2","$color":5,"excl_time":1.03999999999167e-05,"$area":1.03999999999167e-05},"id":"95-Bio::Phylo::Util::Exceptions::BadNumber::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadNumber::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Bio::Phylo::Util::Exceptions::BadNumber::description","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"96-Bio::Phylo::Util::Exceptions::BadNumber::description"}],"data":{"$area":1.30999999999167e-05},"id":"n94"},{"name":"::BadString","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadString::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"Bio::Phylo::Util::Exceptions::BadString::BEGIN@2","$color":7,"excl_time":1.27999999998221e-05,"$area":1.27999999998221e-05},"id":"98-Bio::Phylo::Util::Exceptions::BadString::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::BadString::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::BadString::description","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"99-Bio::Phylo::Util::Exceptions::BadString::description"}],"data":{"$area":1.55999999998221e-05},"id":"n97"},{"name":"::UnknownMethod","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::UnknownMethod::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::UnknownMethod::description","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"101-Bio::Phylo::Util::Exceptions::UnknownMethod::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::UnknownMethod::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Bio::Phylo::Util::Exceptions::UnknownMethod::BEGIN@2","$color":9,"excl_time":1.00000000001494e-05,"$area":1.00000000001494e-05},"id":"102-Bio::Phylo::Util::Exceptions::UnknownMethod::BEGIN@2"}],"data":{"$area":1.28000000001494e-05},"id":"n100"},{"name":"::System","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::System::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Bio::Phylo::Util::Exceptions::System::description","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"104-Bio::Phylo::Util::Exceptions::System::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::System::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"Bio::Phylo::Util::Exceptions::System::BEGIN@2","$color":0,"excl_time":1.49000000000131e-05,"$area":1.49000000000131e-05},"id":"105-Bio::Phylo::Util::Exceptions::System::BEGIN@2"}],"data":{"$area":1.94000000000131e-05},"id":"n103"},{"name":"::NetworkError","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::NetworkError::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::NetworkError::description","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"107-Bio::Phylo::Util::Exceptions::NetworkError::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::NetworkError::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Bio::Phylo::Util::Exceptions::NetworkError::BEGIN@2","$color":2,"excl_time":9.30000000012553e-06,"$area":9.30000000012553e-06},"id":"108-Bio::Phylo::Util::Exceptions::NetworkError::BEGIN@2"}],"data":{"$area":1.21000000001255e-05},"id":"n106"},{"name":"::InvalidData","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::InvalidData::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"Bio::Phylo::Util::Exceptions::InvalidData::BEGIN@2","$color":4,"excl_time":9.8999999998681e-06,"$area":9.8999999998681e-06},"id":"110-Bio::Phylo::Util::Exceptions::InvalidData::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::InvalidData::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::InvalidData::description","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"111-Bio::Phylo::Util::Exceptions::InvalidData::description"}],"data":{"$area":1.26999999998681e-05},"id":"n109"},{"name":"::OutOfBounds","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2","$color":6,"excl_time":9.39999999993886e-06,"$area":9.39999999993886e-06},"id":"113-Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2"},{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::OutOfBounds::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Bio::Phylo::Util::Exceptions::OutOfBounds::description","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"114-Bio::Phylo::Util::Exceptions::OutOfBounds::description"}],"data":{"$area":1.21999999999389e-05},"id":"n112"},{"name":"::Generic","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::Generic::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Bio::Phylo::Util::Exceptions::Generic::description","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"116-Bio::Phylo::Util::Exceptions::Generic::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::Generic::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Bio::Phylo::Util::Exceptions::Generic::BEGIN@2","$color":8,"excl_time":9.1999999998681e-06,"$area":9.1999999998681e-06},"id":"117-Bio::Phylo::Util::Exceptions::Generic::BEGIN@2"}],"data":{"$area":1.20999999998681e-05},"id":"n115"},{"name":"::OddHash","children":[{"name":"description","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::OddHash::description</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Bio::Phylo::Util::Exceptions::OddHash::description","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"119-Bio::Phylo::Util::Exceptions::OddHash::description"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Exceptions::OddHash::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"Bio::Phylo::Util::Exceptions::OddHash::BEGIN@2","$color":10,"excl_time":9.2999999998681e-06,"$area":9.2999999998681e-06},"id":"120-Bio::Phylo::Util::Exceptions::OddHash::BEGIN@2"}],"data":{"$area":1.19999999998681e-05},"id":"n118"}],"data":{"$area":0.00261329999999959},"id":"n63"},{"name":"::CONSTANT","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::CONSTANT::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.94e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@3","$color":1,"excl_time":6.99999999998201e-06,"$area":6.99999999998201e-06},"id":"122-Bio::Phylo::Util::CONSTANT::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::CONSTANT::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%</p>","incl_time":4.94e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@7","$color":1,"excl_time":4.94e-05,"$area":4.94e-05},"id":"123-Bio::Phylo::Util::CONSTANT::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::CONSTANT::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@4","$color":1,"excl_time":7.30000000017416e-06,"$area":7.30000000017416e-06},"id":"124-Bio::Phylo::Util::CONSTANT::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::CONSTANT::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@5","$color":1,"excl_time":6.69999999986897e-06,"$area":6.69999999986897e-06},"id":"125-Bio::Phylo::Util::CONSTANT::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::CONSTANT::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@2","$color":1,"excl_time":1.58999999998381e-05,"$area":1.58999999998381e-05},"id":"126-Bio::Phylo::Util::CONSTANT::BEGIN@2"}],"data":{"$area":8.62999999998632e-05},"id":"n121"},{"name":"::Logger","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@13","$color":3,"excl_time":2.64999999998699e-05,"$area":2.64999999998699e-05},"id":"128-Bio::Phylo::Util::Logger::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@2","$color":3,"excl_time":2.12999999999089e-05,"$area":2.12999999999089e-05},"id":"129-Bio::Phylo::Util::Logger::BEGIN@2"},{"name":"new","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Bio::Phylo::Util::Logger::new","$color":3,"excl_time":1.26e-05,"$area":1.26e-05},"id":"130-Bio::Phylo::Util::Logger::new"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::CORE:subst</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Bio::Phylo::Util::Logger::CORE:subst","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"131-Bio::Phylo::Util::Logger::CORE:subst"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 90&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.01e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@3","$color":3,"excl_time":8.90000000010754e-06,"$area":8.90000000010754e-06},"id":"132-Bio::Phylo::Util::Logger::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@8","$color":3,"excl_time":8.00000000015028e-06,"$area":8.00000000015028e-06},"id":"133-Bio::Phylo::Util::Logger::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@7","$color":3,"excl_time":7.19999999992374e-06,"$area":7.19999999992374e-06},"id":"134-Bio::Phylo::Util::Logger::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@4","$color":3,"excl_time":1.31999999997903e-05,"$area":1.31999999997903e-05},"id":"135-Bio::Phylo::Util::Logger::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Bio::Phylo::Util::Logger::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@9","$color":3,"excl_time":1.36000000000061e-05,"$area":1.36000000000061e-05},"id":"136-Bio::Phylo::Util::Logger::BEGIN@9"}],"data":{"$area":0.000115099999999757},"id":"n127"}],"data":{"$area":0.00284139999999898},"id":"n58"},{"name":"::Mediators","children":[{"name":"::TaxaMediator","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Bio::Phylo::Mediators::TaxaMediator::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@4","$color":5,"excl_time":8.90000000007164e-06,"$area":8.90000000007164e-06},"id":"139-Bio::Phylo::Mediators::TaxaMediator::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Bio::Phylo::Mediators::TaxaMediator::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@5","$color":5,"excl_time":8.79999999979646e-06,"$area":8.79999999979646e-06},"id":"140-Bio::Phylo::Mediators::TaxaMediator::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Bio::Phylo::Mediators::TaxaMediator::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 358&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003585,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@6","$color":5,"excl_time":7.69999999990451e-06,"$area":7.69999999990451e-06},"id":"141-Bio::Phylo::Mediators::TaxaMediator::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Bio::Phylo::Mediators::TaxaMediator::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@3","$color":5,"excl_time":8.59999999992374e-06,"$area":8.59999999992374e-06},"id":"142-Bio::Phylo::Mediators::TaxaMediator::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Bio::Phylo::Mediators::TaxaMediator::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@2","$color":5,"excl_time":1.55000000001415e-05,"$area":1.55000000001415e-05},"id":"143-Bio::Phylo::Mediators::TaxaMediator::BEGIN@2"}],"data":{"$area":4.94999999998379e-05},"id":"n138"}],"data":{"$area":4.94999999998379e-05},"id":"n137"}],"data":{"$area":0.0132673999999994},"id":"n30"}],"data":{"$area":0.0132673999999994},"id":"n29"},{"name":"Symbol","children":[{"name":"BEGIN@81","children":[],"data":{"tip":"<p><b>Symbol::BEGIN@81</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Symbol::BEGIN@81","$color":7,"excl_time":1.88e-05,"$area":1.88e-05},"id":"145-Symbol::BEGIN@81"},{"name":"gensym","children":[],"data":{"tip":"<p><b>Symbol::gensym</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Symbol::gensym","$color":7,"excl_time":1.18e-05,"$area":1.18e-05},"id":"146-Symbol::gensym"}],"data":{"$area":3.06e-05},"id":"n144"},{"name":"Set","children":[{"name":"::Object","children":[{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Set::Object::DESTROY</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"Set::Object::DESTROY","$color":9,"excl_time":2.71e-05,"$area":2.71e-05},"id":"149-Set::Object::DESTROY"},{"name":"new","children":[],"data":{"tip":"<p><b>Set::Object::new</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 153&micro;s, 0.00%</p>","incl_time":0.0001529,"subname":"Set::Object::new","$color":9,"excl_time":0.0001529,"$area":0.0001529},"id":"150-Set::Object::new"},{"name":"weaken","children":[],"data":{"tip":"<p><b>Set::Object::weaken</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Set::Object::weaken","$color":9,"excl_time":1.44000000000955e-05,"$area":1.44000000000955e-05},"id":"151-Set::Object::weaken"},{"name":"BEGIN@497","children":[],"data":{"tip":"<p><b>Set::Object::BEGIN@497</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Set::Object::BEGIN@497","$color":9,"excl_time":1.82000000002123e-05,"$area":1.82000000002123e-05},"id":"152-Set::Object::BEGIN@497"},{"name":"size","children":[],"data":{"tip":"<p><b>Set::Object::size</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Set::Object::size","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"153-Set::Object::size"},{"name":"insert","children":[],"data":{"tip":"<p><b>Set::Object::insert</b></p><p><br />Called 6 times from 3 places in 3 files<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Set::Object::insert","$color":9,"excl_time":2.99e-05,"$area":2.99e-05},"id":"154-Set::Object::insert"},{"name":"remove","children":[],"data":{"tip":"<p><b>Set::Object::remove</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Set::Object::remove","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"155-Set::Object::remove"},{"name":"BEGIN@498","children":[],"data":{"tip":"<p><b>Set::Object::BEGIN@498</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Set::Object::BEGIN@498","$color":9,"excl_time":1.03999999998096e-05,"$area":1.03999999998096e-05},"id":"156-Set::Object::BEGIN@498"},{"name":"includes","children":[],"data":{"tip":"<p><b>Set::Object::includes</b></p><p><br />Called 4522 times from 1 place in 1 file<br />Inclusive time: 2.96ms, 0.00%</p>","incl_time":0.00295659999999986,"subname":"Set::Object::includes","$color":9,"excl_time":0.00295659999999986,"$area":0.00295659999999986},"id":"157-Set::Object::includes"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Set::Object::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 125&micro;s, 0.00%</p>","incl_time":0.0001248,"subname":"Set::Object::bootstrap","$color":9,"excl_time":0.0001248,"$area":0.0001248},"id":"158-Set::Object::bootstrap"},{"name":"BEGIN@499","children":[],"data":{"tip":"<p><b>Set::Object::BEGIN@499</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.08e-05,"subname":"Set::Object::BEGIN@499","$color":9,"excl_time":8.80000000021555e-06,"$area":8.80000000021555e-06},"id":"159-Set::Object::BEGIN@499"},{"name":"BEGIN@712","children":[],"data":{"tip":"<p><b>Set::Object::BEGIN@712</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001064,"subname":"Set::Object::BEGIN@712","$color":9,"excl_time":1.57000000001119e-05,"$area":1.57000000001119e-05},"id":"160-Set::Object::BEGIN@712"},{"name":"weak_pkg","children":[],"data":{"tip":"<p><b>Set::Object::weak_pkg</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Set::Object::weak_pkg","$color":9,"excl_time":1.7e-06,"$area":1.7e-06},"id":"161-Set::Object::weak_pkg"},{"name":"_weaken","children":[],"data":{"tip":"<p><b>Set::Object::_weaken</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Set::Object::_weaken","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"162-Set::Object::_weaken"},{"name":"::Weak","children":[{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Set::Object::Weak::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001144,"subname":"Set::Object::Weak::BEGIN@28","$color":0,"excl_time":2.3200000000042e-05,"$area":2.3200000000042e-05},"id":"164-Set::Object::Weak::BEGIN@28"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Set::Object::Weak::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Set::Object::Weak::BEGIN@31","$color":0,"excl_time":1.0799999999853e-05,"$area":1.0799999999853e-05},"id":"165-Set::Object::Weak::BEGIN@31"},{"name":"new","children":[],"data":{"tip":"<p><b>Set::Object::Weak::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001422,"subname":"Set::Object::Weak::new","$color":0,"excl_time":4.62999999992963e-05,"$area":4.62999999992963e-05},"id":"166-Set::Object::Weak::new"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Set::Object::Weak::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.3e-05,"subname":"Set::Object::Weak::BEGIN@32","$color":0,"excl_time":9.80000000002451e-06,"$area":9.80000000002451e-06},"id":"167-Set::Object::Weak::BEGIN@32"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Set::Object::Weak::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Set::Object::Weak::BEGIN@30","$color":0,"excl_time":7.5000000001229e-06,"$area":7.5000000001229e-06},"id":"168-Set::Object::Weak::BEGIN@30"}],"data":{"$area":9.75999999993387e-05},"id":"n163"},{"name":"::TieArray","children":[],"data":{"$area":0},"id":"n169"},{"name":"::TieHash","children":[],"data":{"$area":0},"id":"n170"}],"data":{"$area":0.00347099999999965},"id":"n148"}],"data":{"$area":0.00347099999999965},"id":"n147"},{"name":"Config","children":[{"name":"TIEHASH","children":[],"data":{"tip":"<p><b>Config::TIEHASH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Config::TIEHASH","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"172-Config::TIEHASH"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Config::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"Config::BEGIN@11","$color":6,"excl_time":7.90000000000232e-06,"$area":7.90000000000232e-06},"id":"173-Config::BEGIN@11"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Config::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Config::BEGIN@9","$color":6,"excl_time":1.50000000000028e-05,"$area":1.50000000000028e-05},"id":"174-Config::BEGIN@9"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Config::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.06e-05,"subname":"Config::BEGIN@45","$color":6,"excl_time":1.23000000000011e-05,"$area":1.23000000000011e-05},"id":"175-Config::BEGIN@45"},{"name":"FETCH","children":[],"data":{"tip":"<p><b>Config::FETCH</b></p><p><br />Called 10 times from 7 places in 3 files<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Config::FETCH","$color":6,"excl_time":2.65e-05,"$area":2.65e-05},"id":"176-Config::FETCH"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Config::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Config::BEGIN@10","$color":6,"excl_time":7.70000000000231e-06,"$area":7.70000000000231e-06},"id":"177-Config::BEGIN@10"},{"name":"import","children":[],"data":{"tip":"<p><b>Config::import</b></p><p><br />Called 5 times from 5 places in 5 files<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":5.99e-05,"subname":"Config::import","$color":6,"excl_time":5.99e-05,"$area":5.99e-05},"id":"178-Config::import"},{"name":"::General","children":[{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Config::General::BEGIN@29","$color":8,"excl_time":1.6700000000422e-05,"$area":1.6700000000422e-05},"id":"180-Config::General::BEGIN@29"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Config::General::CORE:regcomp</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Config::General::CORE:regcomp","$color":8,"excl_time":1.97e-05,"$area":1.97e-05},"id":"181-Config::General::CORE:regcomp"},{"name":"_blessvars","children":[],"data":{"tip":"<p><b>Config::General::_blessvars</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Config::General::_blessvars","$color":8,"excl_time":1.7e-06,"$area":1.7e-06},"id":"182-Config::General::_blessvars"},{"name":"_parse_value","children":[],"data":{"tip":"<p><b>Config::General::_parse_value</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Config::General::_parse_value","$color":8,"excl_time":1.29000000001407e-05,"$area":1.29000000001407e-05},"id":"183-Config::General::_parse_value"},{"name":"_splitpolicy","children":[],"data":{"tip":"<p><b>Config::General::_splitpolicy</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Config::General::_splitpolicy","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"184-Config::General::_splitpolicy"},{"name":"_open","children":[],"data":{"tip":"<p><b>Config::General::_open</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.00036,"subname":"Config::General::_open","$color":8,"excl_time":5.18000000016846e-05,"$area":5.18000000016846e-05},"id":"185-Config::General::_open"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.51ms, 0.00%<br />Exclusive time: 715&micro;s, 0.00%</p>","incl_time":0.0015132,"subname":"Config::General::BEGIN@20","$color":8,"excl_time":0.000714599999999573,"$area":0.000714599999999573},"id":"186-Config::General::BEGIN@20"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.02ms, 0.00%<br />Exclusive time: 760&micro;s, 0.00%</p>","incl_time":0.0020224,"subname":"Config::General::BEGIN@22","$color":8,"excl_time":0.000760000000000114,"$area":0.000760000000000114},"id":"187-Config::General::BEGIN@22"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Config::General::CORE:subst</b></p><p><br />Called 20 times from 6 places in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Config::General::CORE:subst","$color":8,"excl_time":2.35e-05,"$area":2.35e-05},"id":"188-Config::General::CORE:subst"},{"name":"CORE:ftis","children":[],"data":{"tip":"<p><b>Config::General::CORE:ftis</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Config::General::CORE:ftis","$color":8,"excl_time":1.4e-05,"$area":1.4e-05},"id":"189-Config::General::CORE:ftis"},{"name":"getall","children":[],"data":{"tip":"<p><b>Config::General::getall</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Config::General::getall","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"190-Config::General::getall"},{"name":"_prepare","children":[],"data":{"tip":"<p><b>Config::General::_prepare</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":4.52e-05,"subname":"Config::General::_prepare","$color":8,"excl_time":2.89999999998672e-05,"$area":2.89999999998672e-05},"id":"191-Config::General::_prepare"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Config::General::BEGIN@32","$color":8,"excl_time":8.89999999969019e-06,"$area":8.89999999969019e-06},"id":"192-Config::General::BEGIN@32"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Config::General::BEGIN@15","$color":8,"excl_time":1.6499999999862e-05,"$area":1.6499999999862e-05},"id":"193-Config::General::BEGIN@15"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.75ms, 0.00%<br />Exclusive time: 832&micro;s, 0.00%</p>","incl_time":0.0017545,"subname":"Config::General::BEGIN@17","$color":8,"excl_time":0.000831900000000004,"$area":0.000831900000000004},"id":"194-Config::General::BEGIN@17"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Config::General::CORE:match</b></p><p><br />Called 73 times from 15 places in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Config::General::CORE:match","$color":8,"excl_time":3.29e-05,"$area":3.29e-05},"id":"195-Config::General::CORE:match"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"Config::General::BEGIN@21","$color":8,"excl_time":1.07999999999237e-05,"$area":1.07999999999237e-05},"id":"196-Config::General::BEGIN@21"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.16e-05,"subname":"Config::General::BEGIN@38","$color":8,"excl_time":1.07000000001262e-05,"$area":1.07000000001262e-05},"id":"197-Config::General::BEGIN@38"},{"name":"_process","children":[],"data":{"tip":"<p><b>Config::General::_process</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 664&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.000663700000000001,"subname":"Config::General::_process","$color":8,"excl_time":3.47999999994021e-05,"$area":3.47999999994021e-05},"id":"198-Config::General::_process"},{"name":"_read","children":[],"data":{"tip":"<p><b>Config::General::_read</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.000149,"subname":"Config::General::_read","$color":8,"excl_time":0.000115600000001371,"$area":0.000115600000001371},"id":"199-Config::General::_read"},{"name":"_parse","children":[],"data":{"tip":"<p><b>Config::General::_parse</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 222&micro;s, 0.00%<br />Exclusive time: 166&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 46&micro;s</p>","incl_time":0.000221799999999999,"subname":"Config::General::_parse","$color":8,"excl_time":0.000166200000000233,"$area":0.000166200000000233},"id":"200-Config::General::_parse"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Config::General::BEGIN@33","$color":8,"excl_time":9.40000000009989e-06,"$area":9.40000000009989e-06},"id":"201-Config::General::BEGIN@33"},{"name":"_blessoop","children":[],"data":{"tip":"<p><b>Config::General::_blessoop</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Config::General::_blessoop","$color":8,"excl_time":2.3e-06,"$area":2.3e-06},"id":"202-Config::General::_blessoop"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Config::General::BEGIN@16","$color":8,"excl_time":1.10000000003786e-05,"$area":1.10000000003786e-05},"id":"203-Config::General::BEGIN@16"},{"name":"_hashref","children":[],"data":{"tip":"<p><b>Config::General::_hashref</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Config::General::_hashref","$color":8,"excl_time":8.6e-06,"$area":8.6e-06},"id":"204-Config::General::_hashref"},{"name":"new","children":[],"data":{"tip":"<p><b>Config::General::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 763&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0007627,"subname":"Config::General::new","$color":8,"excl_time":4.60000000000963e-05,"$area":4.60000000000963e-05},"id":"205-Config::General::new"},{"name":"CORE:readline","children":[],"data":{"tip":"<p><b>Config::General::CORE:readline</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Config::General::CORE:readline","$color":8,"excl_time":1.22e-05,"$area":1.22e-05},"id":"206-Config::General::CORE:readline"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 148&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001479,"subname":"Config::General::BEGIN@19","$color":8,"excl_time":1.44999999998277e-05,"$area":1.44999999998277e-05},"id":"207-Config::General::BEGIN@19"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Config::General::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"Config::General::BEGIN@37","$color":8,"excl_time":9.70000000006527e-06,"$area":9.70000000006527e-06},"id":"208-Config::General::BEGIN@37"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>Config::General::CORE:ftdir</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Config::General::CORE:ftdir","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"209-Config::General::CORE:ftdir"}],"data":{"$area":0.00300020000000288},"id":"n179"},{"name":"::Any","children":[{"name":"::INI","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::INI::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Config::Any::INI::BEGIN@3","$color":10,"excl_time":1.48000000001884e-05,"$area":1.48000000001884e-05},"id":"212-Config::Any::INI::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::INI::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Config::Any::INI::BEGIN@4","$color":10,"excl_time":7.20000000000263e-06,"$area":7.20000000000263e-06},"id":"213-Config::Any::INI::BEGIN@4"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::INI::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Config::Any::INI::extensions","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"214-Config::Any::INI::extensions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::INI::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.33e-05,"subname":"Config::Any::INI::BEGIN@6","$color":10,"excl_time":7.20000000026418e-06,"$area":7.20000000026418e-06},"id":"215-Config::Any::INI::BEGIN@6"}],"data":{"$area":3.23000000004552e-05},"id":"n211"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Config::Any::BEGIN@3","$color":1,"excl_time":1.62999999996276e-05,"$area":1.62999999996276e-05},"id":"216-Config::Any::BEGIN@3"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::extensions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.13ms, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0081339,"subname":"Config::Any::extensions","$color":1,"excl_time":3.67999999994761e-05,"$area":3.67999999994761e-05},"id":"217-Config::Any::extensions"},{"name":"_load","children":[],"data":{"tip":"<p><b>Config::Any::_load</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.2ms, 0.02%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0171618,"subname":"Config::Any::_load","$color":1,"excl_time":0.000201399999998794,"$area":0.000201399999998794},"id":"218-Config::Any::_load"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Config::Any::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Config::Any::BEGIN@7","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"219-Config::Any::BEGIN@7"},{"name":"finder","children":[],"data":{"tip":"<p><b>Config::Any::finder</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Config::Any::finder","$color":1,"excl_time":2.34999999999636e-05,"$area":2.34999999999636e-05},"id":"220-Config::Any::finder"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Config::Any::BEGIN@4","$color":1,"excl_time":8.5999999997222e-06,"$area":8.5999999997222e-06},"id":"221-Config::Any::BEGIN@4"},{"name":"plugins","children":[],"data":{"tip":"<p><b>Config::Any::plugins</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0127538,"subname":"Config::Any::plugins","$color":1,"excl_time":6.45000000009856e-05,"$area":6.45000000009856e-05},"id":"222-Config::Any::plugins"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>Config::Any::CORE:ftfile</b></p><p><br />Called 20 times from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.00%</p>","incl_time":0.0001259,"subname":"Config::Any::CORE:ftfile","$color":1,"excl_time":0.0001259,"$area":0.0001259},"id":"223-Config::Any::CORE:ftfile"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"Config::Any::BEGIN@6","$color":1,"excl_time":1.00000000002581e-05,"$area":1.00000000002581e-05},"id":"224-Config::Any::BEGIN@6"},{"name":"load_files","children":[],"data":{"tip":"<p><b>Config::Any::load_files</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.2ms, 0.02%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0171718,"subname":"Config::Any::load_files","$color":1,"excl_time":9.99999999977408e-06,"$area":9.99999999977408e-06},"id":"225-Config::Any::load_files"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Config::Any::CORE:regcomp</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"Config::Any::CORE:regcomp","$color":1,"excl_time":3.93e-05,"$area":3.93e-05},"id":"226-Config::Any::CORE:regcomp"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Config::Any::CORE:match</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Config::Any::CORE:match","$color":1,"excl_time":1.13e-05,"$area":1.13e-05},"id":"227-Config::Any::CORE:match"},{"name":"::YAML","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::YAML::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Config::Any::YAML::BEGIN@4","$color":3,"excl_time":6.4000000001424e-06,"$area":6.4000000001424e-06},"id":"229-Config::Any::YAML::BEGIN@4"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::YAML::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Config::Any::YAML::extensions","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"230-Config::Any::YAML::extensions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::YAML::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-05,"subname":"Config::Any::YAML::BEGIN@6","$color":3,"excl_time":6.99999999974671e-06,"$area":6.99999999974671e-06},"id":"231-Config::Any::YAML::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Config::Any::YAML::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Config::Any::YAML::BEGIN@8","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"232-Config::Any::YAML::BEGIN@8"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::YAML::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Config::Any::YAML::BEGIN@3","$color":3,"excl_time":1.3000000000422e-05,"$area":1.3000000000422e-05},"id":"233-Config::Any::YAML::BEGIN@3"}],"data":{"$area":3.33000000003111e-05},"id":"n228"},{"name":"::Perl","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::Perl::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Config::Any::Perl::BEGIN@4","$color":5,"excl_time":7.29999999986197e-06,"$area":7.29999999986197e-06},"id":"235-Config::Any::Perl::BEGIN@4"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::Perl::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Config::Any::Perl::extensions","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"236-Config::Any::Perl::extensions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::Perl::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.81e-05,"subname":"Config::Any::Perl::BEGIN@6","$color":5,"excl_time":6.59999999984135e-06,"$area":6.59999999984135e-06},"id":"237-Config::Any::Perl::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::Perl::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Config::Any::Perl::BEGIN@3","$color":5,"excl_time":1.23999999998611e-05,"$area":1.23999999998611e-05},"id":"238-Config::Any::Perl::BEGIN@3"}],"data":{"$area":2.95999999995644e-05},"id":"n234"},{"name":"::Base","children":[{"name":"_require_line","children":[],"data":{"tip":"<p><b>Config::Any::Base::_require_line</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Config::Any::Base::_require_line","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"240-Config::Any::Base::_require_line"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::Base::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Config::Any::Base::BEGIN@3","$color":7,"excl_time":1.5900000000422e-05,"$area":1.5900000000422e-05},"id":"241-Config::Any::Base::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::Base::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Config::Any::Base::BEGIN@4","$color":7,"excl_time":9.49999999986197e-06,"$area":9.49999999986197e-06},"id":"242-Config::Any::Base::BEGIN@4"},{"name":"is_supported","children":[],"data":{"tip":"<p><b>Config::Any::Base::is_supported</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.3ms, 0.02%<br />Exclusive time: 5.50ms, 0.01%</p>","incl_time":0.0112575,"subname":"Config::Any::Base::is_supported","$color":7,"excl_time":0.00549859999999999,"$area":0.00549859999999999},"id":"243-Config::Any::Base::is_supported"}],"data":{"$area":0.00552940000000027},"id":"n239"},{"name":"::General","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::General::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 416&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004157,"subname":"Config::Any::General::BEGIN@6","$color":9,"excl_time":9.80000000037396e-06,"$area":9.80000000037396e-06},"id":"245-Config::Any::General::BEGIN@6"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::General::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Config::Any::General::extensions","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"246-Config::Any::General::extensions"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::General::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Config::Any::General::BEGIN@4","$color":9,"excl_time":9.50000000009727e-06,"$area":9.50000000009727e-06},"id":"247-Config::Any::General::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::General::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Config::Any::General::BEGIN@3","$color":9,"excl_time":1.72000000003759e-05,"$area":1.72000000003759e-05},"id":"248-Config::Any::General::BEGIN@3"},{"name":"requires_all_of","children":[],"data":{"tip":"<p><b>Config::Any::General::requires_all_of</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Config::Any::General::requires_all_of","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"249-Config::Any::General::requires_all_of"},{"name":"load","children":[],"data":{"tip":"<p><b>Config::Any::General::load</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 827&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0008274,"subname":"Config::Any::General::load","$color":9,"excl_time":5.01999999991893e-05,"$area":5.01999999991893e-05},"id":"250-Config::Any::General::load"}],"data":{"$area":9.35000000000364e-05},"id":"n244"},{"name":"::XML","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::XML::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Config::Any::XML::BEGIN@4","$color":0,"excl_time":6.70000000018929e-06,"$area":6.70000000018929e-06},"id":"252-Config::Any::XML::BEGIN@4"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::XML::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Config::Any::XML::extensions","$color":0,"excl_time":3.3e-06,"$area":3.3e-06},"id":"253-Config::Any::XML::extensions"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::XML::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Config::Any::XML::BEGIN@3","$color":0,"excl_time":1.3500000000422e-05,"$area":1.3500000000422e-05},"id":"254-Config::Any::XML::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::XML::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.66e-05,"subname":"Config::Any::XML::BEGIN@6","$color":0,"excl_time":7.20000000040134e-06,"$area":7.20000000040134e-06},"id":"255-Config::Any::XML::BEGIN@6"}],"data":{"$area":3.07000000010126e-05},"id":"n251"},{"name":"::JSON","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Config::Any::JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.02e-05,"subname":"Config::Any::JSON::BEGIN@6","$color":2,"excl_time":6.39999999960868e-06,"$area":6.39999999960868e-06},"id":"257-Config::Any::JSON::BEGIN@6"},{"name":"extensions","children":[],"data":{"tip":"<p><b>Config::Any::JSON::extensions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Config::Any::JSON::extensions","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"258-Config::Any::JSON::extensions"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Config::Any::JSON::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Config::Any::JSON::BEGIN@3","$color":2,"excl_time":1.36000000001415e-05,"$area":1.36000000001415e-05},"id":"259-Config::Any::JSON::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Config::Any::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Config::Any::JSON::BEGIN@4","$color":2,"excl_time":6.5000000001424e-06,"$area":6.5000000001424e-06},"id":"260-Config::Any::JSON::BEGIN@4"}],"data":{"$area":3.02999999998926e-05},"id":"n256"}],"data":{"$area":0.00633150000000015},"id":"n210"}],"data":{"$area":0.00946670000000304},"id":"n171"},{"name":"if","children":[{"name":"import","children":[],"data":{"tip":"<p><b>if::import</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"if::import","$color":4,"excl_time":7e-06,"$area":7e-06},"id":"262-if::import"},{"name":"work","children":[],"data":{"tip":"<p><b>if::work</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"if::work","$color":4,"excl_time":3.09999999999546e-05,"$area":3.09999999999546e-05},"id":"263-if::work"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>if::CORE:subst</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"if::CORE:subst","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"264-if::CORE:subst"}],"data":{"$area":4.33999999999546e-05},"id":"n261"},{"name":"__TYPE__","children":[{"name":"CodeRef","children":[],"data":{"tip":"<p><b>__TYPE__::CodeRef</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0001061,"subname":"__TYPE__::CodeRef","$color":6,"excl_time":2.07999999997121e-05,"$area":2.07999999997121e-05},"id":"266-__TYPE__::CodeRef"},{"name":"Int","children":[],"data":{"tip":"<p><b>__TYPE__::Int</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 137&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001371,"subname":"__TYPE__::Int","$color":6,"excl_time":2.58999999998e-05,"$area":2.58999999998e-05},"id":"267-__TYPE__::Int"},{"name":"HashRef","children":[],"data":{"tip":"<p><b>__TYPE__::HashRef</b></p><p><br />Called 5 times from 5 places in 3 files<br />Inclusive time: 7.15ms, 0.01%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.0071546,"subname":"__TYPE__::HashRef","$color":6,"excl_time":8.13999999995534e-05,"$area":8.13999999995534e-05},"id":"268-__TYPE__::HashRef"},{"name":"ClassName","children":[],"data":{"tip":"<p><b>__TYPE__::ClassName</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 109&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001085,"subname":"__TYPE__::ClassName","$color":6,"excl_time":2.18999999996192e-05,"$area":2.18999999996192e-05},"id":"269-__TYPE__::ClassName"},{"name":"ArrayRef","children":[],"data":{"tip":"<p><b>__TYPE__::ArrayRef</b></p><p><br />Called 10 times from 10 places in 7 files<br />Inclusive time: 20.9ms, 0.03%<br />Exclusive time: 177&micro;s, 0.00%</p>","incl_time":0.020877,"subname":"__TYPE__::ArrayRef","$color":6,"excl_time":0.000176800000001943,"$area":0.000176800000001943},"id":"270-__TYPE__::ArrayRef"},{"name":"Bool","children":[],"data":{"tip":"<p><b>__TYPE__::Bool</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.55e-05,"subname":"__TYPE__::Bool","$color":6,"excl_time":1.30999999999165e-05,"$area":1.30999999999165e-05},"id":"271-__TYPE__::Bool"},{"name":"Str","children":[],"data":{"tip":"<p><b>__TYPE__::Str</b></p><p><br />Called 14 times from 13 places in 7 files<br />Inclusive time: 1.03ms, 0.00%<br />Exclusive time: 147&micro;s, 0.00%</p>","incl_time":0.0010309,"subname":"__TYPE__::Str","$color":6,"excl_time":0.000146799999999724,"$area":0.000146799999999724},"id":"272-__TYPE__::Str"},{"name":"Defined","children":[],"data":{"tip":"<p><b>__TYPE__::Defined</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"__TYPE__::Defined","$color":6,"excl_time":1.01000000000635e-05,"$area":1.01000000000635e-05},"id":"273-__TYPE__::Defined"},{"name":"::Parse","children":[{"name":"::Method","children":[{"name":"::Signatures","children":[{"name":"::Types","children":[{"name":"NamedParam","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::NamedParam</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"__TYPE__::Parse::Method::Signatures::Types::NamedParam","$color":8,"excl_time":1.30000000000909e-05,"$area":1.30000000000909e-05},"id":"278-__TYPE__::Parse::Method::Signatures::Types::NamedParam"},{"name":"Param","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::Param</b></p><p><br />Called 4 times from 4 places in 3 files<br />Inclusive time: 359&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0003588,"subname":"__TYPE__::Parse::Method::Signatures::Types::Param","$color":8,"excl_time":5.51000000000932e-05,"$area":5.51000000000932e-05},"id":"279-__TYPE__::Parse::Method::Signatures::Types::Param"},{"name":"UnpackedParam","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::UnpackedParam</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.32e-05,"subname":"__TYPE__::Parse::Method::Signatures::Types::UnpackedParam","$color":8,"excl_time":1.28999999997848e-05,"$area":1.28999999997848e-05},"id":"280-__TYPE__::Parse::Method::Signatures::Types::UnpackedParam"},{"name":"TypeConstraint","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::TypeConstraint</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 192&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001918,"subname":"__TYPE__::Parse::Method::Signatures::Types::TypeConstraint","$color":8,"excl_time":3.55000000000019e-05,"$area":3.55000000000019e-05},"id":"281-__TYPE__::Parse::Method::Signatures::Types::TypeConstraint"},{"name":"PositionalParam","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::PositionalParam</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"__TYPE__::Parse::Method::Signatures::Types::PositionalParam","$color":8,"excl_time":1.32999999998113e-05,"$area":1.32999999998113e-05},"id":"282-__TYPE__::Parse::Method::Signatures::Types::PositionalParam"},{"name":"VariableName","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::VariableName</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 206&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.000206,"subname":"__TYPE__::Parse::Method::Signatures::Types::VariableName","$color":8,"excl_time":3.29999999997992e-05,"$area":3.29999999997992e-05},"id":"283-__TYPE__::Parse::Method::Signatures::Types::VariableName"},{"name":"ParamCollection","children":[],"data":{"tip":"<p><b>__TYPE__::Parse::Method::Signatures::Types::ParamCollection</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 264&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0002645,"subname":"__TYPE__::Parse::Method::Signatures::Types::ParamCollection","$color":8,"excl_time":4.69000000004041e-05,"$area":4.69000000004041e-05},"id":"284-__TYPE__::Parse::Method::Signatures::Types::ParamCollection"}],"data":{"$area":0.000209699999999986},"id":"n277"}],"data":{"$area":0.000209699999999986},"id":"n276"}],"data":{"$area":0.000209699999999986},"id":"n275"}],"data":{"$area":0.000209699999999986},"id":"n274"},{"name":"::KiokuDB","children":[{"name":"::Backend","children":[{"name":"::DBI","children":[{"name":"SchemaProto","children":[],"data":{"tip":"<p><b>__TYPE__::KiokuDB::Backend::DBI::SchemaProto</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 143&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0001434,"subname":"__TYPE__::KiokuDB::Backend::DBI::SchemaProto","$color":10,"excl_time":2.89000000004267e-05,"$area":2.89000000004267e-05},"id":"288-__TYPE__::KiokuDB::Backend::DBI::SchemaProto"},{"name":"ValidColumnName","children":[],"data":{"tip":"<p><b>__TYPE__::KiokuDB::Backend::DBI::ValidColumnName</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 203&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0002029,"subname":"__TYPE__::KiokuDB::Backend::DBI::ValidColumnName","$color":10,"excl_time":3.67999999996091e-05,"$area":3.67999999996091e-05},"id":"289-__TYPE__::KiokuDB::Backend::DBI::ValidColumnName"}],"data":{"$area":6.57000000000358e-05},"id":"n287"}],"data":{"$area":6.57000000000358e-05},"id":"n286"}],"data":{"$area":6.57000000000358e-05},"id":"n285"},{"name":"::MooseX","children":[{"name":"::Types","children":[{"name":"::Structured","children":[{"name":"Tuple","children":[],"data":{"tip":"<p><b>__TYPE__::MooseX::Types::Structured::Tuple</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.77ms, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0017719,"subname":"__TYPE__::MooseX::Types::Structured::Tuple","$color":1,"excl_time":2.82999999998215e-05,"$area":2.82999999998215e-05},"id":"293-__TYPE__::MooseX::Types::Structured::Tuple"}],"data":{"$area":2.82999999998215e-05},"id":"n292"}],"data":{"$area":2.82999999998215e-05},"id":"n291"}],"data":{"$area":2.82999999998215e-05},"id":"n290"}],"data":{"$area":0.000800500000000174},"id":"n265"},{"name":"Encode","children":[{"name":"::Internal","children":[],"data":{"$area":0},"id":"n295"},{"name":"decode_utf8","children":[],"data":{"tip":"<p><b>Encode::decode_utf8</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 14.3ms, 0.02%<br />Exclusive time: 1.97ms, 0.00%</p>","incl_time":0.0142705,"subname":"Encode::decode_utf8","$color":5,"excl_time":0.00196949999999922,"$area":0.00196949999999922},"id":"296-Encode::decode_utf8"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Encode::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.55ms, 0.00%<br />Exclusive time: 1.80ms, 0.00%</p>","incl_time":0.0025465,"subname":"Encode::BEGIN@48","$color":5,"excl_time":0.00180439999999992,"$area":0.00180439999999992},"id":"297-Encode::BEGIN@48"},{"name":"define_encoding","children":[],"data":{"tip":"<p><b>Encode::define_encoding</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 100&micro;s, 0.00%</p>","incl_time":9.98e-05,"subname":"Encode::define_encoding","$color":5,"excl_time":9.98e-05,"$area":9.98e-05},"id":"298-Encode::define_encoding"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Encode::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9e-05,"subname":"Encode::BEGIN@13","$color":5,"excl_time":1.06000000000483e-05,"$area":1.06000000000483e-05},"id":"299-Encode::BEGIN@13"},{"name":"predefine_encodings","children":[],"data":{"tip":"<p><b>Encode::predefine_encodings</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 559&micro;s, 0.00%<br />Exclusive time: 524&micro;s, 0.00%</p>","incl_time":0.0005586,"subname":"Encode::predefine_encodings","$color":5,"excl_time":0.000524199999999899,"$area":0.000524199999999899},"id":"300-Encode::predefine_encodings"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Encode::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.97e-05,"subname":"Encode::BEGIN@8","$color":5,"excl_time":1.1300000000097e-05,"$area":1.1300000000097e-05},"id":"301-Encode::BEGIN@8"},{"name":"BEGIN@242","children":[],"data":{"tip":"<p><b>Encode::BEGIN@242</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"Encode::BEGIN@242","$color":5,"excl_time":2.53999999999928e-05,"$area":2.53999999999928e-05},"id":"302-Encode::BEGIN@242"},{"name":"find_encoding","children":[],"data":{"tip":"<p><b>Encode::find_encoding</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 179&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 16&micro;s</p>","incl_time":0.0001787,"subname":"Encode::find_encoding","$color":5,"excl_time":4.22000000022206e-05,"$area":4.22000000022206e-05},"id":"303-Encode::find_encoding"},{"name":"LEAVE_SRC","children":[],"data":{"tip":"<p><b>Encode::LEAVE_SRC</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Encode::LEAVE_SRC","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"304-Encode::LEAVE_SRC"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Encode::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Encode::BEGIN@9","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"305-Encode::BEGIN@9"},{"name":"getEncoding","children":[],"data":{"tip":"<p><b>Encode::getEncoding</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 144&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 8&micro;s</p>","incl_time":0.0001443,"subname":"Encode::getEncoding","$color":5,"excl_time":4.54000000025269e-05,"$area":4.54000000025269e-05},"id":"306-Encode::getEncoding"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Encode::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Encode::CORE:match","$color":5,"excl_time":1.48e-05,"$area":1.48e-05},"id":"307-Encode::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Encode::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Encode::BEGIN@5","$color":5,"excl_time":1.75000000000141e-05,"$area":1.75000000000141e-05},"id":"308-Encode::BEGIN@5"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Encode::CORE:subst</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Encode::CORE:subst","$color":5,"excl_time":8.5e-06,"$area":8.5e-06},"id":"309-Encode::CORE:subst"},{"name":"FB_CROAK","children":[],"data":{"tip":"<p><b>Encode::FB_CROAK</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Encode::FB_CROAK","$color":5,"excl_time":8.1e-06,"$area":8.1e-06},"id":"310-Encode::FB_CROAK"},{"name":"is_utf8","children":[],"data":{"tip":"<p><b>Encode::is_utf8</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Encode::is_utf8","$color":5,"excl_time":2.12e-05,"$area":2.12e-05},"id":"311-Encode::is_utf8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Encode::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Encode::BEGIN@6","$color":5,"excl_time":8.50000000008577e-06,"$area":8.50000000008577e-06},"id":"312-Encode::BEGIN@6"},{"name":"::MIME","children":[{"name":"::Name","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Encode::MIME::Name::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Encode::MIME::Name::BEGIN@2","$color":7,"excl_time":4.88999999965012e-05,"$area":4.88999999965012e-05},"id":"315-Encode::MIME::Name::BEGIN@2"},{"name":"get_mime_name","children":[],"data":{"tip":"<p><b>Encode::MIME::Name::get_mime_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Encode::MIME::Name::get_mime_name","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"316-Encode::MIME::Name::get_mime_name"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Encode::MIME::Name::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Encode::MIME::Name::CORE:match","$color":7,"excl_time":7.5e-06,"$area":7.5e-06},"id":"317-Encode::MIME::Name::CORE:match"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Encode::MIME::Name::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"Encode::MIME::Name::BEGIN@3","$color":7,"excl_time":2.58999999967895e-05,"$area":2.58999999967895e-05},"id":"318-Encode::MIME::Name::BEGIN@3"}],"data":{"$area":8.57999999932907e-05},"id":"n314"}],"data":{"$area":8.57999999932907e-05},"id":"n313"},{"name":"::Encoding","children":[{"name":"renewed","children":[],"data":{"tip":"<p><b>Encode::Encoding::renewed</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Encode::Encoding::renewed","$color":9,"excl_time":1.57e-05,"$area":1.57e-05},"id":"320-Encode::Encoding::renewed"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Encode::Encoding::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Encode::Encoding::BEGIN@4","$color":9,"excl_time":1.50000000000248e-05,"$area":1.50000000000248e-05},"id":"321-Encode::Encoding::BEGIN@4"},{"name":"mime_name","children":[],"data":{"tip":"<p><b>Encode::Encoding::mime_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.14ms, 0.00%<br />Exclusive time: 1.00ms, 0.00%</p>","incl_time":0.0011439,"subname":"Encode::Encoding::mime_name","$color":9,"excl_time":0.00100480000000161,"$area":0.00100480000000161},"id":"322-Encode::Encoding::mime_name"},{"name":"name","children":[],"data":{"tip":"<p><b>Encode::Encoding::name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Encode::Encoding::name","$color":9,"excl_time":5.3e-06,"$area":5.3e-06},"id":"323-Encode::Encoding::name"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Encode::Encoding::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Encode::Encoding::CORE:match","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"324-Encode::Encoding::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Encode::Encoding::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Encode::Encoding::BEGIN@5","$color":9,"excl_time":7.59999999996724e-06,"$area":7.59999999996724e-06},"id":"325-Encode::Encoding::BEGIN@5"}],"data":{"$area":0.0010522000000016},"id":"n319"},{"name":"::Config","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Encode::Config::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Encode::Config::BEGIN@7","$color":0,"excl_time":2.14999999999089e-05,"$area":2.14999999999089e-05},"id":"327-Encode::Config::BEGIN@7"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Encode::Config::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Encode::Config::CORE:match","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"328-Encode::Config::CORE:match"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Encode::Config::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Encode::Config::BEGIN@8","$color":0,"excl_time":1.06999999998991e-05,"$area":1.06999999998991e-05},"id":"329-Encode::Config::BEGIN@8"}],"data":{"$area":3.6799999999808e-05},"id":"n326"},{"name":"::utf8","children":[{"name":"encode_xs","children":[],"data":{"tip":"<p><b>Encode::utf8::encode_xs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.1ms, 0.02%</p>","incl_time":0.0160582,"subname":"Encode::utf8::encode_xs","$color":2,"excl_time":0.0160582,"$area":0.0160582},"id":"331-Encode::utf8::encode_xs"},{"name":"BEGIN@325","children":[],"data":{"tip":"<p><b>Encode::utf8::BEGIN@325</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 581&micro;s, 0.00%<br />Exclusive time: 571&micro;s, 0.00%</p>","incl_time":0.000581,"subname":"Encode::utf8::BEGIN@325","$color":2,"excl_time":0.000571200000000051,"$area":0.000571200000000051},"id":"332-Encode::utf8::BEGIN@325"},{"name":"decode_xs","children":[],"data":{"tip":"<p><b>Encode::utf8::decode_xs</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 12.3ms, 0.02%<br />Exclusive time: 12.2ms, 0.02%</p>","incl_time":0.0122533,"subname":"Encode::utf8::decode_xs","$color":2,"excl_time":0.0122376000000013,"$area":0.0122376000000013},"id":"333-Encode::utf8::decode_xs"}],"data":{"$area":0.0288670000000013},"id":"n330"},{"name":"::UTF_EBCDIC","children":[],"data":{"$area":0},"id":"n334"},{"name":"::Alias","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Encode::Alias::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Encode::Alias::BEGIN@2","$color":6,"excl_time":1.4199999999908e-05,"$area":1.4199999999908e-05},"id":"336-Encode::Alias::BEGIN@2"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Encode::Alias::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Encode::Alias::BEGIN@3","$color":6,"excl_time":7.39999999989736e-06,"$area":7.39999999989736e-06},"id":"337-Encode::Alias::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Encode::Alias::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"Encode::Alias::BEGIN@6","$color":6,"excl_time":8.79999999991136e-06,"$area":8.79999999991136e-06},"id":"338-Encode::Alias::BEGIN@6"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Encode::Alias::CORE:match</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Encode::Alias::CORE:match","$color":6,"excl_time":1.73e-05,"$area":1.73e-05},"id":"339-Encode::Alias::CORE:match"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Encode::Alias::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.76e-05,"subname":"Encode::Alias::BEGIN@8","$color":6,"excl_time":1.35000000000997e-05,"$area":1.35000000000997e-05},"id":"340-Encode::Alias::BEGIN@8"},{"name":"init_aliases","children":[],"data":{"tip":"<p><b>Encode::Alias::init_aliases</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 515&micro;s, 0.00%<br />Exclusive time: 231&micro;s, 0.00%</p>","incl_time":0.000515,"subname":"Encode::Alias::init_aliases","$color":6,"excl_time":0.00023100000000227,"$area":0.00023100000000227},"id":"341-Encode::Alias::init_aliases"},{"name":"undef_aliases","children":[],"data":{"tip":"<p><b>Encode::Alias::undef_aliases</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Encode::Alias::undef_aliases","$color":6,"excl_time":1.7e-06,"$area":1.7e-06},"id":"342-Encode::Alias::undef_aliases"},{"name":"find_alias","children":[],"data":{"tip":"<p><b>Encode::Alias::find_alias</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":9.86e-05,"subname":"Encode::Alias::find_alias","$color":6,"excl_time":7.42000000008527e-05,"$area":7.42000000008527e-05},"id":"343-Encode::Alias::find_alias"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Encode::Alias::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Encode::Alias::CORE:regcomp","$color":6,"excl_time":2.2e-06,"$area":2.2e-06},"id":"344-Encode::Alias::CORE:regcomp"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Encode::Alias::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Encode::Alias::BEGIN@4","$color":6,"excl_time":7.89999999988936e-06,"$area":7.89999999988936e-06},"id":"345-Encode::Alias::BEGIN@4"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Encode::Alias::CORE:qr</b></p><p><br />Called 46 times from 42 places in 1 file<br />Inclusive time: 62&micro;s, 0.00%</p>","incl_time":6.24e-05,"subname":"Encode::Alias::CORE:qr","$color":6,"excl_time":6.24e-05,"$area":6.24e-05},"id":"346-Encode::Alias::CORE:qr"},{"name":"define_alias","children":[],"data":{"tip":"<p><b>Encode::Alias::define_alias</b></p><p><br />Called 44 times from 44 places in 1 file<br />Inclusive time: 220&micro;s, 0.00%</p>","incl_time":0.0002199,"subname":"Encode::Alias::define_alias","$color":6,"excl_time":0.0002199,"$area":0.0002199},"id":"347-Encode::Alias::define_alias"}],"data":{"$area":0.000660500000002828},"id":"n335"}],"data":{"$area":0.0353236000000029},"id":"n294"},{"name":"StackTrace","children":[{"name":"::Auto","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>StackTrace::Auto::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.02ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0030171,"subname":"StackTrace::Auto::BEGIN@5","$color":8,"excl_time":1.52000000001092e-05,"$area":1.52000000001092e-05},"id":"350-StackTrace::Auto::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>StackTrace::Auto::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.75ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0017519,"subname":"StackTrace::Auto::BEGIN@10","$color":8,"excl_time":1.03000000001015e-05,"$area":1.03000000001015e-05},"id":"351-StackTrace::Auto::BEGIN@10"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>StackTrace::Auto::BEGIN@83</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000107,"subname":"StackTrace::Auto::BEGIN@83","$color":8,"excl_time":9.89999999992787e-06,"$area":9.89999999992787e-06},"id":"352-StackTrace::Auto::BEGIN@83"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>StackTrace::Auto::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 100&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.96e-05,"subname":"StackTrace::Auto::BEGIN@30","$color":8,"excl_time":8.99999999994824e-06,"$area":8.99999999994824e-06},"id":"353-StackTrace::Auto::BEGIN@30"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>StackTrace::Auto::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"StackTrace::Auto::BEGIN@2","$color":8,"excl_time":1.02e-05,"$area":1.02e-05},"id":"354-StackTrace::Auto::BEGIN@2"}],"data":{"$area":5.46000000000868e-05},"id":"n349"}],"data":{"$area":5.46000000000868e-05},"id":"n348"},{"name":"Catalyst","children":[{"name":"prepare_request","children":[],"data":{"tip":"<p><b>Catalyst::prepare_request</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 841&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0008414,"subname":"Catalyst::prepare_request","$color":10,"excl_time":2.12000000020607e-05,"$area":2.12000000020607e-05},"id":"356-Catalyst::prepare_request"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Catalyst::BEGIN@24","$color":10,"excl_time":1.86e-05,"$area":1.86e-05},"id":"357-Catalyst::BEGIN@24"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Catalyst::CORE:sort</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::CORE:sort","$color":10,"excl_time":9.4e-06,"$area":9.4e-06},"id":"358-Catalyst::CORE:sort"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:64]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:64]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 270&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0002699,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:64]","$color":10,"excl_time":3.31999999988002e-05,"$area":3.31999999988002e-05},"id":"359-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:64]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20.3ms, 0.03%<br />Exclusive time: 250&micro;s, 0.00%</p>","incl_time":0.0203009,"subname":"Catalyst::BEGIN@9","$color":10,"excl_time":0.000249899999999848,"$area":0.000249899999999848},"id":"360-Catalyst::BEGIN@9"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 677&micro;s, 0.00%<br />Exclusive time: 560&micro;s, 0.00%</p>","incl_time":0.0006768,"subname":"Catalyst::BEGIN@37","$color":10,"excl_time":0.000559999999999972,"$area":0.000559999999999972},"id":"361-Catalyst::BEGIN@37"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::BEGIN@4","$color":10,"excl_time":5.7e-06,"$area":5.7e-06},"id":"362-Catalyst::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4.11ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0041147,"subname":"Catalyst::new","$color":10,"excl_time":2.34000000028667e-05,"$area":2.34000000028667e-05},"id":"363-Catalyst::new"},{"name":"_filter_component","children":[],"data":{"tip":"<p><b>Catalyst::_filter_component</b></p><p><br />Called 11 times from 3 places in 1 file<br />Inclusive time: 1.06ms, 0.00%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.0010593,"subname":"Catalyst::_filter_component","$color":10,"excl_time":0.00010900000000759,"$area":0.00010900000000759},"id":"364-Catalyst::_filter_component"},{"name":"handle_request","children":[],"data":{"tip":"<p><b>Catalyst::handle_request</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.41s, 10.45%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":7.4122378,"subname":"Catalyst::handle_request","$color":10,"excl_time":8.32000000068334e-05,"$area":8.32000000068334e-05},"id":"365-Catalyst::handle_request"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41.5ms, 0.06%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.0414921,"subname":"Catalyst::BEGIN@13","$color":10,"excl_time":0.00140310000000007,"$area":0.00140310000000007},"id":"366-Catalyst::BEGIN@13"},{"name":"prepare_connection","children":[],"data":{"tip":"<p><b>Catalyst::prepare_connection</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 178&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001785,"subname":"Catalyst::prepare_connection","$color":10,"excl_time":1.58000000011501e-05,"$area":1.58000000011501e-05},"id":"367-Catalyst::prepare_connection"},{"name":"stack","children":[],"data":{"tip":"<p><b>Catalyst::stack</b></p><p><br />Called 29 times from 4 places in 2 files<br />Inclusive time: 82&micro;s, 0.00%</p>","incl_time":8.16e-05,"subname":"Catalyst::stack","$color":10,"excl_time":8.16e-05,"$area":8.16e-05},"id":"368-Catalyst::stack"},{"name":"_dispatcher_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_dispatcher_class_accessor</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":8.22e-05,"subname":"Catalyst::_dispatcher_class_accessor","$color":10,"excl_time":4.47000000000874e-05,"$area":4.47000000000874e-05},"id":"369-Catalyst::_dispatcher_class_accessor"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"Catalyst::BEGIN@41","$color":10,"excl_time":3.03e-05,"$area":3.03e-05},"id":"370-Catalyst::BEGIN@41"},{"name":"get_actions","children":[],"data":{"tip":"<p><b>Catalyst::get_actions</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 237&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0002368,"subname":"Catalyst::get_actions","$color":10,"excl_time":3.26000000011225e-05,"$area":3.26000000011225e-05},"id":"371-Catalyst::get_actions"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Catalyst::BEGIN@28","$color":10,"excl_time":1.34000000000495e-05,"$area":1.34000000000495e-05},"id":"372-Catalyst::BEGIN@28"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Catalyst::namespace</b></p><p><br />Called 5 times from 4 places in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Catalyst::namespace","$color":10,"excl_time":1.22e-05,"$area":1.22e-05},"id":"373-Catalyst::namespace"},{"name":"_context_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_context_class_accessor</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0001285,"subname":"Catalyst::_context_class_accessor","$color":10,"excl_time":6.13000000025085e-05,"$area":6.13000000025085e-05},"id":"374-Catalyst::_context_class_accessor"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 227ms, 0.32%<br />Exclusive time: 3.72ms, 0.01%</p>","incl_time":0.2272314,"subname":"Catalyst::BEGIN@16","$color":10,"excl_time":0.00371950000000032,"$area":0.00371950000000032},"id":"375-Catalyst::BEGIN@16"},{"name":"debug","children":[],"data":{"tip":"<p><b>Catalyst::debug</b></p><p><br />Called 21 times from 16 places in 7 files<br />Inclusive time: 37&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"Catalyst::debug","$color":10,"excl_time":3.74e-05,"$area":3.74e-05},"id":"376-Catalyst::debug"},{"name":"dispatch","children":[],"data":{"tip":"<p><b>Catalyst::dispatch</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.3787984,"subname":"Catalyst::dispatch","$color":10,"excl_time":2.22000000027478e-05,"$area":2.22000000027478e-05},"id":"377-Catalyst::dispatch"},{"name":"_components_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_components_accessor</b></p><p><br />Called 22 times from 5 places in 2 files<br />Inclusive time: 439&micro;s, 0.00%<br />Exclusive time: 231&micro;s, 0.00%</p>","incl_time":0.0004394,"subname":"Catalyst::_components_accessor","$color":10,"excl_time":0.000230600000016644,"$area":0.000230600000016644},"id":"378-Catalyst::_components_accessor"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.75e-05,"subname":"Catalyst::BEGIN@34","$color":10,"excl_time":1.00000000000219e-05,"$area":1.00000000000219e-05},"id":"379-Catalyst::BEGIN@34"},{"name":"action","children":[],"data":{"tip":"<p><b>Catalyst::action</b></p><p><br />Called 6 times from 3 places in 3 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Catalyst::action","$color":10,"excl_time":1.04e-05,"$area":1.04e-05},"id":"380-Catalyst::action"},{"name":"prepare_parameters","children":[],"data":{"tip":"<p><b>Catalyst::prepare_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 284&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0002844,"subname":"Catalyst::prepare_parameters","$color":10,"excl_time":2.70000000020352e-05,"$area":2.70000000020352e-05},"id":"381-Catalyst::prepare_parameters"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::CORE:subst</b></p><p><br />Called 8 times from 3 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Catalyst::CORE:subst","$color":10,"excl_time":1.06e-05,"$area":1.06e-05},"id":"382-Catalyst::CORE:subst"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Catalyst::BEGIN@21","$color":10,"excl_time":8.9e-06,"$area":8.9e-06},"id":"383-Catalyst::BEGIN@21"},{"name":"error","children":[],"data":{"tip":"<p><b>Catalyst::error</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Catalyst::error","$color":10,"excl_time":2.24e-05,"$area":2.24e-05},"id":"384-Catalyst::error"},{"name":"locate_components","children":[],"data":{"tip":"<p><b>Catalyst::locate_components</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.56ms, 0.01%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0055579,"subname":"Catalyst::locate_components","$color":10,"excl_time":5.75000000001503e-05,"$area":5.75000000001503e-05},"id":"385-Catalyst::locate_components"},{"name":"setup_plugins","children":[],"data":{"tip":"<p><b>Catalyst::setup_plugins</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67.5ms, 0.10%<br />Exclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0675104,"subname":"Catalyst::setup_plugins","$color":10,"excl_time":0.000164300000000034,"$area":0.000164300000000034},"id":"386-Catalyst::setup_plugins"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::CORE:match</b></p><p><br />Called 16 times from 3 places in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"Catalyst::CORE:match","$color":10,"excl_time":2.46e-05,"$area":2.46e-05},"id":"387-Catalyst::CORE:match"},{"name":"BEGIN@1154","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@1154</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Catalyst::BEGIN@1154","$color":10,"excl_time":1.2300000000099e-05,"$area":1.2300000000099e-05},"id":"388-Catalyst::BEGIN@1154"},{"name":"setup_actions","children":[],"data":{"tip":"<p><b>Catalyst::setup_actions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 129ms, 0.18%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.128971,"subname":"Catalyst::setup_actions","$color":10,"excl_time":1.2699999999255e-05,"$area":1.2699999999255e-05},"id":"389-Catalyst::setup_actions"},{"name":"_response_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_response_class_accessor</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 98&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":9.8e-05,"subname":"Catalyst::_response_class_accessor","$color":10,"excl_time":5.23000000035153e-05,"$area":5.23000000035153e-05},"id":"390-Catalyst::_response_class_accessor"},{"name":"path_to","children":[],"data":{"tip":"<p><b>Catalyst::path_to</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 708&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0007084,"subname":"Catalyst::path_to","$color":10,"excl_time":4.77999999995448e-05,"$area":4.77999999995448e-05},"id":"391-Catalyst::path_to"},{"name":"req","children":[],"data":{"tip":"<p><b>Catalyst::req</b></p><p><br />Called 27 times from 10 places in 9 files<br />Inclusive time: 162&micro;s, 0.00%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0001622,"subname":"Catalyst::req","$color":10,"excl_time":0.000111199999999089,"$area":0.000111199999999089},"id":"392-Catalyst::req"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Catalyst::BEGIN@25","$color":10,"excl_time":1.25e-05,"$area":1.25e-05},"id":"393-Catalyst::BEGIN@25"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1155]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1155]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1155]","$color":10,"excl_time":1.4e-06,"$area":1.4e-06},"id":"394-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1155]"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Catalyst::BEGIN@30","$color":10,"excl_time":1.42000000000565e-05,"$area":1.42000000000565e-05},"id":"395-Catalyst::BEGIN@30"},{"name":"setup_components","children":[],"data":{"tip":"<p><b>Catalyst::setup_components</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.14s, 1.61%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":1.1425982,"subname":"Catalyst::setup_components","$color":10,"excl_time":0.000251999999998809,"$area":0.000251999999998809},"id":"396-Catalyst::setup_components"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94.2ms, 0.13%<br />Exclusive time: 3.01ms, 0.00%</p>","incl_time":0.0942357,"subname":"Catalyst::BEGIN@12","$color":10,"excl_time":0.00301040000000005,"$area":0.00301040000000005},"id":"397-Catalyst::BEGIN@12"},{"name":"finalize","children":[],"data":{"tip":"<p><b>Catalyst::finalize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25.7ms, 0.04%<br />Exclusive time: 187&micro;s, 0.00%</p>","incl_time":0.0257077,"subname":"Catalyst::finalize","$color":10,"excl_time":0.000186500000007084,"$area":0.000186500000007084},"id":"398-Catalyst::finalize"},{"name":"_dispatcher_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_dispatcher_accessor</b></p><p><br />Called 66 times from 8 places in 2 files<br />Inclusive time: 1.09ms, 0.00%<br />Exclusive time: 453&micro;s, 0.00%</p>","incl_time":0.0010946,"subname":"Catalyst::_dispatcher_accessor","$color":10,"excl_time":0.000452700000007355,"$area":0.000452700000007355},"id":"399-Catalyst::_dispatcher_accessor"},{"name":"log_request","children":[],"data":{"tip":"<p><b>Catalyst::log_request</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Catalyst::log_request","$color":10,"excl_time":9.89999999700903e-06,"$area":9.89999999700903e-06},"id":"400-Catalyst::log_request"},{"name":"psgi_app","children":[],"data":{"tip":"<p><b>Catalyst::psgi_app</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"Catalyst::psgi_app","$color":10,"excl_time":1.37999999968833e-05,"$area":1.37999999968833e-05},"id":"401-Catalyst::psgi_app"},{"name":"prepare_cookies","children":[],"data":{"tip":"<p><b>Catalyst::prepare_cookies</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 159&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001591,"subname":"Catalyst::prepare_cookies","$color":10,"excl_time":1.45000000021702e-05,"$area":1.45000000021702e-05},"id":"402-Catalyst::prepare_cookies"},{"name":"_has_uploadtmp","children":[],"data":{"tip":"<p><b>Catalyst::_has_uploadtmp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::_has_uploadtmp","$color":10,"excl_time":5.7e-06,"$area":5.7e-06},"id":"403-Catalyst::_has_uploadtmp"},{"name":"setup_stats","children":[],"data":{"tip":"<p><b>Catalyst::setup_stats</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.9ms, 0.03%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.017923,"subname":"Catalyst::setup_stats","$color":10,"excl_time":3.10000000002045e-05,"$area":3.10000000002045e-05},"id":"404-Catalyst::setup_stats"},{"name":"BEGIN@3427","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@3427</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.000124,"subname":"Catalyst::BEGIN@3427","$color":10,"excl_time":1.36999999999924e-05,"$area":1.36999999999924e-05},"id":"405-Catalyst::BEGIN@3427"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 206ms, 0.29%<br />Exclusive time: 595&micro;s, 0.00%</p>","incl_time":0.2064084,"subname":"Catalyst::BEGIN@8","$color":10,"excl_time":0.000595200000000018,"$area":0.000595200000000018},"id":"406-Catalyst::BEGIN@8"},{"name":"finalize_uploads","children":[],"data":{"tip":"<p><b>Catalyst::finalize_uploads</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001116,"subname":"Catalyst::finalize_uploads","$color":10,"excl_time":2.23000000009293e-05,"$area":2.23000000009293e-05},"id":"407-Catalyst::finalize_uploads"},{"name":"_request_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_request_class_accessor</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 108&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.000108,"subname":"Catalyst::_request_class_accessor","$color":10,"excl_time":6.05999999983039e-05,"$area":6.05999999983039e-05},"id":"408-Catalyst::_request_class_accessor"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.53ms, 0.00%<br />Exclusive time: 281&micro;s, 0.00%</p>","incl_time":0.0015278,"subname":"Catalyst::BEGIN@36","$color":10,"excl_time":0.000280999999999897,"$area":0.000280999999999897},"id":"409-Catalyst::BEGIN@36"},{"name":"stats","children":[],"data":{"tip":"<p><b>Catalyst::stats</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Catalyst::stats","$color":10,"excl_time":1.13e-05,"$area":1.13e-05},"id":"410-Catalyst::stats"},{"name":"setup_engine","children":[],"data":{"tip":"<p><b>Catalyst::setup_engine</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.9ms, 0.04%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.030856,"subname":"Catalyst::setup_engine","$color":10,"excl_time":8.70999999991219e-05,"$area":8.70999999991219e-05},"id":"411-Catalyst::setup_engine"},{"name":"prepare_action","children":[],"data":{"tip":"<p><b>Catalyst::prepare_action</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 704&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0007037,"subname":"Catalyst::prepare_action","$color":10,"excl_time":1.809999999494e-05,"$area":1.809999999494e-05},"id":"412-Catalyst::prepare_action"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"Catalyst::BEGIN@29","$color":10,"excl_time":1.15999999999105e-05,"$area":1.15999999999105e-05},"id":"413-Catalyst::BEGIN@29"},{"name":"BEGIN@1665","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@1665</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Catalyst::BEGIN@1665","$color":10,"excl_time":1.63000000000786e-05,"$area":1.63000000000786e-05},"id":"414-Catalyst::BEGIN@1665"},{"name":"BEGIN@1683","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@1683</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Catalyst::BEGIN@1683","$color":10,"excl_time":1.25999999999822e-05,"$area":1.25999999999822e-05},"id":"415-Catalyst::BEGIN@1683"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Catalyst::BEGIN@22","$color":10,"excl_time":6.1e-06,"$area":6.1e-06},"id":"416-Catalyst::BEGIN@22"},{"name":"res","children":[],"data":{"tip":"<p><b>Catalyst::res</b></p><p><br />Called 6 times from 5 places in 3 files<br />Inclusive time: 93&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":9.28e-05,"subname":"Catalyst::res","$color":10,"excl_time":5.56000000058137e-05,"$area":5.56000000058137e-05},"id":"417-Catalyst::res"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Catalyst::BEGIN@33","$color":10,"excl_time":1.15999999999204e-05,"$area":1.15999999999204e-05},"id":"418-Catalyst::BEGIN@33"},{"name":"stash","children":[],"data":{"tip":"<p><b>Catalyst::stash</b></p><p><br />Called 8 times from 4 places in 4 files<br />Inclusive time: 289&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0002894,"subname":"Catalyst::stash","$color":10,"excl_time":0.000115400000005877,"$area":0.000115400000005877},"id":"419-Catalyst::stash"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.08ms, 0.01%<br />Exclusive time: 1.82ms, 0.00%</p>","incl_time":0.0090846,"subname":"Catalyst::BEGIN@19","$color":10,"excl_time":0.00181629999999977,"$area":0.00181629999999977},"id":"420-Catalyst::BEGIN@19"},{"name":"setup_finalize","children":[],"data":{"tip":"<p><b>Catalyst::setup_finalize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":6.62e-05,"subname":"Catalyst::setup_finalize","$color":10,"excl_time":2.23999999997397e-05,"$area":2.23999999997397e-05},"id":"421-Catalyst::setup_finalize"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1966]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1966]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.41s, 10.44%<br />Exclusive time: 565&micro;s, 0.00%</p>","incl_time":7.4106829,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1966]","$color":10,"excl_time":0.000565200000005817,"$area":0.000565200000005817},"id":"422-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1966]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.90ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0049029,"subname":"Catalyst::BEGIN@3","$color":10,"excl_time":1.71000000000043e-05,"$area":1.71000000000043e-05},"id":"423-Catalyst::BEGIN@3"},{"name":"prepare_query_parameters","children":[],"data":{"tip":"<p><b>Catalyst::prepare_query_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 108&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001083,"subname":"Catalyst::prepare_query_parameters","$color":10,"excl_time":1.49999999950411e-05,"$area":1.49999999950411e-05},"id":"424-Catalyst::prepare_query_parameters"},{"name":"state","children":[],"data":{"tip":"<p><b>Catalyst::state</b></p><p><br />Called 30 times from 4 places in 2 files<br />Inclusive time: 617&micro;s, 0.00%</p>","incl_time":0.0006168,"subname":"Catalyst::state","$color":10,"excl_time":0.0006168,"$area":0.0006168},"id":"425-Catalyst::state"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:43]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:43]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:43]","$color":10,"excl_time":7.7e-06,"$area":7.7e-06},"id":"426-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:43]"},{"name":"_stats_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_stats_class_accessor</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 139&micro;s, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0001388,"subname":"Catalyst::_stats_class_accessor","$color":10,"excl_time":8.26999999972211e-05,"$area":8.26999999972211e-05},"id":"427-Catalyst::_stats_class_accessor"},{"name":"finalize_headers","children":[],"data":{"tip":"<p><b>Catalyst::finalize_headers</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.75ms, 0.01%<br />Exclusive time: 769&micro;s, 0.00%</p>","incl_time":0.004746,"subname":"Catalyst::finalize_headers","$color":10,"excl_time":0.000769199999996222,"$area":0.000769199999996222},"id":"428-Catalyst::finalize_headers"},{"name":"config","children":[],"data":{"tip":"<p><b>Catalyst::config</b></p><p><br />Called 74 times from 30 places in 11 files<br />Inclusive time: 5.59ms, 0.01%<br />Exclusive time: 289&micro;s, 0.00%</p>","incl_time":0.0055875,"subname":"Catalyst::config","$color":10,"excl_time":0.000288500000011604,"$area":0.000288500000011604},"id":"429-Catalyst::config"},{"name":"finalize_body","children":[],"data":{"tip":"<p><b>Catalyst::finalize_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.40ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0024017,"subname":"Catalyst::finalize_body","$color":10,"excl_time":2.11999999989929e-05,"$area":2.11999999989929e-05},"id":"430-Catalyst::finalize_body"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>Catalyst::CORE:ftdir</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001031,"subname":"Catalyst::CORE:ftdir","$color":10,"excl_time":3.55999999996688e-05,"$area":3.55999999996688e-05},"id":"431-Catalyst::CORE:ftdir"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.5ms, 0.04%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0305285,"subname":"Catalyst::BEGIN@11","$color":10,"excl_time":0.00106189999999999,"$area":0.00106189999999999},"id":"432-Catalyst::BEGIN@11"},{"name":"setup_dispatcher","children":[],"data":{"tip":"<p><b>Catalyst::setup_dispatcher</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120ms, 0.17%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.1197899,"subname":"Catalyst::setup_dispatcher","$color":10,"excl_time":4.99999999991896e-05,"$area":4.99999999991896e-05},"id":"433-Catalyst::setup_dispatcher"},{"name":"prepare_headers","children":[],"data":{"tip":"<p><b>Catalyst::prepare_headers</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 330&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0003304,"subname":"Catalyst::prepare_headers","$color":10,"excl_time":1.85999999969182e-05,"$area":1.85999999969182e-05},"id":"434-Catalyst::prepare_headers"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:56]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:56]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 388&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.000388,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:56]","$color":10,"excl_time":5.65999999916916e-05,"$area":5.65999999916916e-05},"id":"435-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:56]"},{"name":"_log_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_log_accessor</b></p><p><br />Called 12 times from 6 places in 2 files<br />Inclusive time: 222&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0002218,"subname":"Catalyst::_log_accessor","$color":10,"excl_time":0.000115100000000984,"$area":0.000115100000000984},"id":"436-Catalyst::_log_accessor"},{"name":"import","children":[],"data":{"tip":"<p><b>Catalyst::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 14.8ms, 0.02%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0148409,"subname":"Catalyst::import","$color":10,"excl_time":9.67000000000171e-05,"$area":9.67000000000171e-05},"id":"437-Catalyst::import"},{"name":"prepare_path","children":[],"data":{"tip":"<p><b>Catalyst::prepare_path</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 584&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0005839,"subname":"Catalyst::prepare_path","$color":10,"excl_time":1.46999999954007e-05,"$area":1.46999999954007e-05},"id":"438-Catalyst::prepare_path"},{"name":"prepare_read","children":[],"data":{"tip":"<p><b>Catalyst::prepare_read</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 140&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001405,"subname":"Catalyst::prepare_read","$color":10,"excl_time":1.56999999981877e-05,"$area":1.56999999981877e-05},"id":"439-Catalyst::prepare_read"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.32ms, 0.01%<br />Exclusive time: 4.06ms, 0.01%</p>","incl_time":0.0043233,"subname":"Catalyst::BEGIN@26","$color":10,"excl_time":0.00406260000000011,"$area":0.00406260000000011},"id":"440-Catalyst::BEGIN@26"},{"name":"BEGIN@358","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@358</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"Catalyst::BEGIN@358","$color":10,"excl_time":1.43999999999079e-05,"$area":1.43999999999079e-05},"id":"441-Catalyst::BEGIN@358"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.98ms, 0.01%<br />Exclusive time: 1.80ms, 0.00%</p>","incl_time":0.0039826,"subname":"Catalyst::BEGIN@15","$color":10,"excl_time":0.00180160000000001,"$area":0.00180160000000001},"id":"442-Catalyst::BEGIN@15"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 481&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004812,"subname":"Catalyst::BEGIN@7","$color":10,"excl_time":1.10000000000238e-05,"$area":1.10000000000238e-05},"id":"443-Catalyst::BEGIN@7"},{"name":"prepare_uploads","children":[],"data":{"tip":"<p><b>Catalyst::prepare_uploads</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":6.3e-05,"subname":"Catalyst::prepare_uploads","$color":10,"excl_time":1.74000000017974e-05,"$area":1.74000000017974e-05},"id":"444-Catalyst::prepare_uploads"},{"name":"log_response","children":[],"data":{"tip":"<p><b>Catalyst::log_response</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Catalyst::log_response","$color":10,"excl_time":1.73999999968692e-05,"$area":1.73999999968692e-05},"id":"445-Catalyst::log_response"},{"name":"execute","children":[],"data":{"tip":"<p><b>Catalyst::execute</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 501&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 14.8s</p>","incl_time":7.3785408,"subname":"Catalyst::execute","$color":10,"excl_time":0.000501499999974086,"$area":0.000501499999974086},"id":"446-Catalyst::execute"},{"name":"forward","children":[],"data":{"tip":"<p><b>Catalyst::forward</b></p><p><br />Called 6 times from 4 places in 3 files<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 79&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 7.38s</p>","incl_time":7.3787293,"subname":"Catalyst::forward","$color":10,"excl_time":7.94000000095905e-05,"$area":7.94000000095905e-05},"id":"447-Catalyst::forward"},{"name":"_setup_finished_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_setup_finished_accessor</b></p><p><br />Called 5 times from 3 places in 1 file<br />Inclusive time: 218&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0002182,"subname":"Catalyst::_setup_finished_accessor","$color":10,"excl_time":0.000108099999999665,"$area":0.000108099999999665},"id":"448-Catalyst::_setup_finished_accessor"},{"name":"_arguments_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_arguments_accessor</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 87&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":8.68e-05,"subname":"Catalyst::_arguments_accessor","$color":10,"excl_time":3.86000000002793e-05,"$area":3.86000000002793e-05},"id":"449-Catalyst::_arguments_accessor"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 487&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0004874,"subname":"Catalyst::BEGIN@39","$color":10,"excl_time":0.000387699999999964,"$area":0.000387699999999964},"id":"450-Catalyst::BEGIN@39"},{"name":"request","children":[],"data":{"tip":"<p><b>Catalyst::request</b></p><p><br />Called 82 times from 24 places in 5 files<br />Inclusive time: 584&micro;s, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0005842,"subname":"Catalyst::request","$color":10,"excl_time":0.00019620000000261,"$area":0.00019620000000261},"id":"451-Catalyst::request"},{"name":"finalize_cookies","children":[],"data":{"tip":"<p><b>Catalyst::finalize_cookies</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":9.58e-05,"subname":"Catalyst::finalize_cookies","$color":10,"excl_time":2.08999999986789e-05,"$area":2.08999999986789e-05},"id":"452-Catalyst::finalize_cookies"},{"name":"setup_log","children":[],"data":{"tip":"<p><b>Catalyst::setup_log</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 896&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0008963,"subname":"Catalyst::setup_log","$color":10,"excl_time":3.03000000006327e-05,"$area":3.03000000006327e-05},"id":"453-Catalyst::setup_log"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Catalyst::BEGIN@18","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"454-Catalyst::BEGIN@18"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29.3ms, 0.04%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0293491,"subname":"Catalyst::BEGIN@32","$color":10,"excl_time":0.00107750000000015,"$area":0.00107750000000015},"id":"455-Catalyst::BEGIN@32"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 250&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002498,"subname":"Catalyst::BEGIN@6","$color":10,"excl_time":1.00999999999907e-05,"$area":1.00999999999907e-05},"id":"456-Catalyst::BEGIN@6"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Catalyst::BEGIN@23","$color":10,"excl_time":5.3e-06,"$area":5.3e-06},"id":"457-Catalyst::BEGIN@23"},{"name":"depth","children":[],"data":{"tip":"<p><b>Catalyst::depth</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":7.84e-05,"subname":"Catalyst::depth","$color":10,"excl_time":5.54999999881838e-05,"$area":5.54999999881838e-05},"id":"458-Catalyst::depth"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 180&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001796,"subname":"Catalyst::BEGIN@31","$color":10,"excl_time":1.38000000000063e-05,"$area":1.38000000000063e-05},"id":"459-Catalyst::BEGIN@31"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:48]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:48]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:48]","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"460-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:48]"},{"name":"get_action","children":[],"data":{"tip":"<p><b>Catalyst::get_action</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 231&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0002306,"subname":"Catalyst::get_action","$color":10,"excl_time":5.04999999861059e-05,"$area":5.04999999861059e-05},"id":"461-Catalyst::get_action"},{"name":"_loading_psgi_file_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_loading_psgi_file_accessor</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"Catalyst::_loading_psgi_file_accessor","$color":10,"excl_time":3.46000000007572e-05,"$area":3.46000000007572e-05},"id":"462-Catalyst::_loading_psgi_file_accessor"},{"name":"setup_component","children":[],"data":{"tip":"<p><b>Catalyst::setup_component</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 801ms, 1.13%<br />Exclusive time: 242&micro;s, 0.00%</p>","incl_time":0.8009045,"subname":"Catalyst::setup_component","$color":10,"excl_time":0.000242399999997044,"$area":0.000242399999997044},"id":"463-Catalyst::setup_component"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.17ms, 0.00%<br />Exclusive time: 703&micro;s, 0.00%</p>","incl_time":0.0021742,"subname":"Catalyst::BEGIN@27","$color":10,"excl_time":0.000702799999999989,"$area":0.000702799999999989},"id":"464-Catalyst::BEGIN@27"},{"name":"prepare_body_parameters","children":[],"data":{"tip":"<p><b>Catalyst::prepare_body_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.42e-05,"subname":"Catalyst::prepare_body_parameters","$color":10,"excl_time":1.42999999945583e-05,"$area":1.42999999945583e-05},"id":"465-Catalyst::prepare_body_parameters"},{"name":"model","children":[],"data":{"tip":"<p><b>Catalyst::model</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 995&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0009955,"subname":"Catalyst::model","$color":10,"excl_time":3.84000000062842e-05,"$area":3.84000000062842e-05},"id":"466-Catalyst::model"},{"name":"prepare_body","children":[],"data":{"tip":"<p><b>Catalyst::prepare_body</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 614&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0006138,"subname":"Catalyst::prepare_body","$color":10,"excl_time":4.50000000018514e-05,"$area":4.50000000018514e-05},"id":"467-Catalyst::prepare_body"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61.0ms, 0.09%<br />Exclusive time: 1.63ms, 0.00%</p>","incl_time":0.0609893,"subname":"Catalyst::BEGIN@14","$color":10,"excl_time":0.00162989999999994,"$area":0.00162989999999994},"id":"468-Catalyst::BEGIN@14"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Catalyst::meta","$color":10,"excl_time":7.5000000000035e-06,"$area":7.5000000000035e-06},"id":"469-Catalyst::meta"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"Catalyst::BEGIN@35","$color":10,"excl_time":9.40000000010777e-06,"$area":9.40000000010777e-06},"id":"470-Catalyst::BEGIN@35"},{"name":"_engine_loader_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_engine_loader_accessor</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":9.2e-05,"subname":"Catalyst::_engine_loader_accessor","$color":10,"excl_time":5.22999999996911e-05,"$area":5.22999999996911e-05},"id":"471-Catalyst::_engine_loader_accessor"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.62ms, 0.00%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0026176,"subname":"Catalyst::BEGIN@20","$color":10,"excl_time":0.00255680000000003,"$area":0.00255680000000003},"id":"472-Catalyst::BEGIN@20"},{"name":"_register_plugin","children":[],"data":{"tip":"<p><b>Catalyst::_register_plugin</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6.94ms, 0.01%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0069431,"subname":"Catalyst::_register_plugin","$color":10,"excl_time":0.000106399999999971,"$area":0.000106399999999971},"id":"473-Catalyst::_register_plugin"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:44]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:44]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:44]","$color":10,"excl_time":5.7e-06,"$area":5.7e-06},"id":"474-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:44]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:2032]","children":[],"data":{"tip":"<p><b>Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:2032]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4.46ms, 0.01%<br />Exclusive time: 126&micro;s, 0.00%</p>","incl_time":0.0044632,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:2032]","$color":10,"excl_time":0.000125500000005552,"$area":0.000125500000005552},"id":"475-Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:2032]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Catalyst::BEGIN@17","$color":10,"excl_time":1.13999999999089e-05,"$area":1.13999999999089e-05},"id":"476-Catalyst::BEGIN@17"},{"name":"prepare","children":[],"data":{"tip":"<p><b>Catalyst::prepare</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 9.71ms, 0.01%<br />Exclusive time: 195&micro;s, 0.00%</p>","incl_time":0.0097088,"subname":"Catalyst::prepare","$color":10,"excl_time":0.000194999999994987,"$area":0.000194999999994987},"id":"477-Catalyst::prepare"},{"name":"_engine_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_engine_accessor</b></p><p><br />Called 27 times from 17 places in 1 file<br />Inclusive time: 481&micro;s, 0.00%<br />Exclusive time: 239&micro;s, 0.00%</p>","incl_time":0.0004814,"subname":"Catalyst::_engine_accessor","$color":10,"excl_time":0.000238700000003291,"$area":0.000238700000003291},"id":"478-Catalyst::_engine_accessor"},{"name":"response","children":[],"data":{"tip":"<p><b>Catalyst::response</b></p><p><br />Called 21 times from 15 places in 4 files<br />Inclusive time: 398&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0003979,"subname":"Catalyst::response","$color":10,"excl_time":0.00012800000000162,"$area":0.00012800000000162},"id":"479-Catalyst::response"},{"name":"use_stats","children":[],"data":{"tip":"<p><b>Catalyst::use_stats</b></p><p><br />Called 19 times from 4 places in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Catalyst::use_stats","$color":10,"excl_time":4.31e-05,"$area":4.31e-05},"id":"480-Catalyst::use_stats"},{"name":"setup","children":[],"data":{"tip":"<p><b>Catalyst::setup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.58s, 2.23%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":1.5789974,"subname":"Catalyst::setup","$color":10,"excl_time":0.000287900000000452,"$area":0.000287900000000452},"id":"481-Catalyst::setup"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 389&micro;s, 0.00%<br />Exclusive time: 334&micro;s, 0.00%</p>","incl_time":0.0003894,"subname":"Catalyst::BEGIN@38","$color":10,"excl_time":0.000333500000000224,"$area":0.000333500000000224},"id":"482-Catalyst::BEGIN@38"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 220&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0002201,"subname":"Catalyst::DESTROY","$color":10,"excl_time":3.09999999999469e-05,"$area":3.09999999999469e-05},"id":"483-Catalyst::DESTROY"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18.7ms, 0.03%<br />Exclusive time: 253&micro;s, 0.00%</p>","incl_time":0.0186831,"subname":"Catalyst::BEGIN@10","$color":10,"excl_time":0.000252500000000037,"$area":0.000252500000000037},"id":"484-Catalyst::BEGIN@10"},{"name":"component","children":[],"data":{"tip":"<p><b>Catalyst::component</b></p><p><br />Called 9 times from 2 places in 2 files<br />Inclusive time: 472&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.000472,"subname":"Catalyst::component","$color":10,"excl_time":0.000128499999993287,"$area":0.000128499999993287},"id":"485-Catalyst::component"},{"name":"setup_home","children":[],"data":{"tip":"<p><b>Catalyst::setup_home</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7.67ms, 0.01%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0076697,"subname":"Catalyst::setup_home","$color":10,"excl_time":5.96000000000468e-05,"$area":5.96000000000468e-05},"id":"486-Catalyst::setup_home"},{"name":"::ActionChain","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Catalyst::ActionChain::meta","$color":1,"excl_time":7.29999999995662e-06,"$area":7.29999999995662e-06},"id":"488-Catalyst::ActionChain::meta"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.44e-05,"subname":"Catalyst::ActionChain::BEGIN@7","$color":1,"excl_time":9.19999999999251e-06,"$area":9.19999999999251e-06},"id":"489-Catalyst::ActionChain::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.23ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042347,"subname":"Catalyst::ActionChain::BEGIN@3","$color":1,"excl_time":1.57000000000273e-05,"$area":1.57000000000273e-05},"id":"490-Catalyst::ActionChain::BEGIN@3"}],"data":{"$area":3.21999999999765e-05},"id":"n487"},{"name":"::View","children":[{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>Catalyst::View::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.89e-05,"subname":"Catalyst::View::BEGIN@60","$color":3,"excl_time":9.79999999971382e-06,"$area":9.79999999971382e-06},"id":"492-Catalyst::View::BEGIN@60"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::View::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.58ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0045756,"subname":"Catalyst::View::BEGIN@3","$color":3,"excl_time":1.94999999997151e-05,"$area":1.94999999997151e-05},"id":"493-Catalyst::View::BEGIN@3"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::View::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Catalyst::View::meta","$color":3,"excl_time":7.69999999986285e-06,"$area":7.69999999986285e-06},"id":"494-Catalyst::View::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::View::new</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 8.45ms, 0.01%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0084515,"subname":"Catalyst::View::new","$color":3,"excl_time":3.50000000017277e-05,"$area":3.50000000017277e-05},"id":"495-Catalyst::View::new"},{"name":"::TT","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.91e-05,"subname":"Catalyst::View::TT::BEGIN@7","$color":5,"excl_time":1.28000000003439e-05,"$area":1.28000000003439e-05},"id":"497-Catalyst::View::TT::BEGIN@7"},{"name":"expose_methods","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::expose_methods</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.86e-05,"subname":"Catalyst::View::TT::expose_methods","$color":5,"excl_time":8.0999999998501e-06,"$area":8.0999999998501e-06},"id":"498-Catalyst::View::TT::expose_methods"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13.2ms, 0.02%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0132143,"subname":"Catalyst::View::TT::new","$color":5,"excl_time":7.07000000006331e-05,"$area":7.07000000006331e-05},"id":"499-Catalyst::View::TT::new"},{"name":"include_path","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::include_path</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 159&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0001589,"subname":"Catalyst::View::TT::include_path","$color":5,"excl_time":1.87999999996906e-05,"$area":1.87999999996906e-05},"id":"500-Catalyst::View::TT::include_path"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.3ms, 0.02%<br />Exclusive time: 1.05ms, 0.00%</p>","incl_time":0.0153459,"subname":"Catalyst::View::TT::BEGIN@8","$color":5,"excl_time":0.00104819999999892,"$area":0.00104819999999892},"id":"501-Catalyst::View::TT::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Catalyst::View::TT::BEGIN@4","$color":5,"excl_time":1.25999999996284e-05,"$area":1.25999999996284e-05},"id":"502-Catalyst::View::TT::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Catalyst::View::TT::BEGIN@10","$color":5,"excl_time":1.03000000001875e-05,"$area":1.03000000001875e-05},"id":"503-Catalyst::View::TT::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.32ms, 0.01%<br />Exclusive time: 587&micro;s, 0.00%</p>","incl_time":0.0043237,"subname":"Catalyst::View::TT::BEGIN@9","$color":5,"excl_time":0.000586500000000227,"$area":0.000586500000000227},"id":"504-Catalyst::View::TT::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"Catalyst::View::TT::BEGIN@11","$color":5,"excl_time":7.20000000006176e-06,"$area":7.20000000006176e-06},"id":"505-Catalyst::View::TT::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.19ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0091866,"subname":"Catalyst::View::TT::BEGIN@6","$color":5,"excl_time":9.50000000039461e-06,"$area":9.50000000039461e-06},"id":"506-Catalyst::View::TT::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::View::TT::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"Catalyst::View::TT::BEGIN@3","$color":5,"excl_time":2.37999999997682e-05,"$area":2.37999999997682e-05},"id":"507-Catalyst::View::TT::BEGIN@3"}],"data":{"$area":0.00180849999999971},"id":"n496"},{"name":"::JSON","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Catalyst::View::JSON::CORE:match","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"509-Catalyst::View::JSON::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Catalyst::View::JSON::BEGIN@5","$color":7,"excl_time":1.85e-05,"$area":1.85e-05},"id":"510-Catalyst::View::JSON::BEGIN@5"},{"name":"expose_stash","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::expose_stash</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001183,"subname":"Catalyst::View::JSON::expose_stash","$color":7,"excl_time":1.10000000001897e-05,"$area":1.10000000001897e-05},"id":"511-Catalyst::View::JSON::expose_stash"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::CORE:subst</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 400ns, 0.00%</p>","incl_time":4e-07,"subname":"Catalyst::View::JSON::CORE:subst","$color":7,"excl_time":4e-07,"$area":4e-07},"id":"512-Catalyst::View::JSON::CORE:subst"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.76ms, 0.01%<br />Exclusive time: 2.53ms, 0.00%</p>","incl_time":0.0057602,"subname":"Catalyst::View::JSON::new","$color":7,"excl_time":0.00253050000000055,"$area":0.00253050000000055},"id":"513-Catalyst::View::JSON::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Catalyst::View::JSON::BEGIN@10","$color":7,"excl_time":8.49999999986022e-06,"$area":8.49999999986022e-06},"id":"514-Catalyst::View::JSON::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Catalyst::View::JSON::BEGIN@3","$color":7,"excl_time":1.37999999998142e-05,"$area":1.37999999998142e-05},"id":"515-Catalyst::View::JSON::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Catalyst::View::JSON::BEGIN@8","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"516-Catalyst::View::JSON::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.31e-05,"subname":"Catalyst::View::JSON::BEGIN@7","$color":7,"excl_time":8.09999999979622e-06,"$area":8.09999999979622e-06},"id":"517-Catalyst::View::JSON::BEGIN@7"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Catalyst::View::JSON::BEGIN@9","$color":7,"excl_time":7.6999999998611e-06,"$area":7.6999999998611e-06},"id":"518-Catalyst::View::JSON::BEGIN@9"},{"name":"json_dumper","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::json_dumper</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000123,"subname":"Catalyst::View::JSON::json_dumper","$color":7,"excl_time":1.1299999999397e-05,"$area":1.1299999999397e-05},"id":"519-Catalyst::View::JSON::json_dumper"}],"data":{"$area":0.00261619999999947},"id":"n508"},{"name":"::Download","children":[{"name":"::Plain","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::View::Download::Plain::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@3","$color":9,"excl_time":1.40999999998142e-05,"$area":1.40999999998142e-05},"id":"522-Catalyst::View::Download::Plain::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::View::Download::Plain::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.32e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@5","$color":9,"excl_time":8.10000000040395e-06,"$area":8.10000000040395e-06},"id":"523-Catalyst::View::Download::Plain::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::View::Download::Plain::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@4","$color":9,"excl_time":8.80000000023793e-06,"$area":8.80000000023793e-06},"id":"524-Catalyst::View::Download::Plain::BEGIN@4"}],"data":{"$area":3.10000000004561e-05},"id":"n521"}],"data":{"$area":3.10000000004561e-05},"id":"n520"}],"data":{"$area":0.00452770000000065},"id":"n491"},{"name":"::Model","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Model::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.44ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0044403,"subname":"Catalyst::Model::BEGIN@3","$color":0,"excl_time":1.94999999998859e-05,"$area":1.94999999998859e-05},"id":"526-Catalyst::Model::BEGIN@3"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Model::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Catalyst::Model::meta","$color":0,"excl_time":7.30000000019016e-06,"$area":7.30000000019016e-06},"id":"527-Catalyst::Model::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Model::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.37e-05,"subname":"Catalyst::Model::BEGIN@6","$color":0,"excl_time":9.29999999957142e-06,"$area":9.29999999957142e-06},"id":"528-Catalyst::Model::BEGIN@6"},{"name":"::KiokuDB","children":[{"name":"save_scope","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::save_scope</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 841&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0008408,"subname":"Catalyst::Model::KiokuDB::save_scope","$color":2,"excl_time":8.40000000022185e-05,"$area":8.40000000022185e-05},"id":"530-Catalyst::Model::KiokuDB::save_scope"},{"name":"setup_scope_guard","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::setup_scope_guard</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.000152,"subname":"Catalyst::Model::KiokuDB::setup_scope_guard","$color":2,"excl_time":5.84000000004171e-05,"$area":5.84000000004171e-05},"id":"531-Catalyst::Model::KiokuDB::setup_scope_guard"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:76]","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:76]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:76]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"532-Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:76]"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 775ms, 1.09%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.7745045,"subname":"Catalyst::Model::KiokuDB::new","$color":2,"excl_time":1.54000000005539e-05,"$area":1.54000000005539e-05},"id":"533-Catalyst::Model::KiokuDB::new"},{"name":"clear_leaks","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::clear_leaks</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Catalyst::Model::KiokuDB::clear_leaks","$color":2,"excl_time":1.86e-05,"$area":1.86e-05},"id":"534-Catalyst::Model::KiokuDB::clear_leaks"},{"name":"report_leaks","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::report_leaks</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Catalyst::Model::KiokuDB::report_leaks","$color":2,"excl_time":1.94e-05,"$area":1.94e-05},"id":"535-Catalyst::Model::KiokuDB::report_leaks"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003604,"subname":"Catalyst::Model::KiokuDB::BEGIN@13","$color":2,"excl_time":1.03999999999275e-05,"$area":1.03999999999275e-05},"id":"536-Catalyst::Model::KiokuDB::BEGIN@13"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@4","$color":2,"excl_time":1.46000000003751e-05,"$area":1.46000000003751e-05},"id":"537-Catalyst::Model::KiokuDB::BEGIN@4"},{"name":"_new_model","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::_new_model</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 772ms, 1.09%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.7720045,"subname":"Catalyst::Model::KiokuDB::_new_model","$color":2,"excl_time":1.83000000002487e-05,"$area":1.83000000002487e-05},"id":"538-Catalyst::Model::KiokuDB::_new_model"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.42ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0044249,"subname":"Catalyst::Model::KiokuDB::BEGIN@2","$color":2,"excl_time":1.66000000003013e-05,"$area":1.66000000003013e-05},"id":"539-Catalyst::Model::KiokuDB::BEGIN@2"},{"name":"directory","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::directory</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 302&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0003017,"subname":"Catalyst::Model::KiokuDB::directory","$color":2,"excl_time":4.36000000036249e-05,"$area":4.36000000036249e-05},"id":"540-Catalyst::Model::KiokuDB::directory"},{"name":"_model","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::_model</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Catalyst::Model::KiokuDB::_model","$color":2,"excl_time":9.59999999972044e-06,"$area":9.59999999972044e-06},"id":"541-Catalyst::Model::KiokuDB::_model"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@8","$color":2,"excl_time":1.87999999998282e-05,"$area":1.87999999998282e-05},"id":"542-Catalyst::Model::KiokuDB::BEGIN@8"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@9","$color":2,"excl_time":9.00000000024755e-06,"$area":9.00000000024755e-06},"id":"543-Catalyst::Model::KiokuDB::BEGIN@9"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 773ms, 1.09%<br />Exclusive time: 126&micro;s, 0.00%</p>","incl_time":0.7726458,"subname":"Catalyst::Model::KiokuDB::BUILD","$color":2,"excl_time":0.000126300000002244,"$area":0.000126300000002244},"id":"544-Catalyst::Model::KiokuDB::BUILD"},{"name":"scope_guard_needed","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::scope_guard_needed</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Catalyst::Model::KiokuDB::scope_guard_needed","$color":2,"excl_time":1.18999999997691e-05,"$area":1.18999999997691e-05},"id":"545-Catalyst::Model::KiokuDB::scope_guard_needed"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Catalyst::Model::KiokuDB::BEGIN@7","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"546-Catalyst::Model::KiokuDB::BEGIN@7"},{"name":"has_model","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::has_model</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"Catalyst::Model::KiokuDB::has_model","$color":2,"excl_time":2.1e-06,"$area":2.1e-06},"id":"547-Catalyst::Model::KiokuDB::has_model"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:198]","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:198]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 802&micro;s, 0.00%<br />Exclusive time: 369&micro;s, 0.00%</p>","incl_time":0.0008019,"subname":"Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:198]","$color":2,"excl_time":0.000369399999997722,"$area":0.000369399999997722},"id":"548-Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:198]"},{"name":"manage_scope","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::manage_scope</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Catalyst::Model::KiokuDB::manage_scope","$color":2,"excl_time":6.5e-06,"$area":6.5e-06},"id":"549-Catalyst::Model::KiokuDB::manage_scope"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.42e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@6","$color":2,"excl_time":8.09999999963805e-06,"$area":8.09999999963805e-06},"id":"550-Catalyst::Model::KiokuDB::BEGIN@6"},{"name":"ACCEPT_CONTEXT","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::ACCEPT_CONTEXT</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 884&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0008844,"subname":"Catalyst::Model::KiokuDB::ACCEPT_CONTEXT","$color":2,"excl_time":3.33000000086663e-05,"$area":3.33000000086663e-05},"id":"551-Catalyst::Model::KiokuDB::ACCEPT_CONTEXT"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Catalyst::Model::KiokuDB::CORE:match","$color":2,"excl_time":6.4e-06,"$area":6.4e-06},"id":"552-Catalyst::Model::KiokuDB::CORE:match"},{"name":"model","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::model</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Catalyst::Model::KiokuDB::model","$color":2,"excl_time":9.1e-06,"$area":9.1e-06},"id":"553-Catalyst::Model::KiokuDB::model"},{"name":"dsn","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::dsn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Catalyst::Model::KiokuDB::dsn","$color":2,"excl_time":3.3e-06,"$area":3.3e-06},"id":"554-Catalyst::Model::KiokuDB::dsn"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Catalyst::Model::KiokuDB::meta","$color":2,"excl_time":7.69999999967619e-06,"$area":7.69999999967619e-06},"id":"555-Catalyst::Model::KiokuDB::meta"},{"name":"model_args","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::model_args</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Catalyst::Model::KiokuDB::model_args","$color":2,"excl_time":3.3e-06,"$area":3.3e-06},"id":"556-Catalyst::Model::KiokuDB::model_args"},{"name":"has_dsn","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::has_dsn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Catalyst::Model::KiokuDB::has_dsn","$color":2,"excl_time":2.2e-06,"$area":2.2e-06},"id":"557-Catalyst::Model::KiokuDB::has_dsn"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@5","$color":2,"excl_time":1.08999999999627e-05,"$area":1.08999999999627e-05},"id":"558-Catalyst::Model::KiokuDB::BEGIN@5"}],"data":{"$area":0.000944800000015141},"id":"n529"}],"data":{"$area":0.000980900000014789},"id":"n525"},{"name":"::EngineLoader","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.18ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0051789,"subname":"Catalyst::EngineLoader::BEGIN@2","$color":4,"excl_time":1.98000000000281e-05,"$area":1.98000000000281e-05},"id":"560-Catalyst::EngineLoader::BEGIN@2"},{"name":"catalyst_engine_class","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::catalyst_engine_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":8.48e-05,"subname":"Catalyst::EngineLoader::catalyst_engine_class","$color":4,"excl_time":3.01000000002589e-05,"$area":3.01000000002589e-05},"id":"561-Catalyst::EngineLoader::catalyst_engine_class"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Catalyst::EngineLoader::BEGIN@4","$color":4,"excl_time":6.1e-06,"$area":6.1e-06},"id":"562-Catalyst::EngineLoader::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"Catalyst::EngineLoader::new","$color":4,"excl_time":3.67999999998133e-05,"$area":3.67999999998133e-05},"id":"563-Catalyst::EngineLoader::new"},{"name":"_guess_catalyst_engine_class","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::_guess_catalyst_engine_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"Catalyst::EngineLoader::_guess_catalyst_engine_class","$color":4,"excl_time":2.03000000003891e-05,"$area":2.03000000003891e-05},"id":"564-Catalyst::EngineLoader::_guess_catalyst_engine_class"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Catalyst::EngineLoader::meta","$color":4,"excl_time":1.27000000000265e-05,"$area":1.27000000000265e-05},"id":"565-Catalyst::EngineLoader::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"Catalyst::EngineLoader::BEGIN@5","$color":4,"excl_time":9.10000000007677e-06,"$area":9.10000000007677e-06},"id":"566-Catalyst::EngineLoader::BEGIN@5"},{"name":"application_name","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::application_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Catalyst::EngineLoader::application_name","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"567-Catalyst::EngineLoader::application_name"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::EngineLoader::BEGIN@3","$color":4,"excl_time":8.4e-06,"$area":8.4e-06},"id":"568-Catalyst::EngineLoader::BEGIN@3"},{"name":"has_requested_engine","children":[],"data":{"tip":"<p><b>Catalyst::EngineLoader::has_requested_engine</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Catalyst::EngineLoader::has_requested_engine","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"569-Catalyst::EngineLoader::has_requested_engine"}],"data":{"$area":0.000150400000000593},"id":"n559"},{"name":"::Utils","children":[{"name":"class2appclass","children":[],"data":{"tip":"<p><b>Catalyst::Utils::class2appclass</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0001166,"subname":"Catalyst::Utils::class2appclass","$color":6,"excl_time":6.93999999990868e-05,"$area":6.93999999990868e-05},"id":"571-Catalyst::Utils::class2appclass"},{"name":"class2classsuffix","children":[],"data":{"tip":"<p><b>Catalyst::Utils::class2classsuffix</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 254&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0002544,"subname":"Catalyst::Utils::class2classsuffix","$color":6,"excl_time":9.59000000013819e-05,"$area":9.59000000013819e-05},"id":"572-Catalyst::Utils::class2classsuffix"},{"name":"home","children":[],"data":{"tip":"<p><b>Catalyst::Utils::home</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6.77ms, 0.01%<br />Exclusive time: 227&micro;s, 0.00%</p>","incl_time":0.0067745,"subname":"Catalyst::Utils::home","$color":6,"excl_time":0.000227399999999861,"$area":0.000227399999999861},"id":"573-Catalyst::Utils::home"},{"name":"ensure_class_loaded","children":[],"data":{"tip":"<p><b>Catalyst::Utils::ensure_class_loaded</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 353ms, 0.50%<br />Exclusive time: 8.73ms, 0.01%</p>","incl_time":0.3527345,"subname":"Catalyst::Utils::ensure_class_loaded","$color":6,"excl_time":0.00872500000000058,"$area":0.00872500000000058},"id":"574-Catalyst::Utils::ensure_class_loaded"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Utils::CORE:match</b></p><p><br />Called 47 times from 6 places in 1 file<br />Inclusive time: 323&micro;s, 0.00%<br />Exclusive time: 211&micro;s, 0.00%</p>","incl_time":0.0003234,"subname":"Catalyst::Utils::CORE:match","$color":6,"excl_time":0.000210500000000473,"$area":0.000210500000000473},"id":"575-Catalyst::Utils::CORE:match"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Utils::CORE:subst</b></p><p><br />Called 37 times from 7 places in 1 file<br />Inclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0001042,"subname":"Catalyst::Utils::CORE:subst","$color":6,"excl_time":0.0001042,"$area":0.0001042},"id":"576-Catalyst::Utils::CORE:subst"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"Catalyst::Utils::BEGIN@9","$color":6,"excl_time":9.70000000003252e-06,"$area":9.70000000003252e-06},"id":"577-Catalyst::Utils::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Catalyst::Utils::BEGIN@2","$color":6,"excl_time":8.59999999996412e-06,"$area":8.59999999996412e-06},"id":"578-Catalyst::Utils::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.17ms, 0.00%<br />Exclusive time: 507&micro;s, 0.00%</p>","incl_time":0.0011688,"subname":"Catalyst::Utils::BEGIN@11","$color":6,"excl_time":0.000507200000000071,"$area":0.000507200000000071},"id":"579-Catalyst::Utils::BEGIN@11"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"Catalyst::Utils::BEGIN@3","$color":6,"excl_time":3.22999999999469e-05,"$area":3.22999999999469e-05},"id":"580-Catalyst::Utils::BEGIN@3"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Catalyst::Utils::CORE:regcomp</b></p><p><br />Called 11 times from 2 places in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Catalyst::Utils::CORE:regcomp","$color":6,"excl_time":5.48e-05,"$area":5.48e-05},"id":"581-Catalyst::Utils::CORE:regcomp"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Catalyst::Utils::BEGIN@4","$color":6,"excl_time":8.2e-06,"$area":8.2e-06},"id":"582-Catalyst::Utils::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Catalyst::Utils::BEGIN@7","$color":6,"excl_time":9e-06,"$area":9e-06},"id":"583-Catalyst::Utils::BEGIN@7"},{"name":"dist_indicator_file_list","children":[],"data":{"tip":"<p><b>Catalyst::Utils::dist_indicator_file_list</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Catalyst::Utils::dist_indicator_file_list","$color":6,"excl_time":5.3e-06,"$area":5.3e-06},"id":"584-Catalyst::Utils::dist_indicator_file_list"},{"name":"appprefix","children":[],"data":{"tip":"<p><b>Catalyst::Utils::appprefix</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::Utils::appprefix","$color":6,"excl_time":7.50000000018754e-06,"$area":7.50000000018754e-06},"id":"585-Catalyst::Utils::appprefix"},{"name":"resolve_namespace","children":[],"data":{"tip":"<p><b>Catalyst::Utils::resolve_namespace</b></p><p><br />Called 10 times from 3 places in 3 files<br />Inclusive time: 459&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0004587,"subname":"Catalyst::Utils::resolve_namespace","$color":6,"excl_time":9.15000000005432e-05,"$area":9.15000000005432e-05},"id":"586-Catalyst::Utils::resolve_namespace"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Catalyst::Utils::BEGIN@5","$color":6,"excl_time":1.38e-05,"$area":1.38e-05},"id":"587-Catalyst::Utils::BEGIN@5"},{"name":"class2prefix","children":[],"data":{"tip":"<p><b>Catalyst::Utils::class2prefix</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 129&micro;s, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0001294,"subname":"Catalyst::Utils::class2prefix","$color":6,"excl_time":8.62000000031986e-05,"$area":8.62000000031986e-05},"id":"588-Catalyst::Utils::class2prefix"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 230&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002298,"subname":"Catalyst::Utils::BEGIN@13","$color":6,"excl_time":1.12000000000423e-05,"$area":1.12000000000423e-05},"id":"589-Catalyst::Utils::BEGIN@13"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":8.68e-05,"subname":"Catalyst::Utils::BEGIN@6","$color":6,"excl_time":2.9200000000009e-05,"$area":2.9200000000009e-05},"id":"590-Catalyst::Utils::BEGIN@6"},{"name":"merge_hashes","children":[],"data":{"tip":"<p><b>Catalyst::Utils::merge_hashes</b></p><p><br />Called 32 times from 4 places in 3 files<br />Inclusive time: 328&micro;s, 0.00%<br />Exclusive time: 328&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 15&micro;s</p>","incl_time":0.0003284,"subname":"Catalyst::Utils::merge_hashes","$color":6,"excl_time":0.000328400000000007,"$area":0.000328400000000007},"id":"591-Catalyst::Utils::merge_hashes"},{"name":"class2env","children":[],"data":{"tip":"<p><b>Catalyst::Utils::class2env</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"Catalyst::Utils::class2env","$color":6,"excl_time":5.95999999999592e-05,"$area":5.95999999999592e-05},"id":"592-Catalyst::Utils::class2env"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>Catalyst::Utils::CORE:ftfile</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 487&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0004869,"subname":"Catalyst::Utils::CORE:ftfile","$color":6,"excl_time":6.70000000001934e-05,"$area":6.70000000001934e-05},"id":"593-Catalyst::Utils::CORE:ftfile"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Catalyst::Utils::BEGIN@1","$color":6,"excl_time":1.5100000000019e-05,"$area":1.5100000000019e-05},"id":"594-Catalyst::Utils::BEGIN@1"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Catalyst::Utils::BEGIN@8","$color":6,"excl_time":9.69999999997375e-06,"$area":9.69999999997375e-06},"id":"595-Catalyst::Utils::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Utils::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::Utils::BEGIN@10","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"596-Catalyst::Utils::BEGIN@10"},{"name":"env_value","children":[],"data":{"tip":"<p><b>Catalyst::Utils::env_value</b></p><p><br />Called 9 times from 7 places in 3 files<br />Inclusive time: 201&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0002009,"subname":"Catalyst::Utils::env_value","$color":6,"excl_time":0.000128299999999356,"$area":0.000128299999999356},"id":"597-Catalyst::Utils::env_value"}],"data":{"$area":0.0109207000000049},"id":"n570"},{"name":"::Plugin","children":[{"name":"::Static","children":[{"name":"::Simple","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.09ms, 0.00%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0020947,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@7","$color":8,"excl_time":0.00105510000000053,"$area":0.00105510000000053},"id":"601-Catalyst::Plugin::Static::Simple::BEGIN@7"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::CORE:subst</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Catalyst::Plugin::Static::Simple::CORE:subst","$color":8,"excl_time":1.9e-06,"$area":1.9e-06},"id":"602-Catalyst::Plugin::Static::Simple::CORE:subst"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@4","$color":8,"excl_time":1.7099999999784e-05,"$area":1.7099999999784e-05},"id":"603-Catalyst::Plugin::Static::Simple::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@5","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"604-Catalyst::Plugin::Static::Simple::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.16ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0031599,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@3","$color":8,"excl_time":1.75999999996244e-05,"$area":1.75999999996244e-05},"id":"605-Catalyst::Plugin::Static::Simple::BEGIN@3"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@10","$color":8,"excl_time":9.59999999992549e-06,"$area":9.59999999992549e-06},"id":"606-Catalyst::Plugin::Static::Simple::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.66ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0026564,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@8","$color":8,"excl_time":1.13999999997697e-05,"$area":1.13999999997697e-05},"id":"607-Catalyst::Plugin::Static::Simple::BEGIN@8"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@9","$color":8,"excl_time":1.34999999998142e-05,"$area":1.34999999998142e-05},"id":"608-Catalyst::Plugin::Static::Simple::BEGIN@9"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1e-06,"subname":"Catalyst::Plugin::Static::Simple::CORE:match","$color":8,"excl_time":1e-06,"$area":1e-06},"id":"609-Catalyst::Plugin::Static::Simple::CORE:match"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Static::Simple::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@6","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"610-Catalyst::Plugin::Static::Simple::BEGIN@6"}],"data":{"$area":0.00113569999999944},"id":"n600"}],"data":{"$area":0.00113569999999944},"id":"n599"},{"name":"::ConfigLoader","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22.8ms, 0.03%<br />Exclusive time: 2.13ms, 0.00%</p>","incl_time":0.0228369,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@8","$color":10,"excl_time":0.00212929999999762,"$area":0.00212929999999762},"id":"612-Catalyst::Plugin::ConfigLoader::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@4","$color":10,"excl_time":1.06999999997239e-05,"$area":1.06999999997239e-05},"id":"613-Catalyst::Plugin::ConfigLoader::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@9","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"614-Catalyst::Plugin::ConfigLoader::BEGIN@9"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::CORE:ftdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.6e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:ftdir","$color":10,"excl_time":7.3000000000784e-06,"$area":7.3000000000784e-06},"id":"615-Catalyst::Plugin::ConfigLoader::CORE:ftdir"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/ConfigLoader.pm:269]","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/ConfigLoader.pm:269]</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 1.65ms, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0016522,"subname":"Catalyst::Plugin::ConfigLoader::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/ConfigLoader.pm:269]","$color":10,"excl_time":8.28000000007231e-05,"$area":8.28000000007231e-05},"id":"616-Catalyst::Plugin::ConfigLoader::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/ConfigLoader.pm:269]"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::CORE:regcomp</b></p><p><br />Called 19 times from 2 places in 1 file<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.14e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:regcomp","$color":10,"excl_time":5.14e-05,"$area":5.14e-05},"id":"617-Catalyst::Plugin::ConfigLoader::CORE:regcomp"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"Catalyst::Plugin::ConfigLoader::CORE:sort","$color":10,"excl_time":1.2e-06,"$area":1.2e-06},"id":"618-Catalyst::Plugin::ConfigLoader::CORE:sort"},{"name":"finalize_config","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::finalize_config</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.18ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0051812,"subname":"Catalyst::Plugin::ConfigLoader::finalize_config","$color":10,"excl_time":2.58999999998037e-05,"$area":2.58999999998037e-05},"id":"619-Catalyst::Plugin::ConfigLoader::finalize_config"},{"name":"setup","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::setup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33.9ms, 0.05%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0339088,"subname":"Catalyst::Plugin::ConfigLoader::setup","$color":10,"excl_time":0.000110900000000289,"$area":0.000110900000000289},"id":"620-Catalyst::Plugin::ConfigLoader::setup"},{"name":"config_substitutions","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::config_substitutions</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 438&micro;s, 0.00%</p>","incl_time":0.0015694,"subname":"Catalyst::Plugin::ConfigLoader::config_substitutions","$color":10,"excl_time":0.000437900000003934,"$area":0.000437900000003934},"id":"621-Catalyst::Plugin::ConfigLoader::config_substitutions"},{"name":"find_files","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::find_files</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.7ms, 0.02%<br />Exclusive time: 139&micro;s, 0.00%</p>","incl_time":0.0106914,"subname":"Catalyst::Plugin::ConfigLoader::find_files","$color":10,"excl_time":0.000138999999999206,"$area":0.000138999999999206},"id":"622-Catalyst::Plugin::ConfigLoader::find_files"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.43ms, 0.00%<br />Exclusive time: 1.32ms, 0.00%</p>","incl_time":0.0014253,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@6","$color":10,"excl_time":0.00132029999999953,"$area":0.00132029999999953},"id":"623-Catalyst::Plugin::ConfigLoader::BEGIN@6"},{"name":"load_config","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::load_config</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 184&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001844,"subname":"Catalyst::Plugin::ConfigLoader::load_config","$color":10,"excl_time":1.54999999997506e-05,"$area":1.54999999997506e-05},"id":"624-Catalyst::Plugin::ConfigLoader::load_config"},{"name":"_fix_syntax","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::_fix_syntax</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Catalyst::Plugin::ConfigLoader::_fix_syntax","$color":10,"excl_time":2.12e-05,"$area":2.12e-05},"id":"625-Catalyst::Plugin::ConfigLoader::_fix_syntax"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@7","$color":10,"excl_time":1.36000000002344e-05,"$area":1.36000000002344e-05},"id":"626-Catalyst::Plugin::ConfigLoader::BEGIN@7"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::CORE:subst</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:subst","$color":10,"excl_time":1.43e-05,"$area":1.43e-05},"id":"627-Catalyst::Plugin::ConfigLoader::CORE:subst"},{"name":"get_config_local_suffix","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::get_config_local_suffix</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 204&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002039,"subname":"Catalyst::Plugin::ConfigLoader::get_config_local_suffix","$color":10,"excl_time":2.0199999999103e-05,"$area":2.0199999999103e-05},"id":"628-Catalyst::Plugin::ConfigLoader::get_config_local_suffix"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@3","$color":10,"excl_time":2.24000000003299e-05,"$area":2.24000000003299e-05},"id":"629-Catalyst::Plugin::ConfigLoader::BEGIN@3"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::CORE:match</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":8.09e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:match","$color":10,"excl_time":5.39999999966081e-06,"$area":5.39999999966081e-06},"id":"630-Catalyst::Plugin::ConfigLoader::CORE:match"},{"name":"get_config_path","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::ConfigLoader::get_config_path</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 830&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0008296,"subname":"Catalyst::Plugin::ConfigLoader::get_config_path","$color":10,"excl_time":6.32999999986702e-05,"$area":6.32999999986702e-05},"id":"631-Catalyst::Plugin::ConfigLoader::get_config_path"}],"data":{"$area":0.00449819999999866},"id":"n611"},{"name":"::Unicode","children":[{"name":"::Encoding","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@6","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"634-Catalyst::Plugin::Unicode::Encoding::BEGIN@6"},{"name":"prepare_action","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::prepare_action</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 889&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0008889,"subname":"Catalyst::Plugin::Unicode::Encoding::prepare_action","$color":1,"excl_time":5.20999999972536e-05,"$area":5.20999999972536e-05},"id":"635-Catalyst::Plugin::Unicode::Encoding::prepare_action"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@10","$color":1,"excl_time":1.45999999996433e-05,"$area":1.45999999996433e-05},"id":"636-Catalyst::Plugin::Unicode::Encoding::BEGIN@10"},{"name":"setup","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::setup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 253&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002533,"subname":"Catalyst::Plugin::Unicode::Encoding::setup","$color":1,"excl_time":2.2600000000527e-05,"$area":2.2600000000527e-05},"id":"637-Catalyst::Plugin::Unicode::Encoding::setup"},{"name":"_handle_param_unicode_decoding","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::_handle_param_unicode_decoding</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.37e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::_handle_param_unicode_decoding","$color":1,"excl_time":1.99999999984913e-05,"$area":1.99999999984913e-05},"id":"638-Catalyst::Plugin::Unicode::Encoding::_handle_param_unicode_decoding"},{"name":"encoding","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::encoding</b></p><p><br />Called 6 times from 5 places in 1 file<br />Inclusive time: 241&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0002408,"subname":"Catalyst::Plugin::Unicode::Encoding::encoding","$color":1,"excl_time":6.76999999986306e-05,"$area":6.76999999986306e-05},"id":"639-Catalyst::Plugin::Unicode::Encoding::encoding"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 449&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0004491,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@4","$color":1,"excl_time":9.30000000034289e-06,"$area":9.30000000034289e-06},"id":"640-Catalyst::Plugin::Unicode::Encoding::BEGIN@4"},{"name":"finalize_headers","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::finalize_headers</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22.9ms, 0.03%<br />Exclusive time: 250&micro;s, 0.00%</p>","incl_time":0.022876,"subname":"Catalyst::Plugin::Unicode::Encoding::finalize_headers","$color":1,"excl_time":0.000249699999994017,"$area":0.000249699999994017},"id":"641-Catalyst::Plugin::Unicode::Encoding::finalize_headers"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::CORE:match","$color":1,"excl_time":1.63e-05,"$area":1.63e-05},"id":"642-Catalyst::Plugin::Unicode::Encoding::CORE:match"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.87e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@8","$color":1,"excl_time":9.20000000025193e-06,"$area":9.20000000025193e-06},"id":"643-Catalyst::Plugin::Unicode::Encoding::BEGIN@8"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/Unicode/Encoding.pm:163]","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/Unicode/Encoding.pm:163]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/Unicode/Encoding.pm:163]","$color":1,"excl_time":1.34999999976768e-05,"$area":1.34999999976768e-05},"id":"644-Catalyst::Plugin::Unicode::Encoding::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/Unicode/Encoding.pm:163]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@3","$color":1,"excl_time":1.74000000000955e-05,"$area":1.74000000000955e-05},"id":"645-Catalyst::Plugin::Unicode::Encoding::BEGIN@3"},{"name":"prepare_uploads","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::prepare_uploads</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 195&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0001949,"subname":"Catalyst::Plugin::Unicode::Encoding::prepare_uploads","$color":1,"excl_time":6.70000000001524e-05,"$area":6.70000000001524e-05},"id":"646-Catalyst::Plugin::Unicode::Encoding::prepare_uploads"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Plugin::Unicode::Encoding::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@7","$color":1,"excl_time":1.10000000000946e-05,"$area":1.10000000000946e-05},"id":"647-Catalyst::Plugin::Unicode::Encoding::BEGIN@7"}],"data":{"$area":0.000574899999987177},"id":"n633"}],"data":{"$area":0.000574899999987177},"id":"n632"}],"data":{"$area":0.00620879999998528},"id":"n598"},{"name":"::Controller","children":[{"name":"_ACTION","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_ACTION</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.38s, 10.39%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":7.3752256,"subname":"Catalyst::Controller::_ACTION","$color":3,"excl_time":8.7899999996921e-05,"$area":8.7899999996921e-05},"id":"649-Catalyst::Controller::_ACTION"},{"name":"_parse_ActionClass_attr","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_parse_ActionClass_attr</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0003148,"subname":"Catalyst::Controller::_parse_ActionClass_attr","$color":3,"excl_time":6.70999999999272e-05,"$area":6.70999999999272e-05},"id":"650-Catalyst::Controller::_parse_ActionClass_attr"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96.8ms, 0.14%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0967719,"subname":"Catalyst::Controller::BEGIN@8","$color":3,"excl_time":6.70000000001225e-06,"$area":6.70000000001225e-06},"id":"651-Catalyst::Controller::BEGIN@8"},{"name":"_all_actions_attributes","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_all_actions_attributes</b></p><p><br />Called 49 times from 2 places in 1 file<br />Inclusive time: 164&micro;s, 0.00%<br />Exclusive time: 132&micro;s, 0.00%</p>","incl_time":0.0001641,"subname":"Catalyst::Controller::_all_actions_attributes","$color":3,"excl_time":0.000132399999999921,"$area":0.000132399999999921},"id":"652-Catalyst::Controller::_all_actions_attributes"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"Catalyst::Controller::BEGIN@5","$color":3,"excl_time":1.09999999999494e-05,"$area":1.09999999999494e-05},"id":"653-Catalyst::Controller::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62.6ms, 0.09%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0626018,"subname":"Catalyst::Controller::BEGIN@10","$color":3,"excl_time":1.45000000001116e-05,"$area":1.45000000001116e-05},"id":"654-Catalyst::Controller::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 170&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001698,"subname":"Catalyst::Controller::BEGIN@4","$color":3,"excl_time":1.09000000000382e-05,"$area":1.09000000000382e-05},"id":"655-Catalyst::Controller::BEGIN@4"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>Catalyst::Controller::CORE:substcont</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Catalyst::Controller::CORE:substcont","$color":3,"excl_time":1.96e-05,"$area":1.96e-05},"id":"656-Catalyst::Controller::CORE:substcont"},{"name":"_DISPATCH","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_DISPATCH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":7.3783693,"subname":"Catalyst::Controller::_DISPATCH","$color":3,"excl_time":4.98999999916094e-05,"$area":4.98999999916094e-05},"id":"657-Catalyst::Controller::_DISPATCH"},{"name":"BEGIN@121","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@121</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 701&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0007007,"subname":"Catalyst::Controller::BEGIN@121","$color":3,"excl_time":2.13999999999508e-05,"$area":2.13999999999508e-05},"id":"658-Catalyst::Controller::BEGIN@121"},{"name":"__action_class_accessor","children":[],"data":{"tip":"<p><b>Catalyst::Controller::__action_class_accessor</b></p><p><br />Called 46 times from 3 places in 1 file<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 639&micro;s, 0.00%</p>","incl_time":0.0013846,"subname":"Catalyst::Controller::__action_class_accessor","$color":3,"excl_time":0.000639400000001442,"$area":0.000639400000001442},"id":"659-Catalyst::Controller::__action_class_accessor"},{"name":"action_namespace","children":[],"data":{"tip":"<p><b>Catalyst::Controller::action_namespace</b></p><p><br />Called 20 times from 5 places in 1 file<br />Inclusive time: 586&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0005858,"subname":"Catalyst::Controller::action_namespace","$color":3,"excl_time":6.58000000001461e-05,"$area":6.58000000001461e-05},"id":"660-Catalyst::Controller::action_namespace"},{"name":"_BEGIN","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_BEGIN</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.62e-05,"subname":"Catalyst::Controller::_BEGIN","$color":3,"excl_time":1.58999999987656e-05,"$area":1.58999999987656e-05},"id":"661-Catalyst::Controller::_BEGIN"},{"name":"has_path_prefix","children":[],"data":{"tip":"<p><b>Catalyst::Controller::has_path_prefix</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Catalyst::Controller::has_path_prefix","$color":3,"excl_time":2.88e-05,"$area":2.88e-05},"id":"662-Catalyst::Controller::has_path_prefix"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.70ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0047001,"subname":"Catalyst::Controller::BEGIN@3","$color":3,"excl_time":1.79999999999781e-05,"$area":1.79999999999781e-05},"id":"663-Catalyst::Controller::BEGIN@3"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Catalyst::Controller::BEGIN@11","$color":3,"excl_time":7.5e-06,"$area":7.5e-06},"id":"664-Catalyst::Controller::BEGIN@11"},{"name":"_parse_attrs","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_parse_attrs</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 3.35ms, 0.00%<br />Exclusive time: 1.75ms, 0.00%</p>","incl_time":0.0033546,"subname":"Catalyst::Controller::_parse_attrs","$color":3,"excl_time":0.00174739999999153,"$area":0.00174739999999153},"id":"665-Catalyst::Controller::_parse_attrs"},{"name":"__dispatch_steps_accessor","children":[],"data":{"tip":"<p><b>Catalyst::Controller::__dispatch_steps_accessor</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":7.81e-05,"subname":"Catalyst::Controller::__dispatch_steps_accessor","$color":3,"excl_time":3.80999999972955e-05,"$area":3.80999999972955e-05},"id":"666-Catalyst::Controller::__dispatch_steps_accessor"},{"name":"BEGIN@140","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@140</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.18ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0011775,"subname":"Catalyst::Controller::BEGIN@140","$color":3,"excl_time":1.73999999998919e-05,"$area":1.73999999998919e-05},"id":"667-Catalyst::Controller::BEGIN@140"},{"name":"_application","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_application</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::Controller::_application","$color":3,"excl_time":8.7e-06,"$area":8.7e-06},"id":"668-Catalyst::Controller::_application"},{"name":"has_action_namespace","children":[],"data":{"tip":"<p><b>Catalyst::Controller::has_action_namespace</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Catalyst::Controller::has_action_namespace","$color":3,"excl_time":1.84e-05,"$area":1.84e-05},"id":"669-Catalyst::Controller::has_action_namespace"},{"name":"get_action_methods","children":[],"data":{"tip":"<p><b>Catalyst::Controller::get_action_methods</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 28.3ms, 0.04%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0283491,"subname":"Catalyst::Controller::get_action_methods","$color":3,"excl_time":8.75000000004475e-05,"$area":8.75000000004475e-05},"id":"670-Catalyst::Controller::get_action_methods"},{"name":"_END","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.76ms, 0.00%<br />Exclusive time: 98&micro;s, 0.00%</p>","incl_time":0.0017568,"subname":"Catalyst::Controller::_END","$color":3,"excl_time":9.79999999987074e-05,"$area":9.79999999987074e-05},"id":"671-Catalyst::Controller::_END"},{"name":"action_class","children":[],"data":{"tip":"<p><b>Catalyst::Controller::action_class</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 3.88ms, 0.01%<br />Exclusive time: 504&micro;s, 0.00%</p>","incl_time":0.0038826,"subname":"Catalyst::Controller::action_class","$color":3,"excl_time":0.000504399999995339,"$area":0.000504399999995339},"id":"672-Catalyst::Controller::action_class"},{"name":"_AUTO","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_AUTO</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6e-05,"subname":"Catalyst::Controller::_AUTO","$color":3,"excl_time":1.15000000016585e-05,"$area":1.15000000016585e-05},"id":"673-Catalyst::Controller::_AUTO"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BUILD</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 178&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0001777,"subname":"Catalyst::Controller::BUILD","$color":3,"excl_time":6.66999999978073e-05,"$area":6.66999999978073e-05},"id":"674-Catalyst::Controller::BUILD"},{"name":"BEGIN@111","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@111</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 684&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0006844,"subname":"Catalyst::Controller::BEGIN@111","$color":3,"excl_time":9.69999999997199e-06,"$area":9.69999999997199e-06},"id":"675-Catalyst::Controller::BEGIN@111"},{"name":"_controller_actions","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_controller_actions</b></p><p><br />Called 57 times from 4 places in 1 file<br />Inclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0001147,"subname":"Catalyst::Controller::_controller_actions","$color":3,"excl_time":0.0001147,"$area":0.0001147},"id":"676-Catalyst::Controller::_controller_actions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003418,"subname":"Catalyst::Controller::BEGIN@6","$color":3,"excl_time":1.00000000000067e-05,"$area":1.00000000000067e-05},"id":"677-Catalyst::Controller::BEGIN@6"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Controller::CORE:match</b></p><p><br />Called 91 times from 3 places in 1 file<br />Inclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0002698,"subname":"Catalyst::Controller::CORE:match","$color":3,"excl_time":0.0002698,"$area":0.0002698},"id":"678-Catalyst::Controller::CORE:match"},{"name":"_build__all_actions_attributes","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_build__all_actions_attributes</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Catalyst::Controller::_build__all_actions_attributes","$color":3,"excl_time":1.64999999996284e-05,"$area":1.64999999996284e-05},"id":"679-Catalyst::Controller::_build__all_actions_attributes"},{"name":"path_prefix","children":[],"data":{"tip":"<p><b>Catalyst::Controller::path_prefix</b></p><p><br />Called 36 times from 4 places in 1 file<br />Inclusive time: 426&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0004263,"subname":"Catalyst::Controller::path_prefix","$color":3,"excl_time":0.000104599999999354,"$area":0.000104599999999354},"id":"680-Catalyst::Controller::path_prefix"},{"name":"BEGIN@132","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@132</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 758&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0007576,"subname":"Catalyst::Controller::BEGIN@132","$color":3,"excl_time":1.08000000000636e-05,"$area":1.08000000000636e-05},"id":"681-Catalyst::Controller::BEGIN@132"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Catalyst::Controller::BEGIN@12","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"682-Catalyst::Controller::BEGIN@12"},{"name":"_parse_Local_attr","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_parse_Local_attr</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 374&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0003744,"subname":"Catalyst::Controller::_parse_Local_attr","$color":3,"excl_time":5.31000000004753e-05,"$area":5.31000000004753e-05},"id":"683-Catalyst::Controller::_parse_Local_attr"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BUILDARGS</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 637&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0006371,"subname":"Catalyst::Controller::BUILDARGS","$color":3,"excl_time":3.07000000003261e-05,"$area":3.07000000003261e-05},"id":"684-Catalyst::Controller::BUILDARGS"},{"name":"BEGIN@103","children":[],"data":{"tip":"<p><b>Catalyst::Controller::BEGIN@103</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.13ms, 0.00%<br />Exclusive time: 891&micro;s, 0.00%</p>","incl_time":0.002134,"subname":"Catalyst::Controller::BEGIN@103","$color":3,"excl_time":0.000891399999999684,"$area":0.000891399999999684},"id":"685-Catalyst::Controller::BEGIN@103"},{"name":"register_actions","children":[],"data":{"tip":"<p><b>Catalyst::Controller::register_actions</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 93.5ms, 0.13%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0934686,"subname":"Catalyst::Controller::register_actions","$color":3,"excl_time":5.86999999998439e-05,"$area":5.86999999998439e-05},"id":"686-Catalyst::Controller::register_actions"},{"name":"register_action_methods","children":[],"data":{"tip":"<p><b>Catalyst::Controller::register_action_methods</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 65.1ms, 0.09%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0650608,"subname":"Catalyst::Controller::register_action_methods","$color":3,"excl_time":0.00109270000001213,"$area":0.00109270000001213},"id":"687-Catalyst::Controller::register_action_methods"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Controller::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Catalyst::Controller::meta","$color":3,"excl_time":7.59999999986285e-06,"$area":7.59999999986285e-06},"id":"688-Catalyst::Controller::meta"},{"name":"_parse_Path_attr","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_parse_Path_attr</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 516&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0005161,"subname":"Catalyst::Controller::_parse_Path_attr","$color":3,"excl_time":0.000127799999999104,"$area":0.000127799999999104},"id":"689-Catalyst::Controller::_parse_Path_attr"},{"name":"_parse_Chained_attr","children":[],"data":{"tip":"<p><b>Catalyst::Controller::_parse_Chained_attr</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":7.39e-05,"subname":"Catalyst::Controller::_parse_Chained_attr","$color":3,"excl_time":3.4100000001187e-05,"$area":3.4100000001187e-05},"id":"690-Catalyst::Controller::_parse_Chained_attr"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Controller::CORE:subst</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Catalyst::Controller::CORE:subst","$color":3,"excl_time":2.88e-05,"$area":2.88e-05},"id":"691-Catalyst::Controller::CORE:subst"},{"name":"create_action","children":[],"data":{"tip":"<p><b>Catalyst::Controller::create_action</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 16.2ms, 0.02%<br />Exclusive time: 823&micro;s, 0.00%</p>","incl_time":0.0162072,"subname":"Catalyst::Controller::create_action","$color":3,"excl_time":0.000822799999997038,"$area":0.000822799999997038},"id":"692-Catalyst::Controller::create_action"}],"data":{"$area":0.00748359999998013},"id":"n648"},{"name":"::Action","children":[{"name":"::RenderView","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Catalyst::Action::RenderView::BEGIN@10","$color":5,"excl_time":9.90000000018841e-06,"$area":9.90000000018841e-06},"id":"695-Catalyst::Action::RenderView::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Catalyst::Action::RenderView::BEGIN@4","$color":5,"excl_time":8.29999999986372e-06,"$area":8.29999999986372e-06},"id":"696-Catalyst::Action::RenderView::BEGIN@4"},{"name":"execute","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::execute</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.31ms, 0.00%<br />Exclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0013068,"subname":"Catalyst::Action::RenderView::execute","$color":5,"excl_time":0.000174500000005243,"$area":0.000174500000005243},"id":"697-Catalyst::Action::RenderView::execute"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Catalyst::Action::RenderView::BEGIN@11","$color":5,"excl_time":1.09999999995798e-05,"$area":1.09999999995798e-05},"id":"698-Catalyst::Action::RenderView::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.06e-05,"subname":"Catalyst::Action::RenderView::BEGIN@8","$color":5,"excl_time":9.19999999999076e-06,"$area":9.19999999999076e-06},"id":"699-Catalyst::Action::RenderView::BEGIN@8"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Action::RenderView::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Catalyst::Action::RenderView::BEGIN@3","$color":5,"excl_time":1.84000000004228e-05,"$area":1.84000000004228e-05},"id":"700-Catalyst::Action::RenderView::BEGIN@3"}],"data":{"$area":0.000231300000005289},"id":"n694"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::Action::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Catalyst::Action::DESTROY","$color":7,"excl_time":3.22000000028998e-05,"$area":3.22000000028998e-05},"id":"701-Catalyst::Action::DESTROY"},{"name":"code","children":[],"data":{"tip":"<p><b>Catalyst::Action::code</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.82e-05,"subname":"Catalyst::Action::code","$color":7,"excl_time":3.82e-05,"$area":3.82e-05},"id":"702-Catalyst::Action::code"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Catalyst::Action::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 303&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003034,"subname":"Catalyst::Action::BEGIN@25","$color":7,"excl_time":1.00999999999481e-05,"$area":1.00999999999481e-05},"id":"703-Catalyst::Action::BEGIN@25"},{"name":"reverse","children":[],"data":{"tip":"<p><b>Catalyst::Action::reverse</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Catalyst::Action::reverse","$color":7,"excl_time":8.8e-06,"$area":8.8e-06},"id":"704-Catalyst::Action::reverse"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Action::BUILD</b></p><p><br />Called 46 times from 2 places in 2 files<br />Inclusive time: 1.00ms, 0.00%<br />Exclusive time: 163&micro;s, 0.00%</p>","incl_time":0.0010038,"subname":"Catalyst::Action::BUILD","$color":7,"excl_time":0.000163300000001088,"$area":0.000163300000001088},"id":"705-Catalyst::Action::BUILD"},{"name":"name","children":[],"data":{"tip":"<p><b>Catalyst::Action::name</b></p><p><br />Called 117 times from 4 places in 4 files<br />Inclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0001939,"subname":"Catalyst::Action::name","$color":7,"excl_time":0.0001939,"$area":0.0001939},"id":"706-Catalyst::Action::name"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Action::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Catalyst::Action::meta","$color":7,"excl_time":7.60000000019016e-06,"$area":7.60000000019016e-06},"id":"707-Catalyst::Action::meta"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Catalyst::Action::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.004555,"subname":"Catalyst::Action::BEGIN@22","$color":7,"excl_time":1.62999999996603e-05,"$area":1.62999999996603e-05},"id":"708-Catalyst::Action::BEGIN@22"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::Action::match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.52e-05,"subname":"Catalyst::Action::match","$color":7,"excl_time":3.0900000005574e-05,"$area":3.0900000005574e-05},"id":"709-Catalyst::Action::match"},{"name":"compare","children":[],"data":{"tip":"<p><b>Catalyst::Action::compare</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Catalyst::Action::compare","$color":7,"excl_time":2.10000000002831e-05,"$area":2.10000000002831e-05},"id":"710-Catalyst::Action::compare"},{"name":"execute","children":[],"data":{"tip":"<p><b>Catalyst::Action::execute</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 162&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 14.8s</p>","incl_time":7.3783929,"subname":"Catalyst::Action::execute","$color":7,"excl_time":0.000161500000007646,"$area":0.000161500000007646},"id":"711-Catalyst::Action::execute"},{"name":"class","children":[],"data":{"tip":"<p><b>Catalyst::Action::class</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Catalyst::Action::class","$color":7,"excl_time":2.54e-05,"$area":2.54e-05},"id":"712-Catalyst::Action::class"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Catalyst::Action::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Catalyst::Action::BEGIN@23","$color":7,"excl_time":1.02000000002971e-05,"$area":1.02000000002971e-05},"id":"713-Catalyst::Action::BEGIN@23"},{"name":"attributes","children":[],"data":{"tip":"<p><b>Catalyst::Action::attributes</b></p><p><br />Called 172 times from 13 places in 5 files<br />Inclusive time: 248&micro;s, 0.00%</p>","incl_time":0.000248,"subname":"Catalyst::Action::attributes","$color":7,"excl_time":0.000248,"$area":0.000248},"id":"714-Catalyst::Action::attributes"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Action.pm:44]","children":[],"data":{"tip":"<p><b>Catalyst::Action::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Action.pm:44]</b></p><p><br />Called 22 times from 7 places in 4 files<br />Inclusive time: 53&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"Catalyst::Action::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Action.pm:44]","$color":7,"excl_time":5.33e-05,"$area":5.33e-05},"id":"715-Catalyst::Action::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Action.pm:44]"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Catalyst::Action::namespace</b></p><p><br />Called 53 times from 4 places in 2 files<br />Inclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0001156,"subname":"Catalyst::Action::namespace","$color":7,"excl_time":0.0001156,"$area":0.0001156},"id":"716-Catalyst::Action::namespace"},{"name":"dispatch","children":[],"data":{"tip":"<p><b>Catalyst::Action::dispatch</b></p><p><br />Called 8 times from 3 places in 2 files<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 98&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 14.8s</p>","incl_time":7.3785621,"subname":"Catalyst::Action::dispatch","$color":7,"excl_time":9.76999999989463e-05,"$area":9.76999999989463e-05},"id":"717-Catalyst::Action::dispatch"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>Catalyst::Action::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Catalyst::Action::BEGIN@56","$color":7,"excl_time":8.5999999996328e-06,"$area":8.5999999996328e-06},"id":"718-Catalyst::Action::BEGIN@56"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Action::new</b></p><p><br />Called 46 times from 2 places in 2 files<br />Inclusive time: 9.43ms, 0.01%<br />Exclusive time: 948&micro;s, 0.00%</p>","incl_time":0.0094309,"subname":"Catalyst::Action::new","$color":7,"excl_time":0.000947500000006853,"$area":0.000947500000006853},"id":"719-Catalyst::Action::new"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Catalyst::Action::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.09e-05,"subname":"Catalyst::Action::BEGIN@41","$color":7,"excl_time":1.14999999996442e-05,"$area":1.14999999996442e-05},"id":"720-Catalyst::Action::BEGIN@41"}],"data":{"$area":0.00243290000002795},"id":"n693"},{"name":"::Request","children":[{"name":"query_keywords","children":[],"data":{"tip":"<p><b>Catalyst::Request::query_keywords</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Catalyst::Request::query_keywords","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"722-Catalyst::Request::query_keywords"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 794&micro;s, 0.00%<br />Exclusive time: 769&micro;s, 0.00%</p>","incl_time":0.0007943,"subname":"Catalyst::Request::BEGIN@8","$color":9,"excl_time":0.000768999999999994,"$area":0.000768999999999994},"id":"723-Catalyst::Request::BEGIN@8"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::Request::match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Catalyst::Request::match","$color":9,"excl_time":6.7e-06,"$area":6.7e-06},"id":"724-Catalyst::Request::match"},{"name":"uploads","children":[],"data":{"tip":"<p><b>Catalyst::Request::uploads</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Catalyst::Request::uploads","$color":9,"excl_time":1.93e-05,"$area":1.93e-05},"id":"725-Catalyst::Request::uploads"},{"name":"_has_body","children":[],"data":{"tip":"<p><b>Catalyst::Request::_has_body</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Catalyst::Request::_has_body","$color":9,"excl_time":1e-05,"$area":1e-05},"id":"726-Catalyst::Request::_has_body"},{"name":"_path","children":[],"data":{"tip":"<p><b>Catalyst::Request::_path</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Catalyst::Request::_path","$color":9,"excl_time":1.43e-05,"$area":1.43e-05},"id":"727-Catalyst::Request::_path"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Request::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Catalyst::Request::meta","$color":9,"excl_time":7.90000000005039e-06,"$area":7.90000000005039e-06},"id":"728-Catalyst::Request::meta"},{"name":"_body","children":[],"data":{"tip":"<p><b>Catalyst::Request::_body</b></p><p><br />Called 8 times from 3 places in 2 files<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Catalyst::Request::_body","$color":9,"excl_time":1.59e-05,"$area":1.59e-05},"id":"729-Catalyst::Request::_body"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"Catalyst::Request::BEGIN@4","$color":9,"excl_time":8.40000000002063e-06,"$area":8.40000000002063e-06},"id":"730-Catalyst::Request::BEGIN@4"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:44]","children":[],"data":{"tip":"<p><b>Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:44]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:44]","$color":9,"excl_time":5.9e-06,"$area":5.9e-06},"id":"731-Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:44]"},{"name":"parameters","children":[],"data":{"tip":"<p><b>Catalyst::Request::parameters</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 228&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0002282,"subname":"Catalyst::Request::parameters","$color":9,"excl_time":3.01999999963048e-05,"$area":3.01999999963048e-05},"id":"732-Catalyst::Request::parameters"},{"name":"base","children":[],"data":{"tip":"<p><b>Catalyst::Request::base</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Catalyst::Request::base","$color":9,"excl_time":1.51e-05,"$area":1.51e-05},"id":"733-Catalyst::Request::base"},{"name":"_read_length","children":[],"data":{"tip":"<p><b>Catalyst::Request::_read_length</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":8.62e-05,"subname":"Catalyst::Request::_read_length","$color":9,"excl_time":1.79000000029765e-05,"$area":1.79000000029765e-05},"id":"734-Catalyst::Request::_read_length"},{"name":"prepare_cookies","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_cookies</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001113,"subname":"Catalyst::Request::prepare_cookies","$color":9,"excl_time":1.29000000011672e-05,"$area":1.29000000011672e-05},"id":"735-Catalyst::Request::prepare_cookies"},{"name":"args","children":[],"data":{"tip":"<p><b>Catalyst::Request::args</b></p><p><br />Called 16 times from 5 places in 5 files<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001055,"subname":"Catalyst::Request::args","$color":9,"excl_time":7.57999999877662e-05,"$area":7.57999999877662e-05},"id":"736-Catalyst::Request::args"},{"name":"body_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Request::body_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"Catalyst::Request::body_parameters","$color":9,"excl_time":2.12999999991215e-05,"$area":2.12999999991215e-05},"id":"737-Catalyst::Request::body_parameters"},{"name":"uri","children":[],"data":{"tip":"<p><b>Catalyst::Request::uri</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Catalyst::Request::uri","$color":9,"excl_time":9.9e-06,"$area":9.9e-06},"id":"738-Catalyst::Request::uri"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::Request::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Catalyst::Request::DESTROY","$color":9,"excl_time":2.43000000027123e-05,"$area":2.43000000027123e-05},"id":"739-Catalyst::Request::DESTROY"},{"name":"hostname","children":[],"data":{"tip":"<p><b>Catalyst::Request::hostname</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Catalyst::Request::hostname","$color":9,"excl_time":9.7e-06,"$area":9.7e-06},"id":"740-Catalyst::Request::hostname"},{"name":"remote_user","children":[],"data":{"tip":"<p><b>Catalyst::Request::remote_user</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Catalyst::Request::remote_user","$color":9,"excl_time":7.2e-06,"$area":7.2e-06},"id":"741-Catalyst::Request::remote_user"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Catalyst::Request::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::Request::CORE:regcomp","$color":9,"excl_time":9.4e-06,"$area":9.4e-06},"id":"742-Catalyst::Request::CORE:regcomp"},{"name":"query_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Request::query_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Catalyst::Request::query_parameters","$color":9,"excl_time":5.4e-06,"$area":5.4e-06},"id":"743-Catalyst::Request::query_parameters"},{"name":"prepare_body_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_body_parameters</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Catalyst::Request::prepare_body_parameters","$color":9,"excl_time":2.60999999936942e-05,"$area":2.60999999936942e-05},"id":"744-Catalyst::Request::prepare_body_parameters"},{"name":"method","children":[],"data":{"tip":"<p><b>Catalyst::Request::method</b></p><p><br />Called 4 times from 3 places in 3 files<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Catalyst::Request::method","$color":9,"excl_time":3.15e-05,"$area":3.15e-05},"id":"745-Catalyst::Request::method"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.00%</p>","incl_time":0.0001202,"subname":"Catalyst::Request::BEGIN@7","$color":9,"excl_time":0.0001202,"$area":0.0001202},"id":"746-Catalyst::Request::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.85ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0048487,"subname":"Catalyst::Request::BEGIN@11","$color":9,"excl_time":1.00999999999738e-05,"$area":1.00999999999738e-05},"id":"747-Catalyst::Request::BEGIN@11"},{"name":"prepare_body","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_body</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Catalyst::Request::prepare_body","$color":9,"excl_time":2.30000000022956e-05,"$area":2.30000000022956e-05},"id":"748-Catalyst::Request::prepare_body"},{"name":"protocol","children":[],"data":{"tip":"<p><b>Catalyst::Request::protocol</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Catalyst::Request::protocol","$color":9,"excl_time":7e-06,"$area":7e-06},"id":"749-Catalyst::Request::protocol"},{"name":"cookies","children":[],"data":{"tip":"<p><b>Catalyst::Request::cookies</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 141&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0001408,"subname":"Catalyst::Request::cookies","$color":9,"excl_time":2.69999999970607e-05,"$area":2.69999999970607e-05},"id":"750-Catalyst::Request::cookies"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.1ms, 0.02%<br />Exclusive time: 4.05ms, 0.01%</p>","incl_time":0.0110963,"subname":"Catalyst::Request::BEGIN@3","$color":9,"excl_time":0.00404589999999988,"$area":0.00404589999999988},"id":"751-Catalyst::Request::BEGIN@3"},{"name":"prepare_connection","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_connection</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0001188,"subname":"Catalyst::Request::prepare_connection","$color":9,"excl_time":6.81999999984339e-05,"$area":6.81999999984339e-05},"id":"752-Catalyst::Request::prepare_connection"},{"name":"captures","children":[],"data":{"tip":"<p><b>Catalyst::Request::captures</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Catalyst::Request::captures","$color":9,"excl_time":8.1e-06,"$area":8.1e-06},"id":"753-Catalyst::Request::captures"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Request::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 208&micro;s, 0.00%<br />Exclusive time: 130&micro;s, 0.00%</p>","incl_time":0.0002085,"subname":"Catalyst::Request::new","$color":9,"excl_time":0.000130499999985545,"$area":0.000130499999985545},"id":"754-Catalyst::Request::new"},{"name":"header","children":[],"data":{"tip":"<p><b>Catalyst::Request::header</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 156&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0001555,"subname":"Catalyst::Request::header","$color":9,"excl_time":5.84999999864415e-05,"$area":5.84999999864415e-05},"id":"755-Catalyst::Request::header"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Request::CORE:match</b></p><p><br />Called 44 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Catalyst::Request::CORE:match","$color":9,"excl_time":2.56e-05,"$area":2.56e-05},"id":"756-Catalyst::Request::CORE:match"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:60]","children":[],"data":{"tip":"<p><b>Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:60]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:60]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"757-Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:60]"},{"name":"prepare_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":7.7e-05,"subname":"Catalyst::Request::prepare_parameters","$color":9,"excl_time":2.93999999997415e-05,"$area":2.93999999997415e-05},"id":"758-Catalyst::Request::prepare_parameters"},{"name":"_has_path","children":[],"data":{"tip":"<p><b>Catalyst::Request::_has_path</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Catalyst::Request::_has_path","$color":9,"excl_time":9.5e-06,"$area":9.5e-06},"id":"759-Catalyst::Request::_has_path"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.57ms, 0.01%<br />Exclusive time: 3.36ms, 0.00%</p>","incl_time":0.0035738,"subname":"Catalyst::Request::BEGIN@6","$color":9,"excl_time":0.00335970000000001,"$area":0.00335970000000001},"id":"760-Catalyst::Request::BEGIN@6"},{"name":"path","children":[],"data":{"tip":"<p><b>Catalyst::Request::path</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.0001539,"subname":"Catalyst::Request::path","$color":9,"excl_time":8.14999999861497e-05,"$area":8.14999999861497e-05},"id":"761-Catalyst::Request::path"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:62]","children":[],"data":{"tip":"<p><b>Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:62]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:62]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"762-Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:62]"},{"name":"secure","children":[],"data":{"tip":"<p><b>Catalyst::Request::secure</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::Request::secure","$color":9,"excl_time":8.4e-06,"$area":8.4e-06},"id":"763-Catalyst::Request::secure"},{"name":"arguments","children":[],"data":{"tip":"<p><b>Catalyst::Request::arguments</b></p><p><br />Called 24 times from 3 places in 3 files<br />Inclusive time: 53&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"Catalyst::Request::arguments","$color":9,"excl_time":5.31e-05,"$area":5.31e-05},"id":"764-Catalyst::Request::arguments"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:39]","children":[],"data":{"tip":"<p><b>Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:39]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:39]","$color":9,"excl_time":1.11999999997458e-05,"$area":1.11999999997458e-05},"id":"765-Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:39]"},{"name":"prepare_headers","children":[],"data":{"tip":"<p><b>Catalyst::Request::prepare_headers</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 261&micro;s, 0.00%<br />Exclusive time: 134&micro;s, 0.00%</p>","incl_time":0.0002607,"subname":"Catalyst::Request::prepare_headers","$color":9,"excl_time":0.000134199999988091,"$area":0.000134199999988091},"id":"766-Catalyst::Request::prepare_headers"},{"name":"address","children":[],"data":{"tip":"<p><b>Catalyst::Request::address</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Catalyst::Request::address","$color":9,"excl_time":9.5e-06,"$area":9.5e-06},"id":"767-Catalyst::Request::address"},{"name":"action","children":[],"data":{"tip":"<p><b>Catalyst::Request::action</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Catalyst::Request::action","$color":9,"excl_time":8.8e-06,"$area":8.8e-06},"id":"768-Catalyst::Request::action"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003425,"subname":"Catalyst::Request::BEGIN@13","$color":9,"excl_time":1.0500000000001e-05,"$area":1.0500000000001e-05},"id":"769-Catalyst::Request::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Catalyst::Request::BEGIN@9","$color":9,"excl_time":1e-05,"$area":1e-05},"id":"770-Catalyst::Request::BEGIN@9"},{"name":"env","children":[],"data":{"tip":"<p><b>Catalyst::Request::env</b></p><p><br />Called 8 times from 4 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Catalyst::Request::env","$color":9,"excl_time":1.35e-05,"$area":1.35e-05},"id":"771-Catalyst::Request::env"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Request::CORE:subst</b></p><p><br />Called 8 times from 3 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Catalyst::Request::CORE:subst","$color":9,"excl_time":1.05e-05,"$area":1.05e-05},"id":"772-Catalyst::Request::CORE:subst"},{"name":"_set_env","children":[],"data":{"tip":"<p><b>Catalyst::Request::_set_env</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Catalyst::Request::_set_env","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"773-Catalyst::Request::_set_env"},{"name":"headers","children":[],"data":{"tip":"<p><b>Catalyst::Request::headers</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0003154,"subname":"Catalyst::Request::headers","$color":9,"excl_time":4.70999999981135e-05,"$area":4.70999999981135e-05},"id":"774-Catalyst::Request::headers"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Request::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 209&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0002086,"subname":"Catalyst::Request::BEGIN@5","$color":9,"excl_time":0.000205499999999966,"$area":0.000205499999999966},"id":"775-Catalyst::Request::BEGIN@5"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:138]","children":[],"data":{"tip":"<p><b>Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:138]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:138]","$color":9,"excl_time":6.2e-06,"$area":6.2e-06},"id":"776-Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:138]"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Request::BUILD</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"Catalyst::Request::BUILD","$color":9,"excl_time":1.32999999989427e-05,"$area":1.32999999989427e-05},"id":"777-Catalyst::Request::BUILD"},{"name":"::Upload","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Catalyst::Request::Upload::BEGIN@8","$color":0,"excl_time":6e-06,"$area":6e-06},"id":"779-Catalyst::Request::Upload::BEGIN@8"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 258&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.000258,"subname":"Catalyst::Request::Upload::BEGIN@46","$color":0,"excl_time":2.05999999999457e-05,"$area":2.05999999999457e-05},"id":"780-Catalyst::Request::Upload::BEGIN@46"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Catalyst::Request::Upload::meta","$color":0,"excl_time":1.23000000000588e-05,"$area":1.23000000000588e-05},"id":"781-Catalyst::Request::Upload::meta"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 339&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000339,"subname":"Catalyst::Request::Upload::BEGIN@10","$color":0,"excl_time":1.12999999999582e-05,"$area":1.12999999999582e-05},"id":"782-Catalyst::Request::Upload::BEGIN@10"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 2.41ms, 0.00%</p>","incl_time":0.0025042,"subname":"Catalyst::Request::Upload::BEGIN@7","$color":0,"excl_time":0.00240879999999992,"$area":0.00240879999999992},"id":"783-Catalyst::Request::Upload::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Catalyst::Request::Upload::BEGIN@6","$color":0,"excl_time":7.6e-06,"$area":7.6e-06},"id":"784-Catalyst::Request::Upload::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.14ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0051373,"subname":"Catalyst::Request::Upload::BEGIN@3","$color":0,"excl_time":1.74999999999923e-05,"$area":1.74999999999923e-05},"id":"785-Catalyst::Request::Upload::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Request::Upload::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Catalyst::Request::Upload::BEGIN@9","$color":0,"excl_time":1.07e-05,"$area":1.07e-05},"id":"786-Catalyst::Request::Upload::BEGIN@9"}],"data":{"$area":0.00249479999999988},"id":"n778"}],"data":{"$area":0.0122166999999241},"id":"n721"},{"name":"::Stats","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Catalyst::Stats::BEGIN@8","$color":2,"excl_time":1.24000000001875e-05,"$area":1.24000000001875e-05},"id":"788-Catalyst::Stats::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Stats::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::Stats::meta","$color":2,"excl_time":7.80000000023705e-06,"$area":7.80000000023705e-06},"id":"789-Catalyst::Stats::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.58ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0045789,"subname":"Catalyst::Stats::BEGIN@3","$color":2,"excl_time":1.71999999999985e-05,"$area":1.71999999999985e-05},"id":"790-Catalyst::Stats::BEGIN@3"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::Stats::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Catalyst::Stats::DESTROY","$color":2,"excl_time":2.33000000027123e-05,"$area":2.33000000027123e-05},"id":"791-Catalyst::Stats::DESTROY"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.41ms, 0.00%<br />Exclusive time: 803&micro;s, 0.00%</p>","incl_time":0.0014138,"subname":"Catalyst::Stats::BEGIN@4","$color":2,"excl_time":0.000802500000000796,"$area":0.000802500000000796},"id":"792-Catalyst::Stats::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003153,"subname":"Catalyst::Stats::BEGIN@10","$color":2,"excl_time":9.19999999958004e-06,"$area":9.19999999958004e-06},"id":"793-Catalyst::Stats::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Stats::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 283&micro;s, 0.00%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0002833,"subname":"Catalyst::Stats::new","$color":2,"excl_time":0.000103800000000223,"$area":0.000103800000000223},"id":"794-Catalyst::Stats::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Catalyst::Stats::BEGIN@6","$color":2,"excl_time":1.05000000001415e-05,"$area":1.05000000001415e-05},"id":"795-Catalyst::Stats::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Catalyst::Stats::BEGIN@5","$color":2,"excl_time":4.9e-06,"$area":4.9e-06},"id":"796-Catalyst::Stats::BEGIN@5"},{"name":"enable","children":[],"data":{"tip":"<p><b>Catalyst::Stats::enable</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Catalyst::Stats::enable","$color":2,"excl_time":9.6e-06,"$area":9.6e-06},"id":"797-Catalyst::Stats::enable"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Stats::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Catalyst::Stats::BEGIN@7","$color":2,"excl_time":1.04999999995824e-05,"$area":1.04999999995824e-05},"id":"798-Catalyst::Stats::BEGIN@7"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:16]","children":[],"data":{"tip":"<p><b>Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:16]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 169&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001691,"subname":"Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:16]","$color":2,"excl_time":3.64999999985185e-05,"$area":3.64999999985185e-05},"id":"799-Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:16]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]","children":[],"data":{"tip":"<p><b>Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]","$color":2,"excl_time":7e-06,"$area":7e-06},"id":"800-Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]"}],"data":{"$area":0.00105520000000198},"id":"n787"},{"name":"::Dispatcher","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25.3ms, 0.04%<br />Exclusive time: 779&micro;s, 0.00%</p>","incl_time":0.0252787,"subname":"Catalyst::Dispatcher::BEGIN@9","$color":4,"excl_time":0.000779000000001986,"$area":0.000779000000001986},"id":"802-Catalyst::Dispatcher::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:36]","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:36]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:36]","$color":4,"excl_time":2.2e-06,"$area":2.2e-06},"id":"803-Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:36]"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"Catalyst::Dispatcher::BUILD","$color":4,"excl_time":7.79999999982034e-06,"$area":7.79999999982034e-06},"id":"804-Catalyst::Dispatcher::BUILD"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::meta</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 151&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0001511,"subname":"Catalyst::Dispatcher::meta","$color":4,"excl_time":6.35000000003676e-05,"$area":6.35000000003676e-05},"id":"805-Catalyst::Dispatcher::meta"},{"name":"_action_rel2abs","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_action_rel2abs</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0001668,"subname":"Catalyst::Dispatcher::_action_rel2abs","$color":4,"excl_time":9.16000000093839e-05,"$area":9.16000000093839e-05},"id":"806-Catalyst::Dispatcher::_action_rel2abs"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Catalyst::Dispatcher::BEGIN@15","$color":4,"excl_time":1.07000000000478e-05,"$area":1.07000000000478e-05},"id":"807-Catalyst::Dispatcher::BEGIN@15"},{"name":"forward","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::forward</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 49&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 7.38s</p>","incl_time":7.3787052,"subname":"Catalyst::Dispatcher::forward","$color":4,"excl_time":4.93999999946311e-05,"$area":4.93999999946311e-05},"id":"808-Catalyst::Dispatcher::forward"},{"name":"_action_hash","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_action_hash</b></p><p><br />Called 52 times from 2 places in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 132&micro;s, 0.00%</p>","incl_time":0.0001344,"subname":"Catalyst::Dispatcher::_action_hash","$color":4,"excl_time":0.000132200000000048,"$area":0.000132200000000048},"id":"809-Catalyst::Dispatcher::_action_hash"},{"name":"dispatch","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::dispatch</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":7.3787635,"subname":"Catalyst::Dispatcher::dispatch","$color":4,"excl_time":2.79999999959202e-05,"$area":2.79999999959202e-05},"id":"810-Catalyst::Dispatcher::dispatch"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.9ms, 0.03%<br />Exclusive time: 396&micro;s, 0.00%</p>","incl_time":0.0179303,"subname":"Catalyst::Dispatcher::BEGIN@11","$color":4,"excl_time":0.000396000000000552,"$area":0.000396000000000552},"id":"811-Catalyst::Dispatcher::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:41]","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:41]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:41]","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"812-Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:41]"},{"name":"_load_dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_load_dispatch_types</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 34.9ms, 0.05%<br />Exclusive time: 118&micro;s, 0.00%</p>","incl_time":0.0349103,"subname":"Catalyst::Dispatcher::_load_dispatch_types","$color":4,"excl_time":0.000118200000002002,"$area":0.000118200000002002},"id":"813-Catalyst::Dispatcher::_load_dispatch_types"},{"name":"preload_dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::preload_dispatch_types</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001882,"subname":"Catalyst::Dispatcher::preload_dispatch_types","$color":4,"excl_time":6.29999999970983e-06,"$area":6.29999999970983e-06},"id":"814-Catalyst::Dispatcher::preload_dispatch_types"},{"name":"_find_or_create_namespace_node","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_find_or_create_namespace_node</b></p><p><br />Called 64 times from 2 places in 1 file<br />Inclusive time: 1.55ms, 0.00%<br />Exclusive time: 681&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 60&micro;s</p>","incl_time":0.0015507,"subname":"Catalyst::Dispatcher::_find_or_create_namespace_node","$color":4,"excl_time":0.000681199999990378,"$area":0.000681199999990378},"id":"815-Catalyst::Dispatcher::_find_or_create_namespace_node"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 327&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0003271,"subname":"Catalyst::Dispatcher::new","$color":4,"excl_time":3.59000000005081e-05,"$area":3.59000000005081e-05},"id":"816-Catalyst::Dispatcher::new"},{"name":"_container_hash","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_container_hash</b></p><p><br />Called 48 times from 2 places in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0001101,"subname":"Catalyst::Dispatcher::_container_hash","$color":4,"excl_time":0.000107900000000048,"$area":0.000107900000000048},"id":"817-Catalyst::Dispatcher::_container_hash"},{"name":"_build__tree","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_build__tree</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 267&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0002666,"subname":"Catalyst::Dispatcher::_build__tree","$color":4,"excl_time":3.3799999999967e-05,"$area":3.3799999999967e-05},"id":"818-Catalyst::Dispatcher::_build__tree"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 300&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002999,"subname":"Catalyst::Dispatcher::BEGIN@18","$color":4,"excl_time":9.50000000008708e-06,"$area":9.50000000008708e-06},"id":"819-Catalyst::Dispatcher::BEGIN@18"},{"name":"_command2action","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_command2action</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 1.41ms, 0.00%<br />Exclusive time: 174&micro;s, 0.00%</p>","incl_time":0.0014105,"subname":"Catalyst::Dispatcher::_command2action","$color":4,"excl_time":0.000173699999970652,"$area":0.000173699999970652},"id":"820-Catalyst::Dispatcher::_command2action"},{"name":"_do_forward","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_do_forward</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 205&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 7.38s</p>","incl_time":7.3786941,"subname":"Catalyst::Dispatcher::_do_forward","$color":4,"excl_time":0.000204900000002538,"$area":0.000204900000002538},"id":"821-Catalyst::Dispatcher::_do_forward"},{"name":"BEGIN@256","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@256</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Catalyst::Dispatcher::BEGIN@256","$color":4,"excl_time":8.79999999977083e-06,"$area":8.79999999977083e-06},"id":"822-Catalyst::Dispatcher::BEGIN@256"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Catalyst::Dispatcher::BEGIN@14","$color":4,"excl_time":1.48999999995798e-05,"$area":1.48999999995798e-05},"id":"823-Catalyst::Dispatcher::BEGIN@14"},{"name":"get_action","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::get_action</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":9.23e-05,"subname":"Catalyst::Dispatcher::get_action","$color":4,"excl_time":6.06999999904316e-05,"$area":6.06999999904316e-05},"id":"824-Catalyst::Dispatcher::get_action"},{"name":"get_containers","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::get_containers</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Catalyst::Dispatcher::get_containers","$color":4,"excl_time":2.81999999959386e-05,"$area":2.81999999959386e-05},"id":"825-Catalyst::Dispatcher::get_containers"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:35]","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:35]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:35]","$color":4,"excl_time":2.2e-06,"$area":2.2e-06},"id":"826-Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:35]"},{"name":"postload_dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::postload_dispatch_types</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 187&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001868,"subname":"Catalyst::Dispatcher::postload_dispatch_types","$color":4,"excl_time":7.60000000017604e-06,"$area":7.60000000017604e-06},"id":"827-Catalyst::Dispatcher::postload_dispatch_types"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.7ms, 0.02%<br />Exclusive time: 504&micro;s, 0.00%</p>","incl_time":0.0157375,"subname":"Catalyst::Dispatcher::BEGIN@10","$color":4,"excl_time":0.000503500000000476,"$area":0.000503500000000476},"id":"828-Catalyst::Dispatcher::BEGIN@10"},{"name":"_invoke_as_path","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_invoke_as_path</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 472&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0004721,"subname":"Catalyst::Dispatcher::_invoke_as_path","$color":4,"excl_time":9.98000000048929e-05,"$area":9.98000000048929e-05},"id":"829-Catalyst::Dispatcher::_invoke_as_path"},{"name":"_find_or_create_action_container","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_find_or_create_action_container</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 2.08ms, 0.00%<br />Exclusive time: 415&micro;s, 0.00%</p>","incl_time":0.0020788,"subname":"Catalyst::Dispatcher::_find_or_create_action_container","$color":4,"excl_time":0.000414799999993007,"$area":0.000414799999993007},"id":"830-Catalyst::Dispatcher::_find_or_create_action_container"},{"name":"register","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::register</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 43.1ms, 0.06%<br />Exclusive time: 2.33ms, 0.00%</p>","incl_time":0.0430768,"subname":"Catalyst::Dispatcher::register","$color":4,"excl_time":0.00233390000002518,"$area":0.00233390000002518},"id":"831-Catalyst::Dispatcher::register"},{"name":"setup_actions","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::setup_actions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 129ms, 0.18%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.1289452,"subname":"Catalyst::Dispatcher::setup_actions","$color":4,"excl_time":0.000111800000001355,"$area":0.000111800000001355},"id":"832-Catalyst::Dispatcher::setup_actions"},{"name":"_invoke_as_component","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_invoke_as_component</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 706&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0007058,"subname":"Catalyst::Dispatcher::_invoke_as_component","$color":4,"excl_time":0.000103099999998268,"$area":0.000103099999998268},"id":"833-Catalyst::Dispatcher::_invoke_as_component"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:32]","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:32]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:32]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"834-Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:32]"},{"name":"get_actions","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::get_actions</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 168&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001683,"subname":"Catalyst::Dispatcher::get_actions","$color":4,"excl_time":4.96999999924818e-05,"$area":4.96999999924818e-05},"id":"835-Catalyst::Dispatcher::get_actions"},{"name":"_tree","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_tree</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"Catalyst::Dispatcher::_tree","$color":4,"excl_time":5.94e-05,"$area":5.94e-05},"id":"836-Catalyst::Dispatcher::_tree"},{"name":"BEGIN@236","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@236</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"Catalyst::Dispatcher::BEGIN@236","$color":4,"excl_time":9.90000000014678e-06,"$area":9.90000000014678e-06},"id":"837-Catalyst::Dispatcher::BEGIN@236"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Catalyst::Dispatcher::BEGIN@7","$color":4,"excl_time":1.24999999999071e-05,"$area":1.24999999999071e-05},"id":"838-Catalyst::Dispatcher::BEGIN@7"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:33]","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:33]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:33]","$color":4,"excl_time":2.2e-06,"$area":2.2e-06},"id":"839-Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:33]"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Catalyst::Dispatcher::BEGIN@13","$color":4,"excl_time":9.79999999957979e-06,"$area":9.79999999957979e-06},"id":"840-Catalyst::Dispatcher::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.51ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0045089,"subname":"Catalyst::Dispatcher::BEGIN@3","$color":4,"excl_time":1.83000000004326e-05,"$area":1.83000000004326e-05},"id":"841-Catalyst::Dispatcher::BEGIN@3"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 802&micro;s, 0.00%<br />Exclusive time: 633&micro;s, 0.00%</p>","incl_time":0.0008016,"subname":"Catalyst::Dispatcher::BEGIN@16","$color":4,"excl_time":0.000632800000000031,"$area":0.000632800000000031},"id":"842-Catalyst::Dispatcher::BEGIN@16"},{"name":"dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::dispatch_types</b></p><p><br />Called 53 times from 4 places in 1 file<br />Inclusive time: 131&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0001308,"subname":"Catalyst::Dispatcher::dispatch_types","$color":4,"excl_time":0.000128000000000142,"$area":0.000128000000000142},"id":"843-Catalyst::Dispatcher::dispatch_types"},{"name":"_method_action_class","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_method_action_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Catalyst::Dispatcher::_method_action_class","$color":4,"excl_time":1.24e-05,"$area":1.24e-05},"id":"844-Catalyst::Dispatcher::_method_action_class"},{"name":"_find_component","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_find_component</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001545,"subname":"Catalyst::Dispatcher::_find_component","$color":4,"excl_time":1.54999999956699e-05,"$area":1.54999999956699e-05},"id":"845-Catalyst::Dispatcher::_find_component"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Catalyst::Dispatcher::BEGIN@8","$color":4,"excl_time":8.49999999957979e-06,"$area":8.49999999957979e-06},"id":"846-Catalyst::Dispatcher::BEGIN@8"},{"name":"prepare_action","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::prepare_action</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 661&micro;s, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0006605,"subname":"Catalyst::Dispatcher::prepare_action","$color":4,"excl_time":0.000132699999982713,"$area":0.000132699999982713},"id":"847-Catalyst::Dispatcher::prepare_action"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.4ms, 0.02%<br />Exclusive time: 525&micro;s, 0.00%</p>","incl_time":0.0124448,"subname":"Catalyst::Dispatcher::BEGIN@12","$color":4,"excl_time":0.000525000000001521,"$area":0.000525000000001521},"id":"848-Catalyst::Dispatcher::BEGIN@12"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::CORE:match</b></p><p><br />Called 12 times from 2 places in 1 file<br />Inclusive time: 44&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"Catalyst::Dispatcher::CORE:match","$color":4,"excl_time":4.44e-05,"$area":4.44e-05},"id":"849-Catalyst::Dispatcher::CORE:match"},{"name":"BEGIN@692","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@692</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.90ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0019007,"subname":"Catalyst::Dispatcher::BEGIN@692","$color":4,"excl_time":1.13999999997953e-05,"$area":1.13999999997953e-05},"id":"850-Catalyst::Dispatcher::BEGIN@692"},{"name":"_registered_dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_registered_dispatch_types</b></p><p><br />Called 46 times from 2 places in 1 file<br />Inclusive time: 108&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0001076,"subname":"Catalyst::Dispatcher::_registered_dispatch_types","$color":4,"excl_time":0.000105400000000048,"$area":0.000105400000000048},"id":"851-Catalyst::Dispatcher::_registered_dispatch_types"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Catalyst::Dispatcher::BEGIN@4","$color":4,"excl_time":1.40999999998142e-05,"$area":1.40999999998142e-05},"id":"852-Catalyst::Dispatcher::BEGIN@4"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::CORE:subst</b></p><p><br />Called 10 times from 3 places in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Catalyst::Dispatcher::CORE:subst","$color":4,"excl_time":2.53e-05,"$area":2.53e-05},"id":"853-Catalyst::Dispatcher::CORE:subst"}],"data":{"$area":0.00844739999994958},"id":"n801"},{"name":"::Log","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Log::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Catalyst::Log::BEGIN@7","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"855-Catalyst::Log::BEGIN@7"},{"name":"level","children":[],"data":{"tip":"<p><b>Catalyst::Log::level</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::Log::level","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"856-Catalyst::Log::level"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Log::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.66ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0046585,"subname":"Catalyst::Log::BEGIN@3","$color":6,"excl_time":1.62000000000113e-05,"$area":1.62000000000113e-05},"id":"857-Catalyst::Log::BEGIN@3"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Log::meta</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Catalyst::Log::meta","$color":6,"excl_time":1.50999999999889e-05,"$area":1.50999999999889e-05},"id":"858-Catalyst::Log::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Log::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 795&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0007951,"subname":"Catalyst::Log::new","$color":6,"excl_time":4.7999999997565e-06,"$area":4.7999999997565e-06},"id":"859-Catalyst::Log::new"},{"name":"abort","children":[],"data":{"tip":"<p><b>Catalyst::Log::abort</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Catalyst::Log::abort","$color":6,"excl_time":1.69e-05,"$area":1.69e-05},"id":"860-Catalyst::Log::abort"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Log::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Catalyst::Log::BEGIN@8","$color":6,"excl_time":7.59999999999988e-06,"$area":7.59999999999988e-06},"id":"861-Catalyst::Log::BEGIN@8"},{"name":"_flush","children":[],"data":{"tip":"<p><b>Catalyst::Log::_flush</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":6.96e-05,"subname":"Catalyst::Log::_flush","$color":6,"excl_time":4.13000000059031e-05,"$area":4.13000000059031e-05},"id":"862-Catalyst::Log::_flush"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Log::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Catalyst::Log::BUILD","$color":6,"excl_time":5.89999999968056e-06,"$area":5.89999999968056e-06},"id":"863-Catalyst::Log::BUILD"},{"name":"levels","children":[],"data":{"tip":"<p><b>Catalyst::Log::levels</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"Catalyst::Log::levels","$color":6,"excl_time":1.05999999995885e-05,"$area":1.05999999995885e-05},"id":"864-Catalyst::Log::levels"},{"name":"_body","children":[],"data":{"tip":"<p><b>Catalyst::Log::_body</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Catalyst::Log::_body","$color":6,"excl_time":1.14e-05,"$area":1.14e-05},"id":"865-Catalyst::Log::_body"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Log::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.88ms, 0.01%<br />Exclusive time: 3.28ms, 0.00%</p>","incl_time":0.0038792,"subname":"Catalyst::Log::BEGIN@6","$color":6,"excl_time":0.0032783000000001,"$area":0.0032783000000001},"id":"866-Catalyst::Log::BEGIN@6"},{"name":"BEGIN@131","children":[],"data":{"tip":"<p><b>Catalyst::Log::BEGIN@131</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001104,"subname":"Catalyst::Log::BEGIN@131","$color":6,"excl_time":9.19999999997651e-06,"$area":9.19999999997651e-06},"id":"867-Catalyst::Log::BEGIN@131"},{"name":"enable","children":[],"data":{"tip":"<p><b>Catalyst::Log::enable</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Catalyst::Log::enable","$color":6,"excl_time":1.4400000000422e-05,"$area":1.4400000000422e-05},"id":"868-Catalyst::Log::enable"}],"data":{"$area":0.00344190000000542},"id":"n854"},{"name":"::Engine","children":[{"name":"prepare_body","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_body</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Catalyst::Engine::prepare_body","$color":8,"excl_time":1.49000000031491e-05,"$area":1.49000000031491e-05},"id":"870-Catalyst::Engine::prepare_body"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:684]","children":[],"data":{"tip":"<p><b>Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:684]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:684]","$color":8,"excl_time":7.2e-06,"$area":7.2e-06},"id":"871-Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:684]"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Catalyst::Engine::BEGIN@8","$color":8,"excl_time":9.39999999982297e-06,"$area":9.39999999982297e-06},"id":"872-Catalyst::Engine::BEGIN@8"},{"name":"write","children":[],"data":{"tip":"<p><b>Catalyst::Engine::write</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 803&micro;s, 0.00%<br />Exclusive time: 210&micro;s, 0.00%</p>","incl_time":0.000803,"subname":"Catalyst::Engine::write","$color":8,"excl_time":0.000209700000001536,"$area":0.000209700000001536},"id":"873-Catalyst::Engine::write"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Engine::CORE:subst</b></p><p><br />Called 10 times from 5 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Catalyst::Engine::CORE:subst","$color":8,"excl_time":1.01e-05,"$area":1.01e-05},"id":"874-Catalyst::Engine::CORE:subst"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.49ms, 0.01%<br />Exclusive time: 4.24ms, 0.01%</p>","incl_time":0.0054895,"subname":"Catalyst::Engine::BEGIN@10","$color":8,"excl_time":0.0042409000000024,"$area":0.0042409000000024},"id":"875-Catalyst::Engine::BEGIN@10"},{"name":"prepare_connection","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_connection</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 138&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001383,"subname":"Catalyst::Engine::prepare_connection","$color":8,"excl_time":1.56999999981399e-05,"$area":1.56999999981399e-05},"id":"876-Catalyst::Engine::prepare_connection"},{"name":"_set_env","children":[],"data":{"tip":"<p><b>Catalyst::Engine::_set_env</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Catalyst::Engine::_set_env","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"877-Catalyst::Engine::_set_env"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Catalyst::Engine::BEGIN@13","$color":8,"excl_time":1.14999999995798e-05,"$area":1.14999999995798e-05},"id":"878-Catalyst::Engine::BEGIN@13"},{"name":"finalize_uploads","children":[],"data":{"tip":"<p><b>Catalyst::Engine::finalize_uploads</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"Catalyst::Engine::finalize_uploads","$color":8,"excl_time":4.52000000009447e-05,"$area":4.52000000009447e-05},"id":"879-Catalyst::Engine::finalize_uploads"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Catalyst::Engine::BEGIN@11","$color":8,"excl_time":1.94999999995798e-05,"$area":1.94999999995798e-05},"id":"880-Catalyst::Engine::BEGIN@11"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Catalyst::Engine::BUILD","$color":8,"excl_time":5.29999999981946e-06,"$area":5.29999999981946e-06},"id":"881-Catalyst::Engine::BUILD"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.49ms, 0.01%<br />Exclusive time: 3.73ms, 0.01%</p>","incl_time":0.0044882,"subname":"Catalyst::Engine::BEGIN@9","$color":8,"excl_time":0.00373349999999212,"$area":0.00373349999999212},"id":"882-Catalyst::Engine::BEGIN@9"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 402&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004017,"subname":"Catalyst::Engine::BEGIN@18","$color":8,"excl_time":9.89999999994679e-06,"$area":9.89999999994679e-06},"id":"883-Catalyst::Engine::BEGIN@18"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.51ms, 0.00%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0035092,"subname":"Catalyst::Engine::BEGIN@6","$color":8,"excl_time":0.00109289999999985,"$area":0.00109289999999985},"id":"884-Catalyst::Engine::BEGIN@6"},{"name":"prepare_body_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_body_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.87e-05,"subname":"Catalyst::Engine::prepare_body_parameters","$color":8,"excl_time":1.46000000008058e-05,"$area":1.46000000008058e-05},"id":"885-Catalyst::Engine::prepare_body_parameters"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Catalyst::Engine::BEGIN@14","$color":8,"excl_time":1.04999999995798e-05,"$area":1.04999999995798e-05},"id":"886-Catalyst::Engine::BEGIN@14"},{"name":"prepare_uploads","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_uploads</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Catalyst::Engine::prepare_uploads","$color":8,"excl_time":1.64999999988809e-05,"$area":1.64999999988809e-05},"id":"887-Catalyst::Engine::prepare_uploads"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::Engine::CORE:match</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Catalyst::Engine::CORE:match","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"888-Catalyst::Engine::CORE:match"},{"name":"prepare_read","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_read</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001009,"subname":"Catalyst::Engine::prepare_read","$color":8,"excl_time":1.48000000027977e-05,"$area":1.48000000027977e-05},"id":"889-Catalyst::Engine::prepare_read"},{"name":"prepare_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001543,"subname":"Catalyst::Engine::prepare_parameters","$color":8,"excl_time":2.28999999992191e-05,"$area":2.28999999992191e-05},"id":"890-Catalyst::Engine::prepare_parameters"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Catalyst::Engine::BEGIN@64","$color":8,"excl_time":1.02999999998672e-05,"$area":1.02999999998672e-05},"id":"891-Catalyst::Engine::BEGIN@64"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Catalyst::Engine::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::Engine::CORE:regcomp","$color":8,"excl_time":1.5e-05,"$area":1.5e-05},"id":"892-Catalyst::Engine::CORE:regcomp"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.95ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0049501,"subname":"Catalyst::Engine::BEGIN@3","$color":8,"excl_time":2.09999999999802e-05,"$area":2.09999999999802e-05},"id":"893-Catalyst::Engine::BEGIN@3"},{"name":"finalize_cookies","children":[],"data":{"tip":"<p><b>Catalyst::Engine::finalize_cookies</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":4.4e-05,"subname":"Catalyst::Engine::finalize_cookies","$color":8,"excl_time":3.2899999998182e-05,"$area":3.2899999998182e-05},"id":"894-Catalyst::Engine::finalize_cookies"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Catalyst::Engine::BEGIN@15","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"895-Catalyst::Engine::BEGIN@15"},{"name":"prepare_query_parameters","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_query_parameters</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":7.11e-05,"subname":"Catalyst::Engine::prepare_query_parameters","$color":8,"excl_time":4.0900000001463e-05,"$area":4.0900000001463e-05},"id":"896-Catalyst::Engine::prepare_query_parameters"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"Catalyst::Engine::BEGIN@16","$color":8,"excl_time":2.50000000002362e-05,"$area":2.50000000002362e-05},"id":"897-Catalyst::Engine::BEGIN@16"},{"name":"finalize_body","children":[],"data":{"tip":"<p><b>Catalyst::Engine::finalize_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.36ms, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0023566,"subname":"Catalyst::Engine::finalize_body","$color":8,"excl_time":8.37999999999252e-05,"$area":8.37999999999252e-05},"id":"898-Catalyst::Engine::finalize_body"},{"name":"prepare_request","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_request</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 785&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0007849,"subname":"Catalyst::Engine::prepare_request","$color":8,"excl_time":6.28999999967799e-05,"$area":6.28999999967799e-05},"id":"899-Catalyst::Engine::prepare_request"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Catalyst::Engine::BEGIN@7","$color":8,"excl_time":1.05000000003457e-05,"$area":1.05000000003457e-05},"id":"900-Catalyst::Engine::BEGIN@7"},{"name":"finalize_headers","children":[],"data":{"tip":"<p><b>Catalyst::Engine::finalize_headers</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 368&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003682,"subname":"Catalyst::Engine::finalize_headers","$color":8,"excl_time":1.34000000033422e-05,"$area":1.34000000033422e-05},"id":"901-Catalyst::Engine::finalize_headers"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Catalyst::Engine::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Catalyst::Engine::BEGIN@12","$color":8,"excl_time":1.06000000001875e-05,"$area":1.06000000001875e-05},"id":"902-Catalyst::Engine::BEGIN@12"},{"name":"build_psgi_app","children":[],"data":{"tip":"<p><b>Catalyst::Engine::build_psgi_app</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Catalyst::Engine::build_psgi_app","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"903-Catalyst::Engine::build_psgi_app"},{"name":"prepare_path","children":[],"data":{"tip":"<p><b>Catalyst::Engine::prepare_path</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 545&micro;s, 0.00%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.0005451,"subname":"Catalyst::Engine::prepare_path","$color":8,"excl_time":0.000119000000001458,"$area":0.000119000000001458},"id":"904-Catalyst::Engine::prepare_path"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:683]","children":[],"data":{"tip":"<p><b>Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:683]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.41s, 10.45%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.4122597,"subname":"Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:683]","$color":8,"excl_time":2.19000000010183e-05,"$area":2.19000000010183e-05},"id":"905-Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:683]"},{"name":"unescape_uri","children":[],"data":{"tip":"<p><b>Catalyst::Engine::unescape_uri</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Catalyst::Engine::unescape_uri","$color":8,"excl_time":1.21000000026654e-05,"$area":1.21000000026654e-05},"id":"906-Catalyst::Engine::unescape_uri"}],"data":{"$area":0.0100056000000036},"id":"n869"},{"name":"::ClassData","children":[{"name":"mk_classdata","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::mk_classdata</b></p><p><br />Called 19 times from 4 places in 3 files<br />Inclusive time: 2.72ms, 0.00%<br />Exclusive time: 536&micro;s, 0.00%</p>","incl_time":0.0027223,"subname":"Catalyst::ClassData::mk_classdata","$color":10,"excl_time":0.000535599999997572,"$area":0.000535599999997572},"id":"908-Catalyst::ClassData::mk_classdata"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"Catalyst::ClassData::BEGIN@27","$color":10,"excl_time":1.33000000000428e-05,"$area":1.33000000000428e-05},"id":"909-Catalyst::ClassData::BEGIN@27"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Catalyst::ClassData::BEGIN@6","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"910-Catalyst::ClassData::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Catalyst::ClassData::BEGIN@5","$color":10,"excl_time":7.5e-06,"$area":7.5e-06},"id":"911-Catalyst::ClassData::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::ClassData::BEGIN@4","$color":10,"excl_time":8.4e-06,"$area":8.4e-06},"id":"912-Catalyst::ClassData::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::ClassData::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.69ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0046876,"subname":"Catalyst::ClassData::BEGIN@3","$color":10,"excl_time":2.65000000000265e-05,"$area":2.65000000000265e-05},"id":"913-Catalyst::ClassData::BEGIN@3"}],"data":{"$area":0.000597299999997641},"id":"n907"},{"name":"::Runtime","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Runtime::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Catalyst::Runtime::BEGIN@4","$color":1,"excl_time":8.4999999999805e-06,"$area":8.4999999999805e-06},"id":"915-Catalyst::Runtime::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Runtime::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Catalyst::Runtime::BEGIN@6","$color":1,"excl_time":1.69e-05,"$area":1.69e-05},"id":"916-Catalyst::Runtime::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Runtime::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"Catalyst::Runtime::BEGIN@3","$color":1,"excl_time":2.66999999999816e-05,"$area":2.66999999999816e-05},"id":"917-Catalyst::Runtime::BEGIN@3"}],"data":{"$area":5.20999999999621e-05},"id":"n914"},{"name":"::Component","children":[{"name":"COMPONENT","children":[],"data":{"tip":"<p><b>Catalyst::Component::COMPONENT</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 800ms, 1.13%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.7997736,"subname":"Catalyst::Component::COMPONENT","$color":3,"excl_time":0.000112800000000159,"$area":0.000112800000000159},"id":"919-Catalyst::Component::COMPONENT"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Catalyst::Component::BEGIN@10","$color":3,"excl_time":8.60000000003751e-06,"$area":8.60000000003751e-06},"id":"920-Catalyst::Component::BEGIN@10"},{"name":"config","children":[],"data":{"tip":"<p><b>Catalyst::Component::config</b></p><p><br />Called 133 times from 8 places in 7 files<br />Inclusive time: 15.2ms, 0.02%<br />Exclusive time: 2.06ms, 0.00%</p>","incl_time":0.0151644,"subname":"Catalyst::Component::config","$color":3,"excl_time":0.00206059999997213,"$area":0.00206059999997213},"id":"921-Catalyst::Component::config"},{"name":"expand_modules","children":[],"data":{"tip":"<p><b>Catalyst::Component::expand_modules</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 726&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0007255,"subname":"Catalyst::Component::expand_modules","$color":3,"excl_time":4.18999999996605e-05,"$area":4.18999999996605e-05},"id":"922-Catalyst::Component::expand_modules"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.96ms, 0.01%<br />Exclusive time: 727&micro;s, 0.00%</p>","incl_time":0.0039588,"subname":"Catalyst::Component::BEGIN@7","$color":3,"excl_time":0.000727499999999841,"$area":0.000727499999999841},"id":"923-Catalyst::Component::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Catalyst::Component::BEGIN@11","$color":3,"excl_time":7.8999999999835e-06,"$area":7.8999999999835e-06},"id":"924-Catalyst::Component::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Catalyst::Component::BEGIN@6","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"925-Catalyst::Component::BEGIN@6"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Catalyst::Component::BEGIN@1","$color":3,"excl_time":1.719999999995e-05,"$area":1.719999999995e-05},"id":"926-Catalyst::Component::BEGIN@1"},{"name":"catalyst_component_name","children":[],"data":{"tip":"<p><b>Catalyst::Component::catalyst_component_name</b></p><p><br />Called 14 times from 3 places in 2 files<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0001316,"subname":"Catalyst::Component::catalyst_component_name","$color":3,"excl_time":4.24000000012098e-05,"$area":4.24000000012098e-05},"id":"927-Catalyst::Component::catalyst_component_name"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Catalyst::Component::BEGIN@9","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"928-Catalyst::Component::BEGIN@9"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Component::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Catalyst::Component::meta","$color":3,"excl_time":7.99999999993361e-06,"$area":7.99999999993361e-06},"id":"929-Catalyst::Component::meta"},{"name":"__plugins_accessor","children":[],"data":{"tip":"<p><b>Catalyst::Component::__plugins_accessor</b></p><p><br />Called 6 times from 3 places in 1 file<br />Inclusive time: 119&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0001193,"subname":"Catalyst::Component::__plugins_accessor","$color":3,"excl_time":5.92999999996069e-05,"$area":5.92999999996069e-05},"id":"930-Catalyst::Component::__plugins_accessor"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Component::BUILD</b></p><p><br />Called 11 times from 2 places in 2 files<br />Inclusive time: 267&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0002671,"subname":"Catalyst::Component::BUILD","$color":3,"excl_time":5.13000000023432e-05,"$area":5.13000000023432e-05},"id":"931-Catalyst::Component::BUILD"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 763&micro;s, 0.00%<br />Exclusive time: 580&micro;s, 0.00%</p>","incl_time":0.0007632,"subname":"Catalyst::Component::BEGIN@8","$color":3,"excl_time":0.000579799999999944,"$area":0.000579799999999944},"id":"932-Catalyst::Component::BEGIN@8"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Catalyst::Component::BUILDARGS</b></p><p><br />Called 11 times from 2 places in 2 files<br />Inclusive time: 5.86ms, 0.01%<br />Exclusive time: 231&micro;s, 0.00%</p>","incl_time":0.0058563,"subname":"Catalyst::Component::BUILDARGS","$color":3,"excl_time":0.000230700000004322,"$area":0.000230700000004322},"id":"933-Catalyst::Component::BUILDARGS"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Catalyst::Component::BEGIN@5","$color":3,"excl_time":9e-06,"$area":9e-06},"id":"934-Catalyst::Component::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Catalyst::Component::BEGIN@2","$color":3,"excl_time":8.30000000003888e-06,"$area":8.30000000003888e-06},"id":"935-Catalyst::Component::BEGIN@2"},{"name":"__config_accessor","children":[],"data":{"tip":"<p><b>Catalyst::Component::__config_accessor</b></p><p><br />Called 281 times from 4 places in 1 file<br />Inclusive time: 11.0ms, 0.02%<br />Exclusive time: 1.86ms, 0.00%</p>","incl_time":0.0110087,"subname":"Catalyst::Component::__config_accessor","$color":3,"excl_time":0.00186290000001734,"$area":0.00186290000001734},"id":"936-Catalyst::Component::__config_accessor"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.10ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0050985,"subname":"Catalyst::Component::BEGIN@3","$color":3,"excl_time":1.85000000000254e-05,"$area":1.85000000000254e-05},"id":"937-Catalyst::Component::BEGIN@3"},{"name":"merge_config_hashes","children":[],"data":{"tip":"<p><b>Catalyst::Component::merge_config_hashes</b></p><p><br />Called 22 times from 3 places in 2 files<br />Inclusive time: 375&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0003754,"subname":"Catalyst::Component::merge_config_hashes","$color":3,"excl_time":0.000103100000002661,"$area":0.000103100000002661},"id":"938-Catalyst::Component::merge_config_hashes"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 303&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003029,"subname":"Catalyst::Component::BEGIN@12","$color":3,"excl_time":8.49999999997202e-06,"$area":8.49999999997202e-06},"id":"939-Catalyst::Component::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Component::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Catalyst::Component::BEGIN@4","$color":3,"excl_time":7.8e-06,"$area":7.8e-06},"id":"940-Catalyst::Component::BEGIN@4"},{"name":"::ApplicationAttribute","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Component/ApplicationAttribute.pm:18]","children":[],"data":{"tip":"<p><b>Catalyst::Component::ApplicationAttribute::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Component/ApplicationAttribute.pm:18]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 606&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0006064,"subname":"Catalyst::Component::ApplicationAttribute::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Component/ApplicationAttribute.pm:18]","$color":5,"excl_time":2.56999999995664e-05,"$area":2.56999999995664e-05},"id":"942-Catalyst::Component::ApplicationAttribute::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Component/ApplicationAttribute.pm:18]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Component::ApplicationAttribute::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.38ms, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.003381,"subname":"Catalyst::Component::ApplicationAttribute::BEGIN@3","$color":5,"excl_time":2.23999999998995e-05,"$area":2.23999999998995e-05},"id":"943-Catalyst::Component::ApplicationAttribute::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Component::ApplicationAttribute::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 309&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003092,"subname":"Catalyst::Component::ApplicationAttribute::BEGIN@4","$color":5,"excl_time":1.0000000000056e-05,"$area":1.0000000000056e-05},"id":"944-Catalyst::Component::ApplicationAttribute::BEGIN@4"}],"data":{"$area":5.80999999995219e-05},"id":"n941"}],"data":{"$area":0.00603379999999868},"id":"n918"},{"name":"::Response","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:42]","children":[],"data":{"tip":"<p><b>Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:42]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0001044,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:42]","$color":7,"excl_time":6.69000000023078e-05,"$area":6.69000000023078e-05},"id":"946-Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:42]"},{"name":"cookies","children":[],"data":{"tip":"<p><b>Catalyst::Response::cookies</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Catalyst::Response::cookies","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"947-Catalyst::Response::cookies"},{"name":"DEMOLISH","children":[],"data":{"tip":"<p><b>Catalyst::Response::DEMOLISH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Catalyst::Response::DEMOLISH","$color":7,"excl_time":1.06000000004688e-05,"$area":1.06000000004688e-05},"id":"948-Catalyst::Response::DEMOLISH"},{"name":"_clear_writer","children":[],"data":{"tip":"<p><b>Catalyst::Response::_clear_writer</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"Catalyst::Response::_clear_writer","$color":7,"excl_time":3.85e-05,"$area":3.85e-05},"id":"949-Catalyst::Response::_clear_writer"},{"name":"status","children":[],"data":{"tip":"<p><b>Catalyst::Response::status</b></p><p><br />Called 4 times from 4 places in 3 files<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Catalyst::Response::status","$color":7,"excl_time":1.56e-05,"$area":1.56e-05},"id":"950-Catalyst::Response::status"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Response::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.23ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0062314,"subname":"Catalyst::Response::BEGIN@3","$color":7,"excl_time":2.00000000000217e-05,"$area":2.00000000000217e-05},"id":"951-Catalyst::Response::BEGIN@3"},{"name":"location","children":[],"data":{"tip":"<p><b>Catalyst::Response::location</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Catalyst::Response::location","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"952-Catalyst::Response::location"},{"name":"output","children":[],"data":{"tip":"<p><b>Catalyst::Response::output</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 469&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0004692,"subname":"Catalyst::Response::output","$color":7,"excl_time":5.46000000008455e-05,"$area":5.46000000008455e-05},"id":"953-Catalyst::Response::output"},{"name":"_clear_response_cb","children":[],"data":{"tip":"<p><b>Catalyst::Response::_clear_response_cb</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Catalyst::Response::_clear_response_cb","$color":7,"excl_time":6.6e-06,"$area":6.6e-06},"id":"954-Catalyst::Response::_clear_response_cb"},{"name":"finalize_headers","children":[],"data":{"tip":"<p><b>Catalyst::Response::finalize_headers</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 402&micro;s, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0004018,"subname":"Catalyst::Response::finalize_headers","$color":7,"excl_time":0.000132799999989933,"$area":0.000132799999989933},"id":"955-Catalyst::Response::finalize_headers"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Response::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Catalyst::Response::meta","$color":7,"excl_time":1.37999999999601e-05,"$area":1.37999999999601e-05},"id":"956-Catalyst::Response::meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:31]","children":[],"data":{"tip":"<p><b>Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:31]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:31]","$color":7,"excl_time":5.7e-06,"$area":5.7e-06},"id":"957-Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:31]"},{"name":"_has_writer","children":[],"data":{"tip":"<p><b>Catalyst::Response::_has_writer</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::Response::_has_writer","$color":7,"excl_time":8.7e-06,"$area":8.7e-06},"id":"958-Catalyst::Response::_has_writer"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::Response::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.65e-05,"subname":"Catalyst::Response::BEGIN@6","$color":7,"excl_time":1.51000000000107e-05,"$area":1.51000000000107e-05},"id":"959-Catalyst::Response::BEGIN@6"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::Response::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001062,"subname":"Catalyst::Response::DESTROY","$color":7,"excl_time":5.44999999926847e-05,"$area":5.44999999926847e-05},"id":"960-Catalyst::Response::DESTROY"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Response::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 138&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0001377,"subname":"Catalyst::Response::new","$color":7,"excl_time":9.24000000008623e-05,"$area":9.24000000008623e-05},"id":"961-Catalyst::Response::new"},{"name":"content_type","children":[],"data":{"tip":"<p><b>Catalyst::Response::content_type</b></p><p><br />Called 6 times from 5 places in 3 files<br />Inclusive time: 671&micro;s, 0.00%<br />Exclusive time: 237&micro;s, 0.00%</p>","incl_time":0.0006705,"subname":"Catalyst::Response::content_type","$color":7,"excl_time":0.000237299999996647,"$area":0.000237299999996647},"id":"962-Catalyst::Response::content_type"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:81]","children":[],"data":{"tip":"<p><b>Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:81]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:81]","$color":7,"excl_time":1.03e-05,"$area":1.03e-05},"id":"963-Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:81]"},{"name":"_response_cb","children":[],"data":{"tip":"<p><b>Catalyst::Response::_response_cb</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Catalyst::Response::_response_cb","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"964-Catalyst::Response::_response_cb"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Response::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Catalyst::Response::BEGIN@4","$color":7,"excl_time":9.7e-06,"$area":9.7e-06},"id":"965-Catalyst::Response::BEGIN@4"},{"name":"_set_response_cb","children":[],"data":{"tip":"<p><b>Catalyst::Response::_set_response_cb</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Catalyst::Response::_set_response_cb","$color":7,"excl_time":7.6e-06,"$area":7.6e-06},"id":"966-Catalyst::Response::_set_response_cb"},{"name":"write","children":[],"data":{"tip":"<p><b>Catalyst::Response::write</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 585&micro;s, 0.00%<br />Exclusive time: 255&micro;s, 0.00%</p>","incl_time":0.0005849,"subname":"Catalyst::Response::write","$color":7,"excl_time":0.000254599999998329,"$area":0.000254599999998329},"id":"967-Catalyst::Response::write"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Response::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.06ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0030566,"subname":"Catalyst::Response::BEGIN@5","$color":7,"excl_time":2.03000000000082e-05,"$area":2.03000000000082e-05},"id":"968-Catalyst::Response::BEGIN@5"},{"name":"headers","children":[],"data":{"tip":"<p><b>Catalyst::Response::headers</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 248&micro;s, 0.00%<br />Exclusive time: 131&micro;s, 0.00%</p>","incl_time":0.0002481,"subname":"Catalyst::Response::headers","$color":7,"excl_time":0.000131199999998137,"$area":0.000131199999998137},"id":"969-Catalyst::Response::headers"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Response::BUILD</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Catalyst::Response::BUILD","$color":7,"excl_time":9.90000000122862e-06,"$area":9.90000000122862e-06},"id":"970-Catalyst::Response::BUILD"},{"name":"content_length","children":[],"data":{"tip":"<p><b>Catalyst::Response::content_length</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 221&micro;s, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.000221,"subname":"Catalyst::Response::content_length","$color":7,"excl_time":9.25999999987503e-05,"$area":9.25999999987503e-05},"id":"971-Catalyst::Response::content_length"},{"name":"_writer","children":[],"data":{"tip":"<p><b>Catalyst::Response::_writer</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Catalyst::Response::_writer","$color":7,"excl_time":1.17e-05,"$area":1.17e-05},"id":"972-Catalyst::Response::_writer"},{"name":"redirect","children":[],"data":{"tip":"<p><b>Catalyst::Response::redirect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Catalyst::Response::redirect","$color":7,"excl_time":1.50000000004688e-05,"$area":1.50000000004688e-05},"id":"973-Catalyst::Response::redirect"},{"name":"body","children":[],"data":{"tip":"<p><b>Catalyst::Response::body</b></p><p><br />Called 10 times from 8 places in 5 files<br />Inclusive time: 4.42ms, 0.01%</p>","incl_time":0.0044165,"subname":"Catalyst::Response::body","$color":7,"excl_time":0.0044165,"$area":0.0044165},"id":"974-Catalyst::Response::body"},{"name":"_set_writer","children":[],"data":{"tip":"<p><b>Catalyst::Response::_set_writer</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":6.17e-05,"subname":"Catalyst::Response::_set_writer","$color":7,"excl_time":2.97999999966957e-05,"$area":2.97999999966957e-05},"id":"975-Catalyst::Response::_set_writer"},{"name":"content_encoding","children":[],"data":{"tip":"<p><b>Catalyst::Response::content_encoding</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 256&micro;s, 0.00%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0002558,"subname":"Catalyst::Response::content_encoding","$color":7,"excl_time":8.7800000004939e-05,"$area":8.7800000004939e-05},"id":"976-Catalyst::Response::content_encoding"},{"name":"_has_response_cb","children":[],"data":{"tip":"<p><b>Catalyst::Response::_has_response_cb</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Catalyst::Response::_has_response_cb","$color":7,"excl_time":1.54e-05,"$area":1.54e-05},"id":"977-Catalyst::Response::_has_response_cb"},{"name":"finalized_headers","children":[],"data":{"tip":"<p><b>Catalyst::Response::finalized_headers</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Catalyst::Response::finalized_headers","$color":7,"excl_time":1.44e-05,"$area":1.44e-05},"id":"978-Catalyst::Response::finalized_headers"}],"data":{"$area":0.0059121999999823},"id":"n945"},{"name":"::Exception","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Exception::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Catalyst::Exception::meta","$color":9,"excl_time":7.40000000003226e-06,"$area":7.40000000003226e-06},"id":"980-Catalyst::Exception::meta"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>Catalyst::Exception::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Catalyst::Exception::BEGIN@61","$color":9,"excl_time":8.20000000001801e-06,"$area":8.20000000001801e-06},"id":"981-Catalyst::Exception::BEGIN@61"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>Catalyst::Exception::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.68ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0046825,"subname":"Catalyst::Exception::BEGIN@58","$color":9,"excl_time":1.55000000000233e-05,"$area":1.55000000000233e-05},"id":"982-Catalyst::Exception::BEGIN@58"},{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>Catalyst::Exception::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 812&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0008122,"subname":"Catalyst::Exception::BEGIN@63","$color":9,"excl_time":5.90000000001798e-06,"$area":5.90000000001798e-06},"id":"983-Catalyst::Exception::BEGIN@63"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>Catalyst::Exception::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 285&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002849,"subname":"Catalyst::Exception::BEGIN@59","$color":9,"excl_time":1.01999999999834e-05,"$area":1.01999999999834e-05},"id":"984-Catalyst::Exception::BEGIN@59"},{"name":"::Go","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Go::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 285&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002849,"subname":"Catalyst::Exception::Go::BEGIN@4","$color":0,"excl_time":1.02999999999863e-05,"$area":1.02999999999863e-05},"id":"986-Catalyst::Exception::Go::BEGIN@4"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Go::BUILDARGS</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Catalyst::Exception::Go::BUILDARGS","$color":0,"excl_time":7.19999999997075e-06,"$area":7.19999999997075e-06},"id":"987-Catalyst::Exception::Go::BUILDARGS"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Go::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Catalyst::Exception::Go::meta","$color":0,"excl_time":7.69999999993361e-06,"$area":7.69999999993361e-06},"id":"988-Catalyst::Exception::Go::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Go::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":8.3e-05,"subname":"Catalyst::Exception::Go::new","$color":0,"excl_time":6.23999999999627e-05,"$area":6.23999999999627e-05},"id":"989-Catalyst::Exception::Go::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Go::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.35ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.00435,"subname":"Catalyst::Exception::Go::BEGIN@3","$color":0,"excl_time":1.69000000000219e-05,"$area":1.69000000000219e-05},"id":"990-Catalyst::Exception::Go::BEGIN@3"}],"data":{"$area":0.000104499999999875},"id":"n985"},{"name":"::Base","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Base::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Catalyst::Exception::Base::meta","$color":2,"excl_time":8.30000000006764e-06,"$area":8.30000000006764e-06},"id":"992-Catalyst::Exception::Base::meta"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Base::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 458&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0004576,"subname":"Catalyst::Exception::Base::BEGIN@48","$color":2,"excl_time":1.72999999999954e-05,"$area":1.72999999999954e-05},"id":"993-Catalyst::Exception::Base::BEGIN@48"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Base::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.26ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0052645,"subname":"Catalyst::Exception::Base::BEGIN@47","$color":2,"excl_time":2.20000000000168e-05,"$area":2.20000000000168e-05},"id":"994-Catalyst::Exception::Base::BEGIN@47"}],"data":{"$area":4.76000000000799e-05},"id":"n991"},{"name":"::Detach","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Detach::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 286&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002857,"subname":"Catalyst::Exception::Detach::BEGIN@4","$color":4,"excl_time":1.04000000000217e-05,"$area":1.04000000000217e-05},"id":"996-Catalyst::Exception::Detach::BEGIN@4"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Detach::BUILDARGS</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"Catalyst::Exception::Detach::BUILDARGS","$color":4,"excl_time":1.04000000000255e-05,"$area":1.04000000000255e-05},"id":"997-Catalyst::Exception::Detach::BUILDARGS"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Detach::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.82ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0048188,"subname":"Catalyst::Exception::Detach::BEGIN@3","$color":4,"excl_time":1.57999999999981e-05,"$area":1.57999999999981e-05},"id":"998-Catalyst::Exception::Detach::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Detach::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.00%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":0.0001218,"subname":"Catalyst::Exception::Detach::new","$color":4,"excl_time":8.00999999998556e-05,"$area":8.00999999998556e-05},"id":"999-Catalyst::Exception::Detach::new"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Detach::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Catalyst::Exception::Detach::meta","$color":4,"excl_time":7.999999999992e-06,"$area":7.999999999992e-06},"id":"1000-Catalyst::Exception::Detach::meta"}],"data":{"$area":0.000124699999999893},"id":"n995"},{"name":"::Basic","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Basic::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"Catalyst::Exception::Basic::BEGIN@4","$color":6,"excl_time":1.20000000000498e-05,"$area":1.20000000000498e-05},"id":"1002-Catalyst::Exception::Basic::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Basic::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145ms, 0.20%<br />Exclusive time: 482&micro;s, 0.00%</p>","incl_time":0.1452185,"subname":"Catalyst::Exception::Basic::BEGIN@3","$color":6,"excl_time":0.000481800000000004,"$area":0.000481800000000004},"id":"1003-Catalyst::Exception::Basic::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Basic::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 373&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003728,"subname":"Catalyst::Exception::Basic::BEGIN@5","$color":6,"excl_time":8.99999999997479e-06,"$area":8.99999999997479e-06},"id":"1004-Catalyst::Exception::Basic::BEGIN@5"}],"data":{"$area":0.000502800000000029},"id":"n1001"},{"name":"::Interface","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Interface::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.45ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0054514,"subname":"Catalyst::Exception::Interface::BEGIN@3","$color":8,"excl_time":1.96999999999611e-05,"$area":1.96999999999611e-05},"id":"1006-Catalyst::Exception::Interface::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Interface::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Catalyst::Exception::Interface::BEGIN@7","$color":8,"excl_time":1.07999999999622e-05,"$area":1.07999999999622e-05},"id":"1007-Catalyst::Exception::Interface::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Catalyst::Exception::Interface::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 305&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003049,"subname":"Catalyst::Exception::Interface::BEGIN@4","$color":8,"excl_time":1.00999999999605e-05,"$area":1.00999999999605e-05},"id":"1008-Catalyst::Exception::Interface::BEGIN@4"}],"data":{"$area":4.05999999998838e-05},"id":"n1005"}],"data":{"$area":0.000867399999999836},"id":"n979"},{"name":"::ActionContainer","children":[{"name":"part","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::part</b></p><p><br />Called 60 times from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0001119,"subname":"Catalyst::ActionContainer::part","$color":10,"excl_time":0.0001119,"$area":0.0001119},"id":"1010-Catalyst::ActionContainer::part"},{"name":"add_action","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::add_action</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 503&micro;s, 0.00%<br />Exclusive time: 320&micro;s, 0.00%</p>","incl_time":0.0005032,"subname":"Catalyst::ActionContainer::add_action","$color":10,"excl_time":0.000319900000004666,"$area":0.000319900000004666},"id":"1011-Catalyst::ActionContainer::add_action"},{"name":"get_action","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::get_action</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":7.85e-05,"subname":"Catalyst::ActionContainer::get_action","$color":10,"excl_time":5.81000000031882e-05,"$area":5.81000000031882e-05},"id":"1012-Catalyst::ActionContainer::get_action"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001108,"subname":"Catalyst::ActionContainer::BEGIN@30","$color":10,"excl_time":1.14000000001393e-05,"$area":1.14000000001393e-05},"id":"1013-Catalyst::ActionContainer::BEGIN@30"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::BUILD</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.19e-05,"subname":"Catalyst::ActionContainer::BUILD","$color":10,"excl_time":1.85999999992345e-05,"$area":1.85999999992345e-05},"id":"1014-Catalyst::ActionContainer::BUILD"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::new</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 368&micro;s, 0.00%<br />Exclusive time: 191&micro;s, 0.00%</p>","incl_time":0.000368,"subname":"Catalyst::ActionContainer::new","$color":10,"excl_time":0.00019130000000097,"$area":0.00019130000000097},"id":"1015-Catalyst::ActionContainer::new"},{"name":"actions","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::actions</b></p><p><br />Called 49 times from 2 places in 1 file<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 126&micro;s, 0.00%</p>","incl_time":0.000132,"subname":"Catalyst::ActionContainer::actions","$color":10,"excl_time":0.000126199999999722,"$area":0.000126199999999722},"id":"1016-Catalyst::ActionContainer::actions"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0045535,"subname":"Catalyst::ActionContainer::BEGIN@18","$color":10,"excl_time":1.66000000002666e-05,"$area":1.66000000002666e-05},"id":"1017-Catalyst::ActionContainer::BEGIN@18"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Catalyst::ActionContainer::meta","$color":10,"excl_time":7.29999999990973e-06,"$area":7.29999999990973e-06},"id":"1018-Catalyst::ActionContainer::meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/ActionContainer.pm:22]","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/ActionContainer.pm:22]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Catalyst::ActionContainer::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/ActionContainer.pm:22]","$color":10,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1019-Catalyst::ActionContainer::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/ActionContainer.pm:22]"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"Catalyst::ActionContainer::BEGIN@32","$color":10,"excl_time":1.02999999996876e-05,"$area":1.02999999996876e-05},"id":"1020-Catalyst::ActionContainer::BEGIN@32"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::BUILDARGS</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.23e-05,"subname":"Catalyst::ActionContainer::BUILDARGS","$color":10,"excl_time":2.02000000003137e-05,"$area":2.02000000003137e-05},"id":"1021-Catalyst::ActionContainer::BUILDARGS"}],"data":{"$area":0.000897600000008097},"id":"n1009"},{"name":"::DispatchType","children":[{"name":"::Regex","children":[{"name":"register","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::register</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 329&micro;s, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0003293,"subname":"Catalyst::DispatchType::Regex::register","$color":1,"excl_time":0.000270499999995867,"$area":0.000270499999995867},"id":"1024-Catalyst::DispatchType::Regex::register"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"Catalyst::DispatchType::Regex::match","$color":1,"excl_time":3.53000000032315e-05,"$area":3.53000000032315e-05},"id":"1025-Catalyst::DispatchType::Regex::match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Catalyst::DispatchType::Regex::BEGIN@7","$color":1,"excl_time":7.89999999957979e-06,"$area":7.89999999957979e-06},"id":"1026-Catalyst::DispatchType::Regex::BEGIN@7"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Catalyst::DispatchType::Regex::meta","$color":1,"excl_time":7.99999999953641e-06,"$area":7.99999999953641e-06},"id":"1027-Catalyst::DispatchType::Regex::meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Regex.pm:14]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Regex.pm:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Catalyst::DispatchType::Regex::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Regex.pm:14]","$color":1,"excl_time":1.9e-06,"$area":1.9e-06},"id":"1028-Catalyst::DispatchType::Regex::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Regex.pm:14]"},{"name":"_compiled","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::_compiled</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Catalyst::DispatchType::Regex::_compiled","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"1029-Catalyst::DispatchType::Regex::_compiled"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Catalyst::DispatchType::Regex::BEGIN@6","$color":1,"excl_time":1.08000000001415e-05,"$area":1.08000000001415e-05},"id":"1030-Catalyst::DispatchType::Regex::BEGIN@6"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"Catalyst::DispatchType::Regex::new","$color":1,"excl_time":2.89999999999176e-05,"$area":2.89999999999176e-05},"id":"1031-Catalyst::DispatchType::Regex::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.22ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042188,"subname":"Catalyst::DispatchType::Regex::BEGIN@3","$color":1,"excl_time":1.70000000002998e-05,"$area":1.70000000002998e-05},"id":"1032-Catalyst::DispatchType::Regex::BEGIN@3"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001122,"subname":"Catalyst::DispatchType::Regex::BEGIN@17","$color":1,"excl_time":9.70000000032771e-06,"$area":9.70000000032771e-06},"id":"1033-Catalyst::DispatchType::Regex::BEGIN@17"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Regex::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.53ms, 0.01%<br />Exclusive time: 5.41ms, 0.01%</p>","incl_time":0.0075317,"subname":"Catalyst::DispatchType::Regex::BEGIN@8","$color":1,"excl_time":0.00541209999999878,"$area":0.00541209999999878},"id":"1034-Catalyst::DispatchType::Regex::BEGIN@8"}],"data":{"$area":0.00580519999999768},"id":"n1023"},{"name":"_is_low_precedence","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::_is_low_precedence</b></p><p><br />Called 107 times from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%</p>","incl_time":9.37000000000001e-05,"subname":"Catalyst::DispatchType::_is_low_precedence","$color":3,"excl_time":9.37000000000001e-05,"$area":9.37000000000001e-05},"id":"1035-Catalyst::DispatchType::_is_low_precedence"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Catalyst::DispatchType::meta","$color":3,"excl_time":7.39999999995662e-06,"$area":7.39999999995662e-06},"id":"1036-Catalyst::DispatchType::meta"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::BUILD</b></p><p><br />Called 5 times from 4 places in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":9.4e-05,"subname":"Catalyst::DispatchType::BUILD","$color":3,"excl_time":2.54999999997511e-05,"$area":2.54999999997511e-05},"id":"1037-Catalyst::DispatchType::BUILD"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 93&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.32e-05,"subname":"Catalyst::DispatchType::BEGIN@5","$color":3,"excl_time":9.3000000000854e-06,"$area":9.3000000000854e-06},"id":"1038-Catalyst::DispatchType::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.19ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0041874,"subname":"Catalyst::DispatchType::BEGIN@3","$color":3,"excl_time":1.53000000001e-05,"$area":1.53000000001e-05},"id":"1039-Catalyst::DispatchType::BEGIN@3"},{"name":"::Default","children":[{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Default::match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Catalyst::DispatchType::Default::match","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1041-Catalyst::DispatchType::Default::match"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Default::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.71ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0047088,"subname":"Catalyst::DispatchType::Default::BEGIN@3","$color":5,"excl_time":1.6400000000292e-05,"$area":1.6400000000292e-05},"id":"1042-Catalyst::DispatchType::Default::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Default::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Catalyst::DispatchType::Default::new","$color":5,"excl_time":2.14000000000539e-05,"$area":2.14000000000539e-05},"id":"1043-Catalyst::DispatchType::Default::new"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Default::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Catalyst::DispatchType::Default::meta","$color":5,"excl_time":9.30000000061125e-06,"$area":9.30000000061125e-06},"id":"1044-Catalyst::DispatchType::Default::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Default::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001012,"subname":"Catalyst::DispatchType::Default::BEGIN@6","$color":5,"excl_time":1.07000000002287e-05,"$area":1.07000000002287e-05},"id":"1045-Catalyst::DispatchType::Default::BEGIN@6"}],"data":{"$area":6.16000000011859e-05},"id":"n1040"},{"name":"::Path","children":[{"name":"register","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::register</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 2.09ms, 0.00%<br />Exclusive time: 317&micro;s, 0.00%</p>","incl_time":0.0020921,"subname":"Catalyst::DispatchType::Path::register","$color":7,"excl_time":0.000316599999997406,"$area":0.000316599999997406},"id":"1047-Catalyst::DispatchType::Path::register"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@7","$color":7,"excl_time":1.02000000001875e-05,"$area":1.02000000001875e-05},"id":"1048-Catalyst::DispatchType::Path::BEGIN@7"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::match</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 203&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0002032,"subname":"Catalyst::DispatchType::Path::match","$color":7,"excl_time":9.13999999982284e-05,"$area":9.13999999982284e-05},"id":"1049-Catalyst::DispatchType::Path::match"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Catalyst::DispatchType::Path::meta","$color":7,"excl_time":7.6000000003777e-06,"$area":7.6000000003777e-06},"id":"1050-Catalyst::DispatchType::Path::meta"},{"name":"register_path","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::register_path</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 1.71ms, 0.00%<br />Exclusive time: 431&micro;s, 0.00%</p>","incl_time":0.0017117,"subname":"Catalyst::DispatchType::Path::register_path","$color":7,"excl_time":0.000431499999999047,"$area":0.000431499999999047},"id":"1051-Catalyst::DispatchType::Path::register_path"},{"name":"_paths","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::_paths</b></p><p><br />Called 40 times from 2 places in 1 file<br />Inclusive time: 71&micro;s, 0.00%</p>","incl_time":7.06e-05,"subname":"Catalyst::DispatchType::Path::_paths","$color":7,"excl_time":7.06e-05,"$area":7.06e-05},"id":"1052-Catalyst::DispatchType::Path::_paths"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.89e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@17","$color":7,"excl_time":8.79999999957405e-06,"$area":8.79999999957405e-06},"id":"1053-Catalyst::DispatchType::Path::BEGIN@17"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@8","$color":7,"excl_time":1.13999999998602e-05,"$area":1.13999999998602e-05},"id":"1054-Catalyst::DispatchType::Path::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@6","$color":7,"excl_time":1.48999999996276e-05,"$area":1.48999999996276e-05},"id":"1055-Catalyst::DispatchType::Path::BEGIN@6"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::CORE:sort</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Catalyst::DispatchType::Path::CORE:sort","$color":7,"excl_time":1.52000000000123e-05,"$area":1.52000000000123e-05},"id":"1056-Catalyst::DispatchType::Path::CORE:sort"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::CORE:subst</b></p><p><br />Called 36 times from 2 places in 1 file<br />Inclusive time: 114&micro;s, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0001135,"subname":"Catalyst::DispatchType::Path::CORE:subst","$color":7,"excl_time":8.33999999999671e-05,"$area":8.33999999999671e-05},"id":"1057-Catalyst::DispatchType::Path::CORE:subst"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Catalyst::DispatchType::Path::new","$color":7,"excl_time":2.46000000008049e-05,"$area":2.46000000008049e-05},"id":"1058-Catalyst::DispatchType::Path::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.82ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0048243,"subname":"Catalyst::DispatchType::Path::BEGIN@3","$color":7,"excl_time":1.82000000002978e-05,"$area":1.82000000002978e-05},"id":"1059-Catalyst::DispatchType::Path::BEGIN@3"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Catalyst::DispatchType::Path::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1060-Catalyst::DispatchType::Path::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]"}],"data":{"$area":0.00110779999999539},"id":"n1046"},{"name":"::Index","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Catalyst::DispatchType::Index::meta","$color":9,"excl_time":8.09999999958329e-06,"$area":8.09999999958329e-06},"id":"1062-Catalyst::DispatchType::Index::meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Index.pm:31]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Index.pm:31]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"Catalyst::DispatchType::Index::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Index.pm:31]","$color":9,"excl_time":2.1e-06,"$area":2.1e-06},"id":"1063-Catalyst::DispatchType::Index::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Index.pm:31]"},{"name":"_is_low_precedence","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::_is_low_precedence</b></p><p><br />Called 45 times from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"Catalyst::DispatchType::Index::_is_low_precedence","$color":9,"excl_time":4.63e-05,"$area":4.63e-05},"id":"1064-Catalyst::DispatchType::Index::_is_low_precedence"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.26ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042594,"subname":"Catalyst::DispatchType::Index::BEGIN@3","$color":9,"excl_time":1.64999999996166e-05,"$area":1.64999999996166e-05},"id":"1065-Catalyst::DispatchType::Index::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":5.16e-05,"subname":"Catalyst::DispatchType::Index::new","$color":9,"excl_time":2.88000000000105e-05,"$area":2.88000000000105e-05},"id":"1066-Catalyst::DispatchType::Index::new"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::match</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 146&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0001461,"subname":"Catalyst::DispatchType::Index::match","$color":9,"excl_time":4.42999999960735e-05,"$area":4.42999999960735e-05},"id":"1067-Catalyst::DispatchType::Index::match"},{"name":"register","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::register</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0001489,"subname":"Catalyst::DispatchType::Index::register","$color":9,"excl_time":0.000105900000001983,"$area":0.000105900000001983},"id":"1068-Catalyst::DispatchType::Index::register"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 296&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002963,"subname":"Catalyst::DispatchType::Index::BEGIN@5","$color":9,"excl_time":1.07000000002251e-05,"$area":1.07000000002251e-05},"id":"1069-Catalyst::DispatchType::Index::BEGIN@5"},{"name":"_actions","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::_actions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Catalyst::DispatchType::Index::_actions","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1070-Catalyst::DispatchType::Index::_actions"}],"data":{"$area":0.000265799999997492},"id":"n1061"},{"name":"::Chained","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.0ms, 0.02%<br />Exclusive time: 452&micro;s, 0.00%</p>","incl_time":0.0120387,"subname":"Catalyst::DispatchType::Chained::BEGIN@7","$color":0,"excl_time":0.00045239999999973,"$area":0.00045239999999973},"id":"1072-Catalyst::DispatchType::Chained::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.48ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0044755,"subname":"Catalyst::DispatchType::Chained::BEGIN@3","$color":0,"excl_time":1.96000000000432e-05,"$area":1.96000000000432e-05},"id":"1073-Catalyst::DispatchType::Chained::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::DispatchType::Chained::BEGIN@6","$color":0,"excl_time":1.14999999999549e-05,"$area":1.14999999999549e-05},"id":"1074-Catalyst::DispatchType::Chained::BEGIN@6"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"Catalyst::DispatchType::Chained::new","$color":0,"excl_time":3.40999999996841e-05,"$area":3.40999999996841e-05},"id":"1075-Catalyst::DispatchType::Chained::new"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:30]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:30]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:30]","$color":0,"excl_time":1.2e-06,"$area":1.2e-06},"id":"1076-Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:30]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:16]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:16]","$color":0,"excl_time":1.7e-06,"$area":1.7e-06},"id":"1077-Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:16]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::DispatchType::Chained::BEGIN@9","$color":0,"excl_time":7.59999999957979e-06,"$area":7.59999999957979e-06},"id":"1078-Catalyst::DispatchType::Chained::BEGIN@9"},{"name":"_endpoints","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::_endpoints</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Catalyst::DispatchType::Chained::_endpoints","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1079-Catalyst::DispatchType::Chained::_endpoints"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:23]","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:23]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:23]","$color":0,"excl_time":1.7e-06,"$area":1.7e-06},"id":"1080-Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:23]"},{"name":"register","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::register</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 285&micro;s, 0.00%<br />Exclusive time: 211&micro;s, 0.00%</p>","incl_time":0.000285,"subname":"Catalyst::DispatchType::Chained::register","$color":0,"excl_time":0.000211099999997042,"$area":0.000211099999997042},"id":"1081-Catalyst::DispatchType::Chained::register"},{"name":"_actions","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::_actions</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Catalyst::DispatchType::Chained::_actions","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1082-Catalyst::DispatchType::Chained::_actions"},{"name":"_children_of","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::_children_of</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Catalyst::DispatchType::Chained::_children_of","$color":0,"excl_time":8.2e-06,"$area":8.2e-06},"id":"1083-Catalyst::DispatchType::Chained::_children_of"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::CORE:match</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"Catalyst::DispatchType::Chained::CORE:match","$color":0,"excl_time":1.5e-06,"$area":1.5e-06},"id":"1084-Catalyst::DispatchType::Chained::CORE:match"},{"name":"recurse_match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::recurse_match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Catalyst::DispatchType::Chained::recurse_match","$color":0,"excl_time":2.48000000029936e-05,"$area":2.48000000029936e-05},"id":"1085-Catalyst::DispatchType::Chained::recurse_match"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Catalyst::DispatchType::Chained::BEGIN@8","$color":0,"excl_time":1.01999999999071e-05,"$area":1.01999999999071e-05},"id":"1086-Catalyst::DispatchType::Chained::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Catalyst::DispatchType::Chained::meta","$color":0,"excl_time":8.09999999972307e-06,"$area":8.09999999972307e-06},"id":"1087-Catalyst::DispatchType::Chained::meta"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":5.5e-05,"subname":"Catalyst::DispatchType::Chained::match","$color":0,"excl_time":2.02999999995018e-05,"$area":2.02999999995018e-05},"id":"1088-Catalyst::DispatchType::Chained::match"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001124,"subname":"Catalyst::DispatchType::Chained::BEGIN@33","$color":0,"excl_time":1.59999999996705e-05,"$area":1.59999999996705e-05},"id":"1089-Catalyst::DispatchType::Chained::BEGIN@33"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Catalyst::DispatchType::Chained::BEGIN@10","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1090-Catalyst::DispatchType::Chained::BEGIN@10"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"Catalyst::DispatchType::Chained::CORE:sort","$color":0,"excl_time":1.2e-06,"$area":1.2e-06},"id":"1091-Catalyst::DispatchType::Chained::CORE:sort"}],"data":{"$area":0.00084419999999783},"id":"n1071"}],"data":{"$area":0.00823579999998947},"id":"n1022"}],"data":{"$area":0.12469079999988},"id":"n355"},{"name":"DynaLoader","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:subst</b></p><p><br />Called 32 times from 2 places in 1 file<br />Inclusive time: 577&micro;s, 0.00%</p>","incl_time":0.0005771,"subname":"DynaLoader::CORE:subst","$color":2,"excl_time":0.0005771,"$area":0.0005771},"id":"1093-DynaLoader::CORE:subst"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DynaLoader::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"DynaLoader::BEGIN@18","$color":2,"excl_time":9.7e-06,"$area":9.7e-06},"id":"1094-DynaLoader::BEGIN@18"},{"name":"dl_find_symbol","children":[],"data":{"tip":"<p><b>DynaLoader::dl_find_symbol</b></p><p><br />Called 32 times from 2 places in 1 file<br />Inclusive time: 179&micro;s, 0.00%</p>","incl_time":0.0001793,"subname":"DynaLoader::dl_find_symbol","$color":2,"excl_time":0.0001793,"$area":0.0001793},"id":"1095-DynaLoader::dl_find_symbol"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftfile</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%</p>","incl_time":6.95e-05,"subname":"DynaLoader::CORE:ftfile","$color":2,"excl_time":6.95e-05,"$area":6.95e-05},"id":"1096-DynaLoader::CORE:ftfile"},{"name":"CORE:ftsize","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftsize</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%</p>","incl_time":7.44e-05,"subname":"DynaLoader::CORE:ftsize","$color":2,"excl_time":7.44e-05,"$area":7.44e-05},"id":"1097-DynaLoader::CORE:ftsize"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>DynaLoader::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"DynaLoader::BEGIN@22","$color":2,"excl_time":9.30000000000425e-06,"$area":9.30000000000425e-06},"id":"1098-DynaLoader::BEGIN@22"},{"name":"dl_undef_symbols","children":[],"data":{"tip":"<p><b>DynaLoader::dl_undef_symbols</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"DynaLoader::dl_undef_symbols","$color":2,"excl_time":2.5e-05,"$area":2.5e-05},"id":"1099-DynaLoader::dl_undef_symbols"},{"name":"dl_install_xsub","children":[],"data":{"tip":"<p><b>DynaLoader::dl_install_xsub</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%</p>","incl_time":0.000106,"subname":"DynaLoader::dl_install_xsub","$color":2,"excl_time":0.000106,"$area":0.000106},"id":"1100-DynaLoader::dl_install_xsub"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftdir</b></p><p><br />Called 39 times from 1 place in 1 file<br />Inclusive time: 227&micro;s, 0.00%</p>","incl_time":0.000227,"subname":"DynaLoader::CORE:ftdir","$color":2,"excl_time":0.000227,"$area":0.000227},"id":"1101-DynaLoader::CORE:ftdir"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>DynaLoader::BEGIN@98</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.25e-05,"subname":"DynaLoader::BEGIN@98","$color":2,"excl_time":2.02000000001059e-05,"$area":2.02000000001059e-05},"id":"1102-DynaLoader::BEGIN@98"},{"name":"dl_load_flags","children":[],"data":{"tip":"<p><b>DynaLoader::dl_load_flags</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"DynaLoader::dl_load_flags","$color":2,"excl_time":2.12e-05,"$area":2.12e-05},"id":"1103-DynaLoader::dl_load_flags"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>DynaLoader::bootstrap</b></p><p><br />Called 16 times from 16 places in 16 files<br />Inclusive time: 7.00ms, 0.01%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.007,"subname":"DynaLoader::bootstrap","$color":2,"excl_time":0.00127800000000317,"$area":0.00127800000000317},"id":"1104-DynaLoader::bootstrap"},{"name":"dl_load_file","children":[],"data":{"tip":"<p><b>DynaLoader::dl_load_file</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 2.18ms, 0.00%</p>","incl_time":0.0021801,"subname":"DynaLoader::dl_load_file","$color":2,"excl_time":0.0021801,"$area":0.0021801},"id":"1105-DynaLoader::dl_load_file"}],"data":{"$area":0.00477680000000328},"id":"n1092"},{"name":"Safe","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Safe::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Safe::BEGIN@2","$color":4,"excl_time":8.8e-06,"$area":8.8e-06},"id":"1107-Safe::BEGIN@2"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>Safe::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Safe::BEGIN@70","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1108-Safe::BEGIN@70"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Safe::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35.5ms, 0.05%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":0.035499,"subname":"Safe::CORE:regcomp","$color":4,"excl_time":9.50000000000117e-05,"$area":9.50000000000117e-05},"id":"1109-Safe::CORE:regcomp"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>Safe::CORE:pack</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Safe::CORE:pack","$color":4,"excl_time":7.5e-06,"$area":7.5e-06},"id":"1110-Safe::CORE:pack"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Safe::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Safe::BEGIN@28","$color":4,"excl_time":8.39999999995487e-06,"$area":8.39999999995487e-06},"id":"1111-Safe::BEGIN@28"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Safe::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Safe::CORE:match","$color":4,"excl_time":9.2e-06,"$area":9.2e-06},"id":"1112-Safe::CORE:match"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Safe::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Safe::BEGIN@35","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"1113-Safe::BEGIN@35"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Safe::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Safe::BEGIN@34","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1114-Safe::BEGIN@34"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Safe::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Safe::BEGIN@3","$color":4,"excl_time":3.18e-05,"$area":3.18e-05},"id":"1115-Safe::BEGIN@3"},{"name":"BEGIN@191","children":[],"data":{"tip":"<p><b>Safe::BEGIN@191</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":6.84e-05,"subname":"Safe::BEGIN@191","$color":4,"excl_time":2.7599999999937e-05,"$area":2.7599999999937e-05},"id":"1116-Safe::BEGIN@191"},{"name":"BEGIN@337","children":[],"data":{"tip":"<p><b>Safe::BEGIN@337</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"Safe::BEGIN@337","$color":4,"excl_time":8.80000000011052e-06,"$area":8.80000000011052e-06},"id":"1117-Safe::BEGIN@337"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Safe::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"Safe::BEGIN@4","$color":4,"excl_time":9.79999999995999e-06,"$area":9.79999999995999e-06},"id":"1118-Safe::BEGIN@4"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Safe::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.13ms, 0.01%<br />Exclusive time: 799&micro;s, 0.00%</p>","incl_time":0.0041332,"subname":"Safe::BEGIN@46","$color":4,"excl_time":0.000798999999999935,"$area":0.000798999999999935},"id":"1119-Safe::BEGIN@46"},{"name":"BEGIN@285","children":[],"data":{"tip":"<p><b>Safe::BEGIN@285</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Safe::BEGIN@285","$color":4,"excl_time":1.61000000000114e-05,"$area":1.61000000000114e-05},"id":"1120-Safe::BEGIN@285"},{"name":"BEGIN@344","children":[],"data":{"tip":"<p><b>Safe::BEGIN@344</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Safe::BEGIN@344","$color":4,"excl_time":8.59999999993449e-06,"$area":8.59999999993449e-06},"id":"1121-Safe::BEGIN@344"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Safe::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"Safe::BEGIN@30","$color":4,"excl_time":3.7099999999969e-05,"$area":3.7099999999969e-05},"id":"1122-Safe::BEGIN@30"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Safe::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"Safe::BEGIN@29","$color":4,"excl_time":8.10000000007327e-06,"$area":8.10000000007327e-06},"id":"1123-Safe::BEGIN@29"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Safe::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Safe::BEGIN@36","$color":4,"excl_time":6.60000000007689e-06,"$area":6.60000000007689e-06},"id":"1124-Safe::BEGIN@36"}],"data":{"$area":0.00109559999999997},"id":"n1106"},{"name":"Eval","children":[{"name":"::Closure","children":[{"name":"_validate_env","children":[],"data":{"tip":"<p><b>Eval::Closure::_validate_env</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 20.1ms, 0.03%<br />Exclusive time: 15.3ms, 0.02%</p>","incl_time":0.0201211,"subname":"Eval::Closure::_validate_env","$color":6,"excl_time":0.0153071999999092,"$area":0.0153071999999092},"id":"1127-Eval::Closure::_validate_env"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Eval::Closure::BEGIN@2","$color":6,"excl_time":1.12000000000004e-05,"$area":1.12000000000004e-05},"id":"1128-Eval::Closure::BEGIN@2"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.12ms, 0.00%<br />Exclusive time: 2.40ms, 0.00%</p>","incl_time":0.0031164,"subname":"Eval::Closure::BEGIN@7","$color":6,"excl_time":0.00239579999999998,"$area":0.00239579999999998},"id":"1129-Eval::Closure::BEGIN@7"},{"name":"_make_compiler_source","children":[],"data":{"tip":"<p><b>Eval::Closure::_make_compiler_source</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 11.5ms, 0.02%</p>","incl_time":0.0114659,"subname":"Eval::Closure::_make_compiler_source","$color":6,"excl_time":0.0114659,"$area":0.0114659},"id":"1130-Eval::Closure::_make_compiler_source"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Eval::Closure::BEGIN@15","$color":6,"excl_time":6.70000000000388e-06,"$area":6.70000000000388e-06},"id":"1131-Eval::Closure::BEGIN@15"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Eval::Closure::BEGIN@16","$color":6,"excl_time":7.49999999999312e-06,"$area":7.49999999999312e-06},"id":"1132-Eval::Closure::BEGIN@16"},{"name":"_canonicalize_source","children":[],"data":{"tip":"<p><b>Eval::Closure::_canonicalize_source</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 10.9ms, 0.02%<br />Exclusive time: 9.72ms, 0.01%</p>","incl_time":0.0108677,"subname":"Eval::Closure::_canonicalize_source","$color":6,"excl_time":0.00971749999998399,"$area":0.00971749999998399},"id":"1133-Eval::Closure::_canonicalize_source"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Eval::Closure::CORE:match</b></p><p><br />Called 2417 times from 1 place in 1 file<br />Inclusive time: 3.66ms, 0.01%</p>","incl_time":0.0036566,"subname":"Eval::Closure::CORE:match","$color":6,"excl_time":0.0036566,"$area":0.0036566},"id":"1134-Eval::Closure::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Eval::Closure::BEGIN@5","$color":6,"excl_time":1.23000000000056e-05,"$area":1.23000000000056e-05},"id":"1135-Eval::Closure::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Eval::Closure::BEGIN@6","$color":6,"excl_time":6.5000000000065e-06,"$area":6.5000000000065e-06},"id":"1136-Eval::Closure::BEGIN@6"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Eval::Closure::BEGIN@1","$color":6,"excl_time":2.1e-05,"$area":2.1e-05},"id":"1137-Eval::Closure::BEGIN@1"},{"name":"eval_closure","children":[],"data":{"tip":"<p><b>Eval::Closure::eval_closure</b></p><p><br />Called 1569 times from 2 places in 2 files<br />Inclusive time: 383ms, 0.54%<br />Exclusive time: 24.2ms, 0.03%</p>","incl_time":0.3833383,"subname":"Eval::Closure::eval_closure","$color":6,"excl_time":0.0242495999999833,"$area":0.0242495999999833},"id":"1138-Eval::Closure::eval_closure"},{"name":"_clean_eval","children":[],"data":{"tip":"<p><b>Eval::Closure::_clean_eval</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 268ms, 0.38%</p>","incl_time":0.2680161,"subname":"Eval::Closure::_clean_eval","$color":6,"excl_time":0.2680161,"$area":0.2680161},"id":"1139-Eval::Closure::_clean_eval"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"Eval::Closure::BEGIN@13","$color":6,"excl_time":1.19000000000024e-05,"$area":1.19000000000024e-05},"id":"1140-Eval::Closure::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::BEGIN@3","$color":6,"excl_time":6.2999999999955e-06,"$area":6.2999999999955e-06},"id":"1141-Eval::Closure::BEGIN@3"},{"name":"_clean_eval_closure","children":[],"data":{"tip":"<p><b>Eval::Closure::_clean_eval_closure</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 328ms, 0.46%<br />Exclusive time: 27.0ms, 0.04%</p>","incl_time":0.3280999,"subname":"Eval::Closure::_clean_eval_closure","$color":6,"excl_time":0.026953800000032,"$area":0.026953800000032},"id":"1142-Eval::Closure::_clean_eval_closure"},{"name":"_make_compiler","children":[],"data":{"tip":"<p><b>Eval::Closure::_make_compiler</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 293ms, 0.41%<br />Exclusive time: 13.4ms, 0.02%</p>","incl_time":0.292917000000001,"subname":"Eval::Closure::_make_compiler","$color":6,"excl_time":0.0134349999999567,"$area":0.0134349999999567},"id":"1143-Eval::Closure::_make_compiler"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Eval::Closure::CORE:sort</b></p><p><br />Called 1569 times from 1 place in 1 file<br />Inclusive time: 1.59ms, 0.00%</p>","incl_time":0.0015933,"subname":"Eval::Closure::CORE:sort","$color":6,"excl_time":0.0015933,"$area":0.0015933},"id":"1144-Eval::Closure::CORE:sort"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Eval::Closure::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::BEGIN@14","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"1145-Eval::Closure::BEGIN@14"},{"name":"::Sandbox_778","children":[{"name":"__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_778::__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_778::__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1147-Eval::Closure::Sandbox_778::__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n1146"},{"name":"::Sandbox_20","children":[{"name":"__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_20::__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_20::__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1149-Eval::Closure::Sandbox_20::__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n1148"},{"name":"::Sandbox_1367","children":[{"name":"__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1367::__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1367::__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1151-Eval::Closure::Sandbox_1367::__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.6e-06},"id":"n1150"},{"name":"::Sandbox_1510","children":[{"name":"__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1510::__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Eval::Closure::Sandbox_1510::__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":3,"excl_time":1.09e-05,"$area":1.09e-05},"id":"1153-Eval::Closure::Sandbox_1510::__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":1.09e-05},"id":"n1152"},{"name":"::Sandbox_1495","children":[{"name":"__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1495::__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1495::__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1155-Eval::Closure::Sandbox_1495::__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1154"},{"name":"::Sandbox_490","children":[{"name":"__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_490::__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_490::__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"1157-Eval::Closure::Sandbox_490::__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1156"},{"name":"::Sandbox_31","children":[{"name":"__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_31::__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_31::__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1159-Eval::Closure::Sandbox_31::__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":4.7e-06},"id":"n1158"},{"name":"::Sandbox_498","children":[{"name":"__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_498::__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_498::__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1161-Eval::Closure::Sandbox_498::__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1160"},{"name":"::Sandbox_1026","children":[{"name":"__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1026::__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1026::__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1163-Eval::Closure::Sandbox_1026::__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1162"},{"name":"::Sandbox_980","children":[{"name":"__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_980::__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_980::__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1165-Eval::Closure::Sandbox_980::__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1164"},{"name":"::Sandbox_337","children":[{"name":"__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_337::__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_337::__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1167-Eval::Closure::Sandbox_337::__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1166"},{"name":"::Sandbox_1551","children":[{"name":"__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1551::__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1551::__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1169-Eval::Closure::Sandbox_1551::__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n1168"},{"name":"::Sandbox_130","children":[{"name":"__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_130::__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_130::__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1171-Eval::Closure::Sandbox_130::__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n1170"},{"name":"::Sandbox_624","children":[{"name":"__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_624::__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_624::__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1173-Eval::Closure::Sandbox_624::__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1172"},{"name":"::Sandbox_340","children":[{"name":"__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_340::__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_340::__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1175-Eval::Closure::Sandbox_340::__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1174"},{"name":"::Sandbox_868","children":[{"name":"__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_868::__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_868::__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1177-Eval::Closure::Sandbox_868::__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n1176"},{"name":"::Sandbox_1435","children":[{"name":"__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1435::__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1435::__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1179-Eval::Closure::Sandbox_1435::__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1178"},{"name":"::Sandbox_554","children":[{"name":"__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_554::__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Eval::Closure::Sandbox_554::__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]","$color":9,"excl_time":1.62e-05,"$area":1.62e-05},"id":"1181-Eval::Closure::Sandbox_554::__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]"}],"data":{"$area":1.62e-05},"id":"n1180"},{"name":"::Sandbox_705","children":[{"name":"__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_705::__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_705::__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1183-Eval::Closure::Sandbox_705::__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1182"},{"name":"::Sandbox_523","children":[{"name":"__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_523::__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Eval::Closure::Sandbox_523::__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","$color":2,"excl_time":2.28e-05,"$area":2.28e-05},"id":"1185-Eval::Closure::Sandbox_523::__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]"}],"data":{"$area":2.28e-05},"id":"n1184"},{"name":"::Sandbox_1148","children":[{"name":"__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1148::__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1148::__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1187-Eval::Closure::Sandbox_1148::__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1186"},{"name":"::Sandbox_499","children":[{"name":"__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_499::__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_499::__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1189-Eval::Closure::Sandbox_499::__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1188"},{"name":"::Sandbox_578","children":[{"name":"__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_578::__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_578::__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1191-Eval::Closure::Sandbox_578::__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n1190"},{"name":"::Sandbox_1292","children":[{"name":"__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1292::__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1292::__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1193-Eval::Closure::Sandbox_1292::__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1192"},{"name":"::Sandbox_1243","children":[{"name":"__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1243::__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Eval::Closure::Sandbox_1243::__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":1,"excl_time":9.4e-06,"$area":9.4e-06},"id":"1195-Eval::Closure::Sandbox_1243::__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":9.4e-06},"id":"n1194"},{"name":"::Sandbox_289","children":[{"name":"__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_289::__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_289::__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1197-Eval::Closure::Sandbox_289::__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n1196"},{"name":"::Sandbox_1018","children":[{"name":"__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1018::__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1018::__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1199-Eval::Closure::Sandbox_1018::__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1198"},{"name":"::Sandbox_1155","children":[{"name":"__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1155::__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1155::__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1201-Eval::Closure::Sandbox_1155::__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":4.7e-06},"id":"n1200"},{"name":"::Sandbox_933","children":[{"name":"__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_933::__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Eval::Closure::Sandbox_933::__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]","$color":9,"excl_time":1.31e-05,"$area":1.31e-05},"id":"1203-Eval::Closure::Sandbox_933::__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]"}],"data":{"$area":1.31e-05},"id":"n1202"},{"name":"::Sandbox_761","children":[{"name":"__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_761::__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_761::__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1205-Eval::Closure::Sandbox_761::__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n1204"},{"name":"::Sandbox_1270","children":[{"name":"__ANON__[(eval 1610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1270::__ANON__[(eval 1610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1270::__ANON__[(eval 1610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":2,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1207-Eval::Closure::Sandbox_1270::__ANON__[(eval 1610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.7e-06},"id":"n1206"},{"name":"::Sandbox_526","children":[{"name":"__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_526::__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_526::__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1209-Eval::Closure::Sandbox_526::__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n1208"},{"name":"::Sandbox_756","children":[{"name":"__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_756::__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_756::__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1211-Eval::Closure::Sandbox_756::__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n1210"},{"name":"::Sandbox_301","children":[{"name":"__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_301::__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_301::__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1213-Eval::Closure::Sandbox_301::__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n1212"},{"name":"::Sandbox_842","children":[{"name":"__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_842::__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_842::__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1215-Eval::Closure::Sandbox_842::__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1214"},{"name":"::Sandbox_459","children":[{"name":"__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_459::__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_459::__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"1217-Eval::Closure::Sandbox_459::__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n1216"},{"name":"::Sandbox_239","children":[{"name":"__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_239::__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_239::__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1219-Eval::Closure::Sandbox_239::__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n1218"},{"name":"::Sandbox_1065","children":[{"name":"__ANON__[(eval 1280)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1065::__ANON__[(eval 1280)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1065::__ANON__[(eval 1280)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1221-Eval::Closure::Sandbox_1065::__ANON__[(eval 1280)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n1220"},{"name":"::Sandbox_1484","children":[{"name":"__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1484::__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1484::__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1223-Eval::Closure::Sandbox_1484::__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1222"},{"name":"::Sandbox_396","children":[{"name":"__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1225-Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":3.12999999995833e-05,"$area":3.12999999995833e-05},"id":"1226-Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":3.36999999995833e-05},"id":"n1224"},{"name":"::Sandbox_22","children":[{"name":"__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_22::__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_22::__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1228-Eval::Closure::Sandbox_22::__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n1227"},{"name":"::Sandbox_850","children":[{"name":"__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_850::__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_850::__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1230-Eval::Closure::Sandbox_850::__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1229"},{"name":"::Sandbox_601","children":[{"name":"__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_601::__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_601::__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1232-Eval::Closure::Sandbox_601::__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n1231"},{"name":"::Sandbox_390","children":[{"name":"__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_390::__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_390::__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1234-Eval::Closure::Sandbox_390::__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1233"},{"name":"::Sandbox_491","children":[{"name":"__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_491::__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_491::__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1236-Eval::Closure::Sandbox_491::__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1235"},{"name":"::Sandbox_1227","children":[{"name":"__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1227::__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1227::__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1238-Eval::Closure::Sandbox_1227::__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1237"},{"name":"::Sandbox_462","children":[{"name":"__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_462::__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_462::__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1240-Eval::Closure::Sandbox_462::__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1239"},{"name":"::Sandbox_153","children":[{"name":"__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_153::__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_153::__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1242-Eval::Closure::Sandbox_153::__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1241"},{"name":"::Sandbox_1041","children":[{"name":"__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1041::__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1041::__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1244-Eval::Closure::Sandbox_1041::__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1243"},{"name":"::Sandbox_1466","children":[{"name":"__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1466::__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1466::__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1246-Eval::Closure::Sandbox_1466::__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n1245"},{"name":"::Sandbox_162","children":[{"name":"__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_162::__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_162::__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1248-Eval::Closure::Sandbox_162::__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1247"},{"name":"::Sandbox_777","children":[{"name":"__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_777::__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_777::__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1250-Eval::Closure::Sandbox_777::__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n1249"},{"name":"::Sandbox_1173","children":[{"name":"__ANON__[(eval 1393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1173::__ANON__[(eval 1393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1173::__ANON__[(eval 1393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1252-Eval::Closure::Sandbox_1173::__ANON__[(eval 1393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1251"},{"name":"::Sandbox_152","children":[{"name":"__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_152::__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_152::__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1254-Eval::Closure::Sandbox_152::__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1253"},{"name":"::Sandbox_1315","children":[{"name":"__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1315::__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1315::__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1256-Eval::Closure::Sandbox_1315::__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n1255"},{"name":"::Sandbox_486","children":[{"name":"__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_486::__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_486::__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1258-Eval::Closure::Sandbox_486::__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n1257"},{"name":"::Sandbox_1511","children":[{"name":"__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1511::__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1511::__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1260-Eval::Closure::Sandbox_1511::__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1259"},{"name":"::Sandbox_791","children":[{"name":"__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_791::__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_791::__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1262-Eval::Closure::Sandbox_791::__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n1261"},{"name":"::Sandbox_409","children":[{"name":"__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_409::__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_409::__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1264-Eval::Closure::Sandbox_409::__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1263"},{"name":"::Sandbox_474","children":[{"name":"__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_474::__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_474::__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1266-Eval::Closure::Sandbox_474::__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1265"},{"name":"::Sandbox_1206","children":[{"name":"__ANON__[(eval 1493)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1206::__ANON__[(eval 1493)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1206::__ANON__[(eval 1493)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1268-Eval::Closure::Sandbox_1206::__ANON__[(eval 1493)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1267"},{"name":"::Sandbox_743","children":[{"name":"__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_743::__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_743::__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1270-Eval::Closure::Sandbox_743::__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1269"},{"name":"::Sandbox_752","children":[{"name":"__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_752::__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_752::__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1272-Eval::Closure::Sandbox_752::__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1271"},{"name":"::Sandbox_85","children":[{"name":"__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_85::__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_85::__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1274-Eval::Closure::Sandbox_85::__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]"}],"data":{"$area":4.5e-06},"id":"n1273"},{"name":"::Sandbox_655","children":[{"name":"__ANON__[(eval 861)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_655::__ANON__[(eval 861)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_655::__ANON__[(eval 861)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1276-Eval::Closure::Sandbox_655::__ANON__[(eval 861)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1275"},{"name":"::Sandbox_1036","children":[{"name":"__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1036::__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Eval::Closure::Sandbox_1036::__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":6,"excl_time":9.3e-06,"$area":9.3e-06},"id":"1278-Eval::Closure::Sandbox_1036::__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":9.3e-06},"id":"n1277"},{"name":"::Sandbox_1093","children":[{"name":"__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1093::__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Eval::Closure::Sandbox_1093::__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]","$color":8,"excl_time":1.23e-05,"$area":1.23e-05},"id":"1280-Eval::Closure::Sandbox_1093::__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]"}],"data":{"$area":1.23e-05},"id":"n1279"},{"name":"::Sandbox_567","children":[{"name":"__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_567::__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_567::__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":7.5e-06,"$area":7.5e-06},"id":"1282-Eval::Closure::Sandbox_567::__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.5e-06},"id":"n1281"},{"name":"::Sandbox_1260","children":[{"name":"__ANON__[(eval 1600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1260::__ANON__[(eval 1600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1260::__ANON__[(eval 1600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1284-Eval::Closure::Sandbox_1260::__ANON__[(eval 1600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1283"},{"name":"::Sandbox_6","children":[{"name":"__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_6::__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_6::__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1286-Eval::Closure::Sandbox_6::__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1285"},{"name":"::Sandbox_75","children":[{"name":"__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_75::__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_75::__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1288-Eval::Closure::Sandbox_75::__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1287"},{"name":"::Sandbox_881","children":[{"name":"__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_881::__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_881::__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1290-Eval::Closure::Sandbox_881::__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1289"},{"name":"::Sandbox_1205","children":[{"name":"__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1205::__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1205::__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1292-Eval::Closure::Sandbox_1205::__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1291"},{"name":"::Sandbox_361","children":[{"name":"__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_361::__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_361::__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5e-06,"$area":5e-06},"id":"1294-Eval::Closure::Sandbox_361::__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n1293"},{"name":"::Sandbox_1119","children":[{"name":"__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1119::__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Eval::Closure::Sandbox_1119::__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]","$color":2,"excl_time":1.39e-05,"$area":1.39e-05},"id":"1296-Eval::Closure::Sandbox_1119::__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]"}],"data":{"$area":1.39e-05},"id":"n1295"},{"name":"::Sandbox_1248","children":[{"name":"__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1248::__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1248::__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1298-Eval::Closure::Sandbox_1248::__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1297"},{"name":"::Sandbox_622","children":[{"name":"__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_622::__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_622::__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":6,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1300-Eval::Closure::Sandbox_622::__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":5.1e-06},"id":"n1299"},{"name":"::Sandbox_1145","children":[{"name":"__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1145::__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1145::__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1302-Eval::Closure::Sandbox_1145::__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1301"},{"name":"::Sandbox_886","children":[{"name":"__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_886::__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_886::__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1304-Eval::Closure::Sandbox_886::__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n1303"},{"name":"::Sandbox_1267","children":[{"name":"__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1267::__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1267::__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1306-Eval::Closure::Sandbox_1267::__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1305"},{"name":"::Sandbox_1529","children":[{"name":"__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1529::__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1529::__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1308-Eval::Closure::Sandbox_1529::__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n1307"},{"name":"::Sandbox_821","children":[{"name":"__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_821::__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_821::__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1310-Eval::Closure::Sandbox_821::__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1309"},{"name":"::Sandbox_1534","children":[{"name":"__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1534::__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1534::__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":7,"excl_time":6e-06,"$area":6e-06},"id":"1312-Eval::Closure::Sandbox_1534::__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6e-06},"id":"n1311"},{"name":"::Sandbox_309","children":[{"name":"__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_309::__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_309::__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1314-Eval::Closure::Sandbox_309::__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.6e-06},"id":"n1313"},{"name":"::Sandbox_865","children":[{"name":"__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_865::__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_865::__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1316-Eval::Closure::Sandbox_865::__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.7e-06},"id":"n1315"},{"name":"::Sandbox_1429","children":[{"name":"__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1429::__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1429::__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1318-Eval::Closure::Sandbox_1429::__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1317"},{"name":"::Sandbox_1542","children":[{"name":"__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1542::__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1542::__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1320-Eval::Closure::Sandbox_1542::__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1319"},{"name":"::Sandbox_851","children":[{"name":"__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_851::__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_851::__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1322-Eval::Closure::Sandbox_851::__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1321"},{"name":"::Sandbox_1455","children":[{"name":"__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1455::__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1455::__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1324-Eval::Closure::Sandbox_1455::__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n1323"},{"name":"::Sandbox_321","children":[{"name":"__ANON__[(eval 442)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_321::__ANON__[(eval 442)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_321::__ANON__[(eval 442)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1326-Eval::Closure::Sandbox_321::__ANON__[(eval 442)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n1325"},{"name":"::Sandbox_1013","children":[{"name":"__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1013::__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1013::__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1328-Eval::Closure::Sandbox_1013::__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1327"},{"name":"::Sandbox_506","children":[{"name":"__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_506::__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_506::__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1330-Eval::Closure::Sandbox_506::__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1329"},{"name":"::Sandbox_445","children":[{"name":"__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_445::__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_445::__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1332-Eval::Closure::Sandbox_445::__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1331"},{"name":"::Sandbox_1361","children":[{"name":"__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1361::__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1361::__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1334-Eval::Closure::Sandbox_1361::__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1333"},{"name":"::Sandbox_849","children":[{"name":"__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_849::__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_849::__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1336-Eval::Closure::Sandbox_849::__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n1335"},{"name":"::Sandbox_267","children":[{"name":"__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_267::__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_267::__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1338-Eval::Closure::Sandbox_267::__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1337"},{"name":"::Sandbox_248","children":[{"name":"__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_248::__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_248::__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1340-Eval::Closure::Sandbox_248::__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n1339"},{"name":"::Sandbox_1525","children":[{"name":"__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1525::__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1525::__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":6e-06,"$area":6e-06},"id":"1342-Eval::Closure::Sandbox_1525::__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n1341"},{"name":"::Sandbox_1056","children":[{"name":"__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1056::__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1056::__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1344-Eval::Closure::Sandbox_1056::__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1343"},{"name":"::Sandbox_1084","children":[{"name":"__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1084::__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1084::__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1346-Eval::Closure::Sandbox_1084::__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1345"},{"name":"::Sandbox_1489","children":[{"name":"__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1489::__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1489::__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"1348-Eval::Closure::Sandbox_1489::__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1347"},{"name":"::Sandbox_837","children":[{"name":"__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_837::__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_837::__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1350-Eval::Closure::Sandbox_837::__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1349"},{"name":"::Sandbox_36","children":[{"name":"__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_36::__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_36::__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1352-Eval::Closure::Sandbox_36::__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n1351"},{"name":"::Sandbox_1176","children":[{"name":"__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1176::__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1176::__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"1354-Eval::Closure::Sandbox_1176::__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1353"},{"name":"::Sandbox_273","children":[{"name":"__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_273::__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_273::__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1356-Eval::Closure::Sandbox_273::__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1355"},{"name":"::Sandbox_358","children":[{"name":"__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_358::__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_358::__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1358-Eval::Closure::Sandbox_358::__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1357"},{"name":"::Sandbox_1002","children":[{"name":"__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1002::__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Eval::Closure::Sandbox_1002::__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":9.4e-06,"$area":9.4e-06},"id":"1360-Eval::Closure::Sandbox_1002::__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":9.4e-06},"id":"n1359"},{"name":"::Sandbox_1048","children":[{"name":"__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1048::__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_1048::__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","$color":2,"excl_time":1.06e-05,"$area":1.06e-05},"id":"1362-Eval::Closure::Sandbox_1048::__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]"}],"data":{"$area":1.06e-05},"id":"n1361"},{"name":"::Sandbox_815","children":[{"name":"__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_815::__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_815::__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"1364-Eval::Closure::Sandbox_815::__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":8.1e-06},"id":"n1363"},{"name":"::Sandbox_1111","children":[{"name":"__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1111::__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1111::__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1366-Eval::Closure::Sandbox_1111::__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.3e-06},"id":"n1365"},{"name":"::Sandbox_1241","children":[{"name":"__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1241::__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1241::__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1368-Eval::Closure::Sandbox_1241::__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n1367"},{"name":"::Sandbox_1052","children":[{"name":"__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1052::__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1052::__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1370-Eval::Closure::Sandbox_1052::__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n1369"},{"name":"::Sandbox_762","children":[{"name":"__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_762::__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_762::__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1372-Eval::Closure::Sandbox_762::__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1371"},{"name":"::Sandbox_1214","children":[{"name":"__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1214::__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1214::__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1374-Eval::Closure::Sandbox_1214::__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1373"},{"name":"::Sandbox_1476","children":[{"name":"__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1476::__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1476::__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1376-Eval::Closure::Sandbox_1476::__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":6.7e-06},"id":"n1375"},{"name":"::Sandbox_4","children":[{"name":"__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_4::__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_4::__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":7,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1378-Eval::Closure::Sandbox_4::__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":5.5e-06},"id":"n1377"},{"name":"::Sandbox_543","children":[{"name":"__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_543::__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_543::__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1380-Eval::Closure::Sandbox_543::__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n1379"},{"name":"::Sandbox_1535","children":[{"name":"__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1535::__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1535::__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1382-Eval::Closure::Sandbox_1535::__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1381"},{"name":"::Sandbox_144","children":[{"name":"__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_144::__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_144::__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1384-Eval::Closure::Sandbox_144::__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.8e-06},"id":"n1383"},{"name":"::Sandbox_94","children":[{"name":"__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_94::__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_94::__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1386-Eval::Closure::Sandbox_94::__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n1385"},{"name":"::Sandbox_381","children":[{"name":"__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_381::__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_381::__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1388-Eval::Closure::Sandbox_381::__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1387"},{"name":"::Sandbox_1121","children":[{"name":"__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1121::__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1121::__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1390-Eval::Closure::Sandbox_1121::__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1389"},{"name":"::Sandbox_734","children":[{"name":"__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_734::__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_734::__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1392-Eval::Closure::Sandbox_734::__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n1391"},{"name":"::Sandbox_436","children":[{"name":"__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_436::__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_436::__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"1394-Eval::Closure::Sandbox_436::__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n1393"},{"name":"::Sandbox_640","children":[{"name":"__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_640::__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_640::__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1396-Eval::Closure::Sandbox_640::__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1395"},{"name":"::Sandbox_939","children":[{"name":"__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_939::__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_939::__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1398-Eval::Closure::Sandbox_939::__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1397"},{"name":"::Sandbox_400","children":[{"name":"__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_400::__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_400::__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1400-Eval::Closure::Sandbox_400::__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1399"},{"name":"::Sandbox_1515","children":[{"name":"__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1515::__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1515::__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1402-Eval::Closure::Sandbox_1515::__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1401"},{"name":"::Sandbox_1098","children":[{"name":"__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1098::__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1098::__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1404-Eval::Closure::Sandbox_1098::__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1403"},{"name":"::Sandbox_732","children":[{"name":"__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_732::__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_732::__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1406-Eval::Closure::Sandbox_732::__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1405"},{"name":"::Sandbox_377","children":[{"name":"__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_377::__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_377::__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1408-Eval::Closure::Sandbox_377::__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n1407"},{"name":"::Sandbox_1412","children":[{"name":"__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1412::__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1412::__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1410-Eval::Closure::Sandbox_1412::__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.6e-06},"id":"n1409"},{"name":"::Sandbox_1210","children":[{"name":"__ANON__[(eval 1497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1210::__ANON__[(eval 1497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1210::__ANON__[(eval 1497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1412-Eval::Closure::Sandbox_1210::__ANON__[(eval 1497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1411"},{"name":"::Sandbox_508","children":[{"name":"__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_508::__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_508::__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1414-Eval::Closure::Sandbox_508::__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n1413"},{"name":"::Sandbox_1236","children":[{"name":"__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1236::__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1236::__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1416-Eval::Closure::Sandbox_1236::__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1415"},{"name":"::Sandbox_416","children":[{"name":"__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_416::__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_416::__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1418-Eval::Closure::Sandbox_416::__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1417"},{"name":"::Sandbox_1058","children":[{"name":"__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1058::__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1058::__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"1420-Eval::Closure::Sandbox_1058::__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1419"},{"name":"::Sandbox_531","children":[{"name":"__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_531::__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_531::__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1422-Eval::Closure::Sandbox_531::__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1421"},{"name":"::Sandbox_206","children":[{"name":"__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_206::__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_206::__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1424-Eval::Closure::Sandbox_206::__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n1423"},{"name":"::Sandbox_717","children":[{"name":"__ANON__[(eval 927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_717::__ANON__[(eval 927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_717::__ANON__[(eval 927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1426-Eval::Closure::Sandbox_717::__ANON__[(eval 927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1425"},{"name":"::Sandbox_926","children":[{"name":"__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_926::__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_926::__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1428-Eval::Closure::Sandbox_926::__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1427"},{"name":"::Sandbox_316","children":[{"name":"__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_316::__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_316::__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1430-Eval::Closure::Sandbox_316::__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1429"},{"name":"::Sandbox_425","children":[{"name":"__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_425::__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_425::__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1432-Eval::Closure::Sandbox_425::__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1431"},{"name":"::Sandbox_241","children":[{"name":"__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_241::__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_241::__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":5e-06,"$area":5e-06},"id":"1434-Eval::Closure::Sandbox_241::__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5e-06},"id":"n1433"},{"name":"::Sandbox_677","children":[{"name":"__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_677::__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_677::__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1436-Eval::Closure::Sandbox_677::__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n1435"},{"name":"::Sandbox_325","children":[{"name":"__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_325::__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_325::__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1438-Eval::Closure::Sandbox_325::__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n1437"},{"name":"::Sandbox_1061","children":[{"name":"__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1061::__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1061::__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1440-Eval::Closure::Sandbox_1061::__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1439"},{"name":"::Sandbox_764","children":[{"name":"__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_764::__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_764::__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1442-Eval::Closure::Sandbox_764::__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1441"},{"name":"::Sandbox_364","children":[{"name":"__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_364::__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_364::__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1444-Eval::Closure::Sandbox_364::__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1443"},{"name":"::Sandbox_352","children":[{"name":"__ANON__[(eval 512)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_352::__ANON__[(eval 512)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_352::__ANON__[(eval 512)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"1446-Eval::Closure::Sandbox_352::__ANON__[(eval 512)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_352::CORE:match</b></p><p><br />Called 1096 times from 1 place in 1 file<br />Inclusive time: 1.19ms, 0.00%</p>","incl_time":0.0011855,"subname":"Eval::Closure::Sandbox_352::CORE:match","$color":9,"excl_time":0.0011855,"$area":0.0011855},"id":"1447-Eval::Closure::Sandbox_352::CORE:match"}],"data":{"$area":0.0011919},"id":"n1445"},{"name":"::Sandbox_874","children":[{"name":"__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_874::__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_874::__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1449-Eval::Closure::Sandbox_874::__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1448"},{"name":"::Sandbox_1431","children":[{"name":"__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1431::__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1431::__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1451-Eval::Closure::Sandbox_1431::__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n1450"},{"name":"::Sandbox_323","children":[{"name":"__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_323::__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_323::__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1453-Eval::Closure::Sandbox_323::__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.5e-06},"id":"n1452"},{"name":"::Sandbox_193","children":[{"name":"__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_193::__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_193::__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"1455-Eval::Closure::Sandbox_193::__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1454"},{"name":"::Sandbox_351","children":[{"name":"__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_351::__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_351::__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1457-Eval::Closure::Sandbox_351::__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":6.5e-06},"id":"n1456"},{"name":"::Sandbox_1344","children":[{"name":"__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1344::__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1344::__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1459-Eval::Closure::Sandbox_1344::__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.3e-06},"id":"n1458"},{"name":"::Sandbox_1384","children":[{"name":"__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1384::__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1384::__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1461-Eval::Closure::Sandbox_1384::__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1460"},{"name":"::Sandbox_895","children":[{"name":"__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_895::__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_895::__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1463-Eval::Closure::Sandbox_895::__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1462"},{"name":"::Sandbox_1285","children":[{"name":"__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1285::__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1285::__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1465-Eval::Closure::Sandbox_1285::__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1464"},{"name":"::Sandbox_13","children":[{"name":"__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_13::__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_13::__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1467-Eval::Closure::Sandbox_13::__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.4e-06},"id":"n1466"},{"name":"::Sandbox_970","children":[{"name":"__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_970::__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_970::__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":9,"excl_time":7.7e-06,"$area":7.7e-06},"id":"1469-Eval::Closure::Sandbox_970::__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":7.7e-06},"id":"n1468"},{"name":"::Sandbox_1301","children":[{"name":"__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1301::__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1301::__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1471-Eval::Closure::Sandbox_1301::__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1470"},{"name":"::Sandbox_1520","children":[{"name":"__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1520::__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_1520::__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"1473-Eval::Closure::Sandbox_1520::__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6.2e-06},"id":"n1472"},{"name":"::Sandbox_167","children":[{"name":"__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_167::__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_167::__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1475-Eval::Closure::Sandbox_167::__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1474"},{"name":"::Sandbox_1334","children":[{"name":"__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1334::__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1334::__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1477-Eval::Closure::Sandbox_1334::__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1476"},{"name":"::Sandbox_833","children":[{"name":"__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_833::__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_833::__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1479-Eval::Closure::Sandbox_833::__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1478"},{"name":"::Sandbox_902","children":[{"name":"__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_902::__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_902::__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1481-Eval::Closure::Sandbox_902::__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1480"},{"name":"::Sandbox_222","children":[{"name":"__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_222::__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_222::__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1483-Eval::Closure::Sandbox_222::__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n1482"},{"name":"::Sandbox_684","children":[{"name":"__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_684::__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_684::__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1485-Eval::Closure::Sandbox_684::__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1484"},{"name":"::Sandbox_70","children":[{"name":"__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_70::__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_70::__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1487-Eval::Closure::Sandbox_70::__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]"}],"data":{"$area":5.5e-06},"id":"n1486"},{"name":"::Sandbox_1130","children":[{"name":"__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1130::__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1130::__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1489-Eval::Closure::Sandbox_1130::__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1488"},{"name":"::Sandbox_1329","children":[{"name":"__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1329::__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1329::__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":9,"excl_time":6e-06,"$area":6e-06},"id":"1491-Eval::Closure::Sandbox_1329::__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":6e-06},"id":"n1490"},{"name":"::Sandbox_1222","children":[{"name":"__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1222::__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1222::__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1493-Eval::Closure::Sandbox_1222::__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1492"},{"name":"::Sandbox_195","children":[{"name":"__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_195::__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_195::__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1495-Eval::Closure::Sandbox_195::__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1494"},{"name":"::Sandbox_1277","children":[{"name":"__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1277::__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1277::__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1497-Eval::Closure::Sandbox_1277::__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1496"},{"name":"::Sandbox_104","children":[{"name":"__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_104::__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_104::__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1499-Eval::Closure::Sandbox_104::__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1498"},{"name":"::Sandbox_1320","children":[{"name":"__ANON__[(eval 1660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1320::__ANON__[(eval 1660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1320::__ANON__[(eval 1660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1501-Eval::Closure::Sandbox_1320::__ANON__[(eval 1660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1500"},{"name":"::Sandbox_615","children":[{"name":"__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_615::__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_615::__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1503-Eval::Closure::Sandbox_615::__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1502"},{"name":"::Sandbox_985","children":[{"name":"__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_985::__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_985::__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":1,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1505-Eval::Closure::Sandbox_985::__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.9e-06},"id":"n1504"},{"name":"::Sandbox_312","children":[{"name":"__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_312::__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Eval::Closure::Sandbox_312::__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":3,"excl_time":1.29e-05,"$area":1.29e-05},"id":"1507-Eval::Closure::Sandbox_312::__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.29e-05},"id":"n1506"},{"name":"::Sandbox_1417","children":[{"name":"__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1417::__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1417::__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1509-Eval::Closure::Sandbox_1417::__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n1508"},{"name":"::Sandbox_60","children":[{"name":"__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1511-Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":7,"excl_time":1.83999999997452e-05,"$area":1.83999999997452e-05},"id":"1512-Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":2.07999999997452e-05},"id":"n1510"},{"name":"::Sandbox_746","children":[{"name":"__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_746::__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Eval::Closure::Sandbox_746::__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","$color":9,"excl_time":1.13e-05,"$area":1.13e-05},"id":"1514-Eval::Closure::Sandbox_746::__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]"}],"data":{"$area":1.13e-05},"id":"n1513"},{"name":"::Sandbox_698","children":[{"name":"__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_698::__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_698::__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":0,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1516-Eval::Closure::Sandbox_698::__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.6e-06},"id":"n1515"},{"name":"::Sandbox_1376","children":[{"name":"__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1376::__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1376::__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1518-Eval::Closure::Sandbox_1376::__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1517"},{"name":"::Sandbox_407","children":[{"name":"__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_407::__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_407::__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1520-Eval::Closure::Sandbox_407::__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1519"},{"name":"::Sandbox_1345","children":[{"name":"__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1345::__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1345::__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1522-Eval::Closure::Sandbox_1345::__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.4e-06},"id":"n1521"},{"name":"::Sandbox_189","children":[{"name":"__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_189::__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_189::__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1524-Eval::Closure::Sandbox_189::__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1523"},{"name":"::Sandbox_56","children":[{"name":"__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":10,"excl_time":1.08e-05,"$area":1.08e-05},"id":"1526-Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1527-Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.32e-05},"id":"n1525"},{"name":"::Sandbox_1400","children":[{"name":"__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1400::__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1400::__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1529-Eval::Closure::Sandbox_1400::__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1528"},{"name":"::Sandbox_171","children":[{"name":"__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_171::__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_171::__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1531-Eval::Closure::Sandbox_171::__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1530"},{"name":"::Sandbox_1308","children":[{"name":"__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1308::__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Eval::Closure::Sandbox_1308::__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":8.9e-06,"$area":8.9e-06},"id":"1533-Eval::Closure::Sandbox_1308::__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.9e-06},"id":"n1532"},{"name":"::Sandbox_1547","children":[{"name":"__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1547::__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_1547::__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":7,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1535-Eval::Closure::Sandbox_1547::__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":7.9e-06},"id":"n1534"},{"name":"::Sandbox_991","children":[{"name":"__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_991::__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_991::__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1537-Eval::Closure::Sandbox_991::__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1536"},{"name":"::Sandbox_914","children":[{"name":"__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_914::__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_914::__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1539-Eval::Closure::Sandbox_914::__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.4e-06},"id":"n1538"},{"name":"::Sandbox_1331","children":[{"name":"__ANON__[(eval 1671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1331::__ANON__[(eval 1671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1331::__ANON__[(eval 1671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1541-Eval::Closure::Sandbox_1331::__ANON__[(eval 1671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1540"},{"name":"::Sandbox_1139","children":[{"name":"__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1139::__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1139::__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1543-Eval::Closure::Sandbox_1139::__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n1542"},{"name":"::Sandbox_584","children":[{"name":"__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_584::__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_584::__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1545-Eval::Closure::Sandbox_584::__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n1544"},{"name":"::Sandbox_1028","children":[{"name":"__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1028::__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1028::__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1547-Eval::Closure::Sandbox_1028::__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n1546"},{"name":"::Sandbox_689","children":[{"name":"__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_689::__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_689::__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1549-Eval::Closure::Sandbox_689::__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1548"},{"name":"::Sandbox_1440","children":[{"name":"__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1440::__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1440::__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1551-Eval::Closure::Sandbox_1440::__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.6e-06},"id":"n1550"},{"name":"::Sandbox_1109","children":[{"name":"__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1109::__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1109::__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1553-Eval::Closure::Sandbox_1109::__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]"}],"data":{"$area":4.8e-06},"id":"n1552"},{"name":"::Sandbox_987","children":[{"name":"__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_987::__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_987::__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1555-Eval::Closure::Sandbox_987::__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1554"},{"name":"::Sandbox_948","children":[{"name":"__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_948::__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_948::__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1557-Eval::Closure::Sandbox_948::__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n1556"},{"name":"::Sandbox_1438","children":[{"name":"__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1438::__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Eval::Closure::Sandbox_1438::__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":9.2e-06,"$area":9.2e-06},"id":"1559-Eval::Closure::Sandbox_1438::__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":9.2e-06},"id":"n1558"},{"name":"::Sandbox_257","children":[{"name":"__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_257::__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_257::__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1561-Eval::Closure::Sandbox_257::__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1560"},{"name":"::Sandbox_1296","children":[{"name":"__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1296::__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1296::__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1563-Eval::Closure::Sandbox_1296::__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.5e-06},"id":"n1562"},{"name":"::Sandbox_1563","children":[{"name":"__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1563::__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Eval::Closure::Sandbox_1563::__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","$color":4,"excl_time":1.46e-05,"$area":1.46e-05},"id":"1565-Eval::Closure::Sandbox_1563::__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]"}],"data":{"$area":1.46e-05},"id":"n1564"},{"name":"::Sandbox_1251","children":[{"name":"__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1251::__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1251::__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1567-Eval::Closure::Sandbox_1251::__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n1566"},{"name":"::Sandbox_919","children":[{"name":"__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_919::__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_919::__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1569-Eval::Closure::Sandbox_919::__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1568"},{"name":"::Sandbox_975","children":[{"name":"__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_975::__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_975::__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1571-Eval::Closure::Sandbox_975::__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1570"},{"name":"::Sandbox_484","children":[{"name":"__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_484::__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_484::__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1573-Eval::Closure::Sandbox_484::__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n1572"},{"name":"::Sandbox_724","children":[{"name":"__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_724::__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_724::__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1575-Eval::Closure::Sandbox_724::__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1574"},{"name":"::Sandbox_548","children":[{"name":"__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_548::__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_548::__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1577-Eval::Closure::Sandbox_548::__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1576"},{"name":"::Sandbox_111","children":[{"name":"__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_111::__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_111::__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1579-Eval::Closure::Sandbox_111::__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1578"},{"name":"::Sandbox_307","children":[{"name":"__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_307::__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_307::__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1581-Eval::Closure::Sandbox_307::__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n1580"},{"name":"::Sandbox_163","children":[{"name":"__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_163::__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_163::__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1583-Eval::Closure::Sandbox_163::__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1582"},{"name":"::Sandbox_636","children":[{"name":"__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_636::__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_636::__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1585-Eval::Closure::Sandbox_636::__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1584"},{"name":"::Sandbox_977","children":[{"name":"__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_977::__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_977::__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1587-Eval::Closure::Sandbox_977::__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1586"},{"name":"::Sandbox_1046","children":[{"name":"__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1046::__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1046::__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1589-Eval::Closure::Sandbox_1046::__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n1588"},{"name":"::Sandbox_339","children":[{"name":"__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_339::__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_339::__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1591-Eval::Closure::Sandbox_339::__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1590"},{"name":"::Sandbox_720","children":[{"name":"__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_720::__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_720::__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1593-Eval::Closure::Sandbox_720::__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1592"},{"name":"::Sandbox_258","children":[{"name":"__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_258::__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_258::__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1595-Eval::Closure::Sandbox_258::__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1594"},{"name":"::Sandbox_612","children":[{"name":"__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_612::__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_612::__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1597-Eval::Closure::Sandbox_612::__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1596"},{"name":"::Sandbox_253","children":[{"name":"__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_253::__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_253::__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":5,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1599-Eval::Closure::Sandbox_253::__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":6.1e-06},"id":"n1598"},{"name":"::Sandbox_1365","children":[{"name":"__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1365::__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1365::__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1601-Eval::Closure::Sandbox_1365::__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1600"},{"name":"::Sandbox_1290","children":[{"name":"__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1290::__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1290::__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1603-Eval::Closure::Sandbox_1290::__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1602"},{"name":"::Sandbox_180","children":[{"name":"__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_180::__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_180::__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"1605-Eval::Closure::Sandbox_180::__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":7.4e-06},"id":"n1604"},{"name":"::Sandbox_1224","children":[{"name":"__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1224::__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1224::__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1607-Eval::Closure::Sandbox_1224::__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1606"},{"name":"::Sandbox_1323","children":[{"name":"__ANON__[(eval 1663)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1323::__ANON__[(eval 1663)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1323::__ANON__[(eval 1663)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1609-Eval::Closure::Sandbox_1323::__ANON__[(eval 1663)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n1608"},{"name":"::Sandbox_121","children":[{"name":"__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_121::__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_121::__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":8.1e-06,"$area":8.1e-06},"id":"1611-Eval::Closure::Sandbox_121::__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.1e-06},"id":"n1610"},{"name":"::Sandbox_342","children":[{"name":"__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_342::__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_342::__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1613-Eval::Closure::Sandbox_342::__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1612"},{"name":"::Sandbox_1198","children":[{"name":"__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1198::__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1198::__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1615-Eval::Closure::Sandbox_1198::__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1614"},{"name":"::Sandbox_1011","children":[{"name":"__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1011::__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1011::__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1617-Eval::Closure::Sandbox_1011::__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1616"},{"name":"::Sandbox_346","children":[{"name":"__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_346::__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_346::__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1619-Eval::Closure::Sandbox_346::__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1618"},{"name":"::Sandbox_1157","children":[{"name":"__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1157::__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1157::__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"1621-Eval::Closure::Sandbox_1157::__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1620"},{"name":"::Sandbox_314","children":[{"name":"__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_314::__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_314::__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1623-Eval::Closure::Sandbox_314::__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.6e-06},"id":"n1622"},{"name":"::Sandbox_900","children":[{"name":"__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_900::__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Eval::Closure::Sandbox_900::__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","$color":9,"excl_time":1.14e-05,"$area":1.14e-05},"id":"1625-Eval::Closure::Sandbox_900::__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]"}],"data":{"$area":1.14e-05},"id":"n1624"},{"name":"::Sandbox_1063","children":[{"name":"__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1063::__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1063::__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1627-Eval::Closure::Sandbox_1063::__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.7e-06},"id":"n1626"},{"name":"::Sandbox_603","children":[{"name":"__ANON__[(eval 809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_603::__ANON__[(eval 809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_603::__ANON__[(eval 809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"1629-Eval::Closure::Sandbox_603::__ANON__[(eval 809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1628"},{"name":"::Sandbox_428","children":[{"name":"__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_428::__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_428::__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1631-Eval::Closure::Sandbox_428::__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1630"},{"name":"::Sandbox_876","children":[{"name":"__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_876::__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_876::__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"1633-Eval::Closure::Sandbox_876::__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1632"},{"name":"::Sandbox_1351","children":[{"name":"__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1351::__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1351::__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1635-Eval::Closure::Sandbox_1351::__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1634"},{"name":"::Sandbox_884","children":[{"name":"__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_884::__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_884::__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1637-Eval::Closure::Sandbox_884::__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n1636"},{"name":"::Sandbox_1263","children":[{"name":"__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1263::__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1263::__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"1639-Eval::Closure::Sandbox_1263::__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1638"},{"name":"::Sandbox_159","children":[{"name":"__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_159::__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_159::__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1641-Eval::Closure::Sandbox_159::__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1640"},{"name":"::Sandbox_1219","children":[{"name":"__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1219::__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1219::__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1643-Eval::Closure::Sandbox_1219::__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n1642"},{"name":"::Sandbox_576","children":[{"name":"__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_576::__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_576::__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1645-Eval::Closure::Sandbox_576::__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n1644"},{"name":"::Sandbox_1245","children":[{"name":"__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1245::__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1245::__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1647-Eval::Closure::Sandbox_1245::__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1646"},{"name":"::Sandbox_102","children":[{"name":"__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_102::__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_102::__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1649-Eval::Closure::Sandbox_102::__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1648"},{"name":"::Sandbox_1021","children":[{"name":"__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1021::__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1021::__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"1651-Eval::Closure::Sandbox_1021::__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1650"},{"name":"::Sandbox_392","children":[{"name":"__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_392::__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_392::__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1653-Eval::Closure::Sandbox_392::__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1652"},{"name":"::Sandbox_771","children":[{"name":"__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_771::__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_771::__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1655-Eval::Closure::Sandbox_771::__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.8e-06},"id":"n1654"},{"name":"::Sandbox_38","children":[{"name":"__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_38::__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_38::__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1657-Eval::Closure::Sandbox_38::__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":4.9e-06},"id":"n1656"},{"name":"::Sandbox_1360","children":[{"name":"__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1360::__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1360::__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1659-Eval::Closure::Sandbox_1360::__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1658"},{"name":"::Sandbox_722","children":[{"name":"__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_722::__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_722::__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"1661-Eval::Closure::Sandbox_722::__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1660"},{"name":"::Sandbox_150","children":[{"name":"__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_150::__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_150::__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1663-Eval::Closure::Sandbox_150::__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1662"},{"name":"::Sandbox_1269","children":[{"name":"__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1269::__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1269::__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1665-Eval::Closure::Sandbox_1269::__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1664"},{"name":"::Sandbox_1449","children":[{"name":"__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1449::__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1449::__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1667-Eval::Closure::Sandbox_1449::__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1666"},{"name":"::Sandbox_52","children":[{"name":"__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1669-Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"1670-Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":4.8e-06},"id":"n1668"},{"name":"::Sandbox_1294","children":[{"name":"__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1294::__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1294::__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1672-Eval::Closure::Sandbox_1294::__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1671"},{"name":"::Sandbox_1382","children":[{"name":"__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1382::__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1382::__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3e-06,"$area":3e-06},"id":"1674-Eval::Closure::Sandbox_1382::__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1673"},{"name":"::Sandbox_1082","children":[{"name":"__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1082::__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1082::__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1676-Eval::Closure::Sandbox_1082::__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1675"},{"name":"::Sandbox_388","children":[{"name":"__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_388::__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_388::__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1678-Eval::Closure::Sandbox_388::__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1677"},{"name":"::Sandbox_327","children":[{"name":"__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_327::__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_327::__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1680-Eval::Closure::Sandbox_327::__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n1679"},{"name":"::Sandbox_1468","children":[{"name":"__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1468::__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1468::__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1682-Eval::Closure::Sandbox_1468::__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n1681"},{"name":"::Sandbox_1141","children":[{"name":"__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1141::__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_1141::__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","$color":1,"excl_time":8.7e-06,"$area":8.7e-06},"id":"1684-Eval::Closure::Sandbox_1141::__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]"}],"data":{"$area":8.7e-06},"id":"n1683"},{"name":"::Sandbox_298","children":[{"name":"__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_298::__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_298::__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":3,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1686-Eval::Closure::Sandbox_298::__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5.5e-06},"id":"n1685"},{"name":"::Sandbox_703","children":[{"name":"__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_703::__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_703::__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1688-Eval::Closure::Sandbox_703::__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n1687"},{"name":"::Sandbox_556","children":[{"name":"__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_556::__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_556::__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1690-Eval::Closure::Sandbox_556::__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1689"},{"name":"::Sandbox_80","children":[{"name":"__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_80::__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_80::__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1692-Eval::Closure::Sandbox_80::__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n1691"},{"name":"::Sandbox_1523","children":[{"name":"__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1523::__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1523::__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1694-Eval::Closure::Sandbox_1523::__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1693"},{"name":"::Sandbox_1171","children":[{"name":"__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1171::__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1171::__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1696-Eval::Closure::Sandbox_1171::__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1695"},{"name":"::Sandbox_210","children":[{"name":"__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_210::__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_210::__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1698-Eval::Closure::Sandbox_210::__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1697"},{"name":"::Sandbox_935","children":[{"name":"__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_935::__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_935::__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1700-Eval::Closure::Sandbox_935::__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1699"},{"name":"::Sandbox_1486","children":[{"name":"__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1486::__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::Sandbox_1486::__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":1.08e-05,"$area":1.08e-05},"id":"1702-Eval::Closure::Sandbox_1486::__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.08e-05},"id":"n1701"},{"name":"::Sandbox_513","children":[{"name":"__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_513::__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_513::__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1704-Eval::Closure::Sandbox_513::__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1703"},{"name":"::Sandbox_434","children":[{"name":"__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_434::__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_434::__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1706-Eval::Closure::Sandbox_434::__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1705"},{"name":"::Sandbox_638","children":[{"name":"__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_638::__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_638::__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1708-Eval::Closure::Sandbox_638::__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1707"},{"name":"::Sandbox_1493","children":[{"name":"__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1493::__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_1493::__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","$color":5,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1710-Eval::Closure::Sandbox_1493::__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]"}],"data":{"$area":7.9e-06},"id":"n1709"},{"name":"::Sandbox_386","children":[{"name":"__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_386::__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_386::__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1712-Eval::Closure::Sandbox_386::__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1711"},{"name":"::Sandbox_1031","children":[{"name":"__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1031::__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1031::__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1714-Eval::Closure::Sandbox_1031::__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1713"},{"name":"::Sandbox_823","children":[{"name":"__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_823::__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_823::__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1716-Eval::Closure::Sandbox_823::__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1715"},{"name":"::Sandbox_804","children":[{"name":"__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_804::__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_804::__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1718-Eval::Closure::Sandbox_804::__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.6e-06},"id":"n1717"},{"name":"::Sandbox_1181","children":[{"name":"__ANON__[(eval 1402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1181::__ANON__[(eval 1402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1181::__ANON__[(eval 1402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"1720-Eval::Closure::Sandbox_1181::__ANON__[(eval 1402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4e-06},"id":"n1719"},{"name":"::Sandbox_146","children":[{"name":"__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_146::__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_146::__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1722-Eval::Closure::Sandbox_146::__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.4e-06},"id":"n1721"},{"name":"::Sandbox_693","children":[{"name":"__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_693::__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_693::__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1724-Eval::Closure::Sandbox_693::__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1723"},{"name":"::Sandbox_1540","children":[{"name":"__ANON__[(eval 1908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1540::__ANON__[(eval 1908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1540::__ANON__[(eval 1908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1726-Eval::Closure::Sandbox_1540::__ANON__[(eval 1908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1725"},{"name":"::Sandbox_51","children":[{"name":"__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_51::__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_51::__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1728-Eval::Closure::Sandbox_51::__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1727"},{"name":"::Sandbox_363","children":[{"name":"__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_363::__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_363::__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1730-Eval::Closure::Sandbox_363::__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n1729"},{"name":"::Sandbox_1433","children":[{"name":"__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1433::__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1433::__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1732-Eval::Closure::Sandbox_1433::__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1731"},{"name":"::Sandbox_1326","children":[{"name":"__ANON__[(eval 1666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1326::__ANON__[(eval 1666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1326::__ANON__[(eval 1666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1734-Eval::Closure::Sandbox_1326::__ANON__[(eval 1666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1733"},{"name":"::Sandbox_521","children":[{"name":"__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_521::__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_521::__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1736-Eval::Closure::Sandbox_521::__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n1735"},{"name":"::Sandbox_1001","children":[{"name":"__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1001::__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1001::__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1738-Eval::Closure::Sandbox_1001::__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1737"},{"name":"::Sandbox_591","children":[{"name":"__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_591::__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_591::__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1740-Eval::Closure::Sandbox_591::__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.5e-06},"id":"n1739"},{"name":"::Sandbox_99","children":[{"name":"__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_99::__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_99::__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1742-Eval::Closure::Sandbox_99::__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1741"},{"name":"::Sandbox_73","children":[{"name":"__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_73::__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_73::__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1744-Eval::Closure::Sandbox_73::__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1743"},{"name":"::Sandbox_817","children":[{"name":"__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_817::__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_817::__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1746-Eval::Closure::Sandbox_817::__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n1745"},{"name":"::Sandbox_354","children":[{"name":"__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_354::__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_354::__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1748-Eval::Closure::Sandbox_354::__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.3e-06},"id":"n1747"},{"name":"::Sandbox_1414","children":[{"name":"__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1414::__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1414::__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1750-Eval::Closure::Sandbox_1414::__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n1749"},{"name":"::Sandbox_204","children":[{"name":"__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_204::__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_204::__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1752-Eval::Closure::Sandbox_204::__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1751"},{"name":"::Sandbox_653","children":[{"name":"__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_653::__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_653::__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1754-Eval::Closure::Sandbox_653::__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1753"},{"name":"::Sandbox_993","children":[{"name":"__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_993::__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_993::__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1756-Eval::Closure::Sandbox_993::__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n1755"},{"name":"::Sandbox_608","children":[{"name":"__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_608::__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_608::__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1758-Eval::Closure::Sandbox_608::__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1757"},{"name":"::Sandbox_262","children":[{"name":"__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_262::__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_262::__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1760-Eval::Closure::Sandbox_262::__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.3e-06},"id":"n1759"},{"name":"::Sandbox_1558","children":[{"name":"__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1558::__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Eval::Closure::Sandbox_1558::__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":2,"excl_time":1.66e-05,"$area":1.66e-05},"id":"1762-Eval::Closure::Sandbox_1558::__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":1.66e-05},"id":"n1761"},{"name":"::Sandbox_596","children":[{"name":"__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_596::__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_596::__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1764-Eval::Closure::Sandbox_596::__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n1763"},{"name":"::Sandbox_620","children":[{"name":"__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_620::__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_620::__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1766-Eval::Closure::Sandbox_620::__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1765"},{"name":"::Sandbox_1168","children":[{"name":"__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1168::__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_1168::__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"1768-Eval::Closure::Sandbox_1168::__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]"}],"data":{"$area":5.7e-06},"id":"n1767"},{"name":"::Sandbox_853","children":[{"name":"__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_853::__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_853::__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1770-Eval::Closure::Sandbox_853::__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1769"},{"name":"::Sandbox_802","children":[{"name":"__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_802::__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_802::__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"1772-Eval::Closure::Sandbox_802::__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4e-06},"id":"n1771"},{"name":"::Sandbox_1212","children":[{"name":"__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1212::__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1212::__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1774-Eval::Closure::Sandbox_1212::__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1773"},{"name":"::Sandbox_92","children":[{"name":"__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_92::__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_92::__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1776-Eval::Closure::Sandbox_92::__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n1775"},{"name":"::Sandbox_1416","children":[{"name":"__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1416::__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1416::__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1778-Eval::Closure::Sandbox_1416::__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1777"},{"name":"::Sandbox_64","children":[{"name":"__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_64::__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Eval::Closure::Sandbox_64::__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"1780-Eval::Closure::Sandbox_64::__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.3e-06},"id":"n1779"},{"name":"::Sandbox_570","children":[{"name":"__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_570::__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_570::__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1782-Eval::Closure::Sandbox_570::__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.9e-06},"id":"n1781"},{"name":"::Sandbox_972","children":[{"name":"__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_972::__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_972::__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1784-Eval::Closure::Sandbox_972::__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1783"},{"name":"::Sandbox_546","children":[{"name":"__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_546::__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_546::__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1786-Eval::Closure::Sandbox_546::__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.1e-06},"id":"n1785"},{"name":"::Sandbox_1283","children":[{"name":"__ANON__[(eval 1623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1283::__ANON__[(eval 1623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1283::__ANON__[(eval 1623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1788-Eval::Closure::Sandbox_1283::__ANON__[(eval 1623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1787"},{"name":"::Sandbox_379","children":[{"name":"__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_379::__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_379::__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1790-Eval::Closure::Sandbox_379::__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1789"},{"name":"::Sandbox_581","children":[{"name":"__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_581::__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_581::__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1792-Eval::Closure::Sandbox_581::__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1791"},{"name":"::Sandbox_830","children":[{"name":"__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_830::__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_830::__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1794-Eval::Closure::Sandbox_830::__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1793"},{"name":"::Sandbox_748","children":[{"name":"__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_748::__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_748::__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1796-Eval::Closure::Sandbox_748::__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1795"},{"name":"::Sandbox_912","children":[{"name":"__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_912::__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_912::__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1798-Eval::Closure::Sandbox_912::__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1797"},{"name":"::Sandbox_472","children":[{"name":"__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_472::__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_472::__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1800-Eval::Closure::Sandbox_472::__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1799"},{"name":"::Sandbox_682","children":[{"name":"__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_682::__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_682::__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1802-Eval::Closure::Sandbox_682::__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.6e-06},"id":"n1801"},{"name":"::Sandbox_1103","children":[{"name":"__ANON__[(eval 1318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1103::__ANON__[(eval 1318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1103::__ANON__[(eval 1318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1804-Eval::Closure::Sandbox_1103::__ANON__[(eval 1318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n1803"},{"name":"::Sandbox_1229","children":[{"name":"__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1229::__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1229::__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1806-Eval::Closure::Sandbox_1229::__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1805"},{"name":"::Sandbox_1402","children":[{"name":"__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1402::__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Eval::Closure::Sandbox_1402::__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]","$color":4,"excl_time":1.65e-05,"$area":1.65e-05},"id":"1808-Eval::Closure::Sandbox_1402::__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]"}],"data":{"$area":1.65e-05},"id":"n1807"},{"name":"::Sandbox_470","children":[{"name":"__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_470::__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_470::__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1810-Eval::Closure::Sandbox_470::__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1809"},{"name":"::Sandbox_439","children":[{"name":"__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_439::__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_439::__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1812-Eval::Closure::Sandbox_439::__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1811"},{"name":"::Sandbox_1306","children":[{"name":"__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1306::__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1306::__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1814-Eval::Closure::Sandbox_1306::__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1813"},{"name":"::Sandbox_1081","children":[{"name":"__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1081::__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_1081::__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]","$color":1,"excl_time":7.6e-06,"$area":7.6e-06},"id":"1816-Eval::Closure::Sandbox_1081::__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]"}],"data":{"$area":7.6e-06},"id":"n1815"},{"name":"::Sandbox_586","children":[{"name":"__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_586::__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_586::__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1818-Eval::Closure::Sandbox_586::__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1817"},{"name":"::Sandbox_1191","children":[{"name":"__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1191::__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1191::__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1820-Eval::Closure::Sandbox_1191::__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1819"},{"name":"::Sandbox_780","children":[{"name":"__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_780::__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_780::__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1822-Eval::Closure::Sandbox_780::__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1821"},{"name":"::Sandbox_118","children":[{"name":"__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_118::__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_118::__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]","$color":9,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1824-Eval::Closure::Sandbox_118::__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]"}],"data":{"$area":6.5e-06},"id":"n1823"},{"name":"::Sandbox_185","children":[{"name":"__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_185::__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_185::__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1826-Eval::Closure::Sandbox_185::__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1825"},{"name":"::Sandbox_835","children":[{"name":"__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_835::__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_835::__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":2,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1828-Eval::Closure::Sandbox_835::__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.6e-06},"id":"n1827"},{"name":"::Sandbox_1442","children":[{"name":"__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1442::__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1442::__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1830-Eval::Closure::Sandbox_1442::__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.7e-06},"id":"n1829"},{"name":"::Sandbox_1390","children":[{"name":"__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1390::__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1390::__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1832-Eval::Closure::Sandbox_1390::__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1831"},{"name":"::Sandbox_944","children":[{"name":"__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_944::__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_944::__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1834-Eval::Closure::Sandbox_944::__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1833"},{"name":"::Sandbox_843","children":[{"name":"__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_843::__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_843::__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1836-Eval::Closure::Sandbox_843::__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1835"},{"name":"::Sandbox_1075","children":[{"name":"__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1075::__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1075::__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1838-Eval::Closure::Sandbox_1075::__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1837"},{"name":"::Sandbox_588","children":[{"name":"__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_588::__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_588::__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1840-Eval::Closure::Sandbox_588::__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n1839"},{"name":"::Sandbox_1537","children":[{"name":"__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1537::__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1537::__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]","$color":5,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1842-Eval::Closure::Sandbox_1537::__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]"}],"data":{"$area":6.8e-06},"id":"n1841"},{"name":"::Sandbox_1507","children":[{"name":"__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1507::__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1507::__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1844-Eval::Closure::Sandbox_1507::__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1843"},{"name":"::Sandbox_1113","children":[{"name":"__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1113::__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1113::__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1846-Eval::Closure::Sandbox_1113::__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1845"},{"name":"::Sandbox_736","children":[{"name":"__ANON__[(eval 947)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_736::__ANON__[(eval 947)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_736::__ANON__[(eval 947)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1848-Eval::Closure::Sandbox_736::__ANON__[(eval 947)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1847"},{"name":"::Sandbox_1234","children":[{"name":"__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1234::__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1234::__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1850-Eval::Closure::Sandbox_1234::__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1849"},{"name":"::Sandbox_668","children":[{"name":"__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_668::__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_668::__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1852-Eval::Closure::Sandbox_668::__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n1851"},{"name":"::Sandbox_569","children":[{"name":"__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_569::__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_569::__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"1854-Eval::Closure::Sandbox_569::__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n1853"},{"name":"::Sandbox_212","children":[{"name":"__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_212::__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_212::__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1856-Eval::Closure::Sandbox_212::__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n1855"},{"name":"::Sandbox_1443","children":[{"name":"__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1443::__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1443::__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1858-Eval::Closure::Sandbox_1443::__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1857"},{"name":"::Sandbox_511","children":[{"name":"__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_511::__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_511::__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1860-Eval::Closure::Sandbox_511::__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1859"},{"name":"::Sandbox_1498","children":[{"name":"__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1498::__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_1498::__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":5.2e-06,"$area":5.2e-06},"id":"1862-Eval::Closure::Sandbox_1498::__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.2e-06},"id":"n1861"},{"name":"::Sandbox_332","children":[{"name":"__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_332::__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Eval::Closure::Sandbox_332::__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","$color":5,"excl_time":1.35e-05,"$area":1.35e-05},"id":"1864-Eval::Closure::Sandbox_332::__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]"}],"data":{"$area":1.35e-05},"id":"n1863"},{"name":"::Sandbox_1503","children":[{"name":"__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1503::__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1503::__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1866-Eval::Closure::Sandbox_1503::__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n1865"},{"name":"::Sandbox_1123","children":[{"name":"__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1123::__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_1123::__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1868-Eval::Closure::Sandbox_1123::__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n1867"},{"name":"::Sandbox_285","children":[{"name":"__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_285::__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_285::__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1870-Eval::Closure::Sandbox_285::__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1869"},{"name":"::Sandbox_671","children":[{"name":"__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_671::__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_671::__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1872-Eval::Closure::Sandbox_671::__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1871"},{"name":"::Sandbox_1453","children":[{"name":"__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1453::__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1453::__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1874-Eval::Closure::Sandbox_1453::__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1873"},{"name":"::Sandbox_1565","children":[{"name":"__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1565::__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1565::__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1876-Eval::Closure::Sandbox_1565::__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n1875"},{"name":"::Sandbox_191","children":[{"name":"__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_191::__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_191::__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1878-Eval::Closure::Sandbox_191::__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1877"},{"name":"::Sandbox_136","children":[{"name":"__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_136::__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_136::__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1880-Eval::Closure::Sandbox_136::__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n1879"},{"name":"::Sandbox_819","children":[{"name":"__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_819::__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_819::__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1882-Eval::Closure::Sandbox_819::__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1881"},{"name":"::Sandbox_687","children":[{"name":"__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_687::__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_687::__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1884-Eval::Closure::Sandbox_687::__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1883"},{"name":"::Sandbox_1347","children":[{"name":"__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1347::__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1347::__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1886-Eval::Closure::Sandbox_1347::__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1885"},{"name":"::Sandbox_928","children":[{"name":"__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_928::__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_928::__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1888-Eval::Closure::Sandbox_928::__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.9e-06},"id":"n1887"},{"name":"::Sandbox_330","children":[{"name":"__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_330::__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_330::__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1890-Eval::Closure::Sandbox_330::__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n1889"},{"name":"::Sandbox_214","children":[{"name":"__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_214::__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_214::__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"1892-Eval::Closure::Sandbox_214::__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":7.4e-06},"id":"n1891"},{"name":"::Sandbox_116","children":[{"name":"__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_116::__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_116::__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1894-Eval::Closure::Sandbox_116::__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n1893"},{"name":"::Sandbox_631","children":[{"name":"__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_631::__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_631::__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1896-Eval::Closure::Sandbox_631::__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1895"},{"name":"::Sandbox_1549","children":[{"name":"__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1549::__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_1549::__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":7.3e-06,"$area":7.3e-06},"id":"1898-Eval::Closure::Sandbox_1549::__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.3e-06},"id":"n1897"},{"name":"::Sandbox_997","children":[{"name":"__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_997::__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_997::__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1900-Eval::Closure::Sandbox_997::__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":3.4e-06},"id":"n1899"},{"name":"::Sandbox_275","children":[{"name":"__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_275::__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Eval::Closure::Sandbox_275::__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","$color":10,"excl_time":2.28e-05,"$area":2.28e-05},"id":"1902-Eval::Closure::Sandbox_275::__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]"}],"data":{"$area":2.28e-05},"id":"n1901"},{"name":"::Sandbox_48","children":[{"name":"__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_48::__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Eval::Closure::Sandbox_48::__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"1904-Eval::Closure::Sandbox_48::__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.3e-06},"id":"n1903"},{"name":"::Sandbox_187","children":[{"name":"__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_187::__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_187::__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"1906-Eval::Closure::Sandbox_187::__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1905"},{"name":"::Sandbox_255","children":[{"name":"__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_255::__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Eval::Closure::Sandbox_255::__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":5,"excl_time":1.38e-05,"$area":1.38e-05},"id":"1908-Eval::Closure::Sandbox_255::__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":1.38e-05},"id":"n1907"},{"name":"::Sandbox_1470","children":[{"name":"__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1470::__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1470::__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1910-Eval::Closure::Sandbox_1470::__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1909"},{"name":"::Sandbox_1015","children":[{"name":"__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1015::__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1015::__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1912-Eval::Closure::Sandbox_1015::__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1911"},{"name":"::Sandbox_598","children":[{"name":"__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_598::__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_598::__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1914-Eval::Closure::Sandbox_598::__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1913"},{"name":"::Sandbox_642","children":[{"name":"__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_642::__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_642::__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1916-Eval::Closure::Sandbox_642::__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n1915"},{"name":"::Sandbox_432","children":[{"name":"__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_432::__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_432::__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1918-Eval::Closure::Sandbox_432::__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n1917"},{"name":"::Sandbox_533","children":[{"name":"__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_533::__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_533::__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","$color":6,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1920-Eval::Closure::Sandbox_533::__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]"}],"data":{"$area":6.8e-06},"id":"n1919"},{"name":"::Sandbox_1522","children":[{"name":"__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1522::__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1522::__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1922-Eval::Closure::Sandbox_1522::__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1921"},{"name":"::Sandbox_715","children":[{"name":"__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_715::__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_715::__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1924-Eval::Closure::Sandbox_715::__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1923"},{"name":"::Sandbox_15","children":[{"name":"__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_15::__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_15::__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1926-Eval::Closure::Sandbox_15::__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n1925"},{"name":"::Sandbox_406","children":[{"name":"__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_406::__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Eval::Closure::Sandbox_406::__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]","$color":3,"excl_time":1.26e-05,"$area":1.26e-05},"id":"1928-Eval::Closure::Sandbox_406::__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]"}],"data":{"$area":1.26e-05},"id":"n1927"},{"name":"::Sandbox_797","children":[{"name":"__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_797::__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_797::__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1930-Eval::Closure::Sandbox_797::__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n1929"},{"name":"::Sandbox_1253","children":[{"name":"__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1253::__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1253::__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1932-Eval::Closure::Sandbox_1253::__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n1931"},{"name":"::Sandbox_1201","children":[{"name":"__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1201::__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1201::__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1934-Eval::Closure::Sandbox_1201::__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1933"},{"name":"::Sandbox_87","children":[{"name":"__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_87::__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_87::__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1936-Eval::Closure::Sandbox_87::__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.5e-06},"id":"n1935"},{"name":"::Sandbox_373","children":[{"name":"__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_373::__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_373::__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1938-Eval::Closure::Sandbox_373::__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1937"},{"name":"::Sandbox_678","children":[{"name":"__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_678::__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_678::__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1940-Eval::Closure::Sandbox_678::__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1939"},{"name":"::Sandbox_1393","children":[{"name":"__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1393::__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1393::__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1942-Eval::Closure::Sandbox_1393::__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1941"},{"name":"::Sandbox_968","children":[{"name":"__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_968::__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_968::__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1944-Eval::Closure::Sandbox_968::__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1943"},{"name":"::Sandbox_209","children":[{"name":"__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_209::__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_209::__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":9e-06,"$area":9e-06},"id":"1946-Eval::Closure::Sandbox_209::__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":9e-06},"id":"n1945"},{"name":"::Sandbox_1254","children":[{"name":"__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1254::__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_1254::__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1948-Eval::Closure::Sandbox_1254::__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.9e-06},"id":"n1947"},{"name":"::Sandbox_1137","children":[{"name":"__ANON__[(eval 1353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1137::__ANON__[(eval 1353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1137::__ANON__[(eval 1353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1950-Eval::Closure::Sandbox_1137::__ANON__[(eval 1353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1949"},{"name":"::Sandbox_710","children":[{"name":"__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_710::__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Eval::Closure::Sandbox_710::__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":1.21e-05,"$area":1.21e-05},"id":"1952-Eval::Closure::Sandbox_710::__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":1.21e-05},"id":"n1951"},{"name":"::Sandbox_198","children":[{"name":"__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_198::__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_198::__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1954-Eval::Closure::Sandbox_198::__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1953"},{"name":"::Sandbox_1217","children":[{"name":"__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1217::__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1217::__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"1956-Eval::Closure::Sandbox_1217::__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n1955"},{"name":"::Sandbox_795","children":[{"name":"__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_795::__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_795::__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1958-Eval::Closure::Sandbox_795::__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1957"},{"name":"::Sandbox_1380","children":[{"name":"__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1380::__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1380::__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1960-Eval::Closure::Sandbox_1380::__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1959"},{"name":"::Sandbox_1256","children":[{"name":"__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1256::__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1256::__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1962-Eval::Closure::Sandbox_1256::__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n1961"},{"name":"::Sandbox_1213","children":[{"name":"__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1213::__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_1213::__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":7.7e-06,"$area":7.7e-06},"id":"1964-Eval::Closure::Sandbox_1213::__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.7e-06},"id":"n1963"},{"name":"::Sandbox_1319","children":[{"name":"__ANON__[(eval 1659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1319::__ANON__[(eval 1659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1319::__ANON__[(eval 1659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1966-Eval::Closure::Sandbox_1319::__ANON__[(eval 1659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1965"},{"name":"::Sandbox_1478","children":[{"name":"__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1478::__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1478::__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1968-Eval::Closure::Sandbox_1478::__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1967"},{"name":"::Sandbox_1165","children":[{"name":"__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1165::__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1165::__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1970-Eval::Closure::Sandbox_1165::__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1969"},{"name":"::Sandbox_444","children":[{"name":"__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_444::__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_444::__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1972-Eval::Closure::Sandbox_444::__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1971"},{"name":"::Sandbox_1158","children":[{"name":"__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1158::__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1158::__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1974-Eval::Closure::Sandbox_1158::__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1973"},{"name":"::Sandbox_1546","children":[{"name":"__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1546::__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1546::__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1976-Eval::Closure::Sandbox_1546::__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n1975"},{"name":"::Sandbox_229","children":[{"name":"__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_229::__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_229::__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1978-Eval::Closure::Sandbox_229::__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]"}],"data":{"$area":3.9e-06},"id":"n1977"},{"name":"::Sandbox_792","children":[{"name":"__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_792::__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_792::__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1980-Eval::Closure::Sandbox_792::__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1979"},{"name":"::Sandbox_287","children":[{"name":"__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_287::__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_287::__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1982-Eval::Closure::Sandbox_287::__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.9e-06},"id":"n1981"},{"name":"::Sandbox_679","children":[{"name":"__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_679::__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_679::__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1984-Eval::Closure::Sandbox_679::__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1983"},{"name":"::Sandbox_59","children":[{"name":"__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_59::__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_59::__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1986-Eval::Closure::Sandbox_59::__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1985"},{"name":"::Sandbox_595","children":[{"name":"__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_595::__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_595::__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":5e-06,"$area":5e-06},"id":"1988-Eval::Closure::Sandbox_595::__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5e-06},"id":"n1987"},{"name":"::Sandbox_226","children":[{"name":"__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_226::__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_226::__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1990-Eval::Closure::Sandbox_226::__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1989"},{"name":"::Sandbox_1281","children":[{"name":"__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1281::__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1281::__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1992-Eval::Closure::Sandbox_1281::__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n1991"},{"name":"::Sandbox_1144","children":[{"name":"__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1144::__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1144::__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1994-Eval::Closure::Sandbox_1144::__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.5e-06},"id":"n1993"},{"name":"::Sandbox_394","children":[{"name":"__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_394::__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_394::__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1996-Eval::Closure::Sandbox_394::__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1995"},{"name":"::Sandbox_959","children":[{"name":"__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_959::__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_959::__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1998-Eval::Closure::Sandbox_959::__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1997"},{"name":"::Sandbox_1454","children":[{"name":"__ANON__[(eval 1794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1454::__ANON__[(eval 1794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1454::__ANON__[(eval 1794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2000-Eval::Closure::Sandbox_1454::__ANON__[(eval 1794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1999"},{"name":"::Sandbox_589","children":[{"name":"__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_589::__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_589::__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2002-Eval::Closure::Sandbox_589::__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.8e-06},"id":"n2001"},{"name":"::Sandbox_203","children":[{"name":"__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_203::__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_203::__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2004-Eval::Closure::Sandbox_203::__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2003"},{"name":"::Sandbox_26","children":[{"name":"__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_26::__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_26::__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2006-Eval::Closure::Sandbox_26::__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":5.1e-06},"id":"n2005"},{"name":"::Sandbox_44","children":[{"name":"__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_44::__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_44::__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2008-Eval::Closure::Sandbox_44::__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.4e-06},"id":"n2007"},{"name":"::Sandbox_43","children":[{"name":"__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_43::__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_43::__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2010-Eval::Closure::Sandbox_43::__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2009"},{"name":"::Sandbox_1462","children":[{"name":"__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1462::__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1462::__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2012-Eval::Closure::Sandbox_1462::__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.1e-06},"id":"n2011"},{"name":"::Sandbox_17","children":[{"name":"__ANON__[(eval 99)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_17::__ANON__[(eval 99)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_17::__ANON__[(eval 99)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2014-Eval::Closure::Sandbox_17::__ANON__[(eval 99)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2013"},{"name":"::Sandbox_437","children":[{"name":"__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_437::__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_437::__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2016-Eval::Closure::Sandbox_437::__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2015"},{"name":"::Sandbox_1238","children":[{"name":"__ANON__[(eval 1535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1238::__ANON__[(eval 1535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1238::__ANON__[(eval 1535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2018-Eval::Closure::Sandbox_1238::__ANON__[(eval 1535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2017"},{"name":"::Sandbox_618","children":[{"name":"__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_618::__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_618::__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2020-Eval::Closure::Sandbox_618::__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2019"},{"name":"::Sandbox_558","children":[{"name":"__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_558::__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_558::__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2022-Eval::Closure::Sandbox_558::__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2021"},{"name":"::Sandbox_242","children":[{"name":"__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_242::__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Eval::Closure::Sandbox_242::__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]","$color":0,"excl_time":1.33e-05,"$area":1.33e-05},"id":"2024-Eval::Closure::Sandbox_242::__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]"}],"data":{"$area":1.33e-05},"id":"n2023"},{"name":"::Sandbox_749","children":[{"name":"__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_749::__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_749::__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2026-Eval::Closure::Sandbox_749::__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2025"},{"name":"::Sandbox_318","children":[{"name":"__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_318::__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_318::__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":6e-06,"$area":6e-06},"id":"2028-Eval::Closure::Sandbox_318::__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n2027"},{"name":"::Sandbox_1265","children":[{"name":"__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1265::__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1265::__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2030-Eval::Closure::Sandbox_1265::__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2029"},{"name":"::Sandbox_149","children":[{"name":"__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_149::__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_149::__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2032-Eval::Closure::Sandbox_149::__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2031"},{"name":"::Sandbox_719","children":[{"name":"__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_719::__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_719::__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2034-Eval::Closure::Sandbox_719::__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2033"},{"name":"::Sandbox_357","children":[{"name":"__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_357::__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_357::__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":8e-06,"$area":8e-06},"id":"2036-Eval::Closure::Sandbox_357::__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":8e-06},"id":"n2035"},{"name":"::Sandbox_1305","children":[{"name":"__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1305::__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1305::__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2038-Eval::Closure::Sandbox_1305::__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n2037"},{"name":"::Sandbox_182","children":[{"name":"__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_182::__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_182::__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2040-Eval::Closure::Sandbox_182::__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n2039"},{"name":"::Sandbox_217","children":[{"name":"__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_217::__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_217::__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2042-Eval::Closure::Sandbox_217::__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n2041"},{"name":"::Sandbox_413","children":[{"name":"__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_413::__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_413::__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2044-Eval::Closure::Sandbox_413::__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2043"},{"name":"::Sandbox_938","children":[{"name":"__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_938::__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_938::__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2046-Eval::Closure::Sandbox_938::__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2045"},{"name":"::Sandbox_67","children":[{"name":"__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_67::__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_67::__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2048-Eval::Closure::Sandbox_67::__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n2047"},{"name":"::Sandbox_1394","children":[{"name":"__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1394::__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1394::__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2050-Eval::Closure::Sandbox_1394::__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2049"},{"name":"::Sandbox_460","children":[{"name":"__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_460::__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_460::__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"2052-Eval::Closure::Sandbox_460::__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2051"},{"name":"::Sandbox_1101","children":[{"name":"__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1101::__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1101::__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2054-Eval::Closure::Sandbox_1101::__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2053"},{"name":"::Sandbox_745","children":[{"name":"__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_745::__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_745::__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2056-Eval::Closure::Sandbox_745::__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2055"},{"name":"::Sandbox_927","children":[{"name":"__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_927::__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_927::__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2058-Eval::Closure::Sandbox_927::__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5.3e-06},"id":"n2057"},{"name":"::Sandbox_1087","children":[{"name":"__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1087::__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1087::__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2060-Eval::Closure::Sandbox_1087::__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2059"},{"name":"::Sandbox_405","children":[{"name":"__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_405::__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_405::__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2062-Eval::Closure::Sandbox_405::__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2061"},{"name":"::Sandbox_442","children":[{"name":"__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_442::__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_442::__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":7,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2064-Eval::Closure::Sandbox_442::__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":5.1e-06},"id":"n2063"},{"name":"::Sandbox_32","children":[{"name":"__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_32::__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_32::__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2066-Eval::Closure::Sandbox_32::__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n2065"},{"name":"::Sandbox_878","children":[{"name":"__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_878::__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_878::__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2068-Eval::Closure::Sandbox_878::__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2067"},{"name":"::Sandbox_1514","children":[{"name":"__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1514::__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1514::__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2070-Eval::Closure::Sandbox_1514::__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2069"},{"name":"::Sandbox_1033","children":[{"name":"__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1033::__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_1033::__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":5e-06,"$area":5e-06},"id":"2072-Eval::Closure::Sandbox_1033::__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5e-06},"id":"n2071"},{"name":"::Sandbox_1014","children":[{"name":"__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1014::__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1014::__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2074-Eval::Closure::Sandbox_1014::__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.2e-06},"id":"n2073"},{"name":"::Sandbox_1225","children":[{"name":"__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1225::__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Eval::Closure::Sandbox_1225::__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":8,"excl_time":1.74e-05,"$area":1.74e-05},"id":"2076-Eval::Closure::Sandbox_1225::__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.74e-05},"id":"n2075"},{"name":"::Sandbox_910","children":[{"name":"__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_910::__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_910::__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"2078-Eval::Closure::Sandbox_910::__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2077"},{"name":"::Sandbox_1410","children":[{"name":"__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1410::__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1410::__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2080-Eval::Closure::Sandbox_1410::__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2079"},{"name":"::Sandbox_1566","children":[{"name":"__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1566::__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1566::__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2082-Eval::Closure::Sandbox_1566::__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n2081"},{"name":"::Sandbox_481","children":[{"name":"__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_481::__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_481::__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2084-Eval::Closure::Sandbox_481::__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2083"},{"name":"::Sandbox_897","children":[{"name":"__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_897::__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_897::__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2086-Eval::Closure::Sandbox_897::__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2085"},{"name":"::Sandbox_538","children":[{"name":"__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_538::__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Eval::Closure::Sandbox_538::__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":9,"excl_time":1.19e-05,"$area":1.19e-05},"id":"2088-Eval::Closure::Sandbox_538::__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":1.19e-05},"id":"n2087"},{"name":"::Sandbox_427","children":[{"name":"__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_427::__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_427::__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2090-Eval::Closure::Sandbox_427::__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2089"},{"name":"::Sandbox_456","children":[{"name":"__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_456::__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_456::__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":6e-06,"$area":6e-06},"id":"2092-Eval::Closure::Sandbox_456::__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6e-06},"id":"n2091"},{"name":"::Sandbox_123","children":[{"name":"__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_123::__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_123::__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","$color":4,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2094-Eval::Closure::Sandbox_123::__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":6.3e-06},"id":"n2093"},{"name":"::Sandbox_1397","children":[{"name":"__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1397::__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1397::__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2096-Eval::Closure::Sandbox_1397::__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n2095"},{"name":"::Sandbox_1407","children":[{"name":"__ANON__[(eval 1747)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1407::__ANON__[(eval 1747)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1407::__ANON__[(eval 1747)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2098-Eval::Closure::Sandbox_1407::__ANON__[(eval 1747)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2097"},{"name":"::Sandbox_139","children":[{"name":"__ANON__[(eval 239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_139::__ANON__[(eval 239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_139::__ANON__[(eval 239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2100-Eval::Closure::Sandbox_139::__ANON__[(eval 239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2099"},{"name":"::Sandbox_739","children":[{"name":"__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_739::__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_739::__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2102-Eval::Closure::Sandbox_739::__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2101"},{"name":"::Sandbox_708","children":[{"name":"__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_708::__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_708::__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":3,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2104-Eval::Closure::Sandbox_708::__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.8e-06},"id":"n2103"},{"name":"::Sandbox_1387","children":[{"name":"__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1387::__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1387::__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2106-Eval::Closure::Sandbox_1387::__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n2105"},{"name":"::Sandbox_869","children":[{"name":"__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_869::__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_869::__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2108-Eval::Closure::Sandbox_869::__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n2107"},{"name":"::Sandbox_701","children":[{"name":"__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_701::__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_701::__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2110-Eval::Closure::Sandbox_701::__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n2109"},{"name":"::Sandbox_447","children":[{"name":"__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_447::__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_447::__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2112-Eval::Closure::Sandbox_447::__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2111"},{"name":"::Sandbox_1044","children":[{"name":"__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1044::__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1044::__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2114-Eval::Closure::Sandbox_1044::__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2113"},{"name":"::Sandbox_667","children":[{"name":"__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_667::__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_667::__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2116-Eval::Closure::Sandbox_667::__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n2115"},{"name":"::Sandbox_856","children":[{"name":"__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_856::__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_856::__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2118-Eval::Closure::Sandbox_856::__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2117"},{"name":"::Sandbox_1423","children":[{"name":"__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1423::__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1423::__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2120-Eval::Closure::Sandbox_1423::__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2119"},{"name":"::Sandbox_1184","children":[{"name":"__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1184::__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Eval::Closure::Sandbox_1184::__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":10,"excl_time":1.23e-05,"$area":1.23e-05},"id":"2122-Eval::Closure::Sandbox_1184::__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":1.23e-05},"id":"n2121"},{"name":"::Sandbox_1556","children":[{"name":"__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1556::__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_1556::__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":1,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2124-Eval::Closure::Sandbox_1556::__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":7.8e-06},"id":"n2123"},{"name":"::Sandbox_1197","children":[{"name":"__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1197::__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1197::__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2126-Eval::Closure::Sandbox_1197::__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2125"},{"name":"::Sandbox_1473","children":[{"name":"__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1473::__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1473::__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2128-Eval::Closure::Sandbox_1473::__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2127"},{"name":"::Sandbox_133","children":[{"name":"__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_133::__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_133::__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2130-Eval::Closure::Sandbox_133::__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2129"},{"name":"::Sandbox_862","children":[{"name":"__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_862::__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_862::__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2132-Eval::Closure::Sandbox_862::__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.8e-06},"id":"n2131"},{"name":"::Sandbox_1481","children":[{"name":"__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1481::__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_1481::__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"2134-Eval::Closure::Sandbox_1481::__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":7.4e-06},"id":"n2133"},{"name":"::Sandbox_941","children":[{"name":"__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_941::__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_941::__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":2,"excl_time":7.3e-06,"$area":7.3e-06},"id":"2136-Eval::Closure::Sandbox_941::__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":7.3e-06},"id":"n2135"},{"name":"::Sandbox_467","children":[{"name":"__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_467::__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_467::__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2138-Eval::Closure::Sandbox_467::__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2137"},{"name":"::Sandbox_271","children":[{"name":"__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_271::__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_271::__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2140-Eval::Closure::Sandbox_271::__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n2139"},{"name":"::Sandbox_955","children":[{"name":"__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_955::__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_955::__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2142-Eval::Closure::Sandbox_955::__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2141"},{"name":"::Sandbox_890","children":[{"name":"__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_890::__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_890::__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2144-Eval::Closure::Sandbox_890::__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2143"},{"name":"::Sandbox_1519","children":[{"name":"__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1519::__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1519::__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2146-Eval::Closure::Sandbox_1519::__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2145"},{"name":"::Sandbox_1349","children":[{"name":"__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1349::__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1349::__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2148-Eval::Closure::Sandbox_1349::__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n2147"},{"name":"::Sandbox_658","children":[{"name":"__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_658::__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_658::__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2150-Eval::Closure::Sandbox_658::__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2149"},{"name":"::Sandbox_69","children":[{"name":"__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_69::__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_69::__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2152-Eval::Closure::Sandbox_69::__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2151"},{"name":"::Sandbox_422","children":[{"name":"__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_422::__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_422::__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2154-Eval::Closure::Sandbox_422::__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n2153"},{"name":"::Sandbox_175","children":[{"name":"__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_175::__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_175::__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2156-Eval::Closure::Sandbox_175::__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2155"},{"name":"::Sandbox_89","children":[{"name":"__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_89::__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_89::__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2158-Eval::Closure::Sandbox_89::__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n2157"},{"name":"::Sandbox_768","children":[{"name":"__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_768::__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_768::__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2160-Eval::Closure::Sandbox_768::__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n2159"},{"name":"::Sandbox_1324","children":[{"name":"__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1324::__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1324::__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2162-Eval::Closure::Sandbox_1324::__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.6e-06},"id":"n2161"},{"name":"::Sandbox_649","children":[{"name":"__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_649::__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_649::__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2164-Eval::Closure::Sandbox_649::__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2163"},{"name":"::Sandbox_1170","children":[{"name":"__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1170::__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_1170::__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2166-Eval::Closure::Sandbox_1170::__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]"}],"data":{"$area":5.5e-06},"id":"n2165"},{"name":"::Sandbox_250","children":[{"name":"__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_250::__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_250::__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2168-Eval::Closure::Sandbox_250::__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n2167"},{"name":"::Sandbox_577","children":[{"name":"__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_577::__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Eval::Closure::Sandbox_577::__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]","$color":3,"excl_time":1.07e-05,"$area":1.07e-05},"id":"2170-Eval::Closure::Sandbox_577::__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]"}],"data":{"$area":1.07e-05},"id":"n2169"},{"name":"::Sandbox_1105","children":[{"name":"__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1105::__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1105::__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2172-Eval::Closure::Sandbox_1105::__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2171"},{"name":"::Sandbox_343","children":[{"name":"__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_343::__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_343::__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"2174-Eval::Closure::Sandbox_343::__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.4e-06},"id":"n2173"},{"name":"::Sandbox_907","children":[{"name":"__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_907::__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_907::__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2176-Eval::Closure::Sandbox_907::__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":4.2e-06},"id":"n2175"},{"name":"::Sandbox_265","children":[{"name":"__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_265::__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_265::__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2178-Eval::Closure::Sandbox_265::__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2177"},{"name":"::Sandbox_1038","children":[{"name":"__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1038::__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1038::__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2180-Eval::Closure::Sandbox_1038::__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2179"},{"name":"::Sandbox_466","children":[{"name":"__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_466::__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_466::__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2182-Eval::Closure::Sandbox_466::__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2181"},{"name":"::Sandbox_1450","children":[{"name":"__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1450::__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1450::__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2184-Eval::Closure::Sandbox_1450::__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2183"},{"name":"::Sandbox_663","children":[{"name":"__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_663::__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_663::__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2186-Eval::Closure::Sandbox_663::__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n2185"},{"name":"::Sandbox_1054","children":[{"name":"__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1054::__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1054::__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2188-Eval::Closure::Sandbox_1054::__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2187"},{"name":"::Sandbox_1108","children":[{"name":"__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1108::__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1108::__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2190-Eval::Closure::Sandbox_1108::__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2189"},{"name":"::Sandbox_1289","children":[{"name":"__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1289::__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1289::__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2192-Eval::Closure::Sandbox_1289::__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n2191"},{"name":"::Sandbox_1208","children":[{"name":"__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1208::__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1208::__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2194-Eval::Closure::Sandbox_1208::__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n2193"},{"name":"::Sandbox_999","children":[{"name":"__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_999::__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_999::__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2196-Eval::Closure::Sandbox_999::__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2195"},{"name":"::Sandbox_82","children":[{"name":"__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_82::__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_82::__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2198-Eval::Closure::Sandbox_82::__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]"}],"data":{"$area":4.7e-06},"id":"n2197"},{"name":"::Sandbox_311","children":[{"name":"__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_311::__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_311::__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2200-Eval::Closure::Sandbox_311::__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2199"},{"name":"::Sandbox_170","children":[{"name":"__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_170::__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_170::__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2202-Eval::Closure::Sandbox_170::__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2201"},{"name":"::Sandbox_750","children":[{"name":"__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_750::__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_750::__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2204-Eval::Closure::Sandbox_750::__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n2203"},{"name":"::Sandbox_334","children":[{"name":"__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_334::__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_334::__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2206-Eval::Closure::Sandbox_334::__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2205"},{"name":"::Sandbox_494","children":[{"name":"__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_494::__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_494::__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2208-Eval::Closure::Sandbox_494::__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2207"},{"name":"::Sandbox_517","children":[{"name":"__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_517::__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_517::__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2210-Eval::Closure::Sandbox_517::__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n2209"},{"name":"::Sandbox_1116","children":[{"name":"__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1116::__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1116::__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2212-Eval::Closure::Sandbox_1116::__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2211"},{"name":"::Sandbox_345","children":[{"name":"__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_345::__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_345::__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2214-Eval::Closure::Sandbox_345::__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n2213"},{"name":"::Sandbox_685","children":[{"name":"__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_685::__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_685::__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2216-Eval::Closure::Sandbox_685::__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n2215"},{"name":"::Sandbox_922","children":[{"name":"__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_922::__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_922::__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2218-Eval::Closure::Sandbox_922::__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2217"},{"name":"::Sandbox_79","children":[{"name":"__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_79::__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_79::__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2220-Eval::Closure::Sandbox_79::__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2219"},{"name":"::Sandbox_495","children":[{"name":"__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_495::__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_495::__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2222-Eval::Closure::Sandbox_495::__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n2221"},{"name":"::Sandbox_385","children":[{"name":"__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_385::__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_385::__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]","$color":2,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2224-Eval::Closure::Sandbox_385::__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]"}],"data":{"$area":7.8e-06},"id":"n2223"},{"name":"::Sandbox_1125","children":[{"name":"__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1125::__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1125::__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2226-Eval::Closure::Sandbox_1125::__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2225"},{"name":"::Sandbox_1348","children":[{"name":"__ANON__[(eval 1688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1348::__ANON__[(eval 1688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1348::__ANON__[(eval 1688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2228-Eval::Closure::Sandbox_1348::__ANON__[(eval 1688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2227"},{"name":"::Sandbox_1132","children":[{"name":"__ANON__[(eval 1347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1132::__ANON__[(eval 1347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1132::__ANON__[(eval 1347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"2230-Eval::Closure::Sandbox_1132::__ANON__[(eval 1347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2229"},{"name":"::Sandbox_451","children":[{"name":"__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_451::__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_451::__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2232-Eval::Closure::Sandbox_451::__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2231"},{"name":"::Sandbox_789","children":[{"name":"__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_789::__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_789::__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2234-Eval::Closure::Sandbox_789::__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2233"},{"name":"::Sandbox_245","children":[{"name":"__ANON__[(eval 362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_245::__ANON__[(eval 362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_245::__ANON__[(eval 362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2236-Eval::Closure::Sandbox_245::__ANON__[(eval 362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2235"},{"name":"::Sandbox_1233","children":[{"name":"__ANON__[(eval 1530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1233::__ANON__[(eval 1530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1233::__ANON__[(eval 1530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2238-Eval::Closure::Sandbox_1233::__ANON__[(eval 1530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2237"},{"name":"::Sandbox_475","children":[{"name":"__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_475::__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_475::__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2240-Eval::Closure::Sandbox_475::__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2239"},{"name":"::Sandbox_561","children":[{"name":"__ANON__[(eval 763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_561::__ANON__[(eval 763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_561::__ANON__[(eval 763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":9,"excl_time":8.2e-06,"$area":8.2e-06},"id":"2242-Eval::Closure::Sandbox_561::__ANON__[(eval 763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":8.2e-06},"id":"n2241"},{"name":"::Sandbox_98","children":[{"name":"__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_98::__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_98::__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2244-Eval::Closure::Sandbox_98::__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2243"},{"name":"::Sandbox_828","children":[{"name":"__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_828::__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Eval::Closure::Sandbox_828::__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]","$color":2,"excl_time":9.7e-06,"$area":9.7e-06},"id":"2246-Eval::Closure::Sandbox_828::__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]"}],"data":{"$area":9.7e-06},"id":"n2245"},{"name":"::Sandbox_1459","children":[{"name":"__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1459::__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1459::__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2248-Eval::Closure::Sandbox_1459::__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2247"},{"name":"::Sandbox_527","children":[{"name":"__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_527::__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_527::__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2250-Eval::Closure::Sandbox_527::__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.8e-06},"id":"n2249"},{"name":"::Sandbox_889","children":[{"name":"__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_889::__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_889::__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2252-Eval::Closure::Sandbox_889::__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.9e-06},"id":"n2251"},{"name":"::Sandbox_1177","children":[{"name":"__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1177::__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1177::__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2254-Eval::Closure::Sandbox_1177::__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n2253"},{"name":"::Sandbox_1310","children":[{"name":"__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1310::__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1310::__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2256-Eval::Closure::Sandbox_1310::__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.4e-06},"id":"n2255"},{"name":"::Sandbox_633","children":[{"name":"__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_633::__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Eval::Closure::Sandbox_633::__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":1.03e-05,"$area":1.03e-05},"id":"2258-Eval::Closure::Sandbox_633::__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.03e-05},"id":"n2257"},{"name":"::Sandbox_326","children":[{"name":"__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_326::__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_326::__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2260-Eval::Closure::Sandbox_326::__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.6e-06},"id":"n2259"},{"name":"::Sandbox_672","children":[{"name":"__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_672::__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_672::__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2262-Eval::Closure::Sandbox_672::__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2261"},{"name":"::Sandbox_362","children":[{"name":"__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_362::__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_362::__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2264-Eval::Closure::Sandbox_362::__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n2263"},{"name":"::Sandbox_965","children":[{"name":"__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_965::__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_965::__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2266-Eval::Closure::Sandbox_965::__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2265"},{"name":"::Sandbox_826","children":[{"name":"__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_826::__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_826::__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"2268-Eval::Closure::Sandbox_826::__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2267"},{"name":"::Sandbox_547","children":[{"name":"__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_547::__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_547::__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2270-Eval::Closure::Sandbox_547::__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n2269"},{"name":"::Sandbox_179","children":[{"name":"__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_179::__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_179::__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":7.9e-06,"$area":7.9e-06},"id":"2272-Eval::Closure::Sandbox_179::__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":7.9e-06},"id":"n2271"},{"name":"::Sandbox_808","children":[{"name":"__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_808::__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_808::__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2274-Eval::Closure::Sandbox_808::__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2273"},{"name":"::Sandbox_1070","children":[{"name":"__ANON__[(eval 1285)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1070::__ANON__[(eval 1285)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1070::__ANON__[(eval 1285)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2276-Eval::Closure::Sandbox_1070::__ANON__[(eval 1285)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n2275"},{"name":"::Sandbox_812","children":[{"name":"__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_812::__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_812::__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2278-Eval::Closure::Sandbox_812::__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2277"},{"name":"::Sandbox_231","children":[{"name":"__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_231::__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_231::__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2280-Eval::Closure::Sandbox_231::__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":3.9e-06},"id":"n2279"},{"name":"::Sandbox_389","children":[{"name":"__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_389::__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_389::__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2282-Eval::Closure::Sandbox_389::__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2281"},{"name":"::Sandbox_503","children":[{"name":"__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_503::__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_503::__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2284-Eval::Closure::Sandbox_503::__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2283"},{"name":"::Sandbox_1079","children":[{"name":"__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1079::__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1079::__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2286-Eval::Closure::Sandbox_1079::__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n2285"},{"name":"::Sandbox_982","children":[{"name":"__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_982::__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_982::__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2288-Eval::Closure::Sandbox_982::__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.7e-06},"id":"n2287"},{"name":"::Sandbox_114","children":[{"name":"__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_114::__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_114::__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2290-Eval::Closure::Sandbox_114::__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":3.9e-06},"id":"n2289"},{"name":"::Sandbox_1094","children":[{"name":"__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1094::__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1094::__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"2292-Eval::Closure::Sandbox_1094::__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2291"},{"name":"::Sandbox_785","children":[{"name":"__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_785::__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_785::__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]","$color":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2294-Eval::Closure::Sandbox_785::__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]"}],"data":{"$area":8.4e-06},"id":"n2293"},{"name":"::Sandbox_580","children":[{"name":"__ANON__[(eval 782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_580::__ANON__[(eval 782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_580::__ANON__[(eval 782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2296-Eval::Closure::Sandbox_580::__ANON__[(eval 782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2295"},{"name":"::Sandbox_1142","children":[{"name":"__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1142::__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1142::__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2298-Eval::Closure::Sandbox_1142::__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2297"},{"name":"::Sandbox_291","children":[{"name":"__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_291::__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_291::__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2300-Eval::Closure::Sandbox_291::__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2299"},{"name":"::Sandbox_645","children":[{"name":"__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_645::__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_645::__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":8e-06,"$area":8e-06},"id":"2302-Eval::Closure::Sandbox_645::__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8e-06},"id":"n2301"},{"name":"::Sandbox_398","children":[{"name":"__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_398::__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_398::__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2304-Eval::Closure::Sandbox_398::__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2303"},{"name":"::Sandbox_1325","children":[{"name":"__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1325::__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1325::__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2306-Eval::Closure::Sandbox_1325::__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.5e-06},"id":"n2305"},{"name":"::Sandbox_220","children":[{"name":"__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_220::__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_220::__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2308-Eval::Closure::Sandbox_220::__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.5e-06},"id":"n2307"},{"name":"::Sandbox_611","children":[{"name":"__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_611::__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_611::__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":0,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2310-Eval::Closure::Sandbox_611::__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":6.6e-06},"id":"n2309"},{"name":"::Sandbox_1373","children":[{"name":"__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1373::__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1373::__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2312-Eval::Closure::Sandbox_1373::__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2311"},{"name":"::Sandbox_1469","children":[{"name":"__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1469::__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1469::__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2314-Eval::Closure::Sandbox_1469::__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2313"},{"name":"::Sandbox_1089","children":[{"name":"__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1089::__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1089::__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2316-Eval::Closure::Sandbox_1089::__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2315"},{"name":"::Sandbox_411","children":[{"name":"__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_411::__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_411::__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2318-Eval::Closure::Sandbox_411::__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.5e-06},"id":"n2317"},{"name":"::Sandbox_41","children":[{"name":"__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_41::__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_41::__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2320-Eval::Closure::Sandbox_41::__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2319"},{"name":"::Sandbox_147","children":[{"name":"__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_147::__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_147::__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2322-Eval::Closure::Sandbox_147::__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n2321"},{"name":"::Sandbox_2","children":[{"name":"__ANON__[(eval 84)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_2::__ANON__[(eval 84)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_2::__ANON__[(eval 84)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2324-Eval::Closure::Sandbox_2::__ANON__[(eval 84)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.7e-06},"id":"n2323"},{"name":"::Sandbox_1215","children":[{"name":"__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1215::__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_1215::__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2326-Eval::Closure::Sandbox_1215::__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n2325"},{"name":"::Sandbox_1313","children":[{"name":"__ANON__[(eval 1653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1313::__ANON__[(eval 1653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1313::__ANON__[(eval 1653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2328-Eval::Closure::Sandbox_1313::__ANON__[(eval 1653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2327"},{"name":"::Sandbox_787","children":[{"name":"__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_787::__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_787::__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2330-Eval::Closure::Sandbox_787::__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2329"},{"name":"::Sandbox_626","children":[{"name":"__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_626::__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_626::__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2332-Eval::Closure::Sandbox_626::__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.7e-06},"id":"n2331"},{"name":"::Sandbox_350","children":[{"name":"__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_350::__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_350::__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"2334-Eval::Closure::Sandbox_350::__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.2e-06},"id":"n2333"},{"name":"::Sandbox_887","children":[{"name":"__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_887::__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_887::__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2336-Eval::Closure::Sandbox_887::__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n2335"},{"name":"::Sandbox_665","children":[{"name":"__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_665::__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_665::__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2338-Eval::Closure::Sandbox_665::__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2337"},{"name":"::Sandbox_1099","children":[{"name":"__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1099::__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1099::__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2340-Eval::Closure::Sandbox_1099::__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2339"},{"name":"::Sandbox_10","children":[{"name":"__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_10::__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_10::__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2342-Eval::Closure::Sandbox_10::__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2341"},{"name":"::Sandbox_1231","children":[{"name":"__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1231::__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1231::__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":1,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2344-Eval::Closure::Sandbox_1231::__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":8.4e-06},"id":"n2343"},{"name":"::Sandbox_1497","children":[{"name":"__ANON__[(eval 1865)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1497::__ANON__[(eval 1865)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1497::__ANON__[(eval 1865)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2346-Eval::Closure::Sandbox_1497::__ANON__[(eval 1865)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2345"},{"name":"::Sandbox_1135","children":[{"name":"__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1135::__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1135::__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2348-Eval::Closure::Sandbox_1135::__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n2347"},{"name":"::Sandbox_929","children":[{"name":"__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_929::__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_929::__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2350-Eval::Closure::Sandbox_929::__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n2349"},{"name":"::Sandbox_859","children":[{"name":"__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_859::__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_859::__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2352-Eval::Closure::Sandbox_859::__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2351"},{"name":"::Sandbox_932","children":[{"name":"__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_932::__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_932::__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2354-Eval::Closure::Sandbox_932::__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2353"},{"name":"::Sandbox_1312","children":[{"name":"__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1312::__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1312::__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2356-Eval::Closure::Sandbox_1312::__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n2355"},{"name":"::Sandbox_1445","children":[{"name":"__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1445::__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1445::__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2358-Eval::Closure::Sandbox_1445::__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.7e-06},"id":"n2357"},{"name":"::Sandbox_1554","children":[{"name":"__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1554::__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1554::__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"2360-Eval::Closure::Sandbox_1554::__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4e-06},"id":"n2359"},{"name":"::Sandbox_196","children":[{"name":"__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_196::__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_196::__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2362-Eval::Closure::Sandbox_196::__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2361"},{"name":"::Sandbox_1016","children":[{"name":"__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1016::__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Eval::Closure::Sandbox_1016::__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]","$color":10,"excl_time":1.17e-05,"$area":1.17e-05},"id":"2364-Eval::Closure::Sandbox_1016::__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]"}],"data":{"$area":1.17e-05},"id":"n2363"},{"name":"::Sandbox_261","children":[{"name":"__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_261::__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_261::__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2366-Eval::Closure::Sandbox_261::__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.7e-06},"id":"n2365"},{"name":"::Sandbox_235","children":[{"name":"__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_235::__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_235::__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2368-Eval::Closure::Sandbox_235::__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n2367"},{"name":"::Sandbox_974","children":[{"name":"__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_974::__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_974::__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"2370-Eval::Closure::Sandbox_974::__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2369"},{"name":"::Sandbox_1274","children":[{"name":"__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1274::__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_1274::__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":7,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2372-Eval::Closure::Sandbox_1274::__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":5.5e-06},"id":"n2371"},{"name":"::Sandbox_1385","children":[{"name":"__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1385::__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1385::__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2374-Eval::Closure::Sandbox_1385::__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2373"},{"name":"::Sandbox_1568","children":[{"name":"__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1568::__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_1568::__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":0,"excl_time":7.1e-06,"$area":7.1e-06},"id":"2376-Eval::Closure::Sandbox_1568::__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":7.1e-06},"id":"n2375"},{"name":"::Sandbox_1399","children":[{"name":"__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1399::__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1399::__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2378-Eval::Closure::Sandbox_1399::__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2377"},{"name":"::Sandbox_1163","children":[{"name":"__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1163::__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1163::__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"2380-Eval::Closure::Sandbox_1163::__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2379"},{"name":"::Sandbox_120","children":[{"name":"__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_120::__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_120::__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"2382-Eval::Closure::Sandbox_120::__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":7e-06},"id":"n2381"},{"name":"::Sandbox_280","children":[{"name":"__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_280::__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_280::__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2384-Eval::Closure::Sandbox_280::__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n2383"},{"name":"::Sandbox_1042","children":[{"name":"__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1042::__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1042::__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2386-Eval::Closure::Sandbox_1042::__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.6e-06},"id":"n2385"},{"name":"::Sandbox_1421","children":[{"name":"__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1421::__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1421::__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2388-Eval::Closure::Sandbox_1421::__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n2387"},{"name":"::Sandbox_219","children":[{"name":"__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_219::__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_219::__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2390-Eval::Closure::Sandbox_219::__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.4e-06},"id":"n2389"},{"name":"::Sandbox_1452","children":[{"name":"__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1452::__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1452::__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2392-Eval::Closure::Sandbox_1452::__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2391"},{"name":"::Sandbox_410","children":[{"name":"__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_410::__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_410::__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2394-Eval::Closure::Sandbox_410::__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2393"},{"name":"::Sandbox_303","children":[{"name":"__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_303::__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_303::__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2396-Eval::Closure::Sandbox_303::__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.7e-06},"id":"n2395"},{"name":"::Sandbox_1096","children":[{"name":"__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1096::__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1096::__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"2398-Eval::Closure::Sandbox_1096::__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2397"},{"name":"::Sandbox_832","children":[{"name":"__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_832::__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_832::__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2400-Eval::Closure::Sandbox_832::__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2399"},{"name":"::Sandbox_996","children":[{"name":"__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_996::__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Eval::Closure::Sandbox_996::__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":4,"excl_time":1.07e-05,"$area":1.07e-05},"id":"2402-Eval::Closure::Sandbox_996::__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":1.07e-05},"id":"n2401"},{"name":"::Sandbox_294","children":[{"name":"__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_294::__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_294::__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2404-Eval::Closure::Sandbox_294::__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2403"},{"name":"::Sandbox_731","children":[{"name":"__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_731::__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_731::__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2406-Eval::Closure::Sandbox_731::__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2405"},{"name":"::Sandbox_1005","children":[{"name":"__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1005::__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1005::__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2408-Eval::Closure::Sandbox_1005::__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2407"},{"name":"::Sandbox_1162","children":[{"name":"__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1162::__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1162::__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]","$color":1,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2410-Eval::Closure::Sandbox_1162::__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]"}],"data":{"$area":6.8e-06},"id":"n2409"},{"name":"::Sandbox_1340","children":[{"name":"__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1340::__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1340::__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2412-Eval::Closure::Sandbox_1340::__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2411"},{"name":"::Sandbox_553","children":[{"name":"__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_553::__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_553::__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":5,"excl_time":6.2e-06,"$area":6.2e-06},"id":"2414-Eval::Closure::Sandbox_553::__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":6.2e-06},"id":"n2413"},{"name":"::Sandbox_127","children":[{"name":"__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_127::__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_127::__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2416-Eval::Closure::Sandbox_127::__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.1e-06},"id":"n2415"},{"name":"::Sandbox_1152","children":[{"name":"__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1152::__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1152::__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2418-Eval::Closure::Sandbox_1152::__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n2417"},{"name":"::Sandbox_1303","children":[{"name":"__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1303::__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1303::__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2420-Eval::Closure::Sandbox_1303::__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2419"},{"name":"::Sandbox_1356","children":[{"name":"__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1356::__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1356::__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3e-06,"$area":3e-06},"id":"2422-Eval::Closure::Sandbox_1356::__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2421"},{"name":"::Sandbox_1560","children":[{"name":"__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1560::__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1560::__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2424-Eval::Closure::Sandbox_1560::__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.4e-06},"id":"n2423"},{"name":"::Sandbox_635","children":[{"name":"__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_635::__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_635::__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2426-Eval::Closure::Sandbox_635::__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2425"},{"name":"::Sandbox_349","children":[{"name":"__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_349::__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_349::__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":8.2e-06,"$area":8.2e-06},"id":"2428-Eval::Closure::Sandbox_349::__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.2e-06},"id":"n2427"},{"name":"::Sandbox_1185","children":[{"name":"__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1185::__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1185::__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2430-Eval::Closure::Sandbox_1185::__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.5e-06},"id":"n2429"},{"name":"::Sandbox_790","children":[{"name":"__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_790::__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_790::__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2432-Eval::Closure::Sandbox_790::__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2431"},{"name":"::Sandbox_604","children":[{"name":"__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_604::__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_604::__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2434-Eval::Closure::Sandbox_604::__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2433"},{"name":"::Sandbox_1220","children":[{"name":"__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1220::__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::Sandbox_1220::__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]","$color":5,"excl_time":1.08e-05,"$area":1.08e-05},"id":"2436-Eval::Closure::Sandbox_1220::__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]"}],"data":{"$area":1.08e-05},"id":"n2435"},{"name":"::Sandbox_440","children":[{"name":"__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_440::__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_440::__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2438-Eval::Closure::Sandbox_440::__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2437"},{"name":"::Sandbox_458","children":[{"name":"__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_458::__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_458::__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2440-Eval::Closure::Sandbox_458::__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2439"},{"name":"::Sandbox_125","children":[{"name":"__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_125::__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_125::__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2442-Eval::Closure::Sandbox_125::__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.8e-06},"id":"n2441"},{"name":"::Sandbox_550","children":[{"name":"__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_550::__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_550::__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2444-Eval::Closure::Sandbox_550::__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n2443"},{"name":"::Sandbox_661","children":[{"name":"__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_661::__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_661::__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":7.5e-06,"$area":7.5e-06},"id":"2446-Eval::Closure::Sandbox_661::__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.5e-06},"id":"n2445"},{"name":"::Sandbox_799","children":[{"name":"__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_799::__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_799::__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2448-Eval::Closure::Sandbox_799::__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.3e-06},"id":"n2447"},{"name":"::Sandbox_565","children":[{"name":"__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_565::__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_565::__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2450-Eval::Closure::Sandbox_565::__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2449"},{"name":"::Sandbox_765","children":[{"name":"__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_765::__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_765::__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":10,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2452-Eval::Closure::Sandbox_765::__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":6.9e-06},"id":"n2451"},{"name":"::Sandbox_766","children":[{"name":"__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_766::__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_766::__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2454-Eval::Closure::Sandbox_766::__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.3e-06},"id":"n2453"},{"name":"::Sandbox_1072","children":[{"name":"__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1072::__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1072::__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":3,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2456-Eval::Closure::Sandbox_1072::__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":6.6e-06},"id":"n2455"},{"name":"::Sandbox_1193","children":[{"name":"__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1193::__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1193::__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2458-Eval::Closure::Sandbox_1193::__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2457"},{"name":"::Sandbox_915","children":[{"name":"__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_915::__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_915::__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":7,"excl_time":7.2e-06,"$area":7.2e-06},"id":"2460-Eval::Closure::Sandbox_915::__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":7.2e-06},"id":"n2459"},{"name":"::Sandbox_510","children":[{"name":"__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_510::__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_510::__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2462-Eval::Closure::Sandbox_510::__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2461"},{"name":"::Sandbox_863","children":[{"name":"__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_863::__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_863::__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2464-Eval::Closure::Sandbox_863::__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2463"},{"name":"::Sandbox_57","children":[{"name":"__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_57::__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_57::__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2466-Eval::Closure::Sandbox_57::__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2465"},{"name":"::Sandbox_680","children":[{"name":"__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_680::__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_680::__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2468-Eval::Closure::Sandbox_680::__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n2467"},{"name":"::Sandbox_1369","children":[{"name":"__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1369::__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1369::__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2470-Eval::Closure::Sandbox_1369::__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2469"},{"name":"::Sandbox_1505","children":[{"name":"__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1505::__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1505::__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2472-Eval::Closure::Sandbox_1505::__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n2471"},{"name":"::Sandbox_429","children":[{"name":"__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_429::__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_429::__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2474-Eval::Closure::Sandbox_429::__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":4.6e-06},"id":"n2473"},{"name":"::Sandbox_366","children":[{"name":"__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_366::__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_366::__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2476-Eval::Closure::Sandbox_366::__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2475"},{"name":"::Sandbox_201","children":[{"name":"__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_201::__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_201::__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2478-Eval::Closure::Sandbox_201::__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n2477"},{"name":"::Sandbox_903","children":[{"name":"__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_903::__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_903::__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2480-Eval::Closure::Sandbox_903::__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2479"},{"name":"::Sandbox_224","children":[{"name":"__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_224::__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_224::__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2482-Eval::Closure::Sandbox_224::__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n2481"},{"name":"::Sandbox_1035","children":[{"name":"__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1035::__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1035::__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2484-Eval::Closure::Sandbox_1035::__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2483"},{"name":"::Sandbox_1475","children":[{"name":"__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1475::__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1475::__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2486-Eval::Closure::Sandbox_1475::__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.5e-06},"id":"n2485"},{"name":"::Sandbox_840","children":[{"name":"__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_840::__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_840::__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2488-Eval::Closure::Sandbox_840::__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2487"},{"name":"::Sandbox_1457","children":[{"name":"__ANON__[(eval 1797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1457::__ANON__[(eval 1797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1457::__ANON__[(eval 1797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2490-Eval::Closure::Sandbox_1457::__ANON__[(eval 1797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2489"},{"name":"::Sandbox_858","children":[{"name":"__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_858::__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_858::__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2492-Eval::Closure::Sandbox_858::__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2491"},{"name":"::Sandbox_1338","children":[{"name":"__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1338::__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1338::__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2494-Eval::Closure::Sandbox_1338::__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2493"},{"name":"::Sandbox_1448","children":[{"name":"__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1448::__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1448::__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2496-Eval::Closure::Sandbox_1448::__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2495"},{"name":"::Sandbox_23","children":[{"name":"__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_23::__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_23::__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2498-Eval::Closure::Sandbox_23::__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2497"},{"name":"::Sandbox_1159","children":[{"name":"__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1159::__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1159::__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2500-Eval::Closure::Sandbox_1159::__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2499"},{"name":"::Sandbox_435","children":[{"name":"__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_435::__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_435::__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2502-Eval::Closure::Sandbox_435::__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]"}],"data":{"$area":4.7e-06},"id":"n2501"},{"name":"::Sandbox_1250","children":[{"name":"__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1250::__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1250::__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2504-Eval::Closure::Sandbox_1250::__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.8e-06},"id":"n2503"},{"name":"::Sandbox_871","children":[{"name":"__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_871::__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_871::__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2506-Eval::Closure::Sandbox_871::__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n2505"},{"name":"::Sandbox_112","children":[{"name":"__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_112::__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_112::__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2508-Eval::Closure::Sandbox_112::__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":4.2e-06},"id":"n2507"},{"name":"::Sandbox_24","children":[{"name":"__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_24::__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_24::__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2510-Eval::Closure::Sandbox_24::__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":8.4e-06},"id":"n2509"},{"name":"::Sandbox_1425","children":[{"name":"__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1425::__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1425::__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2512-Eval::Closure::Sandbox_1425::__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2511"},{"name":"::Sandbox_497","children":[{"name":"__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_497::__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_497::__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2514-Eval::Closure::Sandbox_497::__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2513"},{"name":"::Sandbox_423","children":[{"name":"__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_423::__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_423::__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2516-Eval::Closure::Sandbox_423::__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2515"},{"name":"::Sandbox_336","children":[{"name":"__ANON__[(eval 496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_336::__ANON__[(eval 496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_336::__ANON__[(eval 496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2518-Eval::Closure::Sandbox_336::__ANON__[(eval 496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2517"},{"name":"::Sandbox_157","children":[{"name":"__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_157::__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_157::__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2520-Eval::Closure::Sandbox_157::__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2519"},{"name":"::Sandbox_268","children":[{"name":"__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_268::__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_268::__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2522-Eval::Closure::Sandbox_268::__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2521"},{"name":"::Sandbox_1491","children":[{"name":"__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1491::__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_1491::__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2524-Eval::Closure::Sandbox_1491::__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":5.2e-06},"id":"n2523"},{"name":"::Sandbox_1127","children":[{"name":"__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1127::__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1127::__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2526-Eval::Closure::Sandbox_1127::__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2525"},{"name":"::Sandbox_1180","children":[{"name":"__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1180::__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1180::__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2528-Eval::Closure::Sandbox_1180::__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2527"},{"name":"::Sandbox_1436","children":[{"name":"__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1436::__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1436::__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2530-Eval::Closure::Sandbox_1436::__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.4e-06},"id":"n2529"},{"name":"::Sandbox_62","children":[{"name":"__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_62::__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_62::__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2532-Eval::Closure::Sandbox_62::__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2531"},{"name":"::Sandbox_132","children":[{"name":"__ANON__[(eval 232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_132::__ANON__[(eval 232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_132::__ANON__[(eval 232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2534-Eval::Closure::Sandbox_132::__ANON__[(eval 232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n2533"},{"name":"::Sandbox_247","children":[{"name":"__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_247::__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_247::__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2536-Eval::Closure::Sandbox_247::__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n2535"},{"name":"::Sandbox_617","children":[{"name":"__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_617::__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_617::__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2538-Eval::Closure::Sandbox_617::__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2537"},{"name":"::Sandbox_1085","children":[{"name":"__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1085::__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1085::__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"2540-Eval::Closure::Sandbox_1085::__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6e-06},"id":"n2539"},{"name":"::Sandbox_839","children":[{"name":"__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_839::__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_839::__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2542-Eval::Closure::Sandbox_839::__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2541"},{"name":"::Sandbox_369","children":[{"name":"__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_369::__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_369::__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2544-Eval::Closure::Sandbox_369::__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2543"},{"name":"::Sandbox_695","children":[{"name":"__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_695::__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_695::__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2546-Eval::Closure::Sandbox_695::__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2545"},{"name":"::Sandbox_989","children":[{"name":"__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_989::__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_989::__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":7,"excl_time":1.05e-05,"$area":1.05e-05},"id":"2548-Eval::Closure::Sandbox_989::__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":1.05e-05},"id":"n2547"},{"name":"::Sandbox_1342","children":[{"name":"__ANON__[(eval 1682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1342::__ANON__[(eval 1682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1342::__ANON__[(eval 1682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2550-Eval::Closure::Sandbox_1342::__ANON__[(eval 1682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2549"},{"name":"::Sandbox_293","children":[{"name":"__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_293::__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_293::__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2552-Eval::Closure::Sandbox_293::__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2551"},{"name":"::Sandbox_969","children":[{"name":"__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_969::__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_969::__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2554-Eval::Closure::Sandbox_969::__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2553"},{"name":"::Sandbox_647","children":[{"name":"__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_647::__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Eval::Closure::Sandbox_647::__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]","$color":4,"excl_time":1.09e-05,"$area":1.09e-05},"id":"2556-Eval::Closure::Sandbox_647::__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]"}],"data":{"$area":1.09e-05},"id":"n2555"},{"name":"::Sandbox_37","children":[{"name":"__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_37::__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_37::__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2558-Eval::Closure::Sandbox_37::__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2557"},{"name":"::Sandbox_177","children":[{"name":"__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_177::__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_177::__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"2560-Eval::Closure::Sandbox_177::__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n2559"},{"name":"::Sandbox_1202","children":[{"name":"__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1202::__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1202::__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2562-Eval::Closure::Sandbox_1202::__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2561"},{"name":"::Sandbox_1378","children":[{"name":"__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1378::__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1378::__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2564-Eval::Closure::Sandbox_1378::__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2563"},{"name":"::Sandbox_328","children":[{"name":"__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_328::__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_328::__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2566-Eval::Closure::Sandbox_328::__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n2565"},{"name":"::Sandbox_402","children":[{"name":"__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_402::__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_402::__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":5,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2568-Eval::Closure::Sandbox_402::__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":5.6e-06},"id":"n2567"},{"name":"::Sandbox_173","children":[{"name":"__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_173::__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_173::__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2570-Eval::Closure::Sandbox_173::__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n2569"},{"name":"::Sandbox_141","children":[{"name":"__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_141::__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_141::__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2572-Eval::Closure::Sandbox_141::__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n2571"},{"name":"::Sandbox_165","children":[{"name":"__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2574-Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 352&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0003525,"subname":"Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":0,"excl_time":5.69999999999959e-05,"$area":5.69999999999959e-05},"id":"2575-Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":6.05999999999959e-05},"id":"n2573"},{"name":"::Sandbox_169","children":[{"name":"__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_169::__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_169::__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2577-Eval::Closure::Sandbox_169::__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2576"},{"name":"::Sandbox_108","children":[{"name":"__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_108::__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_108::__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2579-Eval::Closure::Sandbox_108::__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2578"},{"name":"::Sandbox_917","children":[{"name":"__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_917::__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_917::__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2581-Eval::Closure::Sandbox_917::__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2580"},{"name":"::Sandbox_1298","children":[{"name":"__ANON__[(eval 1638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1298::__ANON__[(eval 1638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1298::__ANON__[(eval 1638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2583-Eval::Closure::Sandbox_1298::__ANON__[(eval 1638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n2582"},{"name":"::Sandbox_1552","children":[{"name":"__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1552::__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1552::__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"2585-Eval::Closure::Sandbox_1552::__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4e-06},"id":"n2584"},{"name":"::Sandbox_313","children":[{"name":"__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_313::__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_313::__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2587-Eval::Closure::Sandbox_313::__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.7e-06},"id":"n2586"},{"name":"::Sandbox_278","children":[{"name":"__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_278::__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_278::__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2589-Eval::Closure::Sandbox_278::__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2588"},{"name":"::Sandbox_34","children":[{"name":"__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_34::__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_34::__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2591-Eval::Closure::Sandbox_34::__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2590"},{"name":"::Sandbox_952","children":[{"name":"__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_952::__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_952::__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2593-Eval::Closure::Sandbox_952::__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2592"},{"name":"::Sandbox_963","children":[{"name":"__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_963::__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_963::__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"2595-Eval::Closure::Sandbox_963::__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2594"},{"name":"::Sandbox_1272","children":[{"name":"__ANON__[(eval 1612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1272::__ANON__[(eval 1612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1272::__ANON__[(eval 1612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2597-Eval::Closure::Sandbox_1272::__ANON__[(eval 1612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2596"},{"name":"::Sandbox_899","children":[{"name":"__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_899::__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_899::__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2599-Eval::Closure::Sandbox_899::__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2598"},{"name":"::Sandbox_383","children":[{"name":"__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_383::__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_383::__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2601-Eval::Closure::Sandbox_383::__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2600"},{"name":"::Sandbox_520","children":[{"name":"__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_520::__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_520::__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2603-Eval::Closure::Sandbox_520::__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.7e-06},"id":"n2602"},{"name":"::Sandbox_541","children":[{"name":"__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_541::__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_541::__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2605-Eval::Closure::Sandbox_541::__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n2604"},{"name":"::Sandbox_477","children":[{"name":"__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_477::__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_477::__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2607-Eval::Closure::Sandbox_477::__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n2606"},{"name":"::Sandbox_30","children":[{"name":"__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_30::__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_30::__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2609-Eval::Closure::Sandbox_30::__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2608"},{"name":"::Sandbox_806","children":[{"name":"__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_806::__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_806::__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2611-Eval::Closure::Sandbox_806::__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n2610"},{"name":"::Sandbox_1049","children":[{"name":"__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1049::__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1049::__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"2613-Eval::Closure::Sandbox_1049::__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2612"},{"name":"::Sandbox_74","children":[{"name":"__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_74::__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_74::__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2615-Eval::Closure::Sandbox_74::__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2614"},{"name":"::Sandbox_740","children":[{"name":"__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_740::__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_740::__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"2617-Eval::Closure::Sandbox_740::__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n2616"},{"name":"::Sandbox_656","children":[{"name":"__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_656::__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_656::__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2619-Eval::Closure::Sandbox_656::__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2618"},{"name":"::Sandbox_374","children":[{"name":"__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_374::__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_374::__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2621-Eval::Closure::Sandbox_374::__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.8e-06},"id":"n2620"},{"name":"::Sandbox_1371","children":[{"name":"__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1371::__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1371::__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2623-Eval::Closure::Sandbox_1371::__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2622"},{"name":"::Sandbox_1195","children":[{"name":"__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1195::__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_1195::__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":6,"excl_time":1.05e-05,"$area":1.05e-05},"id":"2625-Eval::Closure::Sandbox_1195::__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":1.05e-05},"id":"n2624"},{"name":"::Sandbox_774","children":[{"name":"__ANON__[(eval 985)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_774::__ANON__[(eval 985)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_774::__ANON__[(eval 985)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2627-Eval::Closure::Sandbox_774::__ANON__[(eval 985)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.7e-06},"id":"n2626"},{"name":"::Sandbox_905","children":[{"name":"__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_905::__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_905::__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2629-Eval::Closure::Sandbox_905::__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n2628"},{"name":"::Sandbox_403","children":[{"name":"__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_403::__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_403::__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"2631-Eval::Closure::Sandbox_403::__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2630"},{"name":"::Sandbox_773","children":[{"name":"__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_773::__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_773::__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":3,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2633-Eval::Closure::Sandbox_773::__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":6.1e-06},"id":"n2632"},{"name":"::Sandbox_1118","children":[{"name":"__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1118::__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1118::__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2635-Eval::Closure::Sandbox_1118::__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2634"},{"name":"::Sandbox_847","children":[{"name":"__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_847::__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_847::__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2637-Eval::Closure::Sandbox_847::__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2636"},{"name":"::Sandbox_1140","children":[{"name":"__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1140::__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1140::__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2639-Eval::Closure::Sandbox_1140::__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5.1e-06},"id":"n2638"},{"name":"::Sandbox_953","children":[{"name":"__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_953::__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_953::__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2641-Eval::Closure::Sandbox_953::__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2640"},{"name":"::Sandbox_492","children":[{"name":"__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_492::__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_492::__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2643-Eval::Closure::Sandbox_492::__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2642"},{"name":"::Sandbox_1247","children":[{"name":"__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1247::__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1247::__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2645-Eval::Closure::Sandbox_1247::__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2644"},{"name":"::Sandbox_450","children":[{"name":"__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_450::__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_450::__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":7.3e-06,"$area":7.3e-06},"id":"2647-Eval::Closure::Sandbox_450::__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.3e-06},"id":"n2646"},{"name":"::Sandbox_464","children":[{"name":"__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_464::__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_464::__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2649-Eval::Closure::Sandbox_464::__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2648"},{"name":"::Sandbox_1006","children":[{"name":"__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1006::__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1006::__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2651-Eval::Closure::Sandbox_1006::__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2650"},{"name":"::Sandbox_473","children":[{"name":"__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_473::__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_473::__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2653-Eval::Closure::Sandbox_473::__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2652"},{"name":"::Sandbox_563","children":[{"name":"__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_563::__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_563::__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2655-Eval::Closure::Sandbox_563::__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2654"},{"name":"::Sandbox_726","children":[{"name":"__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_726::__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_726::__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2657-Eval::Closure::Sandbox_726::__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2656"},{"name":"::Sandbox_1531","children":[{"name":"__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1531::__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1531::__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2659-Eval::Closure::Sandbox_1531::__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2658"},{"name":"::Sandbox_1364","children":[{"name":"__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1364::__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1364::__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2661-Eval::Closure::Sandbox_1364::__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2660"},{"name":"::Sandbox_1154","children":[{"name":"__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1154::__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1154::__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2663-Eval::Closure::Sandbox_1154::__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n2662"},{"name":"::Sandbox_156","children":[{"name":"__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_156::__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_156::__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2665-Eval::Closure::Sandbox_156::__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2664"},{"name":"::Sandbox_651","children":[{"name":"__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_651::__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_651::__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2667-Eval::Closure::Sandbox_651::__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n2666"},{"name":"::Sandbox_1488","children":[{"name":"__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1488::__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_1488::__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]","$color":6,"excl_time":8e-06,"$area":8e-06},"id":"2669-Eval::Closure::Sandbox_1488::__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]"}],"data":{"$area":8e-06},"id":"n2668"},{"name":"::Sandbox_8","children":[{"name":"__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_8::__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_8::__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2671-Eval::Closure::Sandbox_8::__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n2670"},{"name":"::Sandbox_582","children":[{"name":"__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_582::__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_582::__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2673-Eval::Closure::Sandbox_582::__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2672"},{"name":"::Sandbox_1023","children":[{"name":"__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1023::__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1023::__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"2675-Eval::Closure::Sandbox_1023::__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2674"},{"name":"::Sandbox_1259","children":[{"name":"__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1259::__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1259::__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2677-Eval::Closure::Sandbox_1259::__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2676"},{"name":"::Sandbox_1069","children":[{"name":"__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1069::__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1069::__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2679-Eval::Closure::Sandbox_1069::__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2678"},{"name":"::Sandbox_1050","children":[{"name":"__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1050::__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1050::__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2681-Eval::Closure::Sandbox_1050::__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2680"},{"name":"::Sandbox_137","children":[{"name":"__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_137::__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_137::__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2683-Eval::Closure::Sandbox_137::__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2682"},{"name":"::Sandbox_675","children":[{"name":"__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_675::__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_675::__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2685-Eval::Closure::Sandbox_675::__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.3e-06},"id":"n2684"},{"name":"::Sandbox_1287","children":[{"name":"__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1287::__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1287::__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2687-Eval::Closure::Sandbox_1287::__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2686"},{"name":"::Sandbox_1284","children":[{"name":"__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1284::__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1284::__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2689-Eval::Closure::Sandbox_1284::__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2688"},{"name":"::Sandbox_1358","children":[{"name":"__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1358::__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1358::__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2691-Eval::Closure::Sandbox_1358::__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2690"},{"name":"::Sandbox_545","children":[{"name":"__ANON__[(eval 720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_545::__ANON__[(eval 720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_545::__ANON__[(eval 720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2693-Eval::Closure::Sandbox_545::__ANON__[(eval 720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2692"},{"name":"::Sandbox_1327","children":[{"name":"__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1327::__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1327::__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2695-Eval::Closure::Sandbox_1327::__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2694"},{"name":"::Sandbox_1322","children":[{"name":"__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1322::__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1322::__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2697-Eval::Closure::Sandbox_1322::__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2696"},{"name":"::Sandbox_629","children":[{"name":"__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_629::__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_629::__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2699-Eval::Closure::Sandbox_629::__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2698"},{"name":"::Sandbox_1464","children":[{"name":"__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1464::__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1464::__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2701-Eval::Closure::Sandbox_1464::__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2700"},{"name":"::Sandbox_1134","children":[{"name":"__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1134::__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1134::__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2703-Eval::Closure::Sandbox_1134::__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2702"},{"name":"::Sandbox_572","children":[{"name":"__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_572::__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_572::__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2705-Eval::Closure::Sandbox_572::__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n2704"},{"name":"::Sandbox_1559","children":[{"name":"__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1559::__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_1559::__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"2707-Eval::Closure::Sandbox_1559::__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.2e-06},"id":"n2706"},{"name":"::Sandbox_1419","children":[{"name":"__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1419::__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1419::__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2709-Eval::Closure::Sandbox_1419::__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2708"},{"name":"::Sandbox_54","children":[{"name":"__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_54::__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_54::__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2711-Eval::Closure::Sandbox_54::__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2710"},{"name":"::Sandbox_1120","children":[{"name":"__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1120::__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1120::__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"2713-Eval::Closure::Sandbox_1120::__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2712"},{"name":"::Sandbox_233","children":[{"name":"__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_233::__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_233::__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2715-Eval::Closure::Sandbox_233::__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n2714"},{"name":"::Sandbox_106","children":[{"name":"__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_106::__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_106::__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2717-Eval::Closure::Sandbox_106::__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n2716"},{"name":"::Sandbox_5","children":[{"name":"__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_5::__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_5::__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2719-Eval::Closure::Sandbox_5::__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n2718"},{"name":"::Sandbox_1405","children":[{"name":"__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1405::__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1405::__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2721-Eval::Closure::Sandbox_1405::__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2720"},{"name":"::Sandbox_84","children":[{"name":"__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_84::__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_84::__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2723-Eval::Closure::Sandbox_84::__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.1e-06},"id":"n2722"},{"name":"::Sandbox_1430","children":[{"name":"__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1430::__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1430::__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2725-Eval::Closure::Sandbox_1430::__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n2724"},{"name":"::Sandbox_1317","children":[{"name":"__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1317::__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1317::__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"2727-Eval::Closure::Sandbox_1317::__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4e-06},"id":"n2726"},{"name":"::Sandbox_96","children":[{"name":"__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_96::__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_96::__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2729-Eval::Closure::Sandbox_96::__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2728"},{"name":"::Sandbox_846","children":[{"name":"__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_846::__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_846::__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2731-Eval::Closure::Sandbox_846::__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2730"},{"name":"::Sandbox_77","children":[{"name":"__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_77::__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_77::__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","$color":4,"excl_time":8e-06,"$area":8e-06},"id":"2733-Eval::Closure::Sandbox_77::__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]"}],"data":{"$area":8e-06},"id":"n2732"},{"name":"::Sandbox_453","children":[{"name":"__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_453::__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Eval::Closure::Sandbox_453::__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]","$color":6,"excl_time":1.61e-05,"$area":1.61e-05},"id":"2735-Eval::Closure::Sandbox_453::__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]"}],"data":{"$area":1.61e-05},"id":"n2734"},{"name":"::Sandbox_814","children":[{"name":"__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_814::__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_814::__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2737-Eval::Closure::Sandbox_814::__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2736"},{"name":"::Sandbox_924","children":[{"name":"__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_924::__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_924::__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2739-Eval::Closure::Sandbox_924::__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2738"},{"name":"::Sandbox_909","children":[{"name":"__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_909::__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_909::__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]","$color":1,"excl_time":7.6e-06,"$area":7.6e-06},"id":"2741-Eval::Closure::Sandbox_909::__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]"}],"data":{"$area":7.6e-06},"id":"n2740"},{"name":"::Sandbox_639","children":[{"name":"__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_639::__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_639::__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2743-Eval::Closure::Sandbox_639::__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2742"},{"name":"::Sandbox_192","children":[{"name":"__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_192::__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_192::__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":5,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2745-Eval::Closure::Sandbox_192::__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":6.5e-06},"id":"n2744"},{"name":"::Sandbox_1053","children":[{"name":"__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1053::__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_1053::__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2747-Eval::Closure::Sandbox_1053::__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]"}],"data":{"$area":7.8e-06},"id":"n2746"},{"name":"::Sandbox_515","children":[{"name":"__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_515::__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_515::__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2749-Eval::Closure::Sandbox_515::__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2748"},{"name":"::Sandbox_12","children":[{"name":"__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_12::__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_12::__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2751-Eval::Closure::Sandbox_12::__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2750"},{"name":"::Sandbox_1059","children":[{"name":"__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1059::__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1059::__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2753-Eval::Closure::Sandbox_1059::__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2752"},{"name":"::Sandbox_1411","children":[{"name":"__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1411::__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1411::__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2755-Eval::Closure::Sandbox_1411::__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.2e-06},"id":"n2754"},{"name":"::Sandbox_1460","children":[{"name":"__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1460::__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1460::__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2757-Eval::Closure::Sandbox_1460::__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2756"},{"name":"::Sandbox_1271","children":[{"name":"__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1271::__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1271::__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2759-Eval::Closure::Sandbox_1271::__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2758"},{"name":"::Sandbox_913","children":[{"name":"__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_913::__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_913::__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2761-Eval::Closure::Sandbox_913::__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":4.3e-06},"id":"n2760"},{"name":"::Sandbox_417","children":[{"name":"__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_417::__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_417::__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2763-Eval::Closure::Sandbox_417::__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2762"},{"name":"::Sandbox_1383","children":[{"name":"__ANON__[(eval 1723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1383::__ANON__[(eval 1723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1383::__ANON__[(eval 1723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2765-Eval::Closure::Sandbox_1383::__ANON__[(eval 1723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2764"},{"name":"::Sandbox_1516","children":[{"name":"__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1516::__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Eval::Closure::Sandbox_1516::__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":5,"excl_time":1.17e-05,"$area":1.17e-05},"id":"2767-Eval::Closure::Sandbox_1516::__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":1.17e-05},"id":"n2766"},{"name":"::Sandbox_93","children":[{"name":"__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_93::__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_93::__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2769-Eval::Closure::Sandbox_93::__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2768"},{"name":"::Sandbox_322","children":[{"name":"__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_322::__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_322::__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"2771-Eval::Closure::Sandbox_322::__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2770"},{"name":"::Sandbox_1562","children":[{"name":"__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1562::__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1562::__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2773-Eval::Closure::Sandbox_1562::__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2772"},{"name":"::Sandbox_282","children":[{"name":"__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_282::__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_282::__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"2775-Eval::Closure::Sandbox_282::__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4e-06},"id":"n2774"},{"name":"::Sandbox_1122","children":[{"name":"__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1122::__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1122::__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2777-Eval::Closure::Sandbox_1122::__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2776"},{"name":"::Sandbox_378","children":[{"name":"__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_378::__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_378::__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"2779-Eval::Closure::Sandbox_378::__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n2778"},{"name":"::Sandbox_539","children":[{"name":"__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_539::__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_539::__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2781-Eval::Closure::Sandbox_539::__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.1e-06},"id":"n2780"},{"name":"::Sandbox_63","children":[{"name":"__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_63::__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_63::__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2783-Eval::Closure::Sandbox_63::__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2782"},{"name":"::Sandbox_1370","children":[{"name":"__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1370::__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1370::__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2785-Eval::Closure::Sandbox_1370::__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2784"},{"name":"::Sandbox_992","children":[{"name":"__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_992::__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_992::__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2787-Eval::Closure::Sandbox_992::__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n2786"},{"name":"::Sandbox_1297","children":[{"name":"__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1297::__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1297::__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2789-Eval::Closure::Sandbox_1297::__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2788"},{"name":"::Sandbox_614","children":[{"name":"__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_614::__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_614::__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2791-Eval::Closure::Sandbox_614::__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2790"},{"name":"::Sandbox_755","children":[{"name":"__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_755::__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_755::__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2793-Eval::Closure::Sandbox_755::__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2792"},{"name":"::Sandbox_433","children":[{"name":"__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_433::__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_433::__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2795-Eval::Closure::Sandbox_433::__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n2794"},{"name":"::Sandbox_1276","children":[{"name":"__ANON__[(eval 1616)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1276::__ANON__[(eval 1616)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1276::__ANON__[(eval 1616)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2797-Eval::Closure::Sandbox_1276::__ANON__[(eval 1616)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2796"},{"name":"::Sandbox_758","children":[{"name":"__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_758::__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_758::__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2799-Eval::Closure::Sandbox_758::__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2798"},{"name":"::Sandbox_873","children":[{"name":"__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_873::__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_873::__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2801-Eval::Closure::Sandbox_873::__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2800"},{"name":"::Sandbox_735","children":[{"name":"__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_735::__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_735::__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2803-Eval::Closure::Sandbox_735::__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n2802"},{"name":"::Sandbox_733","children":[{"name":"__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_733::__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_733::__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2805-Eval::Closure::Sandbox_733::__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2804"},{"name":"::Sandbox_1112","children":[{"name":"__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1112::__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1112::__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2807-Eval::Closure::Sandbox_1112::__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2806"},{"name":"::Sandbox_1343","children":[{"name":"__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1343::__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_1343::__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":7.3e-06,"$area":7.3e-06},"id":"2809-Eval::Closure::Sandbox_1343::__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.3e-06},"id":"n2808"},{"name":"::Sandbox_387","children":[{"name":"__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_387::__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_387::__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2811-Eval::Closure::Sandbox_387::__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2810"},{"name":"::Sandbox_1169","children":[{"name":"__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1169::__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1169::__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2813-Eval::Closure::Sandbox_1169::__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2812"},{"name":"::Sandbox_714","children":[{"name":"__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_714::__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_714::__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2815-Eval::Closure::Sandbox_714::__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n2814"},{"name":"::Sandbox_1518","children":[{"name":"__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1518::__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1518::__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2817-Eval::Closure::Sandbox_1518::__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2816"},{"name":"::Sandbox_1521","children":[{"name":"__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1521::__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1521::__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3e-06,"$area":3e-06},"id":"2819-Eval::Closure::Sandbox_1521::__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2818"},{"name":"::Sandbox_676","children":[{"name":"__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_676::__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_676::__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2821-Eval::Closure::Sandbox_676::__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n2820"},{"name":"::Sandbox_960","children":[{"name":"__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_960::__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_960::__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"2823-Eval::Closure::Sandbox_960::__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2822"},{"name":"::Sandbox_254","children":[{"name":"__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_254::__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_254::__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":8,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2825-Eval::Closure::Sandbox_254::__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":6.8e-06},"id":"n2824"},{"name":"::Sandbox_1398","children":[{"name":"__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1398::__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1398::__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2827-Eval::Closure::Sandbox_1398::__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2826"},{"name":"::Sandbox_391","children":[{"name":"__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_391::__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_391::__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2829-Eval::Closure::Sandbox_391::__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2828"},{"name":"::Sandbox_138","children":[{"name":"__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_138::__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_138::__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2831-Eval::Closure::Sandbox_138::__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2830"},{"name":"::Sandbox_796","children":[{"name":"__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_796::__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_796::__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":5,"excl_time":5e-06,"$area":5e-06},"id":"2833-Eval::Closure::Sandbox_796::__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":5e-06},"id":"n2832"},{"name":"::Sandbox_1437","children":[{"name":"__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1437::__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1437::__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2835-Eval::Closure::Sandbox_1437::__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2834"},{"name":"::Sandbox_786","children":[{"name":"__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_786::__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_786::__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2837-Eval::Closure::Sandbox_786::__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n2836"},{"name":"::Sandbox_1027","children":[{"name":"__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1027::__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1027::__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2839-Eval::Closure::Sandbox_1027::__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2838"},{"name":"::Sandbox_463","children":[{"name":"__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_463::__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_463::__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2841-Eval::Closure::Sandbox_463::__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2840"},{"name":"::Sandbox_18","children":[{"name":"__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_18::__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_18::__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2843-Eval::Closure::Sandbox_18::__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.4e-06},"id":"n2842"},{"name":"::Sandbox_1060","children":[{"name":"__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1060::__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1060::__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2845-Eval::Closure::Sandbox_1060::__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2844"},{"name":"::Sandbox_397","children":[{"name":"__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_397::__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_397::__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2847-Eval::Closure::Sandbox_397::__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2846"},{"name":"::Sandbox_1492","children":[{"name":"__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1492::__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1492::__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2849-Eval::Closure::Sandbox_1492::__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.6e-06},"id":"n2848"},{"name":"::Sandbox_274","children":[{"name":"__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_274::__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_274::__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":8.8e-06,"$area":8.8e-06},"id":"2851-Eval::Closure::Sandbox_274::__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.8e-06},"id":"n2850"},{"name":"::Sandbox_1391","children":[{"name":"__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1391::__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1391::__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2853-Eval::Closure::Sandbox_1391::__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2852"},{"name":"::Sandbox_534","children":[{"name":"__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_534::__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_534::__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2855-Eval::Closure::Sandbox_534::__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.2e-06},"id":"n2854"},{"name":"::Sandbox_194","children":[{"name":"__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_194::__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_194::__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2857-Eval::Closure::Sandbox_194::__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2856"},{"name":"::Sandbox_1332","children":[{"name":"__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1332::__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1332::__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2859-Eval::Closure::Sandbox_1332::__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n2858"},{"name":"::Sandbox_834","children":[{"name":"__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_834::__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_834::__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2861-Eval::Closure::Sandbox_834::__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2860"},{"name":"::Sandbox_892","children":[{"name":"__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_892::__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_892::__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2863-Eval::Closure::Sandbox_892::__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n2862"},{"name":"::Sandbox_976","children":[{"name":"__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_976::__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_976::__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2865-Eval::Closure::Sandbox_976::__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2864"},{"name":"::Sandbox_978","children":[{"name":"__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_978::__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Eval::Closure::Sandbox_978::__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]","$color":6,"excl_time":1e-05,"$area":1e-05},"id":"2867-Eval::Closure::Sandbox_978::__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]"}],"data":{"$area":1e-05},"id":"n2866"},{"name":"::Sandbox_188","children":[{"name":"__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_188::__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_188::__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2869-Eval::Closure::Sandbox_188::__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2868"},{"name":"::Sandbox_1223","children":[{"name":"__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1223::__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1223::__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2871-Eval::Closure::Sandbox_1223::__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n2870"},{"name":"::Sandbox_110","children":[{"name":"__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_110::__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_110::__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2873-Eval::Closure::Sandbox_110::__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.1e-06},"id":"n2872"},{"name":"::Sandbox_641","children":[{"name":"__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_641::__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_641::__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2875-Eval::Closure::Sandbox_641::__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2874"},{"name":"::Sandbox_1040","children":[{"name":"__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1040::__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1040::__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2877-Eval::Closure::Sandbox_1040::__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2876"},{"name":"::Sandbox_901","children":[{"name":"__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_901::__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_901::__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"2879-Eval::Closure::Sandbox_901::__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2878"},{"name":"::Sandbox_71","children":[{"name":"__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_71::__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_71::__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2881-Eval::Closure::Sandbox_71::__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2880"},{"name":"::Sandbox_1409","children":[{"name":"__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1409::__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1409::__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2883-Eval::Closure::Sandbox_1409::__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2882"},{"name":"::Sandbox_292","children":[{"name":"__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_292::__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_292::__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2885-Eval::Closure::Sandbox_292::__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2884"},{"name":"::Sandbox_723","children":[{"name":"__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_723::__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_723::__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2887-Eval::Closure::Sandbox_723::__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2886"},{"name":"::Sandbox_1175","children":[{"name":"__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1175::__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1175::__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2889-Eval::Closure::Sandbox_1175::__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":6.9e-06},"id":"n2888"},{"name":"::Sandbox_757","children":[{"name":"__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_757::__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_757::__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2891-Eval::Closure::Sandbox_757::__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2890"},{"name":"::Sandbox_1199","children":[{"name":"__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1199::__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Eval::Closure::Sandbox_1199::__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":1.12e-05,"$area":1.12e-05},"id":"2893-Eval::Closure::Sandbox_1199::__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":1.12e-05},"id":"n2892"},{"name":"::Sandbox_1160","children":[{"name":"__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1160::__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Eval::Closure::Sandbox_1160::__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":1,"excl_time":9.5e-06,"$area":9.5e-06},"id":"2895-Eval::Closure::Sandbox_1160::__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":9.5e-06},"id":"n2894"},{"name":"::Sandbox_317","children":[{"name":"__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_317::__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_317::__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2897-Eval::Closure::Sandbox_317::__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n2896"},{"name":"::Sandbox_380","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_380::CORE:match</b></p><p><br />Called 1094 times from 1 place in 1 file<br />Inclusive time: 1.83ms, 0.00%</p>","incl_time":0.0018329,"subname":"Eval::Closure::Sandbox_380::CORE:match","$color":5,"excl_time":0.0018329,"$area":0.0018329},"id":"2899-Eval::Closure::Sandbox_380::CORE:match"},{"name":"__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_380::__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Eval::Closure::Sandbox_380::__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]","$color":5,"excl_time":1.52e-05,"$area":1.52e-05},"id":"2900-Eval::Closure::Sandbox_380::__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]"}],"data":{"$area":0.0018481},"id":"n2898"},{"name":"::Sandbox_1483","children":[{"name":"__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1483::__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1483::__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2902-Eval::Closure::Sandbox_1483::__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2901"},{"name":"::Sandbox_1110","children":[{"name":"__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1110::__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1110::__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2904-Eval::Closure::Sandbox_1110::__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2903"},{"name":"::Sandbox_1252","children":[{"name":"__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1252::__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1252::__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2906-Eval::Closure::Sandbox_1252::__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.4e-06},"id":"n2905"},{"name":"::Sandbox_252","children":[{"name":"__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_252::__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_252::__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2908-Eval::Closure::Sandbox_252::__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":4.8e-06},"id":"n2907"},{"name":"::Sandbox_168","children":[{"name":"__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_168::__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_168::__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2910-Eval::Closure::Sandbox_168::__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2909"},{"name":"::Sandbox_525","children":[{"name":"__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_525::__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_525::__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2912-Eval::Closure::Sandbox_525::__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n2911"},{"name":"::Sandbox_1187","children":[{"name":"__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1187::__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1187::__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2914-Eval::Closure::Sandbox_1187::__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2913"},{"name":"::Sandbox_683","children":[{"name":"__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_683::__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_683::__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2916-Eval::Closure::Sandbox_683::__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2915"},{"name":"::Sandbox_923","children":[{"name":"__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_923::__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_923::__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2918-Eval::Closure::Sandbox_923::__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2917"},{"name":"::Sandbox_105","children":[{"name":"__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_105::__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_105::__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2920-Eval::Closure::Sandbox_105::__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2919"},{"name":"::Sandbox_1377","children":[{"name":"__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1377::__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1377::__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2922-Eval::Closure::Sandbox_1377::__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n2921"},{"name":"::Sandbox_1401","children":[{"name":"__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1401::__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1401::__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2924-Eval::Closure::Sandbox_1401::__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2923"},{"name":"::Sandbox_947","children":[{"name":"__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_947::__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_947::__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","$color":9,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2926-Eval::Closure::Sandbox_947::__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]"}],"data":{"$area":7.8e-06},"id":"n2925"},{"name":"::Sandbox_401","children":[{"name":"__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":0,"excl_time":2.92000000002839e-05,"$area":2.92000000002839e-05},"id":"2928-Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2929-Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.18000000002839e-05},"id":"n2927"},{"name":"::Sandbox_1335","children":[{"name":"__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1335::__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1335::__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2931-Eval::Closure::Sandbox_1335::__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2930"},{"name":"::Sandbox_28","children":[{"name":"__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_28::__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_28::__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2933-Eval::Closure::Sandbox_28::__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2932"},{"name":"::Sandbox_1293","children":[{"name":"__ANON__[(eval 1633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1293::__ANON__[(eval 1633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1293::__ANON__[(eval 1633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2935-Eval::Closure::Sandbox_1293::__ANON__[(eval 1633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2934"},{"name":"::Sandbox_1156","children":[{"name":"__ANON__[(eval 1376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:70]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1156::__ANON__[(eval 1376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:70]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1156::__ANON__[(eval 1376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:70]","$color":8,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2937-Eval::Closure::Sandbox_1156::__ANON__[(eval 1376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:70]"}],"data":{"$area":8.4e-06},"id":"n2936"},{"name":"::Sandbox_129","children":[{"name":"__ANON__[(eval 229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_129::__ANON__[(eval 229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_129::__ANON__[(eval 229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","$color":10,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2939-Eval::Closure::Sandbox_129::__ANON__[(eval 229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":5.3e-06},"id":"n2938"},{"name":"::Sandbox_867","children":[{"name":"__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_867::__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_867::__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2941-Eval::Closure::Sandbox_867::__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2940"},{"name":"::Sandbox_1422","children":[{"name":"__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1422::__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1422::__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2943-Eval::Closure::Sandbox_1422::__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2942"},{"name":"::Sandbox_1508","children":[{"name":"__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1508::__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1508::__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2945-Eval::Closure::Sandbox_1508::__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2944"},{"name":"::Sandbox_338","children":[{"name":"__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_338::__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_338::__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2947-Eval::Closure::Sandbox_338::__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2946"},{"name":"::Sandbox_315","children":[{"name":"__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_315::__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_315::__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2949-Eval::Closure::Sandbox_315::__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.9e-06},"id":"n2948"},{"name":"::Sandbox_967","children":[{"name":"__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_967::__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_967::__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2951-Eval::Closure::Sandbox_967::__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2950"},{"name":"::Sandbox_39","children":[{"name":"__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_39::__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_39::__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2953-Eval::Closure::Sandbox_39::__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2952"},{"name":"::Sandbox_1434","children":[{"name":"__ANON__[(eval 1774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1434::__ANON__[(eval 1774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1434::__ANON__[(eval 1774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2955-Eval::Closure::Sandbox_1434::__ANON__[(eval 1774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2954"},{"name":"::Sandbox_238","children":[{"name":"__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_238::__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_238::__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2957-Eval::Closure::Sandbox_238::__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.1e-06},"id":"n2956"},{"name":"::Sandbox_1530","children":[{"name":"__ANON__[(eval 1898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1530::__ANON__[(eval 1898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1530::__ANON__[(eval 1898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2959-Eval::Closure::Sandbox_1530::__ANON__[(eval 1898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2958"},{"name":"::Sandbox_154","children":[{"name":"__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_154::__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_154::__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2961-Eval::Closure::Sandbox_154::__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.6e-06},"id":"n2960"},{"name":"::Sandbox_599","children":[{"name":"__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_599::__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_599::__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2963-Eval::Closure::Sandbox_599::__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2962"},{"name":"::Sandbox_1465","children":[{"name":"__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1465::__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1465::__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2965-Eval::Closure::Sandbox_1465::__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n2964"},{"name":"::Sandbox_623","children":[{"name":"__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_623::__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_623::__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2967-Eval::Closure::Sandbox_623::__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2966"},{"name":"::Sandbox_600","children":[{"name":"__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_600::__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_600::__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2969-Eval::Closure::Sandbox_600::__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.2e-06},"id":"n2968"},{"name":"::Sandbox_936","children":[{"name":"__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_936::__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_936::__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2971-Eval::Closure::Sandbox_936::__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2970"},{"name":"::Sandbox_568","children":[{"name":"__ANON__[(eval 770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_568::__ANON__[(eval 770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_568::__ANON__[(eval 770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2973-Eval::Closure::Sandbox_568::__ANON__[(eval 770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n2972"},{"name":"::Sandbox_1550","children":[{"name":"__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1550::__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_1550::__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"2975-Eval::Closure::Sandbox_1550::__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5e-06},"id":"n2974"},{"name":"::Sandbox_181","children":[{"name":"__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_181::__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_181::__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"2977-Eval::Closure::Sandbox_181::__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2976"},{"name":"::Sandbox_40","children":[{"name":"__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_40::__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_40::__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":6,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2979-Eval::Closure::Sandbox_40::__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":5.3e-06},"id":"n2978"},{"name":"::Sandbox_1512","children":[{"name":"__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1512::__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1512::__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2981-Eval::Closure::Sandbox_1512::__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2980"},{"name":"::Sandbox_1064","children":[{"name":"__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1064::__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1064::__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2983-Eval::Closure::Sandbox_1064::__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.6e-06},"id":"n2982"},{"name":"::Sandbox_7","children":[{"name":"__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_7::__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Eval::Closure::Sandbox_7::__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"2985-Eval::Closure::Sandbox_7::__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.3e-06},"id":"n2984"},{"name":"::Sandbox_637","children":[{"name":"__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":7.89e-05,"subname":"Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":3,"excl_time":5.97999999988401e-05,"$area":5.97999999988401e-05},"id":"2987-Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2988-Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.22999999988401e-05},"id":"n2986"},{"name":"::Sandbox_306","children":[{"name":"__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_306::__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_306::__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":9e-06,"$area":9e-06},"id":"2990-Eval::Closure::Sandbox_306::__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":9e-06},"id":"n2989"},{"name":"::Sandbox_21","children":[{"name":"__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_21::__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_21::__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2992-Eval::Closure::Sandbox_21::__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":7.8e-06},"id":"n2991"},{"name":"::Sandbox_1352","children":[{"name":"__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1352::__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1352::__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2994-Eval::Closure::Sandbox_1352::__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n2993"},{"name":"::Sandbox_426","children":[{"name":"__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_426::__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_426::__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":9e-06,"$area":9e-06},"id":"2996-Eval::Closure::Sandbox_426::__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":9e-06},"id":"n2995"},{"name":"::Sandbox_1314","children":[{"name":"__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1314::__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1314::__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2998-Eval::Closure::Sandbox_1314::__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2997"},{"name":"::Sandbox_776","children":[{"name":"__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_776::__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_776::__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3000-Eval::Closure::Sandbox_776::__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.1e-06},"id":"n2999"},{"name":"::Sandbox_509","children":[{"name":"__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_509::__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_509::__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3002-Eval::Closure::Sandbox_509::__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.2e-06},"id":"n3001"},{"name":"::Sandbox_555","children":[{"name":"__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_555::__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_555::__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3004-Eval::Closure::Sandbox_555::__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3003"},{"name":"::Sandbox_1067","children":[{"name":"__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1067::__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1067::__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3006-Eval::Closure::Sandbox_1067::__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3005"},{"name":"::Sandbox_781","children":[{"name":"__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_781::__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_781::__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3008-Eval::Closure::Sandbox_781::__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3007"},{"name":"::Sandbox_1090","children":[{"name":"__ANON__[(eval 1305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1090::__ANON__[(eval 1305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1090::__ANON__[(eval 1305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3010-Eval::Closure::Sandbox_1090::__ANON__[(eval 1305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3009"},{"name":"::Sandbox_540","children":[{"name":"__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_540::__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_540::__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3012-Eval::Closure::Sandbox_540::__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.2e-06},"id":"n3011"},{"name":"::Sandbox_950","children":[{"name":"__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_950::__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_950::__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3014-Eval::Closure::Sandbox_950::__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3013"},{"name":"::Sandbox_353","children":[{"name":"__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_353::__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_353::__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":5.4e-06,"$area":5.4e-06},"id":"3016-Eval::Closure::Sandbox_353::__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.4e-06},"id":"n3015"},{"name":"::Sandbox_514","children":[{"name":"__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_514::__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_514::__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3018-Eval::Closure::Sandbox_514::__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3017"},{"name":"::Sandbox_593","children":[{"name":"__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_593::__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_593::__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3020-Eval::Closure::Sandbox_593::__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n3019"},{"name":"::Sandbox_885","children":[{"name":"__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_885::__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_885::__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3022-Eval::Closure::Sandbox_885::__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3021"},{"name":"::Sandbox_706","children":[{"name":"__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_706::__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_706::__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":6,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3024-Eval::Closure::Sandbox_706::__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":6.2e-06},"id":"n3023"},{"name":"::Sandbox_1073","children":[{"name":"__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1073::__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1073::__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3026-Eval::Closure::Sandbox_1073::__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3025"},{"name":"::Sandbox_1003","children":[{"name":"__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1003::__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1003::__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3028-Eval::Closure::Sandbox_1003::__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.2e-06},"id":"n3027"},{"name":"::Sandbox_1362","children":[{"name":"__ANON__[(eval 1702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1362::__ANON__[(eval 1702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1362::__ANON__[(eval 1702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3030-Eval::Closure::Sandbox_1362::__ANON__[(eval 1702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3029"},{"name":"::Sandbox_50","children":[{"name":"__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 26 times from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%</p>","incl_time":9.92e-05,"subname":"Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":3,"excl_time":9.92e-05,"$area":9.92e-05},"id":"3032-Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3033-Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":0.0001017},"id":"n3031"},{"name":"::Sandbox_602","children":[{"name":"__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_602::__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_602::__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3035-Eval::Closure::Sandbox_602::__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3034"},{"name":"::Sandbox_1266","children":[{"name":"__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1266::__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1266::__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"3037-Eval::Closure::Sandbox_1266::__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6.3e-06},"id":"n3036"},{"name":"::Sandbox_574","children":[{"name":"__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_574::__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_574::__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3039-Eval::Closure::Sandbox_574::__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.1e-06},"id":"n3038"},{"name":"::Sandbox_805","children":[{"name":"__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_805::__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_805::__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3041-Eval::Closure::Sandbox_805::__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.2e-06},"id":"n3040"},{"name":"::Sandbox_86","children":[{"name":"__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_86::__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_86::__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"3043-Eval::Closure::Sandbox_86::__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]"}],"data":{"$area":5e-06},"id":"n3042"},{"name":"::Sandbox_945","children":[{"name":"__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_945::__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_945::__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3045-Eval::Closure::Sandbox_945::__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3044"},{"name":"::Sandbox_1249","children":[{"name":"__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1249::__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1249::__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.5e-06,"$area":6.5e-06},"id":"3047-Eval::Closure::Sandbox_1249::__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n3046"},{"name":"::Sandbox_72","children":[{"name":"__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_72::__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_72::__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3049-Eval::Closure::Sandbox_72::__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3048"},{"name":"::Sandbox_1300","children":[{"name":"__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1300::__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1300::__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3051-Eval::Closure::Sandbox_1300::__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3050"},{"name":"::Sandbox_266","children":[{"name":"__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_266::__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_266::__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":1,"excl_time":8e-06,"$area":8e-06},"id":"3053-Eval::Closure::Sandbox_266::__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":8e-06},"id":"n3052"},{"name":"::Sandbox_288","children":[{"name":"__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_288::__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_288::__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3055-Eval::Closure::Sandbox_288::__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n3054"},{"name":"::Sandbox_1182","children":[{"name":"__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1182::__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1182::__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3057-Eval::Closure::Sandbox_1182::__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.6e-06},"id":"n3056"},{"name":"::Sandbox_461","children":[{"name":"__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_461::__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_461::__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3059-Eval::Closure::Sandbox_461::__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3058"},{"name":"::Sandbox_1204","children":[{"name":"__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1204::__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1204::__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3061-Eval::Closure::Sandbox_1204::__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3060"},{"name":"::Sandbox_1008","children":[{"name":"__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1008::__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1008::__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3063-Eval::Closure::Sandbox_1008::__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3062"},{"name":"::Sandbox_488","children":[{"name":"__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_488::__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"Eval::Closure::Sandbox_488::__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":1.34e-05,"$area":1.34e-05},"id":"3065-Eval::Closure::Sandbox_488::__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":1.34e-05},"id":"n3064"},{"name":"::Sandbox_1117","children":[{"name":"__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1117::__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1117::__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3067-Eval::Closure::Sandbox_1117::__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3066"},{"name":"::Sandbox_348","children":[{"name":"__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_348::__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_348::__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3069-Eval::Closure::Sandbox_348::__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n3068"},{"name":"::Sandbox_587","children":[{"name":"__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_587::__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_587::__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3071-Eval::Closure::Sandbox_587::__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3070"},{"name":"::Sandbox_1456","children":[{"name":"__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1456::__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1456::__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3073-Eval::Closure::Sandbox_1456::__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n3072"},{"name":"::Sandbox_507","children":[{"name":"__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_507::__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_507::__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3075-Eval::Closure::Sandbox_507::__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3074"},{"name":"::Sandbox_838","children":[{"name":"__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_838::__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_838::__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3077-Eval::Closure::Sandbox_838::__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3076"},{"name":"::Sandbox_852","children":[{"name":"__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_852::__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_852::__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3079-Eval::Closure::Sandbox_852::__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3078"},{"name":"::Sandbox_1074","children":[{"name":"__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1074::__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1074::__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3081-Eval::Closure::Sandbox_1074::__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3080"},{"name":"::Sandbox_1192","children":[{"name":"__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1192::__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1192::__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"3083-Eval::Closure::Sandbox_1192::__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4e-06},"id":"n3082"},{"name":"::Sandbox_1047","children":[{"name":"__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1047::__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_1047::__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3085-Eval::Closure::Sandbox_1047::__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.9e-06},"id":"n3084"},{"name":"::Sandbox_1129","children":[{"name":"__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1129::__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1129::__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3087-Eval::Closure::Sandbox_1129::__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3086"},{"name":"::Sandbox_1557","children":[{"name":"__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1557::__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_1557::__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3089-Eval::Closure::Sandbox_1557::__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n3088"},{"name":"::Sandbox_367","children":[{"name":"__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_367::__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_367::__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"3091-Eval::Closure::Sandbox_367::__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3090"},{"name":"::Sandbox_696","children":[{"name":"__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_696::__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_696::__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","$color":8,"excl_time":6.7e-06,"$area":6.7e-06},"id":"3093-Eval::Closure::Sandbox_696::__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]"}],"data":{"$area":6.7e-06},"id":"n3092"},{"name":"::Sandbox_1528","children":[{"name":"__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1528::__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1528::__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3095-Eval::Closure::Sandbox_1528::__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3094"},{"name":"::Sandbox_654","children":[{"name":"__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_654::__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Eval::Closure::Sandbox_654::__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","$color":1,"excl_time":1.18e-05,"$area":1.18e-05},"id":"3097-Eval::Closure::Sandbox_654::__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]"}],"data":{"$area":1.18e-05},"id":"n3096"},{"name":"::Sandbox_822","children":[{"name":"__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_822::__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_822::__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3099-Eval::Closure::Sandbox_822::__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3098"},{"name":"::Sandbox_1533","children":[{"name":"__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1533::__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::Sandbox_1533::__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":1.08e-05,"$area":1.08e-05},"id":"3101-Eval::Closure::Sandbox_1533::__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.08e-05},"id":"n3100"},{"name":"::Sandbox_880","children":[{"name":"__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_880::__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_880::__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3103-Eval::Closure::Sandbox_880::__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3102"},{"name":"::Sandbox_1010","children":[{"name":"__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1010::__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1010::__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"3105-Eval::Closure::Sandbox_1010::__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4e-06},"id":"n3104"},{"name":"::Sandbox_1237","children":[{"name":"__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1237::__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1237::__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3107-Eval::Closure::Sandbox_1237::__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3106"},{"name":"::Sandbox_119","children":[{"name":"__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_119::__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_119::__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3109-Eval::Closure::Sandbox_119::__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3108"},{"name":"::Sandbox_1506","children":[{"name":"__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1506::__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1506::__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3111-Eval::Closure::Sandbox_1506::__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3110"},{"name":"::Sandbox_1083","children":[{"name":"__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1083::__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_1083::__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"3113-Eval::Closure::Sandbox_1083::__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n3112"},{"name":"::Sandbox_816","children":[{"name":"__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_816::__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_816::__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"3115-Eval::Closure::Sandbox_816::__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3114"},{"name":"::Sandbox_371","children":[{"name":"__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_371::__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_371::__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3117-Eval::Closure::Sandbox_371::__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n3116"},{"name":"::Sandbox_359","children":[{"name":"__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_359::__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_359::__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3119-Eval::Closure::Sandbox_359::__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n3118"},{"name":"::Sandbox_408","children":[{"name":"__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_408::__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_408::__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3121-Eval::Closure::Sandbox_408::__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3120"},{"name":"::Sandbox_1428","children":[{"name":"__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1428::__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_1428::__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3123-Eval::Closure::Sandbox_1428::__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.3e-06},"id":"n3122"},{"name":"::Sandbox_1228","children":[{"name":"__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1228::__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1228::__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3125-Eval::Closure::Sandbox_1228::__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3124"},{"name":"::Sandbox_1403","children":[{"name":"__ANON__[(eval 1743)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1403::__ANON__[(eval 1743)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1403::__ANON__[(eval 1743)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3127-Eval::Closure::Sandbox_1403::__ANON__[(eval 1743)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3126"},{"name":"::Sandbox_747","children":[{"name":"__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_747::__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_747::__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"3129-Eval::Closure::Sandbox_747::__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3128"},{"name":"::Sandbox_199","children":[{"name":"__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_199::__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_199::__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3131-Eval::Closure::Sandbox_199::__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n3130"},{"name":"::Sandbox_894","children":[{"name":"__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_894::__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_894::__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3133-Eval::Closure::Sandbox_894::__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3132"},{"name":"::Sandbox_942","children":[{"name":"__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_942::__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_942::__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"3135-Eval::Closure::Sandbox_942::__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3134"},{"name":"::Sandbox_446","children":[{"name":"__ANON__[(eval 607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_446::__ANON__[(eval 607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_446::__ANON__[(eval 607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3137-Eval::Closure::Sandbox_446::__ANON__[(eval 607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3136"},{"name":"::Sandbox_415","children":[{"name":"__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_415::__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_415::__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3139-Eval::Closure::Sandbox_415::__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3138"},{"name":"::Sandbox_994","children":[{"name":"__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_994::__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_994::__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3141-Eval::Closure::Sandbox_994::__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3140"},{"name":"::Sandbox_91","children":[{"name":"__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_91::__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_91::__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3143-Eval::Closure::Sandbox_91::__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3142"},{"name":"::Sandbox_741","children":[{"name":"__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_741::__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_741::__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"3145-Eval::Closure::Sandbox_741::__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n3144"},{"name":"::Sandbox_1307","children":[{"name":"__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1307::__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Eval::Closure::Sandbox_1307::__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":7,"excl_time":1.11e-05,"$area":1.11e-05},"id":"3147-Eval::Closure::Sandbox_1307::__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":1.11e-05},"id":"n3146"},{"name":"::Sandbox_1544","children":[{"name":"__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1544::__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1544::__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3149-Eval::Closure::Sandbox_1544::__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3148"},{"name":"::Sandbox_1211","children":[{"name":"__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1211::__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1211::__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3151-Eval::Closure::Sandbox_1211::__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3150"},{"name":"::Sandbox_117","children":[{"name":"__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_117::__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_117::__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3153-Eval::Closure::Sandbox_117::__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n3152"},{"name":"::Sandbox_1200","children":[{"name":"__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1200::__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1200::__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3155-Eval::Closure::Sandbox_1200::__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3154"},{"name":"::Sandbox_1392","children":[{"name":"__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1392::__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1392::__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3157-Eval::Closure::Sandbox_1392::__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3156"},{"name":"::Sandbox_1000","children":[{"name":"__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1000::__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1000::__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3159-Eval::Closure::Sandbox_1000::__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3158"},{"name":"::Sandbox_681","children":[{"name":"__ANON__[(eval 891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_681::__ANON__[(eval 891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_681::__ANON__[(eval 891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3161-Eval::Closure::Sandbox_681::__ANON__[(eval 891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3160"},{"name":"::Sandbox_1564","children":[{"name":"__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1564::__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_1564::__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"3163-Eval::Closure::Sandbox_1564::__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.8e-06},"id":"n3162"},{"name":"::Sandbox_399","children":[{"name":"__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_399::__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_399::__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3165-Eval::Closure::Sandbox_399::__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3164"},{"name":"::Sandbox_652","children":[{"name":"__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_652::__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_652::__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3167-Eval::Closure::Sandbox_652::__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3166"},{"name":"::Sandbox_249","children":[{"name":"__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_249::__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_249::__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":5.5e-06,"$area":5.5e-06},"id":"3169-Eval::Closure::Sandbox_249::__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.5e-06},"id":"n3168"},{"name":"::Sandbox_1536","children":[{"name":"__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1536::__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1536::__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3171-Eval::Closure::Sandbox_1536::__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n3170"},{"name":"::Sandbox_962","children":[{"name":"__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_962::__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_962::__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]","$color":0,"excl_time":1.05e-05,"$area":1.05e-05},"id":"3173-Eval::Closure::Sandbox_962::__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]"}],"data":{"$area":1.05e-05},"id":"n3172"},{"name":"::Sandbox_1235","children":[{"name":"__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1235::__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_1235::__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":2,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3175-Eval::Closure::Sandbox_1235::__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":7.7e-06},"id":"n3174"},{"name":"::Sandbox_65","children":[{"name":"__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":4,"excl_time":8.6e-06,"$area":8.6e-06},"id":"3177-Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.3e-06,"$area":2.3e-06},"id":"3178-Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.09e-05},"id":"n3176"},{"name":"::Sandbox_769","children":[{"name":"__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_769::__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_769::__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]","$color":6,"excl_time":1.15e-05,"$area":1.15e-05},"id":"3180-Eval::Closure::Sandbox_769::__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]"}],"data":{"$area":1.15e-05},"id":"n3179"},{"name":"::Sandbox_240","children":[{"name":"__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_240::__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_240::__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3182-Eval::Closure::Sandbox_240::__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n3181"},{"name":"::Sandbox_1086","children":[{"name":"__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1086::__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1086::__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3184-Eval::Closure::Sandbox_1086::__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3183"},{"name":"::Sandbox_1124","children":[{"name":"__ANON__[(eval 1339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1124::__ANON__[(eval 1339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1124::__ANON__[(eval 1339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3186-Eval::Closure::Sandbox_1124::__ANON__[(eval 1339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3185"},{"name":"::Sandbox_1146","children":[{"name":"__ANON__[(eval 1366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1146::__ANON__[(eval 1366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1146::__ANON__[(eval 1366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3188-Eval::Closure::Sandbox_1146::__ANON__[(eval 1366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3187"},{"name":"::Sandbox_213","children":[{"name":"__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_213::__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_213::__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3190-Eval::Closure::Sandbox_213::__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.5e-06},"id":"n3189"},{"name":"::Sandbox_1282","children":[{"name":"__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1282::__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1282::__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3192-Eval::Closure::Sandbox_1282::__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3191"},{"name":"::Sandbox_1076","children":[{"name":"__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1076::__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1076::__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3194-Eval::Closure::Sandbox_1076::__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3193"},{"name":"::Sandbox_1415","children":[{"name":"__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1415::__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1415::__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3196-Eval::Closure::Sandbox_1415::__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n3195"},{"name":"::Sandbox_184","children":[{"name":"__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_184::__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_184::__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3198-Eval::Closure::Sandbox_184::__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n3197"},{"name":"::Sandbox_911","children":[{"name":"__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_911::__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_911::__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3200-Eval::Closure::Sandbox_911::__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3199"},{"name":"::Sandbox_943","children":[{"name":"__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_943::__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_943::__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3202-Eval::Closure::Sandbox_943::__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3201"},{"name":"::Sandbox_1104","children":[{"name":"__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1104::__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1104::__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3204-Eval::Closure::Sandbox_1104::__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3203"},{"name":"::Sandbox_925","children":[{"name":"__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_925::__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_925::__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3206-Eval::Closure::Sandbox_925::__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3205"},{"name":"::Sandbox_669","children":[{"name":"__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_669::__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_669::__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3208-Eval::Closure::Sandbox_669::__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.4e-06},"id":"n3207"},{"name":"::Sandbox_844","children":[{"name":"__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_844::__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_844::__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3210-Eval::Closure::Sandbox_844::__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3209"},{"name":"::Sandbox_135","children":[{"name":"__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_135::__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_135::__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3212-Eval::Closure::Sandbox_135::__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3211"},{"name":"::Sandbox_1432","children":[{"name":"__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1432::__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1432::__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3214-Eval::Closure::Sandbox_1432::__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n3213"},{"name":"::Sandbox_284","children":[{"name":"__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_284::__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_284::__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3216-Eval::Closure::Sandbox_284::__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3215"},{"name":"::Sandbox_1418","children":[{"name":"__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1418::__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1418::__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3218-Eval::Closure::Sandbox_1418::__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3217"},{"name":"::Sandbox_471","children":[{"name":"__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_471::__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_471::__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3220-Eval::Closure::Sandbox_471::__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3219"},{"name":"::Sandbox_1240","children":[{"name":"__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1240::__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1240::__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3222-Eval::Closure::Sandbox_1240::__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n3221"},{"name":"::Sandbox_512","children":[{"name":"__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_512::__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_512::__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3224-Eval::Closure::Sandbox_512::__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3223"},{"name":"::Sandbox_1375","children":[{"name":"__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1375::__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1375::__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3226-Eval::Closure::Sandbox_1375::__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3225"},{"name":"::Sandbox_372","children":[{"name":"__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_372::__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_372::__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3228-Eval::Closure::Sandbox_372::__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3227"},{"name":"::Sandbox_215","children":[{"name":"__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_215::__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_215::__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3230-Eval::Closure::Sandbox_215::__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3229"},{"name":"::Sandbox_115","children":[{"name":"__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_115::__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_115::__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3232-Eval::Closure::Sandbox_115::__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3231"},{"name":"::Sandbox_186","children":[{"name":"__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_186::__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_186::__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"3234-Eval::Closure::Sandbox_186::__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":6.7e-06},"id":"n3233"},{"name":"::Sandbox_1232","children":[{"name":"__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1232::__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1232::__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3236-Eval::Closure::Sandbox_1232::__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3235"},{"name":"::Sandbox_737","children":[{"name":"__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_737::__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_737::__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3238-Eval::Closure::Sandbox_737::__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3237"},{"name":"::Sandbox_14","children":[{"name":"__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_14::__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_14::__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3240-Eval::Closure::Sandbox_14::__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3239"},{"name":"::Sandbox_630","children":[{"name":"__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_630::__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_630::__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3242-Eval::Closure::Sandbox_630::__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3241"},{"name":"::Sandbox_988","children":[{"name":"__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_988::__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_988::__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3244-Eval::Closure::Sandbox_988::__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3243"},{"name":"::Sandbox_46","children":[{"name":"__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_46::__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_46::__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3246-Eval::Closure::Sandbox_46::__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3245"},{"name":"::Sandbox_810","children":[{"name":"__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_810::__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_810::__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3248-Eval::Closure::Sandbox_810::__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3247"},{"name":"::Sandbox_1062","children":[{"name":"__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1062::__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_1062::__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","$color":10,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3250-Eval::Closure::Sandbox_1062::__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]"}],"data":{"$area":4.9e-06},"id":"n3249"},{"name":"::Sandbox_61","children":[{"name":"__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3252-Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":6.34e-05,"subname":"Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":1,"excl_time":3.5699999999592e-05,"$area":3.5699999999592e-05},"id":"3253-Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":3.8099999999592e-05},"id":"n3251"},{"name":"::Sandbox_956","children":[{"name":"__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_956::__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_956::__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3255-Eval::Closure::Sandbox_956::__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3254"},{"name":"::Sandbox_1218","children":[{"name":"__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1218::__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1218::__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3257-Eval::Closure::Sandbox_1218::__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3256"},{"name":"::Sandbox_560","children":[{"name":"__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_560::__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_560::__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3259-Eval::Closure::Sandbox_560::__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n3258"},{"name":"::Sandbox_1420","children":[{"name":"__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1420::__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1420::__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3261-Eval::Closure::Sandbox_1420::__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n3260"},{"name":"::Sandbox_16","children":[{"name":"__ANON__[(eval 98)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_16::__ANON__[(eval 98)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_16::__ANON__[(eval 98)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3263-Eval::Closure::Sandbox_16::__ANON__[(eval 98)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3262"},{"name":"::Sandbox_276","children":[{"name":"__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3265-Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"},{"name":"__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":1.16999999973885e-05,"$area":1.16999999973885e-05},"id":"3266-Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.72999999973885e-05},"id":"n3264"},{"name":"::Sandbox_430","children":[{"name":"__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_430::__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_430::__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3268-Eval::Closure::Sandbox_430::__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3267"},{"name":"::Sandbox_1346","children":[{"name":"__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1346::__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1346::__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"3270-Eval::Closure::Sandbox_1346::__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3269"},{"name":"::Sandbox_469","children":[{"name":"__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_469::__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_469::__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3272-Eval::Closure::Sandbox_469::__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3271"},{"name":"::Sandbox_1333","children":[{"name":"__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1333::__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1333::__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3274-Eval::Closure::Sandbox_1333::__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3273"},{"name":"::Sandbox_1439","children":[{"name":"__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1439::__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Eval::Closure::Sandbox_1439::__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]","$color":1,"excl_time":1.38e-05,"$area":1.38e-05},"id":"3276-Eval::Closure::Sandbox_1439::__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]"}],"data":{"$area":1.38e-05},"id":"n3275"},{"name":"::Sandbox_728","children":[{"name":"__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_728::__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_728::__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3278-Eval::Closure::Sandbox_728::__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3277"},{"name":"::Sandbox_1441","children":[{"name":"__ANON__[(eval 1781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1441::__ANON__[(eval 1781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1441::__ANON__[(eval 1781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3280-Eval::Closure::Sandbox_1441::__ANON__[(eval 1781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3279"},{"name":"::Sandbox_49","children":[{"name":"__ANON__[(eval 131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_49::__ANON__[(eval 131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_49::__ANON__[(eval 131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3282-Eval::Closure::Sandbox_49::__ANON__[(eval 131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3281"},{"name":"::Sandbox_712","children":[{"name":"__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_712::__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_712::__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3284-Eval::Closure::Sandbox_712::__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":7.7e-06},"id":"n3283"},{"name":"::Sandbox_1138","children":[{"name":"__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1138::__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1138::__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3286-Eval::Closure::Sandbox_1138::__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n3285"},{"name":"::Sandbox_1471","children":[{"name":"__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1471::__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Eval::Closure::Sandbox_1471::__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]","$color":2,"excl_time":2.09e-05,"$area":2.09e-05},"id":"3288-Eval::Closure::Sandbox_1471::__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]"}],"data":{"$area":2.09e-05},"id":"n3287"},{"name":"::Sandbox_1025","children":[{"name":"__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1025::__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1025::__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3290-Eval::Closure::Sandbox_1025::__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3289"},{"name":"::Sandbox_431","children":[{"name":"__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_431::__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_431::__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3292-Eval::Closure::Sandbox_431::__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.3e-06},"id":"n3291"},{"name":"::Sandbox_223","children":[{"name":"__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_223::__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_223::__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3294-Eval::Closure::Sandbox_223::__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.5e-06},"id":"n3293"},{"name":"::Sandbox_103","children":[{"name":"__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_103::__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_103::__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]","$color":10,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3296-Eval::Closure::Sandbox_103::__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]"}],"data":{"$area":5.9e-06},"id":"n3295"},{"name":"::Sandbox_986","children":[{"name":"__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_986::__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_986::__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3298-Eval::Closure::Sandbox_986::__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3297"},{"name":"::Sandbox_1330","children":[{"name":"__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1330::__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_1330::__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3300-Eval::Closure::Sandbox_1330::__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.9e-06},"id":"n3299"},{"name":"::Sandbox_920","children":[{"name":"__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_920::__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_920::__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3302-Eval::Closure::Sandbox_920::__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3301"},{"name":"::Sandbox_549","children":[{"name":"__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_549::__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_549::__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3304-Eval::Closure::Sandbox_549::__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n3303"},{"name":"::Sandbox_1095","children":[{"name":"__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1095::__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1095::__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3306-Eval::Closure::Sandbox_1095::__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3305"},{"name":"::Sandbox_860","children":[{"name":"__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_860::__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_860::__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3308-Eval::Closure::Sandbox_860::__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3307"},{"name":"::Sandbox_208","children":[{"name":"__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_208::__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_208::__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3310-Eval::Closure::Sandbox_208::__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n3309"},{"name":"::Sandbox_643","children":[{"name":"__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_643::__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_643::__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"3312-Eval::Closure::Sandbox_643::__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3311"},{"name":"::Sandbox_883","children":[{"name":"__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_883::__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_883::__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"3314-Eval::Closure::Sandbox_883::__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":4e-06},"id":"n3313"},{"name":"::Sandbox_1080","children":[{"name":"__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1080::__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1080::__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3316-Eval::Closure::Sandbox_1080::__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3315"},{"name":"::Sandbox_1295","children":[{"name":"__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1295::__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1295::__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3318-Eval::Closure::Sandbox_1295::__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3317"},{"name":"::Sandbox_151","children":[{"name":"__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_151::__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_151::__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3320-Eval::Closure::Sandbox_151::__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3319"},{"name":"::Sandbox_613","children":[{"name":"__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_613::__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_613::__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3322-Eval::Closure::Sandbox_613::__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3321"},{"name":"::Sandbox_27","children":[{"name":"__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_27::__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_27::__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3324-Eval::Closure::Sandbox_27::__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3323"},{"name":"::Sandbox_190","children":[{"name":"__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_190::__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_190::__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"3326-Eval::Closure::Sandbox_190::__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n3325"},{"name":"::Sandbox_341","children":[{"name":"__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_341::__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_341::__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3328-Eval::Closure::Sandbox_341::__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3327"},{"name":"::Sandbox_590","children":[{"name":"__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_590::__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_590::__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3330-Eval::Closure::Sandbox_590::__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n3329"},{"name":"::Sandbox_760","children":[{"name":"__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_760::__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_760::__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3332-Eval::Closure::Sandbox_760::__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3331"},{"name":"::Sandbox_485","children":[{"name":"__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_485::__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_485::__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3334-Eval::Closure::Sandbox_485::__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3333"},{"name":"::Sandbox_854","children":[{"name":"__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_854::__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_854::__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3336-Eval::Closure::Sandbox_854::__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3335"},{"name":"::Sandbox_1114","children":[{"name":"__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1114::__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1114::__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3338-Eval::Closure::Sandbox_1114::__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3337"},{"name":"::Sandbox_1555","children":[{"name":"__ANON__[(eval 1923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1555::__ANON__[(eval 1923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1555::__ANON__[(eval 1923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3340-Eval::Closure::Sandbox_1555::__ANON__[(eval 1923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.5e-06},"id":"n3339"},{"name":"::Sandbox_101","children":[{"name":"__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_101::__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_101::__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3342-Eval::Closure::Sandbox_101::__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n3341"},{"name":"::Sandbox_1359","children":[{"name":"__ANON__[(eval 1699)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1359::__ANON__[(eval 1699)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1359::__ANON__[(eval 1699)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3344-Eval::Closure::Sandbox_1359::__ANON__[(eval 1699)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3343"},{"name":"::Sandbox_319","children":[{"name":"__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_319::__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_319::__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3346-Eval::Closure::Sandbox_319::__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.8e-06},"id":"n3345"},{"name":"::Sandbox_875","children":[{"name":"__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_875::__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_875::__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3348-Eval::Closure::Sandbox_875::__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3347"},{"name":"::Sandbox_1368","children":[{"name":"__ANON__[(eval 1708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1368::__ANON__[(eval 1708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1368::__ANON__[(eval 1708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3350-Eval::Closure::Sandbox_1368::__ANON__[(eval 1708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3349"},{"name":"::Sandbox_1166","children":[{"name":"__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1166::__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1166::__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3352-Eval::Closure::Sandbox_1166::__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3351"},{"name":"::Sandbox_1179","children":[{"name":"__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1179::__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1179::__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3354-Eval::Closure::Sandbox_1179::__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.4e-06},"id":"n3353"},{"name":"::Sandbox_609","children":[{"name":"__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_609::__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_609::__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3356-Eval::Closure::Sandbox_609::__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3355"},{"name":"::Sandbox_420","children":[{"name":"__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_420::__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_420::__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3358-Eval::Closure::Sandbox_420::__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3357"},{"name":"::Sandbox_1354","children":[{"name":"__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1354::__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Eval::Closure::Sandbox_1354::__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]","$color":8,"excl_time":3.24e-05,"$area":3.24e-05},"id":"3360-Eval::Closure::Sandbox_1354::__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]"}],"data":{"$area":3.24e-05},"id":"n3359"},{"name":"::Sandbox_161","children":[{"name":"__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_161::__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_161::__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3362-Eval::Closure::Sandbox_161::__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3361"},{"name":"::Sandbox_122","children":[{"name":"__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_122::__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_122::__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"3364-Eval::Closure::Sandbox_122::__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5e-06},"id":"n3363"},{"name":"::Sandbox_1413","children":[{"name":"__ANON__[(eval 1753)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1413::__ANON__[(eval 1753)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1413::__ANON__[(eval 1753)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3366-Eval::Closure::Sandbox_1413::__ANON__[(eval 1753)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n3365"},{"name":"::Sandbox_606","children":[{"name":"__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_606::__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_606::__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3368-Eval::Closure::Sandbox_606::__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3367"},{"name":"::Sandbox_455","children":[{"name":"__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_455::__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_455::__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3370-Eval::Closure::Sandbox_455::__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3369"},{"name":"::Sandbox_1242","children":[{"name":"__ANON__[(eval 1555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1242::__ANON__[(eval 1555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1242::__ANON__[(eval 1555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3372-Eval::Closure::Sandbox_1242::__ANON__[(eval 1555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n3371"},{"name":"::Sandbox_256","children":[{"name":"__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_256::__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_256::__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3374-Eval::Closure::Sandbox_256::__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3373"},{"name":"::Sandbox_414","children":[{"name":"__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_414::__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Eval::Closure::Sandbox_414::__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]","$color":2,"excl_time":1.38e-05,"$area":1.38e-05},"id":"3376-Eval::Closure::Sandbox_414::__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]"}],"data":{"$area":1.38e-05},"id":"n3375"},{"name":"::Sandbox_579","children":[{"name":"__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_579::__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_579::__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3378-Eval::Closure::Sandbox_579::__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3377"},{"name":"::Sandbox_1467","children":[{"name":"__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1467::__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1467::__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3380-Eval::Closure::Sandbox_1467::__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3379"},{"name":"::Sandbox_360","children":[{"name":"__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_360::__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_360::__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3382-Eval::Closure::Sandbox_360::__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3381"},{"name":"::Sandbox_542","children":[{"name":"__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_542::__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_542::__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3384-Eval::Closure::Sandbox_542::__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n3383"},{"name":"::Sandbox_228","children":[{"name":"__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_228::__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_228::__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3386-Eval::Closure::Sandbox_228::__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3385"},{"name":"::Sandbox_259","children":[{"name":"__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_259::__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_259::__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3388-Eval::Closure::Sandbox_259::__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.5e-06},"id":"n3387"},{"name":"::Sandbox_770","children":[{"name":"__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_770::__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_770::__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"3390-Eval::Closure::Sandbox_770::__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3389"},{"name":"::Sandbox_704","children":[{"name":"__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_704::__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_704::__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3392-Eval::Closure::Sandbox_704::__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n3391"},{"name":"::Sandbox_1189","children":[{"name":"__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1189::__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1189::__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3394-Eval::Closure::Sandbox_1189::__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n3393"},{"name":"::Sandbox_172","children":[{"name":"__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_172::__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_172::__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3396-Eval::Closure::Sandbox_172::__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3395"},{"name":"::Sandbox_1268","children":[{"name":"__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1268::__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1268::__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3398-Eval::Closure::Sandbox_1268::__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3397"},{"name":"::Sandbox_779","children":[{"name":"__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_779::__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_779::__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3400-Eval::Closure::Sandbox_779::__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3399"},{"name":"::Sandbox_1045","children":[{"name":"__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1045::__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1045::__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"3402-Eval::Closure::Sandbox_1045::__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3401"},{"name":"::Sandbox_331","children":[{"name":"__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_331::__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_331::__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"3404-Eval::Closure::Sandbox_331::__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3e-06},"id":"n3403"},{"name":"::Sandbox_304","children":[{"name":"__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_304::__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_304::__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3406-Eval::Closure::Sandbox_304::__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n3405"},{"name":"::Sandbox_524","children":[{"name":"__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_524::__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_524::__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":7e-06,"$area":7e-06},"id":"3408-Eval::Closure::Sandbox_524::__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":7e-06},"id":"n3407"},{"name":"::Sandbox_1030","children":[{"name":"__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1030::__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1030::__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3410-Eval::Closure::Sandbox_1030::__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3409"},{"name":"::Sandbox_1174","children":[{"name":"__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1174::__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_1174::__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3412-Eval::Closure::Sandbox_1174::__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.2e-06},"id":"n3411"},{"name":"::Sandbox_324","children":[{"name":"__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_324::__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_324::__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3414-Eval::Closure::Sandbox_324::__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3413"},{"name":"::Sandbox_949","children":[{"name":"__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_949::__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_949::__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3416-Eval::Closure::Sandbox_949::__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3415"},{"name":"::Sandbox_803","children":[{"name":"__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_803::__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_803::__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3418-Eval::Closure::Sandbox_803::__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n3417"},{"name":"::Sandbox_1037","children":[{"name":"__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1037::__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1037::__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3420-Eval::Closure::Sandbox_1037::__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3419"},{"name":"::Sandbox_211","children":[{"name":"__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_211::__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_211::__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"3422-Eval::Closure::Sandbox_211::__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4e-06},"id":"n3421"},{"name":"::Sandbox_1501","children":[{"name":"__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1501::__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1501::__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3424-Eval::Closure::Sandbox_1501::__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n3423"},{"name":"::Sandbox_501","children":[{"name":"__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_501::__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_501::__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"3426-Eval::Closure::Sandbox_501::__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3425"},{"name":"::Sandbox_937","children":[{"name":"__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_937::__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_937::__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3428-Eval::Closure::Sandbox_937::__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3427"},{"name":"::Sandbox_1499","children":[{"name":"__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1499::__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_1499::__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3430-Eval::Closure::Sandbox_1499::__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.3e-06},"id":"n3429"},{"name":"::Sandbox_1485","children":[{"name":"__ANON__[(eval 1847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1485::__ANON__[(eval 1847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1485::__ANON__[(eval 1847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3432-Eval::Closure::Sandbox_1485::__ANON__[(eval 1847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3431"},{"name":"::Sandbox_882","children":[{"name":"__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_882::__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_882::__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3434-Eval::Closure::Sandbox_882::__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n3433"},{"name":"::Sandbox_1261","children":[{"name":"__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1261::__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1261::__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3436-Eval::Closure::Sandbox_1261::__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3435"},{"name":"::Sandbox_145","children":[{"name":"__ANON__[(eval 245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_145::__ANON__[(eval 245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_145::__ANON__[(eval 245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3438-Eval::Closure::Sandbox_145::__ANON__[(eval 245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n3437"},{"name":"::Sandbox_1444","children":[{"name":"__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1444::__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1444::__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3440-Eval::Closure::Sandbox_1444::__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3439"},{"name":"::Sandbox_670","children":[{"name":"__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_670::__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_670::__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3442-Eval::Closure::Sandbox_670::__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3441"},{"name":"::Sandbox_753","children":[{"name":"__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_753::__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_753::__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3444-Eval::Closure::Sandbox_753::__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3443"},{"name":"::Sandbox_984","children":[{"name":"__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_984::__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_984::__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3446-Eval::Closure::Sandbox_984::__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3445"},{"name":"::Sandbox_536","children":[{"name":"__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_536::__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_536::__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3448-Eval::Closure::Sandbox_536::__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5.7e-06},"id":"n3447"},{"name":"::Sandbox_957","children":[{"name":"__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_957::__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_957::__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3450-Eval::Closure::Sandbox_957::__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n3449"},{"name":"::Sandbox_296","children":[{"name":"__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_296::__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_296::__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3452-Eval::Closure::Sandbox_296::__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3451"},{"name":"::Sandbox_763","children":[{"name":"__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_763::__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_763::__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3454-Eval::Closure::Sandbox_763::__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3453"},{"name":"::Sandbox_801","children":[{"name":"__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_801::__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_801::__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":5,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3456-Eval::Closure::Sandbox_801::__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n3455"},{"name":"::Sandbox_299","children":[{"name":"__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_299::__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_299::__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3458-Eval::Closure::Sandbox_299::__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5.3e-06},"id":"n3457"},{"name":"::Sandbox_930","children":[{"name":"__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_930::__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_930::__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3460-Eval::Closure::Sandbox_930::__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3459"},{"name":"::Sandbox_33","children":[{"name":"__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_33::__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_33::__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3462-Eval::Closure::Sandbox_33::__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":4.7e-06},"id":"n3461"},{"name":"::Sandbox_621","children":[{"name":"__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_621::__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_621::__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"3464-Eval::Closure::Sandbox_621::__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":5e-06},"id":"n3463"},{"name":"::Sandbox_1524","children":[{"name":"__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1524::__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1524::__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3466-Eval::Closure::Sandbox_1524::__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3465"},{"name":"::Sandbox_1262","children":[{"name":"__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1262::__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_1262::__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":6,"excl_time":7.6e-06,"$area":7.6e-06},"id":"3468-Eval::Closure::Sandbox_1262::__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":7.6e-06},"id":"n3467"},{"name":"::Sandbox_691","children":[{"name":"__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_691::__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Eval::Closure::Sandbox_691::__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]","$color":8,"excl_time":1.52e-05,"$area":1.52e-05},"id":"3470-Eval::Closure::Sandbox_691::__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]"}],"data":{"$area":1.52e-05},"id":"n3469"},{"name":"::Sandbox_1316","children":[{"name":"__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1316::__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_1316::__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"3472-Eval::Closure::Sandbox_1316::__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5e-06},"id":"n3471"},{"name":"::Sandbox_836","children":[{"name":"__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_836::__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_836::__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"3474-Eval::Closure::Sandbox_836::__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3473"},{"name":"::Sandbox_1092","children":[{"name":"__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1092::__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1092::__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3476-Eval::Closure::Sandbox_1092::__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3475"},{"name":"::Sandbox_818","children":[{"name":"__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_818::__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_818::__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3478-Eval::Closure::Sandbox_818::__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3477"},{"name":"::Sandbox_355","children":[{"name":"__ANON__[(eval 515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_355::__ANON__[(eval 515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_355::__ANON__[(eval 515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3480-Eval::Closure::Sandbox_355::__ANON__[(eval 515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3479"},{"name":"::Sandbox_979","children":[{"name":"__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_979::__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_979::__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"3482-Eval::Closure::Sandbox_979::__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3481"},{"name":"::Sandbox_347","children":[{"name":"__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_347::__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_347::__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3484-Eval::Closure::Sandbox_347::__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n3483"},{"name":"::Sandbox_1183","children":[{"name":"__ANON__[(eval 1404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1183::__ANON__[(eval 1404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1183::__ANON__[(eval 1404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3486-Eval::Closure::Sandbox_1183::__ANON__[(eval 1404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3485"},{"name":"::Sandbox_164","children":[{"name":"__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_164::__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_164::__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3488-Eval::Closure::Sandbox_164::__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3487"},{"name":"::Sandbox_1057","children":[{"name":"__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1057::__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1057::__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"3490-Eval::Closure::Sandbox_1057::__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n3489"},{"name":"::Sandbox_207","children":[{"name":"__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_207::__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_207::__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3492-Eval::Closure::Sandbox_207::__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3491"},{"name":"::Sandbox_500","children":[{"name":"__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_500::__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_500::__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3494-Eval::Closure::Sandbox_500::__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n3493"},{"name":"::Sandbox_449","children":[{"name":"__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_449::__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_449::__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"3496-Eval::Closure::Sandbox_449::__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3495"},{"name":"::Sandbox_824","children":[{"name":"__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_824::__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_824::__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3498-Eval::Closure::Sandbox_824::__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3497"},{"name":"::Sandbox_1167","children":[{"name":"__ANON__[(eval 1387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1167::__ANON__[(eval 1387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1167::__ANON__[(eval 1387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3500-Eval::Closure::Sandbox_1167::__ANON__[(eval 1387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3499"},{"name":"::Sandbox_1","children":[{"name":"__ANON__[(eval 83)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1::__ANON__[(eval 83)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1::__ANON__[(eval 83)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3502-Eval::Closure::Sandbox_1::__ANON__[(eval 83)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n3501"},{"name":"::Sandbox_1190","children":[{"name":"__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1190::__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1190::__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3504-Eval::Closure::Sandbox_1190::__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3503"},{"name":"::Sandbox_1279","children":[{"name":"__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1279::__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1279::__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3506-Eval::Closure::Sandbox_1279::__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3505"},{"name":"::Sandbox_855","children":[{"name":"__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_855::__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_855::__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3508-Eval::Closure::Sandbox_855::__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3507"},{"name":"::Sandbox_237","children":[{"name":"__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_237::__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_237::__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3510-Eval::Closure::Sandbox_237::__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n3509"},{"name":"::Sandbox_1504","children":[{"name":"__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1504::__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Eval::Closure::Sandbox_1504::__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":6,"excl_time":2.77e-05,"$area":2.77e-05},"id":"3512-Eval::Closure::Sandbox_1504::__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":2.77e-05},"id":"n3511"},{"name":"::Sandbox_721","children":[{"name":"__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_721::__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_721::__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3514-Eval::Closure::Sandbox_721::__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3513"},{"name":"::Sandbox_1291","children":[{"name":"__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1291::__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1291::__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":10,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3516-Eval::Closure::Sandbox_1291::__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":6.6e-06},"id":"n3515"},{"name":"::Sandbox_263","children":[{"name":"__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_263::__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_263::__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"3518-Eval::Closure::Sandbox_263::__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n3517"},{"name":"::Sandbox_308","children":[{"name":"__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_308::__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_308::__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3520-Eval::Closure::Sandbox_308::__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3519"},{"name":"::Sandbox_1207","children":[{"name":"__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1207::__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_1207::__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":5,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3522-Eval::Closure::Sandbox_1207::__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.1e-06},"id":"n3521"},{"name":"::Sandbox_694","children":[{"name":"__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_694::__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_694::__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"3524-Eval::Closure::Sandbox_694::__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n3523"},{"name":"::Sandbox_783","children":[{"name":"__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_783::__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_783::__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3526-Eval::Closure::Sandbox_783::__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3525"},{"name":"::Sandbox_251","children":[{"name":"__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_251::__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_251::__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"3528-Eval::Closure::Sandbox_251::__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4e-06},"id":"n3527"},{"name":"::Sandbox_530","children":[{"name":"__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_530::__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_530::__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3530-Eval::Closure::Sandbox_530::__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3529"},{"name":"::Sandbox_100","children":[{"name":"__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_100::__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_100::__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3532-Eval::Closure::Sandbox_100::__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3531"},{"name":"::Sandbox_368","children":[{"name":"__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_368::__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_368::__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3534-Eval::Closure::Sandbox_368::__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3533"},{"name":"::Sandbox_78","children":[{"name":"__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_78::__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_78::__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3536-Eval::Closure::Sandbox_78::__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.2e-06},"id":"n3535"},{"name":"::Sandbox_1288","children":[{"name":"__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1288::__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1288::__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"3538-Eval::Closure::Sandbox_1288::__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4e-06},"id":"n3537"},{"name":"::Sandbox_1106","children":[{"name":"__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1106::__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1106::__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3540-Eval::Closure::Sandbox_1106::__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.8e-06},"id":"n3539"},{"name":"::Sandbox_518","children":[{"name":"__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_518::__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_518::__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":6e-06,"$area":6e-06},"id":"3542-Eval::Closure::Sandbox_518::__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6e-06},"id":"n3541"},{"name":"::Sandbox_767","children":[{"name":"__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_767::__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_767::__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3544-Eval::Closure::Sandbox_767::__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3543"},{"name":"::Sandbox_648","children":[{"name":"__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_648::__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_648::__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3546-Eval::Closure::Sandbox_648::__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.5e-06},"id":"n3545"},{"name":"::Sandbox_713","children":[{"name":"__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_713::__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_713::__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3548-Eval::Closure::Sandbox_713::__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n3547"},{"name":"::Sandbox_729","children":[{"name":"__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_729::__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_729::__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3550-Eval::Closure::Sandbox_729::__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3549"},{"name":"::Sandbox_1128","children":[{"name":"__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1128::__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_1128::__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":7.1e-06,"$area":7.1e-06},"id":"3552-Eval::Closure::Sandbox_1128::__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.1e-06},"id":"n3551"},{"name":"::Sandbox_344","children":[{"name":"__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_344::__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_344::__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3554-Eval::Closure::Sandbox_344::__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3553"},{"name":"::Sandbox_305","children":[{"name":"__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_305::__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_305::__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3556-Eval::Closure::Sandbox_305::__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3555"},{"name":"::Sandbox_384","children":[{"name":"__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_384::__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_384::__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":8e-06,"$area":8e-06},"id":"3558-Eval::Closure::Sandbox_384::__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":8e-06},"id":"n3557"},{"name":"::Sandbox_1487","children":[{"name":"__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1487::__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1487::__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3560-Eval::Closure::Sandbox_1487::__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3559"},{"name":"::Sandbox_908","children":[{"name":"__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_908::__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_908::__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3562-Eval::Closure::Sandbox_908::__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3561"},{"name":"::Sandbox_954","children":[{"name":"__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_954::__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_954::__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3564-Eval::Closure::Sandbox_954::__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3563"},{"name":"::Sandbox_1196","children":[{"name":"__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1196::__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1196::__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"3566-Eval::Closure::Sandbox_1196::__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3565"},{"name":"::Sandbox_1408","children":[{"name":"__ANON__[(eval 1748)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1408::__ANON__[(eval 1748)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1408::__ANON__[(eval 1748)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3568-Eval::Closure::Sandbox_1408::__ANON__[(eval 1748)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3567"},{"name":"::Sandbox_662","children":[{"name":"__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_662::__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_662::__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3570-Eval::Closure::Sandbox_662::__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.9e-06},"id":"n3569"},{"name":"::Sandbox_1490","children":[{"name":"__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1490::__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1490::__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3572-Eval::Closure::Sandbox_1490::__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.6e-06},"id":"n3571"},{"name":"::Sandbox_109","children":[{"name":"__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_109::__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_109::__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","$color":2,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3574-Eval::Closure::Sandbox_109::__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]"}],"data":{"$area":5.9e-06},"id":"n3573"},{"name":"::Sandbox_1055","children":[{"name":"__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1055::__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1055::__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3576-Eval::Closure::Sandbox_1055::__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3575"},{"name":"::Sandbox_751","children":[{"name":"__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_751::__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_751::__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3578-Eval::Closure::Sandbox_751::__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3577"},{"name":"::Sandbox_906","children":[{"name":"__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_906::__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_906::__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3580-Eval::Closure::Sandbox_906::__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.3e-06},"id":"n3579"},{"name":"::Sandbox_1374","children":[{"name":"__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1374::__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1374::__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3582-Eval::Closure::Sandbox_1374::__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n3581"},{"name":"::Sandbox_1480","children":[{"name":"__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1480::__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1480::__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3584-Eval::Closure::Sandbox_1480::__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.4e-06},"id":"n3583"},{"name":"::Sandbox_966","children":[{"name":"__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_966::__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_966::__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3586-Eval::Closure::Sandbox_966::__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3585"},{"name":"::Sandbox_1097","children":[{"name":"__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1097::__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1097::__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3588-Eval::Closure::Sandbox_1097::__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n3587"},{"name":"::Sandbox_688","children":[{"name":"__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_688::__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_688::__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3590-Eval::Closure::Sandbox_688::__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n3589"},{"name":"::Sandbox_607","children":[{"name":"__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_607::__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_607::__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3592-Eval::Closure::Sandbox_607::__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3591"},{"name":"::Sandbox_1209","children":[{"name":"__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1209::__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1209::__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3594-Eval::Closure::Sandbox_1209::__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3593"},{"name":"::Sandbox_468","children":[{"name":"__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_468::__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_468::__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3596-Eval::Closure::Sandbox_468::__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3595"},{"name":"::Sandbox_166","children":[{"name":"__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_166::__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_166::__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3598-Eval::Closure::Sandbox_166::__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3597"},{"name":"::Sandbox_1039","children":[{"name":"__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1039::__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1039::__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3600-Eval::Closure::Sandbox_1039::__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3599"},{"name":"::Sandbox_81","children":[{"name":"__ANON__[(eval 181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_81::__ANON__[(eval 181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_81::__ANON__[(eval 181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3602-Eval::Closure::Sandbox_81::__ANON__[(eval 181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n3601"},{"name":"::Sandbox_1543","children":[{"name":"__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1543::__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1543::__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3604-Eval::Closure::Sandbox_1543::__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3603"},{"name":"::Sandbox_650","children":[{"name":"__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_650::__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_650::__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3606-Eval::Closure::Sandbox_650::__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3605"},{"name":"::Sandbox_1502","children":[{"name":"__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1502::__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_1502::__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":7.8e-06,"$area":7.8e-06},"id":"3608-Eval::Closure::Sandbox_1502::__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.8e-06},"id":"n3607"},{"name":"::Sandbox_53","children":[{"name":"__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3610-Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 24 times from 2 places in 2 files<br />Inclusive time: 70&micro;s, 0.00%</p>","incl_time":6.98e-05,"subname":"Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":5,"excl_time":6.98e-05,"$area":6.98e-05},"id":"3611-Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":7.27e-05},"id":"n3609"},{"name":"::Sandbox_998","children":[{"name":"__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_998::__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_998::__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3613-Eval::Closure::Sandbox_998::__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3612"},{"name":"::Sandbox_535","children":[{"name":"__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_535::__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_535::__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3615-Eval::Closure::Sandbox_535::__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.1e-06},"id":"n3614"},{"name":"::Sandbox_333","children":[{"name":"__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_333::__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_333::__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":5e-06,"$area":5e-06},"id":"3617-Eval::Closure::Sandbox_333::__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5e-06},"id":"n3616"},{"name":"::Sandbox_562","children":[{"name":"__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_562::__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_562::__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3e-06,"$area":3e-06},"id":"3619-Eval::Closure::Sandbox_562::__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3618"},{"name":"::Sandbox_140","children":[{"name":"__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_140::__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_140::__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3621-Eval::Closure::Sandbox_140::__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3620"},{"name":"::Sandbox_176","children":[{"name":"__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_176::__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_176::__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3623-Eval::Closure::Sandbox_176::__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3622"},{"name":"::Sandbox_1133","children":[{"name":"__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1133::__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1133::__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3625-Eval::Closure::Sandbox_1133::__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.1e-06},"id":"n3624"},{"name":"::Sandbox_692","children":[{"name":"__ANON__[(eval 902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_692::__ANON__[(eval 902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_692::__ANON__[(eval 902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"3627-Eval::Closure::Sandbox_692::__ANON__[(eval 902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3626"},{"name":"::Sandbox_1561","children":[{"name":"__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1561::__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1561::__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3629-Eval::Closure::Sandbox_1561::__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3628"},{"name":"::Sandbox_1136","children":[{"name":"__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1136::__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1136::__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"3631-Eval::Closure::Sandbox_1136::__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3630"},{"name":"::Sandbox_971","children":[{"name":"__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_971::__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_971::__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3633-Eval::Closure::Sandbox_971::__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3632"},{"name":"::Sandbox_1078","children":[{"name":"__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1078::__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1078::__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"3635-Eval::Closure::Sandbox_1078::__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3634"},{"name":"::Sandbox_557","children":[{"name":"__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_557::__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_557::__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3637-Eval::Closure::Sandbox_557::__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3636"},{"name":"::Sandbox_1164","children":[{"name":"__ANON__[(eval 1384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1164::__ANON__[(eval 1384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1164::__ANON__[(eval 1384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3639-Eval::Closure::Sandbox_1164::__ANON__[(eval 1384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3638"},{"name":"::Sandbox_9","children":[{"name":"__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_9::__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_9::__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3641-Eval::Closure::Sandbox_9::__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3640"},{"name":"::Sandbox_1321","children":[{"name":"__ANON__[(eval 1661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1321::__ANON__[(eval 1661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1321::__ANON__[(eval 1661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3643-Eval::Closure::Sandbox_1321::__ANON__[(eval 1661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3642"},{"name":"::Sandbox_329","children":[{"name":"__ANON__[(eval 450)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_329::__ANON__[(eval 450)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_329::__ANON__[(eval 450)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3645-Eval::Closure::Sandbox_329::__ANON__[(eval 450)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3644"},{"name":"::Sandbox_1461","children":[{"name":"__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1461::__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1461::__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3647-Eval::Closure::Sandbox_1461::__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n3646"},{"name":"::Sandbox_632","children":[{"name":"__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_632::__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_632::__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3649-Eval::Closure::Sandbox_632::__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3648"},{"name":"::Sandbox_243","children":[{"name":"__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_243::__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_243::__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3651-Eval::Closure::Sandbox_243::__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.6e-06},"id":"n3650"},{"name":"::Sandbox_1244","children":[{"name":"__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1244::__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1244::__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3653-Eval::Closure::Sandbox_1244::__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3652"},{"name":"::Sandbox_286","children":[{"name":"__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_286::__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_286::__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3655-Eval::Closure::Sandbox_286::__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3654"},{"name":"::Sandbox_1151","children":[{"name":"__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1151::__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1151::__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3657-Eval::Closure::Sandbox_1151::__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3656"},{"name":"::Sandbox_230","children":[{"name":"__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_230::__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_230::__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"3659-Eval::Closure::Sandbox_230::__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4e-06},"id":"n3658"},{"name":"::Sandbox_730","children":[{"name":"__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_730::__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_730::__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3661-Eval::Closure::Sandbox_730::__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n3660"},{"name":"::Sandbox_88","children":[{"name":"__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_88::__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_88::__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3663-Eval::Closure::Sandbox_88::__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.2e-06},"id":"n3662"},{"name":"::Sandbox_452","children":[{"name":"__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_452::__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_452::__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3665-Eval::Closure::Sandbox_452::__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.2e-06},"id":"n3664"},{"name":"::Sandbox_1328","children":[{"name":"__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1328::__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1328::__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3667-Eval::Closure::Sandbox_1328::__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3666"},{"name":"::Sandbox_809","children":[{"name":"__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_809::__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_809::__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3669-Eval::Closure::Sandbox_809::__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3668"},{"name":"::Sandbox_297","children":[{"name":"__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_297::__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_297::__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3671-Eval::Closure::Sandbox_297::__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3670"},{"name":"::Sandbox_489","children":[{"name":"__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_489::__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_489::__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3673-Eval::Closure::Sandbox_489::__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3672"},{"name":"::Sandbox_1071","children":[{"name":"__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1071::__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1071::__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3675-Eval::Closure::Sandbox_1071::__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3674"},{"name":"::Sandbox_610","children":[{"name":"__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_610::__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_610::__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3677-Eval::Closure::Sandbox_610::__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3676"},{"name":"::Sandbox_502","children":[{"name":"__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_502::__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_502::__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"3679-Eval::Closure::Sandbox_502::__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n3678"},{"name":"::Sandbox_97","children":[{"name":"__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_97::__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_97::__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3681-Eval::Closure::Sandbox_97::__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n3680"},{"name":"::Sandbox_709","children":[{"name":"__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_709::__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_709::__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3683-Eval::Closure::Sandbox_709::__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3682"},{"name":"::Sandbox_995","children":[{"name":"__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_995::__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_995::__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"3685-Eval::Closure::Sandbox_995::__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3684"},{"name":"::Sandbox_800","children":[{"name":"__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_800::__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_800::__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3687-Eval::Closure::Sandbox_800::__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n3686"},{"name":"::Sandbox_811","children":[{"name":"__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_811::__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_811::__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3689-Eval::Closure::Sandbox_811::__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.6e-06},"id":"n3688"},{"name":"::Sandbox_1463","children":[{"name":"__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1463::__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1463::__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3691-Eval::Closure::Sandbox_1463::__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3690"},{"name":"::Sandbox_1149","children":[{"name":"__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1149::__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1149::__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3693-Eval::Closure::Sandbox_1149::__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3692"},{"name":"::Sandbox_888","children":[{"name":"__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_888::__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_888::__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3695-Eval::Closure::Sandbox_888::__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3694"},{"name":"::Sandbox_1255","children":[{"name":"__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1255::__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Eval::Closure::Sandbox_1255::__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":3,"excl_time":8.9e-06,"$area":8.9e-06},"id":"3697-Eval::Closure::Sandbox_1255::__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":8.9e-06},"id":"n3696"},{"name":"::Sandbox_983","children":[{"name":"__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_983::__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_983::__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":5,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3699-Eval::Closure::Sandbox_983::__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.9e-06},"id":"n3698"},{"name":"::Sandbox_236","children":[{"name":"__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_236::__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_236::__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3701-Eval::Closure::Sandbox_236::__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n3700"},{"name":"::Sandbox_244","children":[{"name":"__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_244::__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_244::__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":9e-06,"$area":9e-06},"id":"3703-Eval::Closure::Sandbox_244::__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":9e-06},"id":"n3702"},{"name":"::Sandbox_529","children":[{"name":"__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_529::__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_529::__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":0,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3705-Eval::Closure::Sandbox_529::__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.4e-06},"id":"n3704"},{"name":"::Sandbox_845","children":[{"name":"__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_845::__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_845::__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3707-Eval::Closure::Sandbox_845::__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3706"},{"name":"::Sandbox_1339","children":[{"name":"__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1339::__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1339::__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3709-Eval::Closure::Sandbox_1339::__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3708"},{"name":"::Sandbox_961","children":[{"name":"__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_961::__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_961::__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3711-Eval::Closure::Sandbox_961::__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3710"},{"name":"::Sandbox_1143","children":[{"name":"__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1143::__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1143::__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3713-Eval::Closure::Sandbox_1143::__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3712"},{"name":"::Sandbox_1366","children":[{"name":"__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1366::__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1366::__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3715-Eval::Closure::Sandbox_1366::__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n3714"},{"name":"::Sandbox_1553","children":[{"name":"__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1553::__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1553::__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"3717-Eval::Closure::Sandbox_1553::__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]"}],"data":{"$area":6.7e-06},"id":"n3716"},{"name":"::Sandbox_131","children":[{"name":"__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_131::__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_131::__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3719-Eval::Closure::Sandbox_131::__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3718"},{"name":"::Sandbox_1479","children":[{"name":"__ANON__[(eval 1839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1479::__ANON__[(eval 1839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1479::__ANON__[(eval 1839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3721-Eval::Closure::Sandbox_1479::__ANON__[(eval 1839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3720"},{"name":"::Sandbox_1318","children":[{"name":"__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1318::__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1318::__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3723-Eval::Closure::Sandbox_1318::__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n3722"},{"name":"::Sandbox_1567","children":[{"name":"__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1567::__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1567::__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3725-Eval::Closure::Sandbox_1567::__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.6e-06},"id":"n3724"},{"name":"::Sandbox_597","children":[{"name":"__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_597::__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_597::__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3727-Eval::Closure::Sandbox_597::__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3726"},{"name":"::Sandbox_861","children":[{"name":"__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_861::__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_861::__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3729-Eval::Closure::Sandbox_861::__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3728"},{"name":"::Sandbox_583","children":[{"name":"__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_583::__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_583::__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3731-Eval::Closure::Sandbox_583::__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n3730"},{"name":"::Sandbox_1527","children":[{"name":"__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1527::__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1527::__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3733-Eval::Closure::Sandbox_1527::__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n3732"},{"name":"::Sandbox_619","children":[{"name":"__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_619::__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_619::__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3735-Eval::Closure::Sandbox_619::__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3734"},{"name":"::Sandbox_1404","children":[{"name":"__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1404::__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1404::__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3737-Eval::Closure::Sandbox_1404::__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3736"},{"name":"::Sandbox_124","children":[{"name":"__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_124::__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_124::__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"3739-Eval::Closure::Sandbox_124::__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4e-06},"id":"n3738"},{"name":"::Sandbox_711","children":[{"name":"__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_711::__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Eval::Closure::Sandbox_711::__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]","$color":3,"excl_time":1e-05,"$area":1e-05},"id":"3741-Eval::Closure::Sandbox_711::__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]"}],"data":{"$area":1e-05},"id":"n3740"},{"name":"::Sandbox_221","children":[{"name":"__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_221::__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_221::__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3743-Eval::Closure::Sandbox_221::__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.5e-06},"id":"n3742"},{"name":"::Sandbox_666","children":[{"name":"__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_666::__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_666::__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3745-Eval::Closure::Sandbox_666::__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3744"},{"name":"::Sandbox_1017","children":[{"name":"__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1017::__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1017::__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"3747-Eval::Closure::Sandbox_1017::__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3746"},{"name":"::Sandbox_1304","children":[{"name":"__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1304::__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_1304::__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3749-Eval::Closure::Sandbox_1304::__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.2e-06},"id":"n3748"},{"name":"::Sandbox_1131","children":[{"name":"__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1131::__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Eval::Closure::Sandbox_1131::__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":2,"excl_time":1.22e-05,"$area":1.22e-05},"id":"3751-Eval::Closure::Sandbox_1131::__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":1.22e-05},"id":"n3750"},{"name":"::Sandbox_782","children":[{"name":"__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_782::__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_782::__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3753-Eval::Closure::Sandbox_782::__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.9e-06},"id":"n3752"},{"name":"::Sandbox_1395","children":[{"name":"__ANON__[(eval 1735)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1395::__ANON__[(eval 1735)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1395::__ANON__[(eval 1735)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3755-Eval::Closure::Sandbox_1395::__ANON__[(eval 1735)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3754"},{"name":"::Sandbox_158","children":[{"name":"__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_158::__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_158::__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3757-Eval::Closure::Sandbox_158::__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3756"},{"name":"::Sandbox_1309","children":[{"name":"__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1309::__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Eval::Closure::Sandbox_1309::__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":8.3e-06,"$area":8.3e-06},"id":"3759-Eval::Closure::Sandbox_1309::__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":8.3e-06},"id":"n3758"},{"name":"::Sandbox_1043","children":[{"name":"__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1043::__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1043::__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"3761-Eval::Closure::Sandbox_1043::__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n3760"},{"name":"::Sandbox_1032","children":[{"name":"__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1032::__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1032::__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3763-Eval::Closure::Sandbox_1032::__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3762"},{"name":"::Sandbox_1264","children":[{"name":"__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1264::__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1264::__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3765-Eval::Closure::Sandbox_1264::__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3764"},{"name":"::Sandbox_870","children":[{"name":"__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_870::__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_870::__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3767-Eval::Closure::Sandbox_870::__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3766"},{"name":"::Sandbox_1532","children":[{"name":"__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1532::__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1532::__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3769-Eval::Closure::Sandbox_1532::__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3768"},{"name":"::Sandbox_744","children":[{"name":"__ANON__[(eval 955)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_744::__ANON__[(eval 955)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_744::__ANON__[(eval 955)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3771-Eval::Closure::Sandbox_744::__ANON__[(eval 955)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3770"},{"name":"::Sandbox_958","children":[{"name":"__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_958::__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_958::__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3773-Eval::Closure::Sandbox_958::__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n3772"},{"name":"::Sandbox_1280","children":[{"name":"__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1280::__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1280::__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3775-Eval::Closure::Sandbox_1280::__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3774"},{"name":"::Sandbox_718","children":[{"name":"__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_718::__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_718::__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3777-Eval::Closure::Sandbox_718::__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3776"},{"name":"::Sandbox_794","children":[{"name":"__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_794::__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_794::__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3779-Eval::Closure::Sandbox_794::__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3778"},{"name":"::Sandbox_544","children":[{"name":"__ANON__[(eval 719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_544::__ANON__[(eval 719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_544::__ANON__[(eval 719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3781-Eval::Closure::Sandbox_544::__ANON__[(eval 719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.6e-06},"id":"n3780"},{"name":"::Sandbox_829","children":[{"name":"__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_829::__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_829::__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"3783-Eval::Closure::Sandbox_829::__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3782"},{"name":"::Sandbox_25","children":[{"name":"__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_25::__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_25::__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3785-Eval::Closure::Sandbox_25::__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3784"},{"name":"::Sandbox_47","children":[{"name":"__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_47::__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_47::__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3787-Eval::Closure::Sandbox_47::__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3786"},{"name":"::Sandbox_3","children":[{"name":"__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_3::__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_3::__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3789-Eval::Closure::Sandbox_3::__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n3788"},{"name":"::Sandbox_1239","children":[{"name":"__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1239::__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1239::__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3791-Eval::Closure::Sandbox_1239::__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3790"},{"name":"::Sandbox_522","children":[{"name":"__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_522::__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_522::__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3793-Eval::Closure::Sandbox_522::__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.9e-06},"id":"n3792"},{"name":"::Sandbox_1102","children":[{"name":"__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1102::__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1102::__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3795-Eval::Closure::Sandbox_1102::__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n3794"},{"name":"::Sandbox_573","children":[{"name":"__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_573::__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_573::__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3797-Eval::Closure::Sandbox_573::__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n3796"},{"name":"::Sandbox_216","children":[{"name":"__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_216::__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_216::__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3799-Eval::Closure::Sandbox_216::__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3798"},{"name":"::Sandbox_627","children":[{"name":"__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_627::__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_627::__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3801-Eval::Closure::Sandbox_627::__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3800"},{"name":"::Sandbox_594","children":[{"name":"__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_594::__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_594::__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3803-Eval::Closure::Sandbox_594::__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n3802"},{"name":"::Sandbox_1446","children":[{"name":"__ANON__[(eval 1786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1446::__ANON__[(eval 1786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1446::__ANON__[(eval 1786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3805-Eval::Closure::Sandbox_1446::__ANON__[(eval 1786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3804"},{"name":"::Sandbox_183","children":[{"name":"__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_183::__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_183::__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3807-Eval::Closure::Sandbox_183::__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n3806"},{"name":"::Sandbox_699","children":[{"name":"__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_699::__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_699::__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3809-Eval::Closure::Sandbox_699::__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5.1e-06},"id":"n3808"},{"name":"::Sandbox_1020","children":[{"name":"__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1020::__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1020::__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3811-Eval::Closure::Sandbox_1020::__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n3810"},{"name":"::Sandbox_1186","children":[{"name":"__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1186::__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_1186::__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"3813-Eval::Closure::Sandbox_1186::__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":8e-06},"id":"n3812"},{"name":"::Sandbox_412","children":[{"name":"__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_412::__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_412::__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3815-Eval::Closure::Sandbox_412::__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":3.9e-06},"id":"n3814"},{"name":"::Sandbox_1068","children":[{"name":"__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1068::__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1068::__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3817-Eval::Closure::Sandbox_1068::__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3816"},{"name":"::Sandbox_90","children":[{"name":"__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_90::__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_90::__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3819-Eval::Closure::Sandbox_90::__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n3818"},{"name":"::Sandbox_1077","children":[{"name":"__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1077::__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1077::__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"3821-Eval::Closure::Sandbox_1077::__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3820"},{"name":"::Sandbox_1496","children":[{"name":"__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1496::__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1496::__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3823-Eval::Closure::Sandbox_1496::__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3822"},{"name":"::Sandbox_302","children":[{"name":"__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_302::__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_302::__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3825-Eval::Closure::Sandbox_302::__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3824"},{"name":"::Sandbox_628","children":[{"name":"__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_628::__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_628::__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":1,"excl_time":7.8e-06,"$area":7.8e-06},"id":"3827-Eval::Closure::Sandbox_628::__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":7.8e-06},"id":"n3826"},{"name":"::Sandbox_772","children":[{"name":"__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_772::__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_772::__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3829-Eval::Closure::Sandbox_772::__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3828"},{"name":"::Sandbox_83","children":[{"name":"__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_83::__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_83::__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3831-Eval::Closure::Sandbox_83::__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]"}],"data":{"$area":4.3e-06},"id":"n3830"},{"name":"::Sandbox_279","children":[{"name":"__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_279::__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_279::__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"3833-Eval::Closure::Sandbox_279::__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3832"},{"name":"::Sandbox_66","children":[{"name":"__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_66::__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_66::__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3835-Eval::Closure::Sandbox_66::__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n3834"},{"name":"::Sandbox_35","children":[{"name":"__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_35::__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_35::__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3837-Eval::Closure::Sandbox_35::__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":4.8e-06},"id":"n3836"},{"name":"::Sandbox_877","children":[{"name":"__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_877::__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_877::__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"3839-Eval::Closure::Sandbox_877::__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3838"},{"name":"::Sandbox_1509","children":[{"name":"__ANON__[(eval 1877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1509::__ANON__[(eval 1877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1509::__ANON__[(eval 1877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3841-Eval::Closure::Sandbox_1509::__ANON__[(eval 1877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3840"},{"name":"::Sandbox_896","children":[{"name":"__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_896::__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_896::__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3843-Eval::Closure::Sandbox_896::__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3842"},{"name":"::Sandbox_480","children":[{"name":"__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_480::__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_480::__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3845-Eval::Closure::Sandbox_480::__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.9e-06},"id":"n3844"},{"name":"::Sandbox_205","children":[{"name":"__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_205::__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_205::__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3847-Eval::Closure::Sandbox_205::__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n3846"},{"name":"::Sandbox_1451","children":[{"name":"__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1451::__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1451::__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3849-Eval::Closure::Sandbox_1451::__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.7e-06},"id":"n3848"},{"name":"::Sandbox_1024","children":[{"name":"__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1024::__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1024::__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3851-Eval::Closure::Sandbox_1024::__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3850"},{"name":"::Sandbox_1424","children":[{"name":"__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1424::__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1424::__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3853-Eval::Closure::Sandbox_1424::__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n3852"},{"name":"::Sandbox_738","children":[{"name":"__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_738::__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_738::__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3855-Eval::Closure::Sandbox_738::__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3854"},{"name":"::Sandbox_443","children":[{"name":"__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_443::__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_443::__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":7.3e-06,"$area":7.3e-06},"id":"3857-Eval::Closure::Sandbox_443::__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.3e-06},"id":"n3856"},{"name":"::Sandbox_1278","children":[{"name":"__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1278::__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1278::__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3859-Eval::Closure::Sandbox_1278::__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3858"},{"name":"::Sandbox_564","children":[{"name":"__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_564::__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_564::__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3861-Eval::Closure::Sandbox_564::__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n3860"},{"name":"::Sandbox_457","children":[{"name":"__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_457::__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_457::__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3863-Eval::Closure::Sandbox_457::__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3862"},{"name":"::Sandbox_1172","children":[{"name":"__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1172::__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1172::__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3865-Eval::Closure::Sandbox_1172::__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3864"},{"name":"::Sandbox_1088","children":[{"name":"__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1088::__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1088::__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3867-Eval::Closure::Sandbox_1088::__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3866"},{"name":"::Sandbox_404","children":[{"name":"__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_404::__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_404::__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3869-Eval::Closure::Sandbox_404::__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3868"},{"name":"::Sandbox_264","children":[{"name":"__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_264::__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_264::__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"3871-Eval::Closure::Sandbox_264::__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n3870"},{"name":"::Sandbox_227","children":[{"name":"__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_227::__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_227::__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3873-Eval::Closure::Sandbox_227::__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.6e-06},"id":"n3872"},{"name":"::Sandbox_1538","children":[{"name":"__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1538::__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1538::__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":6.9e-06,"$area":6.9e-06},"id":"3875-Eval::Closure::Sandbox_1538::__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.9e-06},"id":"n3874"},{"name":"::Sandbox_270","children":[{"name":"__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_270::__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_270::__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3877-Eval::Closure::Sandbox_270::__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3876"},{"name":"::Sandbox_571","children":[{"name":"__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_571::__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_571::__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3879-Eval::Closure::Sandbox_571::__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3878"},{"name":"::Sandbox_857","children":[{"name":"__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_857::__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_857::__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3881-Eval::Closure::Sandbox_857::__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3880"},{"name":"::Sandbox_702","children":[{"name":"__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_702::__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_702::__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3883-Eval::Closure::Sandbox_702::__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3882"},{"name":"::Sandbox_277","children":[{"name":"__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_277::__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_277::__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3885-Eval::Closure::Sandbox_277::__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3884"},{"name":"::Sandbox_1472","children":[{"name":"__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1472::__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1472::__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"3887-Eval::Closure::Sandbox_1472::__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3886"},{"name":"::Sandbox_68","children":[{"name":"__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_68::__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_68::__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"3889-Eval::Closure::Sandbox_68::__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.8e-06},"id":"n3888"},{"name":"::Sandbox_1388","children":[{"name":"__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1388::__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1388::__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3891-Eval::Closure::Sandbox_1388::__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3890"},{"name":"::Sandbox_134","children":[{"name":"__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_134::__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_134::__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3893-Eval::Closure::Sandbox_134::__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.4e-06},"id":"n3892"},{"name":"::Sandbox_1381","children":[{"name":"__ANON__[(eval 1721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1381::__ANON__[(eval 1721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Eval::Closure::Sandbox_1381::__ANON__[(eval 1721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]","$color":3,"excl_time":1.58e-05,"$area":1.58e-05},"id":"3895-Eval::Closure::Sandbox_1381::__ANON__[(eval 1721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]"}],"data":{"$area":1.58e-05},"id":"n3894"},{"name":"::Sandbox_864","children":[{"name":"__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_864::__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_864::__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3897-Eval::Closure::Sandbox_864::__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3896"},{"name":"::Sandbox_393","children":[{"name":"__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_393::__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_393::__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3899-Eval::Closure::Sandbox_393::__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3898"},{"name":"::Sandbox_202","children":[{"name":"__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_202::__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_202::__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3901-Eval::Closure::Sandbox_202::__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3900"},{"name":"::Sandbox_1389","children":[{"name":"__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1389::__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_1389::__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":5e-06,"$area":5e-06},"id":"3903-Eval::Closure::Sandbox_1389::__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5e-06},"id":"n3902"},{"name":"::Sandbox_1353","children":[{"name":"__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1353::__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_1353::__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3905-Eval::Closure::Sandbox_1353::__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.2e-06},"id":"n3904"},{"name":"::Sandbox_1539","children":[{"name":"__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1539::__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1539::__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3907-Eval::Closure::Sandbox_1539::__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3906"},{"name":"::Sandbox_657","children":[{"name":"__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_657::__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_657::__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3909-Eval::Closure::Sandbox_657::__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3908"},{"name":"::Sandbox_1548","children":[{"name":"__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1548::__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1548::__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3911-Eval::Closure::Sandbox_1548::__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3910"},{"name":"::Sandbox_1482","children":[{"name":"__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1482::__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1482::__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3913-Eval::Closure::Sandbox_1482::__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3912"},{"name":"::Sandbox_382","children":[{"name":"__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_382::__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_382::__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3915-Eval::Closure::Sandbox_382::__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3914"},{"name":"::Sandbox_320","children":[{"name":"__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_320::__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_320::__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]","$color":3,"excl_time":9e-06,"$area":9e-06},"id":"3917-Eval::Closure::Sandbox_320::__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]"}],"data":{"$area":9e-06},"id":"n3916"},{"name":"::Sandbox_272","children":[{"name":"__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_272::__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_272::__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"3919-Eval::Closure::Sandbox_272::__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3918"},{"name":"::Sandbox_465","children":[{"name":"__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_465::__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_465::__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3921-Eval::Closure::Sandbox_465::__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3920"},{"name":"::Sandbox_964","children":[{"name":"__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_964::__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_964::__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3923-Eval::Closure::Sandbox_964::__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3922"},{"name":"::Sandbox_1427","children":[{"name":"__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1427::__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1427::__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3925-Eval::Closure::Sandbox_1427::__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n3924"},{"name":"::Sandbox_1372","children":[{"name":"__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1372::__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1372::__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3927-Eval::Closure::Sandbox_1372::__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3926"},{"name":"::Sandbox_478","children":[{"name":"__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_478::__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_478::__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3929-Eval::Closure::Sandbox_478::__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n3928"},{"name":"::Sandbox_1341","children":[{"name":"__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1341::__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1341::__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3931-Eval::Closure::Sandbox_1341::__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3930"},{"name":"::Sandbox_1273","children":[{"name":"__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1273::__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1273::__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3933-Eval::Closure::Sandbox_1273::__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3932"},{"name":"::Sandbox_537","children":[{"name":"__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_537::__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_537::__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"3935-Eval::Closure::Sandbox_537::__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5.5e-06},"id":"n3934"},{"name":"::Sandbox_178","children":[{"name":"__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_178::__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_178::__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":1,"excl_time":1.15e-05,"$area":1.15e-05},"id":"3937-Eval::Closure::Sandbox_178::__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":1.15e-05},"id":"n3936"},{"name":"::Sandbox_1066","children":[{"name":"__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1066::__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1066::__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3939-Eval::Closure::Sandbox_1066::__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3938"},{"name":"::Sandbox_646","children":[{"name":"__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_646::__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_646::__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3941-Eval::Closure::Sandbox_646::__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n3940"},{"name":"::Sandbox_1494","children":[{"name":"__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1494::__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1494::__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"3943-Eval::Closure::Sandbox_1494::__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3942"},{"name":"::Sandbox_716","children":[{"name":"__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_716::__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_716::__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3945-Eval::Closure::Sandbox_716::__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3944"},{"name":"::Sandbox_532","children":[{"name":"__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_532::__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_532::__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3947-Eval::Closure::Sandbox_532::__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n3946"},{"name":"::Sandbox_1541","children":[{"name":"__ANON__[(eval 1909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1541::__ANON__[(eval 1909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1541::__ANON__[(eval 1909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3949-Eval::Closure::Sandbox_1541::__ANON__[(eval 1909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3948"},{"name":"::Sandbox_143","children":[{"name":"__ANON__[(eval 243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_143::__ANON__[(eval 243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_143::__ANON__[(eval 243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3951-Eval::Closure::Sandbox_143::__ANON__[(eval 243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3950"},{"name":"::Sandbox_918","children":[{"name":"__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_918::__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_918::__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3953-Eval::Closure::Sandbox_918::__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3952"},{"name":"::Sandbox_775","children":[{"name":"__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_775::__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_775::__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3955-Eval::Closure::Sandbox_775::__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n3954"},{"name":"::Sandbox_1007","children":[{"name":"__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1007::__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1007::__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3957-Eval::Closure::Sandbox_1007::__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3956"},{"name":"::Sandbox_1500","children":[{"name":"__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1500::__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1500::__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"3959-Eval::Closure::Sandbox_1500::__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3958"},{"name":"::Sandbox_505","children":[{"name":"__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_505::__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_505::__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3961-Eval::Closure::Sandbox_505::__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3960"},{"name":"::Sandbox_365","children":[{"name":"__ANON__[(eval 525)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_365::__ANON__[(eval 525)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_365::__ANON__[(eval 525)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3963-Eval::Closure::Sandbox_365::__ANON__[(eval 525)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3962"},{"name":"::Sandbox_335","children":[{"name":"__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_335::__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_335::__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3965-Eval::Closure::Sandbox_335::__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3964"},{"name":"::Sandbox_310","children":[{"name":"__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_310::__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_310::__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3967-Eval::Closure::Sandbox_310::__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3966"},{"name":"::Sandbox_921","children":[{"name":"__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_921::__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_921::__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3969-Eval::Closure::Sandbox_921::__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3968"},{"name":"::Sandbox_370","children":[{"name":"__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_370::__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_370::__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3971-Eval::Closure::Sandbox_370::__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3970"},{"name":"::Sandbox_1517","children":[{"name":"__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1517::__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1517::__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3973-Eval::Closure::Sandbox_1517::__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n3972"},{"name":"::Sandbox_1474","children":[{"name":"__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1474::__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1474::__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3975-Eval::Closure::Sandbox_1474::__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3974"},{"name":"::Sandbox_727","children":[{"name":"__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_727::__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_727::__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3977-Eval::Closure::Sandbox_727::__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3976"},{"name":"::Sandbox_686","children":[{"name":"__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_686::__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_686::__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3979-Eval::Closure::Sandbox_686::__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3978"},{"name":"::Sandbox_142","children":[{"name":"__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_142::__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_142::__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3981-Eval::Closure::Sandbox_142::__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n3980"},{"name":"::Sandbox_424","children":[{"name":"__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_424::__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_424::__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3983-Eval::Closure::Sandbox_424::__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3982"},{"name":"::Sandbox_1299","children":[{"name":"__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1299::__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1299::__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3985-Eval::Closure::Sandbox_1299::__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.5e-06},"id":"n3984"},{"name":"::Sandbox_487","children":[{"name":"__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_487::__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_487::__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3987-Eval::Closure::Sandbox_487::__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3986"},{"name":"::Sandbox_504","children":[{"name":"__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_504::__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_504::__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3989-Eval::Closure::Sandbox_504::__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3988"},{"name":"::Sandbox_788","children":[{"name":"__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":0,"excl_time":8.39999999944001e-06,"$area":8.39999999944001e-06},"id":"3991-Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3992-Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.109999999944e-05},"id":"n3990"},{"name":"::Sandbox_634","children":[{"name":"__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_634::__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_634::__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"3994-Eval::Closure::Sandbox_634::__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3993"},{"name":"::Sandbox_155","children":[{"name":"__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_155::__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_155::__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"3996-Eval::Closure::Sandbox_155::__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3995"},{"name":"::Sandbox_1379","children":[{"name":"__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1379::__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1379::__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3998-Eval::Closure::Sandbox_1379::__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3997"},{"name":"::Sandbox_660","children":[{"name":"__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_660::__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_660::__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4000-Eval::Closure::Sandbox_660::__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3999"},{"name":"::Sandbox_566","children":[{"name":"__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_566::__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_566::__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4002-Eval::Closure::Sandbox_566::__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4001"},{"name":"::Sandbox_1286","children":[{"name":"__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1286::__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1286::__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4004-Eval::Closure::Sandbox_1286::__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4003"},{"name":"::Sandbox_493","children":[{"name":"__ANON__[(eval 659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:115]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_493::__ANON__[(eval 659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:115]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Eval::Closure::Sandbox_493::__ANON__[(eval 659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:115]","$color":3,"excl_time":1.28e-05,"$area":1.28e-05},"id":"4006-Eval::Closure::Sandbox_493::__ANON__[(eval 659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:115]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_493::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"Eval::Closure::Sandbox_493::CORE:match","$color":3,"excl_time":2.84e-05,"$area":2.84e-05},"id":"4007-Eval::Closure::Sandbox_493::CORE:match"}],"data":{"$area":4.12e-05},"id":"n4005"},{"name":"::Sandbox_848","children":[{"name":"__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4009-Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":5,"excl_time":8.70000000028131e-06,"$area":8.70000000028131e-06},"id":"4010-Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":1.13000000002813e-05},"id":"n4008"},{"name":"::Sandbox_841","children":[{"name":"__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_841::__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_841::__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4012-Eval::Closure::Sandbox_841::__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.5e-06},"id":"n4011"},{"name":"::Sandbox_916","children":[{"name":"__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_916::__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_916::__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4014-Eval::Closure::Sandbox_916::__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4013"},{"name":"::Sandbox_476","children":[{"name":"__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_476::__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_476::__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4016-Eval::Closure::Sandbox_476::__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4015"},{"name":"::Sandbox_1194","children":[{"name":"__ANON__[(eval 1421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1194::__ANON__[(eval 1421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1194::__ANON__[(eval 1421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4018-Eval::Closure::Sandbox_1194::__ANON__[(eval 1421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.1e-06},"id":"n4017"},{"name":"::Sandbox_585","children":[{"name":"__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_585::__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_585::__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4020-Eval::Closure::Sandbox_585::__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n4019"},{"name":"::Sandbox_559","children":[{"name":"__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_559::__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_559::__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4022-Eval::Closure::Sandbox_559::__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n4021"},{"name":"::Sandbox_690","children":[{"name":"__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_690::__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_690::__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4024-Eval::Closure::Sandbox_690::__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n4023"},{"name":"::Sandbox_973","children":[{"name":"__ANON__[(eval 1187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_973::__ANON__[(eval 1187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_973::__ANON__[(eval 1187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4026-Eval::Closure::Sandbox_973::__ANON__[(eval 1187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4025"},{"name":"::Sandbox_951","children":[{"name":"__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_951::__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_951::__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4028-Eval::Closure::Sandbox_951::__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n4027"},{"name":"::Sandbox_644","children":[{"name":"__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_644::__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_644::__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4030-Eval::Closure::Sandbox_644::__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4029"},{"name":"::Sandbox_1147","children":[{"name":"__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1147::__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1147::__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4032-Eval::Closure::Sandbox_1147::__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4031"},{"name":"::Sandbox_1246","children":[{"name":"__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1246::__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1246::__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4034-Eval::Closure::Sandbox_1246::__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n4033"},{"name":"::Sandbox_1406","children":[{"name":"__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1406::__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1406::__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4036-Eval::Closure::Sandbox_1406::__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4035"},{"name":"::Sandbox_269","children":[{"name":"__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_269::__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_269::__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4038-Eval::Closure::Sandbox_269::__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n4037"},{"name":"::Sandbox_246","children":[{"name":"__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_246::__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_246::__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"4040-Eval::Closure::Sandbox_246::__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.2e-06},"id":"n4039"},{"name":"::Sandbox_1363","children":[{"name":"__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1363::__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1363::__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4042-Eval::Closure::Sandbox_1363::__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4041"},{"name":"::Sandbox_827","children":[{"name":"__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_827::__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_827::__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4044-Eval::Closure::Sandbox_827::__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n4043"},{"name":"::Sandbox_55","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_55::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_55::CORE:match","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4046-Eval::Closure::Sandbox_55::CORE:match"},{"name":"__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4047-Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"},{"name":"__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":8,"excl_time":1.31999999999787e-05,"$area":1.31999999999787e-05},"id":"4048-Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":2.03999999999787e-05},"id":"n4045"},{"name":"::Sandbox_575","children":[{"name":"__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_575::__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_575::__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4050-Eval::Closure::Sandbox_575::__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n4049"},{"name":"::Sandbox_1051","children":[{"name":"__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1051::__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1051::__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4052-Eval::Closure::Sandbox_1051::__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n4051"},{"name":"::Sandbox_174","children":[{"name":"__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_174::__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_174::__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4054-Eval::Closure::Sandbox_174::__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4053"},{"name":"::Sandbox_898","children":[{"name":"__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_898::__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_898::__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4056-Eval::Closure::Sandbox_898::__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n4055"},{"name":"::Sandbox_107","children":[{"name":"__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_107::__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_107::__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4058-Eval::Closure::Sandbox_107::__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n4057"},{"name":"::Sandbox_76","children":[{"name":"__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_76::__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_76::__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4060-Eval::Closure::Sandbox_76::__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.4e-06},"id":"n4059"},{"name":"::Sandbox_946","children":[{"name":"__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_946::__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_946::__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4062-Eval::Closure::Sandbox_946::__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.8e-06},"id":"n4061"},{"name":"::Sandbox_1545","children":[{"name":"__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1545::__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_1545::__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":8.2e-06,"$area":8.2e-06},"id":"4064-Eval::Closure::Sandbox_1545::__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.2e-06},"id":"n4063"},{"name":"::Sandbox_673","children":[{"name":"__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_673::__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_673::__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4066-Eval::Closure::Sandbox_673::__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n4065"},{"name":"::Sandbox_592","children":[{"name":"__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_592::__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_592::__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4068-Eval::Closure::Sandbox_592::__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n4067"},{"name":"::Sandbox_232","children":[{"name":"__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_232::__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_232::__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4070-Eval::Closure::Sandbox_232::__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n4069"},{"name":"::Sandbox_1203","children":[{"name":"__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1203::__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1203::__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4072-Eval::Closure::Sandbox_1203::__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n4071"},{"name":"::Sandbox_283","children":[{"name":"__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_283::__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_283::__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4074-Eval::Closure::Sandbox_283::__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.5e-06},"id":"n4073"},{"name":"::Sandbox_674","children":[{"name":"__ANON__[(eval 884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_674::__ANON__[(eval 884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_674::__ANON__[(eval 884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4076-Eval::Closure::Sandbox_674::__ANON__[(eval 884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4075"},{"name":"::Sandbox_454","children":[{"name":"__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_454::__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_454::__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"4078-Eval::Closure::Sandbox_454::__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n4077"},{"name":"::Sandbox_1311","children":[{"name":"__ANON__[(eval 1651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1311::__ANON__[(eval 1651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1311::__ANON__[(eval 1651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4080-Eval::Closure::Sandbox_1311::__ANON__[(eval 1651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4079"},{"name":"::Sandbox_1526","children":[{"name":"__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1526::__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_1526::__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":9,"excl_time":7.4e-06,"$area":7.4e-06},"id":"4082-Eval::Closure::Sandbox_1526::__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":7.4e-06},"id":"n4081"},{"name":"::Sandbox_421","children":[{"name":"__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":0,"excl_time":1.21000000000946e-05,"$area":1.21000000000946e-05},"id":"4084-Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"},{"name":"__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4085-Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.45000000000946e-05},"id":"n4083"},{"name":"::Sandbox_1178","children":[{"name":"__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1178::__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1178::__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4087-Eval::Closure::Sandbox_1178::__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.3e-06},"id":"n4086"},{"name":"::Sandbox_95","children":[{"name":"__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_95::__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_95::__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4089-Eval::Closure::Sandbox_95::__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n4088"},{"name":"::Sandbox_813","children":[{"name":"__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_813::__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_813::__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.3e-06,"$area":3.3e-06},"id":"4091-Eval::Closure::Sandbox_813::__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n4090"},{"name":"::Sandbox_1004","children":[{"name":"__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1004::__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1004::__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4093-Eval::Closure::Sandbox_1004::__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n4092"},{"name":"::Sandbox_616","children":[{"name":"__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_616::__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_616::__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4095-Eval::Closure::Sandbox_616::__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n4094"},{"name":"::Sandbox_1426","children":[{"name":"__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1426::__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1426::__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4097-Eval::Closure::Sandbox_1426::__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n4096"},{"name":"::Sandbox_1258","children":[{"name":"__ANON__[(eval 1574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1258::__ANON__[(eval 1574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1258::__ANON__[(eval 1574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4099-Eval::Closure::Sandbox_1258::__ANON__[(eval 1574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4098"},{"name":"::Sandbox_990","children":[{"name":"__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":5,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4101-Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"},{"name":"__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 262&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002625,"subname":"Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":2.44000000028677e-05,"$area":2.44000000028677e-05},"id":"4102-Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":2.76000000028677e-05},"id":"n4100"},{"name":"::Sandbox_725","children":[{"name":"__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_725::__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_725::__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4104-Eval::Closure::Sandbox_725::__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4103"},{"name":"::Sandbox_807","children":[{"name":"__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_807::__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_807::__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4106-Eval::Closure::Sandbox_807::__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n4105"},{"name":"::Sandbox_1022","children":[{"name":"__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1022::__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_1022::__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":0,"excl_time":7.1e-06,"$area":7.1e-06},"id":"4108-Eval::Closure::Sandbox_1022::__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":7.1e-06},"id":"n4107"},{"name":"::Sandbox_981","children":[{"name":"__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_981::__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_981::__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4110-Eval::Closure::Sandbox_981::__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4109"},{"name":"::Sandbox_356","children":[{"name":"__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_356::__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_356::__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4112-Eval::Closure::Sandbox_356::__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.2e-06},"id":"n4111"},{"name":"::Sandbox_42","children":[{"name":"__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_42::__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_42::__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4114-Eval::Closure::Sandbox_42::__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.5e-06},"id":"n4113"},{"name":"::Sandbox_519","children":[{"name":"__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_519::__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_519::__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4116-Eval::Closure::Sandbox_519::__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n4115"},{"name":"::Sandbox_1357","children":[{"name":"__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1357::__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1357::__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4118-Eval::Closure::Sandbox_1357::__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4117"},{"name":"::Sandbox_128","children":[{"name":"__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_128::__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_128::__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4120-Eval::Closure::Sandbox_128::__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.4e-06},"id":"n4119"},{"name":"::Sandbox_1336","children":[{"name":"__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1336::__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1336::__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4122-Eval::Closure::Sandbox_1336::__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.5e-06},"id":"n4121"},{"name":"::Sandbox_831","children":[{"name":"__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_831::__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_831::__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4124-Eval::Closure::Sandbox_831::__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4123"},{"name":"::Sandbox_516","children":[{"name":"__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_516::__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_516::__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4126-Eval::Closure::Sandbox_516::__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.8e-06},"id":"n4125"},{"name":"::Sandbox_904","children":[{"name":"__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_904::__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_904::__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4128-Eval::Closure::Sandbox_904::__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n4127"},{"name":"::Sandbox_625","children":[{"name":"__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_625::__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_625::__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":0,"excl_time":5.7e-06,"$area":5.7e-06},"id":"4130-Eval::Closure::Sandbox_625::__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.7e-06},"id":"n4129"},{"name":"::Sandbox_234","children":[{"name":"__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_234::__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_234::__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4132-Eval::Closure::Sandbox_234::__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.1e-06},"id":"n4131"},{"name":"::Sandbox_11","children":[{"name":"__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_11::__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_11::__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4134-Eval::Closure::Sandbox_11::__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n4133"},{"name":"::Sandbox_1216","children":[{"name":"__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1216::__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1216::__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4136-Eval::Closure::Sandbox_1216::__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n4135"},{"name":"::Sandbox_58","children":[{"name":"__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_58::__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_58::__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4138-Eval::Closure::Sandbox_58::__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4137"},{"name":"::Sandbox_934","children":[{"name":"__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_934::__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_934::__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4140-Eval::Closure::Sandbox_934::__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n4139"},{"name":"::Sandbox_438","children":[{"name":"__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_438::__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_438::__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4142-Eval::Closure::Sandbox_438::__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4141"},{"name":"::Sandbox_1257","children":[{"name":"__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1257::__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1257::__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4144-Eval::Closure::Sandbox_1257::__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4143"},{"name":"::Sandbox_148","children":[{"name":"__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_148::__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_148::__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4146-Eval::Closure::Sandbox_148::__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n4145"},{"name":"::Sandbox_418","children":[{"name":"__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_418::__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_418::__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4148-Eval::Closure::Sandbox_418::__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4147"},{"name":"::Sandbox_260","children":[{"name":"__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_260::__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_260::__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4150-Eval::Closure::Sandbox_260::__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n4149"},{"name":"::Sandbox_1337","children":[{"name":"__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1337::__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1337::__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"4152-Eval::Closure::Sandbox_1337::__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n4151"},{"name":"::Sandbox_1029","children":[{"name":"__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1029::__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1029::__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4154-Eval::Closure::Sandbox_1029::__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4153"},{"name":"::Sandbox_759","children":[{"name":"__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_759::__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_759::__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4156-Eval::Closure::Sandbox_759::__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n4155"},{"name":"::Sandbox_395","children":[{"name":"__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_395::__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_395::__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4158-Eval::Closure::Sandbox_395::__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4157"},{"name":"::Sandbox_664","children":[{"name":"__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_664::__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_664::__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4160-Eval::Closure::Sandbox_664::__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.6e-06},"id":"n4159"},{"name":"::Sandbox_700","children":[{"name":"__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_700::__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_700::__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4162-Eval::Closure::Sandbox_700::__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5.4e-06},"id":"n4161"},{"name":"::Sandbox_281","children":[{"name":"__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_281::__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_281::__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"4164-Eval::Closure::Sandbox_281::__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n4163"},{"name":"::Sandbox_483","children":[{"name":"__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_483::__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_483::__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4166-Eval::Closure::Sandbox_483::__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n4165"},{"name":"::Sandbox_940","children":[{"name":"__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_940::__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_940::__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4168-Eval::Closure::Sandbox_940::__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4167"},{"name":"::Sandbox_784","children":[{"name":"__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_784::__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_784::__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4170-Eval::Closure::Sandbox_784::__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4169"},{"name":"::Sandbox_200","children":[{"name":"__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_200::__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_200::__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4172-Eval::Closure::Sandbox_200::__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n4171"},{"name":"::Sandbox_482","children":[{"name":"__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_482::__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_482::__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4174-Eval::Closure::Sandbox_482::__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4173"},{"name":"::Sandbox_798","children":[{"name":"__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_798::__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_798::__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4176-Eval::Closure::Sandbox_798::__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n4175"},{"name":"::Sandbox_290","children":[{"name":"__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_290::__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_290::__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4178-Eval::Closure::Sandbox_290::__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n4177"},{"name":"::Sandbox_1091","children":[{"name":"__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1091::__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_1091::__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":6,"excl_time":7.3e-06,"$area":7.3e-06},"id":"4180-Eval::Closure::Sandbox_1091::__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":7.3e-06},"id":"n4179"},{"name":"::Sandbox_1221","children":[{"name":"__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1221::__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1221::__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4182-Eval::Closure::Sandbox_1221::__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4181"},{"name":"::Sandbox_295","children":[{"name":"__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_295::__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_295::__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":10,"excl_time":7.2e-06,"$area":7.2e-06},"id":"4184-Eval::Closure::Sandbox_295::__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":7.2e-06},"id":"n4183"},{"name":"::Sandbox_1100","children":[{"name":"__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1100::__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1100::__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4186-Eval::Closure::Sandbox_1100::__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n4185"},{"name":"::Sandbox_825","children":[{"name":"__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_825::__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_825::__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4188-Eval::Closure::Sandbox_825::__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n4187"},{"name":"::Sandbox_300","children":[{"name":"__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_300::__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_300::__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":6.8e-06,"$area":6.8e-06},"id":"4190-Eval::Closure::Sandbox_300::__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.8e-06},"id":"n4189"},{"name":"::Sandbox_1226","children":[{"name":"__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1226::__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1226::__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4192-Eval::Closure::Sandbox_1226::__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.6e-06},"id":"n4191"},{"name":"::Sandbox_1019","children":[{"name":"__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1019::__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1019::__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4194-Eval::Closure::Sandbox_1019::__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4193"},{"name":"::Sandbox_1302","children":[{"name":"__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1302::__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1302::__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"4196-Eval::Closure::Sandbox_1302::__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n4195"},{"name":"::Sandbox_1569","children":[{"name":"__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1569::__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1569::__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4198-Eval::Closure::Sandbox_1569::__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n4197"},{"name":"::Sandbox_551","children":[{"name":"__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_551::__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_551::__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4200-Eval::Closure::Sandbox_551::__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4199"},{"name":"::Sandbox_697","children":[{"name":"__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_697::__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_697::__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"4202-Eval::Closure::Sandbox_697::__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.2e-06},"id":"n4201"},{"name":"::Sandbox_754","children":[{"name":"__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_754::__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_754::__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4204-Eval::Closure::Sandbox_754::__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n4203"},{"name":"::Sandbox_1477","children":[{"name":"__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1477::__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1477::__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"4206-Eval::Closure::Sandbox_1477::__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n4205"},{"name":"::Sandbox_1230","children":[{"name":"__ANON__[(eval 1527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1230::__ANON__[(eval 1527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1230::__ANON__[(eval 1527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4208-Eval::Closure::Sandbox_1230::__ANON__[(eval 1527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n4207"},{"name":"::Sandbox_225","children":[{"name":"__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_225::__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_225::__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4210-Eval::Closure::Sandbox_225::__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4209"},{"name":"::Sandbox_931","children":[{"name":"__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_931::__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_931::__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"4212-Eval::Closure::Sandbox_931::__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n4211"},{"name":"::Sandbox_552","children":[{"name":"__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_552::__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_552::__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4214-Eval::Closure::Sandbox_552::__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4213"},{"name":"::Sandbox_1115","children":[{"name":"__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1115::__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1115::__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4216-Eval::Closure::Sandbox_1115::__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n4215"},{"name":"::Sandbox_1107","children":[{"name":"__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1107::__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1107::__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4218-Eval::Closure::Sandbox_1107::__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4217"},{"name":"::Sandbox_1012","children":[{"name":"__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1012::__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_1012::__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":7.6e-06,"$area":7.6e-06},"id":"4220-Eval::Closure::Sandbox_1012::__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.6e-06},"id":"n4219"},{"name":"::Sandbox_1513","children":[{"name":"__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1513::__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1513::__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4222-Eval::Closure::Sandbox_1513::__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n4221"},{"name":"::Sandbox_893","children":[{"name":"__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_893::__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_893::__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4224-Eval::Closure::Sandbox_893::__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n4223"},{"name":"::Sandbox_218","children":[{"name":"__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_218::__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_218::__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4226-Eval::Closure::Sandbox_218::__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n4225"},{"name":"::Sandbox_528","children":[{"name":"__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_528::__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_528::__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4228-Eval::Closure::Sandbox_528::__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n4227"},{"name":"::Sandbox_448","children":[{"name":"__ANON__[(eval 609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_448::__ANON__[(eval 609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_448::__ANON__[(eval 609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":1,"excl_time":7.3e-06,"$area":7.3e-06},"id":"4230-Eval::Closure::Sandbox_448::__ANON__[(eval 609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":7.3e-06},"id":"n4229"},{"name":"::Sandbox_1150","children":[{"name":"__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1150::__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_1150::__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":5.7e-06,"$area":5.7e-06},"id":"4232-Eval::Closure::Sandbox_1150::__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.7e-06},"id":"n4231"},{"name":"::Sandbox_1447","children":[{"name":"__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1447::__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1447::__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4234-Eval::Closure::Sandbox_1447::__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4233"},{"name":"::Sandbox_1126","children":[{"name":"__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1126::__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_1126::__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":5.5e-06,"$area":5.5e-06},"id":"4236-Eval::Closure::Sandbox_1126::__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.5e-06},"id":"n4235"},{"name":"::Sandbox_1034","children":[{"name":"__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1034::__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1034::__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":6e-06,"$area":6e-06},"id":"4238-Eval::Closure::Sandbox_1034::__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n4237"},{"name":"::Sandbox_375","children":[{"name":"__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_375::__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_375::__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"4240-Eval::Closure::Sandbox_375::__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":5.1e-06},"id":"n4239"},{"name":"::Sandbox_1396","children":[{"name":"__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1396::__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1396::__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4242-Eval::Closure::Sandbox_1396::__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n4241"},{"name":"::Sandbox_1355","children":[{"name":"__ANON__[(eval 1695)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1355::__ANON__[(eval 1695)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1355::__ANON__[(eval 1695)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4244-Eval::Closure::Sandbox_1355::__ANON__[(eval 1695)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":3.2e-06},"id":"n4243"},{"name":"::Sandbox_45","children":[{"name":"__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_45::__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_45::__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]","$color":6,"excl_time":1.05e-05,"$area":1.05e-05},"id":"4246-Eval::Closure::Sandbox_45::__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]"}],"data":{"$area":1.05e-05},"id":"n4245"},{"name":"::Sandbox_496","children":[{"name":"__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_496::__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_496::__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4248-Eval::Closure::Sandbox_496::__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n4247"},{"name":"::Sandbox_1161","children":[{"name":"__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1161::__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1161::__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4250-Eval::Closure::Sandbox_1161::__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.2e-06},"id":"n4249"},{"name":"::Sandbox_1153","children":[{"name":"__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1153::__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1153::__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"4252-Eval::Closure::Sandbox_1153::__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n4251"},{"name":"::Sandbox_707","children":[{"name":"__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_707::__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_707::__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4254-Eval::Closure::Sandbox_707::__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":5.3e-06},"id":"n4253"},{"name":"::Sandbox_1350","children":[{"name":"__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1350::__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1350::__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4256-Eval::Closure::Sandbox_1350::__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n4255"},{"name":"::Sandbox_29","children":[{"name":"__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_29::__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_29::__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4258-Eval::Closure::Sandbox_29::__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n4257"},{"name":"::Sandbox_479","children":[{"name":"__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_479::__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_479::__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4260-Eval::Closure::Sandbox_479::__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n4259"},{"name":"::Sandbox_1386","children":[{"name":"__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1386::__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1386::__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4262-Eval::Closure::Sandbox_1386::__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n4261"},{"name":"::Sandbox_419","children":[{"name":"__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_419::__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_419::__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4264-Eval::Closure::Sandbox_419::__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4263"},{"name":"::Sandbox_879","children":[{"name":"__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_879::__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_879::__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4266-Eval::Closure::Sandbox_879::__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n4265"},{"name":"::Sandbox_866","children":[{"name":"__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_866::__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_866::__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4268-Eval::Closure::Sandbox_866::__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4267"},{"name":"::Sandbox_1275","children":[{"name":"__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1275::__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1275::__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"4270-Eval::Closure::Sandbox_1275::__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n4269"},{"name":"::Sandbox_113","children":[{"name":"__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_113::__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_113::__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4272-Eval::Closure::Sandbox_113::__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n4271"},{"name":"::Sandbox_891","children":[{"name":"__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_891::__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_891::__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4274-Eval::Closure::Sandbox_891::__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.8e-06},"id":"n4273"},{"name":"::Sandbox_197","children":[{"name":"__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_197::__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_197::__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":7.8e-06,"$area":7.8e-06},"id":"4276-Eval::Closure::Sandbox_197::__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":7.8e-06},"id":"n4275"},{"name":"::Sandbox_19","children":[{"name":"__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_19::__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_19::__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"4278-Eval::Closure::Sandbox_19::__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":4.7e-06},"id":"n4277"},{"name":"::Sandbox_160","children":[{"name":"__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_160::__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_160::__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4280-Eval::Closure::Sandbox_160::__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4279"},{"name":"::Sandbox_126","children":[{"name":"__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_126::__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_126::__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","$color":9,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4282-Eval::Closure::Sandbox_126::__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":5.4e-06},"id":"n4281"},{"name":"::Sandbox_605","children":[{"name":"__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_605::__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_605::__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4284-Eval::Closure::Sandbox_605::__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4283"},{"name":"::Sandbox_1009","children":[{"name":"__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1009::__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1009::__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4286-Eval::Closure::Sandbox_1009::__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n4285"},{"name":"::Sandbox_1458","children":[{"name":"__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1458::__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1458::__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4288-Eval::Closure::Sandbox_1458::__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n4287"},{"name":"::Sandbox_872","children":[{"name":"__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_872::__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_872::__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4290-Eval::Closure::Sandbox_872::__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n4289"},{"name":"::Sandbox_659","children":[{"name":"__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_659::__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_659::__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4292-Eval::Closure::Sandbox_659::__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4291"},{"name":"::Sandbox_793","children":[{"name":"__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_793::__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_793::__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":10,"excl_time":7.3e-06,"$area":7.3e-06},"id":"4294-Eval::Closure::Sandbox_793::__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":7.3e-06},"id":"n4293"},{"name":"::Sandbox_1188","children":[{"name":"__ANON__[(eval 1414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_1188::__ANON__[(eval 1414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1188::__ANON__[(eval 1414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4296-Eval::Closure::Sandbox_1188::__ANON__[(eval 1414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n4295"},{"name":"::Sandbox_441","children":[{"name":"__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_441::__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_441::__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":3,"excl_time":6.2e-06,"$area":6.2e-06},"id":"4298-Eval::Closure::Sandbox_441::__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":6.2e-06},"id":"n4297"},{"name":"::Sandbox_376","children":[{"name":"__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_376::__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_376::__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":5e-06,"$area":5e-06},"id":"4300-Eval::Closure::Sandbox_376::__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5e-06},"id":"n4299"},{"name":"::Sandbox_742","children":[{"name":"__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_742::__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_742::__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":7,"excl_time":7.5e-06,"$area":7.5e-06},"id":"4302-Eval::Closure::Sandbox_742::__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":7.5e-06},"id":"n4301"},{"name":"::Sandbox_820","children":[{"name":"__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","children":[],"data":{"tip":"<p><b>Eval::Closure::Sandbox_820::__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_820::__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4304-Eval::Closure::Sandbox_820::__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4303"}],"data":{"$area":0.387065999999869},"id":"n1126"}],"data":{"$area":0.387065999999869},"id":"n1125"},{"name":"Errno","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Errno::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Errno::BEGIN@9","$color":0,"excl_time":1.52000000000028e-05,"$area":1.52000000000028e-05},"id":"4306-Errno::BEGIN@9"},{"name":"TIEHASH","children":[],"data":{"tip":"<p><b>Errno::TIEHASH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Errno::TIEHASH","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"4307-Errno::TIEHASH"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Errno::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 839&micro;s, 0.00%<br />Exclusive time: 711&micro;s, 0.00%</p>","incl_time":0.0008391,"subname":"Errno::BEGIN@8","$color":0,"excl_time":0.00071060000000001,"$area":0.00071060000000001},"id":"4308-Errno::BEGIN@8"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Errno::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.00%</p>","incl_time":0.000155,"subname":"Errno::BEGIN@21","$color":0,"excl_time":0.000155,"$area":0.000155},"id":"4309-Errno::BEGIN@21"}],"data":{"$area":0.000886900000000013},"id":"n4305"},{"name":"DBI","children":[{"name":"BEGIN@959","children":[],"data":{"tip":"<p><b>DBI::BEGIN@959</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"DBI::BEGIN@959","$color":2,"excl_time":7.59999999979471e-06,"$area":7.59999999979471e-06},"id":"4311-DBI::BEGIN@959"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>DBI::CORE:subst</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"DBI::CORE:subst","$color":2,"excl_time":6.4e-06,"$area":6.4e-06},"id":"4312-DBI::CORE:subst"},{"name":"END","children":[],"data":{"tip":"<p><b>DBI::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":8.87e-05,"subname":"DBI::END","$color":2,"excl_time":4.69999999958588e-05,"$area":4.69999999958588e-05},"id":"4313-DBI::END"},{"name":"BEGIN@157","children":[],"data":{"tip":"<p><b>DBI::BEGIN@157</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"DBI::BEGIN@157","$color":2,"excl_time":5.7e-06,"$area":5.7e-06},"id":"4314-DBI::BEGIN@157"},{"name":"BEGIN@270","children":[],"data":{"tip":"<p><b>DBI::BEGIN@270</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"DBI::BEGIN@270","$color":2,"excl_time":1.24000000000725e-05,"$area":1.24000000000725e-05},"id":"4315-DBI::BEGIN@270"},{"name":"_install_method","children":[],"data":{"tip":"<p><b>DBI::_install_method</b></p><p><br />Called 104 times from 2 places in 1 file<br />Inclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0003791,"subname":"DBI::_install_method","$color":2,"excl_time":0.0003791,"$area":0.0003791},"id":"4316-DBI::_install_method"},{"name":"_new_handle","children":[],"data":{"tip":"<p><b>DBI::_new_handle</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001144,"subname":"DBI::_new_handle","$color":2,"excl_time":0.0001144,"$area":0.0001144},"id":"4317-DBI::_new_handle"},{"name":"BEGIN@274","children":[],"data":{"tip":"<p><b>DBI::BEGIN@274</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"DBI::BEGIN@274","$color":2,"excl_time":9.89999999983809e-06,"$area":9.89999999983809e-06},"id":"4318-DBI::BEGIN@274"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBI::CORE:match</b></p><p><br />Called 126 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"DBI::CORE:match","$color":2,"excl_time":3.25e-05,"$area":3.25e-05},"id":"4319-DBI::CORE:match"},{"name":"connect","children":[],"data":{"tip":"<p><b>DBI::connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.52ms, 0.01%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.00552,"subname":"DBI::connect","$color":2,"excl_time":6.50000000022325e-05,"$area":6.50000000022325e-05},"id":"4320-DBI::connect"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:725]","children":[],"data":{"tip":"<p><b>DBI::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:725]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 477&micro;s, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0004765,"subname":"DBI::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:725]","$color":2,"excl_time":7.13000000041134e-05,"$area":7.13000000041134e-05},"id":"4321-DBI::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:725]"},{"name":"_concat_hash_sorted","children":[],"data":{"tip":"<p><b>DBI::_concat_hash_sorted</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"DBI::_concat_hash_sorted","$color":2,"excl_time":7.5e-06,"$area":7.5e-06},"id":"4322-DBI::_concat_hash_sorted"},{"name":"BEGIN@862","children":[],"data":{"tip":"<p><b>DBI::BEGIN@862</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"DBI::BEGIN@862","$color":2,"excl_time":7.60000000009815e-06,"$area":7.60000000009815e-06},"id":"4323-DBI::BEGIN@862"},{"name":"disconnect_all","children":[],"data":{"tip":"<p><b>DBI::disconnect_all</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"DBI::disconnect_all","$color":2,"excl_time":2.58000000021567e-05,"$area":2.58000000021567e-05},"id":"4324-DBI::disconnect_all"},{"name":"BEGIN@1030","children":[],"data":{"tip":"<p><b>DBI::BEGIN@1030</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"DBI::BEGIN@1030","$color":2,"excl_time":1.1900000000076e-05,"$area":1.1900000000076e-05},"id":"4325-DBI::BEGIN@1030"},{"name":"_new_dbh","children":[],"data":{"tip":"<p><b>DBI::_new_dbh</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"DBI::_new_dbh","$color":2,"excl_time":1.3900000001226e-05,"$area":1.3900000001226e-05},"id":"4326-DBI::_new_dbh"},{"name":"BEGIN@797","children":[],"data":{"tip":"<p><b>DBI::BEGIN@797</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"DBI::BEGIN@797","$color":2,"excl_time":8.79999999995837e-06,"$area":8.79999999995837e-06},"id":"4327-DBI::BEGIN@797"},{"name":"BEGIN@158","children":[],"data":{"tip":"<p><b>DBI::BEGIN@158</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"DBI::BEGIN@158","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"4328-DBI::BEGIN@158"},{"name":"setup_driver","children":[],"data":{"tip":"<p><b>DBI::setup_driver</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 184&micro;s, 0.00%<br />Exclusive time: 158&micro;s, 0.00%</p>","incl_time":0.0001842,"subname":"DBI::setup_driver","$color":2,"excl_time":0.000158199999994589,"$area":0.000158199999994589},"id":"4329-DBI::setup_driver"},{"name":"BEGIN@684","children":[],"data":{"tip":"<p><b>DBI::BEGIN@684</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"DBI::BEGIN@684","$color":2,"excl_time":8.90000000005214e-06,"$area":8.90000000005214e-06},"id":"4330-DBI::BEGIN@684"},{"name":"BEGIN@831","children":[],"data":{"tip":"<p><b>DBI::BEGIN@831</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"DBI::BEGIN@831","$color":2,"excl_time":7.90000000014503e-06,"$area":7.90000000014503e-06},"id":"4331-DBI::BEGIN@831"},{"name":"_new_sth","children":[],"data":{"tip":"<p><b>DBI::_new_sth</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":7.65e-05,"subname":"DBI::_new_sth","$color":2,"excl_time":2.49000000009587e-05,"$area":2.49000000009587e-05},"id":"4332-DBI::_new_sth"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>DBI::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"DBI::BEGIN@13","$color":2,"excl_time":2.33e-05,"$area":2.33e-05},"id":"4333-DBI::BEGIN@13"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>DBI::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0003788,"subname":"DBI::bootstrap","$color":2,"excl_time":0.0003788,"$area":0.0003788},"id":"4334-DBI::bootstrap"},{"name":"BEGIN@159","children":[],"data":{"tip":"<p><b>DBI::BEGIN@159</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"DBI::BEGIN@159","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4335-DBI::BEGIN@159"},{"name":"install_driver","children":[],"data":{"tip":"<p><b>DBI::install_driver</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.94ms, 0.01%<br />Exclusive time: 3.41ms, 0.00%</p>","incl_time":0.0049438,"subname":"DBI::install_driver","$color":2,"excl_time":0.0034144999999915,"$area":0.0034144999999915},"id":"4336-DBI::install_driver"},{"name":"looks_like_number","children":[],"data":{"tip":"<p><b>DBI::looks_like_number</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"DBI::looks_like_number","$color":2,"excl_time":2.91e-05,"$area":2.91e-05},"id":"4337-DBI::looks_like_number"},{"name":"BEGIN@161","children":[],"data":{"tip":"<p><b>DBI::BEGIN@161</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.16ms, 0.00%<br />Exclusive time: 343&micro;s, 0.00%</p>","incl_time":0.0011615,"subname":"DBI::BEGIN@161","$color":2,"excl_time":0.000342899999994557,"$area":0.000342899999994557},"id":"4338-DBI::BEGIN@161"},{"name":"BEGIN@527","children":[],"data":{"tip":"<p><b>DBI::BEGIN@527</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"DBI::BEGIN@527","$color":2,"excl_time":2.19999999999628e-05,"$area":2.19999999999628e-05},"id":"4339-DBI::BEGIN@527"},{"name":"_new_drh","children":[],"data":{"tip":"<p><b>DBI::_new_drh</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":5.95e-05,"subname":"DBI::_new_drh","$color":2,"excl_time":1.96999999967461e-05,"$area":1.96999999967461e-05},"id":"4340-DBI::_new_drh"},{"name":"::db","children":[{"name":"prepare","children":[],"data":{"tip":"<p><b>DBI::db::prepare</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 440&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004397,"subname":"DBI::db::prepare","$color":4,"excl_time":1.17000000005712e-05,"$area":1.17000000005712e-05},"id":"4342-DBI::db::prepare"},{"name":"commit","children":[],"data":{"tip":"<p><b>DBI::db::commit</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 357ms, 0.50%</p>","incl_time":0.3566931,"subname":"DBI::db::commit","$color":4,"excl_time":0.3566931,"$area":0.3566931},"id":"4343-DBI::db::commit"},{"name":"sqlite_create_function","children":[],"data":{"tip":"<p><b>DBI::db::sqlite_create_function</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"DBI::db::sqlite_create_function","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"4344-DBI::db::sqlite_create_function"},{"name":"connected","children":[],"data":{"tip":"<p><b>DBI::db::connected</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"DBI::db::connected","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"4345-DBI::db::connected"},{"name":"begin_work","children":[],"data":{"tip":"<p><b>DBI::db::begin_work</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"DBI::db::begin_work","$color":4,"excl_time":2.23999999959092e-05,"$area":2.23999999959092e-05},"id":"4346-DBI::db::begin_work"},{"name":"sqlite_collation_needed","children":[],"data":{"tip":"<p><b>DBI::db::sqlite_collation_needed</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"DBI::db::sqlite_collation_needed","$color":4,"excl_time":6.6e-06,"$area":6.6e-06},"id":"4347-DBI::db::sqlite_collation_needed"},{"name":"sqlite_register_fts3_perl_tokenizer","children":[],"data":{"tip":"<p><b>DBI::db::sqlite_register_fts3_perl_tokenizer</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%</p>","incl_time":6.5e-05,"subname":"DBI::db::sqlite_register_fts3_perl_tokenizer","$color":4,"excl_time":6.5e-05,"$area":6.5e-05},"id":"4348-DBI::db::sqlite_register_fts3_perl_tokenizer"},{"name":"prepare_cached","children":[],"data":{"tip":"<p><b>DBI::db::prepare_cached</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 612&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.000612,"subname":"DBI::db::prepare_cached","$color":4,"excl_time":5.30000000044647e-05,"$area":5.30000000044647e-05},"id":"4349-DBI::db::prepare_cached"}],"data":{"$area":0.356863300000001},"id":"n4341"},{"name":"::var","children":[{"name":"TIESCALAR","children":[],"data":{"tip":"<p><b>DBI::var::TIESCALAR</b></p><p><br />Called 5 times from 5 places in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"DBI::var::TIESCALAR","$color":6,"excl_time":1.65e-05,"$area":1.65e-05},"id":"4351-DBI::var::TIESCALAR"}],"data":{"$area":1.65e-05},"id":"n4350"},{"name":"::dr","children":[{"name":"connect","children":[],"data":{"tip":"<p><b>DBI::dr::connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 383&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.000383,"subname":"DBI::dr::connect","$color":8,"excl_time":6.20000000204344e-06,"$area":6.20000000204344e-06},"id":"4353-DBI::dr::connect"},{"name":"default_user","children":[],"data":{"tip":"<p><b>DBI::dr::default_user</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"DBI::dr::default_user","$color":8,"excl_time":2.21999999971506e-05,"$area":2.21999999971506e-05},"id":"4354-DBI::dr::default_user"},{"name":"disconnect_all","children":[],"data":{"tip":"<p><b>DBI::dr::disconnect_all</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"DBI::dr::disconnect_all","$color":8,"excl_time":1.38e-05,"$area":1.38e-05},"id":"4355-DBI::dr::disconnect_all"}],"data":{"$area":4.2199999999194e-05},"id":"n4352"},{"name":"::common","children":[{"name":"FETCH","children":[],"data":{"tip":"<p><b>DBI::common::FETCH</b></p><p><br />Called 11 times from 6 places in 2 files<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"DBI::common::FETCH","$color":10,"excl_time":5.15e-05,"$area":5.15e-05},"id":"4357-DBI::common::FETCH"},{"name":"STORE","children":[],"data":{"tip":"<p><b>DBI::common::STORE</b></p><p><br />Called 11 times from 6 places in 2 files<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"DBI::common::STORE","$color":10,"excl_time":3.09e-05,"$area":3.09e-05},"id":"4358-DBI::common::STORE"}],"data":{"$area":8.24e-05},"id":"n4356"},{"name":"::st","children":[{"name":"execute","children":[],"data":{"tip":"<p><b>DBI::st::execute</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 520ms, 0.73%</p>","incl_time":0.520215599999999,"subname":"DBI::st::execute","$color":1,"excl_time":0.520215599999999,"$area":0.520215599999999},"id":"4360-DBI::st::execute"},{"name":"finish","children":[],"data":{"tip":"<p><b>DBI::st::finish</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"DBI::st::finish","$color":1,"excl_time":1e-05,"$area":1e-05},"id":"4361-DBI::st::finish"},{"name":"execute_for_fetch","children":[],"data":{"tip":"<p><b>DBI::st::execute_for_fetch</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 573ms, 0.81%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.5729455,"subname":"DBI::st::execute_for_fetch","$color":1,"excl_time":3.80000000006335e-05,"$area":3.80000000006335e-05},"id":"4362-DBI::st::execute_for_fetch"},{"name":"bind_param_array","children":[],"data":{"tip":"<p><b>DBI::st::bind_param_array</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 1.96ms, 0.00%<br />Exclusive time: 117&micro;s, 0.00%</p>","incl_time":0.0019606,"subname":"DBI::st::bind_param_array","$color":1,"excl_time":0.000117199999973081,"$area":0.000117199999973081},"id":"4363-DBI::st::bind_param_array"},{"name":"execute_array","children":[],"data":{"tip":"<p><b>DBI::st::execute_array</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 573ms, 0.81%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.5732086,"subname":"DBI::st::execute_array","$color":1,"excl_time":2.40000000023992e-05,"$area":2.40000000023992e-05},"id":"4364-DBI::st::execute_array"}],"data":{"$area":0.520404799999975},"id":"n4359"}],"data":{"$area":0.882676099999959},"id":"n4310"},{"name":"base","children":[{"name":"import","children":[],"data":{"tip":"<p><b>base::import</b></p><p><br />Called 137 times from 137 places in 130 files<br />Inclusive time: 127ms, 0.18%<br />Exclusive time: 34.5ms, 0.05%<br />Recursion: max depth 2, recursive inclusive time 42.4ms</p>","incl_time":0.1267826,"subname":"base::import","$color":3,"excl_time":0.0344826000000004,"$area":0.0344826000000004},"id":"4366-base::import"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>base::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"base::BEGIN@4","$color":3,"excl_time":5.89999999999894e-06,"$area":5.89999999999894e-06},"id":"4367-base::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>base::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"base::BEGIN@3","$color":3,"excl_time":1.05000000000017e-05,"$area":1.05000000000017e-05},"id":"4368-base::BEGIN@3"},{"name":"has_fields","children":[],"data":{"tip":"<p><b>base::has_fields</b></p><p><br />Called 149 times from 1 place in 1 file<br />Inclusive time: 559&micro;s, 0.00%</p>","incl_time":0.000559000000000001,"subname":"base::has_fields","$color":3,"excl_time":0.000559000000000001,"$area":0.000559000000000001},"id":"4369-base::has_fields"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>base::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"base::BEGIN@1","$color":3,"excl_time":1.52999999999987e-05,"$area":1.52999999999987e-05},"id":"4370-base::BEGIN@1"},{"name":"has_attr","children":[],"data":{"tip":"<p><b>base::has_attr</b></p><p><br />Called 149 times from 1 place in 1 file<br />Inclusive time: 427&micro;s, 0.00%</p>","incl_time":0.0004273,"subname":"base::has_attr","$color":3,"excl_time":0.0004273,"$area":0.0004273},"id":"4371-base::has_attr"}],"data":{"$area":0.0355006000000004},"id":"n4365"},{"name":"warnings","children":[{"name":"::register","children":[{"name":"import","children":[],"data":{"tip":"<p><b>warnings::register::import</b></p><p><br />Called 10 times from 10 places in 10 files<br />Inclusive time: 939&micro;s, 0.00%<br />Exclusive time: 99&micro;s, 0.00%</p>","incl_time":0.0009389,"subname":"warnings::register::import","$color":5,"excl_time":9.85999999997706e-05,"$area":9.85999999997706e-05},"id":"4374-warnings::register::import"}],"data":{"$area":9.85999999997706e-05},"id":"n4373"},{"name":"_mkMask","children":[],"data":{"tip":"<p><b>warnings::_mkMask</b></p><p><br />Called 20 times from 2 places in 1 file<br />Inclusive time: 81&micro;s, 0.00%</p>","incl_time":8.14e-05,"subname":"warnings::_mkMask","$color":7,"excl_time":8.14e-05,"$area":8.14e-05},"id":"4375-warnings::_mkMask"},{"name":"__chk","children":[],"data":{"tip":"<p><b>warnings::__chk</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 4.52ms, 0.01%<br />Exclusive time: 628&micro;s, 0.00%</p>","incl_time":0.0045177,"subname":"warnings::__chk","$color":7,"excl_time":0.000627899999998613,"$area":0.000627899999998613},"id":"4376-warnings::__chk"},{"name":"import","children":[],"data":{"tip":"<p><b>warnings::import</b></p><p><br />Called 524 times from 242 places in 237 files<br />Inclusive time: 3.59ms, 0.01%<br />Exclusive time: 3.57ms, 0.01%</p>","incl_time":0.0035881,"subname":"warnings::import","$color":7,"excl_time":0.00356709999999973,"$area":0.00356709999999973},"id":"4377-warnings::import"},{"name":"register_categories","children":[],"data":{"tip":"<p><b>warnings::register_categories</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 840&micro;s, 0.00%<br />Exclusive time: 759&micro;s, 0.00%</p>","incl_time":0.0008403,"subname":"warnings::register_categories","$color":7,"excl_time":0.000758900000000438,"$area":0.000758900000000438},"id":"4378-warnings::register_categories"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>warnings::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"warnings::CORE:match","$color":7,"excl_time":9.3e-06,"$area":9.3e-06},"id":"4379-warnings::CORE:match"},{"name":"unimport","children":[],"data":{"tip":"<p><b>warnings::unimport</b></p><p><br />Called 96 times from 95 places in 59 files<br />Inclusive time: 1.27ms, 0.00%</p>","incl_time":0.0012736,"subname":"warnings::unimport","$color":7,"excl_time":0.0012736,"$area":0.0012736},"id":"4380-warnings::unimport"},{"name":"enabled","children":[],"data":{"tip":"<p><b>warnings::enabled</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 4.63ms, 0.01%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0046302,"subname":"warnings::enabled","$color":7,"excl_time":0.000112500000001486,"$area":0.000112500000001486},"id":"4381-warnings::enabled"},{"name":"_bits","children":[],"data":{"tip":"<p><b>warnings::_bits</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"warnings::_bits","$color":7,"excl_time":2.1e-05,"$area":2.1e-05},"id":"4382-warnings::_bits"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>warnings::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"warnings::CORE:regcomp","$color":7,"excl_time":2.91e-05,"$area":2.91e-05},"id":"4383-warnings::CORE:regcomp"},{"name":"_error_loc","children":[],"data":{"tip":"<p><b>warnings::_error_loc</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%</p>","incl_time":8.11e-05,"subname":"warnings::_error_loc","$color":7,"excl_time":8.11e-05,"$area":8.11e-05},"id":"4384-warnings::_error_loc"}],"data":{"$area":0.00666050000000004},"id":"n4372"},{"name":"DBD","children":[{"name":"::Switch","children":[{"name":"::dr","children":[],"data":{"$area":0},"id":"n4387"}],"data":{"$area":0},"id":"n4386"},{"name":"::SQLite","children":[{"name":"::_WriteOnceHash","children":[{"name":"TIEHASH","children":[],"data":{"tip":"<p><b>DBD::SQLite::_WriteOnceHash::TIEHASH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"DBD::SQLite::_WriteOnceHash::TIEHASH","$color":0,"excl_time":9.4e-06,"$area":9.4e-06},"id":"4390-DBD::SQLite::_WriteOnceHash::TIEHASH"},{"name":"STORE","children":[],"data":{"tip":"<p><b>DBD::SQLite::_WriteOnceHash::STORE</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"DBD::SQLite::_WriteOnceHash::STORE","$color":0,"excl_time":5.8e-06,"$area":5.8e-06},"id":"4391-DBD::SQLite::_WriteOnceHash::STORE"}],"data":{"$area":1.52e-05},"id":"n4389"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"DBD::SQLite::BEGIN@30","$color":2,"excl_time":1.09999999986649e-05,"$area":1.09999999986649e-05},"id":"4392-DBD::SQLite::BEGIN@30"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"DBD::SQLite::BEGIN@6","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4393-DBD::SQLite::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"DBD::SQLite::BEGIN@3","$color":2,"excl_time":2.62e-05,"$area":2.62e-05},"id":"4394-DBD::SQLite::BEGIN@3"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>DBD::SQLite::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 210&micro;s, 0.00%</p>","incl_time":0.0002098,"subname":"DBD::SQLite::bootstrap","$color":2,"excl_time":0.0002098,"$area":0.0002098},"id":"4395-DBD::SQLite::bootstrap"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"DBD::SQLite::BEGIN@12","$color":2,"excl_time":1.04e-05,"$area":1.04e-05},"id":"4396-DBD::SQLite::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.77e-05,"subname":"DBD::SQLite::BEGIN@9","$color":2,"excl_time":6.6999999976908e-06,"$area":6.6999999976908e-06},"id":"4397-DBD::SQLite::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"DBD::SQLite::BEGIN@10","$color":2,"excl_time":6.60000000047585e-06,"$area":6.60000000047585e-06},"id":"4398-DBD::SQLite::BEGIN@10"},{"name":"driver","children":[],"data":{"tip":"<p><b>DBD::SQLite::driver</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 500&micro;s, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0004995,"subname":"DBD::SQLite::driver","$color":2,"excl_time":7.67999999985587e-05,"$area":7.67999999985587e-05},"id":"4399-DBD::SQLite::driver"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"DBD::SQLite::BEGIN@5","$color":2,"excl_time":1.41999999971072e-05,"$area":1.41999999971072e-05},"id":"4400-DBD::SQLite::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"DBD::SQLite::BEGIN@8","$color":2,"excl_time":8.20000000268292e-06,"$area":8.20000000268292e-06},"id":"4401-DBD::SQLite::BEGIN@8"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"DBD::SQLite::BEGIN@34","$color":2,"excl_time":8.99999999696301e-06,"$area":8.99999999696301e-06},"id":"4402-DBD::SQLite::BEGIN@34"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBD::SQLite::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"DBD::SQLite::BEGIN@4","$color":2,"excl_time":9.59999999822539e-06,"$area":9.59999999822539e-06},"id":"4403-DBD::SQLite::BEGIN@4"},{"name":"::db","children":[{"name":"prepare","children":[],"data":{"tip":"<p><b>DBD::SQLite::db::prepare</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 428&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.000428,"subname":"DBD::SQLite::db::prepare","$color":4,"excl_time":3.44999999987322e-05,"$area":3.44999999987322e-05},"id":"4405-DBD::SQLite::db::prepare"},{"name":"_login","children":[],"data":{"tip":"<p><b>DBD::SQLite::db::_login</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 198&micro;s, 0.00%</p>","incl_time":0.0001976,"subname":"DBD::SQLite::db::_login","$color":4,"excl_time":0.0001976,"$area":0.0001976},"id":"4406-DBD::SQLite::db::_login"}],"data":{"$area":0.000232099999998732},"id":"n4404"},{"name":"::dr","children":[{"name":"BEGIN@178","children":[],"data":{"tip":"<p><b>DBD::SQLite::dr::BEGIN@178</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"DBD::SQLite::dr::BEGIN@178","$color":6,"excl_time":1.58000000017816e-05,"$area":1.58000000017816e-05},"id":"4408-DBD::SQLite::dr::BEGIN@178"},{"name":"connect","children":[],"data":{"tip":"<p><b>DBD::SQLite::dr::connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 377&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0003768,"subname":"DBD::SQLite::dr::connect","$color":6,"excl_time":5.92999999986971e-05,"$area":5.92999999986971e-05},"id":"4409-DBD::SQLite::dr::connect"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBD::SQLite::dr::CORE:match</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"DBD::SQLite::dr::CORE:match","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4410-DBD::SQLite::dr::CORE:match"}],"data":{"$area":7.97000000004788e-05},"id":"n4407"},{"name":"::st","children":[{"name":"_prepare","children":[],"data":{"tip":"<p><b>DBD::SQLite::st::_prepare</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 317&micro;s, 0.00%</p>","incl_time":0.000317,"subname":"DBD::SQLite::st::_prepare","$color":8,"excl_time":0.000317,"$area":0.000317},"id":"4412-DBD::SQLite::st::_prepare"}],"data":{"$area":0.000317},"id":"n4411"}],"data":{"$area":0.00103629999998958},"id":"n4388"},{"name":"::_","children":[{"name":"::db","children":[{"name":"prepare_cached","children":[],"data":{"tip":"<p><b>DBD::_::db::prepare_cached</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 559&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.000559,"subname":"DBD::_::db::prepare_cached","$color":10,"excl_time":9.99999999935735e-05,"$area":9.99999999935735e-05},"id":"4415-DBD::_::db::prepare_cached"},{"name":"begin_work","children":[],"data":{"tip":"<p><b>DBD::_::db::begin_work</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"DBD::_::db::begin_work","$color":10,"excl_time":3.07000000065064e-05,"$area":3.07000000065064e-05},"id":"4416-DBD::_::db::begin_work"},{"name":"BEGIN@1510","children":[],"data":{"tip":"<p><b>DBD::_::db::BEGIN@1510</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"DBD::_::db::BEGIN@1510","$color":10,"excl_time":9.29999999997787e-06,"$area":9.29999999997787e-06},"id":"4417-DBD::_::db::BEGIN@1510"}],"data":{"$area":0.000140000000000058},"id":"n4414"},{"name":"::dr","children":[{"name":"BEGIN@1449","children":[],"data":{"tip":"<p><b>DBD::_::dr::BEGIN@1449</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"DBD::_::dr::BEGIN@1449","$color":1,"excl_time":9.89999999990798e-06,"$area":9.89999999990798e-06},"id":"4419-DBD::_::dr::BEGIN@1449"},{"name":"default_user","children":[],"data":{"tip":"<p><b>DBD::_::dr::default_user</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"DBD::_::dr::default_user","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4420-DBD::_::dr::default_user"}],"data":{"$area":1.4399999999908e-05},"id":"n4418"},{"name":"::st","children":[{"name":"BEGIN@1821","children":[],"data":{"tip":"<p><b>DBD::_::st::BEGIN@1821</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"DBD::_::st::BEGIN@1821","$color":3,"excl_time":1.05999999997912e-05,"$area":1.05999999997912e-05},"id":"4422-DBD::_::st::BEGIN@1821"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:1971]","children":[],"data":{"tip":"<p><b>DBD::_::st::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:1971]</b></p><p><br />Called 2330 times from 1 place in 1 file<br />Inclusive time: 31.7ms, 0.04%</p>","incl_time":0.0317239,"subname":"DBD::_::st::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:1971]","$color":3,"excl_time":0.0317239,"$area":0.0317239},"id":"4423-DBD::_::st::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:1971]"},{"name":"execute_array","children":[],"data":{"tip":"<p><b>DBD::_::st::execute_array</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 573ms, 0.81%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.5731846,"subname":"DBD::_::st::execute_array","$color":3,"excl_time":0.000218800000001358,"$area":0.000218800000001358},"id":"4424-DBD::_::st::execute_array"},{"name":"bind_param_array","children":[],"data":{"tip":"<p><b>DBD::_::st::bind_param_array</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 1.84ms, 0.00%<br />Exclusive time: 1.81ms, 0.00%</p>","incl_time":0.0018434,"subname":"DBD::_::st::bind_param_array","$color":3,"excl_time":0.00181429999999389,"$area":0.00181429999999389},"id":"4425-DBD::_::st::bind_param_array"},{"name":"execute_for_fetch","children":[],"data":{"tip":"<p><b>DBD::_::st::execute_for_fetch</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 573ms, 0.81%<br />Exclusive time: 21.0ms, 0.03%</p>","incl_time":0.5729075,"subname":"DBD::_::st::execute_for_fetch","$color":3,"excl_time":0.0209679999993928,"$area":0.0209679999993928},"id":"4426-DBD::_::st::execute_for_fetch"}],"data":{"$area":0.0547355999993879},"id":"n4421"},{"name":"::common","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBD::_::common::CORE:match</b></p><p><br />Called 30 times from 2 places in 1 file<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"DBD::_::common::CORE:match","$color":5,"excl_time":4.79e-05,"$area":4.79e-05},"id":"4428-DBD::_::common::CORE:match"},{"name":"BEGIN@1343","children":[],"data":{"tip":"<p><b>DBD::_::common::BEGIN@1343</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"DBD::_::common::BEGIN@1343","$color":5,"excl_time":1.47999999997912e-05,"$area":1.47999999997912e-05},"id":"4429-DBD::_::common::BEGIN@1343"},{"name":"install_method","children":[],"data":{"tip":"<p><b>DBD::_::common::install_method</b></p><p><br />Called 15 times from 15 places in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 215&micro;s, 0.00%</p>","incl_time":0.0003419,"subname":"DBD::_::common::install_method","$color":5,"excl_time":0.00021469999995593,"$area":0.00021469999995593},"id":"4430-DBD::_::common::install_method"},{"name":"trace_msg","children":[],"data":{"tip":"<p><b>DBD::_::common::trace_msg</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"DBD::_::common::trace_msg","$color":5,"excl_time":2.1e-06,"$area":2.1e-06},"id":"4431-DBD::_::common::trace_msg"}],"data":{"$area":0.000279499999955721},"id":"n4427"}],"data":{"$area":0.0551694999993436},"id":"n4413"}],"data":{"$area":0.0562057999993332},"id":"n4385"},{"name":"English","children":[{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>English::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"English::BEGIN@47","$color":7,"excl_time":1.5399999999585e-05,"$area":1.5399999999585e-05},"id":"4433-English::BEGIN@47"},{"name":"BEGIN@148","children":[],"data":{"tip":"<p><b>English::BEGIN@148</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 454&micro;s, 0.00%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0004542,"subname":"English::BEGIN@148","$color":7,"excl_time":0.000144899999999488,"$area":0.000144899999999488},"id":"4434-English::BEGIN@148"},{"name":"import","children":[],"data":{"tip":"<p><b>English::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 440&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0004405,"subname":"English::import","$color":7,"excl_time":2.29999999998184e-05,"$area":2.29999999998184e-05},"id":"4435-English::import"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>English::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"English::BEGIN@1","$color":7,"excl_time":1.54999999998611e-05,"$area":1.54999999998611e-05},"id":"4436-English::BEGIN@1"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>English::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"English::CORE:match","$color":7,"excl_time":2e-06,"$area":2e-06},"id":"4437-English::CORE:match"}],"data":{"$area":0.000200799999998753},"id":"n4432"},{"name":"MIME","children":[{"name":"::Type","children":[{"name":"system","children":[],"data":{"tip":"<p><b>MIME::Type::system</b></p><p><br />Called 559 times from 1 place in 1 file<br />Inclusive time: 589&micro;s, 0.00%</p>","incl_time":0.000589300000000004,"subname":"MIME::Type::system","$color":9,"excl_time":0.000589300000000004,"$area":0.000589300000000004},"id":"4440-MIME::Type::system"},{"name":"mediaType","children":[],"data":{"tip":"<p><b>MIME::Type::mediaType</b></p><p><br />Called 441 times from 1 place in 1 file<br />Inclusive time: 1.82ms, 0.00%<br />Exclusive time: 1.34ms, 0.00%</p>","incl_time":0.0018163,"subname":"MIME::Type::mediaType","$color":9,"excl_time":0.00134389999998886,"$area":0.00134389999998886},"id":"4441-MIME::Type::mediaType"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MIME::Type::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"MIME::Type::BEGIN@12","$color":9,"excl_time":7.70000000043247e-06,"$area":7.70000000043247e-06},"id":"4442-MIME::Type::BEGIN@12"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MIME::Type::CORE:match</b></p><p><br />Called 1559 times from 2 places in 1 file<br />Inclusive time: 2.69ms, 0.00%</p>","incl_time":0.00269180000000002,"subname":"MIME::Type::CORE:match","$color":9,"excl_time":0.00269180000000002,"$area":0.00269180000000002},"id":"4443-MIME::Type::CORE:match"},{"name":"new","children":[],"data":{"tip":"<p><b>MIME::Type::new</b></p><p><br />Called 559 times from 1 place in 1 file<br />Inclusive time: 12.0ms, 0.02%<br />Exclusive time: 2.49ms, 0.00%</p>","incl_time":0.0120261,"subname":"MIME::Type::new","$color":9,"excl_time":0.00249100000002408,"$area":0.00249100000002408},"id":"4444-MIME::Type::new"},{"name":"extensions","children":[],"data":{"tip":"<p><b>MIME::Type::extensions</b></p><p><br />Called 558 times from 1 place in 1 file<br />Inclusive time: 800&micro;s, 0.00%</p>","incl_time":0.000799599999999998,"subname":"MIME::Type::extensions","$color":9,"excl_time":0.000799599999999998,"$area":0.000799599999999998},"id":"4445-MIME::Type::extensions"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MIME::Type::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"MIME::Type::BEGIN@6","$color":9,"excl_time":1.23000000000556e-05,"$area":1.23000000000556e-05},"id":"4446-MIME::Type::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MIME::Type::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"MIME::Type::BEGIN@10","$color":9,"excl_time":7.99999999976733e-06,"$area":7.99999999976733e-06},"id":"4447-MIME::Type::BEGIN@10"},{"name":"simplified","children":[],"data":{"tip":"<p><b>MIME::Type::simplified</b></p><p><br />Called 1118 times from 2 places in 2 files<br />Inclusive time: 6.91ms, 0.01%<br />Exclusive time: 4.69ms, 0.01%</p>","incl_time":0.00690700000000001,"subname":"MIME::Type::simplified","$color":9,"excl_time":0.0046876000000129,"$area":0.0046876000000129},"id":"4448-MIME::Type::simplified"},{"name":"init","children":[],"data":{"tip":"<p><b>MIME::Type::init</b></p><p><br />Called 559 times from 1 place in 1 file<br />Inclusive time: 9.54ms, 0.01%<br />Exclusive time: 4.34ms, 0.01%</p>","incl_time":0.0095351,"subname":"MIME::Type::init","$color":9,"excl_time":0.00434329999998627,"$area":0.00434329999998627},"id":"4449-MIME::Type::init"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>MIME::Type::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.29e-05,"subname":"MIME::Type::BEGIN@18","$color":9,"excl_time":8.09999999959992e-06,"$area":8.09999999959992e-06},"id":"4450-MIME::Type::BEGIN@18"}],"data":{"$area":0.016982600000012},"id":"n4439"},{"name":"::Types","children":[{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:regcomp</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"MIME::Types::CORE:regcomp","$color":0,"excl_time":1.5e-05,"$area":1.5e-05},"id":"4452-MIME::Types::CORE:regcomp"},{"name":"new","children":[],"data":{"tip":"<p><b>MIME::Types::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26.4ms, 0.04%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0263619,"subname":"MIME::Types::new","$color":0,"excl_time":2.24000000002625e-05,"$area":2.24000000002625e-05},"id":"4453-MIME::Types::new"},{"name":"init","children":[],"data":{"tip":"<p><b>MIME::Types::init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26.3ms, 0.04%<br />Exclusive time: 9.85ms, 0.01%</p>","incl_time":0.0263395,"subname":"MIME::Types::init","$color":0,"excl_time":0.00985480000006271,"$area":0.00985480000006271},"id":"4454-MIME::Types::init"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"MIME::Types::CORE:match","$color":0,"excl_time":1.2e-06,"$area":1.2e-06},"id":"4455-MIME::Types::CORE:match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"MIME::Types::BEGIN@7","$color":0,"excl_time":1.43000000002467e-05,"$area":1.43000000002467e-05},"id":"4456-MIME::Types::BEGIN@7"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:subst</b></p><p><br />Called 993 times from 1 place in 1 file<br />Inclusive time: 375&micro;s, 0.00%</p>","incl_time":0.000374800000000006,"subname":"MIME::Types::CORE:subst","$color":0,"excl_time":0.000374800000000006,"$area":0.000374800000000006},"id":"4457-MIME::Types::CORE:subst"},{"name":"CORE:seek","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:seek</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"MIME::Types::CORE:seek","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"4458-MIME::Types::CORE:seek"},{"name":"BEGIN@191","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@191</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"MIME::Types::BEGIN@191","$color":0,"excl_time":1.01999999996867e-05,"$area":1.01999999996867e-05},"id":"4459-MIME::Types::BEGIN@191"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 858&micro;s, 0.00%<br />Exclusive time: 730&micro;s, 0.00%</p>","incl_time":0.0008575,"subname":"MIME::Types::BEGIN@13","$color":0,"excl_time":0.00072950000000076,"$area":0.00072950000000076},"id":"4460-MIME::Types::BEGIN@13"},{"name":"CORE:readline","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:readline</b></p><p><br />Called 999 times from 2 places in 1 file<br />Inclusive time: 521&micro;s, 0.00%</p>","incl_time":0.000520700000000004,"subname":"MIME::Types::CORE:readline","$color":0,"excl_time":0.000520700000000004,"$area":0.000520700000000004},"id":"4461-MIME::Types::CORE:readline"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"MIME::Types::BEGIN@11","$color":0,"excl_time":8.90000000028218e-06,"$area":8.90000000028218e-06},"id":"4462-MIME::Types::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"MIME::Types::BEGIN@14","$color":0,"excl_time":8.70000000020242e-06,"$area":8.70000000020242e-06},"id":"4463-MIME::Types::BEGIN@14"},{"name":"CORE:tell","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:tell</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"MIME::Types::CORE:tell","$color":0,"excl_time":5.8e-06,"$area":5.8e-06},"id":"4464-MIME::Types::CORE:tell"},{"name":"create_type_index","children":[],"data":{"tip":"<p><b>MIME::Types::create_type_index</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.22ms, 0.01%<br />Exclusive time: 4.83ms, 0.01%</p>","incl_time":0.0062208,"subname":"MIME::Types::create_type_index","$color":0,"excl_time":0.00482949999982871,"$area":0.00482949999982871},"id":"4465-MIME::Types::create_type_index"},{"name":"BEGIN@138","children":[],"data":{"tip":"<p><b>MIME::Types::BEGIN@138</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.45e-05,"subname":"MIME::Types::BEGIN@138","$color":0,"excl_time":9.80000000038995e-06,"$area":9.80000000038995e-06},"id":"4466-MIME::Types::BEGIN@138"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>MIME::Types::CORE:qr</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"MIME::Types::CORE:qr","$color":0,"excl_time":8e-06,"$area":8e-06},"id":"4467-MIME::Types::CORE:qr"}],"data":{"$area":0.0164175999998933},"id":"n4451"}],"data":{"$area":0.0334001999999052},"id":"n4438"},{"name":"Parse","children":[{"name":"::Method","children":[{"name":"::Signatures","children":[{"name":"_tc_union","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_tc_union</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":9.63e-05,"subname":"Parse::Method::Signatures::_tc_union","$color":2,"excl_time":6.8300000000083e-05,"$area":6.8300000000083e-05},"id":"4471-Parse::Method::Signatures::_tc_union"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BUILDARGS</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 255&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0002548,"subname":"Parse::Method::Signatures::BUILDARGS","$color":2,"excl_time":9.62000000006574e-05,"$area":9.62000000006574e-05},"id":"4472-Parse::Method::Signatures::BUILDARGS"},{"name":"_set_ppi","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_set_ppi</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 197&micro;s, 0.00%<br />Exclusive time: 159&micro;s, 0.00%</p>","incl_time":0.0001968,"subname":"Parse::Method::Signatures::_set_ppi","$color":2,"excl_time":0.00015930000000142,"$area":0.00015930000000142},"id":"4473-Parse::Method::Signatures::_set_ppi"},{"name":"new","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 335ms, 0.47%<br />Exclusive time: 449&micro;s, 0.00%</p>","incl_time":0.3347206,"subname":"Parse::Method::Signatures::new","$color":2,"excl_time":0.000449000000000742,"$area":0.000449000000000742},"id":"4474-Parse::Method::Signatures::new"},{"name":"input","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::input</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Parse::Method::Signatures::input","$color":2,"excl_time":2.49e-05,"$area":2.49e-05},"id":"4475-Parse::Method::Signatures::input"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34.3ms, 0.05%<br />Exclusive time: 429&micro;s, 0.00%</p>","incl_time":0.0343223,"subname":"Parse::Method::Signatures::BEGIN@10","$color":2,"excl_time":0.000429099999999488,"$area":0.000429099999999488},"id":"4476-Parse::Method::Signatures::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.62ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0036237,"subname":"Parse::Method::Signatures::BEGIN@4","$color":2,"excl_time":1.78999999998972e-05,"$area":1.78999999998972e-05},"id":"4477-Parse::Method::Signatures::BEGIN@4"},{"name":"_ident","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_ident</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 939&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0009386,"subname":"Parse::Method::Signatures::_ident","$color":2,"excl_time":8.42000000011883e-05,"$area":8.42000000011883e-05},"id":"4478-Parse::Method::Signatures::_ident"},{"name":"offset","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::offset</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Parse::Method::Signatures::offset","$color":2,"excl_time":2.34e-05,"$area":2.34e-05},"id":"4479-Parse::Method::Signatures::offset"},{"name":"ppi_doc","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ppi_doc</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 16.6ms, 0.02%<br />Exclusive time: 152&micro;s, 0.00%</p>","incl_time":0.0165812,"subname":"Parse::Method::Signatures::ppi_doc","$color":2,"excl_time":0.000151599999999624,"$area":0.000151599999999624},"id":"4480-Parse::Method::Signatures::ppi_doc"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures.pm:122]","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures.pm:122]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 159&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0001586,"subname":"Parse::Method::Signatures::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures.pm:122]","$color":2,"excl_time":4.82999999984381e-05,"$area":4.82999999984381e-05},"id":"4481-Parse::Method::Signatures::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures.pm:122]"},{"name":"from_namespace","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::from_namespace</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Parse::Method::Signatures::from_namespace","$color":2,"excl_time":2.49e-05,"$area":2.49e-05},"id":"4482-Parse::Method::Signatures::from_namespace"},{"name":"ppi","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ppi</b></p><p><br />Called 136 times from 15 places in 2 files<br />Inclusive time: 17.3ms, 0.02%<br />Exclusive time: 413&micro;s, 0.00%</p>","incl_time":0.0172934,"subname":"Parse::Method::Signatures::ppi","$color":2,"excl_time":0.000413000000003313,"$area":0.000413000000003313},"id":"4483-Parse::Method::Signatures::ppi"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68.3ms, 0.10%<br />Exclusive time: 695&micro;s, 0.00%</p>","incl_time":0.0682845,"subname":"Parse::Method::Signatures::BEGIN@8","$color":2,"excl_time":0.000695400000000054,"$area":0.000695400000000054},"id":"4484-Parse::Method::Signatures::BEGIN@8"},{"name":"_replace_magic","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_replace_magic</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.45ms, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0014499,"subname":"Parse::Method::Signatures::_replace_magic","$color":2,"excl_time":6.27000000000782e-05,"$area":6.27000000000782e-05},"id":"4485-Parse::Method::Signatures::_replace_magic"},{"name":"tc","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::tc</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.39ms, 0.00%<br />Exclusive time: 152&micro;s, 0.00%</p>","incl_time":0.0013886,"subname":"Parse::Method::Signatures::tc","$color":2,"excl_time":0.000152099999997695,"$area":0.000152099999997695},"id":"4486-Parse::Method::Signatures::tc"},{"name":"_param_default","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_default</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":8.54e-05,"subname":"Parse::Method::Signatures::_param_default","$color":2,"excl_time":5.82999999999424e-05,"$area":5.82999999999424e-05},"id":"4487-Parse::Method::Signatures::_param_default"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0015195,"subname":"Parse::Method::Signatures::BEGIN@11","$color":2,"excl_time":1.18000000001103e-05,"$area":1.18000000001103e-05},"id":"4488-Parse::Method::Signatures::BEGIN@11"},{"name":"type_constraint_callback","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::type_constraint_callback</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Parse::Method::Signatures::type_constraint_callback","$color":2,"excl_time":2.08e-05,"$area":2.08e-05},"id":"4489-Parse::Method::Signatures::type_constraint_callback"},{"name":"_param_named","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_named</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":8.1e-05,"subname":"Parse::Method::Signatures::_param_named","$color":2,"excl_time":5.48999999987499e-05,"$area":5.48999999987499e-05},"id":"4490-Parse::Method::Signatures::_param_named"},{"name":"_fixup_hex","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_fixup_hex</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.001396,"subname":"Parse::Method::Signatures::_fixup_hex","$color":2,"excl_time":5.06999999994512e-05,"$area":5.06999999994512e-05},"id":"4491-Parse::Method::Signatures::_fixup_hex"},{"name":"_replace_labels","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_replace_labels</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0013787,"subname":"Parse::Method::Signatures::_replace_labels","$color":2,"excl_time":5.00000000002616e-05,"$area":5.00000000002616e-05},"id":"4492-Parse::Method::Signatures::_replace_labels"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BUILD</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 334ms, 0.47%<br />Exclusive time: 335&micro;s, 0.00%</p>","incl_time":0.3339497,"subname":"Parse::Method::Signatures::BUILD","$color":2,"excl_time":0.00033529999999992,"$area":0.00033529999999992},"id":"4493-Parse::Method::Signatures::BUILD"},{"name":"has_from_namespace","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::has_from_namespace</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Parse::Method::Signatures::has_from_namespace","$color":2,"excl_time":2.18e-05,"$area":2.18e-05},"id":"4494-Parse::Method::Signatures::has_from_namespace"},{"name":"bracketed","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::bracketed</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0001064,"subname":"Parse::Method::Signatures::bracketed","$color":2,"excl_time":7.66999999988684e-05,"$area":7.66999999988684e-05},"id":"4495-Parse::Method::Signatures::bracketed"},{"name":"_replace_regexps","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_replace_regexps</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.77ms, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.001765,"subname":"Parse::Method::Signatures::_replace_regexps","$color":2,"excl_time":5.68000000000624e-05,"$area":5.68000000000624e-05},"id":"4496-Parse::Method::Signatures::_replace_regexps"},{"name":"remaining_input","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::remaining_input</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001146,"subname":"Parse::Method::Signatures::remaining_input","$color":2,"excl_time":7.55000000000414e-05,"$area":7.55000000000414e-05},"id":"4497-Parse::Method::Signatures::remaining_input"},{"name":"signature_class","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::signature_class</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Parse::Method::Signatures::signature_class","$color":2,"excl_time":2.76e-05,"$area":2.76e-05},"id":"4498-Parse::Method::Signatures::signature_class"},{"name":"_param_variable","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_variable</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 2.08ms, 0.00%<br />Exclusive time: 203&micro;s, 0.00%</p>","incl_time":0.0020788,"subname":"Parse::Method::Signatures::_param_variable","$color":2,"excl_time":0.00020329999999675,"$area":0.00020329999999675},"id":"4499-Parse::Method::Signatures::_param_variable"},{"name":"parse","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::parse</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 16.4ms, 0.02%<br />Exclusive time: 309&micro;s, 0.00%</p>","incl_time":0.0164005,"subname":"Parse::Method::Signatures::parse","$color":2,"excl_time":0.000309399999995423,"$area":0.000309399999995423},"id":"4500-Parse::Method::Signatures::parse"},{"name":"_param_constraint_or_traits","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_constraint_or_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 239&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.0002393,"subname":"Parse::Method::Signatures::_param_constraint_or_traits","$color":2,"excl_time":7.2399999999142e-05,"$area":7.2399999999142e-05},"id":"4501-Parse::Method::Signatures::_param_constraint_or_traits"},{"name":"meta","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Parse::Method::Signatures::meta","$color":2,"excl_time":7.79999999990973e-06,"$area":7.79999999990973e-06},"id":"4502-Parse::Method::Signatures::meta"},{"name":"type_constraint_class","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::type_constraint_class</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 45&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Parse::Method::Signatures::type_constraint_class","$color":2,"excl_time":4.53e-05,"$area":4.53e-05},"id":"4503-Parse::Method::Signatures::type_constraint_class"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Parse::Method::Signatures::BEGIN@15","$color":2,"excl_time":1.03999999997813e-05,"$area":1.03999999997813e-05},"id":"4504-Parse::Method::Signatures::BEGIN@15"},{"name":"consume_token","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::consume_token</b></p><p><br />Called 24 times from 3 places in 1 file<br />Inclusive time: 2.91ms, 0.00%<br />Exclusive time: 601&micro;s, 0.00%</p>","incl_time":0.0029143,"subname":"Parse::Method::Signatures::consume_token","$color":2,"excl_time":0.000600699999993423,"$area":0.000600699999993423},"id":"4505-Parse::Method::Signatures::consume_token"},{"name":"_param_opt_or_req","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_opt_or_req</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 97&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":9.66e-05,"subname":"Parse::Method::Signatures::_param_opt_or_req","$color":2,"excl_time":6.89999999980961e-05,"$area":6.89999999980961e-05},"id":"4506-Parse::Method::Signatures::_param_opt_or_req"},{"name":"_build_ppi","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_build_ppi</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 16.9ms, 0.02%<br />Exclusive time: 110&micro;s, 0.00%</p>","incl_time":0.0168531,"subname":"Parse::Method::Signatures::_build_ppi","$color":2,"excl_time":0.000110200000001216,"$area":0.000110200000001216},"id":"4507-Parse::Method::Signatures::_build_ppi"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.68ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0046846,"subname":"Parse::Method::Signatures::BEGIN@3","$color":2,"excl_time":1.62000000000946e-05,"$area":1.62000000000946e-05},"id":"4508-Parse::Method::Signatures::BEGIN@3"},{"name":"_param_where","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_where</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":8.82e-05,"subname":"Parse::Method::Signatures::_param_where","$color":2,"excl_time":5.45999999990338e-05,"$area":5.45999999990338e-05},"id":"4509-Parse::Method::Signatures::_param_where"},{"name":"_param_labeled","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_labeled</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":9.13e-05,"subname":"Parse::Method::Signatures::_param_labeled","$color":2,"excl_time":6.11999999999671e-05,"$area":6.11999999999671e-05},"id":"4510-Parse::Method::Signatures::_param_labeled"},{"name":"has_type_constraint_callback","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::has_type_constraint_callback</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Parse::Method::Signatures::has_type_constraint_callback","$color":2,"excl_time":2.19e-05,"$area":2.19e-05},"id":"4511-Parse::Method::Signatures::has_type_constraint_callback"},{"name":"param","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::param</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 96.5ms, 0.14%<br />Exclusive time: 325&micro;s, 0.00%</p>","incl_time":0.0964763,"subname":"Parse::Method::Signatures::param","$color":2,"excl_time":0.000325199999999401,"$area":0.000325199999999401},"id":"4512-Parse::Method::Signatures::param"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::DESTROY</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"Parse::Method::Signatures::DESTROY","$color":2,"excl_time":5.04000000015914e-05,"$area":5.04000000015914e-05},"id":"4513-Parse::Method::Signatures::DESTROY"},{"name":"_param_typed","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_typed</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 250&micro;s, 0.00%</p>","incl_time":0.0020584,"subname":"Parse::Method::Signatures::_param_typed","$color":2,"excl_time":0.000250400000004409,"$area":0.000250400000004409},"id":"4514-Parse::Method::Signatures::_param_typed"},{"name":"param_class","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::param_class</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Parse::Method::Signatures::param_class","$color":2,"excl_time":4.66e-05,"$area":4.66e-05},"id":"4515-Parse::Method::Signatures::param_class"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 752&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0007522,"subname":"Parse::Method::Signatures::BEGIN@17","$color":2,"excl_time":8.9000000001088e-06,"$area":8.9000000001088e-06},"id":"4516-Parse::Method::Signatures::BEGIN@17"},{"name":"create_param","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::create_param</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 91.4ms, 0.13%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0913949,"subname":"Parse::Method::Signatures::create_param","$color":2,"excl_time":0.000136699999999153,"$area":0.000136699999999153},"id":"4517-Parse::Method::Signatures::create_param"},{"name":"_param_traits","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::_param_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":7.87e-05,"subname":"Parse::Method::Signatures::_param_traits","$color":2,"excl_time":5.5299999998772e-05,"$area":5.5299999998772e-05},"id":"4518-Parse::Method::Signatures::_param_traits"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0019127,"subname":"Parse::Method::Signatures::BEGIN@9","$color":2,"excl_time":1.41999999999749e-05,"$area":1.41999999999749e-05},"id":"4519-Parse::Method::Signatures::BEGIN@9"},{"name":"::Param","children":[{"name":"::Positional","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::Positional::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.98ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0029794,"subname":"Parse::Method::Signatures::Param::Positional::BEGIN@3","$color":4,"excl_time":1.73999999998685e-05,"$area":1.73999999998685e-05},"id":"4522-Parse::Method::Signatures::Param::Positional::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::Positional::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 333&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003334,"subname":"Parse::Method::Signatures::Param::Positional::BEGIN@4","$color":4,"excl_time":1.0200000000032e-05,"$area":1.0200000000032e-05},"id":"4523-Parse::Method::Signatures::Param::Positional::BEGIN@4"}],"data":{"$area":2.75999999999005e-05},"id":"n4521"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::DESTROY</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 557&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0005568,"subname":"Parse::Method::Signatures::Param::DESTROY","$color":6,"excl_time":6.46999999997827e-05,"$area":6.46999999997827e-05},"id":"4524-Parse::Method::Signatures::Param::DESTROY"},{"name":"meta_type_constraint","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::meta_type_constraint</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 2.48ms, 0.00%<br />Exclusive time: 163&micro;s, 0.00%</p>","incl_time":0.0024761,"subname":"Parse::Method::Signatures::Param::meta_type_constraint","$color":6,"excl_time":0.00016289999999943,"$area":0.00016289999999943},"id":"4525-Parse::Method::Signatures::Param::meta_type_constraint"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.51ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0045096,"subname":"Parse::Method::Signatures::Param::BEGIN@3","$color":6,"excl_time":1.71999999998259e-05,"$area":1.71999999998259e-05},"id":"4526-Parse::Method::Signatures::Param::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 11.4ms, 0.02%<br />Exclusive time: 85&micro;s, 0.00%</p>","incl_time":0.0114148,"subname":"Parse::Method::Signatures::Param::new","$color":6,"excl_time":8.4700000001434e-05,"$area":8.4700000001434e-05},"id":"4527-Parse::Method::Signatures::Param::new"},{"name":"has_type_constraints","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::has_type_constraints</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Parse::Method::Signatures::Param::has_type_constraints","$color":6,"excl_time":1.93e-05,"$area":1.93e-05},"id":"4528-Parse::Method::Signatures::Param::has_type_constraints"},{"name":"meta","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::meta</b></p><p><br />Called 33 times from 3 places in 2 files<br />Inclusive time: 399&micro;s, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0003991,"subname":"Parse::Method::Signatures::Param::meta","$color":6,"excl_time":0.000195600000003974,"$area":0.000195600000003974},"id":"4529-Parse::Method::Signatures::Param::meta"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 407&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004073,"subname":"Parse::Method::Signatures::Param::BEGIN@7","$color":6,"excl_time":1.03000000000193e-05,"$area":1.03000000000193e-05},"id":"4530-Parse::Method::Signatures::Param::BEGIN@7"},{"name":"has_constraints","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::has_constraints</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Parse::Method::Signatures::Param::has_constraints","$color":6,"excl_time":2e-05,"$area":2e-05},"id":"4531-Parse::Method::Signatures::Param::has_constraints"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.85ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0028496,"subname":"Parse::Method::Signatures::Param::BEGIN@5","$color":6,"excl_time":1.02999999997892e-05,"$area":1.02999999997892e-05},"id":"4532-Parse::Method::Signatures::Param::BEGIN@5"},{"name":"type_constraints","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::type_constraints</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Parse::Method::Signatures::Param::type_constraints","$color":6,"excl_time":1.97e-05,"$area":1.97e-05},"id":"4533-Parse::Method::Signatures::Param::type_constraints"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 163ms, 0.23%<br />Exclusive time: 1.94ms, 0.00%</p>","incl_time":0.1630257,"subname":"Parse::Method::Signatures::Param::BEGIN@4","$color":6,"excl_time":0.00193880000000052,"$area":0.00193880000000052},"id":"4534-Parse::Method::Signatures::Param::BEGIN@4"},{"name":"::Bindable","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::Bindable::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.21ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0012056,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@4","$color":8,"excl_time":1.10000000001765e-05,"$area":1.10000000001765e-05},"id":"4536-Parse::Method::Signatures::Param::Bindable::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::Bindable::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 340&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003397,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@6","$color":8,"excl_time":1.00000000000116e-05,"$area":1.00000000000116e-05},"id":"4537-Parse::Method::Signatures::Param::Bindable::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Param::Bindable::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0028142,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@3","$color":8,"excl_time":1.7100000000003e-05,"$area":1.7100000000003e-05},"id":"4538-Parse::Method::Signatures::Param::Bindable::BEGIN@3"}],"data":{"$area":3.8100000000191e-05},"id":"n4535"}],"data":{"$area":0.00260920000000486},"id":"n4520"},{"name":"::ParamCollection","children":[{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@1","$color":10,"excl_time":1.62999999999319e-05,"$area":1.62999999999319e-05},"id":"4540-Parse::Method::Signatures::ParamCollection::BEGIN@1"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.49ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0024891,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@4","$color":10,"excl_time":1.38000000000416e-05,"$area":1.38000000000416e-05},"id":"4541-Parse::Method::Signatures::ParamCollection::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 563&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0005633,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@7","$color":10,"excl_time":1.35000000000663e-05,"$area":1.35000000000663e-05},"id":"4542-Parse::Method::Signatures::ParamCollection::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.54ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0045411,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@3","$color":10,"excl_time":1.68000000000746e-05,"$area":1.68000000000746e-05},"id":"4543-Parse::Method::Signatures::ParamCollection::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@2","$color":10,"excl_time":7.99999999983984e-06,"$area":7.99999999983984e-06},"id":"4544-Parse::Method::Signatures::ParamCollection::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::ParamCollection::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19.6ms, 0.03%<br />Exclusive time: 768&micro;s, 0.00%</p>","incl_time":0.0195669,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@5","$color":10,"excl_time":0.000768300000000669,"$area":0.000768300000000669},"id":"4545-Parse::Method::Signatures::ParamCollection::BEGIN@5"}],"data":{"$area":0.000836700000000623},"id":"n4539"},{"name":"::TypeConstraint","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Parse::Method::Signatures::TypeConstraint::meta","$color":1,"excl_time":7.59999999988673e-06,"$area":7.59999999988673e-06},"id":"4547-Parse::Method::Signatures::TypeConstraint::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::DESTROY</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":5.89e-05,"subname":"Parse::Method::Signatures::TypeConstraint::DESTROY","$color":1,"excl_time":5.28000000011013e-05,"$area":5.28000000011013e-05},"id":"4548-Parse::Method::Signatures::TypeConstraint::DESTROY"},{"name":"_walk_data","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_walk_data</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.97ms, 0.00%<br />Exclusive time: 156&micro;s, 0.00%</p>","incl_time":0.0019709,"subname":"Parse::Method::Signatures::TypeConstraint::_walk_data","$color":1,"excl_time":0.000156300000001444,"$area":0.000156300000001444},"id":"4549-Parse::Method::Signatures::TypeConstraint::_walk_data"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@5","$color":1,"excl_time":1.70999999998972e-05,"$area":1.70999999998972e-05},"id":"4550-Parse::Method::Signatures::TypeConstraint::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.66ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.00366,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@4","$color":1,"excl_time":1.05999999999752e-05,"$area":1.05999999999752e-05},"id":"4551-Parse::Method::Signatures::TypeConstraint::BEGIN@4"},{"name":"_union_node","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_union_node</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_union_node","$color":1,"excl_time":4.02000000010667e-05,"$area":4.02000000010667e-05},"id":"4552-Parse::Method::Signatures::TypeConstraint::_union_node"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 494&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004936,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@9","$color":1,"excl_time":1.0099999999919e-05,"$area":1.0099999999919e-05},"id":"4553-Parse::Method::Signatures::TypeConstraint::BEGIN@9"},{"name":"find_registered_constraint","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::find_registered_constraint</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 636&micro;s, 0.00%<br />Exclusive time: 230&micro;s, 0.00%</p>","incl_time":0.0006363,"subname":"Parse::Method::Signatures::TypeConstraint::find_registered_constraint","$color":1,"excl_time":0.000229599999999463,"$area":0.000229599999999463},"id":"4554-Parse::Method::Signatures::TypeConstraint::find_registered_constraint"},{"name":"_str_node","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_str_node</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001124,"subname":"Parse::Method::Signatures::TypeConstraint::_str_node","$color":1,"excl_time":6.51999999990868e-05,"$area":6.51999999990868e-05},"id":"4555-Parse::Method::Signatures::TypeConstraint::_str_node"},{"name":"_params_node","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_params_node</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_params_node","$color":1,"excl_time":3.39999999990949e-05,"$area":3.39999999990949e-05},"id":"4556-Parse::Method::Signatures::TypeConstraint::_params_node"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@3","$color":1,"excl_time":1.7000000000113e-05,"$area":1.7000000000113e-05},"id":"4557-Parse::Method::Signatures::TypeConstraint::BEGIN@3"},{"name":"has_from_namespace","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::has_from_namespace</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Parse::Method::Signatures::TypeConstraint::has_from_namespace","$color":1,"excl_time":1.75e-05,"$area":1.75e-05},"id":"4558-Parse::Method::Signatures::TypeConstraint::has_from_namespace"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.05ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0010505,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@7","$color":1,"excl_time":1.04000000000117e-05,"$area":1.04000000000117e-05},"id":"4559-Parse::Method::Signatures::TypeConstraint::BEGIN@7"},{"name":"ppi","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::ppi</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Parse::Method::Signatures::TypeConstraint::ppi","$color":1,"excl_time":1.99e-05,"$area":1.99e-05},"id":"4560-Parse::Method::Signatures::TypeConstraint::ppi"},{"name":"tc","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::tc</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 2.27ms, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.002267,"subname":"Parse::Method::Signatures::TypeConstraint::tc","$color":1,"excl_time":0.000127599999998765,"$area":0.000127599999998765},"id":"4561-Parse::Method::Signatures::TypeConstraint::tc"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/TypeConstraint.pm:95]","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/TypeConstraint.pm:95]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.00154,"subname":"Parse::Method::Signatures::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/TypeConstraint.pm:95]","$color":1,"excl_time":5.99999999996301e-05,"$area":5.99999999996301e-05},"id":"4562-Parse::Method::Signatures::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/TypeConstraint.pm:95]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Parse::Method::Signatures::TypeConstraint::CORE:match","$color":1,"excl_time":1.03e-05,"$area":1.03e-05},"id":"4563-Parse::Method::Signatures::TypeConstraint::CORE:match"},{"name":"tc_callback","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::tc_callback</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Parse::Method::Signatures::TypeConstraint::tc_callback","$color":1,"excl_time":2.11e-05,"$area":2.11e-05},"id":"4564-Parse::Method::Signatures::TypeConstraint::tc_callback"},{"name":"new","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 306&micro;s, 0.00%<br />Exclusive time: 257&micro;s, 0.00%</p>","incl_time":0.0003058,"subname":"Parse::Method::Signatures::TypeConstraint::new","$color":1,"excl_time":0.000256700000001308,"$area":0.000256700000001308},"id":"4565-Parse::Method::Signatures::TypeConstraint::new"},{"name":"_leaf","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_leaf</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_leaf","$color":1,"excl_time":4.15e-05,"$area":4.15e-05},"id":"4566-Parse::Method::Signatures::TypeConstraint::_leaf"},{"name":"_invoke_callback","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_invoke_callback</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.46ms, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0014612,"subname":"Parse::Method::Signatures::TypeConstraint::_invoke_callback","$color":1,"excl_time":5.93999999995474e-05,"$area":5.93999999995474e-05},"id":"4567-Parse::Method::Signatures::TypeConstraint::_invoke_callback"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.30ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0033046,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@6","$color":1,"excl_time":1.06999999999282e-05,"$area":1.06999999999282e-05},"id":"4568-Parse::Method::Signatures::TypeConstraint::BEGIN@6"},{"name":"from_namespace","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::from_namespace</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Parse::Method::Signatures::TypeConstraint::from_namespace","$color":1,"excl_time":2.42e-05,"$area":2.42e-05},"id":"4569-Parse::Method::Signatures::TypeConstraint::from_namespace"},{"name":"_build_tc","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::TypeConstraint::_build_tc</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 2.12ms, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0021154,"subname":"Parse::Method::Signatures::TypeConstraint::_build_tc","$color":1,"excl_time":0.000114400000000081,"$area":0.000114400000000081},"id":"4570-Parse::Method::Signatures::TypeConstraint::_build_tc"}],"data":{"$area":0.00141420000000032},"id":"n4546"},{"name":"::Types","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0015001,"subname":"Parse::Method::Signatures::Types::BEGIN@6","$color":3,"excl_time":9.20000000014941e-06,"$area":9.20000000014941e-06},"id":"4572-Parse::Method::Signatures::Types::BEGIN@6"},{"name":"VariableName","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::VariableName</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 328&micro;s, 0.00%<br />Exclusive time: 187&micro;s, 0.00%</p>","incl_time":0.0003282,"subname":"Parse::Method::Signatures::Types::VariableName","$color":3,"excl_time":0.000187400000002168,"$area":0.000187400000002168},"id":"4573-Parse::Method::Signatures::Types::VariableName"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/Types.pm:22]","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/Types.pm:22]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":6.96e-05,"subname":"Parse::Method::Signatures::Types::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/Types.pm:22]","$color":3,"excl_time":4.04000000011587e-05,"$area":4.04000000011587e-05},"id":"4574-Parse::Method::Signatures::Types::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/Types.pm:22]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"Parse::Method::Signatures::Types::CORE:match","$color":3,"excl_time":2.92e-05,"$area":2.92e-05},"id":"4575-Parse::Method::Signatures::Types::CORE:match"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.93ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0059304,"subname":"Parse::Method::Signatures::Types::BEGIN@10","$color":3,"excl_time":1.13999999999921e-05,"$area":1.13999999999921e-05},"id":"4576-Parse::Method::Signatures::Types::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 414&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0004145,"subname":"Parse::Method::Signatures::Types::BEGIN@8","$color":3,"excl_time":1.45999999998804e-05,"$area":1.45999999998804e-05},"id":"4577-Parse::Method::Signatures::Types::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Types::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.70ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0027005,"subname":"Parse::Method::Signatures::Types::BEGIN@7","$color":3,"excl_time":8.40000000002514e-06,"$area":8.40000000002514e-06},"id":"4578-Parse::Method::Signatures::Types::BEGIN@7"}],"data":{"$area":0.000300600000003374},"id":"n4571"},{"name":"::Sig","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 427&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004271,"subname":"Parse::Method::Signatures::Sig::BEGIN@8","$color":5,"excl_time":1.24000000001209e-05,"$area":1.24000000001209e-05},"id":"4580-Parse::Method::Signatures::Sig::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0015366,"subname":"Parse::Method::Signatures::Sig::BEGIN@5","$color":5,"excl_time":1.37999999999536e-05,"$area":1.37999999999536e-05},"id":"4581-Parse::Method::Signatures::Sig::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.73ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0027295,"subname":"Parse::Method::Signatures::Sig::BEGIN@4","$color":5,"excl_time":1.33999999997786e-05,"$area":1.33999999997786e-05},"id":"4582-Parse::Method::Signatures::Sig::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Parse::Method::Signatures::Sig::meta","$color":5,"excl_time":8.29999999995662e-06,"$area":8.29999999995662e-06},"id":"4583-Parse::Method::Signatures::Sig::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"Parse::Method::Signatures::Sig::BEGIN@6","$color":5,"excl_time":1.15999999998291e-05,"$area":1.15999999998291e-05},"id":"4584-Parse::Method::Signatures::Sig::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Parse::Method::Signatures::Sig::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.36ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0043636,"subname":"Parse::Method::Signatures::Sig::BEGIN@3","$color":5,"excl_time":1.73000000000855e-05,"$area":1.73000000000855e-05},"id":"4585-Parse::Method::Signatures::Sig::BEGIN@3"}],"data":{"$area":7.67999999997243e-05},"id":"n4579"}],"data":{"$area":0.0114480999999952},"id":"n4470"}],"data":{"$area":0.0114480999999952},"id":"n4469"},{"name":"::Yapp","children":[{"name":"::Driver","children":[{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Parse::Yapp::Driver::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Parse::Yapp::Driver::BEGIN@20","$color":7,"excl_time":1.31999999999779e-05,"$area":1.31999999999779e-05},"id":"4588-Parse::Yapp::Driver::BEGIN@20"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Parse::Yapp::Driver::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"Parse::Yapp::Driver::BEGIN@28","$color":7,"excl_time":8.5999999998751e-06,"$area":8.5999999998751e-06},"id":"4589-Parse::Yapp::Driver::BEGIN@28"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Parse::Yapp::Driver::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"Parse::Yapp::Driver::BEGIN@22","$color":7,"excl_time":7.90000000016254e-06,"$area":7.90000000016254e-06},"id":"4590-Parse::Yapp::Driver::BEGIN@22"},{"name":"BEGIN@201","children":[],"data":{"tip":"<p><b>Parse::Yapp::Driver::BEGIN@201</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Parse::Yapp::Driver::BEGIN@201","$color":7,"excl_time":9.29999999986722e-06,"$area":9.29999999986722e-06},"id":"4591-Parse::Yapp::Driver::BEGIN@201"}],"data":{"$area":3.89999999998827e-05},"id":"n4587"}],"data":{"$area":3.89999999998827e-05},"id":"n4586"}],"data":{"$area":0.0114870999999951},"id":"n4468"},{"name":"KiokuDB","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87.1ms, 0.12%<br />Exclusive time: 3.07ms, 0.00%</p>","incl_time":0.0871244,"subname":"KiokuDB::BEGIN@13","$color":9,"excl_time":0.00307469999999954,"$area":0.00307469999999954},"id":"4593-KiokuDB::BEGIN@13"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"KiokuDB::BEGIN@8","$color":9,"excl_time":1.05000000000201e-05,"$area":1.05000000000201e-05},"id":"4594-KiokuDB::BEGIN@8"},{"name":"store","children":[],"data":{"tip":"<p><b>KiokuDB::store</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":8.215262,"subname":"KiokuDB::store","$color":9,"excl_time":3.60999999990952e-05,"$area":3.60999999990952e-05},"id":"4595-KiokuDB::store"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1e-06,"subname":"KiokuDB::CORE:match","$color":9,"excl_time":1e-06,"$area":1e-06},"id":"4596-KiokuDB::CORE:match"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 213&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002135,"subname":"KiokuDB::BEGIN@19","$color":9,"excl_time":1.07000000001635e-05,"$area":1.07000000001635e-05},"id":"4597-KiokuDB::BEGIN@19"},{"name":"_build_linker","children":[],"data":{"tip":"<p><b>KiokuDB::_build_linker</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 189&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001894,"subname":"KiokuDB::_build_linker","$color":9,"excl_time":2.32999999987209e-05,"$area":2.32999999987209e-05},"id":"4598-KiokuDB::_build_linker"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.004268,"subname":"KiokuDB::BEGIN@4","$color":9,"excl_time":1.56999999999024e-05,"$area":1.56999999999024e-05},"id":"4599-KiokuDB::BEGIN@4"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41.5ms, 0.06%<br />Exclusive time: 2.25ms, 0.00%</p>","incl_time":0.0415149,"subname":"KiokuDB::BEGIN@12","$color":9,"excl_time":0.00224860000000002,"$area":0.00224860000000002},"id":"4600-KiokuDB::BEGIN@12"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>KiokuDB::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"KiokuDB::BUILD","$color":9,"excl_time":1.23999999991797e-05,"$area":1.23999999991797e-05},"id":"4601-KiokuDB::BUILD"},{"name":"typemap_resolver","children":[],"data":{"tip":"<p><b>KiokuDB::typemap_resolver</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 258ms, 0.36%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.2579269,"subname":"KiokuDB::typemap_resolver","$color":9,"excl_time":3.0399999998889e-05,"$area":3.0399999998889e-05},"id":"4602-KiokuDB::typemap_resolver"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::live_objects</b></p><p><br />Called 6 times from 4 places in 3 files<br />Inclusive time: 317&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0003166,"subname":"KiokuDB::live_objects","$color":9,"excl_time":3.76000000000818e-05,"$area":3.76000000000818e-05},"id":"4603-KiokuDB::live_objects"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"KiokuDB::BEGIN@23","$color":9,"excl_time":9.29999999987335e-06,"$area":9.29999999987335e-06},"id":"4604-KiokuDB::BEGIN@23"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 959&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0009587,"subname":"KiokuDB::new","$color":9,"excl_time":7.93999999997505e-05,"$area":7.93999999997505e-05},"id":"4605-KiokuDB::new"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102ms, 0.14%<br />Exclusive time: 739&micro;s, 0.00%</p>","incl_time":0.1022617,"subname":"KiokuDB::BEGIN@17","$color":9,"excl_time":0.000739100000000437,"$area":0.000739100000000437},"id":"4606-KiokuDB::BEGIN@17"},{"name":"new_scope","children":[],"data":{"tip":"<p><b>KiokuDB::new_scope</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 317&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0003166,"subname":"KiokuDB::new_scope","$color":9,"excl_time":4.46999999844653e-05,"$area":4.46999999844653e-05},"id":"4607-KiokuDB::new_scope"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"KiokuDB::BEGIN@22","$color":9,"excl_time":8.10000000017329e-06,"$area":8.10000000017329e-06},"id":"4608-KiokuDB::BEGIN@22"},{"name":"merged_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::merged_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 257ms, 0.36%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.2572859,"subname":"KiokuDB::merged_typemap","$color":9,"excl_time":2.52000000037778e-05,"$area":2.52000000037778e-05},"id":"4609-KiokuDB::merged_typemap"},{"name":"linker_queue","children":[],"data":{"tip":"<p><b>KiokuDB::linker_queue</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::linker_queue","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"4610-KiokuDB::linker_queue"},{"name":"lookup","children":[],"data":{"tip":"<p><b>KiokuDB::lookup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0003038,"subname":"KiokuDB::lookup","$color":9,"excl_time":2.10999999932586e-05,"$area":2.10999999932586e-05},"id":"4611-KiokuDB::lookup"},{"name":"_build_live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::_build_live_objects</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 274&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002736,"subname":"KiokuDB::_build_live_objects","$color":9,"excl_time":9.29999999956085e-06,"$area":9.29999999956085e-06},"id":"4612-KiokuDB::_build_live_objects"},{"name":"allow_classes","children":[],"data":{"tip":"<p><b>KiokuDB::allow_classes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"KiokuDB::allow_classes","$color":9,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4613-KiokuDB::allow_classes"},{"name":"collapser","children":[],"data":{"tip":"<p><b>KiokuDB::collapser</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 258ms, 0.36%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.258139,"subname":"KiokuDB::collapser","$color":9,"excl_time":6.26999999938835e-05,"$area":6.26999999938835e-05},"id":"4614-KiokuDB::collapser"},{"name":"_find_default_typemaps","children":[],"data":{"tip":"<p><b>KiokuDB::_find_default_typemaps</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 257ms, 0.36%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.2568167,"subname":"KiokuDB::_find_default_typemaps","$color":9,"excl_time":4.36999999903209e-05,"$area":4.36999999903209e-05},"id":"4615-KiokuDB::_find_default_typemaps"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 366&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003661,"subname":"KiokuDB::BEGIN@25","$color":9,"excl_time":1.01999999998133e-05,"$area":1.01999999998133e-05},"id":"4616-KiokuDB::BEGIN@25"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"KiokuDB::meta","$color":9,"excl_time":9.00000000028393e-06,"$area":9.00000000028393e-06},"id":"4617-KiokuDB::meta"},{"name":"_parse_args","children":[],"data":{"tip":"<p><b>KiokuDB::_parse_args</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"KiokuDB::_parse_args","$color":9,"excl_time":5.03e-05,"$area":5.03e-05},"id":"4618-KiokuDB::_parse_args"},{"name":"class_version_table","children":[],"data":{"tip":"<p><b>KiokuDB::class_version_table</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"KiokuDB::class_version_table","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4619-KiokuDB::class_version_table"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79.9ms, 0.11%<br />Exclusive time: 875&micro;s, 0.00%</p>","incl_time":0.0799484,"subname":"KiokuDB::BEGIN@16","$color":9,"excl_time":0.000875300000000884,"$area":0.000875300000000884},"id":"4620-KiokuDB::BEGIN@16"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]","children":[],"data":{"tip":"<p><b>KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4621-KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]"},{"name":"_store","children":[],"data":{"tip":"<p><b>KiokuDB::_store</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":8.2152259,"subname":"KiokuDB::_store","$color":9,"excl_time":9.49999999946272e-05,"$area":9.49999999946272e-05},"id":"4622-KiokuDB::_store"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.82e-05,"subname":"KiokuDB::BEGIN@21","$color":9,"excl_time":1.40000000003288e-05,"$area":1.40000000003288e-05},"id":"4623-KiokuDB::BEGIN@21"},{"name":"allow_bases","children":[],"data":{"tip":"<p><b>KiokuDB::allow_bases</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"KiokuDB::allow_bases","$color":9,"excl_time":5.7e-06,"$area":5.7e-06},"id":"4624-KiokuDB::allow_bases"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>KiokuDB::CORE:ftdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"KiokuDB::CORE:ftdir","$color":9,"excl_time":2.56e-05,"$area":2.56e-05},"id":"4625-KiokuDB::CORE:ftdir"},{"name":"linker","children":[],"data":{"tip":"<p><b>KiokuDB::linker</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 213&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002131,"subname":"KiokuDB::linker","$color":9,"excl_time":2.04000000076149e-05,"$area":2.04000000076149e-05},"id":"4626-KiokuDB::linker"},{"name":"_build_collapser","children":[],"data":{"tip":"<p><b>KiokuDB::_build_collapser</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 258ms, 0.36%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.2580717,"subname":"KiokuDB::_build_collapser","$color":9,"excl_time":2.77000000089567e-05,"$area":2.77000000089567e-05},"id":"4627-KiokuDB::_build_collapser"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"KiokuDB::BEGIN@29","$color":9,"excl_time":8.30000000019367e-06,"$area":8.30000000019367e-06},"id":"4628-KiokuDB::BEGIN@29"},{"name":"_register","children":[],"data":{"tip":"<p><b>KiokuDB::_register</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001151,"subname":"KiokuDB::_register","$color":9,"excl_time":6.48000000019398e-05,"$area":6.48000000019398e-05},"id":"4629-KiokuDB::_register"},{"name":"directory","children":[],"data":{"tip":"<p><b>KiokuDB::directory</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"KiokuDB::directory","$color":9,"excl_time":7.5e-06,"$area":7.5e-06},"id":"4630-KiokuDB::directory"},{"name":"store_objects","children":[],"data":{"tip":"<p><b>KiokuDB::store_objects</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 8.39ms, 0.01%</p>","incl_time":8.2150158,"subname":"KiokuDB::store_objects","$color":9,"excl_time":0.00839440000000469,"$area":0.00839440000000469},"id":"4631-KiokuDB::store_objects"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"KiokuDB::BEGIN@14","$color":9,"excl_time":1.14000000000708e-05,"$area":1.14000000000708e-05},"id":"4632-KiokuDB::BEGIN@14"},{"name":"allow_class_builders","children":[],"data":{"tip":"<p><b>KiokuDB::allow_class_builders</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"KiokuDB::allow_class_builders","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4633-KiokuDB::allow_class_builders"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 413&micro;s, 0.00%</p>","incl_time":0.0128207,"subname":"KiokuDB::BEGIN@15","$color":9,"excl_time":0.000412699999999804,"$area":0.000412699999999804},"id":"4634-KiokuDB::BEGIN@15"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:320]","children":[],"data":{"tip":"<p><b>KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:320]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:320]","$color":9,"excl_time":7.80000000100208e-06,"$area":7.80000000100208e-06},"id":"4635-KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:320]"},{"name":"connect","children":[],"data":{"tip":"<p><b>KiokuDB::connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 770ms, 1.09%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.7704279,"subname":"KiokuDB::connect","$color":9,"excl_time":0.00129959999999973,"$area":0.00129959999999973},"id":"4636-KiokuDB::connect"},{"name":"backend","children":[],"data":{"tip":"<p><b>KiokuDB::backend</b></p><p><br />Called 6 times from 5 places in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"KiokuDB::backend","$color":9,"excl_time":3.21e-05,"$area":3.21e-05},"id":"4637-KiokuDB::backend"},{"name":"check_class_versions","children":[],"data":{"tip":"<p><b>KiokuDB::check_class_versions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::check_class_versions","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"4638-KiokuDB::check_class_versions"},{"name":"typemap","children":[],"data":{"tip":"<p><b>KiokuDB::typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"KiokuDB::typemap","$color":9,"excl_time":7e-06,"$area":7e-06},"id":"4639-KiokuDB::typemap"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.46ms, 0.01%<br />Exclusive time: 563&micro;s, 0.00%</p>","incl_time":0.0084626,"subname":"KiokuDB::BEGIN@10","$color":9,"excl_time":0.000562800000000321,"$area":0.000562800000000321},"id":"4640-KiokuDB::BEGIN@10"},{"name":"_build_merged_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::_build_merged_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 257ms, 0.36%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.2570992,"subname":"KiokuDB::_build_merged_typemap","$color":9,"excl_time":4.93000000015842e-05,"$area":4.93000000015842e-05},"id":"4641-KiokuDB::_build_merged_typemap"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 281ms, 0.40%<br />Exclusive time: 2.44ms, 0.00%</p>","incl_time":0.2810489,"subname":"KiokuDB::BEGIN@11","$color":9,"excl_time":0.0024406999999993,"$area":0.0024406999999993},"id":"4642-KiokuDB::BEGIN@11"},{"name":"_build_typemap_resolver","children":[],"data":{"tip":"<p><b>KiokuDB::_build_typemap_resolver</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 258ms, 0.36%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.2578905,"subname":"KiokuDB::_build_typemap_resolver","$color":9,"excl_time":2.91000000041119e-05,"$area":2.91000000041119e-05},"id":"4643-KiokuDB::_build_typemap_resolver"},{"name":"::Stream","children":[{"name":"::Objects","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Stream::Objects::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 284&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000284,"subname":"KiokuDB::Stream::Objects::BEGIN@6","$color":0,"excl_time":1.0100000000173e-05,"$area":1.0100000000173e-05},"id":"4646-KiokuDB::Stream::Objects::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Stream::Objects::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"KiokuDB::Stream::Objects::meta","$color":0,"excl_time":7.49999999981684e-06,"$area":7.49999999981684e-06},"id":"4647-KiokuDB::Stream::Objects::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Stream::Objects::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.20ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042027,"subname":"KiokuDB::Stream::Objects::BEGIN@4","$color":0,"excl_time":1.65999999999188e-05,"$area":1.65999999999188e-05},"id":"4648-KiokuDB::Stream::Objects::BEGIN@4"}],"data":{"$area":3.41999999999086e-05},"id":"n4645"}],"data":{"$area":3.41999999999086e-05},"id":"n4644"},{"name":"::Entry","children":[{"name":"BEGIN@199","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@199</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"KiokuDB::Entry::BEGIN@199","$color":2,"excl_time":6.7999999998256e-06,"$area":6.7999999998256e-06},"id":"4650-KiokuDB::Entry::BEGIN@199"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::DESTROY</b></p><p><br />Called 4522 times from 1 place in 1 file<br />Inclusive time: 22.8ms, 0.03%<br />Exclusive time: 20.2ms, 0.03%</p>","incl_time":0.0227827000000004,"subname":"KiokuDB::Entry::DESTROY","$color":2,"excl_time":0.0202386000048592,"$area":0.0202386000048592},"id":"4651-KiokuDB::Entry::DESTROY"},{"name":"BEGIN@196","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@196</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"KiokuDB::Entry::BEGIN@196","$color":2,"excl_time":9.39999999988036e-06,"$area":9.39999999988036e-06},"id":"4652-KiokuDB::Entry::BEGIN@196"},{"name":"tied","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::tied</b></p><p><br />Called 6848 times from 2 places in 2 files<br />Inclusive time: 10.4ms, 0.01%</p>","incl_time":0.0104322000000003,"subname":"KiokuDB::Entry::tied","$color":2,"excl_time":0.0104322000000003,"$area":0.0104322000000003},"id":"4653-KiokuDB::Entry::tied"},{"name":"BEGIN@251","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@251</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"KiokuDB::Entry::BEGIN@251","$color":2,"excl_time":1.3800000000007e-05,"$area":1.3800000000007e-05},"id":"4654-KiokuDB::Entry::BEGIN@251"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.81ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.001808,"subname":"KiokuDB::Entry::BEGIN@6","$color":2,"excl_time":1.21000000001495e-05,"$area":1.21000000001495e-05},"id":"4655-KiokuDB::Entry::BEGIN@6"},{"name":"BEGIN@218","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@218</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"KiokuDB::Entry::BEGIN@218","$color":2,"excl_time":9.10000000019191e-06,"$area":9.10000000019191e-06},"id":"4656-KiokuDB::Entry::BEGIN@218"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.34ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.004338,"subname":"KiokuDB::Entry::BEGIN@4","$color":2,"excl_time":1.40999999998408e-05,"$area":1.40999999998408e-05},"id":"4657-KiokuDB::Entry::BEGIN@4"},{"name":"BEGIN@139","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@139</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"KiokuDB::Entry::BEGIN@139","$color":2,"excl_time":9.59999999988935e-06,"$area":9.59999999988935e-06},"id":"4658-KiokuDB::Entry::BEGIN@139"},{"name":"deleted","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::deleted</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.78ms, 0.01%</p>","incl_time":0.00377660000000003,"subname":"KiokuDB::Entry::deleted","$color":2,"excl_time":0.00377660000000003,"$area":0.00377660000000003},"id":"4659-KiokuDB::Entry::deleted"},{"name":"has_tied","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_tied</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.70ms, 0.01%</p>","incl_time":0.00369950000000003,"subname":"KiokuDB::Entry::has_tied","$color":2,"excl_time":0.00369950000000003,"$area":0.00369950000000003},"id":"4660-KiokuDB::Entry::has_tied"},{"name":"has_root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_root</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"KiokuDB::Entry::has_root","$color":2,"excl_time":1.33e-05,"$area":1.33e-05},"id":"4661-KiokuDB::Entry::has_root"},{"name":"class_version","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::class_version</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.83ms, 0.01%</p>","incl_time":0.0038332,"subname":"KiokuDB::Entry::class_version","$color":2,"excl_time":0.0038332,"$area":0.0038332},"id":"4662-KiokuDB::Entry::class_version"},{"name":"_build_root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::_build_root</b></p><p><br />Called 2324 times from 1 place in 1 file<br />Inclusive time: 27.4ms, 0.04%<br />Exclusive time: 16.8ms, 0.02%</p>","incl_time":0.0273849999999999,"subname":"KiokuDB::Entry::_build_root","$color":2,"excl_time":0.0168058999960624,"$area":0.0168058999960624},"id":"4663-KiokuDB::Entry::_build_root"},{"name":"BEGIN@182","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@182</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"KiokuDB::Entry::BEGIN@182","$color":2,"excl_time":8.40000000016804e-06,"$area":8.40000000016804e-06},"id":"4664-KiokuDB::Entry::BEGIN@182"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::new</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 174ms, 0.25%<br />Exclusive time: 157ms, 0.22%</p>","incl_time":0.1742938,"subname":"KiokuDB::Entry::new","$color":2,"excl_time":0.156831799994854,"$area":0.156831799994854},"id":"4665-KiokuDB::Entry::new"},{"name":"has_id","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_id</b></p><p><br />Called 2324 times from 1 place in 1 file<br />Inclusive time: 3.51ms, 0.00%</p>","incl_time":0.00351250000000002,"subname":"KiokuDB::Entry::has_id","$color":2,"excl_time":0.00351250000000002,"$area":0.00351250000000002},"id":"4666-KiokuDB::Entry::has_id"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::Entry::meta","$color":2,"excl_time":7.59999999983984e-06,"$area":7.59999999983984e-06},"id":"4667-KiokuDB::Entry::meta"},{"name":"class","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::class</b></p><p><br />Called 9174 times from 3 places in 3 files<br />Inclusive time: 15.4ms, 0.02%</p>","incl_time":0.0154130000000001,"subname":"KiokuDB::Entry::class","$color":2,"excl_time":0.0154130000000001,"$area":0.0154130000000001},"id":"4668-KiokuDB::Entry::class"},{"name":"BEGIN@198","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@198</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"KiokuDB::Entry::BEGIN@198","$color":2,"excl_time":1.08000000000131e-05,"$area":1.08000000000131e-05},"id":"4669-KiokuDB::Entry::BEGIN@198"},{"name":"backend_data","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::backend_data</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.81ms, 0.01%</p>","incl_time":0.00380620000000002,"subname":"KiokuDB::Entry::backend_data","$color":2,"excl_time":0.00380620000000002,"$area":0.00380620000000002},"id":"4670-KiokuDB::Entry::backend_data"},{"name":"data","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::data</b></p><p><br />Called 20668 times from 6 places in 4 files<br />Inclusive time: 33.6ms, 0.05%</p>","incl_time":0.0335663999999996,"subname":"KiokuDB::Entry::data","$color":2,"excl_time":0.0335663999999996,"$area":0.0335663999999996},"id":"4671-KiokuDB::Entry::data"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 520&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0005205,"subname":"KiokuDB::Entry::BEGIN@8","$color":2,"excl_time":1.05000000002115e-05,"$area":1.05000000002115e-05},"id":"4672-KiokuDB::Entry::BEGIN@8"},{"name":"BEGIN@201","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@201</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"KiokuDB::Entry::BEGIN@201","$color":2,"excl_time":6.30000000013078e-06,"$area":6.30000000013078e-06},"id":"4673-KiokuDB::Entry::BEGIN@201"},{"name":"id","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::id</b></p><p><br />Called 6978 times from 3 places in 2 files<br />Inclusive time: 13.4ms, 0.02%</p>","incl_time":0.0134209000000001,"subname":"KiokuDB::Entry::id","$color":2,"excl_time":0.0134209000000001,"$area":0.0134209000000001},"id":"4674-KiokuDB::Entry::id"},{"name":"has_class","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_class</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.89ms, 0.01%</p>","incl_time":0.00388710000000003,"subname":"KiokuDB::Entry::has_class","$color":2,"excl_time":0.00388710000000003,"$area":0.00388710000000003},"id":"4675-KiokuDB::Entry::has_class"},{"name":"has_class_meta","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_class_meta</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.64ms, 0.01%</p>","incl_time":0.00364480000000002,"subname":"KiokuDB::Entry::has_class_meta","$color":2,"excl_time":0.00364480000000002,"$area":0.00364480000000002},"id":"4676-KiokuDB::Entry::has_class_meta"},{"name":"root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::root</b></p><p><br />Called 8142 times from 5 places in 5 files<br />Inclusive time: 64.7ms, 0.09%<br />Exclusive time: 38.1ms, 0.05%<br />Recursion: max depth 1, recursive inclusive time 3.45ms</p>","incl_time":0.0646571999999999,"subname":"KiokuDB::Entry::root","$color":2,"excl_time":0.0380919999976374,"$area":0.0380919999976374},"id":"4677-KiokuDB::Entry::root"},{"name":"BEGIN@202","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::BEGIN@202</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"KiokuDB::Entry::BEGIN@202","$color":2,"excl_time":6.19999999982559e-06,"$area":6.19999999982559e-06},"id":"4678-KiokuDB::Entry::BEGIN@202"},{"name":"prev","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::prev</b></p><p><br />Called 4650 times from 2 places in 2 files<br />Inclusive time: 8.07ms, 0.01%</p>","incl_time":0.00807380000000004,"subname":"KiokuDB::Entry::prev","$color":2,"excl_time":0.00807380000000004,"$area":0.00807380000000004},"id":"4679-KiokuDB::Entry::prev"},{"name":"::Skip","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::Skip::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"KiokuDB::Entry::Skip::meta","$color":4,"excl_time":7.99999999965318e-06,"$area":7.99999999965318e-06},"id":"4681-KiokuDB::Entry::Skip::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::Skip::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.37ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0043661,"subname":"KiokuDB::Entry::Skip::BEGIN@4","$color":4,"excl_time":1.55999999998536e-05,"$area":1.55999999998536e-05},"id":"4682-KiokuDB::Entry::Skip::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::Skip::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 289&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002889,"subname":"KiokuDB::Entry::Skip::BEGIN@6","$color":4,"excl_time":1.04999999999881e-05,"$area":1.04999999999881e-05},"id":"4683-KiokuDB::Entry::Skip::BEGIN@6"}],"data":{"$area":3.40999999994948e-05},"id":"n4680"}],"data":{"$area":0.339206599993412},"id":"n4649"},{"name":"::Set","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.79ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0017907,"subname":"KiokuDB::Set::BEGIN@4","$color":6,"excl_time":2.10000000030123e-05,"$area":2.10000000030123e-05},"id":"4685-KiokuDB::Set::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Set::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"KiokuDB::Set::BEGIN@8","$color":6,"excl_time":1.07000000030944e-05,"$area":1.07000000030944e-05},"id":"4686-KiokuDB::Set::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 446&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004464,"subname":"KiokuDB::Set::BEGIN@6","$color":6,"excl_time":1.05000000006216e-05,"$area":1.05000000006216e-05},"id":"4687-KiokuDB::Set::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Set::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 199&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001992,"subname":"KiokuDB::Set::BEGIN@10","$color":6,"excl_time":8.90000000013444e-06,"$area":8.90000000013444e-06},"id":"4688-KiokuDB::Set::BEGIN@10"},{"name":"::Loaded","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Loaded::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.02ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0050228,"subname":"KiokuDB::Set::Loaded::BEGIN@4","$color":8,"excl_time":2.57999999969732e-05,"$area":2.57999999969732e-05},"id":"4690-KiokuDB::Set::Loaded::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Loaded::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 334&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003338,"subname":"KiokuDB::Set::Loaded::BEGIN@8","$color":8,"excl_time":1.12000000030469e-05,"$area":1.12000000030469e-05},"id":"4691-KiokuDB::Set::Loaded::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Loaded::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"KiokuDB::Set::Loaded::BEGIN@6","$color":8,"excl_time":1.10000000006704e-05,"$area":1.10000000006704e-05},"id":"4692-KiokuDB::Set::Loaded::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Loaded::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"KiokuDB::Set::Loaded::meta","$color":8,"excl_time":7.70000000229384e-06,"$area":7.70000000229384e-06},"id":"4693-KiokuDB::Set::Loaded::meta"}],"data":{"$area":5.57000000029843e-05},"id":"n4689"},{"name":"::Stored","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Stored::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.13ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0041323,"subname":"KiokuDB::Set::Stored::BEGIN@4","$color":10,"excl_time":1.61000000014292e-05,"$area":1.61000000014292e-05},"id":"4695-KiokuDB::Set::Stored::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Stored::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"KiokuDB::Set::Stored::meta","$color":10,"excl_time":7.69999999995662e-06,"$area":7.69999999995662e-06},"id":"4696-KiokuDB::Set::Stored::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Stored::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 286&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000286,"subname":"KiokuDB::Set::Stored::BEGIN@6","$color":10,"excl_time":9.79999999816392e-06,"$area":9.79999999816392e-06},"id":"4697-KiokuDB::Set::Stored::BEGIN@6"}],"data":{"$area":3.35999999995497e-05},"id":"n4694"},{"name":"::Deferred","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 378&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0003777,"subname":"KiokuDB::Set::Deferred::BEGIN@12","$color":1,"excl_time":1.40999999999806e-05,"$area":1.40999999999806e-05},"id":"4699-KiokuDB::Set::Deferred::BEGIN@12"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"KiokuDB::Set::Deferred::meta","$color":1,"excl_time":1.5699999994539e-05,"$area":1.5699999994539e-05},"id":"4700-KiokuDB::Set::Deferred::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":7.66e-05,"subname":"KiokuDB::Set::Deferred::BEGIN@6","$color":1,"excl_time":1.83000000008216e-05,"$area":1.83000000008216e-05},"id":"4701-KiokuDB::Set::Deferred::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"KiokuDB::Set::Deferred::BEGIN@10","$color":1,"excl_time":1.16000000031951e-05,"$area":1.16000000031951e-05},"id":"4702-KiokuDB::Set::Deferred::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35.2ms, 0.05%<br />Exclusive time: 526&micro;s, 0.00%</p>","incl_time":0.0352108,"subname":"KiokuDB::Set::Deferred::BEGIN@8","$color":1,"excl_time":0.00052649999999789,"$area":0.00052649999999789},"id":"4703-KiokuDB::Set::Deferred::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Deferred::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.82ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0048223,"subname":"KiokuDB::Set::Deferred::BEGIN@4","$color":1,"excl_time":2.05999999984257e-05,"$area":2.05999999984257e-05},"id":"4704-KiokuDB::Set::Deferred::BEGIN@4"}],"data":{"$area":0.000606799999994852},"id":"n4698"},{"name":"::Base","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Base::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.53ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0045294,"subname":"KiokuDB::Set::Base::BEGIN@4","$color":3,"excl_time":1.87000000026862e-05,"$area":1.87000000026862e-05},"id":"4706-KiokuDB::Set::Base::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Base::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"KiokuDB::Set::Base::meta","$color":3,"excl_time":1.12000000047752e-05,"$area":1.12000000047752e-05},"id":"4707-KiokuDB::Set::Base::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Base::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 393&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0003931,"subname":"KiokuDB::Set::Base::BEGIN@6","$color":3,"excl_time":2.12000000024619e-05,"$area":2.12000000024619e-05},"id":"4708-KiokuDB::Set::Base::BEGIN@6"}],"data":{"$area":5.11000000099233e-05},"id":"n4705"},{"name":"::Storage","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Storage::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.76ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0037551,"subname":"KiokuDB::Set::Storage::BEGIN@4","$color":5,"excl_time":2.39999999969041e-05,"$area":2.39999999969041e-05},"id":"4710-KiokuDB::Set::Storage::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Storage::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 347&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003474,"subname":"KiokuDB::Set::Storage::BEGIN@8","$color":5,"excl_time":1.18000000003416e-05,"$area":1.18000000003416e-05},"id":"4711-KiokuDB::Set::Storage::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Set::Storage::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"KiokuDB::Set::Storage::BEGIN@6","$color":5,"excl_time":1.34999999974389e-05,"$area":1.34999999974389e-05},"id":"4712-KiokuDB::Set::Storage::BEGIN@6"}],"data":{"$area":4.92999999946846e-05},"id":"n4709"}],"data":{"$area":0.000847600000008856},"id":"n4684"},{"name":"::Util","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"KiokuDB::Util::BEGIN@5","$color":7,"excl_time":1.75000000004228e-05,"$area":1.75000000004228e-05},"id":"4714-KiokuDB::Util::BEGIN@5"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 189&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001893,"subname":"KiokuDB::Util::BEGIN@13","$color":7,"excl_time":8.90000000036359e-06,"$area":8.90000000036359e-06},"id":"4715-KiokuDB::Util::BEGIN@13"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::Util::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"KiokuDB::Util::CORE:match","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"4716-KiokuDB::Util::CORE:match"},{"name":"dsn_to_backend","children":[],"data":{"tip":"<p><b>KiokuDB::Util::dsn_to_backend</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 767ms, 1.08%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.7670607,"subname":"KiokuDB::Util::dsn_to_backend","$color":7,"excl_time":2.46000000004853e-05,"$area":2.46000000004853e-05},"id":"4717-KiokuDB::Util::dsn_to_backend"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"KiokuDB::Util::BEGIN@6","$color":7,"excl_time":9.00000000014678e-06,"$area":9.00000000014678e-06},"id":"4718-KiokuDB::Util::BEGIN@6"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"KiokuDB::Util::BEGIN@11","$color":7,"excl_time":7.79999999987072e-06,"$area":7.79999999987072e-06},"id":"4719-KiokuDB::Util::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"KiokuDB::Util::BEGIN@10","$color":7,"excl_time":8.40000000010515e-06,"$area":8.40000000010515e-06},"id":"4720-KiokuDB::Util::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 377&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003766,"subname":"KiokuDB::Util::BEGIN@15","$color":7,"excl_time":1.25000000003547e-05,"$area":1.25000000003547e-05},"id":"4721-KiokuDB::Util::BEGIN@15"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@168</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.65e-05,"subname":"KiokuDB::Util::BEGIN@168","$color":7,"excl_time":1.10999999996937e-05,"$area":1.10999999996937e-05},"id":"4722-KiokuDB::Util::BEGIN@168"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Util::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.26e-05,"subname":"KiokuDB::Util::BEGIN@8","$color":7,"excl_time":1.24000000000653e-05,"$area":1.24000000000653e-05},"id":"4723-KiokuDB::Util::BEGIN@8"}],"data":{"$area":0.000116100000001508},"id":"n4713"},{"name":"::Error","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Error::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.10ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0030953,"subname":"KiokuDB::Error::BEGIN@2","$color":9,"excl_time":1.65000000000629e-05,"$area":1.65000000000629e-05},"id":"4725-KiokuDB::Error::BEGIN@2"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Error::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 321&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003213,"subname":"KiokuDB::Error::BEGIN@4","$color":9,"excl_time":1.00000000000967e-05,"$area":1.00000000000967e-05},"id":"4726-KiokuDB::Error::BEGIN@4"},{"name":"::MissingObjects","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Error::MissingObjects::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::Error::MissingObjects::meta","$color":0,"excl_time":7.99999999995662e-06,"$area":7.99999999995662e-06},"id":"4728-KiokuDB::Error::MissingObjects::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Error::MissingObjects::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"KiokuDB::Error::MissingObjects::BEGIN@6","$color":0,"excl_time":9.29999999987686e-06,"$area":9.29999999987686e-06},"id":"4729-KiokuDB::Error::MissingObjects::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Error::MissingObjects::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.41ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.004412,"subname":"KiokuDB::Error::MissingObjects::BEGIN@2","$color":0,"excl_time":1.83999999997806e-05,"$area":1.83999999997806e-05},"id":"4730-KiokuDB::Error::MissingObjects::BEGIN@2"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Error::MissingObjects::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 322&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0003222,"subname":"KiokuDB::Error::MissingObjects::BEGIN@4","$color":0,"excl_time":1.91999999998357e-05,"$area":1.91999999998357e-05},"id":"4731-KiokuDB::Error::MissingObjects::BEGIN@4"}],"data":{"$area":5.48999999994498e-05},"id":"n4727"},{"name":"::UnknownObjects","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Error::UnknownObjects::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.43ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.00443,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@2","$color":2,"excl_time":1.6799999999882e-05,"$area":1.6799999999882e-05},"id":"4733-KiokuDB::Error::UnknownObjects::BEGIN@2"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Error::UnknownObjects::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"KiokuDB::Error::UnknownObjects::meta","$color":2,"excl_time":7.60000000023705e-06,"$area":7.60000000023705e-06},"id":"4734-KiokuDB::Error::UnknownObjects::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Error::UnknownObjects::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@6","$color":2,"excl_time":1.1700000000182e-05,"$area":1.1700000000182e-05},"id":"4735-KiokuDB::Error::UnknownObjects::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Error::UnknownObjects::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003189,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@4","$color":2,"excl_time":1.2500000000071e-05,"$area":1.2500000000071e-05},"id":"4736-KiokuDB::Error::UnknownObjects::BEGIN@4"}],"data":{"$area":4.86000000003721e-05},"id":"n4732"}],"data":{"$area":0.000129999999999982},"id":"n4724"},{"name":"::GC","children":[{"name":"::Naive","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55.8ms, 0.08%<br />Exclusive time: 548&micro;s, 0.00%</p>","incl_time":0.0558063,"subname":"KiokuDB::GC::Naive::BEGIN@7","$color":4,"excl_time":0.000547800000001014,"$area":0.000547800000001014},"id":"4739-KiokuDB::GC::Naive::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 88.8ms, 0.13%<br />Exclusive time: 648&micro;s, 0.00%</p>","incl_time":0.0887502,"subname":"KiokuDB::GC::Naive::BEGIN@6","$color":4,"excl_time":0.000648499999999386,"$area":0.000648499999999386},"id":"4740-KiokuDB::GC::Naive::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::GC::Naive::meta","$color":4,"excl_time":7.79999999995662e-06,"$area":7.79999999995662e-06},"id":"4741-KiokuDB::GC::Naive::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.64ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0046396,"subname":"KiokuDB::GC::Naive::BEGIN@4","$color":4,"excl_time":1.73000000001427e-05,"$area":1.73000000001427e-05},"id":"4742-KiokuDB::GC::Naive::BEGIN@4"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::CORE:qr</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"KiokuDB::GC::Naive::CORE:qr","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"4743-KiokuDB::GC::Naive::CORE:qr"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 291&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000291,"subname":"KiokuDB::GC::Naive::BEGIN@9","$color":4,"excl_time":9.80000000012958e-06,"$area":9.80000000012958e-06},"id":"4744-KiokuDB::GC::Naive::BEGIN@9"},{"name":"::Mark","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 288&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0002882,"subname":"KiokuDB::GC::Naive::Mark::BEGIN@6","$color":6,"excl_time":1.24000000001738e-05,"$area":1.24000000001738e-05},"id":"4746-KiokuDB::GC::Naive::Mark::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::GC::Naive::Mark::meta","$color":6,"excl_time":7.0000000000035e-06,"$area":7.0000000000035e-06},"id":"4747-KiokuDB::GC::Naive::Mark::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.29ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.004293,"subname":"KiokuDB::GC::Naive::Mark::BEGIN@4","$color":6,"excl_time":2.76999999998615e-05,"$area":2.76999999998615e-05},"id":"4748-KiokuDB::GC::Naive::Mark::BEGIN@4"},{"name":"::Results","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::Results::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.30ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0043033,"subname":"KiokuDB::GC::Naive::Mark::Results::BEGIN@12","$color":8,"excl_time":9.99999999994495e-06,"$area":9.99999999994495e-06},"id":"4750-KiokuDB::GC::Naive::Mark::Results::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::Results::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.64ms, 0.01%<br />Exclusive time: 4.60ms, 0.01%</p>","incl_time":0.0056427,"subname":"KiokuDB::GC::Naive::Mark::Results::BEGIN@14","$color":8,"excl_time":0.00460129999999992,"$area":0.00460129999999992},"id":"4751-KiokuDB::GC::Naive::Mark::Results::BEGIN@14"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Mark::Results::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::GC::Naive::Mark::Results::meta","$color":8,"excl_time":7.90000000012027e-06,"$area":7.90000000012027e-06},"id":"4752-KiokuDB::GC::Naive::Mark::Results::meta"}],"data":{"$area":0.00461919999999998},"id":"n4749"}],"data":{"$area":0.00466630000000002},"id":"n4745"},{"name":"::Sweep","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 287&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002871,"subname":"KiokuDB::GC::Naive::Sweep::BEGIN@6","$color":10,"excl_time":1.00999999999173e-05,"$area":1.00999999999173e-05},"id":"4754-KiokuDB::GC::Naive::Sweep::BEGIN@6"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::GC::Naive::Sweep::CORE:qr","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"4755-KiokuDB::GC::Naive::Sweep::CORE:qr"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::GC::Naive::Sweep::meta","$color":10,"excl_time":7.49999999988673e-06,"$area":7.49999999988673e-06},"id":"4756-KiokuDB::GC::Naive::Sweep::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.21ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042143,"subname":"KiokuDB::GC::Naive::Sweep::BEGIN@4","$color":10,"excl_time":1.59999999999006e-05,"$area":1.59999999999006e-05},"id":"4757-KiokuDB::GC::Naive::Sweep::BEGIN@4"},{"name":"::Results","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::Results::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::GC::Naive::Sweep::Results::meta","$color":1,"excl_time":8.10000000028393e-06,"$area":8.10000000028393e-06},"id":"4759-KiokuDB::GC::Naive::Sweep::Results::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::Results::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.26ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.004256,"subname":"KiokuDB::GC::Naive::Sweep::Results::BEGIN@12","$color":1,"excl_time":9.00000000011048e-06,"$area":9.00000000011048e-06},"id":"4760-KiokuDB::GC::Naive::Sweep::Results::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::GC::Naive::Sweep::Results::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"KiokuDB::GC::Naive::Sweep::Results::BEGIN@14","$color":1,"excl_time":1.09999999999627e-05,"$area":1.09999999999627e-05},"id":"4761-KiokuDB::GC::Naive::Sweep::Results::BEGIN@14"}],"data":{"$area":2.81000000003572e-05},"id":"n4758"}],"data":{"$area":6.47000000000618e-05},"id":"n4753"}],"data":{"$area":0.00596840000000071},"id":"n4738"}],"data":{"$area":0.00596840000000071},"id":"n4737"},{"name":"::Role","children":[{"name":"::TypeMap","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Role::TypeMap::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 566&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.000566,"subname":"KiokuDB::Role::TypeMap::BEGIN@6","$color":3,"excl_time":1.67000000001362e-05,"$area":1.67000000001362e-05},"id":"4764-KiokuDB::Role::TypeMap::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::TypeMap::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.09ms, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0050928,"subname":"KiokuDB::Role::TypeMap::BEGIN@4","$color":3,"excl_time":2.88000000000423e-05,"$area":2.88000000000423e-05},"id":"4765-KiokuDB::Role::TypeMap::BEGIN@4"}],"data":{"$area":4.55000000001785e-05},"id":"n4763"},{"name":"::UUIDs","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.05e-05,"subname":"KiokuDB::Role::UUIDs::BEGIN@6","$color":5,"excl_time":1.03999999999016e-05,"$area":1.03999999999016e-05},"id":"4767-KiokuDB::Role::UUIDs::BEGIN@6"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/UUIDs.pm:13]","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/UUIDs.pm:13]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"KiokuDB::Role::UUIDs::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/UUIDs.pm:13]","$color":5,"excl_time":5.76e-05,"$area":5.76e-05},"id":"4768-KiokuDB::Role::UUIDs::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/UUIDs.pm:13]"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 445&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004452,"subname":"KiokuDB::Role::UUIDs::BEGIN@8","$color":5,"excl_time":9.60000000013061e-06,"$area":9.60000000013061e-06},"id":"4769-KiokuDB::Role::UUIDs::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.95ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0029549,"subname":"KiokuDB::Role::UUIDs::BEGIN@4","$color":5,"excl_time":1.70999999997866e-05,"$area":1.70999999997866e-05},"id":"4770-KiokuDB::Role::UUIDs::BEGIN@4"},{"name":"::DataUUID","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::DataUUID::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.78ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027764,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@4","$color":7,"excl_time":1.70000000000326e-05,"$area":1.70000000000326e-05},"id":"4772-KiokuDB::Role::UUIDs::DataUUID::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::DataUUID::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 350&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003495,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@8","$color":7,"excl_time":9.10000000020356e-06,"$area":9.10000000020356e-06},"id":"4773-KiokuDB::Role::UUIDs::DataUUID::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::DataUUID::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 753&micro;s, 0.00%<br />Exclusive time: 241&micro;s, 0.00%</p>","incl_time":0.0007531,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@6","$color":7,"excl_time":0.000240899999999815,"$area":0.000240899999999815},"id":"4774-KiokuDB::Role::UUIDs::DataUUID::BEGIN@6"},{"name":"generate_uuid","children":[],"data":{"tip":"<p><b>KiokuDB::Role::UUIDs::DataUUID::generate_uuid</b></p><p><br />Called 5685 times from 2 places in 1 file<br />Inclusive time: 39.9ms, 0.06%<br />Exclusive time: 16.1ms, 0.02%</p>","incl_time":0.0398858000000005,"subname":"KiokuDB::Role::UUIDs::DataUUID::generate_uuid","$color":7,"excl_time":0.0160988999986242,"$area":0.0160988999986242},"id":"4775-KiokuDB::Role::UUIDs::DataUUID::generate_uuid"}],"data":{"$area":0.0163658999986242},"id":"n4771"}],"data":{"$area":0.0164605999986241},"id":"n4766"},{"name":"::Verbosity","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Verbosity::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027473,"subname":"KiokuDB::Role::Verbosity::BEGIN@4","$color":9,"excl_time":1.69999999999255e-05,"$area":1.69999999999255e-05},"id":"4777-KiokuDB::Role::Verbosity::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Verbosity::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 309&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003091,"subname":"KiokuDB::Role::Verbosity::BEGIN@6","$color":9,"excl_time":9.59999999988086e-06,"$area":9.59999999988086e-06},"id":"4778-KiokuDB::Role::Verbosity::BEGIN@6"}],"data":{"$area":2.65999999998064e-05},"id":"n4776"},{"name":"::API","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Role::API::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.79ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027867,"subname":"KiokuDB::Role::API::BEGIN@2","$color":0,"excl_time":1.69000000001776e-05,"$area":1.69000000001776e-05},"id":"4780-KiokuDB::Role::API::BEGIN@2"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::API::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 310&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003098,"subname":"KiokuDB::Role::API::BEGIN@4","$color":0,"excl_time":1.07000000001144e-05,"$area":1.07000000001144e-05},"id":"4781-KiokuDB::Role::API::BEGIN@4"}],"data":{"$area":2.76000000002921e-05},"id":"n4779"},{"name":"::Scan","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Scan::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003418,"subname":"KiokuDB::Role::Scan::BEGIN@6","$color":2,"excl_time":9.99999999989578e-06,"$area":9.99999999989578e-06},"id":"4783-KiokuDB::Role::Scan::BEGIN@6"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Scan::CORE:qr</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"KiokuDB::Role::Scan::CORE:qr","$color":2,"excl_time":8.6e-06,"$area":8.6e-06},"id":"4784-KiokuDB::Role::Scan::CORE:qr"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/Scan.pm:94]","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Scan::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/Scan.pm:94]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.12ms, 0.01%<br />Exclusive time: 102&micro;s, 0.00%</p>","incl_time":0.0081197,"subname":"KiokuDB::Role::Scan::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/Scan.pm:94]","$color":2,"excl_time":0.000101699999999698,"$area":0.000101699999999698},"id":"4785-KiokuDB::Role::Scan::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/Scan.pm:94]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Role::Scan::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.54ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0045424,"subname":"KiokuDB::Role::Scan::BEGIN@4","$color":2,"excl_time":1.81000000000738e-05,"$area":1.81000000000738e-05},"id":"4786-KiokuDB::Role::Scan::BEGIN@4"}],"data":{"$area":0.000138399999999668},"id":"n4782"}],"data":{"$area":0.016698699998624},"id":"n4762"},{"name":"::Thunk","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Thunk::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003127,"subname":"KiokuDB::Thunk::BEGIN@6","$color":4,"excl_time":1.14999999999985e-05,"$area":1.14999999999985e-05},"id":"4788-KiokuDB::Thunk::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Thunk::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"KiokuDB::Thunk::meta","$color":4,"excl_time":8.59999999972307e-06,"$area":8.59999999972307e-06},"id":"4789-KiokuDB::Thunk::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Thunk::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.60ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0045957,"subname":"KiokuDB::Thunk::BEGIN@4","$color":4,"excl_time":1.90000000001214e-05,"$area":1.90000000001214e-05},"id":"4790-KiokuDB::Thunk::BEGIN@4"}],"data":{"$area":3.9099999999843e-05},"id":"n4787"},{"name":"::Collapser","children":[{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21.1ms, 0.03%<br />Exclusive time: 445&micro;s, 0.00%</p>","incl_time":0.0211013,"subname":"KiokuDB::Collapser::BEGIN@18","$color":6,"excl_time":0.000444899999999096,"$area":0.000444899999999096},"id":"4792-KiokuDB::Collapser::BEGIN@18"},{"name":"make_ref","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::make_ref</b></p><p><br />Called 9072 times from 3 places in 1 file<br />Inclusive time: 187ms, 0.26%<br />Exclusive time: 64.2ms, 0.09%</p>","incl_time":0.1867075,"subname":"KiokuDB::Collapser::make_ref","$color":6,"excl_time":0.0642478000012928,"$area":0.0642478000012928},"id":"4793-KiokuDB::Collapser::make_ref"},{"name":"visit_ref_data","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref_data</b></p><p><br />Called 4524 times from 2 places in 2 files<br />Inclusive time: 5.28s, 7.45%<br />Exclusive time: 33.6ms, 0.05%<br />Recursion: max depth 2, recursive inclusive time 5.86s</p>","incl_time":5.2836346,"subname":"KiokuDB::Collapser::visit_ref_data","$color":6,"excl_time":0.0335800000001527,"$area":0.0335800000001527},"id":"4794-KiokuDB::Collapser::visit_ref_data"},{"name":"id_method","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::id_method</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 33.2ms, 0.05%<br />Exclusive time: 13.5ms, 0.02%</p>","incl_time":0.0331563,"subname":"KiokuDB::Collapser::id_method","$color":6,"excl_time":0.0134707999976752,"$area":0.0134707999976752},"id":"4795-KiokuDB::Collapser::id_method"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 109&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0001093,"subname":"KiokuDB::Collapser::new","$color":6,"excl_time":5.65999999952094e-05,"$area":5.65999999952094e-05},"id":"4796-KiokuDB::Collapser::new"},{"name":"weaken","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::weaken</b></p><p><br />Called 9072 times from 1 place in 1 file<br />Inclusive time: 18.6ms, 0.03%</p>","incl_time":0.0185606000000004,"subname":"KiokuDB::Collapser::weaken","$color":6,"excl_time":0.0185606000000004,"$area":0.0185606000000004},"id":"4797-KiokuDB::Collapser::weaken"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 229&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0002285,"subname":"KiokuDB::Collapser::BEGIN@10","$color":6,"excl_time":3.85999999999239e-05,"$area":3.85999999999239e-05},"id":"4798-KiokuDB::Collapser::BEGIN@10"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.5ms, 0.02%<br />Exclusive time: 3.12ms, 0.00%</p>","incl_time":0.0175427,"subname":"KiokuDB::Collapser::BEGIN@20","$color":6,"excl_time":0.00311850000000033,"$area":0.00311850000000033},"id":"4799-KiokuDB::Collapser::BEGIN@20"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"KiokuDB::Collapser::BEGIN@6","$color":6,"excl_time":1.17000000001707e-05,"$area":1.17000000001707e-05},"id":"4800-KiokuDB::Collapser::BEGIN@6"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49.4ms, 0.07%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.0493623,"subname":"KiokuDB::Collapser::BEGIN@17","$color":6,"excl_time":0.00147640000000107,"$area":0.00147640000000107},"id":"4801-KiokuDB::Collapser::BEGIN@17"},{"name":"visit_with_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_with_typemap</b></p><p><br />Called 6848 times from 2 places in 1 file<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 44.8ms, 0.06%<br />Recursion: max depth 5, recursive inclusive time 16.8s</p>","incl_time":5.2856123,"subname":"KiokuDB::Collapser::visit_with_typemap","$color":6,"excl_time":0.0447925999990707,"$area":0.0447925999990707},"id":"4802-KiokuDB::Collapser::visit_with_typemap"},{"name":"visit_object","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_object</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 7.47ms, 0.01%<br />Recursion: max depth 3, recursive inclusive time 9.99s</p>","incl_time":5.2856353,"subname":"KiokuDB::Collapser::visit_object","$color":6,"excl_time":0.00746849999993137,"$area":0.00746849999993137},"id":"4803-KiokuDB::Collapser::visit_object"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"KiokuDB::Collapser::BEGIN@11","$color":6,"excl_time":9.999999999968e-06,"$area":9.999999999968e-06},"id":"4804-KiokuDB::Collapser::BEGIN@11"},{"name":"collapse","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5.63s, 7.93%<br />Exclusive time: 275&micro;s, 0.00%</p>","incl_time":5.628191,"subname":"KiokuDB::Collapser::collapse","$color":6,"excl_time":0.000274600000003122,"$area":0.000274600000003122},"id":"4805-KiokuDB::Collapser::collapse"},{"name":"typemap_resolver","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::typemap_resolver</b></p><p><br />Called 8011 times from 1 place in 1 file<br />Inclusive time: 12.4ms, 0.02%</p>","incl_time":0.0124478,"subname":"KiokuDB::Collapser::typemap_resolver","$color":6,"excl_time":0.0124478,"$area":0.0124478},"id":"4806-KiokuDB::Collapser::typemap_resolver"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 369&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000369,"subname":"KiokuDB::Collapser::BEGIN@24","$color":6,"excl_time":9.49999999993187e-06,"$area":9.49999999993187e-06},"id":"4807-KiokuDB::Collapser::BEGIN@24"},{"name":"_set_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_set_buffer</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"KiokuDB::Collapser::_set_buffer","$color":6,"excl_time":4.05999999926636e-05,"$area":4.05999999926636e-05},"id":"4808-KiokuDB::Collapser::_set_buffer"},{"name":"collapse_first_class","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse_first_class</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 5.28s, 7.45%<br />Exclusive time: 96.4ms, 0.14%<br />Recursion: max depth 3, recursive inclusive time 9.85s</p>","incl_time":5.2846752,"subname":"KiokuDB::Collapser::collapse_first_class","$color":6,"excl_time":0.0964024999948923,"$area":0.0964024999948923},"id":"4809-KiokuDB::Collapser::collapse_first_class"},{"name":"visit_seen","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_seen</b></p><p><br />Called 2224 times from 1 place in 1 file<br />Inclusive time: 143ms, 0.20%<br />Exclusive time: 43.8ms, 0.06%</p>","incl_time":0.1427902,"subname":"KiokuDB::Collapser::visit_seen","$color":6,"excl_time":0.0437538999889495,"$area":0.0437538999889495},"id":"4810-KiokuDB::Collapser::visit_seen"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser.pm:84]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser.pm:84]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"KiokuDB::Collapser::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser.pm:84]","$color":6,"excl_time":1.61999999964508e-05,"$area":1.61999999964508e-05},"id":"4811-KiokuDB::Collapser::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser.pm:84]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 113ms, 0.16%<br />Exclusive time: 1.96ms, 0.00%</p>","incl_time":0.1127882,"subname":"KiokuDB::Collapser::BEGIN@14","$color":6,"excl_time":0.00196239999999981,"$area":0.00196239999999981},"id":"4812-KiokuDB::Collapser::BEGIN@14"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 190&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001899,"subname":"KiokuDB::Collapser::BEGIN@1","$color":6,"excl_time":1.2299999999778e-05,"$area":1.2299999999778e-05},"id":"4813-KiokuDB::Collapser::BEGIN@1"},{"name":"make_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::make_entry</b></p><p><br />Called 6848 times from 4 places in 4 files<br />Inclusive time: 642ms, 0.91%<br />Exclusive time: 161ms, 0.23%</p>","incl_time":0.642392700000002,"subname":"KiokuDB::Collapser::make_entry","$color":6,"excl_time":0.161164099981219,"$area":0.161164099981219},"id":"4814-KiokuDB::Collapser::make_entry"},{"name":"_clear_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_clear_buffer</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"KiokuDB::Collapser::_clear_buffer","$color":6,"excl_time":7.6e-06,"$area":7.6e-06},"id":"4815-KiokuDB::Collapser::_clear_buffer"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 606&micro;s, 0.00%<br />Exclusive time: 506&micro;s, 0.00%</p>","incl_time":0.0006065,"subname":"KiokuDB::Collapser::BEGIN@8","$color":6,"excl_time":0.000506000000000163,"$area":0.000506000000000163},"id":"4816-KiokuDB::Collapser::BEGIN@8"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.6ms, 0.02%<br />Exclusive time: 400&micro;s, 0.00%</p>","incl_time":0.014597,"subname":"KiokuDB::Collapser::BEGIN@16","$color":6,"excl_time":0.000400499999999832,"$area":0.000400499999999832},"id":"4817-KiokuDB::Collapser::BEGIN@16"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::live_objects</b></p><p><br />Called 14808 times from 5 places in 1 file<br />Inclusive time: 23.9ms, 0.03%</p>","incl_time":0.0238987,"subname":"KiokuDB::Collapser::live_objects","$color":6,"excl_time":0.0238987,"$area":0.0238987},"id":"4818-KiokuDB::Collapser::live_objects"},{"name":"compact","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::compact</b></p><p><br />Called 4524 times from 2 places in 1 file<br />Inclusive time: 9.18ms, 0.01%</p>","incl_time":0.00917740000000023,"subname":"KiokuDB::Collapser::compact","$color":6,"excl_time":0.00917740000000023,"$area":0.00917740000000023},"id":"4819-KiokuDB::Collapser::compact"},{"name":"visit_ref","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref</b></p><p><br />Called 4522 times from 1 place in 1 file<br />Inclusive time: 5.02s, 7.07%<br />Exclusive time: 13.0ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 1.86s</p>","incl_time":5.0176647,"subname":"KiokuDB::Collapser::visit_ref","$color":6,"excl_time":0.012997600000118,"$area":0.012997600000118},"id":"4820-KiokuDB::Collapser::visit_ref"},{"name":"collapse_method","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse_method</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 233ms, 0.33%<br />Exclusive time: 84.4ms, 0.12%</p>","incl_time":0.2327549,"subname":"KiokuDB::Collapser::collapse_method","$color":6,"excl_time":0.0844449999798837,"$area":0.0844449999798837},"id":"4821-KiokuDB::Collapser::collapse_method"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.3ms, 0.02%<br />Exclusive time: 296&micro;s, 0.00%</p>","incl_time":0.0172698,"subname":"KiokuDB::Collapser::BEGIN@15","$color":6,"excl_time":0.000296199999999969,"$area":0.000296199999999969},"id":"4822-KiokuDB::Collapser::BEGIN@15"},{"name":"visit_ref_fallback","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref_fallback</b></p><p><br />Called 4522 times from 1 place in 1 file<br />Inclusive time: 5.02s, 7.07%<br />Exclusive time: 116ms, 0.16%<br />Recursion: max depth 1, recursive inclusive time 1.69s</p>","incl_time":5.0162458,"subname":"KiokuDB::Collapser::visit_ref_fallback","$color":6,"excl_time":0.115728799983659,"$area":0.115728799983659},"id":"4823-KiokuDB::Collapser::visit_ref_fallback"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"KiokuDB::Collapser::meta","$color":6,"excl_time":7.59999999995662e-06,"$area":7.59999999995662e-06},"id":"4824-KiokuDB::Collapser::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001491,"subname":"KiokuDB::Collapser::BEGIN@12","$color":6,"excl_time":1.20999999999462e-05,"$area":1.20999999999462e-05},"id":"4825-KiokuDB::Collapser::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.28ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042823,"subname":"KiokuDB::Collapser::BEGIN@4","$color":6,"excl_time":1.74000000000953e-05,"$area":1.74000000000953e-05},"id":"4826-KiokuDB::Collapser::BEGIN@4"},{"name":"retain_magic","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::retain_magic</b></p><p><br />Called 4524 times from 2 places in 1 file<br />Inclusive time: 8.16ms, 0.01%</p>","incl_time":0.0081562,"subname":"KiokuDB::Collapser::retain_magic","$color":6,"excl_time":0.0081562,"$area":0.0081562},"id":"4827-KiokuDB::Collapser::retain_magic"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"KiokuDB::Collapser::BEGIN@9","$color":6,"excl_time":7.70000000022105e-06,"$area":7.70000000022105e-06},"id":"4828-KiokuDB::Collapser::BEGIN@9"},{"name":"_ref_id","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_ref_id</b></p><p><br />Called 4522 times from 1 place in 1 file<br />Inclusive time: 215ms, 0.30%<br />Exclusive time: 75.2ms, 0.11%</p>","incl_time":0.215357799999999,"subname":"KiokuDB::Collapser::_ref_id","$color":6,"excl_time":0.075235399992089,"$area":0.075235399992089},"id":"4829-KiokuDB::Collapser::_ref_id"},{"name":"_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_buffer</b></p><p><br />Called 27188 times from 7 places in 1 file<br />Inclusive time: 43.1ms, 0.06%</p>","incl_time":0.0430554999999997,"subname":"KiokuDB::Collapser::_buffer","$color":6,"excl_time":0.0430554999999997,"$area":0.0430554999999997},"id":"4830-KiokuDB::Collapser::_buffer"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"KiokuDB::Collapser::BEGIN@22","$color":6,"excl_time":1.01000000000396e-05,"$area":1.01000000000396e-05},"id":"4831-KiokuDB::Collapser::BEGIN@22"},{"name":"::Buffer","children":[{"name":"_entry_args","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_entry_args</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"KiokuDB::Collapser::Buffer::_entry_args","$color":8,"excl_time":3.05e-05,"$area":3.05e-05},"id":"4833-KiokuDB::Collapser::Buffer::_entry_args"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:37]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:37]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:37]","$color":8,"excl_time":2.62e-05,"$area":2.62e-05},"id":"4834-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:37]"},{"name":"imply_root","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::imply_root</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":9.38e-05,"subname":"KiokuDB::Collapser::Buffer::imply_root","$color":8,"excl_time":4.4899999996984e-05,"$area":4.4899999996984e-05},"id":"4835-KiokuDB::Collapser::Buffer::imply_root"},{"name":"first_class","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::first_class</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::Collapser::Buffer::first_class","$color":8,"excl_time":1.51e-05,"$area":1.51e-05},"id":"4836-KiokuDB::Collapser::Buffer::first_class"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:100]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:100]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 148&micro;s, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.000148,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:100]","$color":8,"excl_time":7.11999999977916e-05,"$area":7.11999999977916e-05},"id":"4837-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:100]"},{"name":"merged_objects_to_ids","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::merged_objects_to_ids</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"KiokuDB::Collapser::Buffer::merged_objects_to_ids","$color":8,"excl_time":3.32000000013268e-05,"$area":3.32000000013268e-05},"id":"4838-KiokuDB::Collapser::Buffer::merged_objects_to_ids"},{"name":"intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::intrinsic</b></p><p><br />Called 2224 times from 1 place in 1 file<br />Inclusive time: 4.30ms, 0.01%</p>","incl_time":0.00430120000000002,"subname":"KiokuDB::Collapser::Buffer::intrinsic","$color":8,"excl_time":0.00430120000000002,"$area":0.00430120000000002},"id":"4839-KiokuDB::Collapser::Buffer::intrinsic"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:43]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:43]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:43]","$color":8,"excl_time":2.62e-05,"$area":2.62e-05},"id":"4840-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:43]"},{"name":"object_to_id","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::object_to_id</b></p><p><br />Called 2226 times from 2 places in 2 files<br />Inclusive time: 13.8ms, 0.02%<br />Exclusive time: 10.3ms, 0.01%</p>","incl_time":0.0138025,"subname":"KiokuDB::Collapser::Buffer::object_to_id","$color":8,"excl_time":0.0103276999973575,"$area":0.0103276999973575},"id":"4841-KiokuDB::Collapser::Buffer::object_to_id"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"KiokuDB::Collapser::Buffer::BEGIN@5","$color":8,"excl_time":9.50000000005301e-06,"$area":9.50000000005301e-06},"id":"4842-KiokuDB::Collapser::Buffer::BEGIN@5"},{"name":"_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_entries</b></p><p><br />Called 6854 times from 4 places in 1 file<br />Inclusive time: 11.9ms, 0.02%</p>","incl_time":0.0119001000000004,"subname":"KiokuDB::Collapser::Buffer::_entries","$color":8,"excl_time":0.0119001000000004,"$area":0.0119001000000004},"id":"4843-KiokuDB::Collapser::Buffer::_entries"},{"name":"compact_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::compact_entry</b></p><p><br />Called 6848 times from 2 places in 1 file<br />Inclusive time: 271ms, 0.38%<br />Exclusive time: 39.7ms, 0.06%<br />Recursion: max depth 2, recursive inclusive time 173ms</p>","incl_time":0.271123000000001,"subname":"KiokuDB::Collapser::Buffer::compact_entry","$color":8,"excl_time":0.0397451999934624,"$area":0.0397451999934624},"id":"4844-KiokuDB::Collapser::Buffer::compact_entry"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:92]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:92]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:92]","$color":8,"excl_time":1.1e-05,"$area":1.1e-05},"id":"4845-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:92]"},{"name":"update_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::update_entries</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 306ms, 0.43%<br />Exclusive time: 25.1ms, 0.04%</p>","incl_time":0.3061476,"subname":"KiokuDB::Collapser::Buffer::update_entries","$color":8,"excl_time":0.025116200000295,"$area":0.025116200000295},"id":"4846-KiokuDB::Collapser::Buffer::update_entries"},{"name":"_ids","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_ids</b></p><p><br />Called 12535 times from 2 places in 1 file<br />Inclusive time: 19.9ms, 0.03%</p>","incl_time":0.0199209000000002,"subname":"KiokuDB::Collapser::Buffer::_ids","$color":8,"excl_time":0.0199209000000002,"$area":0.0199209000000002},"id":"4847-KiokuDB::Collapser::Buffer::_ids"},{"name":"simple_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::simple_entries</b></p><p><br />Called 4524 times from 2 places in 2 files<br />Inclusive time: 7.69ms, 0.01%</p>","incl_time":0.00768950000000022,"subname":"KiokuDB::Collapser::Buffer::simple_entries","$color":8,"excl_time":0.00768950000000022,"$area":0.00768950000000022},"id":"4848-KiokuDB::Collapser::Buffer::simple_entries"},{"name":"insert","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert</b></p><p><br />Called 12533 times from 3 places in 2 files<br />Inclusive time: 149ms, 0.21%<br />Exclusive time: 110ms, 0.16%</p>","incl_time":0.1489898,"subname":"KiokuDB::Collapser::Buffer::insert","$color":8,"excl_time":0.110041699963416,"$area":0.110041699963416},"id":"4849-KiokuDB::Collapser::Buffer::insert"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::live_objects</b></p><p><br />Called 6 times from 3 places in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"KiokuDB::Collapser::Buffer::live_objects","$color":8,"excl_time":3.79e-05,"$area":3.79e-05},"id":"4850-KiokuDB::Collapser::Buffer::live_objects"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::Collapser::Buffer::meta","$color":8,"excl_time":8.10000000028393e-06,"$area":8.10000000028393e-06},"id":"4851-KiokuDB::Collapser::Buffer::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::DESTROY</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"KiokuDB::Collapser::Buffer::DESTROY","$color":8,"excl_time":4.67999999994878e-05,"$area":4.67999999994878e-05},"id":"4852-KiokuDB::Collapser::Buffer::DESTROY"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 301&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003007,"subname":"KiokuDB::Collapser::Buffer::BEGIN@7","$color":8,"excl_time":8.40000000008792e-06,"$area":8.40000000008792e-06},"id":"4853-KiokuDB::Collapser::Buffer::BEGIN@7"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.20ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0042036,"subname":"KiokuDB::Collapser::Buffer::BEGIN@2","$color":8,"excl_time":1.52999999999664e-05,"$area":1.52999999999664e-05},"id":"4854-KiokuDB::Collapser::Buffer::BEGIN@2"},{"name":"commit","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::commit</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.32s, 3.27%<br />Exclusive time: 343&micro;s, 0.00%</p>","incl_time":2.3201017,"subname":"KiokuDB::Collapser::Buffer::commit","$color":8,"excl_time":0.000343299999994939,"$area":0.000343299999994939},"id":"4855-KiokuDB::Collapser::Buffer::commit"},{"name":"insert_to_backend","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert_to_backend</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.01s, 2.84%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":2.0136052,"subname":"KiokuDB::Collapser::Buffer::insert_to_backend","$color":8,"excl_time":5.40999999992797e-05,"$area":5.40999999992797e-05},"id":"4856-KiokuDB::Collapser::Buffer::insert_to_backend"},{"name":"compact_data","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::compact_data</b></p><p><br />Called 15918 times from 2 places in 1 file<br />Inclusive time: 253ms, 0.36%<br />Exclusive time: 161ms, 0.23%<br />Recursion: max depth 5, recursive inclusive time 472ms</p>","incl_time":0.2533668,"subname":"KiokuDB::Collapser::Buffer::compact_data","$color":8,"excl_time":0.16101019999259,"$area":0.16101019999259},"id":"4857-KiokuDB::Collapser::Buffer::compact_data"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:60]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:60]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:60]","$color":8,"excl_time":1.65e-05,"$area":1.65e-05},"id":"4858-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:60]"},{"name":"compact_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::compact_entries</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 339ms, 0.48%<br />Exclusive time: 42.5ms, 0.06%</p>","incl_time":0.3393345,"subname":"KiokuDB::Collapser::Buffer::compact_entries","$color":8,"excl_time":0.0424537999959188,"$area":0.0424537999959188},"id":"4859-KiokuDB::Collapser::Buffer::compact_entries"},{"name":"options","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::options</b></p><p><br />Called 11372 times from 4 places in 2 files<br />Inclusive time: 17.9ms, 0.03%</p>","incl_time":0.0178602000000002,"subname":"KiokuDB::Collapser::Buffer::options","$color":8,"excl_time":0.0178602000000002,"$area":0.0178602000000002},"id":"4860-KiokuDB::Collapser::Buffer::options"},{"name":"entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::entries</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0003882,"subname":"KiokuDB::Collapser::Buffer::entries","$color":8,"excl_time":0.0003882,"$area":0.0003882},"id":"4861-KiokuDB::Collapser::Buffer::entries"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 812&micro;s, 0.00%<br />Exclusive time: 383&micro;s, 0.00%</p>","incl_time":0.0008117,"subname":"KiokuDB::Collapser::Buffer::new","$color":8,"excl_time":0.00038309999999356,"$area":0.00038309999999356},"id":"4862-KiokuDB::Collapser::Buffer::new"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:18]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:18]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001316,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:18]","$color":8,"excl_time":3.21000000025234e-05,"$area":3.21000000025234e-05},"id":"4863-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:18]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:75]","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:75]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.84e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:75]","$color":8,"excl_time":1.60000000011322e-05,"$area":1.60000000011322e-05},"id":"4864-KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:75]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.92e-05,"subname":"KiokuDB::Collapser::Buffer::BEGIN@4","$color":8,"excl_time":1.46000000001608e-05,"$area":1.46000000001608e-05},"id":"4865-KiokuDB::Collapser::Buffer::BEGIN@4"},{"name":"_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_objects</b></p><p><br />Called 14759 times from 2 places in 1 file<br />Inclusive time: 22.5ms, 0.03%</p>","incl_time":0.0225157999999981,"subname":"KiokuDB::Collapser::Buffer::_objects","$color":8,"excl_time":0.0225157999999981,"$area":0.0225157999999981},"id":"4866-KiokuDB::Collapser::Buffer::_objects"},{"name":"intrinsic_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::intrinsic_entry</b></p><p><br />Called 2224 times from 1 place in 1 file<br />Inclusive time: 14.7ms, 0.02%<br />Exclusive time: 10.4ms, 0.01%</p>","incl_time":0.0146842,"subname":"KiokuDB::Collapser::Buffer::intrinsic_entry","$color":8,"excl_time":0.0103829999976761,"$area":0.0103829999976761},"id":"4867-KiokuDB::Collapser::Buffer::intrinsic_entry"},{"name":"insert_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert_entry</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 137ms, 0.19%<br />Exclusive time: 51.3ms, 0.07%</p>","incl_time":0.137382,"subname":"KiokuDB::Collapser::Buffer::insert_entry","$color":8,"excl_time":0.0512677999883642,"$area":0.0512677999883642},"id":"4868-KiokuDB::Collapser::Buffer::insert_entry"}],"data":{"$area":0.536165499929066},"id":"n4832"}],"data":{"$area":1.41348619984799},"id":"n4791"},{"name":"::Reference","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 293&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002932,"subname":"KiokuDB::Reference::BEGIN@6","$color":10,"excl_time":1.10999999998261e-05,"$area":1.10999999998261e-05},"id":"4870-KiokuDB::Reference::BEGIN@6"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::new</b></p><p><br />Called 9072 times from 1 place in 1 file<br />Inclusive time: 116ms, 0.16%<br />Exclusive time: 111ms, 0.16%</p>","incl_time":0.116114099999999,"subname":"KiokuDB::Reference::new","$color":10,"excl_time":0.111485700014877,"$area":0.111485700014877},"id":"4871-KiokuDB::Reference::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.23ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042309,"subname":"KiokuDB::Reference::BEGIN@4","$color":10,"excl_time":1.71999999997903e-05,"$area":1.71999999997903e-05},"id":"4872-KiokuDB::Reference::BEGIN@4"},{"name":"is_weak","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::is_weak</b></p><p><br />Called 4548 times from 1 place in 1 file<br />Inclusive time: 6.91ms, 0.01%</p>","incl_time":0.00690520000000009,"subname":"KiokuDB::Reference::is_weak","$color":10,"excl_time":0.00690520000000009,"$area":0.00690520000000009},"id":"4873-KiokuDB::Reference::is_weak"},{"name":"id","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::id</b></p><p><br />Called 13618 times from 2 places in 2 files<br />Inclusive time: 24.7ms, 0.03%</p>","incl_time":0.0247408,"subname":"KiokuDB::Reference::id","$color":10,"excl_time":0.0247408,"$area":0.0247408},"id":"4874-KiokuDB::Reference::id"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"KiokuDB::Reference::meta","$color":10,"excl_time":8.69999999995749e-06,"$area":8.69999999995749e-06},"id":"4875-KiokuDB::Reference::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::DESTROY</b></p><p><br />Called 4524 times from 2 places in 2 files<br />Inclusive time: 24.1ms, 0.03%<br />Exclusive time: 21.1ms, 0.03%</p>","incl_time":0.0241172000000003,"subname":"KiokuDB::Reference::DESTROY","$color":10,"excl_time":0.0210938000011691,"$area":0.0210938000011691},"id":"4876-KiokuDB::Reference::DESTROY"}],"data":{"$area":0.164262500016045},"id":"n4869"},{"name":"::TypeMap","children":[{"name":"_build_all_isa_entry_classes","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_all_isa_entry_classes</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 205&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0002054,"subname":"KiokuDB::TypeMap::_build_all_isa_entry_classes","$color":1,"excl_time":2.77000000052707e-05,"$area":2.77000000052707e-05},"id":"4878-KiokuDB::TypeMap::_build_all_isa_entry_classes"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"KiokuDB::TypeMap::BEGIN@6","$color":1,"excl_time":9.80000000013253e-06,"$area":9.80000000013253e-06},"id":"4879-KiokuDB::TypeMap::BEGIN@6"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::CORE:sort</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 173&micro;s, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001729,"subname":"KiokuDB::TypeMap::CORE:sort","$color":1,"excl_time":0.00012909999999974,"$area":0.00012909999999974},"id":"4880-KiokuDB::TypeMap::CORE:sort"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 362&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003616,"subname":"KiokuDB::TypeMap::BEGIN@12","$color":1,"excl_time":1.07000000000682e-05,"$area":1.07000000000682e-05},"id":"4881-KiokuDB::TypeMap::BEGIN@12"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"KiokuDB::TypeMap::CORE:match","$color":1,"excl_time":1.01e-05,"$area":1.01e-05},"id":"4882-KiokuDB::TypeMap::CORE:match"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:56]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:56]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.00%</p>","incl_time":0.0001923,"subname":"KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:56]","$color":1,"excl_time":0.0001923,"$area":0.0001923},"id":"4883-KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:56]"},{"name":"_build_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_entries</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"KiokuDB::TypeMap::_build_entries","$color":1,"excl_time":1.31e-05,"$area":1.31e-05},"id":"4884-KiokuDB::TypeMap::_build_entries"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::new</b></p><p><br />Called 9 times from 3 places in 3 files<br />Inclusive time: 785&micro;s, 0.00%<br />Exclusive time: 199&micro;s, 0.00%</p>","incl_time":0.0007852,"subname":"KiokuDB::TypeMap::new","$color":1,"excl_time":0.000199000000013453,"$area":0.000199000000013453},"id":"4885-KiokuDB::TypeMap::new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"KiokuDB::TypeMap::BEGIN@7","$color":1,"excl_time":1.05999999998964e-05,"$area":1.05999999998964e-05},"id":"4886-KiokuDB::TypeMap::BEGIN@7"},{"name":"isa_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::isa_entries</b></p><p><br />Called 20 times from 2 places in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":7.36e-05,"subname":"KiokuDB::TypeMap::isa_entries","$color":1,"excl_time":6.64000000011252e-05,"$area":6.64000000011252e-05},"id":"4887-KiokuDB::TypeMap::isa_entries"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::CORE:subst</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"KiokuDB::TypeMap::CORE:subst","$color":1,"excl_time":5.13e-05,"$area":5.13e-05},"id":"4888-KiokuDB::TypeMap::CORE:subst"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"KiokuDB::TypeMap::CORE:regcomp","$color":1,"excl_time":2.77e-05,"$area":2.77e-05},"id":"4889-KiokuDB::TypeMap::CORE:regcomp"},{"name":"_build_all_isa_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_all_isa_entries</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 143&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001434,"subname":"KiokuDB::TypeMap::_build_all_isa_entries","$color":1,"excl_time":9.70999999918407e-05,"$area":9.70999999918407e-05},"id":"4890-KiokuDB::TypeMap::_build_all_isa_entries"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.1ms, 0.02%<br />Exclusive time: 264&micro;s, 0.00%</p>","incl_time":0.0120685,"subname":"KiokuDB::TypeMap::BEGIN@10","$color":1,"excl_time":0.000264199999999902,"$area":0.000264199999999902},"id":"4891-KiokuDB::TypeMap::BEGIN@10"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BUILD</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 256ms, 0.36%<br />Exclusive time: 282&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 407&micro;s</p>","incl_time":0.256096,"subname":"KiokuDB::TypeMap::BUILD","$color":1,"excl_time":0.000282399999992863,"$area":0.000282399999992863},"id":"4892-KiokuDB::TypeMap::BUILD"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.35ms, 0.01%<br />Exclusive time: 206&micro;s, 0.00%</p>","incl_time":0.0043456,"subname":"KiokuDB::TypeMap::BEGIN@9","$color":1,"excl_time":0.00020639999999999,"$area":0.00020639999999999},"id":"4893-KiokuDB::TypeMap::BEGIN@9"},{"name":"entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::entries</b></p><p><br />Called 20 times from 2 places in 1 file<br />Inclusive time: 156&micro;s, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001557,"subname":"KiokuDB::TypeMap::entries","$color":1,"excl_time":0.000129200000013615,"$area":0.000129200000013615},"id":"4894-KiokuDB::TypeMap::entries"},{"name":"all_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::all_entries</b></p><p><br />Called 37 times from 3 places in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 157&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 14&micro;s</p>","incl_time":0.0003039,"subname":"KiokuDB::TypeMap::all_entries","$color":1,"excl_time":0.000157499999988341,"$area":0.000157499999988341},"id":"4895-KiokuDB::TypeMap::all_entries"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:58]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:58]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:58]","$color":1,"excl_time":2.15999999916966e-05,"$area":2.15999999916966e-05},"id":"4896-KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:58]"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"KiokuDB::TypeMap::meta","$color":1,"excl_time":7.70000000016716e-06,"$area":7.70000000016716e-06},"id":"4897-KiokuDB::TypeMap::meta"},{"name":"all_isa_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::all_isa_entries</b></p><p><br />Called 38 times from 4 places in 1 file<br />Inclusive time: 283&micro;s, 0.00%<br />Exclusive time: 143&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 13&micro;s</p>","incl_time":0.0002828,"subname":"KiokuDB::TypeMap::all_isa_entries","$color":1,"excl_time":0.000142799999988384,"$area":0.000142799999988384},"id":"4898-KiokuDB::TypeMap::all_isa_entries"},{"name":"_build_includes","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_includes</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::TypeMap::_build_includes","$color":1,"excl_time":1.53e-05,"$area":1.53e-05},"id":"4899-KiokuDB::TypeMap::_build_includes"},{"name":"includes","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::includes</b></p><p><br />Called 30 times from 3 places in 1 file<br />Inclusive time: 256ms, 0.36%<br />Exclusive time: 272&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 181&micro;s</p>","incl_time":0.2556191,"subname":"KiokuDB::TypeMap::includes","$color":1,"excl_time":0.000272300000012416,"$area":0.000272300000012416},"id":"4900-KiokuDB::TypeMap::includes"},{"name":"resolve_entry","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::resolve_entry</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"KiokuDB::TypeMap::resolve_entry","$color":1,"excl_time":2.33999999985571e-05,"$area":2.33999999985571e-05},"id":"4901-KiokuDB::TypeMap::resolve_entry"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.24ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042395,"subname":"KiokuDB::TypeMap::BEGIN@4","$color":1,"excl_time":1.64999999999124e-05,"$area":1.64999999999124e-05},"id":"4902-KiokuDB::TypeMap::BEGIN@4"},{"name":"resolve","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::resolve</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 2.78ms, 0.00%<br />Exclusive time: 922&micro;s, 0.00%</p>","incl_time":0.0027785,"subname":"KiokuDB::TypeMap::resolve","$color":1,"excl_time":0.000921899999975145,"$area":0.000921899999975145},"id":"4903-KiokuDB::TypeMap::resolve"},{"name":"_build_all_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_all_entries</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 150&micro;s, 0.00%<br />Exclusive time: 99&micro;s, 0.00%</p>","incl_time":0.0001498,"subname":"KiokuDB::TypeMap::_build_all_entries","$color":1,"excl_time":9.86000000269494e-05,"$area":9.86000000269494e-05},"id":"4904-KiokuDB::TypeMap::_build_all_entries"},{"name":"_build_isa_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::_build_isa_entries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"KiokuDB::TypeMap::_build_isa_entries","$color":1,"excl_time":2e-06,"$area":2e-06},"id":"4905-KiokuDB::TypeMap::_build_isa_entries"},{"name":"all_isa_entry_classes","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::all_isa_entry_classes</b></p><p><br />Called 19 times from 1 place in 1 file<br />Inclusive time: 341&micro;s, 0.00%<br />Exclusive time: 107&micro;s, 0.00%</p>","incl_time":0.0003414,"subname":"KiokuDB::TypeMap::all_isa_entry_classes","$color":1,"excl_time":0.000107199999984495,"$area":0.000107199999984495},"id":"4906-KiokuDB::TypeMap::all_isa_entry_classes"},{"name":"::Shadow","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.41ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0044084,"subname":"KiokuDB::TypeMap::Shadow::BEGIN@4","$color":3,"excl_time":1.71000000000121e-05,"$area":1.71000000000121e-05},"id":"4908-KiokuDB::TypeMap::Shadow::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 211&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0002108,"subname":"KiokuDB::TypeMap::Shadow::new","$color":3,"excl_time":3.12999999984466e-05,"$area":3.12999999984466e-05},"id":"4909-KiokuDB::TypeMap::Shadow::new"},{"name":"resolve","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::resolve</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 2.96ms, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0029649,"subname":"KiokuDB::TypeMap::Shadow::resolve","$color":3,"excl_time":0.000160600000006014,"$area":0.000160600000006014},"id":"4910-KiokuDB::TypeMap::Shadow::resolve"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::TypeMap::Shadow::meta","$color":3,"excl_time":7.5000000000035e-06,"$area":7.5000000000035e-06},"id":"4911-KiokuDB::TypeMap::Shadow::meta"},{"name":"typemaps","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::typemaps</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"KiokuDB::TypeMap::Shadow::typemaps","$color":3,"excl_time":2.58e-05,"$area":2.58e-05},"id":"4912-KiokuDB::TypeMap::Shadow::typemaps"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Shadow::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 312&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003125,"subname":"KiokuDB::TypeMap::Shadow::BEGIN@6","$color":3,"excl_time":1.20000000001852e-05,"$area":1.20000000001852e-05},"id":"4913-KiokuDB::TypeMap::Shadow::BEGIN@6"}],"data":{"$area":0.000254300000004661},"id":"n4907"},{"name":"::Default","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 298&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002984,"subname":"KiokuDB::TypeMap::Default::BEGIN@6","$color":5,"excl_time":1.02000000000393e-05,"$area":1.02000000000393e-05},"id":"4915-KiokuDB::TypeMap::Default::BEGIN@6"},{"name":"_build_tie_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::_build_tie_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19.0ms, 0.03%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.01898,"subname":"KiokuDB::TypeMap::Default::_build_tie_typemap","$color":5,"excl_time":1.06999999980317e-05,"$area":1.06999999980317e-05},"id":"4916-KiokuDB::TypeMap::Default::_build_tie_typemap"},{"name":"reftype_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::reftype_entries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"KiokuDB::TypeMap::Default::reftype_entries","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4917-KiokuDB::TypeMap::Default::reftype_entries"},{"name":"_build_core_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::_build_core_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 179ms, 0.25%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.1792644,"subname":"KiokuDB::TypeMap::Default::_build_core_typemap","$color":5,"excl_time":2.3599999997681e-05,"$area":2.3599999997681e-05},"id":"4918-KiokuDB::TypeMap::Default::_build_core_typemap"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.89ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0028938,"subname":"KiokuDB::TypeMap::Default::BEGIN@4","$color":5,"excl_time":1.56999999997836e-05,"$area":1.56999999997836e-05},"id":"4919-KiokuDB::TypeMap::Default::BEGIN@4"},{"name":"::Canonical","children":[{"name":"_build_path_class_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::_build_path_class_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 201&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002012,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_path_class_typemap","$color":7,"excl_time":1.1000000001303e-05,"$area":1.1000000001303e-05},"id":"4921-KiokuDB::TypeMap::Default::Canonical::_build_path_class_typemap"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 320&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003201,"subname":"KiokuDB::TypeMap::Default::Canonical::BEGIN@6","$color":7,"excl_time":1.08000000003763e-05,"$area":1.08000000003763e-05},"id":"4922-KiokuDB::TypeMap::Default::Canonical::BEGIN@6"},{"name":"_build_authen_passphrase_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::_build_authen_passphrase_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 166&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001661,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_authen_passphrase_typemap","$color":7,"excl_time":8.39999999740812e-06,"$area":8.39999999740812e-06},"id":"4923-KiokuDB::TypeMap::Default::Canonical::_build_authen_passphrase_typemap"},{"name":"_build_uri_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::_build_uri_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 285&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0002851,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_uri_typemap","$color":7,"excl_time":1.22000000012009e-05,"$area":1.22000000012009e-05},"id":"4924-KiokuDB::TypeMap::Default::Canonical::_build_uri_typemap"},{"name":"_build_datetime_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::_build_datetime_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33.9ms, 0.05%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0339071,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_datetime_typemap","$color":7,"excl_time":1.66000000017263e-05,"$area":1.66000000017263e-05},"id":"4925-KiokuDB::TypeMap::Default::Canonical::_build_datetime_typemap"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::Canonical::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.84ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.002839,"subname":"KiokuDB::TypeMap::Default::Canonical::BEGIN@4","$color":7,"excl_time":1.72999999998509e-05,"$area":1.72999999998509e-05},"id":"4926-KiokuDB::TypeMap::Default::Canonical::BEGIN@4"}],"data":{"$area":7.63000000018655e-05},"id":"n4920"},{"name":"::JSON","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":6.43e-05,"subname":"KiokuDB::TypeMap::Default::JSON::meta","$color":9,"excl_time":2.91999999966037e-05,"$area":2.91999999966037e-05},"id":"4928-KiokuDB::TypeMap::Default::JSON::meta"},{"name":"intrinsic_sets","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::intrinsic_sets</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"KiokuDB::TypeMap::Default::JSON::intrinsic_sets","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4929-KiokuDB::TypeMap::Default::JSON::intrinsic_sets"},{"name":"reftype_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::reftype_entries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"KiokuDB::TypeMap::Default::JSON::reftype_entries","$color":9,"excl_time":9.80000000065638e-06,"$area":9.80000000065638e-06},"id":"4930-KiokuDB::TypeMap::Default::JSON::reftype_entries"},{"name":"exclude","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::exclude</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"KiokuDB::TypeMap::Default::JSON::exclude","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4931-KiokuDB::TypeMap::Default::JSON::exclude"},{"name":"_exclude","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::_exclude</b></p><p><br />Called 17 times from 2 places in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":8.6e-05,"subname":"KiokuDB::TypeMap::Default::JSON::_exclude","$color":9,"excl_time":6.91000000014569e-05,"$area":6.91000000014569e-05},"id":"4932-KiokuDB::TypeMap::Default::JSON::_exclude"},{"name":"_build_json_boolean_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::_build_json_boolean_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.6ms, 0.02%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0176042,"subname":"KiokuDB::TypeMap::Default::JSON::_build_json_boolean_typemap","$color":9,"excl_time":1.23000000006729e-05,"$area":1.23000000006729e-05},"id":"4933-KiokuDB::TypeMap::Default::JSON::_build_json_boolean_typemap"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 290&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002905,"subname":"KiokuDB::TypeMap::Default::JSON::BEGIN@6","$color":9,"excl_time":1.06000000002225e-05,"$area":1.06000000002225e-05},"id":"4934-KiokuDB::TypeMap::Default::JSON::BEGIN@6"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 256ms, 0.36%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.2560368,"subname":"KiokuDB::TypeMap::Default::JSON::new","$color":9,"excl_time":0.00010329999999531,"$area":0.00010329999999531},"id":"4935-KiokuDB::TypeMap::Default::JSON::new"},{"name":"override","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::override</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"KiokuDB::TypeMap::Default::JSON::override","$color":9,"excl_time":4.08e-05,"$area":4.08e-05},"id":"4936-KiokuDB::TypeMap::Default::JSON::override"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Default::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.38ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.004377,"subname":"KiokuDB::TypeMap::Default::JSON::BEGIN@4","$color":9,"excl_time":1.72000000004191e-05,"$area":1.72000000004191e-05},"id":"4937-KiokuDB::TypeMap::Default::JSON::BEGIN@4"}],"data":{"$area":0.000300399999995341},"id":"n4927"}],"data":{"$area":0.000441099999992743},"id":"n4914"},{"name":"::Entry","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003042,"subname":"KiokuDB::TypeMap::Entry::BEGIN@6","$color":0,"excl_time":9.89999999980839e-06,"$area":9.89999999980839e-06},"id":"4939-KiokuDB::TypeMap::Entry::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.69ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0026906,"subname":"KiokuDB::TypeMap::Entry::BEGIN@4","$color":0,"excl_time":1.61999999999233e-05,"$area":1.61999999999233e-05},"id":"4940-KiokuDB::TypeMap::Entry::BEGIN@4"},{"name":"::Closure","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@5","$color":2,"excl_time":8.19999999898255e-06,"$area":8.19999999898255e-06},"id":"4942-KiokuDB::TypeMap::Entry::Closure::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.20ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.005198,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@2","$color":2,"excl_time":1.99999999992082e-05,"$area":1.99999999992082e-05},"id":"4943-KiokuDB::TypeMap::Entry::Closure::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 329&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000329,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@9","$color":2,"excl_time":9.49999999664121e-06,"$area":9.49999999664121e-06},"id":"4944-KiokuDB::TypeMap::Entry::Closure::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.22e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@4","$color":2,"excl_time":1.29999999966523e-05,"$area":1.29999999966523e-05},"id":"4945-KiokuDB::TypeMap::Entry::Closure::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@7","$color":2,"excl_time":8.20000000117561e-06,"$area":8.20000000117561e-06},"id":"4946-KiokuDB::TypeMap::Entry::Closure::BEGIN@7"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::meta","$color":2,"excl_time":2.24999999990763e-05,"$area":2.24999999990763e-05},"id":"4947-KiokuDB::TypeMap::Entry::Closure::meta"},{"name":"BEGIN@122","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::BEGIN@122</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@122","$color":2,"excl_time":9.50000000019454e-06,"$area":9.50000000019454e-06},"id":"4948-KiokuDB::TypeMap::Entry::Closure::BEGIN@122"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Closure::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::new","$color":2,"excl_time":2.86000000025248e-05,"$area":2.86000000025248e-05},"id":"4949-KiokuDB::TypeMap::Entry::Closure::new"}],"data":{"$area":0.000119499999994455},"id":"n4941"},{"name":"::Callback","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@8","$color":4,"excl_time":1.05000000029138e-05,"$area":1.05000000029138e-05},"id":"4951-KiokuDB::TypeMap::Entry::Callback::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::meta","$color":4,"excl_time":1.51000000035632e-05,"$area":1.51000000035632e-05},"id":"4952-KiokuDB::TypeMap::Entry::Callback::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@6","$color":4,"excl_time":9.70000000341906e-06,"$area":9.70000000341906e-06},"id":"4953-KiokuDB::TypeMap::Entry::Callback::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 299&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002993,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@10","$color":4,"excl_time":1.02999999977959e-05,"$area":1.02999999977959e-05},"id":"4954-KiokuDB::TypeMap::Entry::Callback::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0001303,"subname":"KiokuDB::TypeMap::Entry::Callback::new","$color":4,"excl_time":0.000127900000000375,"$area":0.000127900000000375},"id":"4955-KiokuDB::TypeMap::Entry::Callback::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Callback::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.54ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0045411,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@4","$color":4,"excl_time":2.08999999982487e-05,"$area":2.08999999982487e-05},"id":"4956-KiokuDB::TypeMap::Entry::Callback::BEGIN@4"}],"data":{"$area":0.000194400000006316},"id":"n4950"},{"name":"::Ref","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@4","$color":6,"excl_time":1.60999999977202e-05,"$area":1.60999999977202e-05},"id":"4958-KiokuDB::TypeMap::Entry::Ref::BEGIN@4"},{"name":"compile_refresh","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::compile_refresh</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_refresh","$color":6,"excl_time":1.28e-05,"$area":1.28e-05},"id":"4959-KiokuDB::TypeMap::Entry::Ref::compile_refresh"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::new","$color":6,"excl_time":3.94000000026185e-05,"$area":3.94000000026185e-05},"id":"4960-KiokuDB::TypeMap::Entry::Ref::new"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::meta","$color":6,"excl_time":9.09999999645079e-06,"$area":9.09999999645079e-06},"id":"4961-KiokuDB::TypeMap::Entry::Ref::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.68ms, 0.01%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.0056803,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@2","$color":6,"excl_time":9.36999999991148e-05,"$area":9.36999999991148e-05},"id":"4962-KiokuDB::TypeMap::Entry::Ref::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 420&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004202,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@6","$color":6,"excl_time":1.15999999999078e-05,"$area":1.15999999999078e-05},"id":"4963-KiokuDB::TypeMap::Entry::Ref::BEGIN@6"},{"name":"compile_expand","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::compile_expand</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_expand","$color":6,"excl_time":5.8e-06,"$area":5.8e-06},"id":"4964-KiokuDB::TypeMap::Entry::Ref::compile_expand"},{"name":"compile_collapse","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Ref::compile_collapse</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_collapse","$color":6,"excl_time":6.8e-06,"$area":6.8e-06},"id":"4965-KiokuDB::TypeMap::Entry::Ref::compile_collapse"}],"data":{"$area":0.000195299999995812},"id":"n4957"},{"name":"::StorableHook","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@6","$color":8,"excl_time":1.19999999971646e-05,"$area":1.19999999971646e-05},"id":"4967-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::meta","$color":8,"excl_time":1.57999999987446e-05,"$area":1.57999999987446e-05},"id":"4968-KiokuDB::TypeMap::Entry::StorableHook::meta"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@9","$color":8,"excl_time":8.400000000007e-06,"$area":8.400000000007e-06},"id":"4969-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.62ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0046248,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@4","$color":8,"excl_time":1.99000000031969e-05,"$area":1.99000000031969e-05},"id":"4970-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::new","$color":8,"excl_time":2.01000000012624e-05,"$area":2.01000000012624e-05},"id":"4971-KiokuDB::TypeMap::Entry::StorableHook::new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@7","$color":8,"excl_time":7.69999999996362e-06,"$area":7.69999999996362e-06},"id":"4972-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@7"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::StorableHook::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 446&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004461,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@16","$color":8,"excl_time":9.99999999828433e-06,"$area":9.99999999828433e-06},"id":"4973-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@16"}],"data":{"$area":9.38999999986234e-05},"id":"n4966"},{"name":"::Naive","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.50ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0044992,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@4","$color":10,"excl_time":2.21999999999358e-05,"$area":2.21999999999358e-05},"id":"4975-KiokuDB::TypeMap::Entry::Naive::BEGIN@4"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Naive.pm:24]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Naive.pm:24]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5.28s, 7.45%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":5.283928,"subname":"KiokuDB::TypeMap::Entry::Naive::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Naive.pm:24]","$color":10,"excl_time":5.74000000068686e-05,"$area":5.74000000068686e-05},"id":"4976-KiokuDB::TypeMap::Entry::Naive::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Naive.pm:24]"},{"name":"compile_expand","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::compile_expand</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_expand","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4977-KiokuDB::TypeMap::Entry::Naive::compile_expand"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 314&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003141,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@8","$color":10,"excl_time":9.10000000000028e-06,"$area":9.10000000000028e-06},"id":"4978-KiokuDB::TypeMap::Entry::Naive::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@6","$color":10,"excl_time":9.89999999982034e-06,"$area":9.89999999982034e-06},"id":"4979-KiokuDB::TypeMap::Entry::Naive::BEGIN@6"},{"name":"intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::intrinsic</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::intrinsic","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4980-KiokuDB::TypeMap::Entry::Naive::intrinsic"},{"name":"compile_collapse_body","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::compile_collapse_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_collapse_body","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4981-KiokuDB::TypeMap::Entry::Naive::compile_collapse_body"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::new</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":8.5e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::new","$color":10,"excl_time":8.27000000015437e-05,"$area":8.27000000015437e-05},"id":"4982-KiokuDB::TypeMap::Entry::Naive::new"},{"name":"compile_refresh","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::compile_refresh</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_refresh","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4983-KiokuDB::TypeMap::Entry::Naive::compile_refresh"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Naive::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::meta","$color":10,"excl_time":8.79999999983984e-06,"$area":8.79999999983984e-06},"id":"4984-KiokuDB::TypeMap::Entry::Naive::meta"}],"data":{"$area":0.000205900000008009},"id":"n4974"},{"name":"::Set","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79.5ms, 0.11%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0795361,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@9","$color":1,"excl_time":0.00130630000000453,"$area":0.00130630000000453},"id":"4986-KiokuDB::TypeMap::Entry::Set::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@6","$color":1,"excl_time":1.13000000023442e-05,"$area":1.13000000023442e-05},"id":"4987-KiokuDB::TypeMap::Entry::Set::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"KiokuDB::TypeMap::Entry::Set::meta","$color":1,"excl_time":1.64999999955201e-05,"$area":1.64999999955201e-05},"id":"4988-KiokuDB::TypeMap::Entry::Set::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 470&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0004704,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@12","$color":1,"excl_time":1.39000000014725e-05,"$area":1.39000000014725e-05},"id":"4989-KiokuDB::TypeMap::Entry::Set::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@10","$color":1,"excl_time":1.62999999991127e-05,"$area":1.62999999991127e-05},"id":"4990-KiokuDB::TypeMap::Entry::Set::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"KiokuDB::TypeMap::Entry::Set::new","$color":1,"excl_time":5.29999999978503e-05,"$area":5.29999999978503e-05},"id":"4991-KiokuDB::TypeMap::Entry::Set::new"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20.4ms, 0.03%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0204153,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@8","$color":1,"excl_time":0.000259599999996338,"$area":0.000259599999996338},"id":"4992-KiokuDB::TypeMap::Entry::Set::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Set::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.16ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0051601,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@4","$color":1,"excl_time":1.94000000016672e-05,"$area":1.94000000016672e-05},"id":"4993-KiokuDB::TypeMap::Entry::Set::BEGIN@4"}],"data":{"$area":0.00169629999999884},"id":"n4985"},{"name":"::MOP","children":[{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":6.2e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::new","$color":3,"excl_time":5.74000000030874e-05,"$area":5.74000000030874e-05},"id":"4995-KiokuDB::TypeMap::Entry::MOP::new"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@11","$color":3,"excl_time":1.01000000001008e-05,"$area":1.01000000001008e-05},"id":"4996-KiokuDB::TypeMap::Entry::MOP::BEGIN@11"},{"name":"compile_create","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_create</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 204&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0002041,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_create","$color":3,"excl_time":6.68999999882832e-05,"$area":6.68999999882832e-05},"id":"4997-KiokuDB::TypeMap::Entry::MOP::compile_create"},{"name":"BEGIN@239","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@239</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@239","$color":3,"excl_time":9.09999999984072e-06,"$area":9.09999999984072e-06},"id":"4998-KiokuDB::TypeMap::Entry::MOP::BEGIN@239"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@7","$color":3,"excl_time":1.08999999998495e-05,"$area":1.08999999998495e-05},"id":"4999-KiokuDB::TypeMap::Entry::MOP::BEGIN@7"},{"name":"BEGIN@261","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@261</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@261","$color":3,"excl_time":8.50000000005039e-06,"$area":8.50000000005039e-06},"id":"5000-KiokuDB::TypeMap::Entry::MOP::BEGIN@261"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::meta","$color":3,"excl_time":8.69999999984159e-06,"$area":8.69999999984159e-06},"id":"5001-KiokuDB::TypeMap::Entry::MOP::meta"},{"name":"compile_id","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_id</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 161&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0001613,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_id","$color":3,"excl_time":5.10999999982744e-05,"$area":5.10999999982744e-05},"id":"5002-KiokuDB::TypeMap::Entry::MOP::compile_id"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 329&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003291,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@19","$color":3,"excl_time":9.49999999991355e-06,"$area":9.49999999991355e-06},"id":"5003-KiokuDB::TypeMap::Entry::MOP::BEGIN@19"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@6","$color":3,"excl_time":1.02000000000635e-05,"$area":1.02000000000635e-05},"id":"5004-KiokuDB::TypeMap::Entry::MOP::BEGIN@6"},{"name":"should_compile_intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::should_compile_intrinsic</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 907&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0009073,"subname":"KiokuDB::TypeMap::Entry::MOP::should_compile_intrinsic","$color":3,"excl_time":7.32999999882302e-05,"$area":7.32999999882302e-05},"id":"5005-KiokuDB::TypeMap::Entry::MOP::should_compile_intrinsic"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21.8ms, 0.03%<br />Exclusive time: 484&micro;s, 0.00%</p>","incl_time":0.0218046,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@9","$color":3,"excl_time":0.000484000000000311,"$area":0.000484000000000311},"id":"5006-KiokuDB::TypeMap::Entry::MOP::BEGIN@9"},{"name":"compile_clear","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_clear</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_clear","$color":3,"excl_time":2.32e-05,"$area":2.32e-05},"id":"5007-KiokuDB::TypeMap::Entry::MOP::compile_clear"},{"name":"compile_expand_data","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_expand_data</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 13.0ms, 0.02%<br />Exclusive time: 2.31ms, 0.00%</p>","incl_time":0.0129849,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_expand_data","$color":3,"excl_time":0.00231479999980237,"$area":0.00231479999980237},"id":"5008-KiokuDB::TypeMap::Entry::MOP::compile_expand_data"},{"name":"BEGIN@287","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@287</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@287","$color":3,"excl_time":8.60000000021404e-06,"$area":8.60000000021404e-06},"id":"5009-KiokuDB::TypeMap::Entry::MOP::BEGIN@287"},{"name":"does_role","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::does_role</b></p><p><br />Called 556 times from 9 places in 1 file<br />Inclusive time: 11.0ms, 0.02%<br />Exclusive time: 2.11ms, 0.00%</p>","incl_time":0.010957,"subname":"KiokuDB::TypeMap::Entry::MOP::does_role","$color":3,"excl_time":0.00211389999982948,"$area":0.00211389999982948},"id":"5010-KiokuDB::TypeMap::Entry::MOP::does_role"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:37]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:37]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:37]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"5011-KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:37]"},{"name":"compile_expand","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_expand</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 6.74ms, 0.01%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0067402,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_expand","$color":3,"excl_time":0.000112600000005484,"$area":0.000112600000005484},"id":"5012-KiokuDB::TypeMap::Entry::MOP::compile_expand"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:179]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:179]</b></p><p><br />Called 2318 times from 1 place in 1 file<br />Inclusive time: 9.33s, 13.16%<br />Exclusive time: 338ms, 0.48%</p>","incl_time":9.33451960000001,"subname":"KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:179]","$color":3,"excl_time":0.33800299998807,"$area":0.33800299998807},"id":"5013-KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:179]"},{"name":"has_intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::has_intrinsic</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::has_intrinsic","$color":3,"excl_time":1.43e-05,"$area":1.43e-05},"id":"5014-KiokuDB::TypeMap::Entry::MOP::has_intrinsic"},{"name":"compile_collapse_body","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::compile_collapse_body</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 6.92ms, 0.01%<br />Exclusive time: 1.05ms, 0.00%</p>","incl_time":0.0069198,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_collapse_body","$color":3,"excl_time":0.00105449999984017,"$area":0.00105449999984017},"id":"5015-KiokuDB::TypeMap::Entry::MOP::compile_collapse_body"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::MOP::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.23ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042274,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@4","$color":3,"excl_time":1.60999999998601e-05,"$area":1.60999999998601e-05},"id":"5016-KiokuDB::TypeMap::Entry::MOP::BEGIN@4"}],"data":{"$area":0.344463499987526},"id":"n4994"},{"name":"::Alias","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Alias::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.31ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0053088,"subname":"KiokuDB::TypeMap::Entry::Alias::BEGIN@4","$color":5,"excl_time":1.73000000002182e-05,"$area":1.73000000002182e-05},"id":"5018-KiokuDB::TypeMap::Entry::Alias::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Alias::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"KiokuDB::TypeMap::Entry::Alias::meta","$color":5,"excl_time":8.29999999986372e-06,"$area":8.29999999986372e-06},"id":"5019-KiokuDB::TypeMap::Entry::Alias::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Alias::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 323&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003228,"subname":"KiokuDB::TypeMap::Entry::Alias::BEGIN@6","$color":5,"excl_time":1.23000000001197e-05,"$area":1.23000000001197e-05},"id":"5020-KiokuDB::TypeMap::Entry::Alias::BEGIN@6"}],"data":{"$area":3.79000000002016e-05},"id":"n5017"},{"name":"::Passthrough","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@10","$color":7,"excl_time":1.32999999997761e-05,"$area":1.32999999997761e-05},"id":"5022-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@10"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":8.72e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@6","$color":7,"excl_time":3.10999999981093e-05,"$area":3.10999999981093e-05},"id":"5023-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.84e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::meta","$color":7,"excl_time":1.74999999973451e-05,"$area":1.74999999973451e-05},"id":"5024-KiokuDB::TypeMap::Entry::Passthrough::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.40ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0063954,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@4","$color":7,"excl_time":2.76000000004094e-05,"$area":2.76000000004094e-05},"id":"5025-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@8","$color":7,"excl_time":2.0100000001825e-05,"$area":2.0100000001825e-05},"id":"5026-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@8"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::new","$color":7,"excl_time":2.51000000000938e-05,"$area":2.51000000000938e-05},"id":"5027-KiokuDB::TypeMap::Entry::Passthrough::new"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Passthrough::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 537&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0005367,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@12","$color":7,"excl_time":1.38000000000073e-05,"$area":1.38000000000073e-05},"id":"5028-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@12"}],"data":{"$area":0.000148499999997566},"id":"n5021"},{"name":"::JSON","children":[{"name":"::Scalar","children":[{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::JSON::Scalar::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::new","$color":9,"excl_time":2.87000000001875e-05,"$area":2.87000000001875e-05},"id":"5031-KiokuDB::TypeMap::Entry::JSON::Scalar::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 308&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003078,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@6","$color":9,"excl_time":1.79000000014892e-05,"$area":1.79000000014892e-05},"id":"5032-KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@6"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::JSON::Scalar::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::meta","$color":9,"excl_time":1.04999999999132e-05,"$area":1.04999999999132e-05},"id":"5033-KiokuDB::TypeMap::Entry::JSON::Scalar::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0042674,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@2","$color":9,"excl_time":1.77999999985924e-05,"$area":1.77999999985924e-05},"id":"5034-KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@2"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@4","$color":9,"excl_time":1.12000000012694e-05,"$area":1.12000000012694e-05},"id":"5035-KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@4"}],"data":{"$area":8.61000000014517e-05},"id":"n5030"}],"data":{"$area":8.61000000014517e-05},"id":"n5029"},{"name":"::DBIC","children":[{"name":"::Schema","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@12","$color":0,"excl_time":9.29999999978484e-06,"$area":9.29999999978484e-06},"id":"5038-KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@12"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::meta","$color":0,"excl_time":7.80000000079791e-06,"$area":7.80000000079791e-06},"id":"5039-KiokuDB::TypeMap::Entry::DBIC::Schema::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::new","$color":0,"excl_time":2.17000000012624e-05,"$area":2.17000000012624e-05},"id":"5040-KiokuDB::TypeMap::Entry::DBIC::Schema::new"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@2","$color":0,"excl_time":1.12e-05,"$area":1.12e-05},"id":"5041-KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@10","$color":0,"excl_time":1.14000000000184e-05,"$area":1.14000000000184e-05},"id":"5042-KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.45ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0044505,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@8","$color":0,"excl_time":1.06999999998957e-05,"$area":1.06999999998957e-05},"id":"5043-KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@8"}],"data":{"$area":7.21000000017592e-05},"id":"n5037"},{"name":"::ResultSource","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.33ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0043326,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@14","$color":2,"excl_time":1.04999999995612e-05,"$area":1.04999999995612e-05},"id":"5045-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@14"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0001175,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@16","$color":2,"excl_time":7.84999999998777e-05,"$area":7.84999999998777e-05},"id":"5046-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@16"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@8","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"5047-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::meta","$color":2,"excl_time":1.05999999999584e-05,"$area":1.05999999999584e-05},"id":"5048-KiokuDB::TypeMap::Entry::DBIC::ResultSource::meta"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@11","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"5049-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@11"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@18","$color":2,"excl_time":8.79999999997238e-06,"$area":8.79999999997238e-06},"id":"5050-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@18"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@2","$color":2,"excl_time":1.21e-05,"$area":1.21e-05},"id":"5051-KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@2"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSource::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::new","$color":2,"excl_time":2.14000000012624e-05,"$area":2.14000000012624e-05},"id":"5052-KiokuDB::TypeMap::Entry::DBIC::ResultSource::new"}],"data":{"$area":0.000149700000000632},"id":"n5044"},{"name":"::ResultSet","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::meta","$color":4,"excl_time":8.09999999990973e-06,"$area":8.09999999990973e-06},"id":"5054-KiokuDB::TypeMap::Entry::DBIC::ResultSet::meta"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@13","$color":4,"excl_time":8.00000000039258e-06,"$area":8.00000000039258e-06},"id":"5055-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@13"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::new","$color":4,"excl_time":3.15999999989252e-05,"$area":3.15999999989252e-05},"id":"5056-KiokuDB::TypeMap::Entry::DBIC::ResultSet::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 129&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001286,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@10","$color":4,"excl_time":1.05000000001012e-05,"$area":1.05000000001012e-05},"id":"5057-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@11","$color":4,"excl_time":9.50000000024843e-06,"$area":9.50000000024843e-06},"id":"5058-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.48ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0044757,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@8","$color":4,"excl_time":1.1300000000187e-05,"$area":1.1300000000187e-05},"id":"5059-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@8"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@2","$color":4,"excl_time":1.08e-05,"$area":1.08e-05},"id":"5060-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@2"}],"data":{"$area":8.97999999997641e-05},"id":"n5053"},{"name":"::Row","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::meta","$color":6,"excl_time":8.19999999981684e-06,"$area":8.19999999981684e-06},"id":"5062-KiokuDB::TypeMap::Entry::DBIC::Row::meta"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@13","$color":6,"excl_time":9.89999999978396e-06,"$area":9.89999999978396e-06},"id":"5063-KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@13"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 195&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001946,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@10","$color":6,"excl_time":1.5100000000223e-05,"$area":1.5100000000223e-05},"id":"5064-KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/DBIC/Row.pm:20]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/DBIC/Row.pm:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.38e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/DBIC/Row.pm:20]","$color":6,"excl_time":1.82000000031951e-05,"$area":1.82000000031951e-05},"id":"5065-KiokuDB::TypeMap::Entry::DBIC::Row::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/DBIC/Row.pm:20]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@2","$color":6,"excl_time":9.9e-06,"$area":9.9e-06},"id":"5066-KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@11","$color":6,"excl_time":1.04000000002953e-05,"$area":1.04000000002953e-05},"id":"5067-KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.84ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.00484,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@8","$color":6,"excl_time":1.1199999999701e-05,"$area":1.1199999999701e-05},"id":"5068-KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@8"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::DBIC::Row::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0001006,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::new","$color":6,"excl_time":4.40999999934348e-05,"$area":4.40999999934348e-05},"id":"5069-KiokuDB::TypeMap::Entry::DBIC::Row::new"}],"data":{"$area":0.00012699999999645},"id":"n5061"}],"data":{"$area":0.000438599999998605},"id":"n5036"},{"name":"::Compiled","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.37ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0043656,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@2","$color":8,"excl_time":1.66000000000636e-05,"$area":1.66000000000636e-05},"id":"5071-KiokuDB::TypeMap::Entry::Compiled::BEGIN@2"},{"name":"collapse_method","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::collapse_method</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 13.6ms, 0.02%</p>","incl_time":0.0135956000000005,"subname":"KiokuDB::TypeMap::Entry::Compiled::collapse_method","$color":8,"excl_time":0.0135956000000005,"$area":0.0135956000000005},"id":"5072-KiokuDB::TypeMap::Entry::Compiled::collapse_method"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 322&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003223,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@6","$color":8,"excl_time":1.02000000000737e-05,"$area":1.02000000000737e-05},"id":"5073-KiokuDB::TypeMap::Entry::Compiled::BEGIN@6"},{"name":"id_method","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::id_method</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.48ms, 0.00%</p>","incl_time":0.002481,"subname":"KiokuDB::TypeMap::Entry::Compiled::id_method","$color":8,"excl_time":0.002481,"$area":0.002481},"id":"5074-KiokuDB::TypeMap::Entry::Compiled::id_method"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::TypeMap::Entry::Compiled::meta","$color":8,"excl_time":7.90000000012027e-06,"$area":7.90000000012027e-06},"id":"5075-KiokuDB::TypeMap::Entry::Compiled::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@4","$color":8,"excl_time":1.51000000001043e-05,"$area":1.51000000001043e-05},"id":"5076-KiokuDB::TypeMap::Entry::Compiled::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Compiled::new</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 1.85ms, 0.00%<br />Exclusive time: 404&micro;s, 0.00%</p>","incl_time":0.0018452,"subname":"KiokuDB::TypeMap::Entry::Compiled::new","$color":8,"excl_time":0.000403799999995522,"$area":0.000403799999995522},"id":"5077-KiokuDB::TypeMap::Entry::Compiled::new"}],"data":{"$area":0.0165301999999963},"id":"n5070"},{"name":"::Std","children":[{"name":"::ID","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::ID::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003132,"subname":"KiokuDB::TypeMap::Entry::Std::ID::BEGIN@4","$color":10,"excl_time":1.09999999998587e-05,"$area":1.09999999998587e-05},"id":"5080-KiokuDB::TypeMap::Entry::Std::ID::BEGIN@4"},{"name":"compile_id","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::ID::compile_id</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"KiokuDB::TypeMap::Entry::Std::ID::compile_id","$color":10,"excl_time":1.5e-05,"$area":1.5e-05},"id":"5081-KiokuDB::TypeMap::Entry::Std::ID::compile_id"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::ID::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0028148,"subname":"KiokuDB::TypeMap::Entry::Std::ID::BEGIN@2","$color":10,"excl_time":1.71000000000966e-05,"$area":1.71000000000966e-05},"id":"5082-KiokuDB::TypeMap::Entry::Std::ID::BEGIN@2"}],"data":{"$area":4.30999999999554e-05},"id":"n5079"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003155,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@8","$color":1,"excl_time":1.04000000001639e-05,"$area":1.04000000001639e-05},"id":"5083-KiokuDB::TypeMap::Entry::Std::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.002804,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@4","$color":1,"excl_time":1.67999999997883e-05,"$area":1.67999999997883e-05},"id":"5084-KiokuDB::TypeMap::Entry::Std::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23.7ms, 0.03%<br />Exclusive time: 348&micro;s, 0.00%</p>","incl_time":0.0237001,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@6","$color":1,"excl_time":0.000348099999999962,"$area":0.000348099999999962},"id":"5085-KiokuDB::TypeMap::Entry::Std::BEGIN@6"},{"name":"::Compile","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.77ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0027665,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@2","$color":3,"excl_time":1.55000000000519e-05,"$area":1.55000000000519e-05},"id":"5087-KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 294&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002942,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@6","$color":3,"excl_time":8.10000000015518e-06,"$area":8.10000000015518e-06},"id":"5088-KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@6"},{"name":"compile","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Compile::compile</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 24.0ms, 0.03%<br />Exclusive time: 195&micro;s, 0.00%</p>","incl_time":0.024025,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::compile","$color":3,"excl_time":0.000194899999987933,"$area":0.000194899999987933},"id":"5089-KiokuDB::TypeMap::Entry::Std::Compile::compile"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@4","$color":3,"excl_time":1.05999999999779e-05,"$area":1.05999999999779e-05},"id":"5090-KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@4"},{"name":"new_compiled","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Compile::new_compiled</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 1.93ms, 0.00%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0019334,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::new_compiled","$color":3,"excl_time":8.82000000017851e-05,"$area":8.82000000017851e-05},"id":"5091-KiokuDB::TypeMap::Entry::Std::Compile::new_compiled"}],"data":{"$area":0.000317299999989903},"id":"n5086"},{"name":"::Intrinsic","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 336&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003364,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@6","$color":5,"excl_time":9.10000000008067e-06,"$area":9.10000000008067e-06},"id":"5093-KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0028097,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@2","$color":5,"excl_time":1.74999999999776e-05,"$area":1.74999999999776e-05},"id":"5094-KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@2"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Std/Intrinsic.pm:53]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Std/Intrinsic.pm:53]</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 15.1s, 21.35%<br />Exclusive time: 12.9ms, 0.02%</p>","incl_time":15.1474633,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Std/Intrinsic.pm:53]","$color":5,"excl_time":0.0128642000001611,"$area":0.0128642000001611},"id":"5095-KiokuDB::TypeMap::Entry::Std::Intrinsic::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Std/Intrinsic.pm:53]"},{"name":"compile_collapse_wrapper","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse_wrapper</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 7.00ms, 0.01%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.007004,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse_wrapper","$color":5,"excl_time":7.28000000102991e-05,"$area":7.28000000102991e-05},"id":"5096-KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse_wrapper"},{"name":"should_compile_intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::should_compile_intrinsic</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::should_compile_intrinsic","$color":5,"excl_time":1.38000000021063e-05,"$area":1.38000000021063e-05},"id":"5097-KiokuDB::TypeMap::Entry::Std::Intrinsic::should_compile_intrinsic"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@4","$color":5,"excl_time":9.79999999991323e-06,"$area":9.79999999991323e-06},"id":"5098-KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@4"},{"name":"compile_collapse","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 8.05ms, 0.01%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.0080511,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse","$color":5,"excl_time":7.23000000034888e-05,"$area":7.23000000034888e-05},"id":"5099-KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse"},{"name":"compile_first_class_collapse","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_first_class_collapse</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 7.05ms, 0.01%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0070518,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_first_class_collapse","$color":5,"excl_time":4.78000000050971e-05,"$area":4.78000000050971e-05},"id":"5100-KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_first_class_collapse"}],"data":{"$area":0.013107300000182},"id":"n5092"},{"name":"::Expand","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@4","$color":7,"excl_time":9.99999999991236e-06,"$area":9.99999999991236e-06},"id":"5102-KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@4"},{"name":"compile_refresh","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Expand::compile_refresh</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 6.89ms, 0.01%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0068878,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::compile_refresh","$color":7,"excl_time":7.1199999999494e-05,"$area":7.1199999999494e-05},"id":"5103-KiokuDB::TypeMap::Entry::Std::Expand::compile_refresh"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.87ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0028718,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@2","$color":7,"excl_time":1.69000000000063e-05,"$area":1.69000000000063e-05},"id":"5104-KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003036,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@6","$color":7,"excl_time":8.19999999983226e-06,"$area":8.19999999983226e-06},"id":"5105-KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@6"},{"name":"compile_expand","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Entry::Std::Expand::compile_expand</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 6.47ms, 0.01%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":0.0064697,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::compile_expand","$color":7,"excl_time":7.40999999952802e-05,"$area":7.40999999952802e-05},"id":"5106-KiokuDB::TypeMap::Entry::Std::Expand::compile_expand"}],"data":{"$area":0.000180399999994525},"id":"n5101"}],"data":{"$area":0.0140234000001663},"id":"n5078"}],"data":{"$area":0.378259599987688},"id":"n4938"},{"name":"::Resolver","children":[{"name":"resolve_fallback","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::resolve_fallback</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 22.8ms, 0.03%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.02277,"subname":"KiokuDB::TypeMap::Resolver::resolve_fallback","$color":9,"excl_time":4.84999999970518e-05,"$area":4.84999999970518e-05},"id":"5108-KiokuDB::TypeMap::Resolver::resolve_fallback"},{"name":"resolve","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::resolve</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 27.4ms, 0.04%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0274025,"subname":"KiokuDB::TypeMap::Resolver::resolve","$color":9,"excl_time":0.000105300000000423,"$area":0.000105300000000423},"id":"5109-KiokuDB::TypeMap::Resolver::resolve"},{"name":"compile_entry","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::compile_entry</b></p><p><br />Called 9 times from 2 places in 1 file<br />Inclusive time: 24.2ms, 0.03%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0241875,"subname":"KiokuDB::TypeMap::Resolver::compile_entry","$color":9,"excl_time":7.91999999911474e-05,"$area":7.91999999911474e-05},"id":"5110-KiokuDB::TypeMap::Resolver::compile_entry"},{"name":"typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::typemap</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"KiokuDB::TypeMap::Resolver::typemap","$color":9,"excl_time":2.42e-05,"$area":2.42e-05},"id":"5111-KiokuDB::TypeMap::Resolver::typemap"},{"name":"id_method","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::id_method</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 15.4ms, 0.02%<br />Exclusive time: 6.98ms, 0.01%</p>","incl_time":0.0154126,"subname":"KiokuDB::TypeMap::Resolver::id_method","$color":9,"excl_time":0.00698460000149713,"$area":0.00698460000149713},"id":"5112-KiokuDB::TypeMap::Resolver::id_method"},{"name":"collapse_method","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::collapse_method</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 121ms, 0.17%<br />Exclusive time: 41.2ms, 0.06%</p>","incl_time":0.121240400000001,"subname":"KiokuDB::TypeMap::Resolver::collapse_method","$color":9,"excl_time":0.0412017000028187,"$area":0.0412017000028187},"id":"5113-KiokuDB::TypeMap::Resolver::collapse_method"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Resolver.pm:21]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Resolver.pm:21]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"KiokuDB::TypeMap::Resolver::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Resolver.pm:21]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"5114-KiokuDB::TypeMap::Resolver::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Resolver.pm:21]"},{"name":"_compiled","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::_compiled</b></p><p><br />Called 8020 times from 2 places in 1 file<br />Inclusive time: 12.5ms, 0.02%</p>","incl_time":0.0125130999999996,"subname":"KiokuDB::TypeMap::Resolver::_compiled","$color":9,"excl_time":0.0125130999999996,"$area":0.0125130999999996},"id":"5115-KiokuDB::TypeMap::Resolver::_compiled"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@8","$color":9,"excl_time":9.30000000009464e-06,"$area":9.30000000009464e-06},"id":"5116-KiokuDB::TypeMap::Resolver::BEGIN@8"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 507&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0005071,"subname":"KiokuDB::TypeMap::Resolver::new","$color":9,"excl_time":3.739999999643e-05,"$area":3.739999999643e-05},"id":"5117-KiokuDB::TypeMap::Resolver::new"},{"name":"find_or_resolve","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::find_or_resolve</b></p><p><br />Called 8011 times from 2 places in 1 file<br />Inclusive time: 72.4ms, 0.10%<br />Exclusive time: 32.5ms, 0.05%</p>","incl_time":0.0723901000000022,"subname":"KiokuDB::TypeMap::Resolver::find_or_resolve","$color":9,"excl_time":0.0324946999934989,"$area":0.0324946999934989},"id":"5118-KiokuDB::TypeMap::Resolver::find_or_resolve"},{"name":"register_compiled","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::register_compiled</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":8.33e-05,"subname":"KiokuDB::TypeMap::Resolver::register_compiled","$color":9,"excl_time":6.31000000055254e-05,"$area":6.31000000055254e-05},"id":"5119-KiokuDB::TypeMap::Resolver::register_compiled"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64.5ms, 0.09%<br />Exclusive time: 2.67ms, 0.00%</p>","incl_time":0.0645491,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@9","$color":9,"excl_time":0.00266930000000062,"$area":0.00266930000000062},"id":"5120-KiokuDB::TypeMap::Resolver::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.62ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0036171,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@4","$color":9,"excl_time":1.70000000001163e-05,"$area":1.70000000001163e-05},"id":"5121-KiokuDB::TypeMap::Resolver::BEGIN@4"},{"name":"fallback_entry","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::fallback_entry</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"KiokuDB::TypeMap::Resolver::fallback_entry","$color":9,"excl_time":1.6e-05,"$area":1.6e-05},"id":"5122-KiokuDB::TypeMap::Resolver::fallback_entry"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::TypeMap::Resolver::meta","$color":9,"excl_time":8.0000000000035e-06,"$area":8.0000000000035e-06},"id":"5123-KiokuDB::TypeMap::Resolver::meta"},{"name":"resolve_fallback_with_meta","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::resolve_fallback_with_meta</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 22.7ms, 0.03%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0227131,"subname":"KiokuDB::TypeMap::Resolver::resolve_fallback_with_meta","$color":9,"excl_time":4.76999999989426e-05,"$area":4.76999999989426e-05},"id":"5124-KiokuDB::TypeMap::Resolver::resolve_fallback_with_meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@6","$color":9,"excl_time":1.00000000002024e-05,"$area":1.00000000002024e-05},"id":"5125-KiokuDB::TypeMap::Resolver::BEGIN@6"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 458&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004581,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@11","$color":9,"excl_time":1.33999999999244e-05,"$area":1.33999999999244e-05},"id":"5126-KiokuDB::TypeMap::Resolver::BEGIN@11"}],"data":{"$area":0.0963448999978047},"id":"n5107"},{"name":"::Composite","children":[{"name":"_create_entries","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_create_entries</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 250ms, 0.35%<br />Exclusive time: 140&micro;s, 0.00%</p>","incl_time":0.2496155,"subname":"KiokuDB::TypeMap::Composite::_create_entries","$color":0,"excl_time":0.000140099999991445,"$area":0.000140099999991445},"id":"5128-KiokuDB::TypeMap::Composite::_create_entries"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 323&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000323,"subname":"KiokuDB::TypeMap::Composite::BEGIN@8","$color":0,"excl_time":8.79999999995777e-06,"$area":8.79999999995777e-06},"id":"5129-KiokuDB::TypeMap::Composite::BEGIN@8"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:28]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:28]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:28]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"5130-KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:28]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:22]","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:22]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:22]","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"5131-KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:22]"},{"name":"_build_includes","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_build_includes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 255ms, 0.36%<br />Exclusive time: 279&micro;s, 0.00%</p>","incl_time":0.2554454,"subname":"KiokuDB::TypeMap::Composite::_build_includes","$color":0,"excl_time":0.000278899999991478,"$area":0.000278899999991478},"id":"5132-KiokuDB::TypeMap::Composite::_build_includes"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::TypeMap::Composite::BEGIN@6","$color":0,"excl_time":1.15999999995807e-05,"$area":1.15999999995807e-05},"id":"5133-KiokuDB::TypeMap::Composite::BEGIN@6"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::CORE:subst</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"KiokuDB::TypeMap::Composite::CORE:subst","$color":0,"excl_time":4.77e-05,"$area":4.77e-05},"id":"5134-KiokuDB::TypeMap::Composite::CORE:subst"},{"name":"_construct_entry","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_construct_entry</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 249ms, 0.35%<br />Exclusive time: 337&micro;s, 0.00%</p>","incl_time":0.2491962,"subname":"KiokuDB::TypeMap::Composite::_construct_entry","$color":0,"excl_time":0.000336799999970962,"$area":0.000336799999970962},"id":"5135-KiokuDB::TypeMap::Composite::_construct_entry"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0027538,"subname":"KiokuDB::TypeMap::Composite::BEGIN@4","$color":0,"excl_time":1.94999999998105e-05,"$area":1.94999999998105e-05},"id":"5136-KiokuDB::TypeMap::Composite::BEGIN@4"},{"name":"_create_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_create_typemap</b></p><p><br />Called 7 times from 7 places in 3 files<br />Inclusive time: 250ms, 0.35%<br />Exclusive time: 125&micro;s, 0.00%</p>","incl_time":0.2502956,"subname":"KiokuDB::TypeMap::Composite::_create_typemap","$color":0,"excl_time":0.00012480000000774,"$area":0.00012480000000774},"id":"5137-KiokuDB::TypeMap::Composite::_create_typemap"},{"name":"_entry_options","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_entry_options</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 220&micro;s, 0.00%<br />Exclusive time: 180&micro;s, 0.00%</p>","incl_time":0.0002204,"subname":"KiokuDB::TypeMap::Composite::_entry_options","$color":0,"excl_time":0.000179600000006376,"$area":0.000179600000006376},"id":"5138-KiokuDB::TypeMap::Composite::_entry_options"},{"name":"_build__exclude","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_build__exclude</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"KiokuDB::TypeMap::Composite::_build__exclude","$color":0,"excl_time":9.69999999831916e-06,"$area":9.69999999831916e-06},"id":"5139-KiokuDB::TypeMap::Composite::_build__exclude"},{"name":"_create_entry","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::_create_entry</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 249ms, 0.35%<br />Exclusive time: 213&micro;s, 0.00%</p>","incl_time":0.2494754,"subname":"KiokuDB::TypeMap::Composite::_create_entry","$color":0,"excl_time":0.000213499999985324,"$area":0.000213499999985324},"id":"5140-KiokuDB::TypeMap::Composite::_create_entry"},{"name":"::TypeMapAttr","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027074,"subname":"KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@12","$color":2,"excl_time":9.49999999974756e-06,"$area":9.49999999974756e-06},"id":"5142-KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 287&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002868,"subname":"KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@14","$color":2,"excl_time":9.10000000017467e-06,"$area":9.10000000017467e-06},"id":"5143-KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@14"}],"data":{"$area":1.85999999999222e-05},"id":"n5141"}],"data":{"$area":0.00139719999995092},"id":"n5127"}],"data":{"$area":0.480210999985425},"id":"n4877"},{"name":"::LiveObjects","children":[{"name":"::Scope","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 278&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002778,"subname":"KiokuDB::LiveObjects::Scope::BEGIN@6","$color":4,"excl_time":9.79999999984303e-06,"$area":9.79999999984303e-06},"id":"5146-KiokuDB::LiveObjects::Scope::BEGIN@6"},{"name":"_clear_live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::_clear_live_objects</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"KiokuDB::LiveObjects::Scope::_clear_live_objects","$color":4,"excl_time":1.37e-05,"$area":1.37e-05},"id":"5147-KiokuDB::LiveObjects::Scope::_clear_live_objects"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"KiokuDB::LiveObjects::Scope::meta","$color":4,"excl_time":8.40000000012028e-06,"$area":8.40000000012028e-06},"id":"5148-KiokuDB::LiveObjects::Scope::meta"},{"name":"remove","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::remove</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 443&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0004433,"subname":"KiokuDB::LiveObjects::Scope::remove","$color":4,"excl_time":5.78000000069558e-05,"$area":5.78000000069558e-05},"id":"5149-KiokuDB::LiveObjects::Scope::remove"},{"name":"push","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::push</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.66ms, 0.00%</p>","incl_time":0.00265760000000001,"subname":"KiokuDB::LiveObjects::Scope::push","$color":4,"excl_time":0.00265760000000001,"$area":0.00265760000000001},"id":"5150-KiokuDB::LiveObjects::Scope::push"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::DESTROY</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 454&micro;s, 0.00%<br />Exclusive time: 98&micro;s, 0.00%</p>","incl_time":0.0004539,"subname":"KiokuDB::LiveObjects::Scope::DESTROY","$color":4,"excl_time":9.7999999997593e-05,"$area":9.7999999997593e-05},"id":"5151-KiokuDB::LiveObjects::Scope::DESTROY"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects/Scope.pm:11]","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects/Scope.pm:11]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"KiokuDB::LiveObjects::Scope::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects/Scope.pm:11]","$color":4,"excl_time":6.6e-06,"$area":6.6e-06},"id":"5152-KiokuDB::LiveObjects::Scope::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects/Scope.pm:11]"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::live_objects</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"KiokuDB::LiveObjects::Scope::live_objects","$color":4,"excl_time":2.79e-05,"$area":2.79e-05},"id":"5153-KiokuDB::LiveObjects::Scope::live_objects"},{"name":"DEMOLISH","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::DEMOLISH</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0002381,"subname":"KiokuDB::LiveObjects::Scope::DEMOLISH","$color":4,"excl_time":1.2899999997299e-05,"$area":1.2899999997299e-05},"id":"5154-KiokuDB::LiveObjects::Scope::DEMOLISH"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.31ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0043121,"subname":"KiokuDB::LiveObjects::Scope::BEGIN@4","$color":4,"excl_time":1.63000000000385e-05,"$area":1.63000000000385e-05},"id":"5155-KiokuDB::LiveObjects::Scope::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.00%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0001219,"subname":"KiokuDB::LiveObjects::Scope::new","$color":4,"excl_time":0.000103699999986265,"$area":0.000103699999986265},"id":"5156-KiokuDB::LiveObjects::Scope::new"},{"name":"clear","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::clear</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%</p>","incl_time":0.0001181,"subname":"KiokuDB::LiveObjects::Scope::clear","$color":4,"excl_time":0.0001181,"$area":0.0001181},"id":"5157-KiokuDB::LiveObjects::Scope::clear"},{"name":"parent","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Scope::parent</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"KiokuDB::LiveObjects::Scope::parent","$color":4,"excl_time":1.29e-05,"$area":1.29e-05},"id":"5158-KiokuDB::LiveObjects::Scope::parent"}],"data":{"$area":0.00314369999998812},"id":"n5145"},{"name":"detach_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::detach_scope</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0001363,"subname":"KiokuDB::LiveObjects::detach_scope","$color":6,"excl_time":5.88000000038222e-05,"$area":5.88000000038222e-05},"id":"5159-KiokuDB::LiveObjects::detach_scope"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 573&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0005732,"subname":"KiokuDB::LiveObjects::BEGIN@18","$color":6,"excl_time":1.01999999999088e-05,"$area":1.01999999999088e-05},"id":"5160-KiokuDB::LiveObjects::BEGIN@18"},{"name":"remove_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::remove_scope</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0003603,"subname":"KiokuDB::LiveObjects::remove_scope","$color":6,"excl_time":7.92000000119563e-05,"$area":7.92000000119563e-05},"id":"5161-KiokuDB::LiveObjects::remove_scope"},{"name":"current_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::current_scope</b></p><p><br />Called 2331 times from 4 places in 1 file<br />Inclusive time: 3.51ms, 0.00%</p>","incl_time":0.00351380000000002,"subname":"KiokuDB::LiveObjects::current_scope","$color":6,"excl_time":0.00351380000000002,"$area":0.00351380000000002},"id":"5162-KiokuDB::LiveObjects::current_scope"},{"name":"id_to_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::id_to_entry</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 14.6ms, 0.02%<br />Exclusive time: 6.60ms, 0.01%</p>","incl_time":0.0146462,"subname":"KiokuDB::LiveObjects::id_to_entry","$color":6,"excl_time":0.00660320000080222,"$area":0.00660320000080222},"id":"5163-KiokuDB::LiveObjects::id_to_entry"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"KiokuDB::LiveObjects::BEGIN@11","$color":6,"excl_time":1.09000000002184e-05,"$area":1.09000000002184e-05},"id":"5164-KiokuDB::LiveObjects::BEGIN@11"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 264&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0002643,"subname":"KiokuDB::LiveObjects::new","$color":6,"excl_time":6.2400000000467e-05,"$area":6.2400000000467e-05},"id":"5165-KiokuDB::LiveObjects::new"},{"name":"_set_current_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_set_current_scope</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":8.76e-05,"subname":"KiokuDB::LiveObjects::_set_current_scope","$color":6,"excl_time":6.64999999950079e-05,"$area":6.64999999950079e-05},"id":"5166-KiokuDB::LiveObjects::_set_current_scope"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"KiokuDB::LiveObjects::BEGIN@9","$color":6,"excl_time":8.10000000019717e-06,"$area":8.10000000019717e-06},"id":"5167-KiokuDB::LiveObjects::BEGIN@9"},{"name":"_vivify_id_info","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_vivify_id_info</b></p><p><br />Called 3489 times from 2 places in 1 file<br />Inclusive time: 38.1ms, 0.05%<br />Exclusive time: 24.4ms, 0.03%</p>","incl_time":0.0381276999999997,"subname":"KiokuDB::LiveObjects::_vivify_id_info","$color":6,"excl_time":0.0243513000001446,"$area":0.0243513000001446},"id":"5168-KiokuDB::LiveObjects::_vivify_id_info"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:56]","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:56]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:56]","$color":6,"excl_time":2.1e-06,"$area":2.1e-06},"id":"5169-KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:56]"},{"name":"txn_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::txn_scope</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 3.55ms, 0.01%</p>","incl_time":0.00355070000000001,"subname":"KiokuDB::LiveObjects::txn_scope","$color":6,"excl_time":0.00355070000000001,"$area":0.00355070000000001},"id":"5170-KiokuDB::LiveObjects::txn_scope"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"KiokuDB::LiveObjects::BEGIN@6","$color":6,"excl_time":9.30000000015816e-06,"$area":9.30000000015816e-06},"id":"5171-KiokuDB::LiveObjects::BEGIN@6"},{"name":"register_object","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::register_object</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 89.0ms, 0.13%<br />Exclusive time: 44.7ms, 0.06%</p>","incl_time":0.0890056000000001,"subname":"KiokuDB::LiveObjects::register_object","$color":6,"excl_time":0.0447416999937926,"$area":0.0447416999937926},"id":"5172-KiokuDB::LiveObjects::register_object"},{"name":"update_object_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::update_object_entry</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 54.4ms, 0.08%<br />Exclusive time: 36.6ms, 0.05%</p>","incl_time":0.0543791000000001,"subname":"KiokuDB::LiveObjects::update_object_entry","$color":6,"excl_time":0.0366390999926567,"$area":0.0366390999926567},"id":"5173-KiokuDB::LiveObjects::update_object_entry"},{"name":"clear_leak_tracker","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::clear_leak_tracker</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"KiokuDB::LiveObjects::clear_leak_tracker","$color":6,"excl_time":9.3e-06,"$area":9.3e-06},"id":"5174-KiokuDB::LiveObjects::clear_leak_tracker"},{"name":"_id_info","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_id_info</b></p><p><br />Called 11501 times from 3 places in 1 file<br />Inclusive time: 71.3ms, 0.10%<br />Exclusive time: 53.4ms, 0.08%</p>","incl_time":0.0713088999999994,"subname":"KiokuDB::LiveObjects::_id_info","$color":6,"excl_time":0.0533935999880423,"$area":0.0533935999880423},"id":"5175-KiokuDB::LiveObjects::_id_info"},{"name":"id_in_storage","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::id_in_storage</b></p><p><br />Called 8011 times from 2 places in 1 file<br />Inclusive time: 83.3ms, 0.12%<br />Exclusive time: 33.2ms, 0.05%</p>","incl_time":0.0832612999999999,"subname":"KiokuDB::LiveObjects::id_in_storage","$color":6,"excl_time":0.0331779000036181,"$area":0.0331779000036181},"id":"5176-KiokuDB::LiveObjects::id_in_storage"},{"name":"id_to_object","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::id_to_object</b></p><p><br />Called 2327 times from 3 places in 3 files<br />Inclusive time: 31.4ms, 0.04%<br />Exclusive time: 14.6ms, 0.02%</p>","incl_time":0.0314133999999999,"subname":"KiokuDB::LiveObjects::id_to_object","$color":6,"excl_time":0.0146042999982489,"$area":0.0146042999982489},"id":"5177-KiokuDB::LiveObjects::id_to_object"},{"name":"leak_tracker","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::leak_tracker</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"KiokuDB::LiveObjects::leak_tracker","$color":6,"excl_time":2.71e-05,"$area":2.71e-05},"id":"5178-KiokuDB::LiveObjects::leak_tracker"},{"name":"_object_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_object_entries</b></p><p><br />Called 2326 times from 2 places in 1 file<br />Inclusive time: 3.67ms, 0.01%</p>","incl_time":0.0036722,"subname":"KiokuDB::LiveObjects::_object_entries","$color":6,"excl_time":0.0036722,"$area":0.0036722},"id":"5179-KiokuDB::LiveObjects::_object_entries"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"KiokuDB::LiveObjects::BEGIN@8","$color":6,"excl_time":1.18000000001334e-05,"$area":1.18000000001334e-05},"id":"5180-KiokuDB::LiveObjects::BEGIN@8"},{"name":"cache","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::cache</b></p><p><br />Called 2327 times from 1 place in 1 file<br />Inclusive time: 3.63ms, 0.01%</p>","incl_time":0.00362659999999991,"subname":"KiokuDB::LiveObjects::cache","$color":6,"excl_time":0.00362659999999991,"$area":0.00362659999999991},"id":"5181-KiokuDB::LiveObjects::cache"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::LiveObjects::meta","$color":6,"excl_time":8.0000000000035e-06,"$area":8.0000000000035e-06},"id":"5182-KiokuDB::LiveObjects::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.66ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0036627,"subname":"KiokuDB::LiveObjects::BEGIN@4","$color":6,"excl_time":1.62000000001137e-05,"$area":1.62000000001137e-05},"id":"5183-KiokuDB::LiveObjects::BEGIN@4"},{"name":"register_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::register_entry</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 117ms, 0.17%<br />Exclusive time: 63.2ms, 0.09%</p>","incl_time":0.1174129,"subname":"KiokuDB::LiveObjects::register_entry","$color":6,"excl_time":0.0632171999911241,"$area":0.0632171999911241},"id":"5184-KiokuDB::LiveObjects::register_entry"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.43ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0024302,"subname":"KiokuDB::LiveObjects::BEGIN@16","$color":6,"excl_time":1.13999999999457e-05,"$area":1.13999999999457e-05},"id":"5185-KiokuDB::LiveObjects::BEGIN@16"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22.3ms, 0.03%<br />Exclusive time: 400&micro;s, 0.00%</p>","incl_time":0.0223168,"subname":"KiokuDB::LiveObjects::BEGIN@13","$color":6,"excl_time":0.000399600000000586,"$area":0.000399600000000586},"id":"5186-KiokuDB::LiveObjects::BEGIN@13"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 679&micro;s, 0.00%<br />Exclusive time: 326&micro;s, 0.00%</p>","incl_time":0.0006791,"subname":"KiokuDB::LiveObjects::BEGIN@7","$color":6,"excl_time":0.000326400000000349,"$area":0.000326400000000349},"id":"5187-KiokuDB::LiveObjects::BEGIN@7"},{"name":"keep_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::keep_entries</b></p><p><br />Called 4652 times from 3 places in 1 file<br />Inclusive time: 8.52ms, 0.01%</p>","incl_time":0.00852380000000006,"subname":"KiokuDB::LiveObjects::keep_entries","$color":6,"excl_time":0.00852380000000006,"$area":0.00852380000000006},"id":"5188-KiokuDB::LiveObjects::keep_entries"},{"name":"_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_entries</b></p><p><br />Called 3489 times from 2 places in 1 file<br />Inclusive time: 5.82ms, 0.01%</p>","incl_time":0.0058201,"subname":"KiokuDB::LiveObjects::_entries","$color":6,"excl_time":0.0058201,"$area":0.0058201},"id":"5189-KiokuDB::LiveObjects::_entries"},{"name":"_known_scopes","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_known_scopes</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"KiokuDB::LiveObjects::_known_scopes","$color":6,"excl_time":2.44e-05,"$area":2.44e-05},"id":"5190-KiokuDB::LiveObjects::_known_scopes"},{"name":"object_to_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::object_to_entry</b></p><p><br />Called 6848 times from 1 place in 1 file<br />Inclusive time: 87.5ms, 0.12%<br />Exclusive time: 29.1ms, 0.04%</p>","incl_time":0.0875146000000008,"subname":"KiokuDB::LiveObjects::object_to_entry","$color":6,"excl_time":0.0291020999985331,"$area":0.0291020999985331},"id":"5191-KiokuDB::LiveObjects::object_to_entry"},{"name":"clear_leaks","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::clear_leaks</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 139&micro;s, 0.00%</p>","incl_time":0.0001387,"subname":"KiokuDB::LiveObjects::clear_leaks","$color":6,"excl_time":0.0001387,"$area":0.0001387},"id":"5192-KiokuDB::LiveObjects::clear_leaks"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 240&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002397,"subname":"KiokuDB::LiveObjects::BEGIN@1","$color":6,"excl_time":1.55000000001033e-05,"$area":1.55000000001033e-05},"id":"5193-KiokuDB::LiveObjects::BEGIN@1"},{"name":"_objects","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_objects</b></p><p><br />Called 20621 times from 3 places in 1 file<br />Inclusive time: 30.3ms, 0.04%</p>","incl_time":0.0302818999999948,"subname":"KiokuDB::LiveObjects::_objects","$color":6,"excl_time":0.0302818999999948,"$area":0.0302818999999948},"id":"5194-KiokuDB::LiveObjects::_objects"},{"name":"_ids","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_ids</b></p><p><br />Called 14990 times from 2 places in 1 file<br />Inclusive time: 23.0ms, 0.03%</p>","incl_time":0.0230120999999985,"subname":"KiokuDB::LiveObjects::_ids","$color":6,"excl_time":0.0230120999999985,"$area":0.0230120999999985},"id":"5195-KiokuDB::LiveObjects::_ids"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:48]","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:48]</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:48]","$color":6,"excl_time":1.29000000001555e-05,"$area":1.29000000001555e-05},"id":"5196-KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:48]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.0ms, 0.02%<br />Exclusive time: 490&micro;s, 0.00%</p>","incl_time":0.0160281,"subname":"KiokuDB::LiveObjects::BEGIN@14","$color":6,"excl_time":0.000489699999999937,"$area":0.000489699999999937},"id":"5197-KiokuDB::LiveObjects::BEGIN@14"},{"name":"new_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::new_scope</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 256&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0002557,"subname":"KiokuDB::LiveObjects::new_scope","$color":6,"excl_time":6.40999999849425e-05,"$area":6.40999999849425e-05},"id":"5198-KiokuDB::LiveObjects::new_scope"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 286&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0002864,"subname":"KiokuDB::LiveObjects::BEGIN@10","$color":6,"excl_time":4.67000000001572e-05,"$area":4.67000000001572e-05},"id":"5199-KiokuDB::LiveObjects::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:166]","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:166]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 151&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001512,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:166]","$color":6,"excl_time":9.00000000001876e-06,"$area":9.00000000001876e-06},"id":"5200-KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:166]"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"KiokuDB::LiveObjects::BEGIN@67","$color":6,"excl_time":9.9000000000999e-06,"$area":9.9000000000999e-06},"id":"5201-KiokuDB::LiveObjects::BEGIN@67"},{"name":"object_to_id","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::object_to_id</b></p><p><br />Called 18295 times from 6 places in 3 files<br />Inclusive time: 134ms, 0.19%<br />Exclusive time: 99.8ms, 0.14%</p>","incl_time":0.1338532,"subname":"KiokuDB::LiveObjects::object_to_id","$color":6,"excl_time":0.0997598999864692,"$area":0.0997598999864692},"id":"5202-KiokuDB::LiveObjects::object_to_id"},{"name":"::Guard","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@3","$color":8,"excl_time":1.50999999999549e-05,"$area":1.50999999999549e-05},"id":"5204-KiokuDB::LiveObjects::Guard::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 157&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001575,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@8","$color":8,"excl_time":9.69999999985772e-06,"$area":9.69999999985772e-06},"id":"5205-KiokuDB::LiveObjects::Guard::BEGIN@8"},{"name":"key","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::key</b></p><p><br />Called 4599 times from 1 place in 1 file<br />Inclusive time: 7.27ms, 0.01%</p>","incl_time":0.00727190000000001,"subname":"KiokuDB::LiveObjects::Guard::key","$color":8,"excl_time":0.00727190000000001,"$area":0.00727190000000001},"id":"5206-KiokuDB::LiveObjects::Guard::key"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@4","$color":8,"excl_time":1.05000000000964e-05,"$area":1.05000000000964e-05},"id":"5207-KiokuDB::LiveObjects::Guard::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::new</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 7.29ms, 0.01%<br />Exclusive time: 6.42ms, 0.01%</p>","incl_time":0.00728819999999999,"subname":"KiokuDB::LiveObjects::Guard::new","$color":8,"excl_time":0.00641519999875087,"$area":0.00641519999875087},"id":"5208-KiokuDB::LiveObjects::Guard::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::Guard::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@6","$color":8,"excl_time":7.60000000015203e-06,"$area":7.60000000015203e-06},"id":"5209-KiokuDB::LiveObjects::Guard::BEGIN@6"}],"data":{"$area":0.0137299999987509},"id":"n5203"},{"name":"::TXNScope","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::TXNScope::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.40ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0044049,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@4","$color":10,"excl_time":1.68000000001049e-05,"$area":1.68000000001049e-05},"id":"5211-KiokuDB::LiveObjects::TXNScope::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::TXNScope::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"KiokuDB::LiveObjects::TXNScope::meta","$color":10,"excl_time":7.79999999993361e-06,"$area":7.79999999993361e-06},"id":"5212-KiokuDB::LiveObjects::TXNScope::meta"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::TXNScope::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 297&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002971,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@8","$color":10,"excl_time":9.49999999994553e-06,"$area":9.49999999994553e-06},"id":"5213-KiokuDB::LiveObjects::TXNScope::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::TXNScope::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@6","$color":10,"excl_time":1.01999999998751e-05,"$area":1.01999999998751e-05},"id":"5214-KiokuDB::LiveObjects::TXNScope::BEGIN@6"}],"data":{"$area":4.42999999998592e-05},"id":"n5210"}],"data":{"$area":0.506437699952162},"id":"n5144"},{"name":"::Linker","children":[{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::live_objects</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"KiokuDB::Linker::live_objects","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"5216-KiokuDB::Linker::live_objects"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"KiokuDB::Linker::BEGIN@14","$color":1,"excl_time":9.30000000015291e-06,"$area":9.30000000015291e-06},"id":"5217-KiokuDB::Linker::BEGIN@14"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:51]","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:51]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:51]","$color":1,"excl_time":2.2e-06,"$area":2.2e-06},"id":"5218-KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:51]"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.2ms, 0.02%<br />Exclusive time: 443&micro;s, 0.00%</p>","incl_time":0.0141697,"subname":"KiokuDB::Linker::BEGIN@18","$color":1,"excl_time":0.000442600000000785,"$area":0.000442600000000785},"id":"5219-KiokuDB::Linker::BEGIN@18"},{"name":"get_or_load_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::get_or_load_objects</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"KiokuDB::Linker::get_or_load_objects","$color":1,"excl_time":7.50000000338269e-06,"$area":7.50000000338269e-06},"id":"5220-KiokuDB::Linker::get_or_load_objects"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.97e-05,"subname":"KiokuDB::Linker::BEGIN@15","$color":1,"excl_time":1.03999999999246e-05,"$area":1.03999999999246e-05},"id":"5221-KiokuDB::Linker::BEGIN@15"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::Linker::meta","$color":1,"excl_time":7.59999999990973e-06,"$area":7.59999999990973e-06},"id":"5222-KiokuDB::Linker::meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:57]","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:57]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:57]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5223-KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:57]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.64ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0046437,"subname":"KiokuDB::Linker::BEGIN@4","$color":1,"excl_time":1.68000000001223e-05,"$area":1.68000000001223e-05},"id":"5224-KiokuDB::Linker::BEGIN@4"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 362&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003618,"subname":"KiokuDB::Linker::BEGIN@20","$color":1,"excl_time":1.07999999997878e-05,"$area":1.07999999997878e-05},"id":"5225-KiokuDB::Linker::BEGIN@20"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"KiokuDB::Linker::BEGIN@16","$color":1,"excl_time":9.00000000014153e-06,"$area":9.00000000014153e-06},"id":"5226-KiokuDB::Linker::BEGIN@16"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"KiokuDB::Linker::BEGIN@13","$color":1,"excl_time":1.11000000001334e-05,"$area":1.11000000001334e-05},"id":"5227-KiokuDB::Linker::BEGIN@13"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001552,"subname":"KiokuDB::Linker::new","$color":1,"excl_time":7.59000000041034e-05,"$area":7.59000000041034e-05},"id":"5228-KiokuDB::Linker::new"},{"name":"get_or_load_object","children":[],"data":{"tip":"<p><b>KiokuDB::Linker::get_or_load_object</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"KiokuDB::Linker::get_or_load_object","$color":1,"excl_time":1.14999999956643e-05,"$area":1.14999999956643e-05},"id":"5229-KiokuDB::Linker::get_or_load_object"}],"data":{"$area":0.000620000000004108},"id":"n5215"},{"name":"::Serializer","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.82ms, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0028205,"subname":"KiokuDB::Serializer::BEGIN@4","$color":3,"excl_time":2.25999999999794e-05,"$area":2.25999999999794e-05},"id":"5231-KiokuDB::Serializer::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 820&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.00082,"subname":"KiokuDB::Serializer::BEGIN@10","$color":3,"excl_time":9.90000000018624e-06,"$area":9.90000000018624e-06},"id":"5232-KiokuDB::Serializer::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.81ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0018057,"subname":"KiokuDB::Serializer::BEGIN@8","$color":3,"excl_time":9.60000000003298e-06,"$area":9.60000000003298e-06},"id":"5233-KiokuDB::Serializer::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"KiokuDB::Serializer::BEGIN@6","$color":3,"excl_time":1.09000000002502e-05,"$area":1.09000000002502e-05},"id":"5234-KiokuDB::Serializer::BEGIN@6"},{"name":"::JSON","children":[{"name":"collapse_jspon","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::collapse_jspon</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 709ms, 1.00%<br />Exclusive time: 32.1ms, 0.05%</p>","incl_time":0.709316999999999,"subname":"KiokuDB::Serializer::JSON::collapse_jspon","$color":5,"excl_time":0.0321472999998504,"$area":0.0321472999998504},"id":"5236-KiokuDB::Serializer::JSON::collapse_jspon"},{"name":"inline_data","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::inline_data</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Serializer::JSON::inline_data","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"5237-KiokuDB::Serializer::JSON::inline_data"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 298&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002983,"subname":"KiokuDB::Serializer::JSON::BEGIN@6","$color":5,"excl_time":1.06999999999455e-05,"$area":1.06999999999455e-05},"id":"5238-KiokuDB::Serializer::JSON::BEGIN@6"},{"name":"tied_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::tied_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Serializer::JSON::tied_field","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"5239-KiokuDB::Serializer::JSON::tied_field"},{"name":"class_meta_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::class_meta_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"KiokuDB::Serializer::JSON::class_meta_field","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"5240-KiokuDB::Serializer::JSON::class_meta_field"},{"name":"class_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::class_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"KiokuDB::Serializer::JSON::class_field","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"5241-KiokuDB::Serializer::JSON::class_field"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"KiokuDB::Serializer::JSON::meta","$color":5,"excl_time":7.70000000028393e-06,"$area":7.70000000028393e-06},"id":"5242-KiokuDB::Serializer::JSON::meta"},{"name":"backend_data_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::backend_data_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"KiokuDB::Serializer::JSON::backend_data_field","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"5243-KiokuDB::Serializer::JSON::backend_data_field"},{"name":"data_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::data_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"KiokuDB::Serializer::JSON::data_field","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"5244-KiokuDB::Serializer::JSON::data_field"},{"name":"collapser","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::collapser</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 5.00ms, 0.01%<br />Exclusive time: 4.78ms, 0.01%</p>","incl_time":0.00499540000000004,"subname":"KiokuDB::Serializer::JSON::collapser","$color":5,"excl_time":0.00478010000000645,"$area":0.00478010000000645},"id":"5245-KiokuDB::Serializer::JSON::collapser"},{"name":"ref_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::ref_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::Serializer::JSON::ref_field","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"5246-KiokuDB::Serializer::JSON::ref_field"},{"name":"id_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::id_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"KiokuDB::Serializer::JSON::id_field","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"5247-KiokuDB::Serializer::JSON::id_field"},{"name":"default_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::default_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 256ms, 0.36%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.2563828,"subname":"KiokuDB::Serializer::JSON::default_typemap","$color":5,"excl_time":2.66999999949946e-05,"$area":2.66999999949946e-05},"id":"5248-KiokuDB::Serializer::JSON::default_typemap"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.92ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0049154,"subname":"KiokuDB::Serializer::JSON::BEGIN@4","$color":5,"excl_time":1.7299999999873e-05,"$area":1.7299999999873e-05},"id":"5249-KiokuDB::Serializer::JSON::BEGIN@4"},{"name":"canonical","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::canonical</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"KiokuDB::Serializer::JSON::canonical","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"5250-KiokuDB::Serializer::JSON::canonical"},{"name":"_jspon_params","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::_jspon_params</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001229,"subname":"KiokuDB::Serializer::JSON::_jspon_params","$color":5,"excl_time":1.60000000013114e-05,"$area":1.60000000013114e-05},"id":"5251-KiokuDB::Serializer::JSON::_jspon_params"},{"name":"json","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::json</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 5.45ms, 0.01%<br />Exclusive time: 5.38ms, 0.01%</p>","incl_time":0.00544819999999998,"subname":"KiokuDB::Serializer::JSON::json","$color":5,"excl_time":0.00538369999999939,"$area":0.00538369999999939},"id":"5252-KiokuDB::Serializer::JSON::json"},{"name":"root_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::root_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"KiokuDB::Serializer::JSON::root_field","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"5253-KiokuDB::Serializer::JSON::root_field"},{"name":"encode","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::encode</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 94.0ms, 0.13%<br />Exclusive time: 30.5ms, 0.04%</p>","incl_time":0.0939602,"subname":"KiokuDB::Serializer::JSON::encode","$color":5,"excl_time":0.0304820999921367,"$area":0.0304820999921367},"id":"5254-KiokuDB::Serializer::JSON::encode"},{"name":"utf8","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::utf8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Serializer::JSON::utf8","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"5255-KiokuDB::Serializer::JSON::utf8"},{"name":"deleted_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::deleted_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Serializer::JSON::deleted_field","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"5256-KiokuDB::Serializer::JSON::deleted_field"},{"name":"pretty","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::pretty</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Serializer::JSON::pretty","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"5257-KiokuDB::Serializer::JSON::pretty"},{"name":"class_version_field","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::class_version_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"KiokuDB::Serializer::JSON::class_version_field","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"5258-KiokuDB::Serializer::JSON::class_version_field"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":4.57e-05,"subname":"KiokuDB::Serializer::JSON::new","$color":5,"excl_time":4.52000000003742e-05,"$area":4.52000000003742e-05},"id":"5259-KiokuDB::Serializer::JSON::new"}],"data":{"$area":0.0729589999919898},"id":"n5235"}],"data":{"$area":0.0730119999919903},"id":"n5230"},{"name":"::Backend","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.91ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0029084,"subname":"KiokuDB::Backend::BEGIN@4","$color":7,"excl_time":1.49999999999539e-05,"$area":1.49999999999539e-05},"id":"5261-KiokuDB::Backend::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 557&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0005571,"subname":"KiokuDB::Backend::BEGIN@9","$color":7,"excl_time":8.90000000011238e-06,"$area":8.90000000011238e-06},"id":"5262-KiokuDB::Backend::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.76ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0017587,"subname":"KiokuDB::Backend::BEGIN@6","$color":7,"excl_time":1.16000000002206e-05,"$area":1.16000000002206e-05},"id":"5263-KiokuDB::Backend::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"KiokuDB::Backend::BEGIN@7","$color":7,"excl_time":9.49999999987773e-06,"$area":9.49999999987773e-06},"id":"5264-KiokuDB::Backend::BEGIN@7"},{"name":"::TypeMap","children":[{"name":"::Default","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.87ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0028744,"subname":"KiokuDB::Backend::TypeMap::Default::BEGIN@4","$color":9,"excl_time":1.76000000000074e-05,"$area":1.76000000000074e-05},"id":"5267-KiokuDB::Backend::TypeMap::Default::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 298&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002984,"subname":"KiokuDB::Backend::TypeMap::Default::BEGIN@6","$color":9,"excl_time":1.00999999997588e-05,"$area":1.00999999997588e-05},"id":"5268-KiokuDB::Backend::TypeMap::Default::BEGIN@6"},{"name":"::JSON","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103ms, 0.14%<br />Exclusive time: 381&micro;s, 0.00%</p>","incl_time":0.1027138,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@6","$color":0,"excl_time":0.000380999999999895,"$area":0.000380999999999895},"id":"5270-KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 321&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003214,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@8","$color":0,"excl_time":1.07000000000029e-05,"$area":1.07000000000029e-05},"id":"5271-KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@8"},{"name":"_build_default_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::JSON::_build_default_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 256ms, 0.36%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.2560556,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::_build_default_typemap","$color":0,"excl_time":1.88000000031496e-05,"$area":1.88000000031496e-05},"id":"5272-KiokuDB::Backend::TypeMap::Default::JSON::_build_default_typemap"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.01ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0030063,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@4","$color":0,"excl_time":1.75000000002083e-05,"$area":1.75000000002083e-05},"id":"5273-KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@4"}],"data":{"$area":0.000428000000003256},"id":"n5269"}],"data":{"$area":0.000455700000003022},"id":"n5266"}],"data":{"$area":0.000455700000003022},"id":"n5265"},{"name":"::Serialize","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/Serialize.pm:24]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/Serialize.pm:24]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 321ms, 0.45%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.3208903,"subname":"KiokuDB::Backend::Serialize::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/Serialize.pm:24]","$color":2,"excl_time":1.64999999988646e-05,"$area":1.64999999988646e-05},"id":"5275-KiokuDB::Backend::Serialize::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/Serialize.pm:24]"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.74ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0017381,"subname":"KiokuDB::Backend::Serialize::BEGIN@6","$color":2,"excl_time":9.20000000018866e-06,"$area":9.20000000018866e-06},"id":"5276-KiokuDB::Backend::Serialize::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.79ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0027938,"subname":"KiokuDB::Backend::Serialize::BEGIN@4","$color":2,"excl_time":1.79000000003907e-05,"$area":1.79000000003907e-05},"id":"5277-KiokuDB::Backend::Serialize::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 512&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0005116,"subname":"KiokuDB::Backend::Serialize::BEGIN@8","$color":2,"excl_time":9.00000000009129e-06,"$area":9.00000000009129e-06},"id":"5278-KiokuDB::Backend::Serialize::BEGIN@8"},{"name":"::Delegate","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::Delegate::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 301&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003011,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@8","$color":4,"excl_time":1.08000000003675e-05,"$area":1.08000000003675e-05},"id":"5280-KiokuDB::Backend::Serialize::Delegate::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::Delegate::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0030509,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@4","$color":4,"excl_time":2.06000000001808e-05,"$area":2.06000000001808e-05},"id":"5281-KiokuDB::Backend::Serialize::Delegate::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::Delegate::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.6ms, 0.02%<br />Exclusive time: 535&micro;s, 0.00%</p>","incl_time":0.0175944,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@6","$color":4,"excl_time":0.000534699999999208,"$area":0.000534699999999208},"id":"5282-KiokuDB::Backend::Serialize::Delegate::BEGIN@6"}],"data":{"$area":0.000566099999999756},"id":"n5279"},{"name":"::JSON","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.94ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0029415,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@4","$color":6,"excl_time":1.7399999999571e-05,"$area":1.7399999999571e-05},"id":"5284-KiokuDB::Backend::Serialize::JSON::BEGIN@4"},{"name":"_build_json","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::_build_json</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"KiokuDB::Backend::Serialize::JSON::_build_json","$color":6,"excl_time":3.85999999988888e-05,"$area":3.85999999988888e-05},"id":"5285-KiokuDB::Backend::Serialize::JSON::_build_json"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 327&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003274,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@8","$color":6,"excl_time":9.20000000028689e-06,"$area":9.20000000028689e-06},"id":"5286-KiokuDB::Backend::Serialize::JSON::BEGIN@8"},{"name":"serialize","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::serialize</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 819ms, 1.15%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.818659899999998,"subname":"KiokuDB::Backend::Serialize::JSON::serialize","$color":6,"excl_time":0.0153827000001029,"$area":0.0153827000001029},"id":"5287-KiokuDB::Backend::Serialize::JSON::serialize"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@6","$color":6,"excl_time":1.35000000001963e-05,"$area":1.35000000001963e-05},"id":"5288-KiokuDB::Backend::Serialize::JSON::BEGIN@6"}],"data":{"$area":0.0154614000001018},"id":"n5283"},{"name":"::JSPON","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 316&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003157,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@9","$color":8,"excl_time":1.02000000003745e-05,"$area":1.02000000003745e-05},"id":"5290-KiokuDB::Backend::Serialize::JSPON::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0028074,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@4","$color":8,"excl_time":1.59999999995572e-05,"$area":1.59999999995572e-05},"id":"5291-KiokuDB::Backend::Serialize::JSPON::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49.7ms, 0.07%<br />Exclusive time: 701&micro;s, 0.00%</p>","incl_time":0.0497031,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@7","$color":8,"excl_time":0.000700800000001167,"$area":0.000700800000001167},"id":"5292-KiokuDB::Backend::Serialize::JSPON::BEGIN@7"},{"name":"_build_collapser","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::_build_collapser</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 211&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0002113,"subname":"KiokuDB::Backend::Serialize::JSPON::_build_collapser","$color":8,"excl_time":1.7400000000697e-05,"$area":1.7400000000697e-05},"id":"5293-KiokuDB::Backend::Serialize::JSPON::_build_collapser"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55.9ms, 0.08%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.0558618,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@6","$color":8,"excl_time":0.00113489999999964,"$area":0.00113489999999964},"id":"5294-KiokuDB::Backend::Serialize::JSPON::BEGIN@6"},{"name":"::Converter","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.84ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0028352,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@4","$color":10,"excl_time":2.12000000001282e-05,"$area":2.12000000001282e-05},"id":"5296-KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@4"},{"name":"_jspon_fields","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Converter::_jspon_fields</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::_jspon_fields","$color":10,"excl_time":8e-06,"$area":8e-06},"id":"5297-KiokuDB::Backend::Serialize::JSPON::Converter::_jspon_fields"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003191,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@6","$color":10,"excl_time":1.01000000003294e-05,"$area":1.01000000003294e-05},"id":"5298-KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@6"},{"name":"_build__jspon_params","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Converter::_build__jspon_params</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0001059,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::_build__jspon_params","$color":10,"excl_time":6.79000000035702e-05,"$area":6.79000000035702e-05},"id":"5299-KiokuDB::Backend::Serialize::JSPON::Converter::_build__jspon_params"}],"data":{"$area":0.000107200000004028},"id":"n5295"},{"name":"::Collapser","children":[{"name":"class_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::class_field</b></p><p><br />Called 2327 times from 2 places in 1 file<br />Inclusive time: 4.73ms, 0.01%</p>","incl_time":0.00473450000000004,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_field","$color":1,"excl_time":0.00473450000000004,"$area":0.00473450000000004},"id":"5301-KiokuDB::Backend::Serialize::JSPON::Collapser::class_field"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:qr","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"5302-KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:qr"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::meta","$color":1,"excl_time":7.49999999967619e-06,"$area":7.49999999967619e-06},"id":"5303-KiokuDB::Backend::Serialize::JSPON::Collapser::meta"},{"name":"deleted_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::deleted_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::deleted_field","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"5304-KiokuDB::Backend::Serialize::JSPON::Collapser::deleted_field"},{"name":"data_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::data_field</b></p><p><br />Called 6875 times from 3 places in 1 file<br />Inclusive time: 12.0ms, 0.02%</p>","incl_time":0.0119995,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::data_field","$color":1,"excl_time":0.0119995,"$area":0.0119995},"id":"5305-KiokuDB::Backend::Serialize::JSPON::Collapser::data_field"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.76ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0047627,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@4","$color":1,"excl_time":1.7799999999615e-05,"$area":1.7799999999615e-05},"id":"5306-KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@4"},{"name":"ref_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::ref_field</b></p><p><br />Called 4549 times from 2 places in 1 file<br />Inclusive time: 8.50ms, 0.01%</p>","incl_time":0.00849519999999997,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::ref_field","$color":1,"excl_time":0.00849519999999997,"$area":0.00849519999999997},"id":"5307-KiokuDB::Backend::Serialize::JSPON::Collapser::ref_field"},{"name":"tied_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::tied_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::tied_field","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5308-KiokuDB::Backend::Serialize::JSPON::Collapser::tied_field"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 129&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001286,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@8","$color":1,"excl_time":8.09999999958804e-06,"$area":8.09999999958804e-06},"id":"5309-KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@8"},{"name":"root_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::root_field</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::root_field","$color":1,"excl_time":1.9e-05,"$area":1.9e-05},"id":"5310-KiokuDB::Backend::Serialize::JSPON::Collapser::root_field"},{"name":"_build_reserved_key","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::_build_reserved_key</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 140&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.0001397,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::_build_reserved_key","$color":1,"excl_time":7.1799999988111e-05,"$area":7.1799999988111e-05},"id":"5311-KiokuDB::Backend::Serialize::JSPON::Collapser::_build_reserved_key"},{"name":"inline_data","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::inline_data</b></p><p><br />Called 6874 times from 2 places in 1 file<br />Inclusive time: 12.6ms, 0.02%</p>","incl_time":0.0126117,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::inline_data","$color":1,"excl_time":0.0126117,"$area":0.0126117},"id":"5312-KiokuDB::Backend::Serialize::JSPON::Collapser::inline_data"},{"name":"id_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::id_field</b></p><p><br />Called 2327 times from 2 places in 1 file<br />Inclusive time: 4.66ms, 0.01%</p>","incl_time":0.00466200000000005,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::id_field","$color":1,"excl_time":0.00466200000000005,"$area":0.00466200000000005},"id":"5313-KiokuDB::Backend::Serialize::JSPON::Collapser::id_field"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@7","$color":1,"excl_time":8.29999999957979e-06,"$area":8.29999999957979e-06},"id":"5314-KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@7"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":7.1e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::new","$color":1,"excl_time":7.04000000000938e-05,"$area":7.04000000000938e-05},"id":"5315-KiokuDB::Backend::Serialize::JSPON::Collapser::new"},{"name":"backend_data_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::backend_data_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::backend_data_field","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5316-KiokuDB::Backend::Serialize::JSPON::Collapser::backend_data_field"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:regcomp</b></p><p><br />Called 35886 times from 2 places in 1 file<br />Inclusive time: 32.1ms, 0.05%</p>","incl_time":0.0320786999999898,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:regcomp","$color":1,"excl_time":0.0320786999999898,"$area":0.0320786999999898},"id":"5317-KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:regcomp"},{"name":"class_meta_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::class_meta_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_meta_field","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5318-KiokuDB::Backend::Serialize::JSPON::Collapser::class_meta_field"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:match</b></p><p><br />Called 35885 times from 1 place in 1 file<br />Inclusive time: 65.5ms, 0.09%</p>","incl_time":0.0655374999999987,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:match","$color":1,"excl_time":0.0655374999999987,"$area":0.0655374999999987},"id":"5319-KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:match"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@6","$color":1,"excl_time":1.20999999998142e-05,"$area":1.20999999998142e-05},"id":"5320-KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 370&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003705,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@10","$color":1,"excl_time":9.50000000016633e-06,"$area":9.50000000016633e-06},"id":"5321-KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@10"},{"name":"collapse_jspon","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::collapse_jspon</b></p><p><br />Called 13722 times from 3 places in 2 files<br />Inclusive time: 667ms, 0.94%<br />Exclusive time: 466ms, 0.66%<br />Recursion: max depth 4, recursive inclusive time 812ms</p>","incl_time":0.666989699999999,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::collapse_jspon","$color":1,"excl_time":0.465561399912815,"$area":0.465561399912815},"id":"5322-KiokuDB::Backend::Serialize::JSPON::Collapser::collapse_jspon"},{"name":"class_version_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::class_version_field</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_version_field","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5323-KiokuDB::Backend::Serialize::JSPON::Collapser::class_version_field"},{"name":"reserved_key","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::reserved_key</b></p><p><br />Called 2434 times from 1 place in 1 file<br />Inclusive time: 5.53ms, 0.01%<br />Exclusive time: 5.38ms, 0.01%</p>","incl_time":0.00553150000000001,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::reserved_key","$color":1,"excl_time":0.00538370000000653,"$area":0.00538370000000653},"id":"5324-KiokuDB::Backend::Serialize::JSPON::Collapser::reserved_key"}],"data":{"$area":0.611304299912797},"id":"n5300"},{"name":"::Expander","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::meta","$color":3,"excl_time":8.19999999972307e-06,"$area":8.19999999972307e-06},"id":"5326-KiokuDB::Backend::Serialize::JSPON::Expander::meta"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@10","$color":3,"excl_time":1.02999999995798e-05,"$area":1.02999999995798e-05},"id":"5327-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@9","$color":3,"excl_time":1.26999999998611e-05,"$area":1.26999999998611e-05},"id":"5328-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@6","$color":3,"excl_time":1.0999999999876e-05,"$area":1.0999999999876e-05},"id":"5329-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@6"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 314&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003141,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@12","$color":3,"excl_time":8.60000000037448e-06,"$area":8.60000000037448e-06},"id":"5330-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.38ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0043791,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@4","$color":3,"excl_time":2.08999999995766e-05,"$area":2.08999999995766e-05},"id":"5331-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@7","$color":3,"excl_time":8.99999999991674e-06,"$area":8.99999999991674e-06},"id":"5332-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@7"}],"data":{"$area":8.06999999989078e-05},"id":"n5325"}],"data":{"$area":0.613371499912801},"id":"n5289"}],"data":{"$area":0.629451599912903},"id":"n5274"},{"name":"::Role","children":[{"name":"::TXN","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::TXN::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@7","$color":5,"excl_time":1.21000000003935e-05,"$area":1.21000000003935e-05},"id":"5335-KiokuDB::Backend::Role::TXN::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::TXN::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.86ms, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0028571,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@4","$color":5,"excl_time":2.45999999997624e-05,"$area":2.45999999997624e-05},"id":"5336-KiokuDB::Backend::Role::TXN::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::TXN::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 354&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003535,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@9","$color":5,"excl_time":1.02000000000646e-05,"$area":1.02000000000646e-05},"id":"5337-KiokuDB::Backend::Role::TXN::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::TXN::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@6","$color":5,"excl_time":1.3800000000021e-05,"$area":1.3800000000021e-05},"id":"5338-KiokuDB::Backend::Role::TXN::BEGIN@6"}],"data":{"$area":6.07000000002415e-05},"id":"n5334"},{"name":"::Query","children":[{"name":"::GIN","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Query::GIN::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.91ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0029085,"subname":"KiokuDB::Backend::Role::Query::GIN::BEGIN@4","$color":7,"excl_time":1.82999999996021e-05,"$area":1.82999999996021e-05},"id":"5341-KiokuDB::Backend::Role::Query::GIN::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Query::GIN::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003153,"subname":"KiokuDB::Backend::Role::Query::GIN::BEGIN@6","$color":7,"excl_time":1.01000000003276e-05,"$area":1.01000000003276e-05},"id":"5342-KiokuDB::Backend::Role::Query::GIN::BEGIN@6"}],"data":{"$area":2.83999999999296e-05},"id":"n5340"},{"name":"::Simple","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Query::Simple::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.24ms, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0042424,"subname":"KiokuDB::Backend::Role::Query::Simple::BEGIN@4","$color":9,"excl_time":3.72999999999277e-05,"$area":3.72999999999277e-05},"id":"5344-KiokuDB::Backend::Role::Query::Simple::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Query::Simple::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 434&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004339,"subname":"KiokuDB::Backend::Role::Query::Simple::BEGIN@6","$color":9,"excl_time":1.27000000001006e-05,"$area":1.27000000001006e-05},"id":"5345-KiokuDB::Backend::Role::Query::Simple::BEGIN@6"}],"data":{"$area":5.00000000000283e-05},"id":"n5343"}],"data":{"$area":7.83999999999579e-05},"id":"n5339"},{"name":"::UnicodeSafe","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::UnicodeSafe::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 314&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003145,"subname":"KiokuDB::Backend::Role::UnicodeSafe::BEGIN@6","$color":0,"excl_time":9.99999999962608e-06,"$area":9.99999999962608e-06},"id":"5347-KiokuDB::Backend::Role::UnicodeSafe::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::UnicodeSafe::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.87ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0028738,"subname":"KiokuDB::Backend::Role::UnicodeSafe::BEGIN@4","$color":0,"excl_time":1.9399999999632e-05,"$area":1.9399999999632e-05},"id":"5348-KiokuDB::Backend::Role::UnicodeSafe::BEGIN@4"}],"data":{"$area":2.9399999999258e-05},"id":"n5346"},{"name":"::GC","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::GC::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 341&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0003407,"subname":"KiokuDB::Backend::Role::GC::BEGIN@4","$color":2,"excl_time":2.59000000000515e-05,"$area":2.59000000000515e-05},"id":"5350-KiokuDB::Backend::Role::GC::BEGIN@4"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::GC::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.79ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027916,"subname":"KiokuDB::Backend::Role::GC::BEGIN@2","$color":2,"excl_time":1.66999999996423e-05,"$area":1.66999999996423e-05},"id":"5351-KiokuDB::Backend::Role::GC::BEGIN@2"}],"data":{"$area":4.25999999996939e-05},"id":"n5349"},{"name":"::Concurrency","children":[{"name":"::POSIX","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.06ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0040596,"subname":"KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@2","$color":4,"excl_time":1.75999999998989e-05,"$area":1.75999999998989e-05},"id":"5354-KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@2"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 322&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003216,"subname":"KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@4","$color":4,"excl_time":1.06000000000498e-05,"$area":1.06000000000498e-05},"id":"5355-KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@4"}],"data":{"$area":2.81999999999488e-05},"id":"n5353"}],"data":{"$area":2.81999999999488e-05},"id":"n5352"},{"name":"::Scan","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Scan::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 316&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003161,"subname":"KiokuDB::Backend::Role::Scan::BEGIN@11","$color":6,"excl_time":1.13999999999534e-05,"$area":1.13999999999534e-05},"id":"5357-KiokuDB::Backend::Role::Scan::BEGIN@11"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Scan::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.49ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.002495,"subname":"KiokuDB::Backend::Role::Scan::BEGIN@4","$color":6,"excl_time":2.09000000002983e-05,"$area":2.09000000002983e-05},"id":"5358-KiokuDB::Backend::Role::Scan::BEGIN@4"}],"data":{"$area":3.23000000002517e-05},"id":"n5356"},{"name":"::Clear","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Clear::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027505,"subname":"KiokuDB::Backend::Role::Clear::BEGIN@4","$color":8,"excl_time":1.67999999997168e-05,"$area":1.67999999997168e-05},"id":"5360-KiokuDB::Backend::Role::Clear::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Role::Clear::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 289&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002891,"subname":"KiokuDB::Backend::Role::Clear::BEGIN@6","$color":8,"excl_time":9.20000000022243e-06,"$area":9.20000000022243e-06},"id":"5361-KiokuDB::Backend::Role::Clear::BEGIN@6"}],"data":{"$area":2.59999999999392e-05},"id":"n5359"}],"data":{"$area":0.000297599999999291},"id":"n5333"},{"name":"::DBI","children":[{"name":"::Schema","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::Schema::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.30ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0042968,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@10","$color":10,"excl_time":1.13000000000578e-05,"$area":1.13000000000578e-05},"id":"5364-KiokuDB::Backend::DBI::Schema::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::Schema::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@4","$color":10,"excl_time":1.13e-05,"$area":1.13e-05},"id":"5365-KiokuDB::Backend::DBI::Schema::BEGIN@4"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::Schema::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 384&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003843,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@12","$color":10,"excl_time":1.04999999997982e-05,"$area":1.04999999997982e-05},"id":"5366-KiokuDB::Backend::DBI::Schema::BEGIN@12"}],"data":{"$area":3.3099999999856e-05},"id":"n5363"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29.8ms, 0.04%<br />Exclusive time: 700&micro;s, 0.00%</p>","incl_time":0.0298257,"subname":"KiokuDB::Backend::DBI::BEGIN@21","$color":1,"excl_time":0.000700400000001312,"$area":0.000700400000001312},"id":"5367-KiokuDB::Backend::DBI::BEGIN@21"},{"name":"insert","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::insert</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.01s, 2.84%<br />Exclusive time: 710&micro;s, 0.00%</p>","incl_time":2.0131629,"subname":"KiokuDB::Backend::DBI::insert","$color":1,"excl_time":0.000709799999998095,"$area":0.000709799999998095},"id":"5368-KiokuDB::Backend::DBI::insert"},{"name":"dsn","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::dsn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::Backend::DBI::dsn","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"5369-KiokuDB::Backend::DBI::dsn"},{"name":"SchemaProto","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::SchemaProto</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":7.95e-05,"subname":"KiokuDB::Backend::DBI::SchemaProto","$color":1,"excl_time":1.91000000002616e-05,"$area":1.91000000002616e-05},"id":"5370-KiokuDB::Backend::DBI::SchemaProto"},{"name":"_build_connect_info","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build_connect_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":9.35e-05,"subname":"KiokuDB::Backend::DBI::_build_connect_info","$color":1,"excl_time":2.6299999999844e-05,"$area":2.6299999999844e-05},"id":"5371-KiokuDB::Backend::DBI::_build_connect_info"},{"name":"dbh_do","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::dbh_do</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 577ms, 0.81%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.5771185,"subname":"KiokuDB::Backend::DBI::dbh_do","$color":1,"excl_time":6.14999999965296e-05,"$area":6.14999999965296e-05},"id":"5372-KiokuDB::Backend::DBI::dbh_do"},{"name":"_build_dbic_attrs","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build_dbic_attrs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"KiokuDB::Backend::DBI::_build_dbic_attrs","$color":1,"excl_time":6.20000000025018e-06,"$area":6.20000000025018e-06},"id":"5373-KiokuDB::Backend::DBI::_build_dbic_attrs"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"KiokuDB::Backend::DBI::meta","$color":1,"excl_time":7.80000000014415e-06,"$area":7.80000000014415e-06},"id":"5374-KiokuDB::Backend::DBI::meta"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58.3ms, 0.08%<br />Exclusive time: 271&micro;s, 0.00%</p>","incl_time":0.0583485,"subname":"KiokuDB::Backend::DBI::BEGIN@26","$color":1,"excl_time":0.000270600000000211,"$area":0.000270600000000211},"id":"5375-KiokuDB::Backend::DBI::BEGIN@26"},{"name":"has_sqlite_fsync_mode","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::has_sqlite_fsync_mode</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::Backend::DBI::has_sqlite_fsync_mode","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5376-KiokuDB::Backend::DBI::has_sqlite_fsync_mode"},{"name":"extract","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::extract</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"KiokuDB::Backend::DBI::extract","$color":1,"excl_time":3.96e-05,"$area":3.96e-05},"id":"5377-KiokuDB::Backend::DBI::extract"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.84ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0018449,"subname":"KiokuDB::Backend::DBI::BEGIN@12","$color":1,"excl_time":1.09999999997233e-05,"$area":1.09999999997233e-05},"id":"5378-KiokuDB::Backend::DBI::BEGIN@12"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 861&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0008613,"subname":"KiokuDB::Backend::DBI::BEGIN@33","$color":1,"excl_time":1.01999999997844e-05,"$area":1.01999999997844e-05},"id":"5379-KiokuDB::Backend::DBI::BEGIN@33"},{"name":"create","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::create</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"KiokuDB::Backend::DBI::create","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"5380-KiokuDB::Backend::DBI::create"},{"name":"mysql_strict","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::mysql_strict</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::Backend::DBI::mysql_strict","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"5381-KiokuDB::Backend::DBI::mysql_strict"},{"name":"ValidColumnName","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::ValidColumnName</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"KiokuDB::Backend::DBI::ValidColumnName","$color":1,"excl_time":3.49999999993515e-05,"$area":3.49999999993515e-05},"id":"5382-KiokuDB::Backend::DBI::ValidColumnName"},{"name":"serializer","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::serializer</b></p><p><br />Called 2328 times from 2 places in 2 files<br />Inclusive time: 4.11ms, 0.01%</p>","incl_time":0.00410900000000001,"subname":"KiokuDB::Backend::DBI::serializer","$color":1,"excl_time":0.00410900000000001,"$area":0.00410900000000001},"id":"5383-KiokuDB::Backend::DBI::serializer"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:54]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:54]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:54]","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5384-KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:54]"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@24","$color":1,"excl_time":1.08999999996946e-05,"$area":1.08999999996946e-05},"id":"5385-KiokuDB::Backend::DBI::BEGIN@24"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.47ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0044698,"subname":"KiokuDB::Backend::DBI::BEGIN@10","$color":1,"excl_time":1.15000000004183e-05,"$area":1.15000000004183e-05},"id":"5386-KiokuDB::Backend::DBI::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::CORE:match</b></p><p><br />Called 4652 times from 1 place in 1 file<br />Inclusive time: 1.77ms, 0.00%</p>","incl_time":0.00177309999999998,"subname":"KiokuDB::Backend::DBI::CORE:match","$color":1,"excl_time":0.00177309999999998,"$area":0.00177309999999998},"id":"5387-KiokuDB::Backend::DBI::CORE:match"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@27","$color":1,"excl_time":1.02999999995798e-05,"$area":1.02999999995798e-05},"id":"5388-KiokuDB::Backend::DBI::BEGIN@27"},{"name":"entries_to_rows","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::entries_to_rows</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.07s, 1.50%<br />Exclusive time: 30.9ms, 0.04%</p>","incl_time":1.0673188,"subname":"KiokuDB::Backend::DBI::entries_to_rows","$color":1,"excl_time":0.0308827999953369,"$area":0.0308827999953369},"id":"5389-KiokuDB::Backend::DBI::entries_to_rows"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:492]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:492]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 577ms, 0.81%<br />Exclusive time: 566&micro;s, 0.00%</p>","incl_time":0.5769295,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:492]","$color":1,"excl_time":0.000566099999973313,"$area":0.000566099999973313},"id":"5390-KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:492]"},{"name":"kiokudb_entries_source_name","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::kiokudb_entries_source_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.51e-05,"subname":"KiokuDB::Backend::DBI::kiokudb_entries_source_name","$color":1,"excl_time":2.23999999976264e-05,"$area":2.23999999976264e-05},"id":"5391-KiokuDB::Backend::DBI::kiokudb_entries_source_name"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 156&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001562,"subname":"KiokuDB::Backend::DBI::BEGIN@23","$color":1,"excl_time":1.22999999996923e-05,"$area":1.22999999996923e-05},"id":"5392-KiokuDB::Backend::DBI::BEGIN@23"},{"name":"_build_on_connect_call","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build_on_connect_call</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"KiokuDB::Backend::DBI::_build_on_connect_call","$color":1,"excl_time":1.72000000002831e-05,"$area":1.72000000002831e-05},"id":"5393-KiokuDB::Backend::DBI::_build_on_connect_call"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.97ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.003966,"subname":"KiokuDB::Backend::DBI::BEGIN@14","$color":1,"excl_time":1.3100000000185e-05,"$area":1.3100000000185e-05},"id":"5394-KiokuDB::Backend::DBI::BEGIN@14"},{"name":"_columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_columns</b></p><p><br />Called 2327 times from 2 places in 1 file<br />Inclusive time: 6.36ms, 0.01%<br />Exclusive time: 6.24ms, 0.01%</p>","incl_time":0.00636289999999997,"subname":"KiokuDB::Backend::DBI::_columns","$color":1,"excl_time":0.00623950000000031,"$area":0.00623950000000031},"id":"5395-KiokuDB::Backend::DBI::_columns"},{"name":"has_schema_hook","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::has_schema_hook</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"KiokuDB::Backend::DBI::has_schema_hook","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5396-KiokuDB::Backend::DBI::has_schema_hook"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 362&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003622,"subname":"KiokuDB::Backend::DBI::BEGIN@18","$color":1,"excl_time":1.20999999996471e-05,"$area":1.20999999996471e-05},"id":"5397-KiokuDB::Backend::DBI::BEGIN@18"},{"name":"prepare_insert","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::prepare_insert</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 514&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0005138,"subname":"KiokuDB::Backend::DBI::prepare_insert","$color":1,"excl_time":5.76000000049783e-05,"$area":5.76000000049783e-05},"id":"5398-KiokuDB::Backend::DBI::prepare_insert"},{"name":"columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"KiokuDB::Backend::DBI::columns","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5399-KiokuDB::Backend::DBI::columns"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"KiokuDB::Backend::DBI::CORE:sort","$color":1,"excl_time":1.3e-06,"$area":1.3e-06},"id":"5400-KiokuDB::Backend::DBI::CORE:sort"},{"name":"default_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::default_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 372&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0003724,"subname":"KiokuDB::Backend::DBI::default_typemap","$color":1,"excl_time":6.00000000014528e-05,"$area":6.00000000014528e-05},"id":"5401-KiokuDB::Backend::DBI::default_typemap"},{"name":"new_from_dsn","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::new_from_dsn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 352ms, 0.50%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.3515972,"subname":"KiokuDB::Backend::DBI::new_from_dsn","$color":1,"excl_time":1.08999999998693e-05,"$area":1.08999999998693e-05},"id":"5402-KiokuDB::Backend::DBI::new_from_dsn"},{"name":"schema","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::schema</b></p><p><br />Called 11 times from 8 places in 2 files<br />Inclusive time: 29.1ms, 0.04%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0290628,"subname":"KiokuDB::Backend::DBI::schema","$color":1,"excl_time":6.92000000002667e-05,"$area":6.92000000002667e-05},"id":"5403-KiokuDB::Backend::DBI::schema"},{"name":"entry_to_row","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::entry_to_row</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 1.02s, 1.44%<br />Exclusive time: 84.4ms, 0.12%</p>","incl_time":1.0245848,"subname":"KiokuDB::Backend::DBI::entry_to_row","$color":1,"excl_time":0.0843744999943116,"$area":0.0843744999943116},"id":"5404-KiokuDB::Backend::DBI::entry_to_row"},{"name":"_build_schema","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build_schema</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29.0ms, 0.04%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0289894,"subname":"KiokuDB::Backend::DBI::_build_schema","$color":1,"excl_time":7.27999999994844e-05,"$area":7.27999999994844e-05},"id":"5405-KiokuDB::Backend::DBI::_build_schema"},{"name":"register_handle","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::register_handle</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"KiokuDB::Backend::DBI::register_handle","$color":1,"excl_time":1.28000000001069e-05,"$area":1.28000000001069e-05},"id":"5406-KiokuDB::Backend::DBI::register_handle"},{"name":"dbi_attrs","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::dbi_attrs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::Backend::DBI::dbi_attrs","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"5407-KiokuDB::Backend::DBI::dbi_attrs"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:135]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:135]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:135]","$color":1,"excl_time":6.80000000070677e-06,"$area":6.80000000070677e-06},"id":"5408-KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:135]"},{"name":"_schema_proto","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_schema_proto</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"KiokuDB::Backend::DBI::_schema_proto","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5409-KiokuDB::Backend::DBI::_schema_proto"},{"name":"on_connect_call","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::on_connect_call</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"KiokuDB::Backend::DBI::on_connect_call","$color":1,"excl_time":1.20000000001512e-05,"$area":1.20000000001512e-05},"id":"5410-KiokuDB::Backend::DBI::on_connect_call"},{"name":"_build__columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build__columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001223,"subname":"KiokuDB::Backend::DBI::_build__columns","$color":1,"excl_time":3.37000000020042e-05,"$area":3.37000000020042e-05},"id":"5411-KiokuDB::Backend::DBI::_build__columns"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 352ms, 0.50%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.3515863,"subname":"KiokuDB::Backend::DBI::new","$color":1,"excl_time":8.57999999998027e-05,"$area":8.57999999998027e-05},"id":"5412-KiokuDB::Backend::DBI::new"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.0ms, 0.02%<br />Exclusive time: 668&micro;s, 0.00%</p>","incl_time":0.0150039,"subname":"KiokuDB::Backend::DBI::BEGIN@28","$color":1,"excl_time":0.000668400000000386,"$area":0.000668400000000386},"id":"5413-KiokuDB::Backend::DBI::BEGIN@28"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.67ms, 0.01%<br />Exclusive time: 589&micro;s, 0.00%</p>","incl_time":0.0096702,"subname":"KiokuDB::Backend::DBI::BEGIN@31","$color":1,"excl_time":0.000589000000001099,"$area":0.000589000000001099},"id":"5414-KiokuDB::Backend::DBI::BEGIN@31"},{"name":"dbic_attrs","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::dbic_attrs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"KiokuDB::Backend::DBI::dbic_attrs","$color":1,"excl_time":1.2899999999599e-05,"$area":1.2899999999599e-05},"id":"5415-KiokuDB::Backend::DBI::dbic_attrs"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.37ms, 0.01%<br />Exclusive time: 9.24ms, 0.01%</p>","incl_time":0.0093692,"subname":"KiokuDB::Backend::DBI::BEGIN@22","$color":1,"excl_time":0.00924259999999936,"$area":0.00924259999999936},"id":"5416-KiokuDB::Backend::DBI::BEGIN@22"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.18ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0031783,"subname":"KiokuDB::Backend::DBI::BEGIN@16","$color":1,"excl_time":1.19000000004307e-05,"$area":1.19000000004307e-05},"id":"5417-KiokuDB::Backend::DBI::BEGIN@16"},{"name":"prepare_update","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::prepare_update</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 226&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0002262,"subname":"KiokuDB::Backend::DBI::prepare_update","$color":1,"excl_time":5.0800000003727e-05,"$area":5.0800000003727e-05},"id":"5418-KiokuDB::Backend::DBI::prepare_update"},{"name":"storage","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::storage</b></p><p><br />Called 26 times from 2 places in 2 files<br />Inclusive time: 139&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.000139,"subname":"KiokuDB::Backend::DBI::storage","$color":1,"excl_time":0.000116499999999964,"$area":0.000116499999999964},"id":"5419-KiokuDB::Backend::DBI::storage"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:81]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:81]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:81]","$color":1,"excl_time":7.19999999996187e-06,"$area":7.19999999996187e-06},"id":"5420-KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:81]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@4","$color":1,"excl_time":1.01e-05,"$area":1.01e-05},"id":"5421-KiokuDB::Backend::DBI::BEGIN@4"},{"name":"password","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::password</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"KiokuDB::Backend::DBI::password","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"5422-KiokuDB::Backend::DBI::password"},{"name":"user","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::user</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"KiokuDB::Backend::DBI::user","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5423-KiokuDB::Backend::DBI::user"},{"name":"serialize","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::serialize</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 864ms, 1.22%<br />Exclusive time: 35.3ms, 0.05%</p>","incl_time":0.863993700000002,"subname":"KiokuDB::Backend::DBI::serialize","$color":1,"excl_time":0.0353201999899451,"$area":0.0353201999899451},"id":"5424-KiokuDB::Backend::DBI::serialize"},{"name":"connect_info","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::connect_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001106,"subname":"KiokuDB::Backend::DBI::connect_info","$color":1,"excl_time":1.59999999993891e-05,"$area":1.59999999993891e-05},"id":"5425-KiokuDB::Backend::DBI::connect_info"},{"name":"_build_storage","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build_storage</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"KiokuDB::Backend::DBI::_build_storage","$color":1,"excl_time":6.69999999953816e-06,"$area":6.69999999953816e-06},"id":"5426-KiokuDB::Backend::DBI::_build_storage"},{"name":"_build__ordered_columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_build__ordered_columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001522,"subname":"KiokuDB::Backend::DBI::_build__ordered_columns","$color":1,"excl_time":1.42000000002506e-05,"$area":1.42000000002506e-05},"id":"5427-KiokuDB::Backend::DBI::_build__ordered_columns"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@20","$color":1,"excl_time":1.18999999998786e-05,"$area":1.18999999998786e-05},"id":"5428-KiokuDB::Backend::DBI::BEGIN@20"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29.0ms, 0.04%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0290303,"subname":"KiokuDB::Backend::DBI::BUILD","$color":1,"excl_time":1.16000000000491e-05,"$area":1.16000000000491e-05},"id":"5429-KiokuDB::Backend::DBI::BUILD"},{"name":"_ordered_columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_ordered_columns</b></p><p><br />Called 8 times from 3 places in 1 file<br />Inclusive time: 207&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0002066,"subname":"KiokuDB::Backend::DBI::_ordered_columns","$color":1,"excl_time":5.26999999991827e-05,"$area":5.26999999991827e-05},"id":"5430-KiokuDB::Backend::DBI::_ordered_columns"},{"name":"insert_rows","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::insert_rows</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 578ms, 0.81%<br />Exclusive time: 146&micro;s, 0.00%</p>","incl_time":0.5779576,"subname":"KiokuDB::Backend::DBI::insert_rows","$color":1,"excl_time":0.00014550000000435,"$area":0.00014550000000435},"id":"5431-KiokuDB::Backend::DBI::insert_rows"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.7ms, 0.02%<br />Exclusive time: 435&micro;s, 0.00%</p>","incl_time":0.0117033,"subname":"KiokuDB::Backend::DBI::BEGIN@30","$color":1,"excl_time":0.000434900000000377,"$area":0.000434900000000377},"id":"5432-KiokuDB::Backend::DBI::BEGIN@30"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:58]","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:58]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:58]","$color":1,"excl_time":2.45999999995469e-05,"$area":2.45999999995469e-05},"id":"5433-KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:58]"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.98ms, 0.01%<br />Exclusive time: 639&micro;s, 0.00%</p>","incl_time":0.0099786,"subname":"KiokuDB::Backend::DBI::BEGIN@29","$color":1,"excl_time":0.000639200000000003,"$area":0.000639200000000003},"id":"5434-KiokuDB::Backend::DBI::BEGIN@29"}],"data":{"$area":0.177827699979576},"id":"n5362"}],"data":{"$area":0.808077599892481},"id":"n5260"}],"data":{"$area":3.83017389967813},"id":"n4592"},{"name":"Hash","children":[{"name":"::Util","children":[{"name":"::FieldHash","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"Hash::Util::FieldHash::BEGIN@6","$color":3,"excl_time":8.60000000001575e-06,"$area":8.60000000001575e-06},"id":"5438-Hash::Util::FieldHash::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Hash::Util::FieldHash::BEGIN@5","$color":3,"excl_time":7.09999999997875e-06,"$area":7.09999999997875e-06},"id":"5439-Hash::Util::FieldHash::BEGIN@5"},{"name":"_fieldhash","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::_fieldhash</b></p><p><br />Called 16 times from 4 places in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"Hash::Util::FieldHash::_fieldhash","$color":3,"excl_time":4.34e-05,"$area":4.34e-05},"id":"5440-Hash::Util::FieldHash::_fieldhash"},{"name":"_ob_reg","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::_ob_reg</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Hash::Util::FieldHash::_ob_reg","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"5441-Hash::Util::FieldHash::_ob_reg"},{"name":"idhash","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::idhash</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 122&micro;s, 0.00%<br />Exclusive time: 89&micro;s, 0.00%</p>","incl_time":0.0001219,"subname":"Hash::Util::FieldHash::idhash","$color":3,"excl_time":8.94999999979581e-05,"$area":8.94999999979581e-05},"id":"5442-Hash::Util::FieldHash::idhash"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"Hash::Util::FieldHash::BEGIN@3","$color":3,"excl_time":2.6e-05,"$area":2.6e-05},"id":"5443-Hash::Util::FieldHash::BEGIN@3"},{"name":"fieldhash","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::fieldhash</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"Hash::Util::FieldHash::fieldhash","$color":3,"excl_time":4.1200000001134e-05,"$area":4.1200000001134e-05},"id":"5444-Hash::Util::FieldHash::fieldhash"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Hash::Util::FieldHash::BEGIN@4","$color":3,"excl_time":8.09999999997787e-06,"$area":8.09999999997787e-06},"id":"5445-Hash::Util::FieldHash::BEGIN@4"},{"name":"::Compat","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::Compat::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Hash::Util::FieldHash::Compat::BEGIN@6","$color":5,"excl_time":7.40000000021317e-06,"$area":7.40000000021317e-06},"id":"5447-Hash::Util::FieldHash::Compat::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::Compat::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Hash::Util::FieldHash::Compat::BEGIN@5","$color":5,"excl_time":1.6099999999908e-05,"$area":1.6099999999908e-05},"id":"5448-Hash::Util::FieldHash::Compat::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::Compat::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 995&micro;s, 0.00%<br />Exclusive time: 534&micro;s, 0.00%</p>","incl_time":0.0009947,"subname":"Hash::Util::FieldHash::Compat::BEGIN@8","$color":5,"excl_time":0.000534400000000142,"$area":0.000534400000000142},"id":"5449-Hash::Util::FieldHash::Compat::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::Compat::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 184&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001842,"subname":"Hash::Util::FieldHash::Compat::BEGIN@10","$color":5,"excl_time":1.35000000000319e-05,"$area":1.35000000000319e-05},"id":"5450-Hash::Util::FieldHash::Compat::BEGIN@10"},{"name":"import","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::Compat::import</b></p><p><br />Called 5 times from 5 places in 5 files<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":7.58e-05,"subname":"Hash::Util::FieldHash::Compat::import","$color":5,"excl_time":6.43999999995612e-05,"$area":6.43999999995612e-05},"id":"5451-Hash::Util::FieldHash::Compat::import"}],"data":{"$area":0.000635799999999856},"id":"n5446"}],"data":{"$area":0.000862099999998921},"id":"n5437"}],"data":{"$area":0.000862099999998921},"id":"n5436"}],"data":{"$area":0.000862099999998921},"id":"n5435"},{"name":"vars","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>vars::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"vars::BEGIN@8","$color":7,"excl_time":6e-06,"$area":6e-06},"id":"5453-vars::BEGIN@8"},{"name":"import","children":[],"data":{"tip":"<p><b>vars::import</b></p><p><br />Called 222 times from 222 places in 192 files<br />Inclusive time: 9.40ms, 0.01%<br />Exclusive time: 7.49ms, 0.01%</p>","incl_time":0.0093989,"subname":"vars::import","$color":7,"excl_time":0.00749180000001406,"$area":0.00749180000001406},"id":"5454-vars::import"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>vars::CORE:match</b></p><p><br />Called 1608 times from 3 places in 1 file<br />Inclusive time: 1.91ms, 0.00%</p>","incl_time":0.0019071,"subname":"vars::CORE:match","$color":7,"excl_time":0.0019071,"$area":0.0019071},"id":"5455-vars::CORE:match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>vars::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 297&micro;s, 0.00%<br />Exclusive time: 213&micro;s, 0.00%</p>","incl_time":0.000297,"subname":"vars::BEGIN@7","$color":7,"excl_time":0.0002131,"$area":0.0002131},"id":"5456-vars::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>vars::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"vars::BEGIN@3","$color":7,"excl_time":3.31e-05,"$area":3.31e-05},"id":"5457-vars::BEGIN@3"}],"data":{"$area":0.00965110000001406},"id":"n5452"},{"name":"CatalystX","children":[{"name":"::Test","children":[{"name":"::MockContext","children":[{"name":"mock_context","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::mock_context</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.38e-05,"subname":"CatalystX::Test::MockContext::mock_context","$color":9,"excl_time":1.24999999996451e-05,"$area":1.24999999996451e-05},"id":"5461-CatalystX::Test::MockContext::mock_context"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:30]","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:30]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.97ms, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0089654,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:30]","$color":9,"excl_time":6.40000000006087e-06,"$area":6.40000000006087e-06},"id":"5462-CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:30]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:32]","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:32]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.3ms, 0.02%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0113147,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:32]","$color":9,"excl_time":1.43999999997375e-05,"$area":1.43999999997375e-05},"id":"5463-CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:32]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:26]","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:26]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.69ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0046919,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:26]","$color":9,"excl_time":2.01999999997213e-05,"$area":2.01999999997213e-05},"id":"5464-CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:26]"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"CatalystX::Test::MockContext::BEGIN@5","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"5465-CatalystX::Test::MockContext::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 397&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003971,"subname":"CatalystX::Test::MockContext::BEGIN@10","$color":9,"excl_time":1.27999999996629e-05,"$area":1.27999999996629e-05},"id":"5466-CatalystX::Test::MockContext::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>CatalystX::Test::MockContext::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.39e-05,"subname":"CatalystX::Test::MockContext::BEGIN@4","$color":9,"excl_time":1.17000000002953e-05,"$area":1.17000000002953e-05},"id":"5467-CatalystX::Test::MockContext::BEGIN@4"}],"data":{"$area":8.19999999991229e-05},"id":"n5460"}],"data":{"$area":8.19999999991229e-05},"id":"n5459"}],"data":{"$area":8.19999999991229e-05},"id":"n5458"},{"name":"strict","children":[{"name":"bits","children":[],"data":{"tip":"<p><b>strict::bits</b></p><p><br />Called 144 times from 3 places in 1 file<br />Inclusive time: 1.04ms, 0.00%</p>","incl_time":0.001036,"subname":"strict::bits","$color":0,"excl_time":0.001036,"$area":0.001036},"id":"5469-strict::bits"},{"name":"unimport","children":[],"data":{"tip":"<p><b>strict::unimport</b></p><p><br />Called 146 times from 146 places in 78 files<br />Inclusive time: 2.07ms, 0.00%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0020741,"subname":"strict::unimport","$color":0,"excl_time":0.00106679999999941,"$area":0.00106679999999941},"id":"5470-strict::unimport"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>strict::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"strict::CORE:match","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"5471-strict::CORE:match"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>strict::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"strict::CORE:regcomp","$color":0,"excl_time":1.69e-05,"$area":1.69e-05},"id":"5472-strict::CORE:regcomp"},{"name":"import","children":[],"data":{"tip":"<p><b>strict::import</b></p><p><br />Called 769 times from 487 places in 474 files<br />Inclusive time: 2.76ms, 0.00%<br />Exclusive time: 2.74ms, 0.00%</p>","incl_time":0.0027564,"subname":"strict::import","$color":0,"excl_time":0.00273699999999963,"$area":0.00273699999999963},"id":"5473-strict::import"}],"data":{"$area":0.00486119999999905},"id":"n5468"},{"name":"Throwable","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Throwable::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0027148,"subname":"Throwable::BEGIN@5","$color":2,"excl_time":1.55000000000398e-05,"$area":1.55000000000398e-05},"id":"5475-Throwable::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Throwable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Throwable::BEGIN@2","$color":2,"excl_time":9.2e-06,"$area":9.2e-06},"id":"5476-Throwable::BEGIN@2"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Throwable::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 97&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.73e-05,"subname":"Throwable::BEGIN@31","$color":2,"excl_time":8.40000000005265e-06,"$area":8.40000000005265e-06},"id":"5477-Throwable::BEGIN@31"},{"name":"::X","children":[{"name":"__payload","children":[],"data":{"tip":"<p><b>Throwable::X::__payload</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Throwable::X::__payload","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"5479-Throwable::X::__payload"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 324&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003242,"subname":"Throwable::X::BEGIN@11","$color":4,"excl_time":1.13000000000506e-05,"$area":1.13000000000506e-05},"id":"5480-Throwable::X::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0030466,"subname":"Throwable::X::BEGIN@5","$color":4,"excl_time":1.07000000000197e-05,"$area":1.07000000000197e-05},"id":"5481-Throwable::X::BEGIN@5"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 327&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003269,"subname":"Throwable::X::BEGIN@14","$color":4,"excl_time":1.17000000000401e-05,"$area":1.17000000000401e-05},"id":"5482-Throwable::X::BEGIN@14"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"Throwable::X::BEGIN@1","$color":4,"excl_time":2.96999999999327e-05,"$area":2.96999999999327e-05},"id":"5483-Throwable::X::BEGIN@1"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.70ms, 0.01%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0036986,"subname":"Throwable::X::BEGIN@9","$color":4,"excl_time":0.00114909999999957,"$area":0.00114909999999957},"id":"5484-Throwable::X::BEGIN@9"},{"name":"BEGIN@2.9","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@2.9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Throwable::X::BEGIN@2.9","$color":4,"excl_time":1.11000000000291e-05,"$area":1.11000000000291e-05},"id":"5485-Throwable::X::BEGIN@2.9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Throwable::X::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Throwable::X::BEGIN@2","$color":4,"excl_time":9.3e-06,"$area":9.3e-06},"id":"5486-Throwable::X::BEGIN@2"},{"name":"::Types","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Throwable::X::Types::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.74ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0017412,"subname":"Throwable::X::Types::BEGIN@10","$color":6,"excl_time":1.03999999999675e-05,"$area":1.03999999999675e-05},"id":"5488-Throwable::X::Types::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Throwable::X::Types::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Throwable::X::Types::BEGIN@4","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"5489-Throwable::X::Types::BEGIN@4"}],"data":{"$area":1.50999999999675e-05},"id":"n5487"}],"data":{"$area":0.00125069999999961},"id":"n5478"}],"data":{"$area":0.00128379999999971},"id":"n5474"},{"name":"Class","children":[{"name":"::Struct","children":[{"name":"::Tie_ISA","children":[{"name":"TIEARRAY","children":[],"data":{"tip":"<p><b>Class::Struct::Tie_ISA::TIEARRAY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Class::Struct::Tie_ISA::TIEARRAY","$color":8,"excl_time":7.7e-06,"$area":7.7e-06},"id":"5493-Class::Struct::Tie_ISA::TIEARRAY"}],"data":{"$area":7.7e-06},"id":"n5492"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"Class::Struct::BEGIN@11","$color":10,"excl_time":8.89999999999885e-06,"$area":8.89999999999885e-06},"id":"5494-Class::Struct::BEGIN@11"},{"name":"BEGIN@188","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@188</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Class::Struct::BEGIN@188","$color":10,"excl_time":6.89999999999872e-06,"$area":6.89999999999872e-06},"id":"5495-Class::Struct::BEGIN@188"},{"name":"BEGIN@108","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@108</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Class::Struct::BEGIN@108","$color":10,"excl_time":8.0000000000004e-06,"$area":8.0000000000004e-06},"id":"5496-Class::Struct::BEGIN@108"},{"name":"BEGIN@99","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@99</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Class::Struct::BEGIN@99","$color":10,"excl_time":7.699999999999e-06,"$area":7.699999999999e-06},"id":"5497-Class::Struct::BEGIN@99"},{"name":"struct","children":[],"data":{"tip":"<p><b>Class::Struct::struct</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 850&micro;s, 0.00%<br />Exclusive time: 797&micro;s, 0.00%</p>","incl_time":0.0008502,"subname":"Class::Struct::struct","$color":10,"excl_time":0.000796900000000008,"$area":0.000796900000000008},"id":"5498-Class::Struct::struct"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Class::Struct::BEGIN@7","$color":10,"excl_time":7.70000000000166e-06,"$area":7.70000000000166e-06},"id":"5499-Class::Struct::BEGIN@7"},{"name":"import","children":[],"data":{"tip":"<p><b>Class::Struct::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0015032,"subname":"Class::Struct::import","$color":10,"excl_time":1.58999999999997e-05,"$area":1.58999999999997e-05},"id":"5500-Class::Struct::import"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":9.1e-05,"subname":"Class::Struct::BEGIN@8","$color":10,"excl_time":6.49999999999875e-06,"$area":6.49999999999875e-06},"id":"5501-Class::Struct::BEGIN@8"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::Struct::CORE:match</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Class::Struct::CORE:match","$color":10,"excl_time":1.7e-06,"$area":1.7e-06},"id":"5502-Class::Struct::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::Struct::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"Class::Struct::BEGIN@5","$color":10,"excl_time":4.24e-05,"$area":4.24e-05},"id":"5503-Class::Struct::BEGIN@5"}],"data":{"$area":0.000910300000000005},"id":"n5491"},{"name":"::C3","children":[{"name":"::Adopt","children":[{"name":"::NEXT","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Class::C3::Adopt::NEXT::BEGIN@5","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"5507-Class::C3::Adopt::NEXT::BEGIN@5"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.99ms, 0.00%<br />Exclusive time: 2.55ms, 0.00%</p>","incl_time":0.0029943,"subname":"Class::C3::Adopt::NEXT::BEGIN@13","$color":1,"excl_time":0.00255429999999978,"$area":0.00255429999999978},"id":"5508-Class::C3::Adopt::NEXT::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Class::C3::Adopt::NEXT::BEGIN@14","$color":1,"excl_time":6.5e-06,"$area":6.5e-06},"id":"5509-Class::C3::Adopt::NEXT::BEGIN@14"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"Class::C3::Adopt::NEXT::BEGIN@15","$color":1,"excl_time":9.29999999994762e-06,"$area":9.29999999994762e-06},"id":"5510-Class::C3::Adopt::NEXT::BEGIN@15"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Class::C3::Adopt::NEXT::BEGIN@8","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"5511-Class::C3::Adopt::NEXT::BEGIN@8"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"Class::C3::Adopt::NEXT::BEGIN@27","$color":1,"excl_time":1.0800000000053e-05,"$area":1.0800000000053e-05},"id":"5512-Class::C3::Adopt::NEXT::BEGIN@27"},{"name":"import","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Class::C3::Adopt::NEXT::import","$color":1,"excl_time":1.04e-05,"$area":1.04e-05},"id":"5513-Class::C3::Adopt::NEXT::import"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::C3::Adopt::NEXT::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001039,"subname":"Class::C3::Adopt::NEXT::BEGIN@16","$color":1,"excl_time":9.80000000001414e-06,"$area":9.80000000001414e-06},"id":"5514-Class::C3::Adopt::NEXT::BEGIN@16"}],"data":{"$area":0.0026097999999998},"id":"n5506"}],"data":{"$area":0.0026097999999998},"id":"n5505"},{"name":"::Componentised","children":[{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"Class::C3::Componentised::CORE:qr","$color":3,"excl_time":2.1e-06,"$area":2.1e-06},"id":"5516-Class::C3::Componentised::CORE:qr"},{"name":"inject_base","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::inject_base</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":0.0001359,"subname":"Class::C3::Componentised::inject_base","$color":3,"excl_time":7.03999999983941e-05,"$area":7.03999999983941e-05},"id":"5517-Class::C3::Componentised::inject_base"},{"name":"load_optional_class","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::load_optional_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.26ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0022644,"subname":"Class::C3::Componentised::load_optional_class","$color":3,"excl_time":1.56000000032797e-05,"$area":1.56000000032797e-05},"id":"5518-Class::C3::Componentised::load_optional_class"},{"name":"_load_components","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::_load_components</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 30.6ms, 0.04%<br />Exclusive time: 45&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 11.0ms</p>","incl_time":0.0305626,"subname":"Class::C3::Componentised::_load_components","$color":3,"excl_time":4.49000000000283e-05,"$area":4.49000000000283e-05},"id":"5519-Class::C3::Componentised::_load_components"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Class::C3::Componentised::BEGIN@51","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"5520-Class::C3::Componentised::BEGIN@51"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/C3/Componentised.pm:199]","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::__ANON__[/Users/edenc/perl5/lib/perl5/Class/C3/Componentised.pm:199]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"Class::C3::Componentised::__ANON__[/Users/edenc/perl5/lib/perl5/Class/C3/Componentised.pm:199]","$color":3,"excl_time":4.79e-05,"$area":4.79e-05},"id":"5521-Class::C3::Componentised::__ANON__[/Users/edenc/perl5/lib/perl5/Class/C3/Componentised.pm:199]"},{"name":"BEGIN@198","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@198</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.06e-05,"subname":"Class::C3::Componentised::BEGIN@198","$color":3,"excl_time":1.99000000001919e-05,"$area":1.99000000001919e-05},"id":"5522-Class::C3::Componentised::BEGIN@198"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Class::C3::Componentised::BEGIN@50","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"5523-Class::C3::Componentised::BEGIN@50"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::C3::Componentised::BEGIN@40","$color":3,"excl_time":1.42999999998142e-05,"$area":1.42999999998142e-05},"id":"5524-Class::C3::Componentised::BEGIN@40"},{"name":"load_components","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::load_components</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 30.6ms, 0.04%<br />Exclusive time: 52&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 11.1ms</p>","incl_time":0.0305899,"subname":"Class::C3::Componentised::load_components","$color":3,"excl_time":5.22000000013571e-05,"$area":5.22000000013571e-05},"id":"5525-Class::C3::Componentised::load_components"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Class::C3::Componentised::BEGIN@41","$color":3,"excl_time":7.39999999981509e-06,"$area":7.39999999981509e-06},"id":"5526-Class::C3::Componentised::BEGIN@41"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::CORE:match</b></p><p><br />Called 5 times from 3 places in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Class::C3::Componentised::CORE:match","$color":3,"excl_time":5.7e-06,"$area":5.7e-06},"id":"5527-Class::C3::Componentised::CORE:match"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Class::C3::Componentised::BEGIN@48","$color":3,"excl_time":8.40000000023442e-06,"$area":8.40000000023442e-06},"id":"5528-Class::C3::Componentised::BEGIN@48"},{"name":"ensure_class_loaded","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::ensure_class_loaded</b></p><p><br />Called 5 times from 4 places in 3 files<br />Inclusive time: 58.1ms, 0.08%<br />Exclusive time: 19.2ms, 0.03%<br />Recursion: max depth 1, recursive inclusive time 10.9ms</p>","incl_time":0.0580956,"subname":"Class::C3::Componentised::ensure_class_loaded","$color":3,"excl_time":0.0192015000000061,"$area":0.0192015000000061},"id":"5529-Class::C3::Componentised::ensure_class_loaded"},{"name":"BEGIN@133","children":[],"data":{"tip":"<p><b>Class::C3::Componentised::BEGIN@133</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Class::C3::Componentised::BEGIN@133","$color":3,"excl_time":7.80000000005301e-06,"$area":7.80000000005301e-06},"id":"5530-Class::C3::Componentised::BEGIN@133"}],"data":{"$area":0.0195054000000093},"id":"n5515"}],"data":{"$area":0.0221152000000091},"id":"n5504"},{"name":"::XSAccessor","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Class::XSAccessor::BEGIN@4","$color":5,"excl_time":6.89999999995574e-06,"$area":6.89999999995574e-06},"id":"5532-Class::XSAccessor::BEGIN@4"},{"name":"_generate_method","children":[],"data":{"tip":"<p><b>Class::XSAccessor::_generate_method</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 376&micro;s, 0.00%<br />Exclusive time: 212&micro;s, 0.00%</p>","incl_time":0.0003761,"subname":"Class::XSAccessor::_generate_method","$color":5,"excl_time":0.000211599999991661,"$area":0.000211599999991661},"id":"5533-Class::XSAccessor::_generate_method"},{"name":"import","children":[],"data":{"tip":"<p><b>Class::XSAccessor::import</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 1.64ms, 0.00%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0016386,"subname":"Class::XSAccessor::import","$color":5,"excl_time":0.00106319999989453,"$area":0.00106319999989453},"id":"5534-Class::XSAccessor::import"},{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@80</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Class::XSAccessor::BEGIN@80","$color":5,"excl_time":8.70000000014503e-06,"$area":8.70000000014503e-06},"id":"5535-Class::XSAccessor::BEGIN@80"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Class::XSAccessor::BEGIN@5","$color":5,"excl_time":8.40000000038996e-06,"$area":8.40000000038996e-06},"id":"5536-Class::XSAccessor::BEGIN@5"},{"name":"END","children":[],"data":{"tip":"<p><b>Class::XSAccessor::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"Class::XSAccessor::END","$color":5,"excl_time":1.8e-06,"$area":1.8e-06},"id":"5537-Class::XSAccessor::END"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.51e-05,"subname":"Class::XSAccessor::BEGIN@2","$color":5,"excl_time":5.51e-05,"$area":5.51e-05},"id":"5538-Class::XSAccessor::BEGIN@2"},{"name":"_make_hash","children":[],"data":{"tip":"<p><b>Class::XSAccessor::_make_hash</b></p><p><br />Called 132 times from 6 places in 1 file<br />Inclusive time: 199&micro;s, 0.00%</p>","incl_time":0.0001993,"subname":"Class::XSAccessor::_make_hash","$color":5,"excl_time":0.0001993,"$area":0.0001993},"id":"5539-Class::XSAccessor::_make_hash"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 600&micro;s, 0.00%<br />Exclusive time: 441&micro;s, 0.00%</p>","incl_time":0.0005998,"subname":"Class::XSAccessor::BEGIN@6","$color":5,"excl_time":0.000441000000001429,"$area":0.000441000000001429},"id":"5540-Class::XSAccessor::BEGIN@6"},{"name":"newxs_accessor","children":[],"data":{"tip":"<p><b>Class::XSAccessor::newxs_accessor</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 144&micro;s, 0.00%</p>","incl_time":0.0001444,"subname":"Class::XSAccessor::newxs_accessor","$color":5,"excl_time":0.0001444,"$area":0.0001444},"id":"5541-Class::XSAccessor::newxs_accessor"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Class::XSAccessor::BEGIN@3","$color":5,"excl_time":8.39999999958067e-06,"$area":8.39999999958067e-06},"id":"5542-Class::XSAccessor::BEGIN@3"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::XSAccessor::CORE:match</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Class::XSAccessor::CORE:match","$color":5,"excl_time":2.01e-05,"$area":2.01e-05},"id":"5543-Class::XSAccessor::CORE:match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::XSAccessor::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Class::XSAccessor::BEGIN@7","$color":5,"excl_time":8.99999999990711e-06,"$area":8.99999999990711e-06},"id":"5544-Class::XSAccessor::BEGIN@7"},{"name":"::Heavy","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@6","$color":7,"excl_time":7.60000000037682e-06,"$area":7.60000000037682e-06},"id":"5546-Class::XSAccessor::Heavy::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@7","$color":7,"excl_time":9.39999999992374e-06,"$area":9.39999999992374e-06},"id":"5547-Class::XSAccessor::Heavy::BEGIN@7"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@30","$color":7,"excl_time":9.20000000037945e-06,"$area":9.20000000037945e-06},"id":"5548-Class::XSAccessor::Heavy::BEGIN@30"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@4","$color":7,"excl_time":3.14e-05,"$area":3.14e-05},"id":"5549-Class::XSAccessor::Heavy::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@5","$color":7,"excl_time":1.26000000000955e-05,"$area":1.26000000000955e-05},"id":"5550-Class::XSAccessor::Heavy::BEGIN@5"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Class::XSAccessor::Heavy::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@27","$color":7,"excl_time":1.30000000002397e-05,"$area":1.30000000002397e-05},"id":"5551-Class::XSAccessor::Heavy::BEGIN@27"}],"data":{"$area":8.32000000010152e-05},"id":"n5545"}],"data":{"$area":0.00226109999988861},"id":"n5531"},{"name":"::Data","children":[{"name":"::Inheritable","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"Class::Data::Inheritable::BEGIN@4","$color":9,"excl_time":8.00000000029269e-06,"$area":8.00000000029269e-06},"id":"5554-Class::Data::Inheritable::BEGIN@4"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/Data/Inheritable.pm:23]","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Data/Inheritable.pm:23]</b></p><p><br />Called 7 times from 3 places in 2 files<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Class::Data::Inheritable::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Data/Inheritable.pm:23]","$color":9,"excl_time":3.93000000002406e-05,"$area":3.93000000002406e-05},"id":"5555-Class::Data::Inheritable::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Data/Inheritable.pm:23]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Class::Data::Inheritable::BEGIN@3","$color":9,"excl_time":1.25999999997266e-05,"$area":1.25999999997266e-05},"id":"5556-Class::Data::Inheritable::BEGIN@3"},{"name":"mk_classdata","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::mk_classdata</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"Class::Data::Inheritable::mk_classdata","$color":9,"excl_time":2.45e-05,"$area":2.45e-05},"id":"5557-Class::Data::Inheritable::mk_classdata"}],"data":{"$area":8.44000000002598e-05},"id":"n5553"}],"data":{"$area":8.44000000002598e-05},"id":"n5552"},{"name":"::Load","children":[{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Class::Load::CORE:regcomp</b></p><p><br />Called 8 times from 3 places in 1 file<br />Inclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001141,"subname":"Class::Load::CORE:regcomp","$color":0,"excl_time":0.0001141,"$area":0.0001141},"id":"5559-Class::Load::CORE:regcomp"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.17ms, 0.00%<br />Exclusive time: 906&micro;s, 0.00%</p>","incl_time":0.0031705,"subname":"Class::Load::BEGIN@9","$color":0,"excl_time":0.000905800000000005,"$area":0.000905800000000005},"id":"5560-Class::Load::BEGIN@9"},{"name":"_error","children":[],"data":{"tip":"<p><b>Class::Load::_error</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Class::Load::_error","$color":0,"excl_time":3.32e-05,"$area":3.32e-05},"id":"5561-Class::Load::_error"},{"name":"try_load_class","children":[],"data":{"tip":"<p><b>Class::Load::try_load_class</b></p><p><br />Called 2409 times from 3 places in 1 file<br />Inclusive time: 3.09s, 4.36%<br />Exclusive time: 20.2ms, 0.03%<br />Recursion: max depth 6, recursive inclusive time 1.38s</p>","incl_time":3.0924186,"subname":"Class::Load::try_load_class","$color":0,"excl_time":0.0201919000000716,"$area":0.0201919000000716},"id":"5562-Class::Load::try_load_class"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Class::Load::BEGIN@5","$color":0,"excl_time":1.26000000000028e-05,"$area":1.26000000000028e-05},"id":"5563-Class::Load::BEGIN@5"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Class::Load::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Class::Load::CORE:qr","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"5564-Class::Load::CORE:qr"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Class::Load::BEGIN@6","$color":0,"excl_time":6.29999999999787e-06,"$area":6.29999999999787e-06},"id":"5565-Class::Load::BEGIN@6"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Class::Load::BEGIN@1","$color":0,"excl_time":1.29999999999999e-05,"$area":1.29999999999999e-05},"id":"5566-Class::Load::BEGIN@1"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::Load::CORE:match</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Class::Load::CORE:match","$color":0,"excl_time":6.9e-06,"$area":6.9e-06},"id":"5567-Class::Load::CORE:match"},{"name":"load_class","children":[],"data":{"tip":"<p><b>Class::Load::load_class</b></p><p><br />Called 2401 times from 14 places in 12 files<br />Inclusive time: 3.10s, 4.37%<br />Exclusive time: 12.4ms, 0.02%<br />Recursion: max depth 6, recursive inclusive time 1.38s</p>","incl_time":3.0993195,"subname":"Class::Load::load_class","$color":0,"excl_time":0.0123978000000336,"$area":0.0123978000000336},"id":"5568-Class::Load::load_class"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:183]","children":[],"data":{"tip":"<p><b>Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:183]</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":8.51e-05,"subname":"Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:183]","$color":0,"excl_time":5.18999999994894e-05,"$area":5.18999999994894e-05},"id":"5569-Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:183]"},{"name":"load_optional_class","children":[],"data":{"tip":"<p><b>Class::Load::load_optional_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 274&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002736,"subname":"Class::Load::load_optional_class","$color":0,"excl_time":2.42999999998811e-05,"$area":2.42999999998811e-05},"id":"5570-Class::Load::load_optional_class"},{"name":"_nonexistent_fail_re","children":[],"data":{"tip":"<p><b>Class::Load::_nonexistent_fail_re</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"Class::Load::_nonexistent_fail_re","$color":0,"excl_time":1.37999999996876e-05,"$area":1.37999999996876e-05},"id":"5571-Class::Load::_nonexistent_fail_re"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Class::Load::BEGIN@2","$color":0,"excl_time":7.899999999995e-06,"$area":7.899999999995e-06},"id":"5572-Class::Load::BEGIN@2"},{"name":"load_first_existing_class","children":[],"data":{"tip":"<p><b>Class::Load::load_first_existing_class</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 5.77ms, 0.01%<br />Exclusive time: 343&micro;s, 0.00%</p>","incl_time":0.0057742,"subname":"Class::Load::load_first_existing_class","$color":0,"excl_time":0.0003431000000002,"$area":0.0003431000000002},"id":"5573-Class::Load::load_first_existing_class"},{"name":"_croak","children":[],"data":{"tip":"<p><b>Class::Load::_croak</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.15ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0021537,"subname":"Class::Load::_croak","$color":0,"excl_time":1.91999999996278e-05,"$area":1.91999999996278e-05},"id":"5574-Class::Load::_croak"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.09e-05,"subname":"Class::Load::BEGIN@7","$color":0,"excl_time":7.09999999999726e-06,"$area":7.09999999999726e-06},"id":"5575-Class::Load::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Class::Load::BEGIN@10","$color":0,"excl_time":1.24999999999993e-05,"$area":1.24999999999993e-05},"id":"5576-Class::Load::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.07ms, 0.01%<br />Exclusive time: 695&micro;s, 0.00%</p>","incl_time":0.0060728,"subname":"Class::Load::BEGIN@8","$color":0,"excl_time":0.000695399999999981,"$area":0.000695399999999981},"id":"5577-Class::Load::BEGIN@8"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:180]","children":[],"data":{"tip":"<p><b>Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:180]</b></p><p><br />Called 137 times from 1 place in 1 file<br />Inclusive time: 4.40s, 6.20%<br />Exclusive time: 1.77ms, 0.00%</p>","incl_time":4.4005788,"subname":"Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:180]","$color":0,"excl_time":0.00177239999999702,"$area":0.00177239999999702},"id":"5578-Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:180]"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::Load::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"Class::Load::BEGIN@16","$color":0,"excl_time":7.80000000000537e-06,"$area":7.80000000000537e-06},"id":"5579-Class::Load::BEGIN@16"},{"name":"::XS","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::Load::XS::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Class::Load::XS::BEGIN@7","$color":2,"excl_time":7.8000000000045e-06,"$area":7.8000000000045e-06},"id":"5581-Class::Load::XS::BEGIN@7"},{"name":"is_class_loaded","children":[],"data":{"tip":"<p><b>Class::Load::XS::is_class_loaded</b></p><p><br />Called 2881 times from 10 places in 7 files<br />Inclusive time: 8.43ms, 0.01%</p>","incl_time":0.00842599999999997,"subname":"Class::Load::XS::is_class_loaded","$color":2,"excl_time":0.00842599999999997,"$area":0.00842599999999997},"id":"5582-Class::Load::XS::is_class_loaded"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::Load::XS::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Class::Load::XS::BEGIN@6","$color":2,"excl_time":1.4099999999997e-05,"$area":1.4099999999997e-05},"id":"5583-Class::Load::XS::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::Load::XS::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Class::Load::XS::BEGIN@9","$color":2,"excl_time":6e-06,"$area":6e-06},"id":"5584-Class::Load::XS::BEGIN@9"}],"data":{"$area":0.00845389999999998},"id":"n5580"}],"data":{"$area":0.045096000000101},"id":"n5558"},{"name":"::Accessor","children":[{"name":"::Grouped","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::CORE:subst</b></p><p><br />Called 28 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Class::Accessor::Grouped::CORE:subst","$color":4,"excl_time":2.39e-05,"$area":2.39e-05},"id":"5587-Class::Accessor::Grouped::CORE:subst"},{"name":"__ANON__[(eval 1825)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1825)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1825)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5e-06,"$area":5e-06},"id":"5588-Class::Accessor::Grouped::__ANON__[(eval 1825)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1828)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1828)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1828)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5589-Class::Accessor::Grouped::__ANON__[(eval 1828)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Class::Accessor::Grouped::BEGIN@3","$color":4,"excl_time":7.6000000001424e-06,"$area":7.6000000001424e-06},"id":"5590-Class::Accessor::Grouped::BEGIN@3"},{"name":"BEGIN@766","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@766</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::Accessor::Grouped::BEGIN@766","$color":4,"excl_time":7.20000000033169e-06,"$area":7.20000000033169e-06},"id":"5591-Class::Accessor::Grouped::BEGIN@766"},{"name":"BEGIN@744","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@744</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"Class::Accessor::Grouped::BEGIN@744","$color":4,"excl_time":9.99999999981859e-06,"$area":9.99999999981859e-06},"id":"5592-Class::Accessor::Grouped::BEGIN@744"},{"name":"__ANON__[(eval 1582)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1582)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1582)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.5e-06,"$area":5.5e-06},"id":"5593-Class::Accessor::Grouped::__ANON__[(eval 1582)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Class::Accessor::Grouped::BEGIN@37","$color":4,"excl_time":6.59999999995837e-06,"$area":6.59999999995837e-06},"id":"5594-Class::Accessor::Grouped::BEGIN@37"},{"name":"__ANON__[(eval 1586)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1586)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1586)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.5e-06,"$area":5.5e-06},"id":"5595-Class::Accessor::Grouped::__ANON__[(eval 1586)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1821)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1821)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1821)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5596-Class::Accessor::Grouped::__ANON__[(eval 1821)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@250","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@250</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Class::Accessor::Grouped::BEGIN@250","$color":4,"excl_time":6.69999999972395e-06,"$area":6.69999999972395e-06},"id":"5597-Class::Accessor::Grouped::BEGIN@250"},{"name":"set_inherited","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::set_inherited</b></p><p><br />Called 30 times from 12 places in 12 files<br />Inclusive time: 216&micro;s, 0.00%<br />Exclusive time: 190&micro;s, 0.00%</p>","incl_time":0.0002165,"subname":"Class::Accessor::Grouped::set_inherited","$color":4,"excl_time":0.000190000000003845,"$area":0.000190000000003845},"id":"5598-Class::Accessor::Grouped::set_inherited"},{"name":"__ANON__[(eval 1826)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1826)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1826)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5599-Class::Accessor::Grouped::__ANON__[(eval 1826)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"make_group_accessor","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::make_group_accessor</b></p><p><br />Called 130 times from 1 place in 1 file<br />Inclusive time: 4.51ms, 0.01%<br />Exclusive time: 386&micro;s, 0.00%</p>","incl_time":0.0045111,"subname":"Class::Accessor::Grouped::make_group_accessor","$color":4,"excl_time":0.000385600000000218,"$area":0.000385600000000218},"id":"5600-Class::Accessor::Grouped::make_group_accessor"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:810]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:810]</b></p><p><br />Called 130 times from 1 place in 1 file<br />Inclusive time: 4.13ms, 0.01%<br />Exclusive time: 3.64ms, 0.01%</p>","incl_time":0.0041255,"subname":"Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:810]","$color":4,"excl_time":0.0036392000000005,"$area":0.0036392000000005},"id":"5601-Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:810]"},{"name":"get_inherited","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::get_inherited</b></p><p><br />Called 37 times from 6 places in 6 files<br />Inclusive time: 498&micro;s, 0.00%<br />Exclusive time: 414&micro;s, 0.00%</p>","incl_time":0.0004981,"subname":"Class::Accessor::Grouped::get_inherited","$color":4,"excl_time":0.000413900000013455,"$area":0.000413900000013455},"id":"5602-Class::Accessor::Grouped::get_inherited"},{"name":"mk_group_accessors","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::mk_group_accessors</b></p><p><br />Called 22 times from 15 places in 7 files<br />Inclusive time: 6.43ms, 0.01%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0064319,"subname":"Class::Accessor::Grouped::mk_group_accessors","$color":4,"excl_time":0.000171799999997789,"$area":0.000171799999997789},"id":"5603-Class::Accessor::Grouped::mk_group_accessors"},{"name":"__ANON__[(eval 1827)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1827)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1827)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"5604-Class::Accessor::Grouped::__ANON__[(eval 1827)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Class::Accessor::Grouped::BEGIN@4","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5605-Class::Accessor::Grouped::BEGIN@4"},{"name":"__ANON__[(eval 1819)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1819)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1819)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5606-Class::Accessor::Grouped::__ANON__[(eval 1819)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"Class::Accessor::Grouped::CORE:match","$color":4,"excl_time":1.2e-06,"$area":1.2e-06},"id":"5607-Class::Accessor::Grouped::CORE:match"},{"name":"get_super_paths","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::get_super_paths</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Class::Accessor::Grouped::get_super_paths","$color":4,"excl_time":1.14000000000946e-05,"$area":1.14000000000946e-05},"id":"5608-Class::Accessor::Grouped::get_super_paths"},{"name":"__ANON__[(eval 1818)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1818)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1818)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"5609-Class::Accessor::Grouped::__ANON__[(eval 1818)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1822)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1822)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1822)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"5610-Class::Accessor::Grouped::__ANON__[(eval 1822)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1581)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1581)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1581)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"5611-Class::Accessor::Grouped::__ANON__[(eval 1581)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1820)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1820)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1820)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"5612-Class::Accessor::Grouped::__ANON__[(eval 1820)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"_mk_group_accessors","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::_mk_group_accessors</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 6.26ms, 0.01%<br />Exclusive time: 1.39ms, 0.00%</p>","incl_time":0.0062601,"subname":"Class::Accessor::Grouped::_mk_group_accessors","$color":4,"excl_time":0.00138910000000393,"$area":0.00138910000000393},"id":"5613-Class::Accessor::Grouped::_mk_group_accessors"},{"name":"__ANON__[(eval 1585)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1585)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1585)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5614-Class::Accessor::Grouped::__ANON__[(eval 1585)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1594)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1594)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1594)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.5e-06,"$area":5.5e-06},"id":"5615-Class::Accessor::Grouped::__ANON__[(eval 1594)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Class::Accessor::Grouped::BEGIN@7","$color":4,"excl_time":4.9e-06,"$area":4.9e-06},"id":"5616-Class::Accessor::Grouped::BEGIN@7"},{"name":"BEGIN@765","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@765</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Class::Accessor::Grouped::BEGIN@765","$color":4,"excl_time":7.50000000037858e-06,"$area":7.50000000037858e-06},"id":"5617-Class::Accessor::Grouped::BEGIN@765"},{"name":"BEGIN@793","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@793</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Class::Accessor::Grouped::BEGIN@793","$color":4,"excl_time":9.50000000028481e-06,"$area":9.50000000028481e-06},"id":"5618-Class::Accessor::Grouped::BEGIN@793"},{"name":"__ANON__[(eval 1595)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1595)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1595)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5619-Class::Accessor::Grouped::__ANON__[(eval 1595)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1830)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1830)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1830)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"5620-Class::Accessor::Grouped::__ANON__[(eval 1830)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@249","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@249</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Class::Accessor::Grouped::BEGIN@249","$color":4,"excl_time":8.00000000042546e-06,"$area":8.00000000042546e-06},"id":"5621-Class::Accessor::Grouped::BEGIN@249"},{"name":"__ANON__[(eval 1832)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1832)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1832)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5622-Class::Accessor::Grouped::__ANON__[(eval 1832)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:606]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:606]</b></p><p><br />Called 28 times from 1 place in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0001875,"subname":"Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:606]","$color":4,"excl_time":0.00016359999999959,"$area":0.00016359999999959},"id":"5623-Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:606]"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Class::Accessor::Grouped::BEGIN@38","$color":4,"excl_time":6.69999999981859e-06,"$area":6.69999999981859e-06},"id":"5624-Class::Accessor::Grouped::BEGIN@38"},{"name":"__ANON__[(eval 1583)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1583)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1583)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5625-Class::Accessor::Grouped::__ANON__[(eval 1583)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1824)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1824)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1824)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5626-Class::Accessor::Grouped::__ANON__[(eval 1824)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1596)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1596)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1596)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5627-Class::Accessor::Grouped::__ANON__[(eval 1596)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1817)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1817)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1817)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":1.04e-05,"$area":1.04e-05},"id":"5628-Class::Accessor::Grouped::__ANON__[(eval 1817)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Class::Accessor::Grouped::BEGIN@21","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"5629-Class::Accessor::Grouped::BEGIN@21"},{"name":"__ANON__[(eval 1580)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1580)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1580)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":9.7e-06,"$area":9.7e-06},"id":"5630-Class::Accessor::Grouped::__ANON__[(eval 1580)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1584)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1584)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1584)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.5e-06,"$area":5.5e-06},"id":"5631-Class::Accessor::Grouped::__ANON__[(eval 1584)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1831)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1831)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1831)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"5632-Class::Accessor::Grouped::__ANON__[(eval 1831)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Class::Accessor::Grouped::BEGIN@2","$color":4,"excl_time":1.31999999999557e-05,"$area":1.31999999999557e-05},"id":"5633-Class::Accessor::Grouped::BEGIN@2"},{"name":"__ANON__[(eval 1598)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1598)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1598)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":6.4e-06,"$area":6.4e-06},"id":"5634-Class::Accessor::Grouped::__ANON__[(eval 1598)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1823)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1823)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1823)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"5635-Class::Accessor::Grouped::__ANON__[(eval 1823)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"__ANON__[(eval 1587)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1587)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1587)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5636-Class::Accessor::Grouped::__ANON__[(eval 1587)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"},{"name":"BEGIN@529","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@529</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.92ms, 0.00%<br />Exclusive time: 809&micro;s, 0.00%</p>","incl_time":0.0019217,"subname":"Class::Accessor::Grouped::BEGIN@529","$color":4,"excl_time":0.000808900000000419,"$area":0.000808900000000419},"id":"5637-Class::Accessor::Grouped::BEGIN@529"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Class::Accessor::Grouped::BEGIN@5","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5638-Class::Accessor::Grouped::BEGIN@5"},{"name":"BEGIN@297","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::BEGIN@297</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Class::Accessor::Grouped::BEGIN@297","$color":4,"excl_time":7.10000000009814e-06,"$area":7.10000000009814e-06},"id":"5639-Class::Accessor::Grouped::BEGIN@297"},{"name":"__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","children":[],"data":{"tip":"<p><b>Class::Accessor::Grouped::__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":4,"excl_time":6.4e-06,"$area":6.4e-06},"id":"5640-Class::Accessor::Grouped::__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"}],"data":{"$area":0.00746880000002078},"id":"n5586"}],"data":{"$area":0.00746880000002078},"id":"n5585"},{"name":"::MOP","children":[{"name":"store_metaclass_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::store_metaclass_by_name</b></p><p><br />Called 386 times from 2 places in 2 files<br />Inclusive time: 1.08ms, 0.00%</p>","incl_time":0.0010764,"subname":"Class::MOP::store_metaclass_by_name","$color":6,"excl_time":0.0010764,"$area":0.0010764},"id":"5642-Class::MOP::store_metaclass_by_name"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Class::MOP::BEGIN@11","$color":6,"excl_time":7.70000000000075e-06,"$area":7.70000000000075e-06},"id":"5643-Class::MOP::BEGIN@11"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Class::MOP::BEGIN@20","$color":6,"excl_time":7.30000000000175e-06,"$area":7.30000000000175e-06},"id":"5644-Class::MOP::BEGIN@20"},{"name":"is_class_loaded","children":[],"data":{"tip":"<p><b>Class::MOP::is_class_loaded</b></p><p><br />Called 19 times from 3 places in 2 files<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"Class::MOP::is_class_loaded","$color":6,"excl_time":5.4e-05,"$area":5.4e-05},"id":"5645-Class::MOP::is_class_loaded"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Class::MOP::BEGIN@18","$color":6,"excl_time":1.08000000000048e-05,"$area":1.08000000000048e-05},"id":"5646-Class::MOP::BEGIN@18"},{"name":"_definition_context","children":[],"data":{"tip":"<p><b>Class::MOP::_definition_context</b></p><p><br />Called 123 times from 120 places in 23 files<br />Inclusive time: 779&micro;s, 0.00%</p>","incl_time":0.0007788,"subname":"Class::MOP::_definition_context","$color":6,"excl_time":0.0007788,"$area":0.0007788},"id":"5647-Class::MOP::_definition_context"},{"name":"get_metaclass_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::get_metaclass_by_name</b></p><p><br />Called 80702 times from 22 places in 13 files<br />Inclusive time: 104ms, 0.15%</p>","incl_time":0.104370300000058,"subname":"Class::MOP::get_metaclass_by_name","$color":6,"excl_time":0.104370300000058,"$area":0.104370300000058},"id":"5648-Class::MOP::get_metaclass_by_name"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Class::MOP::BEGIN@28","$color":6,"excl_time":7.5e-06,"$area":7.5e-06},"id":"5649-Class::MOP::BEGIN@28"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 706&micro;s, 0.00%<br />Exclusive time: 535&micro;s, 0.00%</p>","incl_time":0.0007056,"subname":"Class::MOP::BEGIN@24","$color":6,"excl_time":0.000534900000000004,"$area":0.000534900000000004},"id":"5650-Class::MOP::BEGIN@24"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Class::MOP::BEGIN@30","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"5651-Class::MOP::BEGIN@30"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Class::MOP::BEGIN@10","$color":6,"excl_time":6.80000000000563e-06,"$area":6.80000000000563e-06},"id":"5652-Class::MOP::BEGIN@10"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 894&micro;s, 0.00%<br />Exclusive time: 494&micro;s, 0.00%</p>","incl_time":0.0008936,"subname":"Class::MOP::BEGIN@23","$color":6,"excl_time":0.000494100000000003,"$area":0.000494100000000003},"id":"5653-Class::MOP::BEGIN@23"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:269]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:269]</b></p><p><br />Called 332 times from 3 places in 2 files<br />Inclusive time: 603&micro;s, 0.00%</p>","incl_time":0.0006035,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:269]","$color":6,"excl_time":0.0006035,"$area":0.0006035},"id":"5654-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:269]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:177]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:177]</b></p><p><br />Called 325 times from 3 places in 2 files<br />Inclusive time: 576&micro;s, 0.00%</p>","incl_time":0.000576399999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:177]","$color":6,"excl_time":0.000576399999999999,"$area":0.000576399999999999},"id":"5655-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:177]"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Class::MOP::BEGIN@13","$color":6,"excl_time":1.66e-05,"$area":1.66e-05},"id":"5656-Class::MOP::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:249]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:249]</b></p><p><br />Called 332 times from 3 places in 2 files<br />Inclusive time: 605&micro;s, 0.00%</p>","incl_time":0.000604799999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:249]","$color":6,"excl_time":0.000604799999999999,"$area":0.000604799999999999},"id":"5657-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:249]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Class::MOP::BEGIN@17","$color":6,"excl_time":7.399999999995e-06,"$area":7.399999999995e-06},"id":"5658-Class::MOP::BEGIN@17"},{"name":"weaken_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::weaken_metaclass</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"Class::MOP::weaken_metaclass","$color":6,"excl_time":3.51999999996487e-05,"$area":3.51999999996487e-05},"id":"5659-Class::MOP::weaken_metaclass"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.65ms, 0.00%<br />Exclusive time: 2.35ms, 0.00%</p>","incl_time":0.0026472,"subname":"Class::MOP::BEGIN@27","$color":6,"excl_time":0.00235249999999999,"$area":0.00235249999999999},"id":"5660-Class::MOP::BEGIN@27"},{"name":"__ANON__","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__</b></p><p><br />Called 320 times from 1 place in 1 file<br />Inclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0002599,"subname":"Class::MOP::__ANON__","$color":6,"excl_time":0.0002599,"$area":0.0002599},"id":"5661-Class::MOP::__ANON__"},{"name":"class_of","children":[],"data":{"tip":"<p><b>Class::MOP::class_of</b></p><p><br />Called 3576 times from 20 places in 11 files<br />Inclusive time: 18.0ms, 0.03%<br />Exclusive time: 15.7ms, 0.02%</p>","incl_time":0.0180482,"subname":"Class::MOP::class_of","$color":6,"excl_time":0.0156830000006615,"$area":0.0156830000006615},"id":"5662-Class::MOP::class_of"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Class::MOP::BEGIN@3","$color":6,"excl_time":8.8e-06,"$area":8.8e-06},"id":"5663-Class::MOP::BEGIN@3"},{"name":"load_class","children":[],"data":{"tip":"<p><b>Class::MOP::load_class</b></p><p><br />Called 124 times from 14 places in 10 files<br />Inclusive time: 263&micro;s, 0.00%</p>","incl_time":0.000263,"subname":"Class::MOP::load_class","$color":6,"excl_time":0.000263,"$area":0.000263},"id":"5664-Class::MOP::load_class"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23.1ms, 0.03%<br />Exclusive time: 6.62ms, 0.01%</p>","incl_time":0.023094,"subname":"Class::MOP::BEGIN@26","$color":6,"excl_time":0.00661540000000002,"$area":0.00661540000000002},"id":"5665-Class::MOP::BEGIN@26"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Class::MOP::BEGIN@21","$color":6,"excl_time":7.29999999999587e-06,"$area":7.29999999999587e-06},"id":"5666-Class::MOP::BEGIN@21"},{"name":"metaclass_is_weak","children":[],"data":{"tip":"<p><b>Class::MOP::metaclass_is_weak</b></p><p><br />Called 1548 times from 6 places in 2 files<br />Inclusive time: 7.34ms, 0.01%<br />Exclusive time: 5.89ms, 0.01%</p>","incl_time":0.00733629999999999,"subname":"Class::MOP::metaclass_is_weak","$color":6,"excl_time":0.00588699999999174,"$area":0.00588699999999174},"id":"5667-Class::MOP::metaclass_is_weak"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Class::MOP::BEGIN@19","$color":6,"excl_time":6.70000000000513e-06,"$area":6.70000000000513e-06},"id":"5668-Class::MOP::BEGIN@19"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.10ms, 0.00%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0020972,"subname":"Class::MOP::BEGIN@15","$color":6,"excl_time":0.0012547,"$area":0.0012547},"id":"5669-Class::MOP::BEGIN@15"},{"name":"remove_metaclass_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::remove_metaclass_by_name</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Class::MOP::remove_metaclass_by_name","$color":6,"excl_time":1.31e-05,"$area":1.31e-05},"id":"5670-Class::MOP::remove_metaclass_by_name"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.40ms, 0.01%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.0053985,"subname":"Class::MOP::BEGIN@25","$color":6,"excl_time":0.00157120000000001,"$area":0.00157120000000001},"id":"5671-Class::MOP::BEGIN@25"},{"name":"get_code_info","children":[],"data":{"tip":"<p><b>Class::MOP::get_code_info</b></p><p><br />Called 4702 times from 4 places in 3 files<br />Inclusive time: 6.53ms, 0.01%</p>","incl_time":0.0065252,"subname":"Class::MOP::get_code_info","$color":6,"excl_time":0.0065252,"$area":0.0065252},"id":"5672-Class::MOP::get_code_info"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:222]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:222]</b></p><p><br />Called 332 times from 3 places in 2 files<br />Inclusive time: 561&micro;s, 0.00%</p>","incl_time":0.000561499999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:222]","$color":6,"excl_time":0.000561499999999999,"$area":0.000561499999999999},"id":"5673-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:222]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:286]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:286]</b></p><p><br />Called 180 times from 1 place in 1 file<br />Inclusive time: 405&micro;s, 0.00%</p>","incl_time":0.0004052,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:286]","$color":6,"excl_time":0.0004052,"$area":0.0004052},"id":"5674-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:286]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:478]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:478]</b></p><p><br />Called 521 times from 2 places in 2 files<br />Inclusive time: 1.05ms, 0.00%</p>","incl_time":0.0010536,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:478]","$color":6,"excl_time":0.0010536,"$area":0.0010536},"id":"5675-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:478]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:132]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:132]</b></p><p><br />Called 297 times from 2 places in 2 files<br />Inclusive time: 628&micro;s, 0.00%</p>","incl_time":0.000628399999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:132]","$color":6,"excl_time":0.000628399999999999,"$area":0.000628399999999999},"id":"5676-Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:132]"},{"name":"::Method","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Class::MOP::Method::BEGIN@3","$color":8,"excl_time":9.1e-06,"$area":9.1e-06},"id":"5678-Class::MOP::Method::BEGIN@3"},{"name":"attach_to_class","children":[],"data":{"tip":"<p><b>Class::MOP::Method::attach_to_class</b></p><p><br />Called 3128 times from 1 place in 1 file<br />Inclusive time: 16.3ms, 0.02%<br />Exclusive time: 13.5ms, 0.02%</p>","incl_time":0.0162681999999999,"subname":"Class::MOP::Method::attach_to_class","$color":8,"excl_time":0.0135296999999675,"$area":0.0135296999999675},"id":"5679-Class::MOP::Method::attach_to_class"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Class::MOP::Method::BEGIN@14","$color":8,"excl_time":6.60000000000213e-06,"$area":6.60000000000213e-06},"id":"5680-Class::MOP::Method::BEGIN@14"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Class::MOP::Method::BEGIN@10","$color":8,"excl_time":6.79999999999462e-06,"$area":6.79999999999462e-06},"id":"5681-Class::MOP::Method::BEGIN@10"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::_new</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 6.48ms, 0.01%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0064767,"subname":"Class::MOP::Method::_new","$color":8,"excl_time":0.00124940000000009,"$area":0.00124940000000009},"id":"5682-Class::MOP::Method::_new"},{"name":"_set_original_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::_set_original_method</b></p><p><br />Called 1371 times from 1 place in 1 file<br />Inclusive time: 2.26ms, 0.00%</p>","incl_time":0.0022563,"subname":"Class::MOP::Method::_set_original_method","$color":8,"excl_time":0.0022563,"$area":0.0022563},"id":"5683-Class::MOP::Method::_set_original_method"},{"name":"original_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::original_method</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Class::MOP::Method::original_method","$color":8,"excl_time":2.19e-05,"$area":2.19e-05},"id":"5684-Class::MOP::Method::original_method"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Class::MOP::Method::BEGIN@13","$color":8,"excl_time":6.29999999999663e-06,"$area":6.29999999999663e-06},"id":"5685-Class::MOP::Method::BEGIN@13"},{"name":"wrap","children":[],"data":{"tip":"<p><b>Class::MOP::Method::wrap</b></p><p><br />Called 1189 times from 7 places in 6 files<br />Inclusive time: 134ms, 0.19%<br />Exclusive time: 22.5ms, 0.03%</p>","incl_time":0.1336419,"subname":"Class::MOP::Method::wrap","$color":8,"excl_time":0.0225153000000124,"$area":0.0225153000000124},"id":"5686-Class::MOP::Method::wrap"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Method::name</b></p><p><br />Called 3194 times from 18 places in 12 files<br />Inclusive time: 2.57ms, 0.00%</p>","incl_time":0.0025742,"subname":"Class::MOP::Method::name","$color":8,"excl_time":0.0025742,"$area":0.0025742},"id":"5687-Class::MOP::Method::name"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 676&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0006756,"subname":"Class::MOP::Method::BEGIN@16","$color":8,"excl_time":7.09999999999762e-06,"$area":7.09999999999762e-06},"id":"5688-Class::MOP::Method::BEGIN@16"},{"name":"execute","children":[],"data":{"tip":"<p><b>Class::MOP::Method::execute</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 773ms, 1.09%<br />Exclusive time: 103&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 771ms</p>","incl_time":0.7730524,"subname":"Class::MOP::Method::execute","$color":8,"excl_time":0.000102900000000966,"$area":0.000102900000000966},"id":"5689-Class::MOP::Method::execute"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Method::associated_metaclass</b></p><p><br />Called 1123 times from 8 places in 5 files<br />Inclusive time: 1.77ms, 0.00%</p>","incl_time":0.0017724,"subname":"Class::MOP::Method::associated_metaclass","$color":8,"excl_time":0.0017724,"$area":0.0017724},"id":"5690-Class::MOP::Method::associated_metaclass"},{"name":"is_stub","children":[],"data":{"tip":"<p><b>Class::MOP::Method::is_stub</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Class::MOP::Method::is_stub","$color":8,"excl_time":1.9e-06,"$area":1.9e-06},"id":"5691-Class::MOP::Method::is_stub"},{"name":"body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::body</b></p><p><br />Called 6607 times from 16 places in 14 files<br />Inclusive time: 4.49ms, 0.01%</p>","incl_time":0.00449389999999995,"subname":"Class::MOP::Method::body","$color":8,"excl_time":0.00449389999999995,"$area":0.00449389999999995},"id":"5692-Class::MOP::Method::body"},{"name":"clone","children":[],"data":{"tip":"<p><b>Class::MOP::Method::clone</b></p><p><br />Called 1371 times from 3 places in 3 files<br />Inclusive time: 24.2ms, 0.03%<br />Exclusive time: 19.8ms, 0.03%</p>","incl_time":0.0241586,"subname":"Class::MOP::Method::clone","$color":8,"excl_time":0.0198109999997646,"$area":0.0198109999997646},"id":"5693-Class::MOP::Method::clone"},{"name":"package_name","children":[],"data":{"tip":"<p><b>Class::MOP::Method::package_name</b></p><p><br />Called 3563 times from 4 places in 4 files<br />Inclusive time: 2.46ms, 0.00%</p>","incl_time":0.00245689999999995,"subname":"Class::MOP::Method::package_name","$color":8,"excl_time":0.00245689999999995,"$area":0.00245689999999995},"id":"5694-Class::MOP::Method::package_name"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Class::MOP::Method::BEGIN@11","$color":8,"excl_time":6.40000000000363e-06,"$area":6.40000000000363e-06},"id":"5695-Class::MOP::Method::BEGIN@11"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Class::MOP::Method::BEGIN@21","$color":8,"excl_time":8.69999999999913e-06,"$area":8.69999999999913e-06},"id":"5696-Class::MOP::Method::BEGIN@21"},{"name":"detach_from_class","children":[],"data":{"tip":"<p><b>Class::MOP::Method::detach_from_class</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Class::MOP::Method::detach_from_class","$color":8,"excl_time":1.99e-05,"$area":1.99e-05},"id":"5697-Class::MOP::Method::detach_from_class"},{"name":"::Inlined","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@15","$color":10,"excl_time":1.01000000000051e-05,"$area":1.01000000000051e-05},"id":"5699-Class::MOP::Method::Inlined::BEGIN@15"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@13","$color":10,"excl_time":6.7000000000055e-06,"$area":6.7000000000055e-06},"id":"5700-Class::MOP::Method::Inlined::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Class::MOP::Method::Inlined::BEGIN@2","$color":10,"excl_time":9.4e-06,"$area":9.4e-06},"id":"5701-Class::MOP::Method::Inlined::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@12","$color":10,"excl_time":6.49999999999712e-06,"$area":6.49999999999712e-06},"id":"5702-Class::MOP::Method::Inlined::BEGIN@12"},{"name":"_uninlined_body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::_uninlined_body</b></p><p><br />Called 58 times from 2 places in 1 file<br />Inclusive time: 3.78ms, 0.01%<br />Exclusive time: 832&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 667&micro;s</p>","incl_time":0.0037845,"subname":"Class::MOP::Method::Inlined::_uninlined_body","$color":10,"excl_time":0.000832199999982858,"$area":0.000832199999982858},"id":"5703-Class::MOP::Method::Inlined::_uninlined_body"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@10","$color":10,"excl_time":6.4000000000065e-06,"$area":6.4000000000065e-06},"id":"5704-Class::MOP::Method::Inlined::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@9","$color":10,"excl_time":7.80000000000563e-06,"$area":7.80000000000563e-06},"id":"5705-Class::MOP::Method::Inlined::BEGIN@9"},{"name":"can_be_inlined","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::can_be_inlined</b></p><p><br />Called 234 times from 2 places in 1 file<br />Inclusive time: 26.8ms, 0.04%<br />Exclusive time: 6.94ms, 0.01%</p>","incl_time":0.0267905,"subname":"Class::MOP::Method::Inlined::can_be_inlined","$color":10,"excl_time":0.00694309999993379,"$area":0.00694309999993379},"id":"5706-Class::MOP::Method::Inlined::can_be_inlined"},{"name":"_expected_method_class","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::_expected_method_class</b></p><p><br />Called 234 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%</p>","incl_time":0.0002588,"subname":"Class::MOP::Method::Inlined::_expected_method_class","$color":10,"excl_time":0.0002588,"$area":0.0002588},"id":"5707-Class::MOP::Method::Inlined::_expected_method_class"}],"data":{"$area":0.00808099999991667},"id":"n5698"},{"name":"::Constructor","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@13","$color":1,"excl_time":7.19999999999776e-06,"$area":7.19999999999776e-06},"id":"5709-Class::MOP::Method::Constructor::BEGIN@13"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_eval_environment</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 82.4ms, 0.12%<br />Exclusive time: 1.12ms, 0.00%</p>","incl_time":0.0824492,"subname":"Class::MOP::Method::Constructor::_eval_environment","$color":1,"excl_time":0.00111969999999328,"$area":0.00111969999999328},"id":"5710-Class::MOP::Method::Constructor::_eval_environment"},{"name":"options","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::options</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 332&micro;s, 0.00%</p>","incl_time":0.0003315,"subname":"Class::MOP::Method::Constructor::options","$color":1,"excl_time":0.0003315,"$area":0.0003315},"id":"5711-Class::MOP::Method::Constructor::options"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::new</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 56.0ms, 0.08%<br />Exclusive time: 629&micro;s, 0.00%</p>","incl_time":0.0560112,"subname":"Class::MOP::Method::Constructor::new","$color":1,"excl_time":0.000629199999999847,"$area":0.000629199999999847},"id":"5712-Class::MOP::Method::Constructor::new"},{"name":"_generate_constructor_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_generate_constructor_method_inline</b></p><p><br />Called 133 times from 2 places in 2 files<br />Inclusive time: 549ms, 0.77%<br />Exclusive time: 6.62ms, 0.01%</p>","incl_time":0.5494317,"subname":"Class::MOP::Method::Constructor::_generate_constructor_method_inline","$color":1,"excl_time":0.00662149999999965,"$area":0.00662149999999965},"id":"5713-Class::MOP::Method::Constructor::_generate_constructor_method_inline"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 781&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.000781,"subname":"Class::MOP::Method::Constructor::BEGIN@17","$color":1,"excl_time":6.90000000000022e-06,"$area":6.90000000000022e-06},"id":"5714-Class::MOP::Method::Constructor::BEGIN@17"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@3","$color":1,"excl_time":1.03e-05,"$area":1.03e-05},"id":"5715-Class::MOP::Method::Constructor::BEGIN@3"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::associated_metaclass</b></p><p><br />Called 90 times from 3 places in 2 files<br />Inclusive time: 118&micro;s, 0.00%</p>","incl_time":0.0001179,"subname":"Class::MOP::Method::Constructor::associated_metaclass","$color":1,"excl_time":0.0001179,"$area":0.0001179},"id":"5716-Class::MOP::Method::Constructor::associated_metaclass"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_new</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 499&micro;s, 0.00%</p>","incl_time":0.0004991,"subname":"Class::MOP::Method::Constructor::_new","$color":1,"excl_time":0.0004991,"$area":0.0004991},"id":"5717-Class::MOP::Method::Constructor::_new"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@11","$color":1,"excl_time":8.19999999999537e-06,"$area":8.19999999999537e-06},"id":"5718-Class::MOP::Method::Constructor::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Constructor.pm:111]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Constructor.pm:111]</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 186ms, 0.26%<br />Exclusive time: 661&micro;s, 0.00%</p>","incl_time":0.1862215,"subname":"Class::MOP::Method::Constructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Constructor.pm:111]","$color":1,"excl_time":0.00066070000001316,"$area":0.00066070000001316},"id":"5719-Class::MOP::Method::Constructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Constructor.pm:111]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@14","$color":1,"excl_time":7.80000000000363e-06,"$area":7.80000000000363e-06},"id":"5720-Class::MOP::Method::Constructor::BEGIN@14"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_initialize_body</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 54.8ms, 0.08%<br />Exclusive time: 251&micro;s, 0.00%</p>","incl_time":0.0547813,"subname":"Class::MOP::Method::Constructor::_initialize_body","$color":1,"excl_time":0.000251199999999698,"$area":0.000251199999999698},"id":"5721-Class::MOP::Method::Constructor::_initialize_body"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@10","$color":1,"excl_time":9.40000000000637e-06,"$area":9.40000000000637e-06},"id":"5722-Class::MOP::Method::Constructor::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@15","$color":1,"excl_time":7.99999999999638e-06,"$area":7.99999999999638e-06},"id":"5723-Class::MOP::Method::Constructor::BEGIN@15"}],"data":{"$area":0.0102886000000056},"id":"n5708"},{"name":"::Generated","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001281,"subname":"Class::MOP::Method::Generated::BEGIN@16","$color":3,"excl_time":1.4099999999997e-05,"$area":1.4099999999997e-05},"id":"5725-Class::MOP::Method::Generated::BEGIN@16"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"Class::MOP::Method::Generated::BEGIN@13","$color":3,"excl_time":6.60000000000463e-06,"$area":6.60000000000463e-06},"id":"5726-Class::MOP::Method::Generated::BEGIN@13"},{"name":"definition_context","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::definition_context</b></p><p><br />Called 1115 times from 1 place in 1 file<br />Inclusive time: 929&micro;s, 0.00%</p>","incl_time":0.000929200000000003,"subname":"Class::MOP::Method::Generated::definition_context","$color":3,"excl_time":0.000929200000000003,"$area":0.000929200000000003},"id":"5727-Class::MOP::Method::Generated::definition_context"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Class::MOP::Method::Generated::BEGIN@3","$color":3,"excl_time":9.8e-06,"$area":9.8e-06},"id":"5728-Class::MOP::Method::Generated::BEGIN@3"},{"name":"_generate_description","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::_generate_description</b></p><p><br />Called 1115 times from 1 place in 1 file<br />Inclusive time: 12.1ms, 0.02%<br />Exclusive time: 11.2ms, 0.02%</p>","incl_time":0.0120875,"subname":"Class::MOP::Method::Generated::_generate_description","$color":3,"excl_time":0.0111582999999461,"$area":0.0111582999999461},"id":"5729-Class::MOP::Method::Generated::_generate_description"},{"name":"is_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::is_inline</b></p><p><br />Called 1067 times from 3 places in 3 files<br />Inclusive time: 985&micro;s, 0.00%</p>","incl_time":0.000985199999999998,"subname":"Class::MOP::Method::Generated::is_inline","$color":3,"excl_time":0.000985199999999998,"$area":0.000985199999999998},"id":"5730-Class::MOP::Method::Generated::is_inline"},{"name":"_compile_code","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::_compile_code</b></p><p><br />Called 1115 times from 7 places in 4 files<br />Inclusive time: 570ms, 0.80%<br />Exclusive time: 19.9ms, 0.03%</p>","incl_time":0.5701335,"subname":"Class::MOP::Method::Generated::_compile_code","$color":3,"excl_time":0.0198759999999969,"$area":0.0198759999999969},"id":"5731-Class::MOP::Method::Generated::_compile_code"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Class::MOP::Method::Generated::BEGIN@11","$color":3,"excl_time":6.90000000000075e-06,"$area":6.90000000000075e-06},"id":"5732-Class::MOP::Method::Generated::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Class::MOP::Method::Generated::BEGIN@10","$color":3,"excl_time":1.20999999999946e-05,"$area":1.20999999999946e-05},"id":"5733-Class::MOP::Method::Generated::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.57ms, 0.01%<br />Exclusive time: 956&micro;s, 0.00%</p>","incl_time":0.0045677,"subname":"Class::MOP::Method::Generated::BEGIN@14","$color":3,"excl_time":0.000956499999999991,"$area":0.000956499999999991},"id":"5734-Class::MOP::Method::Generated::BEGIN@14"}],"data":{"$area":0.033954699999943},"id":"n5724"},{"name":"::Meta","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Class::MOP::Method::Meta::BEGIN@13","$color":5,"excl_time":6.40000000000426e-06,"$area":6.40000000000426e-06},"id":"5736-Class::MOP::Method::Meta::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"Class::MOP::Method::Meta::BEGIN@14","$color":5,"excl_time":7.00000000000663e-06,"$area":7.00000000000663e-06},"id":"5737-Class::MOP::Method::Meta::BEGIN@14"},{"name":"_generate_meta_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::_generate_meta_method</b></p><p><br />Called 307 times from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 2.45ms, 0.00%</p>","incl_time":0.0028035,"subname":"Class::MOP::Method::Meta::_generate_meta_method","$color":5,"excl_time":0.0024490000000001,"$area":0.0024490000000001},"id":"5738-Class::MOP::Method::Meta::_generate_meta_method"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Class::MOP::Method::Meta::BEGIN@11","$color":5,"excl_time":6.29999999999837e-06,"$area":6.29999999999837e-06},"id":"5739-Class::MOP::Method::Meta::BEGIN@11"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.70ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0016996,"subname":"Class::MOP::Method::Meta::BEGIN@18","$color":5,"excl_time":1.03999999999981e-05,"$area":1.03999999999981e-05},"id":"5740-Class::MOP::Method::Meta::BEGIN@18"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.97e-05,"subname":"Class::MOP::Method::Meta::BEGIN@16","$color":5,"excl_time":9.89999999999737e-06,"$area":9.89999999999737e-06},"id":"5741-Class::MOP::Method::Meta::BEGIN@16"},{"name":"wrap","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::wrap</b></p><p><br />Called 307 times from 2 places in 2 files<br />Inclusive time: 96.9ms, 0.14%<br />Exclusive time: 7.09ms, 0.01%</p>","incl_time":0.0968948000000001,"subname":"Class::MOP::Method::Meta::wrap","$color":5,"excl_time":0.00708640000002034,"$area":0.00708640000002034},"id":"5742-Class::MOP::Method::Meta::wrap"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Class::MOP::Method::Meta::BEGIN@3","$color":5,"excl_time":9.1e-06,"$area":9.1e-06},"id":"5743-Class::MOP::Method::Meta::BEGIN@3"},{"name":"_make_compatible_with","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::_make_compatible_with</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001027,"subname":"Class::MOP::Method::Meta::_make_compatible_with","$color":5,"excl_time":4.63999999998799e-05,"$area":4.63999999998799e-05},"id":"5744-Class::MOP::Method::Meta::_make_compatible_with"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Meta::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Class::MOP::Method::Meta::BEGIN@10","$color":5,"excl_time":6.90000000000038e-06,"$area":6.90000000000038e-06},"id":"5745-Class::MOP::Method::Meta::BEGIN@10"}],"data":{"$area":0.00963780000002033},"id":"n5735"},{"name":"::Wrapped","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@10","$color":7,"excl_time":7.70000000000463e-06,"$area":7.70000000000463e-06},"id":"5747-Class::MOP::Method::Wrapped::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@13","$color":7,"excl_time":7.40000000000125e-06,"$area":7.40000000000125e-06},"id":"5748-Class::MOP::Method::Wrapped::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:162]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:162]</b></p><p><br />Called 69543 times from 1 place in 1 file<br />Inclusive time: 8.75s, 12.33%<br />Exclusive time: 221ms, 0.31%<br />Recursion: max depth 3, recursive inclusive time 1.27ms</p>","incl_time":8.74813750000011,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:162]","$color":7,"excl_time":0.220863899974663,"$area":0.220863899974663},"id":"5749-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:162]"},{"name":"get_original_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::get_original_method</b></p><p><br />Called 18 times from 2 places in 2 files<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":8.53e-05,"subname":"Class::MOP::Method::Wrapped::get_original_method","$color":7,"excl_time":6.33999999980935e-05,"$area":6.33999999980935e-05},"id":"5750-Class::MOP::Method::Wrapped::get_original_method"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::_new</b></p><p><br />Called 199 times from 1 place in 1 file<br />Inclusive time: 4.91ms, 0.01%<br />Exclusive time: 2.85ms, 0.00%</p>","incl_time":0.0049133,"subname":"Class::MOP::Method::Wrapped::_new","$color":7,"excl_time":0.00285000000000145,"$area":0.00285000000000145},"id":"5751-Class::MOP::Method::Wrapped::_new"},{"name":"add_after_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::add_after_modifier</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":8.39e-05,"subname":"Class::MOP::Method::Wrapped::add_after_modifier","$color":7,"excl_time":4.14000000001657e-05,"$area":4.14000000001657e-05},"id":"5752-Class::MOP::Method::Wrapped::add_after_modifier"},{"name":"add_before_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::add_before_modifier</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 343&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0003433,"subname":"Class::MOP::Method::Wrapped::add_before_modifier","$color":7,"excl_time":0.000172200000002241,"$area":0.000172200000002241},"id":"5753-Class::MOP::Method::Wrapped::add_before_modifier"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:164]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:164]</b></p><p><br />Called 175 times from 1 place in 1 file<br />Inclusive time: 1.25ms, 0.00%</p>","incl_time":0.0012453,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:164]","$color":7,"excl_time":0.0012453,"$area":0.0012453},"id":"5754-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:164]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Class::MOP::Method::Wrapped::BEGIN@3","$color":7,"excl_time":9.8e-06,"$area":9.8e-06},"id":"5755-Class::MOP::Method::Wrapped::BEGIN@3"},{"name":"wrap","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::wrap</b></p><p><br />Called 199 times from 3 places in 2 files<br />Inclusive time: 16.5ms, 0.02%<br />Exclusive time: 5.69ms, 0.01%</p>","incl_time":0.0165156,"subname":"Class::MOP::Method::Wrapped::wrap","$color":7,"excl_time":0.00569070000003534,"$area":0.00569070000003534},"id":"5756-Class::MOP::Method::Wrapped::wrap"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@16","$color":7,"excl_time":6.79999999999962e-06,"$area":6.79999999999962e-06},"id":"5757-Class::MOP::Method::Wrapped::BEGIN@16"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@11","$color":7,"excl_time":7.1999999999945e-06,"$area":7.1999999999945e-06},"id":"5758-Class::MOP::Method::Wrapped::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:66]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:66]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0128125,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:66]","$color":7,"excl_time":4.90999999999096e-05,"$area":4.90999999999096e-05},"id":"5759-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:66]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:71]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:71]</b></p><p><br />Called 401 times from 4 places in 1 file<br />Inclusive time: 1.72ms, 0.00%</p>","incl_time":0.0017189,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:71]","$color":7,"excl_time":0.0017189,"$area":0.0017189},"id":"5760-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:71]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:45]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:45]</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 362ms, 0.51%<br />Exclusive time: 202&micro;s, 0.00%</p>","incl_time":0.3623425,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:45]","$color":7,"excl_time":0.000201799999999947,"$area":0.000201799999999947},"id":"5761-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:45]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@14","$color":7,"excl_time":6.80000000000388e-06,"$area":6.80000000000388e-06},"id":"5762-Class::MOP::Method::Wrapped::BEGIN@14"},{"name":"add_around_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::add_around_modifier</b></p><p><br />Called 175 times from 1 place in 1 file<br />Inclusive time: 3.77ms, 0.01%<br />Exclusive time: 1.92ms, 0.00%</p>","incl_time":0.0037721,"subname":"Class::MOP::Method::Wrapped::add_around_modifier","$color":7,"excl_time":0.00192079999999487,"$area":0.00192079999999487},"id":"5763-Class::MOP::Method::Wrapped::add_around_modifier"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 8.30s, 11.70%<br />Exclusive time: 641&micro;s, 0.00%</p>","incl_time":8.3029365,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]","$color":7,"excl_time":0.000640500000004661,"$area":0.000640500000004661},"id":"5764-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]"}],"data":{"$area":0.2355036999747},"id":"n5746"},{"name":"::Overload","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Overload::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.36e-05,"subname":"Class::MOP::Method::Overload::BEGIN@15","$color":9,"excl_time":6.70000000000138e-06,"$area":6.70000000000138e-06},"id":"5766-Class::MOP::Method::Overload::BEGIN@15"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Overload::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Class::MOP::Method::Overload::BEGIN@3","$color":9,"excl_time":1e-05,"$area":1e-05},"id":"5767-Class::MOP::Method::Overload::BEGIN@3"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Overload::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Class::MOP::Method::Overload::BEGIN@11","$color":9,"excl_time":7.00000000000313e-06,"$area":7.00000000000313e-06},"id":"5768-Class::MOP::Method::Overload::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Overload::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Class::MOP::Method::Overload::BEGIN@10","$color":9,"excl_time":8.49999999999412e-06,"$area":8.49999999999412e-06},"id":"5769-Class::MOP::Method::Overload::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Overload::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"Class::MOP::Method::Overload::BEGIN@13","$color":9,"excl_time":1.03000000000045e-05,"$area":1.03000000000045e-05},"id":"5770-Class::MOP::Method::Overload::BEGIN@13"}],"data":{"$area":4.25000000000031e-05},"id":"n5765"},{"name":"::Accessor","children":[{"name":"_inline_throw_error","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_inline_throw_error</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001139,"subname":"Class::MOP::Method::Accessor::_inline_throw_error","$color":0,"excl_time":0.0001139,"$area":0.0001139},"id":"5772-Class::MOP::Method::Accessor::_inline_throw_error"},{"name":"_generate_writer_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_writer_method_inline</b></p><p><br />Called 33 times from 2 places in 2 files<br />Inclusive time: 24.4ms, 0.03%<br />Exclusive time: 474&micro;s, 0.00%</p>","incl_time":0.0244003,"subname":"Class::MOP::Method::Accessor::_generate_writer_method_inline","$color":0,"excl_time":0.000474299999992864,"$area":0.000474299999992864},"id":"5773-Class::MOP::Method::Accessor::_generate_writer_method_inline"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@11","$color":0,"excl_time":9.00000000000363e-06,"$area":9.00000000000363e-06},"id":"5774-Class::MOP::Method::Accessor::BEGIN@11"},{"name":"_generate_reader_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_reader_method</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 415&micro;s, 0.00%<br />Exclusive time: 351&micro;s, 0.00%</p>","incl_time":0.0004153,"subname":"Class::MOP::Method::Accessor::_generate_reader_method","$color":0,"excl_time":0.000351200000000488,"$area":0.000351200000000488},"id":"5775-Class::MOP::Method::Accessor::_generate_reader_method"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:154]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:154]</b></p><p><br />Called 424 times from 1 place in 1 file<br />Inclusive time: 399ms, 0.56%<br />Exclusive time: 5.24ms, 0.01%</p>","incl_time":0.3989982,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:154]","$color":0,"excl_time":0.00523869999998639,"$area":0.00523869999998639},"id":"5776-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:154]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Class::MOP::Method::Accessor::BEGIN@3","$color":0,"excl_time":9.6e-06,"$area":9.6e-06},"id":"5777-Class::MOP::Method::Accessor::BEGIN@3"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@15","$color":0,"excl_time":8.00000000000063e-06,"$area":8.00000000000063e-06},"id":"5778-Class::MOP::Method::Accessor::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@10","$color":0,"excl_time":8.10000000000275e-06,"$area":8.10000000000275e-06},"id":"5779-Class::MOP::Method::Accessor::BEGIN@10"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_new</b></p><p><br />Called 1007 times from 3 places in 3 files<br />Inclusive time: 181ms, 0.25%<br />Exclusive time: 8.25ms, 0.01%</p>","incl_time":0.1808054,"subname":"Class::MOP::Method::Accessor::_new","$color":0,"excl_time":0.00825079999999178,"$area":0.00825079999999178},"id":"5780-Class::MOP::Method::Accessor::_new"},{"name":"_generate_accessor_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_accessor_method</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 182&micro;s, 0.00%<br />Exclusive time: 158&micro;s, 0.00%</p>","incl_time":0.0001822,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method","$color":0,"excl_time":0.00015799999999997,"$area":0.00015799999999997},"id":"5781-Class::MOP::Method::Accessor::_generate_accessor_method"},{"name":"_generate_writer_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_writer_method</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"Class::MOP::Method::Accessor::_generate_writer_method","$color":0,"excl_time":2.4099999999975e-05,"$area":2.4099999999975e-05},"id":"5782-Class::MOP::Method::Accessor::_generate_writer_method"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_initialize_body</b></p><p><br />Called 950 times from 1 place in 1 file<br />Inclusive time: 724ms, 1.02%<br />Exclusive time: 11.7ms, 0.02%</p>","incl_time":0.7242602,"subname":"Class::MOP::Method::Accessor::_initialize_body","$color":0,"excl_time":0.0117441999999603,"$area":0.0117441999999603},"id":"5783-Class::MOP::Method::Accessor::_initialize_body"},{"name":"_generate_reader_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_reader_method_inline</b></p><p><br />Called 424 times from 2 places in 2 files<br />Inclusive time: 415ms, 0.58%<br />Exclusive time: 5.56ms, 0.01%</p>","incl_time":0.4145069,"subname":"Class::MOP::Method::Accessor::_generate_reader_method_inline","$color":0,"excl_time":0.00556370000002086,"$area":0.00556370000002086},"id":"5784-Class::MOP::Method::Accessor::_generate_reader_method_inline"},{"name":"_generate_predicate_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_predicate_method</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 113&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001126,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method","$color":0,"excl_time":9.68000000000175e-05,"$area":9.68000000000175e-05},"id":"5785-Class::MOP::Method::Accessor::_generate_predicate_method"},{"name":"associated_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::associated_attribute</b></p><p><br />Called 3651 times from 27 places in 7 files<br />Inclusive time: 4.44ms, 0.01%</p>","incl_time":0.00444330000000002,"subname":"Class::MOP::Method::Accessor::associated_attribute","$color":0,"excl_time":0.00444330000000002,"$area":0.00444330000000002},"id":"5786-Class::MOP::Method::Accessor::associated_attribute"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:184]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:184]</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 23.2ms, 0.03%<br />Exclusive time: 300&micro;s, 0.00%</p>","incl_time":0.0231726,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:184]","$color":0,"excl_time":0.000299799999996947,"$area":0.000299799999996947},"id":"5787-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:184]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@14","$color":0,"excl_time":6.79999999999312e-06,"$area":6.79999999999312e-06},"id":"5788-Class::MOP::Method::Accessor::BEGIN@14"},{"name":"accessor_type","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::accessor_type</b></p><p><br />Called 950 times from 1 place in 1 file<br />Inclusive time: 1.38ms, 0.00%</p>","incl_time":0.00137580000000001,"subname":"Class::MOP::Method::Accessor::accessor_type","$color":0,"excl_time":0.00137580000000001,"$area":0.00137580000000001},"id":"5789-Class::MOP::Method::Accessor::accessor_type"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::new</b></p><p><br />Called 985 times from 2 places in 2 files<br />Inclusive time: 978ms, 1.38%<br />Exclusive time: 25.4ms, 0.04%</p>","incl_time":0.9783691,"subname":"Class::MOP::Method::Accessor::new","$color":0,"excl_time":0.0254176999999759,"$area":0.0254176999999759},"id":"5790-Class::MOP::Method::Accessor::new"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:120]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:120]</b></p><p><br />Called 163 times from 1 place in 1 file<br />Inclusive time: 149ms, 0.21%<br />Exclusive time: 2.00ms, 0.00%</p>","incl_time":0.1485649,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:120]","$color":0,"excl_time":0.0020026999999963,"$area":0.0020026999999963},"id":"5791-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:120]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.34ms, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0053443,"subname":"Class::MOP::Method::Accessor::BEGIN@17","$color":0,"excl_time":6.70000000000184e-06,"$area":6.70000000000184e-06},"id":"5792-Class::MOP::Method::Accessor::BEGIN@17"},{"name":"_generate_clearer_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_clearer_method_inline</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 36.6ms, 0.05%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.0365717,"subname":"Class::MOP::Method::Accessor::_generate_clearer_method_inline","$color":0,"excl_time":0.00118690000000767,"$area":0.00118690000000767},"id":"5793-Class::MOP::Method::Accessor::_generate_clearer_method_inline"},{"name":"_generate_accessor_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_accessor_method_inline</b></p><p><br />Called 163 times from 2 places in 2 files<br />Inclusive time: 155ms, 0.22%<br />Exclusive time: 2.22ms, 0.00%</p>","incl_time":0.1545926,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method_inline","$color":0,"excl_time":0.00222200000000361,"$area":0.00222200000000361},"id":"5794-Class::MOP::Method::Accessor::_generate_accessor_method_inline"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@13","$color":0,"excl_time":6.899999999997e-06,"$area":6.899999999997e-06},"id":"5795-Class::MOP::Method::Accessor::BEGIN@13"},{"name":"_generate_predicate_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_predicate_method_inline</b></p><p><br />Called 140 times from 2 places in 2 files<br />Inclusive time: 62.7ms, 0.09%<br />Exclusive time: 1.98ms, 0.00%</p>","incl_time":0.0627196,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method_inline","$color":0,"excl_time":0.00197720000001498,"$area":0.00197720000001498},"id":"5796-Class::MOP::Method::Accessor::_generate_predicate_method_inline"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:234]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:234]</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 33.6ms, 0.05%<br />Exclusive time: 686&micro;s, 0.00%</p>","incl_time":0.0335964,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:234]","$color":0,"excl_time":0.0006857999999991,"$area":0.0006857999999991},"id":"5797-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:234]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]</b></p><p><br />Called 140 times from 1 place in 1 file<br />Inclusive time: 57.8ms, 0.08%<br />Exclusive time: 1.11ms, 0.00%</p>","incl_time":0.0578148,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]","$color":0,"excl_time":0.00110750000000479,"$area":0.00110750000000479},"id":"5798-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]"}],"data":{"$area":0.0727894999999519},"id":"n5771"}],"data":{"$area":0.441154499974283},"id":"n5677"},{"name":"::Mixin","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::meta</b></p><p><br />Called 42 times from 39 places in 4 files<br />Inclusive time: 2.97ms, 0.00%<br />Exclusive time: 258&micro;s, 0.00%</p>","incl_time":0.002967,"subname":"Class::MOP::Mixin::meta","$color":2,"excl_time":0.000258199999999753,"$area":0.000258199999999753},"id":"5800-Class::MOP::Mixin::meta"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Class::MOP::Mixin::BEGIN@9","$color":2,"excl_time":6.9999999999975e-06,"$area":6.9999999999975e-06},"id":"5801-Class::MOP::Mixin::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"Class::MOP::Mixin::BEGIN@12","$color":2,"excl_time":6.40000000000525e-06,"$area":6.40000000000525e-06},"id":"5802-Class::MOP::Mixin::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Class::MOP::Mixin::BEGIN@2","$color":2,"excl_time":9e-06,"$area":9e-06},"id":"5803-Class::MOP::Mixin::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Class::MOP::Mixin::BEGIN@10","$color":2,"excl_time":6.3999999999955e-06,"$area":6.3999999999955e-06},"id":"5804-Class::MOP::Mixin::BEGIN@10"},{"name":"::AttributeCore","children":[{"name":"init_arg","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::init_arg</b></p><p><br />Called 17689 times from 15 places in 7 files<br />Inclusive time: 11.7ms, 0.02%</p>","incl_time":0.0116652999999991,"subname":"Class::MOP::Mixin::AttributeCore::init_arg","$color":4,"excl_time":0.0116652999999991,"$area":0.0116652999999991},"id":"5806-Class::MOP::Mixin::AttributeCore::init_arg"},{"name":"has_writer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_writer</b></p><p><br />Called 736 times from 2 places in 1 file<br />Inclusive time: 1.50ms, 0.00%</p>","incl_time":0.0015014,"subname":"Class::MOP::Mixin::AttributeCore::has_writer","$color":4,"excl_time":0.0015014,"$area":0.0015014},"id":"5807-Class::MOP::Mixin::AttributeCore::has_writer"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@9","$color":4,"excl_time":7.99999999999462e-06,"$area":7.99999999999462e-06},"id":"5808-Class::MOP::Mixin::AttributeCore::BEGIN@9"},{"name":"definition_context","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::definition_context</b></p><p><br />Called 1042 times from 2 places in 2 files<br />Inclusive time: 841&micro;s, 0.00%</p>","incl_time":0.0008413,"subname":"Class::MOP::Mixin::AttributeCore::definition_context","$color":4,"excl_time":0.0008413,"$area":0.0008413},"id":"5809-Class::MOP::Mixin::AttributeCore::definition_context"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@2","$color":4,"excl_time":9.7e-06,"$area":9.7e-06},"id":"5810-Class::MOP::Mixin::AttributeCore::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@10","$color":4,"excl_time":6.599999999995e-06,"$area":6.599999999995e-06},"id":"5811-Class::MOP::Mixin::AttributeCore::BEGIN@10"},{"name":"builder","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::builder</b></p><p><br />Called 179 times from 5 places in 2 files<br />Inclusive time: 139&micro;s, 0.00%</p>","incl_time":0.0001391,"subname":"Class::MOP::Mixin::AttributeCore::builder","$color":4,"excl_time":0.0001391,"$area":0.0001391},"id":"5812-Class::MOP::Mixin::AttributeCore::builder"},{"name":"has_clearer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_clearer</b></p><p><br />Called 736 times from 2 places in 1 file<br />Inclusive time: 1.14ms, 0.00%</p>","incl_time":0.0011443,"subname":"Class::MOP::Mixin::AttributeCore::has_clearer","$color":4,"excl_time":0.0011443,"$area":0.0011443},"id":"5813-Class::MOP::Mixin::AttributeCore::has_clearer"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 337&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0003367,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@14","$color":4,"excl_time":6.99999999999778e-06,"$area":6.99999999999778e-06},"id":"5814-Class::MOP::Mixin::AttributeCore::BEGIN@14"},{"name":"accessor","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::accessor</b></p><p><br />Called 251 times from 2 places in 1 file<br />Inclusive time: 193&micro;s, 0.00%</p>","incl_time":0.0001931,"subname":"Class::MOP::Mixin::AttributeCore::accessor","$color":4,"excl_time":0.0001931,"$area":0.0001931},"id":"5815-Class::MOP::Mixin::AttributeCore::accessor"},{"name":"predicate","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::predicate</b></p><p><br />Called 166 times from 1 place in 1 file<br />Inclusive time: 148&micro;s, 0.00%</p>","incl_time":0.0001481,"subname":"Class::MOP::Mixin::AttributeCore::predicate","$color":4,"excl_time":0.0001481,"$area":0.0001481},"id":"5816-Class::MOP::Mixin::AttributeCore::predicate"},{"name":"is_default_a_coderef","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::is_default_a_coderef</b></p><p><br />Called 3163 times from 4 places in 4 files<br />Inclusive time: 7.17ms, 0.01%</p>","incl_time":0.00717220000000002,"subname":"Class::MOP::Mixin::AttributeCore::is_default_a_coderef","$color":4,"excl_time":0.00717220000000002,"$area":0.00717220000000002},"id":"5817-Class::MOP::Mixin::AttributeCore::is_default_a_coderef"},{"name":"has_initializer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_initializer</b></p><p><br />Called 13314 times from 8 places in 4 files<br />Inclusive time: 19.7ms, 0.03%</p>","incl_time":0.0196598999999986,"subname":"Class::MOP::Mixin::AttributeCore::has_initializer","$color":4,"excl_time":0.0196598999999986,"$area":0.0196598999999986},"id":"5818-Class::MOP::Mixin::AttributeCore::has_initializer"},{"name":"has_init_arg","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_init_arg</b></p><p><br />Called 108 times from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.00%</p>","incl_time":0.0001673,"subname":"Class::MOP::Mixin::AttributeCore::has_init_arg","$color":4,"excl_time":0.0001673,"$area":0.0001673},"id":"5819-Class::MOP::Mixin::AttributeCore::has_init_arg"},{"name":"reader","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::reader</b></p><p><br />Called 683 times from 3 places in 1 file<br />Inclusive time: 638&micro;s, 0.00%</p>","incl_time":0.000637600000000004,"subname":"Class::MOP::Mixin::AttributeCore::reader","$color":4,"excl_time":0.000637600000000004,"$area":0.000637600000000004},"id":"5820-Class::MOP::Mixin::AttributeCore::reader"},{"name":"has_predicate","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_predicate</b></p><p><br />Called 736 times from 2 places in 1 file<br />Inclusive time: 1.26ms, 0.00%</p>","incl_time":0.00126040000000001,"subname":"Class::MOP::Mixin::AttributeCore::has_predicate","$color":4,"excl_time":0.00126040000000001,"$area":0.00126040000000001},"id":"5821-Class::MOP::Mixin::AttributeCore::has_predicate"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::name</b></p><p><br />Called 129065 times from 38 places in 11 files<br />Inclusive time: 95.5ms, 0.13%</p>","incl_time":0.0955430999999744,"subname":"Class::MOP::Mixin::AttributeCore::name","$color":4,"excl_time":0.0955430999999744,"$area":0.0955430999999744},"id":"5822-Class::MOP::Mixin::AttributeCore::name"},{"name":"has_accessor","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_accessor</b></p><p><br />Called 781 times from 3 places in 2 files<br />Inclusive time: 1.69ms, 0.00%</p>","incl_time":0.0016939,"subname":"Class::MOP::Mixin::AttributeCore::has_accessor","$color":4,"excl_time":0.0016939,"$area":0.0016939},"id":"5823-Class::MOP::Mixin::AttributeCore::has_accessor"},{"name":"_set_insertion_order","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::_set_insertion_order</b></p><p><br />Called 884 times from 1 place in 1 file<br />Inclusive time: 1.59ms, 0.00%</p>","incl_time":0.00158610000000001,"subname":"Class::MOP::Mixin::AttributeCore::_set_insertion_order","$color":4,"excl_time":0.00158610000000001,"$area":0.00158610000000001},"id":"5824-Class::MOP::Mixin::AttributeCore::_set_insertion_order"},{"name":"has_reader","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_reader</b></p><p><br />Called 872 times from 3 places in 2 files<br />Inclusive time: 1.69ms, 0.00%</p>","incl_time":0.0016864,"subname":"Class::MOP::Mixin::AttributeCore::has_reader","$color":4,"excl_time":0.0016864,"$area":0.0016864},"id":"5825-Class::MOP::Mixin::AttributeCore::has_reader"},{"name":"has_default","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_default</b></p><p><br />Called 1929 times from 9 places in 4 files<br />Inclusive time: 2.87ms, 0.00%</p>","incl_time":0.00286890000000001,"subname":"Class::MOP::Mixin::AttributeCore::has_default","$color":4,"excl_time":0.00286890000000001,"$area":0.00286890000000001},"id":"5826-Class::MOP::Mixin::AttributeCore::has_default"},{"name":"clearer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::clearer</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%</p>","incl_time":8.22e-05,"subname":"Class::MOP::Mixin::AttributeCore::clearer","$color":4,"excl_time":8.22e-05,"$area":8.22e-05},"id":"5827-Class::MOP::Mixin::AttributeCore::clearer"},{"name":"default","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::default</b></p><p><br />Called 3970 times from 7 places in 4 files<br />Inclusive time: 26.7ms, 0.04%<br />Exclusive time: 17.5ms, 0.02%</p>","incl_time":0.0267127999999999,"subname":"Class::MOP::Mixin::AttributeCore::default","$color":4,"excl_time":0.017539099999888,"$area":0.017539099999888},"id":"5828-Class::MOP::Mixin::AttributeCore::default"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@12","$color":4,"excl_time":6.50000000000613e-06,"$area":6.50000000000613e-06},"id":"5829-Class::MOP::Mixin::AttributeCore::BEGIN@12"},{"name":"has_builder","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_builder</b></p><p><br />Called 715 times from 6 places in 3 files<br />Inclusive time: 1.08ms, 0.00%</p>","incl_time":0.0010815,"subname":"Class::MOP::Mixin::AttributeCore::has_builder","$color":4,"excl_time":0.0010815,"$area":0.0010815},"id":"5830-Class::MOP::Mixin::AttributeCore::has_builder"},{"name":"writer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::writer</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"Class::MOP::Mixin::AttributeCore::writer","$color":4,"excl_time":3.53e-05,"$area":3.53e-05},"id":"5831-Class::MOP::Mixin::AttributeCore::writer"},{"name":"has_read_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_read_method</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 903&micro;s, 0.00%<br />Exclusive time: 628&micro;s, 0.00%</p>","incl_time":0.0009028,"subname":"Class::MOP::Mixin::AttributeCore::has_read_method","$color":4,"excl_time":0.000628100000002371,"$area":0.000628100000002371},"id":"5832-Class::MOP::Mixin::AttributeCore::has_read_method"}],"data":{"$area":0.167312399999863},"id":"n5805"},{"name":"::HasMethods","children":[{"name":"_get_local_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_get_local_methods</b></p><p><br />Called 238 times from 6 places in 6 files<br />Inclusive time: 44.4ms, 0.06%<br />Exclusive time: 1.33ms, 0.00%</p>","incl_time":0.0443778,"subname":"Class::MOP::Mixin::HasMethods::_get_local_methods","$color":6,"excl_time":0.00132990000000422,"$area":0.00132990000000422},"id":"5834-Class::MOP::Mixin::HasMethods::_get_local_methods"},{"name":"add_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::add_method</b></p><p><br />Called 3199 times from 34 places in 17 files<br />Inclusive time: 249ms, 0.35%<br />Exclusive time: 94.2ms, 0.13%</p>","incl_time":0.2490869,"subname":"Class::MOP::Mixin::HasMethods::add_method","$color":6,"excl_time":0.0941878999997809,"$area":0.0941878999997809},"id":"5835-Class::MOP::Mixin::HasMethods::add_method"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@10","$color":6,"excl_time":6.80000000000075e-06,"$area":6.80000000000075e-06},"id":"5836-Class::MOP::Mixin::HasMethods::BEGIN@10"},{"name":"_get_maybe_raw_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_get_maybe_raw_method</b></p><p><br />Called 11021 times from 2 places in 1 file<br />Inclusive time: 202ms, 0.28%<br />Exclusive time: 71.1ms, 0.10%</p>","incl_time":0.201547400000001,"subname":"Class::MOP::Mixin::HasMethods::_get_maybe_raw_method","$color":6,"excl_time":0.071109799999717,"$area":0.071109799999717},"id":"5837-Class::MOP::Mixin::HasMethods::_get_maybe_raw_method"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::CORE:match</b></p><p><br />Called 3199 times from 1 place in 1 file<br />Inclusive time: 4.59ms, 0.01%</p>","incl_time":0.00458699999999998,"subname":"Class::MOP::Mixin::HasMethods::CORE:match","$color":6,"excl_time":0.00458699999999998,"$area":0.00458699999999998},"id":"5838-Class::MOP::Mixin::HasMethods::CORE:match"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 498&micro;s, 0.00%<br />Exclusive time: 362&micro;s, 0.00%</p>","incl_time":0.0004981,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@13","$color":6,"excl_time":0.000361600000000002,"$area":0.000361600000000002},"id":"5839-Class::MOP::Mixin::HasMethods::BEGIN@13"},{"name":"method_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::method_metaclass</b></p><p><br />Called 2188 times from 14 places in 6 files<br />Inclusive time: 1.46ms, 0.00%</p>","incl_time":0.00146,"subname":"Class::MOP::Mixin::HasMethods::method_metaclass","$color":6,"excl_time":0.00146,"$area":0.00146},"id":"5840-Class::MOP::Mixin::HasMethods::method_metaclass"},{"name":"wrapped_method_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::wrapped_method_metaclass</b></p><p><br />Called 2052 times from 13 places in 5 files<br />Inclusive time: 1.48ms, 0.00%</p>","incl_time":0.0014792,"subname":"Class::MOP::Mixin::HasMethods::wrapped_method_metaclass","$color":6,"excl_time":0.0014792,"$area":0.0014792},"id":"5841-Class::MOP::Mixin::HasMethods::wrapped_method_metaclass"},{"name":"get_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::get_method</b></p><p><br />Called 7411 times from 22 places in 14 files<br />Inclusive time: 235ms, 0.33%<br />Exclusive time: 39.3ms, 0.06%</p>","incl_time":0.2353829,"subname":"Class::MOP::Mixin::HasMethods::get_method","$color":6,"excl_time":0.0392531999998642,"$area":0.0392531999998642},"id":"5842-Class::MOP::Mixin::HasMethods::get_method"},{"name":"_full_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_full_method_map</b></p><p><br />Called 295 times from 2 places in 1 file<br />Inclusive time: 91.6ms, 0.13%<br />Exclusive time: 8.20ms, 0.01%</p>","incl_time":0.0916394,"subname":"Class::MOP::Mixin::HasMethods::_full_method_map","$color":6,"excl_time":0.00820460000002795,"$area":0.00820460000002795},"id":"5843-Class::MOP::Mixin::HasMethods::_full_method_map"},{"name":"update_package_cache_flag","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::update_package_cache_flag</b></p><p><br />Called 3207 times from 2 places in 1 file<br />Inclusive time: 25.2ms, 0.04%<br />Exclusive time: 18.5ms, 0.03%</p>","incl_time":0.0251632,"subname":"Class::MOP::Mixin::HasMethods::update_package_cache_flag","$color":6,"excl_time":0.0184692000003179,"$area":0.0184692000003179},"id":"5844-Class::MOP::Mixin::HasMethods::update_package_cache_flag"},{"name":"_code_is_mine","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_code_is_mine</b></p><p><br />Called 1450 times from 1 place in 1 file<br />Inclusive time: 12.2ms, 0.02%<br />Exclusive time: 9.50ms, 0.01%</p>","incl_time":0.0121956,"subname":"Class::MOP::Mixin::HasMethods::_code_is_mine","$color":6,"excl_time":0.00950440000005195,"$area":0.00950440000005195},"id":"5845-Class::MOP::Mixin::HasMethods::_code_is_mine"},{"name":"get_method_list","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::get_method_list</b></p><p><br />Called 57 times from 3 places in 3 files<br />Inclusive time: 49.0ms, 0.07%<br />Exclusive time: 368&micro;s, 0.00%</p>","incl_time":0.0489595,"subname":"Class::MOP::Mixin::HasMethods::get_method_list","$color":6,"excl_time":0.00036800000000038,"$area":0.00036800000000038},"id":"5846-Class::MOP::Mixin::HasMethods::get_method_list"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@9","$color":6,"excl_time":7.40000000000563e-06,"$area":7.40000000000563e-06},"id":"5847-Class::MOP::Mixin::HasMethods::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.42ms, 0.00%<br />Exclusive time: 564&micro;s, 0.00%</p>","incl_time":0.0024247,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@12","$color":6,"excl_time":0.000564400000000005,"$area":0.000564400000000005},"id":"5848-Class::MOP::Mixin::HasMethods::BEGIN@12"},{"name":"has_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::has_method</b></p><p><br />Called 3610 times from 14 places in 9 files<br />Inclusive time: 74.7ms, 0.11%<br />Exclusive time: 19.6ms, 0.03%</p>","incl_time":0.0746584999999999,"subname":"Class::MOP::Mixin::HasMethods::has_method","$color":6,"excl_time":0.019641399999879,"$area":0.019641399999879},"id":"5849-Class::MOP::Mixin::HasMethods::has_method"},{"name":"reset_package_cache_flag","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::reset_package_cache_flag</b></p><p><br />Called 149 times from 2 places in 2 files<br />Inclusive time: 315&micro;s, 0.00%</p>","incl_time":0.0003155,"subname":"Class::MOP::Mixin::HasMethods::reset_package_cache_flag","$color":6,"excl_time":0.0003155,"$area":0.0003155},"id":"5850-Class::MOP::Mixin::HasMethods::reset_package_cache_flag"},{"name":"_restore_metamethods_from","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_restore_metamethods_from</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 143&micro;s, 0.00%</p>","incl_time":0.0025037,"subname":"Class::MOP::Mixin::HasMethods::_restore_metamethods_from","$color":6,"excl_time":0.000142799999999557,"$area":0.000142799999999557},"id":"5851-Class::MOP::Mixin::HasMethods::_restore_metamethods_from"},{"name":"_meta_method_class","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_meta_method_class</b></p><p><br />Called 25 times from 2 places in 1 file<br />Inclusive time: 44&micro;s, 0.00%</p>","incl_time":4.39e-05,"subname":"Class::MOP::Mixin::HasMethods::_meta_method_class","$color":6,"excl_time":4.39e-05,"$area":4.39e-05},"id":"5852-Class::MOP::Mixin::HasMethods::_meta_method_class"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 735&micro;s, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0007354,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@17","$color":6,"excl_time":0.000274099999999988,"$area":0.000274099999999988},"id":"5853-Class::MOP::Mixin::HasMethods::BEGIN@17"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.22e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@21","$color":6,"excl_time":8.39999999999725e-06,"$area":8.39999999999725e-06},"id":"5854-Class::MOP::Mixin::HasMethods::BEGIN@21"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@19","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"5855-Class::MOP::Mixin::HasMethods::BEGIN@19"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@2","$color":6,"excl_time":9.1e-06,"$area":9.1e-06},"id":"5856-Class::MOP::Mixin::HasMethods::BEGIN@2"},{"name":"remove_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::remove_method</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 366&micro;s, 0.00%<br />Exclusive time: 148&micro;s, 0.00%</p>","incl_time":0.000366,"subname":"Class::MOP::Mixin::HasMethods::remove_method","$color":6,"excl_time":0.000148300000001678,"$area":0.000148300000001678},"id":"5857-Class::MOP::Mixin::HasMethods::remove_method"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@15","$color":6,"excl_time":7.39999999999888e-06,"$area":7.39999999999888e-06},"id":"5858-Class::MOP::Mixin::HasMethods::BEGIN@15"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@16","$color":6,"excl_time":6.99999999999863e-06,"$area":6.99999999999863e-06},"id":"5859-Class::MOP::Mixin::HasMethods::BEGIN@16"},{"name":"wrap_method_body","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::wrap_method_body</b></p><p><br />Called 550 times from 1 place in 1 file<br />Inclusive time: 43.8ms, 0.06%<br />Exclusive time: 6.46ms, 0.01%</p>","incl_time":0.0438002,"subname":"Class::MOP::Mixin::HasMethods::wrap_method_body","$color":6,"excl_time":0.00645799999999909,"$area":0.00645799999999909},"id":"5860-Class::MOP::Mixin::HasMethods::wrap_method_body"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_method_map</b></p><p><br />Called 15087 times from 7 places in 2 files<br />Inclusive time: 34.9ms, 0.05%<br />Exclusive time: 33.6ms, 0.05%</p>","incl_time":0.0348689,"subname":"Class::MOP::Mixin::HasMethods::_method_map","$color":6,"excl_time":0.0336283000002507,"$area":0.0336283000002507},"id":"5861-Class::MOP::Mixin::HasMethods::_method_map"},{"name":"_add_meta_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_add_meta_method</b></p><p><br />Called 314 times from 7 places in 6 files<br />Inclusive time: 153ms, 0.22%<br />Exclusive time: 6.69ms, 0.01%</p>","incl_time":0.1529004,"subname":"Class::MOP::Mixin::HasMethods::_add_meta_method","$color":6,"excl_time":0.00668869999996872,"$area":0.00668869999996872},"id":"5862-Class::MOP::Mixin::HasMethods::_add_meta_method"}],"data":{"$area":0.318271099999863},"id":"n5833"},{"name":"::HasAttributes","children":[{"name":"_attribute_map","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::_attribute_map</b></p><p><br />Called 10813 times from 8 places in 2 files<br />Inclusive time: 8.30ms, 0.01%</p>","incl_time":0.00830450000000006,"subname":"Class::MOP::Mixin::HasAttributes::_attribute_map","$color":8,"excl_time":0.00830450000000006,"$area":0.00830450000000006},"id":"5864-Class::MOP::Mixin::HasAttributes::_attribute_map"},{"name":"get_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::get_attribute</b></p><p><br />Called 680 times from 5 places in 4 files<br />Inclusive time: 3.50ms, 0.00%<br />Exclusive time: 3.09ms, 0.00%</p>","incl_time":0.0035049,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute","$color":8,"excl_time":0.00309210000004081,"$area":0.00309210000004081},"id":"5865-Class::MOP::Mixin::HasAttributes::get_attribute"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@9","$color":8,"excl_time":7.10000000000563e-06,"$area":7.10000000000563e-06},"id":"5866-Class::MOP::Mixin::HasAttributes::BEGIN@9"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::CORE:sort</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Class::MOP::Mixin::HasAttributes::CORE:sort","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"5867-Class::MOP::Mixin::HasAttributes::CORE:sort"},{"name":"attribute_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::attribute_metaclass</b></p><p><br />Called 2336 times from 12 places in 4 files<br />Inclusive time: 1.75ms, 0.00%</p>","incl_time":0.0017476,"subname":"Class::MOP::Mixin::HasAttributes::attribute_metaclass","$color":8,"excl_time":0.0017476,"$area":0.0017476},"id":"5868-Class::MOP::Mixin::HasAttributes::attribute_metaclass"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@13","$color":8,"excl_time":6.89999999999575e-06,"$area":6.89999999999575e-06},"id":"5869-Class::MOP::Mixin::HasAttributes::BEGIN@13"},{"name":"remove_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::remove_attribute</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":8.88e-05,"subname":"Class::MOP::Mixin::HasAttributes::remove_attribute","$color":8,"excl_time":8.01000000019148e-05,"$area":8.01000000019148e-05},"id":"5870-Class::MOP::Mixin::HasAttributes::remove_attribute"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@10","$color":8,"excl_time":6.59999999999788e-06,"$area":6.59999999999788e-06},"id":"5871-Class::MOP::Mixin::HasAttributes::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@2","$color":8,"excl_time":9.3e-06,"$area":9.3e-06},"id":"5872-Class::MOP::Mixin::HasAttributes::BEGIN@2"},{"name":"_restore_metaattributes_from","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::_restore_metaattributes_from</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":8.35e-05,"subname":"Class::MOP::Mixin::HasAttributes::_restore_metaattributes_from","$color":8,"excl_time":5.02999999997114e-05,"$area":5.02999999997114e-05},"id":"5873-Class::MOP::Mixin::HasAttributes::_restore_metaattributes_from"},{"name":"add_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::add_attribute</b></p><p><br />Called 884 times from 122 places in 23 files<br />Inclusive time: 1.63s, 2.29%<br />Exclusive time: 26.2ms, 0.04%</p>","incl_time":1.6260659,"subname":"Class::MOP::Mixin::HasAttributes::add_attribute","$color":8,"excl_time":0.0261785000001575,"$area":0.0261785000001575},"id":"5874-Class::MOP::Mixin::HasAttributes::add_attribute"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8.25e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@15","$color":8,"excl_time":6.40000000000438e-06,"$area":6.40000000000438e-06},"id":"5875-Class::MOP::Mixin::HasAttributes::BEGIN@15"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@12","$color":8,"excl_time":6.49999999999613e-06,"$area":6.49999999999613e-06},"id":"5876-Class::MOP::Mixin::HasAttributes::BEGIN@12"},{"name":"has_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::has_attribute</b></p><p><br />Called 2004 times from 5 places in 5 files<br />Inclusive time: 9.97ms, 0.01%<br />Exclusive time: 8.62ms, 0.01%</p>","incl_time":0.0099715,"subname":"Class::MOP::Mixin::HasAttributes::has_attribute","$color":8,"excl_time":0.00861990000009435,"$area":0.00861990000009435},"id":"5877-Class::MOP::Mixin::HasAttributes::has_attribute"},{"name":"get_attribute_list","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::get_attribute_list</b></p><p><br />Called 287 times from 7 places in 5 files<br />Inclusive time: 1.72ms, 0.00%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0017194,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute_list","$color":8,"excl_time":0.00148810000000223,"$area":0.00148810000000223},"id":"5878-Class::MOP::Mixin::HasAttributes::get_attribute_list"}],"data":{"$area":0.0496088000002966},"id":"n5863"}],"data":{"$area":0.535479300000022},"id":"n5799"},{"name":"::Module","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"Class::MOP::Module::BEGIN@13","$color":10,"excl_time":7e-06,"$area":7e-06},"id":"5880-Class::MOP::Module::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Class::MOP::Module::BEGIN@3","$color":10,"excl_time":9e-06,"$area":9e-06},"id":"5881-Class::MOP::Module::BEGIN@3"},{"name":"_instantiate_module","children":[],"data":{"tip":"<p><b>Class::MOP::Module::_instantiate_module</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 321&micro;s, 0.00%<br />Exclusive time: 290&micro;s, 0.00%</p>","incl_time":0.000321,"subname":"Class::MOP::Module::_instantiate_module","$color":10,"excl_time":0.000290100000002969,"$area":0.000290100000002969},"id":"5882-Class::MOP::Module::_instantiate_module"},{"name":"create","children":[],"data":{"tip":"<p><b>Class::MOP::Module::create</b></p><p><br />Called 48 times from 2 places in 2 files<br />Inclusive time: 38.2ms, 0.05%<br />Exclusive time: 876&micro;s, 0.00%</p>","incl_time":0.0381921,"subname":"Class::MOP::Module::create","$color":10,"excl_time":0.000876399999998162,"$area":0.000876399999998162},"id":"5883-Class::MOP::Module::create"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Class::MOP::Module::BEGIN@10","$color":10,"excl_time":7.79999999999462e-06,"$area":7.79999999999462e-06},"id":"5884-Class::MOP::Module::BEGIN@10"},{"name":"version","children":[],"data":{"tip":"<p><b>Class::MOP::Module::version</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 236&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0002363,"subname":"Class::MOP::Module::version","$color":10,"excl_time":4.63999999977034e-05,"$area":4.63999999977034e-05},"id":"5885-Class::MOP::Module::version"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.71ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0037149,"subname":"Class::MOP::Module::BEGIN@16","$color":10,"excl_time":7.60000000000344e-06,"$area":7.60000000000344e-06},"id":"5886-Class::MOP::Module::BEGIN@16"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Class::MOP::Module::BEGIN@11","$color":10,"excl_time":6.6000000000065e-06,"$area":6.6000000000065e-06},"id":"5887-Class::MOP::Module::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Class::MOP::Module::BEGIN@14","$color":10,"excl_time":6.50000000000488e-06,"$area":6.50000000000488e-06},"id":"5888-Class::MOP::Module::BEGIN@14"}],"data":{"$area":0.00125739999999884},"id":"n5879"},{"name":"::Deprecated","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 151&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001506,"subname":"Class::MOP::Deprecated::BEGIN@12","$color":1,"excl_time":8.90000000000537e-06,"$area":8.90000000000537e-06},"id":"5890-Class::MOP::Deprecated::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Class::MOP::Deprecated::BEGIN@10","$color":1,"excl_time":8.299999999992e-06,"$area":8.299999999992e-06},"id":"5891-Class::MOP::Deprecated::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Class::MOP::Deprecated::BEGIN@9","$color":1,"excl_time":9.6000000000065e-06,"$area":9.6000000000065e-06},"id":"5892-Class::MOP::Deprecated::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Class::MOP::Deprecated::BEGIN@2","$color":1,"excl_time":1.16e-05,"$area":1.16e-05},"id":"5893-Class::MOP::Deprecated::BEGIN@2"}],"data":{"$area":3.84000000000039e-05},"id":"n5889"},{"name":"::Instance","children":[{"name":"inline_get_is_lvalue","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_get_is_lvalue</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Class::MOP::Instance::inline_get_is_lvalue","$color":3,"excl_time":1.57e-05,"$area":1.57e-05},"id":"5895-Class::MOP::Instance::inline_get_is_lvalue"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Class::MOP::Instance::BEGIN@11","$color":3,"excl_time":6.60000000000075e-06,"$area":6.60000000000075e-06},"id":"5896-Class::MOP::Instance::BEGIN@11"},{"name":"create_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::create_instance</b></p><p><br />Called 1396 times from 1 place in 1 file<br />Inclusive time: 18.5ms, 0.03%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.0184586000000001,"subname":"Class::MOP::Instance::create_instance","$color":3,"excl_time":0.0154089999999618,"$area":0.0154089999999618},"id":"5897-Class::MOP::Instance::create_instance"},{"name":"is_slot_initialized","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_slot_initialized</b></p><p><br />Called 32371 times from 1 place in 1 file<br />Inclusive time: 70.5ms, 0.10%</p>","incl_time":0.0705459000000076,"subname":"Class::MOP::Instance::is_slot_initialized","$color":3,"excl_time":0.0705459000000076,"$area":0.0705459000000076},"id":"5898-Class::MOP::Instance::is_slot_initialized"},{"name":"get_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::get_slot_value</b></p><p><br />Called 29342 times from 1 place in 1 file<br />Inclusive time: 60.9ms, 0.09%</p>","incl_time":0.0608868000000015,"subname":"Class::MOP::Instance::get_slot_value","$color":3,"excl_time":0.0608868000000015,"$area":0.0608868000000015},"id":"5899-Class::MOP::Instance::get_slot_value"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BUILDARGS</b></p><p><br />Called 597 times from 1 place in 1 file<br />Inclusive time: 33.7ms, 0.05%<br />Exclusive time: 20.2ms, 0.03%</p>","incl_time":0.0336749,"subname":"Class::MOP::Instance::BUILDARGS","$color":3,"excl_time":0.0201939000000202,"$area":0.0201939000000202},"id":"5900-Class::MOP::Instance::BUILDARGS"},{"name":"rebless_instance_structure","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::rebless_instance_structure</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"Class::MOP::Instance::rebless_instance_structure","$color":3,"excl_time":7.78000000014977e-05,"$area":7.78000000014977e-05},"id":"5901-Class::MOP::Instance::rebless_instance_structure"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::_new</b></p><p><br />Called 47 times from 1 place in 1 file<br />Inclusive time: 361&micro;s, 0.00%</p>","incl_time":0.0003606,"subname":"Class::MOP::Instance::_new","$color":3,"excl_time":0.0003606,"$area":0.0003606},"id":"5902-Class::MOP::Instance::_new"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::new</b></p><p><br />Called 597 times from 1 place in 1 file<br />Inclusive time: 50.2ms, 0.07%<br />Exclusive time: 7.70ms, 0.01%</p>","incl_time":0.0502026,"subname":"Class::MOP::Instance::new","$color":3,"excl_time":0.00770159999999752,"$area":0.00770159999999752},"id":"5903-Class::MOP::Instance::new"},{"name":"inline_create_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_create_instance</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 414&micro;s, 0.00%</p>","incl_time":0.0004144,"subname":"Class::MOP::Instance::inline_create_instance","$color":3,"excl_time":0.0004144,"$area":0.0004144},"id":"5904-Class::MOP::Instance::inline_create_instance"},{"name":"set_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::set_slot_value</b></p><p><br />Called 10822 times from 3 places in 2 files<br />Inclusive time: 25.9ms, 0.04%</p>","incl_time":0.0259175999999996,"subname":"Class::MOP::Instance::set_slot_value","$color":3,"excl_time":0.0259175999999996,"$area":0.0259175999999996},"id":"5905-Class::MOP::Instance::set_slot_value"},{"name":"weaken_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::weaken_slot_value</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":9.6e-05,"subname":"Class::MOP::Instance::weaken_slot_value","$color":3,"excl_time":7.27999999993329e-05,"$area":7.27999999993329e-05},"id":"5906-Class::MOP::Instance::weaken_slot_value"},{"name":"is_dependent_on_superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_dependent_on_superclasses</b></p><p><br />Called 597 times from 1 place in 1 file<br />Inclusive time: 844&micro;s, 0.00%</p>","incl_time":0.000843500000000001,"subname":"Class::MOP::Instance::is_dependent_on_superclasses","$color":3,"excl_time":0.000843500000000001,"$area":0.000843500000000001},"id":"5907-Class::MOP::Instance::is_dependent_on_superclasses"},{"name":"inline_get_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_get_slot_value</b></p><p><br />Called 622 times from 1 place in 1 file<br />Inclusive time: 5.45ms, 0.01%<br />Exclusive time: 3.26ms, 0.00%</p>","incl_time":0.0054493,"subname":"Class::MOP::Instance::inline_get_slot_value","$color":3,"excl_time":0.00326080000000137,"$area":0.00326080000000137},"id":"5908-Class::MOP::Instance::inline_get_slot_value"},{"name":"_class_name","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::_class_name</b></p><p><br />Called 1396 times from 1 place in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 2.96ms, 0.00%</p>","incl_time":0.00304960000000001,"subname":"Class::MOP::Instance::_class_name","$color":3,"excl_time":0.00296210000000104,"$area":0.00296210000000104},"id":"5909-Class::MOP::Instance::_class_name"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.62e-05,"subname":"Class::MOP::Instance::BEGIN@13","$color":3,"excl_time":1.24999999999963e-05,"$area":1.24999999999963e-05},"id":"5910-Class::MOP::Instance::BEGIN@13"},{"name":"is_inlinable","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_inlinable</b></p><p><br />Called 932 times from 2 places in 2 files<br />Inclusive time: 1.08ms, 0.00%</p>","incl_time":0.0010828,"subname":"Class::MOP::Instance::is_inlinable","$color":3,"excl_time":0.0010828,"$area":0.0010828},"id":"5911-Class::MOP::Instance::is_inlinable"},{"name":"inline_weaken_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_weaken_slot_value</b></p><p><br />Called 27 times from 1 place in 1 file<br />Inclusive time: 234&micro;s, 0.00%<br />Exclusive time: 166&micro;s, 0.00%</p>","incl_time":0.0002344,"subname":"Class::MOP::Instance::inline_weaken_slot_value","$color":3,"excl_time":0.000166299999995377,"$area":0.000166299999995377},"id":"5912-Class::MOP::Instance::inline_weaken_slot_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Class::MOP::Instance::BEGIN@10","$color":3,"excl_time":7.70000000000563e-06,"$area":7.70000000000563e-06},"id":"5913-Class::MOP::Instance::BEGIN@10"},{"name":"inline_deinitialize_slot","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_deinitialize_slot</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 761&micro;s, 0.00%<br />Exclusive time: 480&micro;s, 0.00%</p>","incl_time":0.0007614,"subname":"Class::MOP::Instance::inline_deinitialize_slot","$color":3,"excl_time":0.000480200000004681,"$area":0.000480200000004681},"id":"5914-Class::MOP::Instance::inline_deinitialize_slot"},{"name":"inline_slot_access","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_slot_access</b></p><p><br />Called 2354 times from 5 places in 1 file<br />Inclusive time: 7.09ms, 0.01%</p>","incl_time":0.00709089999999999,"subname":"Class::MOP::Instance::inline_slot_access","$color":3,"excl_time":0.00709089999999999,"$area":0.00709089999999999},"id":"5915-Class::MOP::Instance::inline_slot_access"},{"name":"inline_set_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_set_slot_value</b></p><p><br />Called 1390 times from 1 place in 1 file<br />Inclusive time: 10.7ms, 0.02%<br />Exclusive time: 6.81ms, 0.01%</p>","incl_time":0.0106989,"subname":"Class::MOP::Instance::inline_set_slot_value","$color":3,"excl_time":0.00681190000003627,"$area":0.00681190000003627},"id":"5916-Class::MOP::Instance::inline_set_slot_value"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 135&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000135,"subname":"Class::MOP::Instance::BEGIN@15","$color":3,"excl_time":1.11000000000038e-05,"$area":1.11000000000038e-05},"id":"5917-Class::MOP::Instance::BEGIN@15"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::associated_metaclass</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"Class::MOP::Instance::associated_metaclass","$color":3,"excl_time":5.83e-05,"$area":5.83e-05},"id":"5918-Class::MOP::Instance::associated_metaclass"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Class::MOP::Instance::BEGIN@3","$color":3,"excl_time":9.8e-06,"$area":9.8e-06},"id":"5919-Class::MOP::Instance::BEGIN@3"},{"name":"inline_is_slot_initialized","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_is_slot_initialized</b></p><p><br />Called 230 times from 1 place in 1 file<br />Inclusive time: 1.84ms, 0.00%<br />Exclusive time: 1.18ms, 0.00%</p>","incl_time":0.0018412,"subname":"Class::MOP::Instance::inline_is_slot_initialized","$color":3,"excl_time":0.00117510000000122,"$area":0.00117510000000122},"id":"5920-Class::MOP::Instance::inline_is_slot_initialized"},{"name":"_set_mop_slot","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::_set_mop_slot</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Class::MOP::Instance::_set_mop_slot","$color":3,"excl_time":2.13999999998168e-05,"$area":2.13999999998168e-05},"id":"5921-Class::MOP::Instance::_set_mop_slot"}],"data":{"$area":0.225597100000029},"id":"n5894"},{"name":"::Attribute","children":[{"name":"set_initial_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::set_initial_value</b></p><p><br />Called 152 times from 2 places in 1 file<br />Inclusive time: 5.16ms, 0.01%<br />Exclusive time: 1.45ms, 0.00%</p>","incl_time":0.0051645,"subname":"Class::MOP::Attribute::set_initial_value","$color":5,"excl_time":0.00144740000000663,"$area":0.00144740000000663},"id":"5923-Class::MOP::Attribute::set_initial_value"},{"name":"_set_initial_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_set_initial_slot_value</b></p><p><br />Called 10786 times from 2 places in 1 file<br />Inclusive time: 132ms, 0.19%<br />Exclusive time: 84.7ms, 0.12%</p>","incl_time":0.131933599999999,"subname":"Class::MOP::Attribute::_set_initial_slot_value","$color":5,"excl_time":0.0846553000003752,"$area":0.0846553000003752},"id":"5924-Class::MOP::Attribute::_set_initial_slot_value"},{"name":"get_read_method","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_read_method</b></p><p><br />Called 156 times from 3 places in 3 files<br />Inclusive time: 955&micro;s, 0.00%<br />Exclusive time: 814&micro;s, 0.00%</p>","incl_time":0.0009551,"subname":"Class::MOP::Attribute::get_read_method","$color":5,"excl_time":0.000814100000024034,"$area":0.000814100000024034},"id":"5925-Class::MOP::Attribute::get_read_method"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Class::MOP::Attribute::BEGIN@13","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"5926-Class::MOP::Attribute::BEGIN@13"},{"name":"_inline_instance_get","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_instance_get</b></p><p><br />Called 622 times from 3 places in 3 files<br />Inclusive time: 70.2ms, 0.10%<br />Exclusive time: 6.81ms, 0.01%</p>","incl_time":0.0702082,"subname":"Class::MOP::Attribute::_inline_instance_get","$color":5,"excl_time":0.00681319999998554,"$area":0.00681319999998554},"id":"5927-Class::MOP::Attribute::_inline_instance_get"},{"name":"remove_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::remove_accessors</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 976&micro;s, 0.00%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.0009763,"subname":"Class::MOP::Attribute::remove_accessors","$color":5,"excl_time":0.000175600000000568,"$area":0.000175600000000568},"id":"5928-Class::MOP::Attribute::remove_accessors"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:198]","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:198]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 772ms, 1.09%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":0.7718792,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:198]","$color":5,"excl_time":6.95000000014767e-05,"$area":6.95000000014767e-05},"id":"5929-Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:198]"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001179,"subname":"Class::MOP::Attribute::BEGIN@19","$color":5,"excl_time":8.10000000000676e-06,"$area":8.10000000000676e-06},"id":"5930-Class::MOP::Attribute::BEGIN@19"},{"name":"set_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::set_value</b></p><p><br />Called 32 times from 2 places in 2 files<br />Inclusive time: 755&micro;s, 0.00%<br />Exclusive time: 102&micro;s, 0.00%</p>","incl_time":0.0007547,"subname":"Class::MOP::Attribute::set_value","$color":5,"excl_time":0.000101600000001037,"$area":0.000101600000001037},"id":"5931-Class::MOP::Attribute::set_value"},{"name":"associated_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associated_methods</b></p><p><br />Called 532 times from 2 places in 1 file<br />Inclusive time: 487&micro;s, 0.00%</p>","incl_time":0.000486600000000004,"subname":"Class::MOP::Attribute::associated_methods","$color":5,"excl_time":0.000486600000000004,"$area":0.000486600000000004},"id":"5932-Class::MOP::Attribute::associated_methods"},{"name":"associate_method","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associate_method</b></p><p><br />Called 1178 times from 3 places in 2 files<br />Inclusive time: 3.56ms, 0.01%</p>","incl_time":0.00355739999999999,"subname":"Class::MOP::Attribute::associate_method","$color":5,"excl_time":0.00355739999999999,"$area":0.00355739999999999},"id":"5933-Class::MOP::Attribute::associate_method"},{"name":"set_raw_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::set_raw_value</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 653&micro;s, 0.00%<br />Exclusive time: 339&micro;s, 0.00%</p>","incl_time":0.0006531,"subname":"Class::MOP::Attribute::set_raw_value","$color":5,"excl_time":0.000338599999996452,"$area":0.000338599999996452},"id":"5934-Class::MOP::Attribute::set_raw_value"},{"name":"_process_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_process_accessors</b></p><p><br />Called 1007 times from 5 places in 2 files<br />Inclusive time: 1.02s, 1.43%<br />Exclusive time: 26.6ms, 0.04%</p>","incl_time":1.0167169,"subname":"Class::MOP::Attribute::_process_accessors","$color":5,"excl_time":0.0266040999999971,"$area":0.0266040999999971},"id":"5935-Class::MOP::Attribute::_process_accessors"},{"name":"get_raw_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_raw_value</b></p><p><br />Called 29342 times from 2 places in 2 files<br />Inclusive time: 755ms, 1.06%<br />Exclusive time: 296ms, 0.42%</p>","incl_time":0.755233500000031,"subname":"Class::MOP::Attribute::get_raw_value","$color":5,"excl_time":0.295806799965634,"$area":0.295806799965634},"id":"5936-Class::MOP::Attribute::get_raw_value"},{"name":"get_read_method_ref","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_read_method_ref</b></p><p><br />Called 36 times from 2 places in 2 files<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 474&micro;s, 0.00%</p>","incl_time":0.0015847,"subname":"Class::MOP::Attribute::get_read_method_ref","$color":5,"excl_time":0.000473800000008412,"$area":0.000473800000008412},"id":"5937-Class::MOP::Attribute::get_read_method_ref"},{"name":"attach_to_class","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::attach_to_class</b></p><p><br />Called 653 times from 1 place in 1 file<br />Inclusive time: 6.95ms, 0.01%<br />Exclusive time: 5.22ms, 0.01%</p>","incl_time":0.0069454,"subname":"Class::MOP::Attribute::attach_to_class","$color":5,"excl_time":0.00522409999997246,"$area":0.00522409999997246},"id":"5938-Class::MOP::Attribute::attach_to_class"},{"name":"_accessor_description","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_accessor_description</b></p><p><br />Called 1007 times from 2 places in 1 file<br />Inclusive time: 13.0ms, 0.02%<br />Exclusive time: 10.8ms, 0.02%</p>","incl_time":0.0129757,"subname":"Class::MOP::Attribute::_accessor_description","$color":5,"excl_time":0.0107999000000977,"$area":0.0107999000000977},"id":"5939-Class::MOP::Attribute::_accessor_description"},{"name":"_inline_get_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_get_value</b></p><p><br />Called 75 times from 2 places in 1 file<br />Inclusive time: 3.68ms, 0.01%<br />Exclusive time: 307&micro;s, 0.00%</p>","incl_time":0.0036806,"subname":"Class::MOP::Attribute::_inline_get_value","$color":5,"excl_time":0.000306599999999679,"$area":0.000306599999999679},"id":"5940-Class::MOP::Attribute::_inline_get_value"},{"name":"get_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_value</b></p><p><br />Called 263 times from 5 places in 3 files<br />Inclusive time: 6.72ms, 0.01%<br />Exclusive time: 763&micro;s, 0.00%</p>","incl_time":0.0067181,"subname":"Class::MOP::Attribute::get_value","$color":5,"excl_time":0.000762700000018596,"$area":0.000762700000018596},"id":"5941-Class::MOP::Attribute::get_value"},{"name":"has_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::has_value</b></p><p><br />Called 32371 times from 5 places in 4 files<br />Inclusive time: 854ms, 1.20%<br />Exclusive time: 325ms, 0.46%</p>","incl_time":0.854007800000049,"subname":"Class::MOP::Attribute::has_value","$color":5,"excl_time":0.324712999950445,"$area":0.324712999950445},"id":"5942-Class::MOP::Attribute::has_value"},{"name":"associated_class","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associated_class</b></p><p><br />Called 13025 times from 27 places in 6 files<br />Inclusive time: 9.24ms, 0.01%</p>","incl_time":0.00923560000000001,"subname":"Class::MOP::Attribute::associated_class","$color":5,"excl_time":0.00923560000000001,"$area":0.00923560000000001},"id":"5943-Class::MOP::Attribute::associated_class"},{"name":"_inline_set_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_set_value</b></p><p><br />Called 1300 times from 7 places in 4 files<br />Inclusive time: 61.5ms, 0.09%<br />Exclusive time: 5.31ms, 0.01%</p>","incl_time":0.0615095000000001,"subname":"Class::MOP::Attribute::_inline_set_value","$color":5,"excl_time":0.00531069999999881,"$area":0.00531069999999881},"id":"5944-Class::MOP::Attribute::_inline_set_value"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Class::MOP::Attribute::BEGIN@11","$color":5,"excl_time":9.00000000000488e-06,"$area":9.00000000000488e-06},"id":"5945-Class::MOP::Attribute::BEGIN@11"},{"name":"accessor_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::accessor_metaclass</b></p><p><br />Called 245 times from 2 places in 1 file<br />Inclusive time: 292&micro;s, 0.00%</p>","incl_time":0.0002917,"subname":"Class::MOP::Attribute::accessor_metaclass","$color":5,"excl_time":0.0002917,"$area":0.0002917},"id":"5946-Class::MOP::Attribute::accessor_metaclass"},{"name":"detach_from_class","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::detach_from_class</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Class::MOP::Attribute::detach_from_class","$color":5,"excl_time":1.73e-05,"$area":1.73e-05},"id":"5947-Class::MOP::Attribute::detach_from_class"},{"name":"_inline_instance_set","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_instance_set</b></p><p><br />Called 1390 times from 2 places in 2 files<br />Inclusive time: 58.3ms, 0.08%<br />Exclusive time: 14.7ms, 0.02%</p>","incl_time":0.0583307000000001,"subname":"Class::MOP::Attribute::_inline_instance_set","$color":5,"excl_time":0.0147148999999275,"$area":0.0147148999999275},"id":"5948-Class::MOP::Attribute::_inline_instance_set"},{"name":"slots","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::slots</b></p><p><br />Called 4035 times from 1 place in 1 file<br />Inclusive time: 13.0ms, 0.02%<br />Exclusive time: 10.8ms, 0.02%</p>","incl_time":0.0130308000000001,"subname":"Class::MOP::Attribute::slots","$color":5,"excl_time":0.010801800000145,"$area":0.010801800000145},"id":"5949-Class::MOP::Attribute::slots"},{"name":"_inline_has_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_has_value</b></p><p><br />Called 140 times from 1 place in 1 file<br />Inclusive time: 3.91ms, 0.01%<br />Exclusive time: 670&micro;s, 0.00%</p>","incl_time":0.0039071,"subname":"Class::MOP::Attribute::_inline_has_value","$color":5,"excl_time":0.000669999999998509,"$area":0.000669999999998509},"id":"5950-Class::MOP::Attribute::_inline_has_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Class::MOP::Attribute::BEGIN@10","$color":5,"excl_time":1.06000000000003e-05,"$area":1.06000000000003e-05},"id":"5951-Class::MOP::Attribute::BEGIN@10"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::install_accessors</b></p><p><br />Called 729 times from 3 places in 2 files<br />Inclusive time: 1.19s, 1.68%<br />Exclusive time: 22.4ms, 0.03%</p>","incl_time":1.190231,"subname":"Class::MOP::Attribute::install_accessors","$color":5,"excl_time":0.0224321999999875,"$area":0.0224321999999875},"id":"5952-Class::MOP::Attribute::install_accessors"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Class::MOP::Attribute::BEGIN@15","$color":5,"excl_time":8.19999999999788e-06,"$area":8.19999999999788e-06},"id":"5953-Class::MOP::Attribute::BEGIN@15"},{"name":"initialize_instance_slot","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::initialize_instance_slot</b></p><p><br />Called 13168 times from 2 places in 1 file<br />Inclusive time: 213ms, 0.30%<br />Exclusive time: 59.5ms, 0.08%</p>","incl_time":0.212568600000001,"subname":"Class::MOP::Attribute::initialize_instance_slot","$color":5,"excl_time":0.0595460999999528,"$area":0.0595460999999528},"id":"5954-Class::MOP::Attribute::initialize_instance_slot"},{"name":"_inline_clear_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_clear_value</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 2.59ms, 0.00%<br />Exclusive time: 451&micro;s, 0.00%</p>","incl_time":0.0025853,"subname":"Class::MOP::Attribute::_inline_clear_value","$color":5,"excl_time":0.00045050000000789,"$area":0.00045050000000789},"id":"5955-Class::MOP::Attribute::_inline_clear_value"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"Class::MOP::Attribute::BEGIN@17","$color":5,"excl_time":9.09999999999326e-06,"$area":9.09999999999326e-06},"id":"5956-Class::MOP::Attribute::BEGIN@17"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:398]","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:398]</b></p><p><br />Called 950 times from 1 place in 1 file<br />Inclusive time: 968ms, 1.36%<br />Exclusive time: 17.3ms, 0.02%</p>","incl_time":0.9675062,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:398]","$color":5,"excl_time":0.0172656000001857,"$area":0.0172656000001857},"id":"5957-Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:398]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:456]","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:456]</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 721&micro;s, 0.00%<br />Exclusive time: 89&micro;s, 0.00%</p>","incl_time":0.0007206,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:456]","$color":5,"excl_time":8.86999999989822e-05,"$area":8.86999999989822e-05},"id":"5958-Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:456]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Class::MOP::Attribute::BEGIN@3","$color":5,"excl_time":1.14e-05,"$area":1.14e-05},"id":"5959-Class::MOP::Attribute::BEGIN@3"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Class::MOP::Attribute::BEGIN@16","$color":5,"excl_time":8.100000000005e-06,"$area":8.100000000005e-06},"id":"5960-Class::MOP::Attribute::BEGIN@16"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_new</b></p><p><br />Called 123 times from 1 place in 1 file<br />Inclusive time: 1.85ms, 0.00%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0018505,"subname":"Class::MOP::Attribute::_new","$color":5,"excl_time":0.0011729,"$area":0.0011729},"id":"5961-Class::MOP::Attribute::_new"},{"name":"_inline_instance_clear","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_instance_clear</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 2.13ms, 0.00%<br />Exclusive time: 1.00ms, 0.00%</p>","incl_time":0.0021348,"subname":"Class::MOP::Attribute::_inline_instance_clear","$color":5,"excl_time":0.0010028999999946,"$area":0.0010028999999946},"id":"5962-Class::MOP::Attribute::_inline_instance_clear"},{"name":"_inline_instance_has","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_inline_instance_has</b></p><p><br />Called 230 times from 2 places in 2 files<br />Inclusive time: 5.23ms, 0.01%<br />Exclusive time: 2.61ms, 0.00%</p>","incl_time":0.0052273,"subname":"Class::MOP::Attribute::_inline_instance_has","$color":5,"excl_time":0.00260639999999619,"$area":0.00260639999999619},"id":"5963-Class::MOP::Attribute::_inline_instance_has"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::new</b></p><p><br />Called 653 times from 50 places in 4 files<br />Inclusive time: 51.9ms, 0.07%<br />Exclusive time: 11.7ms, 0.02%</p>","incl_time":0.0519332,"subname":"Class::MOP::Attribute::new","$color":5,"excl_time":0.0116691000000008,"$area":0.0116691000000008},"id":"5964-Class::MOP::Attribute::new"}],"data":{"$area":0.920496299916759},"id":"n5922"},{"name":"::Object","children":[{"name":"_real_ref_name","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_real_ref_name</b></p><p><br />Called 11 times from 3 places in 3 files<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Class::MOP::Object::_real_ref_name","$color":7,"excl_time":3.71000000002083e-05,"$area":3.71000000002083e-05},"id":"5966-Class::MOP::Object::_real_ref_name"},{"name":"_get_compatible_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_get_compatible_metaclass</b></p><p><br />Called 52 times from 4 places in 3 files<br />Inclusive time: 1.02ms, 0.00%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":0.0010237,"subname":"Class::MOP::Object::_get_compatible_metaclass","$color":7,"excl_time":0.000228499999997339,"$area":0.000228499999997339},"id":"5967-Class::MOP::Object::_get_compatible_metaclass"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Class::MOP::Object::BEGIN@10","$color":7,"excl_time":7.10000000000038e-06,"$area":7.10000000000038e-06},"id":"5968-Class::MOP::Object::BEGIN@10"},{"name":"_make_compatible_with","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_make_compatible_with</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 23.1ms, 0.03%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0230806,"subname":"Class::MOP::Object::_make_compatible_with","$color":7,"excl_time":0.000137100000002549,"$area":0.000137100000002549},"id":"5969-Class::MOP::Object::_make_compatible_with"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Class::MOP::Object::BEGIN@3","$color":7,"excl_time":8.7e-06,"$area":8.7e-06},"id":"5970-Class::MOP::Object::BEGIN@3"},{"name":"_is_compatible_with","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_is_compatible_with</b></p><p><br />Called 3906 times from 5 places in 4 files<br />Inclusive time: 20.1ms, 0.03%<br />Exclusive time: 14.9ms, 0.02%</p>","incl_time":0.0201441999999999,"subname":"Class::MOP::Object::_is_compatible_with","$color":7,"excl_time":0.0148646999998588,"$area":0.0148646999998588},"id":"5971-Class::MOP::Object::_is_compatible_with"},{"name":"meta","children":[],"data":{"tip":"<p><b>Class::MOP::Object::meta</b></p><p><br />Called 2953 times from 56 places in 10 files<br />Inclusive time: 44.8ms, 0.06%<br />Exclusive time: 16.7ms, 0.02%</p>","incl_time":0.0447735,"subname":"Class::MOP::Object::meta","$color":7,"excl_time":0.0167459000000249,"$area":0.0167459000000249},"id":"5972-Class::MOP::Object::meta"},{"name":"_can_be_made_compatible_with","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_can_be_made_compatible_with</b></p><p><br />Called 2075 times from 2 places in 1 file<br />Inclusive time: 20.0ms, 0.03%<br />Exclusive time: 8.08ms, 0.01%</p>","incl_time":0.0200151999999999,"subname":"Class::MOP::Object::_can_be_made_compatible_with","$color":7,"excl_time":0.00807870000001958,"$area":0.00807870000001958},"id":"5973-Class::MOP::Object::_can_be_made_compatible_with"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Class::MOP::Object::BEGIN@11","$color":7,"excl_time":6.1000000000065e-06,"$area":6.1000000000065e-06},"id":"5974-Class::MOP::Object::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Class::MOP::Object::BEGIN@14","$color":7,"excl_time":6.00000000000263e-06,"$area":6.00000000000263e-06},"id":"5975-Class::MOP::Object::BEGIN@14"},{"name":"_get_compatible_metaclass_by_subclassing","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_get_compatible_metaclass_by_subclassing</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 795&micro;s, 0.00%<br />Exclusive time: 499&micro;s, 0.00%</p>","incl_time":0.0007952,"subname":"Class::MOP::Object::_get_compatible_metaclass_by_subclassing","$color":7,"excl_time":0.000499200000001702,"$area":0.000499200000001702},"id":"5976-Class::MOP::Object::_get_compatible_metaclass_by_subclassing"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Object::_new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 290&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.00029,"subname":"Class::MOP::Object::_new","$color":7,"excl_time":7.40000000000603e-06,"$area":7.40000000000603e-06},"id":"5977-Class::MOP::Object::_new"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Class::MOP::Object::BEGIN@13","$color":7,"excl_time":5.70000000000626e-06,"$area":5.70000000000626e-06},"id":"5978-Class::MOP::Object::BEGIN@13"}],"data":{"$area":0.0406321999999051},"id":"n5965"},{"name":"::MiniTrait","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::MiniTrait::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Class::MOP::MiniTrait::BEGIN@10","$color":9,"excl_time":7.80000000000363e-06,"$area":7.80000000000363e-06},"id":"5980-Class::MOP::MiniTrait::BEGIN@10"},{"name":"apply","children":[],"data":{"tip":"<p><b>Class::MOP::MiniTrait::apply</b></p><p><br />Called 10 times from 7 places in 7 files<br />Inclusive time: 64.2ms, 0.09%<br />Exclusive time: 1.66ms, 0.00%</p>","incl_time":0.064228,"subname":"Class::MOP::MiniTrait::apply","$color":9,"excl_time":0.00165750000000374,"$area":0.00165750000000374},"id":"5981-Class::MOP::MiniTrait::apply"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::MiniTrait::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Class::MOP::MiniTrait::BEGIN@9","$color":9,"excl_time":7.60000000000275e-06,"$area":7.60000000000275e-06},"id":"5982-Class::MOP::MiniTrait::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::MiniTrait::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Class::MOP::MiniTrait::BEGIN@12","$color":9,"excl_time":7.70000000000276e-06,"$area":7.70000000000276e-06},"id":"5983-Class::MOP::MiniTrait::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::MiniTrait::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Class::MOP::MiniTrait::BEGIN@2","$color":9,"excl_time":9.6e-06,"$area":9.6e-06},"id":"5984-Class::MOP::MiniTrait::BEGIN@2"}],"data":{"$area":0.00169020000000375},"id":"n5979"},{"name":"::Class","children":[{"name":"_attach_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_attach_attribute</b></p><p><br />Called 653 times from 1 place in 1 file<br />Inclusive time: 9.69ms, 0.01%<br />Exclusive time: 2.74ms, 0.00%</p>","incl_time":0.0096878,"subname":"Class::MOP::Class::_attach_attribute","$color":0,"excl_time":0.00274240000000298,"$area":0.00274240000000298},"id":"5986-Class::MOP::Class::_attach_attribute"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.47ms, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0044694,"subname":"Class::MOP::Class::BEGIN@26","$color":0,"excl_time":6.99999999999486e-06,"$area":6.99999999999486e-06},"id":"5987-Class::MOP::Class::BEGIN@26"},{"name":"invalidate_meta_instances","children":[],"data":{"tip":"<p><b>Class::MOP::Class::invalidate_meta_instances</b></p><p><br />Called 660 times from 2 places in 1 file<br />Inclusive time: 6.98ms, 0.01%<br />Exclusive time: 5.68ms, 0.01%</p>","incl_time":0.00697890000000001,"subname":"Class::MOP::Class::invalidate_meta_instances","$color":0,"excl_time":0.00568100000001086,"$area":0.00568100000001086},"id":"5988-Class::MOP::Class::invalidate_meta_instances"},{"name":"_create_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_create_meta_instance</b></p><p><br />Called 597 times from 1 place in 1 file<br />Inclusive time: 89.6ms, 0.13%<br />Exclusive time: 7.86ms, 0.01%</p>","incl_time":0.0896441,"subname":"Class::MOP::Class::_create_meta_instance","$color":0,"excl_time":0.00786149999993044,"$area":0.00786149999993044},"id":"5989-Class::MOP::Class::_create_meta_instance"},{"name":"_inline_extra_init","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_extra_init</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"Class::MOP::Class::_inline_extra_init","$color":0,"excl_time":4.27e-05,"$area":4.27e-05},"id":"5990-Class::MOP::Class::_inline_extra_init"},{"name":"remove_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Class::remove_attribute</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 1.70ms, 0.00%<br />Exclusive time: 160&micro;s, 0.00%</p>","incl_time":0.0016953,"subname":"Class::MOP::Class::remove_attribute","$color":0,"excl_time":0.000160400000000549,"$area":0.000160400000000549},"id":"5991-Class::MOP::Class::remove_attribute"},{"name":"_add_inlined_method","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_add_inlined_method</b></p><p><br />Called 235 times from 2 places in 1 file<br />Inclusive time: 871&micro;s, 0.00%</p>","incl_time":0.0008706,"subname":"Class::MOP::Class::_add_inlined_method","$color":0,"excl_time":0.0008706,"$area":0.0008706},"id":"5992-Class::MOP::Class::_add_inlined_method"},{"name":"_check_single_metaclass_compatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_check_single_metaclass_compatibility</b></p><p><br />Called 1624 times from 1 place in 1 file<br />Inclusive time: 48.7ms, 0.07%<br />Exclusive time: 6.72ms, 0.01%</p>","incl_time":0.0486978999999999,"subname":"Class::MOP::Class::_check_single_metaclass_compatibility","$color":0,"excl_time":0.00672309999997208,"$area":0.00672309999997208},"id":"5993-Class::MOP::Class::_check_single_metaclass_compatibility"},{"name":"new_object","children":[],"data":{"tip":"<p><b>Class::MOP::Class::new_object</b></p><p><br />Called 1223 times from 7 places in 7 files<br />Inclusive time: 303ms, 0.43%<br />Exclusive time: 10.9ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 887&micro;s</p>","incl_time":0.3029269,"subname":"Class::MOP::Class::new_object","$color":0,"excl_time":0.0109490000000229,"$area":0.0109490000000229},"id":"5994-Class::MOP::Class::new_object"},{"name":"is_mutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_mutable</b></p><p><br />Called 197 times from 4 places in 3 files<br />Inclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0002451,"subname":"Class::MOP::Class::is_mutable","$color":0,"excl_time":0.0002451,"$area":0.0002451},"id":"5995-Class::MOP::Class::is_mutable"},{"name":"_inline_slot_initializers","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_slot_initializers</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 276ms, 0.39%<br />Exclusive time: 3.84ms, 0.01%</p>","incl_time":0.2763326,"subname":"Class::MOP::Class::_inline_slot_initializers","$color":0,"excl_time":0.00384260000001504,"$area":0.00384260000001504},"id":"5996-Class::MOP::Class::_inline_slot_initializers"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_new</b></p><p><br />Called 81 times from 1 place in 1 file<br />Inclusive time: 1.03ms, 0.00%</p>","incl_time":0.0010298,"subname":"Class::MOP::Class::_new","$color":0,"excl_time":0.0010298,"$area":0.0010298},"id":"5997-Class::MOP::Class::_new"},{"name":"_immutable_options","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_immutable_options</b></p><p><br />Called 164 times from 2 places in 2 files<br />Inclusive time: 4.23ms, 0.01%<br />Exclusive time: 2.96ms, 0.00%</p>","incl_time":0.0042258,"subname":"Class::MOP::Class::_immutable_options","$color":0,"excl_time":0.00295679999999337,"$area":0.00295679999999337},"id":"5998-Class::MOP::Class::_immutable_options"},{"name":"linearized_isa","children":[],"data":{"tip":"<p><b>Class::MOP::Class::linearized_isa</b></p><p><br />Called 3201 times from 5 places in 3 files<br />Inclusive time: 25.2ms, 0.04%<br />Exclusive time: 16.5ms, 0.02%</p>","incl_time":0.0251629000000001,"subname":"Class::MOP::Class::linearized_isa","$color":0,"excl_time":0.016522300000176,"$area":0.016522300000176},"id":"5999-Class::MOP::Class::linearized_isa"},{"name":"_rebless_as_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_rebless_as_immutable</b></p><p><br />Called 164 times from 1 place in 1 file<br />Inclusive time: 79.6ms, 0.11%<br />Exclusive time: 1.66ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 384&micro;s</p>","incl_time":0.079628,"subname":"Class::MOP::Class::_rebless_as_immutable","$color":0,"excl_time":0.00165699999999902,"$area":0.00165699999999902},"id":"6000-Class::MOP::Class::_rebless_as_immutable"},{"name":"instance_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Class::instance_metaclass</b></p><p><br />Called 3334 times from 13 places in 5 files<br />Inclusive time: 2.41ms, 0.00%</p>","incl_time":0.0024099,"subname":"Class::MOP::Class::instance_metaclass","$color":0,"excl_time":0.0024099,"$area":0.0024099},"id":"6001-Class::MOP::Class::instance_metaclass"},{"name":"_install_inlined_code","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_install_inlined_code</b></p><p><br />Called 164 times from 1 place in 1 file<br />Inclusive time: 744ms, 1.05%<br />Exclusive time: 2.53ms, 0.00%</p>","incl_time":0.7439795,"subname":"Class::MOP::Class::_install_inlined_code","$color":0,"excl_time":0.00252619999998886,"$area":0.00252619999998886},"id":"6002-Class::MOP::Class::_install_inlined_code"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.76ms, 0.01%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.0067615,"subname":"Class::MOP::Class::BEGIN@15","$color":0,"excl_time":0.00127990000000002,"$area":0.00127990000000002},"id":"6003-Class::MOP::Class::BEGIN@15"},{"name":"_inline_new_object","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_new_object</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 353ms, 0.50%<br />Exclusive time: 2.71ms, 0.00%</p>","incl_time":0.3529664,"subname":"Class::MOP::Class::_inline_new_object","$color":0,"excl_time":0.00271420000000759,"$area":0.00271420000000759},"id":"6004-Class::MOP::Class::_inline_new_object"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:892]","children":[],"data":{"tip":"<p><b>Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:892]</b></p><p><br />Called 653 times from 1 place in 1 file<br />Inclusive time: 1.54s, 2.18%<br />Exclusive time: 4.86ms, 0.01%</p>","incl_time":1.5444157,"subname":"Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:892]","$color":0,"excl_time":0.00485720000000726,"$area":0.00485720000000726},"id":"6005-Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:892]"},{"name":"update_meta_instance_dependencies","children":[],"data":{"tip":"<p><b>Class::MOP::Class::update_meta_instance_dependencies</b></p><p><br />Called 200 times from 1 place in 1 file<br />Inclusive time: 472&micro;s, 0.00%</p>","incl_time":0.000472,"subname":"Class::MOP::Class::update_meta_instance_dependencies","$color":0,"excl_time":0.000472,"$area":0.000472},"id":"6006-Class::MOP::Class::update_meta_instance_dependencies"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:1072]","children":[],"data":{"tip":"<p><b>Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:1072]</b></p><p><br />Called 202 times from 3 places in 1 file<br />Inclusive time: 62.0ms, 0.09%<br />Exclusive time: 4.46ms, 0.01%</p>","incl_time":0.061967,"subname":"Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:1072]","$color":0,"excl_time":0.00446240000000512,"$area":0.00446240000000512},"id":"6007-Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:1072]"},{"name":"constructor_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::constructor_name</b></p><p><br />Called 172 times from 2 places in 2 files<br />Inclusive time: 203&micro;s, 0.00%</p>","incl_time":0.0002028,"subname":"Class::MOP::Class::constructor_name","$color":0,"excl_time":0.0002028,"$area":0.0002028},"id":"6008-Class::MOP::Class::constructor_name"},{"name":"_superclasses_updated","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_superclasses_updated</b></p><p><br />Called 200 times from 1 place in 1 file<br />Inclusive time: 12.4ms, 0.02%<br />Exclusive time: 2.76ms, 0.00%</p>","incl_time":0.012379,"subname":"Class::MOP::Class::_superclasses_updated","$color":0,"excl_time":0.00275649999996324,"$area":0.00275649999996324},"id":"6009-Class::MOP::Class::_superclasses_updated"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"Class::MOP::Class::BEGIN@21","$color":0,"excl_time":7.3999999999935e-06,"$area":7.3999999999935e-06},"id":"6010-Class::MOP::Class::BEGIN@21"},{"name":"_inline_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_accessors</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 51.1ms, 0.07%<br />Exclusive time: 604&micro;s, 0.00%</p>","incl_time":0.051061,"subname":"Class::MOP::Class::_inline_accessors","$color":0,"excl_time":0.000604000000000385,"$area":0.000604000000000385},"id":"6011-Class::MOP::Class::_inline_accessors"},{"name":"_inline_constructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_constructor</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 603ms, 0.85%<br />Exclusive time: 4.77ms, 0.01%</p>","incl_time":0.6032094,"subname":"Class::MOP::Class::_inline_constructor","$color":0,"excl_time":0.0047747999999718,"$area":0.0047747999999718},"id":"6012-Class::MOP::Class::_inline_constructor"},{"name":"_real_ref_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_real_ref_name</b></p><p><br />Called 595 times from 7 places in 3 files<br />Inclusive time: 6.68ms, 0.01%<br />Exclusive time: 3.37ms, 0.00%</p>","incl_time":0.0066778,"subname":"Class::MOP::Class::_real_ref_name","$color":0,"excl_time":0.00337299999999037,"$area":0.00337299999999037},"id":"6013-Class::MOP::Class::_real_ref_name"},{"name":"_inline_destructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_destructor</b></p><p><br />Called 111 times from 1 place in 1 file<br />Inclusive time: 87.2ms, 0.12%<br />Exclusive time: 4.23ms, 0.01%</p>","incl_time":0.0871829,"subname":"Class::MOP::Class::_inline_destructor","$color":0,"excl_time":0.00423120000002724,"$area":0.00423120000002724},"id":"6014-Class::MOP::Class::_inline_destructor"},{"name":"_initialize_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_initialize_immutable</b></p><p><br />Called 164 times from 1 place in 1 file<br />Inclusive time: 746ms, 1.05%<br />Exclusive time: 2.46ms, 0.00%</p>","incl_time":0.7464425,"subname":"Class::MOP::Class::_initialize_immutable","$color":0,"excl_time":0.00246299999999681,"$area":0.00246299999999681},"id":"6015-Class::MOP::Class::_initialize_immutable"},{"name":"create_anon_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::create_anon_class</b></p><p><br />Called 116 times from 4 places in 4 files<br />Inclusive time: 264ms, 0.37%<br />Exclusive time: 491&micro;s, 0.00%</p>","incl_time":0.2640429,"subname":"Class::MOP::Class::create_anon_class","$color":0,"excl_time":0.000491199999999614,"$area":0.000491199999999614},"id":"6016-Class::MOP::Class::create_anon_class"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_eval_environment</b></p><p><br />Called 133 times from 2 places in 2 files<br />Inclusive time: 19.3ms, 0.03%<br />Exclusive time: 3.57ms, 0.01%</p>","incl_time":0.0193105,"subname":"Class::MOP::Class::_eval_environment","$color":0,"excl_time":0.00357079999998796,"$area":0.00357079999998796},"id":"6017-Class::MOP::Class::_eval_environment"},{"name":"_superclass_metas","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_superclass_metas</b></p><p><br />Called 200 times from 1 place in 1 file<br />Inclusive time: 668&micro;s, 0.00%</p>","incl_time":0.000668300000000001,"subname":"Class::MOP::Class::_superclass_metas","$color":0,"excl_time":0.000668300000000001,"$area":0.000668300000000001},"id":"6018-Class::MOP::Class::_superclass_metas"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::superclasses</b></p><p><br />Called 1299 times from 6 places in 3 files<br />Inclusive time: 223ms, 0.31%<br />Exclusive time: 13.0ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 6.79ms</p>","incl_time":0.22339,"subname":"Class::MOP::Class::superclasses","$color":0,"excl_time":0.0130259000000152,"$area":0.0130259000000152},"id":"6019-Class::MOP::Class::superclasses"},{"name":"_inline_generate_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_generate_instance</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 6.86ms, 0.01%<br />Exclusive time: 915&micro;s, 0.00%</p>","incl_time":0.0068561,"subname":"Class::MOP::Class::_inline_generate_instance","$color":0,"excl_time":0.00091520000000397,"$area":0.00091520000000397},"id":"6020-Class::MOP::Class::_inline_generate_instance"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Class::MOP::Class::BEGIN@23","$color":0,"excl_time":7.1999999999965e-06,"$area":7.1999999999965e-06},"id":"6021-Class::MOP::Class::BEGIN@23"},{"name":"add_before_method_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Class::add_before_method_modifier</b></p><p><br />Called 21 times from 6 places in 5 files<br />Inclusive time: 9.64ms, 0.01%<br />Exclusive time: 272&micro;s, 0.00%</p>","incl_time":0.0096411,"subname":"Class::MOP::Class::add_before_method_modifier","$color":0,"excl_time":0.000272400000002768,"$area":0.000272400000002768},"id":"6022-Class::MOP::Class::add_before_method_modifier"},{"name":"_inline_default_value","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_default_value</b></p><p><br />Called 739 times from 2 places in 2 files<br />Inclusive time: 7.52ms, 0.01%<br />Exclusive time: 5.13ms, 0.01%</p>","incl_time":0.0075183,"subname":"Class::MOP::Class::_inline_default_value","$color":0,"excl_time":0.00512560000000999,"$area":0.00512560000000999},"id":"6023-Class::MOP::Class::_inline_default_value"},{"name":"_inline_init_attr_from_constructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_init_attr_from_constructor</b></p><p><br />Called 275 times from 1 place in 1 file<br />Inclusive time: 13.0ms, 0.02%<br />Exclusive time: 2.68ms, 0.00%</p>","incl_time":0.0130246,"subname":"Class::MOP::Class::_inline_init_attr_from_constructor","$color":0,"excl_time":0.00268249999999865,"$area":0.00268249999999865},"id":"6024-Class::MOP::Class::_inline_init_attr_from_constructor"},{"name":"_check_metaclass_compatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_check_metaclass_compatibility</b></p><p><br />Called 454 times from 2 places in 1 file<br />Inclusive time: 224ms, 0.32%<br />Exclusive time: 17.0ms, 0.02%<br />Recursion: max depth 4, recursive inclusive time 7.09ms</p>","incl_time":0.2240947,"subname":"Class::MOP::Class::_check_metaclass_compatibility","$color":0,"excl_time":0.0170267999999083,"$area":0.0170267999999083},"id":"6025-Class::MOP::Class::_check_metaclass_compatibility"},{"name":"_class_metaclass_is_compatible","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_class_metaclass_is_compatible</b></p><p><br />Called 241 times from 2 places in 1 file<br />Inclusive time: 6.13ms, 0.01%<br />Exclusive time: 2.40ms, 0.00%</p>","incl_time":0.0061309,"subname":"Class::MOP::Class::_class_metaclass_is_compatible","$color":0,"excl_time":0.00239739999997829,"$area":0.00239739999997829},"id":"6026-Class::MOP::Class::_class_metaclass_is_compatible"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.64ms, 0.00%<br />Exclusive time: 707&micro;s, 0.00%</p>","incl_time":0.0016393,"subname":"Class::MOP::Class::BEGIN@16","$color":0,"excl_time":0.000706999999999989,"$area":0.000706999999999989},"id":"6027-Class::MOP::Class::BEGIN@16"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Class::MOP::Class::BEGIN@22","$color":0,"excl_time":7.90000000000538e-06,"$area":7.90000000000538e-06},"id":"6028-Class::MOP::Class::BEGIN@22"},{"name":"_base_metaclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_base_metaclasses</b></p><p><br />Called 542 times from 3 places in 2 files<br />Inclusive time: 1.94ms, 0.00%</p>","incl_time":0.0019368,"subname":"Class::MOP::Class::_base_metaclasses","$color":0,"excl_time":0.0019368,"$area":0.0019368},"id":"6029-Class::MOP::Class::_base_metaclasses"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Class::MOP::Class::initialize</b></p><p><br />Called 77643 times from 31 places in 18 files<br />Inclusive time: 579ms, 0.82%<br />Exclusive time: 327ms, 0.46%<br />Recursion: max depth 4, recursive inclusive time 8.12ms</p>","incl_time":0.579140299999983,"subname":"Class::MOP::Class::initialize","$color":0,"excl_time":0.327009500059211,"$area":0.327009500059211},"id":"6030-Class::MOP::Class::initialize"},{"name":"_fix_class_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_fix_class_metaclass_incompatibility</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 28.3ms, 0.04%<br />Exclusive time: 120&micro;s, 0.00%</p>","incl_time":0.0282653,"subname":"Class::MOP::Class::_fix_class_metaclass_incompatibility","$color":0,"excl_time":0.000119500000001002,"$area":0.000119500000001002},"id":"6031-Class::MOP::Class::_fix_class_metaclass_incompatibility"},{"name":"_restore_metaobjects_from","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_restore_metaobjects_from</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.28ms, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0012848,"subname":"Class::MOP::Class::_restore_metaobjects_from","$color":0,"excl_time":3.97999999998374e-05,"$area":3.97999999998374e-05},"id":"6032-Class::MOP::Class::_restore_metaobjects_from"},{"name":"_fixup_attributes_after_rebless","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_fixup_attributes_after_rebless</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 20.9ms, 0.03%<br />Exclusive time: 2.07ms, 0.00%</p>","incl_time":0.0208913,"subname":"Class::MOP::Class::_fixup_attributes_after_rebless","$color":0,"excl_time":0.00206550000000277,"$area":0.00206550000000277},"id":"6033-Class::MOP::Class::_fixup_attributes_after_rebless"},{"name":"find_next_method_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_next_method_by_name</b></p><p><br />Called 493 times from 4 places in 3 files<br />Inclusive time: 38.7ms, 0.05%<br />Exclusive time: 7.63ms, 0.01%</p>","incl_time":0.0387191,"subname":"Class::MOP::Class::find_next_method_by_name","$color":0,"excl_time":0.00762690000000639,"$area":0.00762690000000639},"id":"6034-Class::MOP::Class::find_next_method_by_name"},{"name":"_inline_create_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_create_instance</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 5.94ms, 0.01%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":0.0059409,"subname":"Class::MOP::Class::_inline_create_instance","$color":0,"excl_time":0.00102069999999024,"$area":0.00102069999999024},"id":"6035-Class::MOP::Class::_inline_create_instance"},{"name":"immutable_trait","children":[],"data":{"tip":"<p><b>Class::MOP::Class::immutable_trait</b></p><p><br />Called 106 times from 2 places in 1 file<br />Inclusive time: 81&micro;s, 0.00%</p>","incl_time":8.15e-05,"subname":"Class::MOP::Class::immutable_trait","$color":0,"excl_time":8.15e-05,"$area":8.15e-05},"id":"6036-Class::MOP::Class::immutable_trait"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Class::MOP::Class::BEGIN@3","$color":0,"excl_time":9.2e-06,"$area":9.2e-06},"id":"6037-Class::MOP::Class::BEGIN@3"},{"name":"find_attribute_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_attribute_by_name</b></p><p><br />Called 353 times from 7 places in 5 files<br />Inclusive time: 20.7ms, 0.03%<br />Exclusive time: 6.72ms, 0.01%</p>","incl_time":0.0207499,"subname":"Class::MOP::Class::find_attribute_by_name","$color":0,"excl_time":0.00672470000001034,"$area":0.00672470000001034},"id":"6038-Class::MOP::Class::find_attribute_by_name"},{"name":"_class_metaclass_can_be_made_compatible","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_class_metaclass_can_be_made_compatible</b></p><p><br />Called 300 times from 3 places in 2 files<br />Inclusive time: 10.0ms, 0.01%<br />Exclusive time: 2.29ms, 0.00%</p>","incl_time":0.0100416,"subname":"Class::MOP::Class::_class_metaclass_can_be_made_compatible","$color":0,"excl_time":0.00229280000000903,"$area":0.00229280000000903},"id":"6039-Class::MOP::Class::_class_metaclass_can_be_made_compatible"},{"name":"_can_fix_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_can_fix_metaclass_incompatibility</b></p><p><br />Called 287 times from 1 place in 1 file<br />Inclusive time: 75.7ms, 0.11%<br />Exclusive time: 9.34ms, 0.01%</p>","incl_time":0.0756544,"subname":"Class::MOP::Class::_can_fix_metaclass_incompatibility","$color":0,"excl_time":0.00933559999998919,"$area":0.00933559999998919},"id":"6040-Class::MOP::Class::_can_fix_metaclass_incompatibility"},{"name":"invalidate_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::invalidate_meta_instance</b></p><p><br />Called 660 times from 1 place in 1 file<br />Inclusive time: 1.30ms, 0.00%</p>","incl_time":0.0012979,"subname":"Class::MOP::Class::invalidate_meta_instance","$color":0,"excl_time":0.0012979,"$area":0.0012979},"id":"6041-Class::MOP::Class::invalidate_meta_instance"},{"name":"rebless_instance_away","children":[],"data":{"tip":"<p><b>Class::MOP::Class::rebless_instance_away</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Class::MOP::Class::rebless_instance_away","$color":0,"excl_time":1.02e-05,"$area":1.02e-05},"id":"6042-Class::MOP::Class::rebless_instance_away"},{"name":"_inline_params","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_params</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 95&micro;s, 0.00%</p>","incl_time":9.55e-05,"subname":"Class::MOP::Class::_inline_params","$color":0,"excl_time":9.55e-05,"$area":9.55e-05},"id":"6043-Class::MOP::Class::_inline_params"},{"name":"add_after_method_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Class::add_after_method_modifier</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 1.33ms, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0013264,"subname":"Class::MOP::Class::add_after_method_modifier","$color":0,"excl_time":7.25000000001921e-05,"$area":7.25000000001921e-05},"id":"6044-Class::MOP::Class::add_after_method_modifier"},{"name":"_post_add_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_post_add_attribute</b></p><p><br />Called 653 times from 1 place in 1 file<br />Inclusive time: 1.57s, 2.22%<br />Exclusive time: 8.36ms, 0.01%</p>","incl_time":1.5717975,"subname":"Class::MOP::Class::_post_add_attribute","$color":0,"excl_time":0.00836310000000226,"$area":0.00836310000000226},"id":"6045-Class::MOP::Class::_post_add_attribute"},{"name":"_inline_slot_initializer","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_slot_initializer</b></p><p><br />Called 834 times from 2 places in 2 files<br />Inclusive time: 238ms, 0.34%<br />Exclusive time: 11.7ms, 0.02%</p>","incl_time":0.2377891,"subname":"Class::MOP::Class::_inline_slot_initializer","$color":0,"excl_time":0.0116725000000133,"$area":0.0116725000000133},"id":"6046-Class::MOP::Class::_inline_slot_initializer"},{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_immutable</b></p><p><br />Called 359 times from 3 places in 3 files<br />Inclusive time: 436&micro;s, 0.00%</p>","incl_time":0.000436000000000001,"subname":"Class::MOP::Class::is_immutable","$color":0,"excl_time":0.000436000000000001,"$area":0.000436000000000001},"id":"6047-Class::MOP::Class::is_immutable"},{"name":"_inline_fallback_constructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_fallback_constructor</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 1.86ms, 0.00%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0018633,"subname":"Class::MOP::Class::_inline_fallback_constructor","$color":0,"excl_time":0.00128899999996839,"$area":0.00128899999996839},"id":"6048-Class::MOP::Class::_inline_fallback_constructor"},{"name":"_single_metaclass_can_be_made_compatible","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_single_metaclass_can_be_made_compatible</b></p><p><br />Called 1935 times from 3 places in 2 files<br />Inclusive time: 47.0ms, 0.07%<br />Exclusive time: 24.5ms, 0.03%</p>","incl_time":0.0470218000000001,"subname":"Class::MOP::Class::_single_metaclass_can_be_made_compatible","$color":0,"excl_time":0.024489399999729,"$area":0.024489399999729},"id":"6049-Class::MOP::Class::_single_metaclass_can_be_made_compatible"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.80ms, 0.00%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.0018004,"subname":"Class::MOP::Class::BEGIN@13","$color":0,"excl_time":0.00156760000000001,"$area":0.00156760000000001},"id":"6050-Class::MOP::Class::BEGIN@13"},{"name":"_inline_preserve_weak_metaclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_preserve_weak_metaclasses</b></p><p><br />Called 133 times from 1 place in 1 file<br />Inclusive time: 1.81ms, 0.00%<br />Exclusive time: 971&micro;s, 0.00%</p>","incl_time":0.0018114,"subname":"Class::MOP::Class::_inline_preserve_weak_metaclasses","$color":0,"excl_time":0.000971200000002124,"$area":0.000971200000002124},"id":"6051-Class::MOP::Class::_inline_preserve_weak_metaclasses"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Class::MOP::Class::BEGIN@24","$color":0,"excl_time":7.20000000000488e-06,"$area":7.20000000000488e-06},"id":"6052-Class::MOP::Class::BEGIN@24"},{"name":"find_all_methods_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_all_methods_by_name</b></p><p><br />Called 218 times from 3 places in 3 files<br />Inclusive time: 35.1ms, 0.05%<br />Exclusive time: 5.90ms, 0.01%</p>","incl_time":0.0350551,"subname":"Class::MOP::Class::find_all_methods_by_name","$color":0,"excl_time":0.00590209999998536,"$area":0.00590209999998536},"id":"6053-Class::MOP::Class::find_all_methods_by_name"},{"name":"_generate_fallback_constructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_generate_fallback_constructor</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"Class::MOP::Class::_generate_fallback_constructor","$color":0,"excl_time":7.5e-05,"$area":7.5e-05},"id":"6054-Class::MOP::Class::_generate_fallback_constructor"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Class::MOP::Class::BEGIN@10","$color":0,"excl_time":8.10000000000513e-06,"$area":8.10000000000513e-06},"id":"6055-Class::MOP::Class::BEGIN@10"},{"name":"_inline_init_attr_from_default","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_init_attr_from_default</b></p><p><br />Called 286 times from 2 places in 1 file<br />Inclusive time: 7.24ms, 0.01%<br />Exclusive time: 1.80ms, 0.00%</p>","incl_time":0.0072418,"subname":"Class::MOP::Class::_inline_init_attr_from_default","$color":0,"excl_time":0.00180330000000232,"$area":0.00180330000000232},"id":"6056-Class::MOP::Class::_inline_init_attr_from_default"},{"name":"find_method_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_method_by_name</b></p><p><br />Called 671 times from 7 places in 7 files<br />Inclusive time: 78.1ms, 0.11%<br />Exclusive time: 12.3ms, 0.02%</p>","incl_time":0.0780729,"subname":"Class::MOP::Class::find_method_by_name","$color":0,"excl_time":0.0122945000000694,"$area":0.0122945000000694},"id":"6057-Class::MOP::Class::find_method_by_name"},{"name":"_force_rebless_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_force_rebless_instance</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 22.5ms, 0.03%<br />Exclusive time: 250&micro;s, 0.00%</p>","incl_time":0.0225404,"subname":"Class::MOP::Class::_force_rebless_instance","$color":0,"excl_time":0.000250000000001621,"$area":0.000250000000001621},"id":"6058-Class::MOP::Class::_force_rebless_instance"},{"name":"constructor_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::constructor_class</b></p><p><br />Called 363 times from 6 places in 1 file<br />Inclusive time: 250&micro;s, 0.00%</p>","incl_time":0.00025,"subname":"Class::MOP::Class::constructor_class","$color":0,"excl_time":0.00025,"$area":0.00025},"id":"6059-Class::MOP::Class::constructor_class"},{"name":"_construct_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_construct_instance</b></p><p><br />Called 1396 times from 2 places in 1 file<br />Inclusive time: 387ms, 0.55%<br />Exclusive time: 65.3ms, 0.09%<br />Recursion: max depth 1, recursive inclusive time 847&micro;s</p>","incl_time":0.3867922,"subname":"Class::MOP::Class::_construct_instance","$color":0,"excl_time":0.0653414999999869,"$area":0.0653414999999869},"id":"6060-Class::MOP::Class::_construct_instance"},{"name":"_fix_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_fix_metaclass_incompatibility</b></p><p><br />Called 255 times from 1 place in 1 file<br />Inclusive time: 117ms, 0.17%<br />Exclusive time: 3.82ms, 0.01%<br />Recursion: max depth 3, recursive inclusive time 6.12ms</p>","incl_time":0.1174525,"subname":"Class::MOP::Class::_fix_metaclass_incompatibility","$color":0,"excl_time":0.00382350000001284,"$area":0.00382350000001284},"id":"6061-Class::MOP::Class::_fix_metaclass_incompatibility"},{"name":"make_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::make_immutable</b></p><p><br />Called 164 times from 115 places in 109 files<br />Inclusive time: 834ms, 1.18%<br />Exclusive time: 3.86ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 1.66ms</p>","incl_time":0.8341341,"subname":"Class::MOP::Class::make_immutable","$color":0,"excl_time":0.00385679999997675,"$area":0.00385679999997675},"id":"6062-Class::MOP::Class::make_immutable"},{"name":"reinitialize","children":[],"data":{"tip":"<p><b>Class::MOP::Class::reinitialize</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5.51ms, 0.01%<br />Exclusive time: 135&micro;s, 0.00%</p>","incl_time":0.005508,"subname":"Class::MOP::Class::reinitialize","$color":0,"excl_time":0.000135099999999542,"$area":0.000135099999999542},"id":"6063-Class::MOP::Class::reinitialize"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 381&micro;s, 0.00%<br />Exclusive time: 315&micro;s, 0.00%</p>","incl_time":0.0003806,"subname":"Class::MOP::Class::BEGIN@17","$color":0,"excl_time":0.000315400000000013,"$area":0.000315400000000013},"id":"6064-Class::MOP::Class::BEGIN@17"},{"name":"_remove_generated_metaobjects","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_remove_generated_metaobjects</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"Class::MOP::Class::_remove_generated_metaobjects","$color":0,"excl_time":2.54999999999239e-05,"$area":2.54999999999239e-05},"id":"6065-Class::MOP::Class::_remove_generated_metaobjects"},{"name":"destructor_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::destructor_class</b></p><p><br />Called 311 times from 5 places in 1 file<br />Inclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0002052,"subname":"Class::MOP::Class::destructor_class","$color":0,"excl_time":0.0002052,"$area":0.0002052},"id":"6066-Class::MOP::Class::destructor_class"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Class::MOP::Class::BEGIN@19","$color":0,"excl_time":7.10000000000225e-06,"$area":7.10000000000225e-06},"id":"6067-Class::MOP::Class::BEGIN@19"},{"name":"_immutable_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_immutable_metaclass</b></p><p><br />Called 164 times from 1 place in 1 file<br />Inclusive time: 78.0ms, 0.11%<br />Exclusive time: 3.56ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 334&micro;s</p>","incl_time":0.0780209,"subname":"Class::MOP::Class::_immutable_metaclass","$color":0,"excl_time":0.00355949999999405,"$area":0.00355949999999405},"id":"6068-Class::MOP::Class::_immutable_metaclass"},{"name":"add_around_method_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Class::add_around_method_modifier</b></p><p><br />Called 175 times from 4 places in 4 files<br />Inclusive time: 57.8ms, 0.08%<br />Exclusive time: 1.73ms, 0.00%</p>","incl_time":0.0578164,"subname":"Class::MOP::Class::add_around_method_modifier","$color":0,"excl_time":0.00172509999999952,"$area":0.00172509999999952},"id":"6069-Class::MOP::Class::add_around_method_modifier"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.21ms, 0.00%<br />Exclusive time: 1.04ms, 0.00%</p>","incl_time":0.0012062,"subname":"Class::MOP::Class::BEGIN@14","$color":0,"excl_time":0.00103949999999999,"$area":0.00103949999999999},"id":"6070-Class::MOP::Class::BEGIN@14"},{"name":"_fix_single_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_fix_single_metaclass_incompatibility</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 2.92ms, 0.00%<br />Exclusive time: 265&micro;s, 0.00%</p>","incl_time":0.0029226,"subname":"Class::MOP::Class::_fix_single_metaclass_incompatibility","$color":0,"excl_time":0.000264700000007558,"$area":0.000264700000007558},"id":"6071-Class::MOP::Class::_fix_single_metaclass_incompatibility"},{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_meta_instance</b></p><p><br />Called 2982 times from 15 places in 5 files<br />Inclusive time: 96.4ms, 0.14%<br />Exclusive time: 6.71ms, 0.01%</p>","incl_time":0.0963550000000002,"subname":"Class::MOP::Class::get_meta_instance","$color":0,"excl_time":0.00671089999999508,"$area":0.00671089999999508},"id":"6072-Class::MOP::Class::get_meta_instance"},{"name":"class_precedence_list","children":[],"data":{"tip":"<p><b>Class::MOP::Class::class_precedence_list</b></p><p><br />Called 320 times from 4 places in 3 files<br />Inclusive time: 23.5ms, 0.03%<br />Exclusive time: 5.51ms, 0.01%<br />Recursion: max depth 4, recursive inclusive time 6.17ms</p>","incl_time":0.0235261,"subname":"Class::MOP::Class::class_precedence_list","$color":0,"excl_time":0.00550920000003904,"$area":0.00550920000003904},"id":"6073-Class::MOP::Class::class_precedence_list"},{"name":"_single_metaclass_is_compatible","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_single_metaclass_is_compatible</b></p><p><br />Called 1687 times from 2 places in 1 file<br />Inclusive time: 43.9ms, 0.06%<br />Exclusive time: 26.8ms, 0.04%</p>","incl_time":0.0439480000000001,"subname":"Class::MOP::Class::_single_metaclass_is_compatible","$color":0,"excl_time":0.0268040999999891,"$area":0.0268040999999891},"id":"6074-Class::MOP::Class::_single_metaclass_is_compatible"},{"name":"get_all_attributes","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_all_attributes</b></p><p><br />Called 1709 times from 15 places in 6 files<br />Inclusive time: 111ms, 0.16%<br />Exclusive time: 57.2ms, 0.08%</p>","incl_time":0.1107411,"subname":"Class::MOP::Class::get_all_attributes","$color":0,"excl_time":0.0571665999998163,"$area":0.0571665999998163},"id":"6075-Class::MOP::Class::get_all_attributes"},{"name":"_construct_class_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_construct_class_instance</b></p><p><br />Called 254 times from 1 place in 1 file<br />Inclusive time: 154ms, 0.22%<br />Exclusive time: 6.23ms, 0.01%<br />Recursion: max depth 4, recursive inclusive time 5.81ms</p>","incl_time":0.1539874,"subname":"Class::MOP::Class::_construct_class_instance","$color":0,"excl_time":0.00623119999998895,"$area":0.00623119999998895},"id":"6076-Class::MOP::Class::_construct_class_instance"},{"name":"is_pristine","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_pristine</b></p><p><br />Called 22 times from 2 places in 1 file<br />Inclusive time: 6.37ms, 0.01%<br />Exclusive time: 382&micro;s, 0.00%</p>","incl_time":0.0063712,"subname":"Class::MOP::Class::is_pristine","$color":0,"excl_time":0.000381999999997863,"$area":0.000381999999997863},"id":"6077-Class::MOP::Class::is_pristine"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Class::MOP::Class::CORE:sort</b></p><p><br />Called 266 times from 2 places in 1 file<br />Inclusive time: 16.4ms, 0.02%<br />Exclusive time: 12.7ms, 0.02%</p>","incl_time":0.016449,"subname":"Class::MOP::Class::CORE:sort","$color":0,"excl_time":0.0127420000000148,"$area":0.0127420000000148},"id":"6078-Class::MOP::Class::CORE:sort"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Class::MOP::Class::BEGIN@20","$color":0,"excl_time":6.69999999999701e-06,"$area":6.69999999999701e-06},"id":"6079-Class::MOP::Class::BEGIN@20"},{"name":"is_anon_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_anon_class</b></p><p><br />Called 26 times from 3 places in 2 files<br />Inclusive time: 487&micro;s, 0.00%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":0.0004868,"subname":"Class::MOP::Class::is_anon_class","$color":0,"excl_time":9.47000000008818e-05,"$area":9.47000000008818e-05},"id":"6080-Class::MOP::Class::is_anon_class"},{"name":"create","children":[],"data":{"tip":"<p><b>Class::MOP::Class::create</b></p><p><br />Called 44 times from 2 places in 2 files<br />Inclusive time: 99.4ms, 0.14%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.099356,"subname":"Class::MOP::Class::create","$color":0,"excl_time":0.00124569999999915,"$area":0.00124569999999915},"id":"6081-Class::MOP::Class::create"},{"name":"immutable_options","children":[],"data":{"tip":"<p><b>Class::MOP::Class::immutable_options</b></p><p><br />Called 19 times from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"Class::MOP::Class::immutable_options","$color":0,"excl_time":5.72e-05,"$area":5.72e-05},"id":"6082-Class::MOP::Class::immutable_options"},{"name":"_method_lookup_order","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_method_lookup_order</b></p><p><br />Called 1396 times from 4 places in 1 file<br />Inclusive time: 16.2ms, 0.02%<br />Exclusive time: 4.89ms, 0.01%</p>","incl_time":0.0161582,"subname":"Class::MOP::Class::_method_lookup_order","$color":0,"excl_time":0.00488640000002345,"$area":0.00488640000002345},"id":"6083-Class::MOP::Class::_method_lookup_order"},{"name":"_check_class_metaclass_compatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_check_class_metaclass_compatibility</b></p><p><br />Called 232 times from 1 place in 1 file<br />Inclusive time: 7.10ms, 0.01%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0071035,"subname":"Class::MOP::Class::_check_class_metaclass_compatibility","$color":0,"excl_time":0.00121709999999704,"$area":0.00121709999999704},"id":"6084-Class::MOP::Class::_check_class_metaclass_compatibility"},{"name":"get_all_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_all_methods</b></p><p><br />Called 14 times from 3 places in 3 files<br />Inclusive time: 8.01ms, 0.01%<br />Exclusive time: 971&micro;s, 0.00%</p>","incl_time":0.0080146,"subname":"Class::MOP::Class::get_all_methods","$color":0,"excl_time":0.000971400000005414,"$area":0.000971400000005414},"id":"6085-Class::MOP::Class::get_all_methods"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Class::MOP::Class::BEGIN@11","$color":0,"excl_time":6.8000000000055e-06,"$area":6.8000000000055e-06},"id":"6086-Class::MOP::Class::BEGIN@11"},{"name":":::","children":[{"name":"around","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::around</b></p><p><br />Called 69543 times from 1 place in 1 file<br />Inclusive time: 8.53s, 12.02%<br />Exclusive time: 136ms, 0.19%<br />Recursion: max depth 3, recursive inclusive time 1.18ms</p>","incl_time":8.52736600000172,"subname":"Class::MOP::Class:::around","$color":2,"excl_time":0.136160500000308,"$area":0.136160500000308},"id":"6088-Class::MOP::Class:::around"},{"name":"before","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::before</b></p><p><br />Called 56 times from 2 places in 1 file<br />Inclusive time: 351ms, 0.50%<br />Exclusive time: 637&micro;s, 0.00%</p>","incl_time":0.3512702,"subname":"Class::MOP::Class:::before","$color":2,"excl_time":0.000636599999992126,"$area":0.000636599999992126},"id":"6089-Class::MOP::Class:::before"},{"name":"after","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::after</b></p><p><br />Called 14 times from 2 places in 1 file<br />Inclusive time: 10.6ms, 0.01%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0106002,"subname":"Class::MOP::Class:::after","$color":2,"excl_time":8.95999999999633e-05,"$area":8.95999999999633e-05},"id":"6090-Class::MOP::Class:::after"}],"data":{"$area":0.1368867000003},"id":"n6087"},{"name":"::Immutable","children":[{"name":"::Trait","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@2","$color":4,"excl_time":1.07e-05,"$area":1.07e-05},"id":"6093-Class::MOP::Class::Immutable::Trait::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@10","$color":4,"excl_time":1.07999999999893e-05,"$area":1.07999999999893e-05},"id":"6094-Class::MOP::Class::Immutable::Trait::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@14","$color":4,"excl_time":8.80000000000313e-06,"$area":8.80000000000313e-06},"id":"6095-Class::MOP::Class::Immutable::Trait::BEGIN@14"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@9","$color":4,"excl_time":8.9000000000085e-06,"$area":8.9000000000085e-06},"id":"6096-Class::MOP::Class::Immutable::Trait::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@12","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"6097-Class::MOP::Class::Immutable::Trait::BEGIN@12"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@46","$color":4,"excl_time":7.3000000000015e-06,"$area":7.3000000000015e-06},"id":"6098-Class::MOP::Class::Immutable::Trait::BEGIN@46"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@15","$color":4,"excl_time":7.99999999999975e-06,"$area":7.99999999999975e-06},"id":"6099-Class::MOP::Class::Immutable::Trait::BEGIN@15"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@36","$color":4,"excl_time":1.27999999999994e-05,"$area":1.27999999999994e-05},"id":"6100-Class::MOP::Class::Immutable::Trait::BEGIN@36"},{"name":"_get_mutable_metaclass_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name</b></p><p><br />Called 259 times from 1 place in 1 file<br />Inclusive time: 664&micro;s, 0.00%</p>","incl_time":0.0006644,"subname":"Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name","$color":4,"excl_time":0.0006644,"$area":0.0006644},"id":"6101-Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name"}],"data":{"$area":0.000736500000000001},"id":"n6092"},{"name":"::Class","children":[{"name":"::MOP","children":[{"name":"::Class","children":[{"name":"linearized_isa","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::linearized_isa</b></p><p><br />Called 201 times from 2 places in 1 file<br />Inclusive time: 2.64ms, 0.00%<br />Exclusive time: 843&micro;s, 0.00%</p>","incl_time":0.0026356,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::linearized_isa","$color":6,"excl_time":0.00084309999999836,"$area":0.00084309999999836},"id":"6105-Class::MOP::Class::Immutable::Class::MOP::Class::linearized_isa"},{"name":"get_all_attributes","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes</b></p><p><br />Called 1476 times from 7 places in 2 files<br />Inclusive time: 17.8ms, 0.03%<br />Exclusive time: 5.86ms, 0.01%</p>","incl_time":0.0178145,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes","$color":6,"excl_time":0.00586199999997924,"$area":0.00586199999997924},"id":"6106-Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes"},{"name":"class_precedence_list","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::class_precedence_list</b></p><p><br />Called 206 times from 1 place in 1 file<br />Inclusive time: 3.62ms, 0.01%<br />Exclusive time: 785&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 1.36ms</p>","incl_time":0.0036232,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::class_precedence_list","$color":6,"excl_time":0.000784699999970967,"$area":0.000784699999970967},"id":"6107-Class::MOP::Class::Immutable::Class::MOP::Class::class_precedence_list"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::superclasses</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 606&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0006064,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::superclasses","$color":6,"excl_time":8.1599999999897e-05,"$area":8.1599999999897e-05},"id":"6108-Class::MOP::Class::Immutable::Class::MOP::Class::superclasses"},{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance</b></p><p><br />Called 1741 times from 10 places in 3 files<br />Inclusive time: 17.7ms, 0.02%<br />Exclusive time: 6.35ms, 0.01%</p>","incl_time":0.017725,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance","$color":6,"excl_time":0.00634590000003042,"$area":0.00634590000003042},"id":"6109-Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance"},{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable</b></p><p><br />Called 120 times from 1 place in 1 file<br />Inclusive time: 959&micro;s, 0.00%<br />Exclusive time: 416&micro;s, 0.00%</p>","incl_time":0.0009586,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable","$color":6,"excl_time":0.0004162999999987,"$area":0.0004162999999987},"id":"6110-Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::_method_map</b></p><p><br />Called 747 times from 2 places in 1 file<br />Inclusive time: 6.32ms, 0.01%<br />Exclusive time: 2.30ms, 0.00%</p>","incl_time":0.00631720000000001,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::_method_map","$color":6,"excl_time":0.00229940000002091,"$area":0.00229940000002091},"id":"6111-Class::MOP::Class::Immutable::Class::MOP::Class::_method_map"}],"data":{"$area":0.0166329999999985},"id":"n6104"}],"data":{"$area":0.0166329999999985},"id":"n6103"}],"data":{"$area":0.0166329999999985},"id":"n6102"},{"name":"::Moose","children":[{"name":"::Meta","children":[{"name":"::Class","children":[{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::is_immutable</b></p><p><br />Called 101 times from 1 place in 1 file<br />Inclusive time: 957&micro;s, 0.00%<br />Exclusive time: 425&micro;s, 0.00%</p>","incl_time":0.0009566,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::is_immutable","$color":8,"excl_time":0.000425400000007818,"$area":0.000425400000007818},"id":"6115-Class::MOP::Class::Immutable::Moose::Meta::Class::is_immutable"},{"name":"get_all_attributes","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_attributes</b></p><p><br />Called 53 times from 7 places in 5 files<br />Inclusive time: 1.68ms, 0.00%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.0016819,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_attributes","$color":8,"excl_time":0.000219499999999026,"$area":0.000219499999999026},"id":"6116-Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_attributes"},{"name":"calculate_all_roles","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 1.63ms, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0016292,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles","$color":8,"excl_time":6.68000000034779e-05,"$area":6.68000000034779e-05},"id":"6117-Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::superclasses</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 242&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002419,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::superclasses","$color":8,"excl_time":2.37000000002758e-05,"$area":2.37000000002758e-05},"id":"6118-Class::MOP::Class::Immutable::Moose::Meta::Class::superclasses"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::_method_map</b></p><p><br />Called 273 times from 4 places in 1 file<br />Inclusive time: 3.38ms, 0.00%<br />Exclusive time: 911&micro;s, 0.00%</p>","incl_time":0.0033811,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::_method_map","$color":8,"excl_time":0.000911200000008968,"$area":0.000911200000008968},"id":"6119-Class::MOP::Class::Immutable::Moose::Meta::Class::_method_map"},{"name":"calculate_all_roles_with_inheritance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles_with_inheritance</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 3.17ms, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0031661,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles_with_inheritance","$color":8,"excl_time":6.05000000070637e-05,"$area":6.05000000070637e-05},"id":"6120-Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles_with_inheritance"},{"name":"class_precedence_list","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::class_precedence_list</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 793&micro;s, 0.00%<br />Exclusive time: 85&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 14&micro;s</p>","incl_time":0.0007926,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::class_precedence_list","$color":8,"excl_time":8.48999999992224e-05,"$area":8.48999999992224e-05},"id":"6121-Class::MOP::Class::Immutable::Moose::Meta::Class::class_precedence_list"},{"name":"get_all_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_methods</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0015702,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_methods","$color":8,"excl_time":1.47000000001791e-05,"$area":1.47000000001791e-05},"id":"6122-Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_methods"},{"name":"linearized_isa","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::linearized_isa</b></p><p><br />Called 97 times from 4 places in 2 files<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 364&micro;s, 0.00%</p>","incl_time":0.0013818,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::linearized_isa","$color":8,"excl_time":0.000364099999991774,"$area":0.000364099999991774},"id":"6123-Class::MOP::Class::Immutable::Moose::Meta::Class::linearized_isa"},{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::get_meta_instance</b></p><p><br />Called 61130 times from 9 places in 4 files<br />Inclusive time: 478ms, 0.67%<br />Exclusive time: 194ms, 0.27%</p>","incl_time":0.477875999999989,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_meta_instance","$color":8,"excl_time":0.194349599980478,"$area":0.194349599980478},"id":"6124-Class::MOP::Class::Immutable::Moose::Meta::Class::get_meta_instance"},{"name":"does_role","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::does_role</b></p><p><br />Called 86 times from 2 places in 2 files<br />Inclusive time: 4.68ms, 0.01%<br />Exclusive time: 331&micro;s, 0.00%</p>","incl_time":0.0046792,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::does_role","$color":8,"excl_time":0.000331299999971618,"$area":0.000331299999971618},"id":"6125-Class::MOP::Class::Immutable::Moose::Meta::Class::does_role"},{"name":"::__ANON__","children":[{"name":"::SERIAL","children":[{"name":"::30","children":[{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::_method_map</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.000188,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::_method_map","$color":10,"excl_time":2.8500000000354e-05,"$area":2.8500000000354e-05},"id":"6129-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::_method_map"},{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::is_immutable</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::is_immutable","$color":10,"excl_time":2.16999999986092e-05,"$area":2.16999999986092e-05},"id":"6130-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::is_immutable"}],"data":{"$area":5.01999999989632e-05},"id":"n6128"},{"name":"::5","children":[{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::get_meta_instance</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 210&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0002105,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::get_meta_instance","$color":1,"excl_time":7.90999999992191e-05,"$area":7.90999999992191e-05},"id":"6132-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::get_meta_instance"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::_method_map</b></p><p><br />Called 438 times from 4 places in 1 file<br />Inclusive time: 3.37ms, 0.00%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0033705,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::_method_map","$color":1,"excl_time":0.00123380000000945,"$area":0.00123380000000945},"id":"6133-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::_method_map"},{"name":"linearized_isa","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::linearized_isa</b></p><p><br />Called 106 times from 3 places in 3 files<br />Inclusive time: 995&micro;s, 0.00%<br />Exclusive time: 346&micro;s, 0.00%</p>","incl_time":0.0009953,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::linearized_isa","$color":1,"excl_time":0.000345999999999037,"$area":0.000345999999999037},"id":"6134-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::linearized_isa"},{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::is_immutable</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 268&micro;s, 0.00%<br />Exclusive time: 120&micro;s, 0.00%</p>","incl_time":0.0002685,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::is_immutable","$color":1,"excl_time":0.000120000000000337,"$area":0.000120000000000337},"id":"6135-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::is_immutable"}],"data":{"$area":0.00177890000000804},"id":"n6131"}],"data":{"$area":0.00182910000000701},"id":"n6127"}],"data":{"$area":0.00182910000000701},"id":"n6126"}],"data":{"$area":0.198680799980475},"id":"n6114"}],"data":{"$area":0.198680799980475},"id":"n6113"}],"data":{"$area":0.198680799980475},"id":"n6112"}],"data":{"$area":0.216050299980473},"id":"n6091"}],"data":{"$area":1.1317095000396},"id":"n5985"},{"name":"::Package","children":[{"name":"get_all_package_symbols","children":[],"data":{"tip":"<p><b>Class::MOP::Package::get_all_package_symbols</b></p><p><br />Called 27 times from 1 place in 1 file<br />Inclusive time: 598&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0005983,"subname":"Class::MOP::Package::get_all_package_symbols","$color":3,"excl_time":0.000208599999999397,"$area":0.000208599999999397},"id":"6137-Class::MOP::Package::get_all_package_symbols"},{"name":"get_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::get_package_symbol</b></p><p><br />Called 7571 times from 4 places in 3 files<br />Inclusive time: 82.9ms, 0.12%<br />Exclusive time: 39.5ms, 0.06%</p>","incl_time":0.0828844000000002,"subname":"Class::MOP::Package::get_package_symbol","$color":3,"excl_time":0.0394910999999288,"$area":0.0394910999999288},"id":"6138-Class::MOP::Package::get_package_symbol"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Package::name</b></p><p><br />Called 22930 times from 70 places in 27 files<br />Inclusive time: 16.0ms, 0.02%</p>","incl_time":0.0159703,"subname":"Class::MOP::Package::name","$color":3,"excl_time":0.0159703,"$area":0.0159703},"id":"6139-Class::MOP::Package::name"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"Class::MOP::Package::BEGIN@13","$color":3,"excl_time":6.59999999999437e-06,"$area":6.59999999999437e-06},"id":"6140-Class::MOP::Package::BEGIN@13"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Class::MOP::Package::CORE:regcomp</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"Class::MOP::Package::CORE:regcomp","$color":3,"excl_time":5.74e-05,"$area":5.74e-05},"id":"6141-Class::MOP::Package::CORE:regcomp"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Package::_new</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%</p>","incl_time":9.65e-05,"subname":"Class::MOP::Package::_new","$color":3,"excl_time":9.65e-05,"$area":9.65e-05},"id":"6142-Class::MOP::Package::_new"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.07e-05,"subname":"Class::MOP::Package::BEGIN@18","$color":3,"excl_time":7.89999999999825e-06,"$area":7.89999999999825e-06},"id":"6143-Class::MOP::Package::BEGIN@18"},{"name":"_package_stash","children":[],"data":{"tip":"<p><b>Class::MOP::Package::_package_stash</b></p><p><br />Called 16952 times from 8 places in 1 file<br />Inclusive time: 26.8ms, 0.04%<br />Exclusive time: 22.8ms, 0.03%</p>","incl_time":0.0268258999999996,"subname":"Class::MOP::Package::_package_stash","$color":3,"excl_time":0.0228283000000012,"$area":0.0228283000000012},"id":"6144-Class::MOP::Package::_package_stash"},{"name":"BEGIN@164","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@164</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Class::MOP::Package::BEGIN@164","$color":3,"excl_time":7.79999999999838e-06,"$area":7.79999999999838e-06},"id":"6145-Class::MOP::Package::BEGIN@164"},{"name":"list_all_package_symbols","children":[],"data":{"tip":"<p><b>Class::MOP::Package::list_all_package_symbols</b></p><p><br />Called 165 times from 1 place in 1 file<br />Inclusive time: 2.88ms, 0.00%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0028848,"subname":"Class::MOP::Package::list_all_package_symbols","$color":3,"excl_time":0.00115299999999833,"$area":0.00115299999999833},"id":"6146-Class::MOP::Package::list_all_package_symbols"},{"name":"reinitialize","children":[],"data":{"tip":"<p><b>Class::MOP::Package::reinitialize</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 7.24ms, 0.01%<br />Exclusive time: 192&micro;s, 0.00%</p>","incl_time":0.0072418,"subname":"Class::MOP::Package::reinitialize","$color":3,"excl_time":0.000192100000000396,"$area":0.000192100000000396},"id":"6147-Class::MOP::Package::reinitialize"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Class::MOP::Package::BEGIN@11","$color":3,"excl_time":1.01999999999964e-05,"$area":1.01999999999964e-05},"id":"6148-Class::MOP::Package::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Class::MOP::Package::BEGIN@14","$color":3,"excl_time":6.49999999999413e-06,"$area":6.49999999999413e-06},"id":"6149-Class::MOP::Package::BEGIN@14"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::Package::CORE:match</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Class::MOP::Package::CORE:match","$color":3,"excl_time":1.2e-05,"$area":1.2e-05},"id":"6150-Class::MOP::Package::CORE:match"},{"name":"get_or_add_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::get_or_add_package_symbol</b></p><p><br />Called 1439 times from 4 places in 4 files<br />Inclusive time: 24.3ms, 0.03%<br />Exclusive time: 8.16ms, 0.01%</p>","incl_time":0.0243174,"subname":"Class::MOP::Package::get_or_add_package_symbol","$color":3,"excl_time":0.00816400000002121,"$area":0.00816400000002121},"id":"6151-Class::MOP::Package::get_or_add_package_symbol"},{"name":"BEGIN@95","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@95</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Class::MOP::Package::BEGIN@95","$color":3,"excl_time":9.00000000000275e-06,"$area":9.00000000000275e-06},"id":"6152-Class::MOP::Package::BEGIN@95"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 800&micro;s, 0.00%<br />Exclusive time: 279&micro;s, 0.00%</p>","incl_time":0.0007997,"subname":"Class::MOP::Package::BEGIN@15","$color":3,"excl_time":0.000279200000000007,"$area":0.000279200000000007},"id":"6153-Class::MOP::Package::BEGIN@15"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Class::MOP::Package::BEGIN@3","$color":3,"excl_time":1.38e-05,"$area":1.38e-05},"id":"6154-Class::MOP::Package::BEGIN@3"},{"name":"add_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::add_package_symbol</b></p><p><br />Called 3226 times from 4 places in 3 files<br />Inclusive time: 61.3ms, 0.09%<br />Exclusive time: 19.9ms, 0.03%</p>","incl_time":0.0612913999999999,"subname":"Class::MOP::Package::add_package_symbol","$color":3,"excl_time":0.0198537999999471,"$area":0.0198537999999471},"id":"6155-Class::MOP::Package::add_package_symbol"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Class::MOP::Package::namespace</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0002593,"subname":"Class::MOP::Package::namespace","$color":3,"excl_time":0.000193599999999388,"$area":0.000193599999999388},"id":"6156-Class::MOP::Package::namespace"},{"name":"create","children":[],"data":{"tip":"<p><b>Class::MOP::Package::create</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 37.0ms, 0.05%<br />Exclusive time: 323&micro;s, 0.00%</p>","incl_time":0.0369947,"subname":"Class::MOP::Package::create","$color":3,"excl_time":0.000323000000000166,"$area":0.000323000000000166},"id":"6157-Class::MOP::Package::create"},{"name":"remove_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::remove_package_symbol</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 113&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.000113,"subname":"Class::MOP::Package::remove_package_symbol","$color":3,"excl_time":5.54999999999564e-05,"$area":5.54999999999564e-05},"id":"6158-Class::MOP::Package::remove_package_symbol"},{"name":"is_anon","children":[],"data":{"tip":"<p><b>Class::MOP::Package::is_anon</b></p><p><br />Called 31 times from 2 places in 2 files<br />Inclusive time: 509&micro;s, 0.00%<br />Exclusive time: 361&micro;s, 0.00%</p>","incl_time":0.0005086,"subname":"Class::MOP::Package::is_anon","$color":3,"excl_time":0.000360899999943739,"$area":0.000360899999943739},"id":"6159-Class::MOP::Package::is_anon"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Class::MOP::Package::initialize</b></p><p><br />Called 132 times from 2 places in 2 files<br />Inclusive time: 27.5ms, 0.04%<br />Exclusive time: 3.22ms, 0.00%</p>","incl_time":0.0275289,"subname":"Class::MOP::Package::initialize","$color":3,"excl_time":0.00321779999999065,"$area":0.00321779999999065},"id":"6160-Class::MOP::Package::initialize"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 522&micro;s, 0.00%</p>","incl_time":0.0013988,"subname":"Class::MOP::Package::BEGIN@16","$color":3,"excl_time":0.000521700000000008,"$area":0.000521700000000008},"id":"6161-Class::MOP::Package::BEGIN@16"},{"name":"has_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::has_package_symbol</b></p><p><br />Called 4486 times from 5 places in 3 files<br />Inclusive time: 45.1ms, 0.06%<br />Exclusive time: 22.7ms, 0.03%</p>","incl_time":0.0450851999999997,"subname":"Class::MOP::Package::has_package_symbol","$color":3,"excl_time":0.0227286999998674,"$area":0.0227286999998674},"id":"6162-Class::MOP::Package::has_package_symbol"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Class::MOP::Package::DESTROY</b></p><p><br />Called 5 times from 4 places in 3 files<br />Inclusive time: 186&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001855,"subname":"Class::MOP::Package::DESTROY","$color":3,"excl_time":5.0299999999776e-05,"$area":5.0299999999776e-05},"id":"6163-Class::MOP::Package::DESTROY"},{"name":"create_anon","children":[],"data":{"tip":"<p><b>Class::MOP::Package::create_anon</b></p><p><br />Called 120 times from 2 places in 2 files<br />Inclusive time: 270ms, 0.38%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.2699169,"subname":"Class::MOP::Package::create_anon","$color":3,"excl_time":0.00194669999999973,"$area":0.00194669999999973},"id":"6164-Class::MOP::Package::create_anon"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Class::MOP::Package::BEGIN@10","$color":3,"excl_time":1.13000000000018e-05,"$area":1.13000000000018e-05},"id":"6165-Class::MOP::Package::BEGIN@10"}],"data":{"$area":0.137777599999697},"id":"n6136"}],"data":{"$area":3.58812859993101},"id":"n5641"}],"data":{"$area":3.66606439993102},"id":"n5490"},{"name":"attributes","children":[{"name":"_modify_attrs_and_deprecate","children":[],"data":{"tip":"<p><b>attributes::_modify_attrs_and_deprecate</b></p><p><br />Called 31 times from 2 places in 1 file<br />Inclusive time: 504&micro;s, 0.00%<br />Exclusive time: 380&micro;s, 0.00%</p>","incl_time":0.0005036,"subname":"attributes::_modify_attrs_and_deprecate","$color":5,"excl_time":0.000380000000011323,"$area":0.000380000000011323},"id":"6167-attributes::_modify_attrs_and_deprecate"},{"name":"import","children":[],"data":{"tip":"<p><b>attributes::import</b></p><p><br />Called 32 times from 32 places in 7 files<br />Inclusive time: 21.2ms, 0.03%<br />Exclusive time: 913&micro;s, 0.00%</p>","incl_time":0.0212189,"subname":"attributes::import","$color":5,"excl_time":0.000913100000003956,"$area":0.000913100000003956},"id":"6168-attributes::import"},{"name":"_modify_attrs","children":[],"data":{"tip":"<p><b>attributes::_modify_attrs</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"attributes::_modify_attrs","$color":5,"excl_time":2.75e-05,"$area":2.75e-05},"id":"6169-attributes::_modify_attrs"},{"name":"reftype","children":[],"data":{"tip":"<p><b>attributes::reftype</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"attributes::reftype","$color":5,"excl_time":3.47e-05,"$area":3.47e-05},"id":"6170-attributes::reftype"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>attributes::CORE:qr</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"attributes::CORE:qr","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"6171-attributes::CORE:qr"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>attributes::CORE:match</b></p><p><br />Called 104 times from 2 places in 1 file<br />Inclusive time: 98&micro;s, 0.00%</p>","incl_time":9.83e-05,"subname":"attributes::CORE:match","$color":5,"excl_time":9.83e-05,"$area":9.83e-05},"id":"6172-attributes::CORE:match"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>attributes::CORE:regcomp</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%</p>","incl_time":6.37e-05,"subname":"attributes::CORE:regcomp","$color":5,"excl_time":6.37e-05,"$area":6.37e-05},"id":"6173-attributes::CORE:regcomp"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>attributes::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"attributes::BEGIN@9","$color":5,"excl_time":2.62999999999681e-05,"$area":2.62999999999681e-05},"id":"6174-attributes::BEGIN@9"}],"data":{"$area":0.00154790000001525},"id":"n6166"},{"name":"Sub","children":[{"name":"::Name","children":[{"name":"subname","children":[],"data":{"tip":"<p><b>Sub::Name::subname</b></p><p><br />Called 4364 times from 13 places in 8 files<br />Inclusive time: 12.6ms, 0.02%</p>","incl_time":0.0126243,"subname":"Sub::Name::subname","$color":7,"excl_time":0.0126243,"$area":0.0126243},"id":"6177-Sub::Name::subname"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Sub::Name::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Sub::Name::BEGIN@44","$color":7,"excl_time":6.70000000000563e-06,"$area":6.70000000000563e-06},"id":"6178-Sub::Name::BEGIN@44"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Sub::Name::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.34e-05,"subname":"Sub::Name::BEGIN@50","$color":7,"excl_time":6.09999999999988e-06,"$area":6.09999999999988e-06},"id":"6179-Sub::Name::BEGIN@50"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Sub::Name::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Sub::Name::BEGIN@42","$color":7,"excl_time":4.1e-05,"$area":4.1e-05},"id":"6180-Sub::Name::BEGIN@42"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Sub::Name::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Sub::Name::BEGIN@45","$color":7,"excl_time":9.70000000000363e-06,"$area":9.70000000000363e-06},"id":"6181-Sub::Name::BEGIN@45"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Sub::Name::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Sub::Name::bootstrap","$color":7,"excl_time":2.16e-05,"$area":2.16e-05},"id":"6182-Sub::Name::bootstrap"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>Sub::Name::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.48e-05,"subname":"Sub::Name::BEGIN@49","$color":7,"excl_time":6.90000000000038e-06,"$area":6.90000000000038e-06},"id":"6183-Sub::Name::BEGIN@49"}],"data":{"$area":0.0127163},"id":"n6176"},{"name":"::Exporter","children":[{"name":"_key_intersection","children":[],"data":{"tip":"<p><b>Sub::Exporter::_key_intersection</b></p><p><br />Called 43 times from 1 place in 1 file<br />Inclusive time: 601&micro;s, 0.00%</p>","incl_time":0.0006011,"subname":"Sub::Exporter::_key_intersection","$color":9,"excl_time":0.0006011,"$area":0.0006011},"id":"6185-Sub::Exporter::_key_intersection"},{"name":"build_exporter","children":[],"data":{"tip":"<p><b>Sub::Exporter::build_exporter</b></p><p><br />Called 43 times from 4 places in 3 files<br />Inclusive time: 22.2ms, 0.03%<br />Exclusive time: 418&micro;s, 0.00%</p>","incl_time":0.0222028,"subname":"Sub::Exporter::build_exporter","$color":9,"excl_time":0.00041779999999989,"$area":0.00041779999999989},"id":"6186-Sub::Exporter::build_exporter"},{"name":"_setup","children":[],"data":{"tip":"<p><b>Sub::Exporter::_setup</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 110&micro;s, 0.00%</p>","incl_time":0.0001099,"subname":"Sub::Exporter::_setup","$color":9,"excl_time":0.0001099,"$area":0.0001099},"id":"6187-Sub::Exporter::_setup"},{"name":"_assert_collector_names_ok","children":[],"data":{"tip":"<p><b>Sub::Exporter::_assert_collector_names_ok</b></p><p><br />Called 43 times from 1 place in 1 file<br />Inclusive time: 186&micro;s, 0.00%<br />Exclusive time: 178&micro;s, 0.00%</p>","incl_time":0.000186,"subname":"Sub::Exporter::_assert_collector_names_ok","$color":9,"excl_time":0.000178200000000025,"$area":0.000178200000000025},"id":"6188-Sub::Exporter::_assert_collector_names_ok"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:756]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:756]</b></p><p><br />Called 349 times from 61 places in 55 files<br />Inclusive time: 447ms, 0.63%<br />Exclusive time: 10.9ms, 0.02%</p>","incl_time":0.4468999,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:756]","$color":9,"excl_time":0.0108513999999798,"$area":0.0108513999999798},"id":"6189-Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:756]"},{"name":"default_installer","children":[],"data":{"tip":"<p><b>Sub::Exporter::default_installer</b></p><p><br />Called 349 times from 4 places in 3 files<br />Inclusive time: 163ms, 0.23%<br />Exclusive time: 27.2ms, 0.04%</p>","incl_time":0.1634627,"subname":"Sub::Exporter::default_installer","$color":9,"excl_time":0.0272428999999638,"$area":0.0272428999999638},"id":"6190-Sub::Exporter::default_installer"},{"name":"_mk_collection_builder","children":[],"data":{"tip":"<p><b>Sub::Exporter::_mk_collection_builder</b></p><p><br />Called 349 times from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%</p>","incl_time":0.0027095,"subname":"Sub::Exporter::_mk_collection_builder","$color":9,"excl_time":0.0027095,"$area":0.0027095},"id":"6191-Sub::Exporter::_mk_collection_builder"},{"name":"default_generator","children":[],"data":{"tip":"<p><b>Sub::Exporter::default_generator</b></p><p><br />Called 3814 times from 1 place in 1 file<br />Inclusive time: 70.3ms, 0.10%<br />Exclusive time: 27.1ms, 0.04%</p>","incl_time":0.0703432000000001,"subname":"Sub::Exporter::default_generator","$color":9,"excl_time":0.0270999000003215,"$area":0.0270999000003215},"id":"6192-Sub::Exporter::default_generator"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Sub::Exporter::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Sub::Exporter::BEGIN@9","$color":9,"excl_time":9.80000000000475e-06,"$area":9.80000000000475e-06},"id":"6193-Sub::Exporter::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:937]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:937]</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 2.05ms, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0020494,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:937]","$color":9,"excl_time":6.22999999996193e-05,"$area":6.22999999996193e-05},"id":"6194-Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:937]"},{"name":"_expand_group","children":[],"data":{"tip":"<p><b>Sub::Exporter::_expand_group</b></p><p><br />Called 559 times from 1 place in 1 file<br />Inclusive time: 73.1ms, 0.10%<br />Exclusive time: 11.1ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 55.3ms</p>","incl_time":0.0730878,"subname":"Sub::Exporter::_expand_group","$color":9,"excl_time":0.011062099999994,"$area":0.011062099999994},"id":"6195-Sub::Exporter::_expand_group"},{"name":"setup_exporter","children":[],"data":{"tip":"<p><b>Sub::Exporter::setup_exporter</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 651&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0006508,"subname":"Sub::Exporter::setup_exporter","$color":9,"excl_time":2.51000000000209e-05,"$area":2.51000000000209e-05},"id":"6196-Sub::Exporter::setup_exporter"},{"name":"_group_name","children":[],"data":{"tip":"<p><b>Sub::Exporter::_group_name</b></p><p><br />Called 4932 times from 2 places in 1 file<br />Inclusive time: 10.2ms, 0.01%</p>","incl_time":0.0101691999999999,"subname":"Sub::Exporter::_group_name","$color":9,"excl_time":0.0101691999999999,"$area":0.0101691999999999},"id":"6197-Sub::Exporter::_group_name"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:544]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:544]</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 389&micro;s, 0.00%<br />Exclusive time: 262&micro;s, 0.00%</p>","incl_time":0.0003894,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:544]","$color":9,"excl_time":0.000261500000000277,"$area":0.000261500000000277},"id":"6198-Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:544]"},{"name":"_rewrite_build_config","children":[],"data":{"tip":"<p><b>Sub::Exporter::_rewrite_build_config</b></p><p><br />Called 43 times from 1 place in 1 file<br />Inclusive time: 21.8ms, 0.03%<br />Exclusive time: 1.78ms, 0.00%</p>","incl_time":0.021785,"subname":"Sub::Exporter::_rewrite_build_config","$color":9,"excl_time":0.00178120000000402,"$area":0.00178120000000402},"id":"6199-Sub::Exporter::_rewrite_build_config"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Sub::Exporter::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Sub::Exporter::BEGIN@6","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"6200-Sub::Exporter::BEGIN@6"},{"name":"_do_import","children":[],"data":{"tip":"<p><b>Sub::Exporter::_do_import</b></p><p><br />Called 349 times from 1 place in 1 file<br />Inclusive time: 340ms, 0.48%<br />Exclusive time: 40.0ms, 0.06%</p>","incl_time":0.3401858,"subname":"Sub::Exporter::_do_import","$color":9,"excl_time":0.0400152999999842,"$area":0.0400152999999842},"id":"6201-Sub::Exporter::_do_import"},{"name":"BEGIN@636","children":[],"data":{"tip":"<p><b>Sub::Exporter::BEGIN@636</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Sub::Exporter::BEGIN@636","$color":9,"excl_time":1.47e-05,"$area":1.47e-05},"id":"6202-Sub::Exporter::BEGIN@636"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Sub::Exporter::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Sub::Exporter::CORE:match","$color":9,"excl_time":7.8e-06,"$area":7.8e-06},"id":"6203-Sub::Exporter::CORE:match"},{"name":"_collect_collections","children":[],"data":{"tip":"<p><b>Sub::Exporter::_collect_collections</b></p><p><br />Called 349 times from 1 place in 1 file<br />Inclusive time: 9.98ms, 0.01%<br />Exclusive time: 6.88ms, 0.01%</p>","incl_time":0.0099792,"subname":"Sub::Exporter::_collect_collections","$color":9,"excl_time":0.00688029999999239,"$area":0.00688029999999239},"id":"6204-Sub::Exporter::_collect_collections"},{"name":"_expand_groups","children":[],"data":{"tip":"<p><b>Sub::Exporter::_expand_groups</b></p><p><br />Called 908 times from 2 places in 1 file<br />Inclusive time: 81.1ms, 0.11%<br />Exclusive time: 25.4ms, 0.04%<br />Recursion: max depth 2, recursive inclusive time 81.9ms</p>","incl_time":0.0810564,"subname":"Sub::Exporter::_expand_groups","$color":9,"excl_time":0.0254279000000733,"$area":0.0254279000000733},"id":"6205-Sub::Exporter::_expand_groups"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Sub::Exporter::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Sub::Exporter::BEGIN@7","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"6206-Sub::Exporter::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Sub::Exporter::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Sub::Exporter::BEGIN@8","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"6207-Sub::Exporter::BEGIN@8"}],"data":{"$area":0.164937100000313},"id":"n6184"},{"name":"::Install","children":[{"name":"BEGIN@184","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@184</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Sub::Install::BEGIN@184","$color":0,"excl_time":7.79999999999412e-06,"$area":7.79999999999412e-06},"id":"6209-Sub::Install::BEGIN@184"},{"name":"BEGIN@287","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@287</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Sub::Install::BEGIN@287","$color":0,"excl_time":1.04000000000068e-05,"$area":1.04000000000068e-05},"id":"6210-Sub::Install::BEGIN@287"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:175]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:175]</b></p><p><br />Called 3793 times from 1 place in 1 file<br />Inclusive time: 70.3ms, 0.10%<br />Exclusive time: 50.4ms, 0.07%</p>","incl_time":0.070261,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:175]","$color":0,"excl_time":0.0504497000000164,"$area":0.0504497000000164},"id":"6211-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:175]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Sub::Install::BEGIN@3","$color":0,"excl_time":1.40999999999983e-05,"$area":1.40999999999983e-05},"id":"6212-Sub::Install::BEGIN@3"},{"name":"exporter","children":[],"data":{"tip":"<p><b>Sub::Install::exporter</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Sub::Install::exporter","$color":0,"excl_time":1.77e-05,"$area":1.77e-05},"id":"6213-Sub::Install::exporter"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:173]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:173]</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 565&micro;s, 0.00%<br />Exclusive time: 355&micro;s, 0.00%</p>","incl_time":0.0005653,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:173]","$color":0,"excl_time":0.000354899999998502,"$area":0.000354899999998502},"id":"6214-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:173]"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Sub::Install::CORE:regcomp</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%</p>","incl_time":6.92e-05,"subname":"Sub::Install::CORE:regcomp","$color":0,"excl_time":6.92e-05,"$area":6.92e-05},"id":"6215-Sub::Install::CORE:regcomp"},{"name":"_build_public_installer","children":[],"data":{"tip":"<p><b>Sub::Install::_build_public_installer</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Sub::Install::_build_public_installer","$color":0,"excl_time":1.13e-05,"$area":1.13e-05},"id":"6216-Sub::Install::_build_public_installer"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Sub::Install::CORE:match</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 141&micro;s, 0.00%</p>","incl_time":0.0001412,"subname":"Sub::Install::CORE:match","$color":0,"excl_time":0.0001412,"$area":0.0001412},"id":"6217-Sub::Install::CORE:match"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Sub::Install::BEGIN@4","$color":0,"excl_time":6.9999999999975e-06,"$area":6.9999999999975e-06},"id":"6218-Sub::Install::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Sub::Install::BEGIN@6","$color":0,"excl_time":7.20000000000238e-06,"$area":7.20000000000238e-06},"id":"6219-Sub::Install::BEGIN@6"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:132]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:132]</b></p><p><br />Called 3793 times from 5 places in 3 files<br />Inclusive time: 137ms, 0.19%<br />Exclusive time: 50.8ms, 0.07%</p>","incl_time":0.1366571,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:132]","$color":0,"excl_time":0.0508068999999534,"$area":0.0508068999999534},"id":"6220-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:132]"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Sub::Install::BEGIN@7","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"6221-Sub::Install::BEGIN@7"},{"name":"BEGIN@148","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@148</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Sub::Install::BEGIN@148","$color":0,"excl_time":6.39999999999562e-06,"$area":6.39999999999562e-06},"id":"6222-Sub::Install::BEGIN@148"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:187]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:187]</b></p><p><br />Called 3793 times from 1 place in 1 file<br />Inclusive time: 19.8ms, 0.03%<br />Exclusive time: 19.2ms, 0.03%</p>","incl_time":0.0198113000000001,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:187]","$color":0,"excl_time":0.0192460000000006,"$area":0.0192460000000006},"id":"6223-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:187]"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Sub::Install::CORE:qr</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Sub::Install::CORE:qr","$color":0,"excl_time":8.3e-06,"$area":8.3e-06},"id":"6224-Sub::Install::CORE:qr"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:176]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:176]</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:176]","$color":0,"excl_time":7.5e-06,"$area":7.5e-06},"id":"6225-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:176]"},{"name":"_do_with_warn","children":[],"data":{"tip":"<p><b>Sub::Install::_do_with_warn</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Sub::Install::_do_with_warn","$color":0,"excl_time":1.52000000000033e-05,"$area":1.52000000000033e-05},"id":"6226-Sub::Install::_do_with_warn"},{"name":"_CODELIKE","children":[],"data":{"tip":"<p><b>Sub::Install::_CODELIKE</b></p><p><br />Called 3793 times from 1 place in 1 file<br />Inclusive time: 15.6ms, 0.02%<br />Exclusive time: 13.1ms, 0.02%</p>","incl_time":0.0155877000000003,"subname":"Sub::Install::_CODELIKE","$color":0,"excl_time":0.0131095000002374,"$area":0.0131095000002374},"id":"6227-Sub::Install::_CODELIKE"},{"name":"BEGIN@139","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@139</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Sub::Install::BEGIN@139","$color":0,"excl_time":1.45999999999877e-05,"$area":1.45999999999877e-05},"id":"6228-Sub::Install::BEGIN@139"},{"name":"BEGIN@190","children":[],"data":{"tip":"<p><b>Sub::Install::BEGIN@190</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":7.59e-05,"subname":"Sub::Install::BEGIN@190","$color":0,"excl_time":3.51999999999954e-05,"$area":3.51999999999954e-05},"id":"6229-Sub::Install::BEGIN@190"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:284]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:284]</b></p><p><br />Called 6 times from 6 places in 6 files<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.000106,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:284]","$color":0,"excl_time":3.52999999999931e-05,"$area":3.52999999999931e-05},"id":"6230-Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:284]"},{"name":"_installer","children":[],"data":{"tip":"<p><b>Sub::Install::_installer</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Sub::Install::_installer","$color":0,"excl_time":6.7e-06,"$area":6.7e-06},"id":"6231-Sub::Install::_installer"}],"data":{"$area":0.134386100000206},"id":"n6208"}],"data":{"$area":0.312039500000519},"id":"n6175"},{"name":"Tie","children":[{"name":"::ToObject","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Tie::ToObject::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Tie::ToObject::BEGIN@5","$color":2,"excl_time":1.63000000001654e-05,"$area":1.63000000001654e-05},"id":"6234-Tie::ToObject::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Tie::ToObject::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Tie::ToObject::BEGIN@11","$color":2,"excl_time":6.89999999993886e-06,"$area":6.89999999993886e-06},"id":"6235-Tie::ToObject::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Tie::ToObject::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Tie::ToObject::BEGIN@10","$color":2,"excl_time":6.79999999984685e-06,"$area":6.79999999984685e-06},"id":"6236-Tie::ToObject::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Tie::ToObject::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Tie::ToObject::BEGIN@8","$color":2,"excl_time":7.19999999992374e-06,"$area":7.19999999992374e-06},"id":"6237-Tie::ToObject::BEGIN@8"}],"data":{"$area":3.71999999998749e-05},"id":"n6233"},{"name":"::Hash","children":[{"name":"BEGIN@188","children":[],"data":{"tip":"<p><b>Tie::Hash::BEGIN@188</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Tie::Hash::BEGIN@188","$color":4,"excl_time":1.28000000000022e-05,"$area":1.28000000000022e-05},"id":"6239-Tie::Hash::BEGIN@188"},{"name":"BEGIN@189","children":[],"data":{"tip":"<p><b>Tie::Hash::BEGIN@189</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 98&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.75e-05,"subname":"Tie::Hash::BEGIN@189","$color":4,"excl_time":8.0000000000007e-06,"$area":8.0000000000007e-06},"id":"6240-Tie::Hash::BEGIN@189"}],"data":{"$area":2.08000000000029e-05},"id":"n6238"},{"name":"::ExtraHash","children":[],"data":{"$area":0},"id":"n6241"},{"name":"::StdHash","children":[{"name":"TIEHASH","children":[],"data":{"tip":"<p><b>Tie::StdHash::TIEHASH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Tie::StdHash::TIEHASH","$color":8,"excl_time":6.3e-06,"$area":6.3e-06},"id":"6243-Tie::StdHash::TIEHASH"}],"data":{"$area":6.3e-06},"id":"n6242"}],"data":{"$area":6.42999999998777e-05},"id":"n6232"},{"name":"XSLoader","children":[{"name":"load","children":[],"data":{"tip":"<p><b>XSLoader::load</b></p><p><br />Called 30 times from 30 places in 30 files<br />Inclusive time: 10.2ms, 0.01%<br />Exclusive time: 10.0ms, 0.01%</p>","incl_time":0.0101923,"subname":"XSLoader::load","$color":10,"excl_time":0.0100175999999999,"$area":0.0100175999999999},"id":"6245-XSLoader::load"}],"data":{"$area":0.0100175999999999},"id":"n6244"},{"name":"bytes","children":[{"name":"import","children":[],"data":{"tip":"<p><b>bytes::import</b></p><p><br />Called 10 times from 10 places in 10 files<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"bytes::import","$color":1,"excl_time":4.84e-05,"$area":4.84e-05},"id":"6247-bytes::import"}],"data":{"$area":4.84e-05},"id":"n6246"},{"name":"Graph","children":[{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Graph::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.56ms, 0.01%<br />Exclusive time: 7.70ms, 0.01%</p>","incl_time":0.0085614,"subname":"Graph::BEGIN@28","$color":3,"excl_time":0.00769799999999993,"$area":0.00769799999999993},"id":"6249-Graph::BEGIN@28"},{"name":"is_compat02","children":[],"data":{"tip":"<p><b>Graph::is_compat02</b></p><p><br />Called 15627 times from 3 places in 1 file<br />Inclusive time: 30.3ms, 0.04%</p>","incl_time":0.0303036000000027,"subname":"Graph::is_compat02","$color":3,"excl_time":0.0303036000000027,"$area":0.0303036000000027},"id":"6250-Graph::is_compat02"},{"name":"add_vertex","children":[],"data":{"tip":"<p><b>Graph::add_vertex</b></p><p><br />Called 56826 times from 5 places in 4 files<br />Inclusive time: 1.21s, 1.70%<br />Exclusive time: 592ms, 0.84%</p>","incl_time":1.20525069999999,"subname":"Graph::add_vertex","$color":3,"excl_time":0.592497400006389,"$area":0.592497400006389},"id":"6251-Graph::add_vertex"},{"name":"_opt","children":[],"data":{"tip":"<p><b>Graph::_opt</b></p><p><br />Called 162 times from 3 places in 1 file<br />Inclusive time: 2.77ms, 0.00%</p>","incl_time":0.0027672,"subname":"Graph::_opt","$color":3,"excl_time":0.0027672,"$area":0.0027672},"id":"6252-Graph::_opt"},{"name":"edges_to","children":[],"data":{"tip":"<p><b>Graph::edges_to</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 5.41ms, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0054139,"subname":"Graph::edges_to","$color":3,"excl_time":4.9300000003501e-05,"$area":4.9300000003501e-05},"id":"6253-Graph::edges_to"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Graph::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 516&micro;s, 0.00%<br />Exclusive time: 358&micro;s, 0.00%</p>","incl_time":0.0005157,"subname":"Graph::BEGIN@36","$color":3,"excl_time":0.000357500000000003,"$area":0.000357500000000003},"id":"6254-Graph::BEGIN@36"},{"name":"get_edge_attribute","children":[],"data":{"tip":"<p><b>Graph::get_edge_attribute</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 672&micro;s, 0.00%<br />Exclusive time: 153&micro;s, 0.00%</p>","incl_time":0.0006722,"subname":"Graph::get_edge_attribute","$color":3,"excl_time":0.000153100000005334,"$area":0.000153100000005334},"id":"6255-Graph::get_edge_attribute"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>Graph::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"Graph::BEGIN@55","$color":3,"excl_time":2.47e-05,"$area":2.47e-05},"id":"6256-Graph::BEGIN@55"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Graph::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.39ms, 0.01%<br />Exclusive time: 294&micro;s, 0.00%</p>","incl_time":0.0043904,"subname":"Graph::BEGIN@33","$color":3,"excl_time":0.000294100000000169,"$area":0.000294100000000169},"id":"6257-Graph::BEGIN@33"},{"name":"successors","children":[],"data":{"tip":"<p><b>Graph::successors</b></p><p><br />Called 106675 times from 5 places in 4 files<br />Inclusive time: 1.59s, 2.24%<br />Exclusive time: 401ms, 0.57%</p>","incl_time":1.59074150000039,"subname":"Graph::successors","$color":3,"excl_time":0.401457100020969,"$area":0.401457100020969},"id":"6258-Graph::successors"},{"name":"_edges_id_path","children":[],"data":{"tip":"<p><b>Graph::_edges_id_path</b></p><p><br />Called 13804 times from 2 places in 1 file<br />Inclusive time: 245ms, 0.35%<br />Exclusive time: 161ms, 0.23%</p>","incl_time":0.245365799999996,"subname":"Graph::_edges_id_path","$color":3,"excl_time":0.161413799986345,"$area":0.161413799986345},"id":"6259-Graph::_edges_id_path"},{"name":"is_isolated_vertex","children":[],"data":{"tip":"<p><b>Graph::is_isolated_vertex</b></p><p><br />Called 108940 times from 1 place in 1 file<br />Inclusive time: 1.78s, 2.51%<br />Exclusive time: 388ms, 0.55%</p>","incl_time":1.78297009999991,"subname":"Graph::is_isolated_vertex","$color":3,"excl_time":0.38819420000972,"$area":0.38819420000972},"id":"6260-Graph::is_isolated_vertex"},{"name":"_opt_unknown","children":[],"data":{"tip":"<p><b>Graph::_opt_unknown</b></p><p><br />Called 54 times from 1 place in 1 file<br />Inclusive time: 213&micro;s, 0.00%</p>","incl_time":0.0002127,"subname":"Graph::_opt_unknown","$color":3,"excl_time":0.0002127,"$area":0.0002127},"id":"6261-Graph::_opt_unknown"},{"name":"predecessors","children":[],"data":{"tip":"<p><b>Graph::predecessors</b></p><p><br />Called 110096 times from 4 places in 3 files<br />Inclusive time: 1.41s, 1.99%<br />Exclusive time: 373ms, 0.53%</p>","incl_time":1.41023280000013,"subname":"Graph::predecessors","$color":3,"excl_time":0.373152499992546,"$area":0.373152499992546},"id":"6262-Graph::predecessors"},{"name":"expect_non_unionfind","children":[],"data":{"tip":"<p><b>Graph::expect_non_unionfind</b></p><p><br />Called 117 times from 2 places in 1 file<br />Inclusive time: 797&micro;s, 0.00%<br />Exclusive time: 562&micro;s, 0.00%</p>","incl_time":0.000797,"subname":"Graph::expect_non_unionfind","$color":3,"excl_time":0.000561800000004783,"$area":0.000561800000004783},"id":"6263-Graph::expect_non_unionfind"},{"name":"countvertexed","children":[],"data":{"tip":"<p><b>Graph::countvertexed</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 312&micro;s, 0.00%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.0003124,"subname":"Graph::countvertexed","$color":3,"excl_time":0.000284400000031613,"$area":0.000284400000031613},"id":"6264-Graph::countvertexed"},{"name":"_vertex_ids","children":[],"data":{"tip":"<p><b>Graph::_vertex_ids</b></p><p><br />Called 41450 times from 5 places in 1 file<br />Inclusive time: 301ms, 0.42%</p>","incl_time":0.301059799999995,"subname":"Graph::_vertex_ids","$color":3,"excl_time":0.301059799999995,"$area":0.301059799999995},"id":"6265-Graph::_vertex_ids"},{"name":"add_edge","children":[],"data":{"tip":"<p><b>Graph::add_edge</b></p><p><br />Called 55803 times from 11 places in 4 files<br />Inclusive time: 3.07s, 4.33%<br />Exclusive time: 630ms, 0.89%</p>","incl_time":3.07398939999988,"subname":"Graph::add_edge","$color":3,"excl_time":0.63009320000595,"$area":0.63009320000595},"id":"6266-Graph::add_edge"},{"name":"countedged","children":[],"data":{"tip":"<p><b>Graph::countedged</b></p><p><br />Called 56 times from 2 places in 2 files<br />Inclusive time: 296&micro;s, 0.00%<br />Exclusive time: 265&micro;s, 0.00%</p>","incl_time":0.0002955,"subname":"Graph::countedged","$color":3,"excl_time":0.000264600000015487,"$area":0.000264600000015487},"id":"6267-Graph::countedged"},{"name":"_edges_at","children":[],"data":{"tip":"<p><b>Graph::_edges_at</b></p><p><br />Called 107 times from 1 place in 1 file<br />Inclusive time: 326ms, 0.46%<br />Exclusive time: 325ms, 0.46%</p>","incl_time":0.3257199,"subname":"Graph::_edges_at","$color":3,"excl_time":0.324922099999992,"$area":0.324922099999992},"id":"6268-Graph::_edges_at"},{"name":"_get_options","children":[],"data":{"tip":"<p><b>Graph::_get_options</b></p><p><br />Called 54 times from 1 place in 1 file<br />Inclusive time: 766&micro;s, 0.00%</p>","incl_time":0.0007665,"subname":"Graph::_get_options","$color":3,"excl_time":0.0007665,"$area":0.0007665},"id":"6269-Graph::_get_options"},{"name":"vertices05","children":[],"data":{"tip":"<p><b>Graph::vertices05</b></p><p><br />Called 153 times from 2 places in 1 file<br />Inclusive time: 271ms, 0.38%<br />Exclusive time: 139ms, 0.20%</p>","incl_time":0.2707137,"subname":"Graph::vertices05","$color":3,"excl_time":0.138975500000042,"$area":0.138975500000042},"id":"6270-Graph::vertices05"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Graph::BEGIN@5","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"6271-Graph::BEGIN@5"},{"name":"omniedged","children":[],"data":{"tip":"<p><b>Graph::omniedged</b></p><p><br />Called 12766 times from 3 places in 1 file<br />Inclusive time: 69.8ms, 0.10%<br />Exclusive time: 53.4ms, 0.08%</p>","incl_time":0.0697911000000029,"subname":"Graph::omniedged","$color":3,"excl_time":0.0534428000169021,"$area":0.0534428000169021},"id":"6272-Graph::omniedged"},{"name":"BEGIN@116","children":[],"data":{"tip":"<p><b>Graph::BEGIN@116</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.29e-05,"subname":"Graph::BEGIN@116","$color":3,"excl_time":1.19000000000423e-05,"$area":1.19000000000423e-05},"id":"6273-Graph::BEGIN@116"},{"name":"multiedged","children":[],"data":{"tip":"<p><b>Graph::multiedged</b></p><p><br />Called 97458 times from 4 places in 2 files<br />Inclusive time: 382ms, 0.54%<br />Exclusive time: 304ms, 0.43%</p>","incl_time":0.381636000000032,"subname":"Graph::multiedged","$color":3,"excl_time":0.303992000039918,"$area":0.303992000039918},"id":"6274-Graph::multiedged"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Graph::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.86ms, 0.01%<br />Exclusive time: 419&micro;s, 0.00%</p>","incl_time":0.0038584,"subname":"Graph::BEGIN@32","$color":3,"excl_time":0.000419200000000135,"$area":0.000419200000000135},"id":"6275-Graph::BEGIN@32"},{"name":"isolated_vertices","children":[],"data":{"tip":"<p><b>Graph::isolated_vertices</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 2.23s, 3.14%<br />Exclusive time: 271ms, 0.38%</p>","incl_time":2.2310948,"subname":"Graph::isolated_vertices","$color":3,"excl_time":0.270744099989808,"$area":0.270744099989808},"id":"6276-Graph::isolated_vertices"},{"name":"_edges_to","children":[],"data":{"tip":"<p><b>Graph::_edges_to</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Graph::_edges_to","$color":3,"excl_time":2.4e-05,"$area":2.4e-05},"id":"6277-Graph::_edges_to"},{"name":"delete_edge","children":[],"data":{"tip":"<p><b>Graph::delete_edge</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 676&micro;s, 0.00%<br />Exclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0006758,"subname":"Graph::delete_edge","$color":3,"excl_time":0.000184700000005696,"$area":0.000184700000005696},"id":"6278-Graph::delete_edge"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Graph::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.15ms, 0.00%<br />Exclusive time: 2.77ms, 0.00%</p>","incl_time":0.0031544,"subname":"Graph::BEGIN@13","$color":3,"excl_time":0.00277100000000019,"$area":0.00277100000000019},"id":"6279-Graph::BEGIN@13"},{"name":"edges","children":[],"data":{"tip":"<p><b>Graph::edges</b></p><p><br />Called 5 times from 3 places in 2 files<br />Inclusive time: 21.4ms, 0.03%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0214477,"subname":"Graph::edges","$color":3,"excl_time":7.77000000025552e-05,"$area":7.77000000025552e-05},"id":"6280-Graph::edges"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Graph::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.99ms, 0.00%<br />Exclusive time: 1.80ms, 0.00%</p>","incl_time":0.0019862,"subname":"Graph::BEGIN@38","$color":3,"excl_time":0.00180260000000005,"$area":0.00180260000000005},"id":"6281-Graph::BEGIN@38"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Graph::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 613&micro;s, 0.00%<br />Exclusive time: 595&micro;s, 0.00%</p>","incl_time":0.0006129,"subname":"Graph::BEGIN@31","$color":3,"excl_time":0.000595299999999938,"$area":0.000595299999999938},"id":"6282-Graph::BEGIN@31"},{"name":"vertices","children":[],"data":{"tip":"<p><b>Graph::vertices</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 119ms, 0.17%<br />Exclusive time: 24.3ms, 0.03%</p>","incl_time":0.1185654,"subname":"Graph::vertices","$color":3,"excl_time":0.0242755999999695,"$area":0.0242755999999695},"id":"6283-Graph::vertices"},{"name":"_opt_get","children":[],"data":{"tip":"<p><b>Graph::_opt_get</b></p><p><br />Called 108 times from 2 places in 1 file<br />Inclusive time: 302&micro;s, 0.00%</p>","incl_time":0.0003015,"subname":"Graph::_opt_get","$color":3,"excl_time":0.0003015,"$area":0.0003015},"id":"6284-Graph::_opt_get"},{"name":"add_edges","children":[],"data":{"tip":"<p><b>Graph::add_edges</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 171&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001714,"subname":"Graph::add_edges","$color":3,"excl_time":1.55000000006795e-05,"$area":1.55000000006795e-05},"id":"6285-Graph::add_edges"},{"name":"has_union_find","children":[],"data":{"tip":"<p><b>Graph::has_union_find</b></p><p><br />Called 112746 times from 3 places in 1 file<br />Inclusive time: 187ms, 0.26%</p>","incl_time":0.187000200000037,"subname":"Graph::has_union_find","$color":3,"excl_time":0.187000200000037,"$area":0.187000200000037},"id":"6286-Graph::has_union_find"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>Graph::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.10ms, 0.00%<br />Exclusive time: 897&micro;s, 0.00%</p>","incl_time":0.0010951,"subname":"Graph::BEGIN@86","$color":3,"excl_time":0.000896800000000127,"$area":0.000896800000000127},"id":"6287-Graph::BEGIN@86"},{"name":"has_edge","children":[],"data":{"tip":"<p><b>Graph::has_edge</b></p><p><br />Called 110001 times from 8 places in 4 files<br />Inclusive time: 933ms, 1.31%<br />Exclusive time: 932ms, 1.31%</p>","incl_time":0.93258869999995,"subname":"Graph::has_edge","$color":3,"excl_time":0.932106299999973,"$area":0.932106299999973},"id":"6288-Graph::has_edge"},{"name":"expect_non_multiedged","children":[],"data":{"tip":"<p><b>Graph::expect_non_multiedged</b></p><p><br />Called 41599 times from 4 places in 1 file<br />Inclusive time: 294ms, 0.41%<br />Exclusive time: 115ms, 0.16%</p>","incl_time":0.294036200000017,"subname":"Graph::expect_non_multiedged","$color":3,"excl_time":0.11534609999115,"$area":0.11534609999115},"id":"6289-Graph::expect_non_multiedged"},{"name":"_edges","children":[],"data":{"tip":"<p><b>Graph::_edges</b></p><p><br />Called 12613 times from 2 places in 1 file<br />Inclusive time: 541ms, 0.76%<br />Exclusive time: 264ms, 0.37%</p>","incl_time":0.540965099999975,"subname":"Graph::_edges","$color":3,"excl_time":0.263773600009099,"$area":0.263773600009099},"id":"6290-Graph::_edges"},{"name":"_next_random","children":[],"data":{"tip":"<p><b>Graph::_next_random</b></p><p><br />Called 53593 times from 3 places in 1 file<br />Inclusive time: 141ms, 0.20%</p>","incl_time":0.141490999999995,"subname":"Graph::_next_random","$color":3,"excl_time":0.141490999999995,"$area":0.141490999999995},"id":"6291-Graph::_next_random"},{"name":"set_edge_attribute","children":[],"data":{"tip":"<p><b>Graph::set_edge_attribute</b></p><p><br />Called 12664 times from 2 places in 2 files<br />Inclusive time: 626ms, 0.88%<br />Exclusive time: 140ms, 0.20%</p>","incl_time":0.626005300000017,"subname":"Graph::set_edge_attribute","$color":3,"excl_time":0.140182599993008,"$area":0.140182599993008},"id":"6292-Graph::set_edge_attribute"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Graph::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42.9ms, 0.06%<br />Exclusive time: 2.88ms, 0.00%</p>","incl_time":0.0428878,"subname":"Graph::BEGIN@42","$color":3,"excl_time":0.00287880000000026,"$area":0.00287880000000026},"id":"6293-Graph::BEGIN@42"},{"name":"edges05","children":[],"data":{"tip":"<p><b>Graph::edges05</b></p><p><br />Called 107 times from 2 places in 1 file<br />Inclusive time: 1.81s, 2.55%<br />Exclusive time: 1.14s, 1.60%</p>","incl_time":1.8088785,"subname":"Graph::edges05","$color":3,"excl_time":1.13687780004766,"$area":1.13687780004766},"id":"6294-Graph::edges05"},{"name":"multivertexed","children":[],"data":{"tip":"<p><b>Graph::multivertexed</b></p><p><br />Called 56877 times from 2 places in 1 file<br />Inclusive time: 192ms, 0.27%<br />Exclusive time: 163ms, 0.23%</p>","incl_time":0.192137700000093,"subname":"Graph::multivertexed","$color":3,"excl_time":0.162587400020359,"$area":0.162587400020359},"id":"6295-Graph::multivertexed"},{"name":"has_a_cycle","children":[],"data":{"tip":"<p><b>Graph::has_a_cycle</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 10.7s, 15.01%<br />Exclusive time: 159ms, 0.22%</p>","incl_time":10.6518988,"subname":"Graph::has_a_cycle","$color":3,"excl_time":0.158793699999992,"$area":0.158793699999992},"id":"6296-Graph::has_a_cycle"},{"name":"edges_from","children":[],"data":{"tip":"<p><b>Graph::edges_from</b></p><p><br />Called 12605 times from 1 place in 1 file<br />Inclusive time: 927ms, 1.31%<br />Exclusive time: 116ms, 0.16%</p>","incl_time":0.927345200000005,"subname":"Graph::edges_from","$color":3,"excl_time":0.116275299989557,"$area":0.116275299989557},"id":"6297-Graph::edges_from"},{"name":"delete_vertex","children":[],"data":{"tip":"<p><b>Graph::delete_vertex</b></p><p><br />Called 107 times from 2 places in 1 file<br />Inclusive time: 337ms, 0.48%<br />Exclusive time: 3.57ms, 0.01%</p>","incl_time":0.3372557,"subname":"Graph::delete_vertex","$color":3,"excl_time":0.00357300000002066,"$area":0.00357300000002066},"id":"6298-Graph::delete_vertex"},{"name":"_edges_from","children":[],"data":{"tip":"<p><b>Graph::_edges_from</b></p><p><br />Called 12607 times from 2 places in 1 file<br />Inclusive time: 30.7ms, 0.04%</p>","incl_time":0.0306910999999987,"subname":"Graph::_edges_from","$color":3,"excl_time":0.0306910999999987,"$area":0.0306910999999987},"id":"6299-Graph::_edges_from"},{"name":"directed","children":[],"data":{"tip":"<p><b>Graph::directed</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 678&micro;s, 0.00%<br />Exclusive time: 541&micro;s, 0.00%</p>","incl_time":0.0006781,"subname":"Graph::directed","$color":3,"excl_time":0.000541399999994126,"$area":0.000541399999994126},"id":"6300-Graph::directed"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Graph::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 910&micro;s, 0.00%<br />Exclusive time: 514&micro;s, 0.00%</p>","incl_time":0.0009099,"subname":"Graph::BEGIN@35","$color":3,"excl_time":0.000513600000000206,"$area":0.000513600000000206},"id":"6301-Graph::BEGIN@35"},{"name":"BEGIN@2155","children":[],"data":{"tip":"<p><b>Graph::BEGIN@2155</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Graph::BEGIN@2155","$color":3,"excl_time":3.18e-05,"$area":3.18e-05},"id":"6302-Graph::BEGIN@2155"},{"name":"new","children":[],"data":{"tip":"<p><b>Graph::new</b></p><p><br />Called 54 times from 4 places in 3 files<br />Inclusive time: 8.90ms, 0.01%<br />Exclusive time: 3.33ms, 0.00%</p>","incl_time":0.008902,"subname":"Graph::new","$color":3,"excl_time":0.00332950000005819,"$area":0.00332950000005819},"id":"6303-Graph::new"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::CORE:sort</b></p><p><br />Called 440 times from 3 places in 1 file<br />Inclusive time: 168ms, 0.24%</p>","incl_time":0.1683252,"subname":"Graph::CORE:sort","$color":3,"excl_time":0.1683252,"$area":0.1683252},"id":"6304-Graph::CORE:sort"},{"name":"BEGIN@178","children":[],"data":{"tip":"<p><b>Graph::BEGIN@178</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Graph::BEGIN@178","$color":3,"excl_time":9.09999999991236e-06,"$area":9.09999999991236e-06},"id":"6305-Graph::BEGIN@178"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Graph::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"Graph::BEGIN@39","$color":3,"excl_time":1.50999999999149e-05,"$area":1.50999999999149e-05},"id":"6306-Graph::BEGIN@39"},{"name":"has_edge_attribute","children":[],"data":{"tip":"<p><b>Graph::has_edge_attribute</b></p><p><br />Called 13355 times from 2 places in 2 files<br />Inclusive time: 790ms, 1.11%<br />Exclusive time: 161ms, 0.23%</p>","incl_time":0.789734599999993,"subname":"Graph::has_edge_attribute","$color":3,"excl_time":0.160502600001079,"$area":0.160502600001079},"id":"6307-Graph::has_edge_attribute"},{"name":"get_edge_attributes","children":[],"data":{"tip":"<p><b>Graph::get_edge_attributes</b></p><p><br />Called 15571 times from 2 places in 1 file<br />Inclusive time: 916ms, 1.29%<br />Exclusive time: 214ms, 0.30%</p>","incl_time":0.915512799999977,"subname":"Graph::get_edge_attributes","$color":3,"excl_time":0.214485800035581,"$area":0.214485800035581},"id":"6308-Graph::get_edge_attributes"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Graph::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Graph::BEGIN@30","$color":3,"excl_time":8.99999999995924e-06,"$area":8.99999999995924e-06},"id":"6309-Graph::BEGIN@30"},{"name":"stringify","children":[],"data":{"tip":"<p><b>Graph::stringify</b></p><p><br />Called 102 times from 2 places in 2 files<br />Inclusive time: 4.72s, 6.66%<br />Exclusive time: 537ms, 0.76%</p>","incl_time":4.7243315,"subname":"Graph::stringify","$color":3,"excl_time":0.537011200000015,"$area":0.537011200000015},"id":"6310-Graph::stringify"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Graph::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.57ms, 0.01%<br />Exclusive time: 1.63ms, 0.00%</p>","incl_time":0.0035741,"subname":"Graph::BEGIN@29","$color":3,"excl_time":0.00163230000000023,"$area":0.00163230000000023},"id":"6311-Graph::BEGIN@29"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Graph::BEGIN@3","$color":3,"excl_time":1.25000000000363e-05,"$area":1.25000000000363e-05},"id":"6312-Graph::BEGIN@3"},{"name":"eq","children":[],"data":{"tip":"<p><b>Graph::eq</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 2.40s, 3.38%<br />Exclusive time: 950&micro;s, 0.00%</p>","incl_time":2.3978974,"subname":"Graph::eq","$color":3,"excl_time":0.000949700000019427,"$area":0.000949700000019427},"id":"6313-Graph::eq"},{"name":"neighbours","children":[],"data":{"tip":"<p><b>Graph::neighbours</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 681&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0006811,"subname":"Graph::neighbours","$color":3,"excl_time":6.19000000008463e-05,"$area":6.19000000008463e-05},"id":"6314-Graph::neighbours"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Graph::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Graph::BEGIN@15","$color":3,"excl_time":8.89999999990348e-06,"$area":8.89999999990348e-06},"id":"6315-Graph::BEGIN@15"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Graph::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.17ms, 0.00%<br />Exclusive time: 409&micro;s, 0.00%</p>","incl_time":0.0031701,"subname":"Graph::BEGIN@34","$color":3,"excl_time":0.000409200000000045,"$area":0.000409200000000045},"id":"6316-Graph::BEGIN@34"},{"name":"BEGIN@1733","children":[],"data":{"tip":"<p><b>Graph::BEGIN@1733</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"Graph::BEGIN@1733","$color":3,"excl_time":1.66999999999494e-05,"$area":1.66999999999494e-05},"id":"6317-Graph::BEGIN@1733"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Graph::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.52e-05,"subname":"Graph::BEGIN@40","$color":3,"excl_time":1.18000000000388e-05,"$area":1.18000000000388e-05},"id":"6318-Graph::BEGIN@40"},{"name":"_add_edge","children":[],"data":{"tip":"<p><b>Graph::_add_edge</b></p><p><br />Called 55803 times from 1 place in 1 file<br />Inclusive time: 1.67s, 2.36%<br />Exclusive time: 535ms, 0.75%</p>","incl_time":1.67222259999987,"subname":"Graph::_add_edge","$color":3,"excl_time":0.534529800009198,"$area":0.534529800009198},"id":"6319-Graph::_add_edge"},{"name":"::UnionFind","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::UnionFind::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Graph::UnionFind::BEGIN@3","$color":5,"excl_time":1.44999999999664e-05,"$area":1.44999999999664e-05},"id":"6321-Graph::UnionFind::BEGIN@3"}],"data":{"$area":1.44999999999664e-05},"id":"n6320"},{"name":"::Traversal","children":[{"name":"visit_postorder","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit_postorder</b></p><p><br />Called 52297 times from 1 place in 1 file<br />Inclusive time: 679ms, 0.96%<br />Exclusive time: 431ms, 0.61%</p>","incl_time":0.678563099999964,"subname":"Graph::Traversal::visit_postorder","$color":7,"excl_time":0.430720299991563,"$area":0.430720299991563},"id":"6323-Graph::Traversal::visit_postorder"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::Traversal::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Graph::Traversal::BEGIN@3","$color":7,"excl_time":1.31999999999779e-05,"$area":1.31999999999779e-05},"id":"6324-Graph::Traversal::BEGIN@3"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Graph/Traversal.pm:26]","children":[],"data":{"tip":"<p><b>Graph::Traversal::__ANON__[/Users/edenc/perl5/lib/perl5/Graph/Traversal.pm:26]</b></p><p><br />Called 52297 times from 1 place in 1 file<br />Inclusive time: 248ms, 0.35%<br />Exclusive time: 183ms, 0.26%</p>","incl_time":0.247842800000082,"subname":"Graph::Traversal::__ANON__[/Users/edenc/perl5/lib/perl5/Graph/Traversal.pm:26]","$color":7,"excl_time":0.182828200047605,"$area":0.182828200047605},"id":"6325-Graph::Traversal::__ANON__[/Users/edenc/perl5/lib/perl5/Graph/Traversal.pm:26]"},{"name":"configure","children":[],"data":{"tip":"<p><b>Graph::Traversal::configure</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 2.49ms, 0.00%<br />Exclusive time: 1.72ms, 0.00%</p>","incl_time":0.002493,"subname":"Graph::Traversal::configure","$color":7,"excl_time":0.00171589999995328,"$area":0.00171589999995328},"id":"6326-Graph::Traversal::configure"},{"name":"add_order","children":[],"data":{"tip":"<p><b>Graph::Traversal::add_order</b></p><p><br />Called 53544 times from 1 place in 1 file<br />Inclusive time: 131ms, 0.19%</p>","incl_time":0.131278899999989,"subname":"Graph::Traversal::add_order","$color":7,"excl_time":0.131278899999989,"$area":0.131278899999989},"id":"6327-Graph::Traversal::add_order"},{"name":"reset","children":[],"data":{"tip":"<p><b>Graph::Traversal::reset</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 203ms, 0.29%<br />Exclusive time: 74.9ms, 0.11%</p>","incl_time":0.2026524,"subname":"Graph::Traversal::reset","$color":7,"excl_time":0.0748976999999888,"$area":0.0748976999999888},"id":"6328-Graph::Traversal::reset"},{"name":"graph","children":[],"data":{"tip":"<p><b>Graph::Traversal::graph</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 215&micro;s, 0.00%</p>","incl_time":0.0002154,"subname":"Graph::Traversal::graph","$color":7,"excl_time":0.0002154,"$area":0.0002154},"id":"6329-Graph::Traversal::graph"},{"name":"terminate","children":[],"data":{"tip":"<p><b>Graph::Traversal::terminate</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Graph::Traversal::terminate","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"6330-Graph::Traversal::terminate"},{"name":"get_state","children":[],"data":{"tip":"<p><b>Graph::Traversal::get_state</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0001964,"subname":"Graph::Traversal::get_state","$color":7,"excl_time":0.0001964,"$area":0.0001964},"id":"6331-Graph::Traversal::get_state"},{"name":"postorder","children":[],"data":{"tip":"<p><b>Graph::Traversal::postorder</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 10.3s, 14.50%<br />Exclusive time: 301&micro;s, 0.00%</p>","incl_time":10.2860838,"subname":"Graph::Traversal::postorder","$color":7,"excl_time":0.000300900000009763,"$area":0.000300900000009763},"id":"6332-Graph::Traversal::postorder"},{"name":"seeing","children":[],"data":{"tip":"<p><b>Graph::Traversal::seeing</b></p><p><br />Called 105890 times from 2 places in 1 file<br />Inclusive time: 157ms, 0.22%</p>","incl_time":0.156706400000024,"subname":"Graph::Traversal::seeing","$color":7,"excl_time":0.156706400000024,"$area":0.156706400000024},"id":"6333-Graph::Traversal::seeing"},{"name":"new","children":[],"data":{"tip":"<p><b>Graph::Traversal::new</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 206ms, 0.29%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.2063941,"subname":"Graph::Traversal::new","$color":7,"excl_time":0.0011310999999907,"$area":0.0011310999999907},"id":"6334-Graph::Traversal::new"},{"name":"_order","children":[],"data":{"tip":"<p><b>Graph::Traversal::_order</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 10.3s, 14.50%<br />Exclusive time: 130ms, 0.18%</p>","incl_time":10.2857829,"subname":"Graph::Traversal::_order","$color":7,"excl_time":0.129521399997247,"$area":0.129521399997247},"id":"6335-Graph::Traversal::_order"},{"name":"next","children":[],"data":{"tip":"<p><b>Graph::Traversal::next</b></p><p><br />Called 53595 times from 1 place in 1 file<br />Inclusive time: 10.2s, 14.31%<br />Exclusive time: 2.55s, 3.59%</p>","incl_time":10.1562615000001,"subname":"Graph::Traversal::next","$color":7,"excl_time":2.54527690004813,"$area":2.54527690004813},"id":"6336-Graph::Traversal::next"},{"name":"_callbacks","children":[],"data":{"tip":"<p><b>Graph::Traversal::_callbacks</b></p><p><br />Called 52295 times from 1 place in 1 file<br />Inclusive time: 1.04s, 1.46%<br />Exclusive time: 567ms, 0.80%</p>","incl_time":1.03763320000001,"subname":"Graph::Traversal::_callbacks","$color":7,"excl_time":0.566643799996848,"$area":0.566643799996848},"id":"6337-Graph::Traversal::_callbacks"},{"name":"visit_preorder","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit_preorder</b></p><p><br />Called 53544 times from 1 place in 1 file<br />Inclusive time: 883ms, 1.24%<br />Exclusive time: 372ms, 0.52%</p>","incl_time":0.88322719999992,"subname":"Graph::Traversal::visit_preorder","$color":7,"excl_time":0.372200300004848,"$area":0.372200300004848},"id":"6338-Graph::Traversal::visit_preorder"},{"name":"has_a_cycle","children":[],"data":{"tip":"<p><b>Graph::Traversal::has_a_cycle</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Graph::Traversal::has_a_cycle","$color":7,"excl_time":2.24000000008439e-05,"$area":2.24000000008439e-05},"id":"6339-Graph::Traversal::has_a_cycle"},{"name":"visit","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit</b></p><p><br />Called 53544 times from 1 place in 1 file<br />Inclusive time: 511ms, 0.72%<br />Exclusive time: 380ms, 0.54%</p>","incl_time":0.51102690000009,"subname":"Graph::Traversal::visit","$color":7,"excl_time":0.379748000008901,"$area":0.379748000008901},"id":"6340-Graph::Traversal::visit"},{"name":"::DFS","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 137&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001366,"subname":"Graph::Traversal::DFS::BEGIN@6","$color":9,"excl_time":1.59999999999738e-05,"$area":1.59999999999738e-05},"id":"6342-Graph::Traversal::DFS::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.94ms, 0.01%<br />Exclusive time: 3.92ms, 0.01%</p>","incl_time":0.0039401,"subname":"Graph::Traversal::DFS::BEGIN@5","$color":9,"excl_time":0.00392420000000004,"$area":0.00392420000000004},"id":"6343-Graph::Traversal::DFS::BEGIN@5"},{"name":"see","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::see</b></p><p><br />Called 52297 times from 1 place in 1 file<br />Inclusive time: 65.0ms, 0.09%</p>","incl_time":0.0650145999999707,"subname":"Graph::Traversal::DFS::see","$color":9,"excl_time":0.0650145999999707,"$area":0.0650145999999707},"id":"6344-Graph::Traversal::DFS::see"},{"name":"current","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::current</b></p><p><br />Called 105427 times from 1 place in 1 file<br />Inclusive time: 194ms, 0.27%</p>","incl_time":0.194214599999809,"subname":"Graph::Traversal::DFS::current","$color":9,"excl_time":0.194214599999809,"$area":0.194214599999809},"id":"6345-Graph::Traversal::DFS::current"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Graph::Traversal::DFS::BEGIN@3","$color":9,"excl_time":1.52000000000955e-05,"$area":1.52000000000955e-05},"id":"6346-Graph::Traversal::DFS::BEGIN@3"}],"data":{"$area":0.26318459999978},"id":"n6341"}],"data":{"$area":5.23660720009488},"id":"n6322"},{"name":"::AdjacencyMap","children":[{"name":"_is_UNORD","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_is_UNORD</b></p><p><br />Called 12817 times from 2 places in 1 file<br />Inclusive time: 16.5ms, 0.02%</p>","incl_time":0.0164849999999993,"subname":"Graph::AdjacencyMap::_is_UNORD","$color":0,"excl_time":0.0164849999999993,"$area":0.0164849999999993},"id":"6348-Graph::AdjacencyMap::_is_UNORD"},{"name":"_get_path_attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_get_path_attr</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 292&micro;s, 0.00%<br />Exclusive time: 134&micro;s, 0.00%</p>","incl_time":0.0002917,"subname":"Graph::AdjacencyMap::_get_path_attr","$color":0,"excl_time":0.000134099999991471,"$area":0.000134099999991471},"id":"6349-Graph::AdjacencyMap::_get_path_attr"},{"name":"__get_path_node","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::__get_path_node</b></p><p><br />Called 28776 times from 3 places in 1 file<br />Inclusive time: 212ms, 0.30%<br />Exclusive time: 212ms, 0.30%</p>","incl_time":0.211814799999995,"subname":"Graph::AdjacencyMap::__get_path_node","$color":0,"excl_time":0.211808100000002,"$area":0.211808100000002},"id":"6350-Graph::AdjacencyMap::__get_path_node"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::CORE:sort</b></p><p><br />Called 154 times from 5 places in 1 file<br />Inclusive time: 97&micro;s, 0.00%</p>","incl_time":9.68e-05,"subname":"Graph::AdjacencyMap::CORE:sort","$color":0,"excl_time":9.68e-05,"$area":9.68e-05},"id":"6351-Graph::AdjacencyMap::CORE:sort"},{"name":"_get_path_attrs","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_get_path_attrs</b></p><p><br />Called 15571 times from 1 place in 1 file<br />Inclusive time: 319ms, 0.45%<br />Exclusive time: 155ms, 0.22%</p>","incl_time":0.318627600000017,"subname":"Graph::AdjacencyMap::_get_path_attrs","$color":0,"excl_time":0.154663900000407,"$area":0.154663900000407},"id":"6352-Graph::AdjacencyMap::_get_path_attrs"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"Graph::AdjacencyMap::BEGIN@6","$color":0,"excl_time":7.29999999991486e-06,"$area":7.29999999991486e-06},"id":"6353-Graph::AdjacencyMap::BEGIN@6"},{"name":"_del_id","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_del_id</b></p><p><br />Called 232 times from 2 places in 1 file<br />Inclusive time: 6.16ms, 0.01%<br />Exclusive time: 2.51ms, 0.00%</p>","incl_time":0.006162,"subname":"Graph::AdjacencyMap::_del_id","$color":0,"excl_time":0.00251039999998448,"$area":0.00251039999998448},"id":"6354-Graph::AdjacencyMap::_del_id"},{"name":"_new","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"Graph::AdjacencyMap::_new","$color":0,"excl_time":1.92e-05,"$area":1.92e-05},"id":"6355-Graph::AdjacencyMap::_new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Graph::AdjacencyMap::BEGIN@3","$color":0,"excl_time":1.18000000000363e-05,"$area":1.18000000000363e-05},"id":"6356-Graph::AdjacencyMap::BEGIN@3"},{"name":"_is_MULTI","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_is_MULTI</b></p><p><br />Called 42844 times from 1 place in 1 file<br />Inclusive time: 48.1ms, 0.07%</p>","incl_time":0.048056600000006,"subname":"Graph::AdjacencyMap::_is_MULTI","$color":0,"excl_time":0.048056600000006,"$area":0.048056600000006},"id":"6357-Graph::AdjacencyMap::_is_MULTI"},{"name":"_ids","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_ids</b></p><p><br />Called 111 times from 2 places in 1 file<br />Inclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0002885,"subname":"Graph::AdjacencyMap::_ids","$color":0,"excl_time":0.0002885,"$area":0.0002885},"id":"6358-Graph::AdjacencyMap::_ids"},{"name":"_is_COUNT","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_is_COUNT</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"Graph::AdjacencyMap::_is_COUNT","$color":0,"excl_time":2.1e-06,"$area":2.1e-06},"id":"6359-Graph::AdjacencyMap::_is_COUNT"},{"name":"_set_path_attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_set_path_attr</b></p><p><br />Called 12664 times from 1 place in 1 file<br />Inclusive time: 214ms, 0.30%<br />Exclusive time: 173ms, 0.24%</p>","incl_time":0.214117399999994,"subname":"Graph::AdjacencyMap::_set_path_attr","$color":0,"excl_time":0.173432599999288,"$area":0.173432599999288},"id":"6360-Graph::AdjacencyMap::_set_path_attr"},{"name":"_has_path_attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_has_path_attr</b></p><p><br />Called 13196 times from 1 place in 1 file<br />Inclusive time: 300ms, 0.42%<br />Exclusive time: 154ms, 0.22%</p>","incl_time":0.299746899999999,"subname":"Graph::AdjacencyMap::_has_path_attr","$color":0,"excl_time":0.154083500020378,"$area":0.154083500020378},"id":"6361-Graph::AdjacencyMap::_has_path_attr"},{"name":"_new_node","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_new_node</b></p><p><br />Called 1249 times from 1 place in 1 file<br />Inclusive time: 4.93ms, 0.01%</p>","incl_time":0.00492919999999999,"subname":"Graph::AdjacencyMap::_new_node","$color":0,"excl_time":0.00492919999999999,"$area":0.00492919999999999},"id":"6362-Graph::AdjacencyMap::_new_node"},{"name":"::Light","children":[{"name":"paths","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::paths</b></p><p><br />Called 259 times from 2 places in 1 file<br />Inclusive time: 150ms, 0.21%</p>","incl_time":0.1497878,"subname":"Graph::AdjacencyMap::Light::paths","$color":2,"excl_time":0.1497878,"$area":0.1497878},"id":"6364-Graph::AdjacencyMap::Light::paths"},{"name":"__attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::__attr</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 446&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0004461,"subname":"Graph::AdjacencyMap::Light::__attr","$color":2,"excl_time":6.35999999958288e-05,"$area":6.35999999958288e-05},"id":"6365-Graph::AdjacencyMap::Light::__attr"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"Graph::AdjacencyMap::Light::CORE:sort","$color":2,"excl_time":9e-07,"$area":9e-07},"id":"6366-Graph::AdjacencyMap::Light::CORE:sort"},{"name":"set_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::set_path</b></p><p><br />Called 111380 times from 2 places in 1 file<br />Inclusive time: 760ms, 1.07%<br />Exclusive time: 760ms, 1.07%</p>","incl_time":0.760080499999806,"subname":"Graph::AdjacencyMap::Light::set_path","$color":2,"excl_time":0.760079599999806,"$area":0.760079599999806},"id":"6367-Graph::AdjacencyMap::Light::set_path"},{"name":"__predecessors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::__predecessors</b></p><p><br />Called 110096 times from 1 place in 1 file<br />Inclusive time: 493ms, 0.69%</p>","incl_time":0.492986300000159,"subname":"Graph::AdjacencyMap::Light::__predecessors","$color":2,"excl_time":0.492986300000159,"$area":0.492986300000159},"id":"6368-Graph::AdjacencyMap::Light::__predecessors"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 270&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002699,"subname":"Graph::AdjacencyMap::Light::BEGIN@9","$color":2,"excl_time":7.09999999999253e-06,"$area":7.09999999999253e-06},"id":"6369-Graph::AdjacencyMap::Light::BEGIN@9"},{"name":"_is_HYPER","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_is_HYPER</b></p><p><br />Called 153 times from 1 place in 1 file<br />Inclusive time: 341&micro;s, 0.00%</p>","incl_time":0.0003412,"subname":"Graph::AdjacencyMap::Light::_is_HYPER","$color":2,"excl_time":0.0003412,"$area":0.0003412},"id":"6370-Graph::AdjacencyMap::Light::_is_HYPER"},{"name":"_get_path_id","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_get_path_id</b></p><p><br />Called 12734 times from 4 places in 1 file<br />Inclusive time: 139ms, 0.20%<br />Exclusive time: 75.4ms, 0.11%</p>","incl_time":0.139218900000001,"subname":"Graph::AdjacencyMap::Light::_get_path_id","$color":2,"excl_time":0.0754122999937619,"$area":0.0754122999937619},"id":"6371-Graph::AdjacencyMap::Light::_get_path_id"},{"name":"_is_COUNT","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_is_COUNT</b></p><p><br />Called 106 times from 2 places in 1 file<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"Graph::AdjacencyMap::Light::_is_COUNT","$color":2,"excl_time":5.68e-05,"$area":5.68e-05},"id":"6372-Graph::AdjacencyMap::Light::_is_COUNT"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.00%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.0014914,"subname":"Graph::AdjacencyMap::Light::BEGIN@15","$color":2,"excl_time":0.00112790000000004,"$area":0.00112790000000004},"id":"6373-Graph::AdjacencyMap::Light::BEGIN@15"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@14","$color":2,"excl_time":7.59999999992386e-06,"$area":7.59999999992386e-06},"id":"6374-Graph::AdjacencyMap::Light::BEGIN@14"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@7","$color":2,"excl_time":1.62999999999902e-05,"$area":1.62999999999902e-05},"id":"6375-Graph::AdjacencyMap::Light::BEGIN@7"},{"name":"_new","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_new</b></p><p><br />Called 108 times from 2 places in 1 file<br />Inclusive time: 1.52ms, 0.00%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.0015246,"subname":"Graph::AdjacencyMap::Light::_new","$color":2,"excl_time":0.0012960999999987,"$area":0.0012960999999987},"id":"6376-Graph::AdjacencyMap::Light::_new"},{"name":"_successors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_successors</b></p><p><br />Called 106675 times from 1 place in 1 file<br />Inclusive time: 1.19s, 1.68%<br />Exclusive time: 685ms, 0.97%</p>","incl_time":1.18928439999984,"subname":"Graph::AdjacencyMap::Light::_successors","$color":2,"excl_time":0.685363099963325,"$area":0.685363099963325},"id":"6377-Graph::AdjacencyMap::Light::_successors"},{"name":"_predecessors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_predecessors</b></p><p><br />Called 110096 times from 1 place in 1 file<br />Inclusive time: 1.04s, 1.46%<br />Exclusive time: 544ms, 0.77%</p>","incl_time":1.03708029999989,"subname":"Graph::AdjacencyMap::Light::_predecessors","$color":2,"excl_time":0.544093999951945,"$area":0.544093999951945},"id":"6378-Graph::AdjacencyMap::Light::_predecessors"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.4e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@10","$color":2,"excl_time":9.90000000003414e-06,"$area":9.90000000003414e-06},"id":"6379-Graph::AdjacencyMap::Light::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@12","$color":2,"excl_time":1.08999999999884e-05,"$area":1.08999999999884e-05},"id":"6380-Graph::AdjacencyMap::Light::BEGIN@12"},{"name":"_get_id_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_get_id_path</b></p><p><br />Called 262440 times from 4 places in 2 files<br />Inclusive time: 738ms, 1.04%</p>","incl_time":0.738489700000656,"subname":"Graph::AdjacencyMap::Light::_get_id_path","$color":2,"excl_time":0.738489700000656,"$area":0.738489700000656},"id":"6381-Graph::AdjacencyMap::Light::_get_id_path"},{"name":"has_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::has_path</b></p><p><br />Called 107 times from 1 place in 1 file<br />Inclusive time: 626&micro;s, 0.00%</p>","incl_time":0.0006264,"subname":"Graph::AdjacencyMap::Light::has_path","$color":2,"excl_time":0.0006264,"$area":0.0006264},"id":"6382-Graph::AdjacencyMap::Light::has_path"},{"name":"__successors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::__successors</b></p><p><br />Called 106675 times from 1 place in 1 file<br />Inclusive time: 504ms, 0.71%</p>","incl_time":0.503921300000473,"subname":"Graph::AdjacencyMap::Light::__successors","$color":2,"excl_time":0.503921300000473,"$area":0.503921300000473},"id":"6383-Graph::AdjacencyMap::Light::__successors"},{"name":"del_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::del_path</b></p><p><br />Called 339 times from 2 places in 2 files<br />Inclusive time: 3.18ms, 0.00%</p>","incl_time":0.0031809,"subname":"Graph::AdjacencyMap::Light::del_path","$color":2,"excl_time":0.0031809,"$area":0.0031809},"id":"6384-Graph::AdjacencyMap::Light::del_path"},{"name":"_is_MULTI","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_is_MULTI</b></p><p><br />Called 111491 times from 2 places in 1 file<br />Inclusive time: 59.1ms, 0.08%</p>","incl_time":0.0591377000000255,"subname":"Graph::AdjacencyMap::Light::_is_MULTI","$color":2,"excl_time":0.0591377000000255,"$area":0.0591377000000255},"id":"6385-Graph::AdjacencyMap::Light::_is_MULTI"}],"data":{"$area":4.01601739991015},"id":"n6363"},{"name":"::Heavy","children":[{"name":"__attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::__attr</b></p><p><br />Called 41440 times from 5 places in 2 files<br />Inclusive time: 138ms, 0.19%<br />Exclusive time: 138ms, 0.19%</p>","incl_time":0.1381185,"subname":"Graph::AdjacencyMap::Heavy::__attr","$color":4,"excl_time":0.138077700000049,"$area":0.138077700000049},"id":"6387-Graph::AdjacencyMap::Heavy::__attr"},{"name":"__set_path_node","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::__set_path_node</b></p><p><br />Called 1249 times from 1 place in 1 file<br />Inclusive time: 17.5ms, 0.02%<br />Exclusive time: 12.6ms, 0.02%</p>","incl_time":0.0174968,"subname":"Graph::AdjacencyMap::Heavy::__set_path_node","$color":4,"excl_time":0.0125676000001498,"$area":0.0125676000001498},"id":"6388-Graph::AdjacencyMap::Heavy::__set_path_node"},{"name":"set_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::set_path</b></p><p><br />Called 1249 times from 1 place in 1 file<br />Inclusive time: 43.2ms, 0.06%<br />Exclusive time: 11.8ms, 0.02%</p>","incl_time":0.0431821999999999,"subname":"Graph::AdjacencyMap::Heavy::set_path","$color":4,"excl_time":0.0117839000001961,"$area":0.0117839000001961},"id":"6389-Graph::AdjacencyMap::Heavy::set_path"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 237&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002371,"subname":"Graph::AdjacencyMap::Heavy::BEGIN@12","$color":4,"excl_time":7.50000000005903e-06,"$area":7.50000000005903e-06},"id":"6390-Graph::AdjacencyMap::Heavy::BEGIN@12"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::CORE:sort</b></p><p><br />Called 136 times from 2 places in 1 file<br />Inclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0001042,"subname":"Graph::AdjacencyMap::Heavy::CORE:sort","$color":4,"excl_time":0.0001042,"$area":0.0001042},"id":"6391-Graph::AdjacencyMap::Heavy::CORE:sort"},{"name":"__set_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::__set_path</b></p><p><br />Called 1249 times from 1 place in 1 file<br />Inclusive time: 13.8ms, 0.02%</p>","incl_time":0.0138381,"subname":"Graph::AdjacencyMap::Heavy::__set_path","$color":4,"excl_time":0.0138381,"$area":0.0138381},"id":"6392-Graph::AdjacencyMap::Heavy::__set_path"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.07e-05,"subname":"Graph::AdjacencyMap::Heavy::BEGIN@13","$color":4,"excl_time":8.69999999992799e-06,"$area":8.69999999992799e-06},"id":"6393-Graph::AdjacencyMap::Heavy::BEGIN@13"},{"name":"paths","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::paths</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0002521,"subname":"Graph::AdjacencyMap::Heavy::paths","$color":4,"excl_time":0.0002521,"$area":0.0002521},"id":"6394-Graph::AdjacencyMap::Heavy::paths"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Graph::AdjacencyMap::Heavy::BEGIN@7","$color":4,"excl_time":1.4499999999908e-05,"$area":1.4499999999908e-05},"id":"6395-Graph::AdjacencyMap::Heavy::BEGIN@7"}],"data":{"$area":0.176654300000394},"id":"n6386"},{"name":"::Vertex","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Vertex::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 232&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002325,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@12","$color":6,"excl_time":6.79999999989364e-06,"$area":6.79999999989364e-06},"id":"6397-Graph::AdjacencyMap::Vertex::BEGIN@12"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Vertex::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@15","$color":6,"excl_time":7.30000000003351e-06,"$area":7.30000000003351e-06},"id":"6398-Graph::AdjacencyMap::Vertex::BEGIN@15"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Vertex::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@13","$color":6,"excl_time":7.50000000002714e-06,"$area":7.50000000002714e-06},"id":"6399-Graph::AdjacencyMap::Vertex::BEGIN@13"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Vertex::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@7","$color":6,"excl_time":1.34999999999195e-05,"$area":1.34999999999195e-05},"id":"6400-Graph::AdjacencyMap::Vertex::BEGIN@7"}],"data":{"$area":3.50999999998738e-05},"id":"n6396"}],"data":{"$area":4.9592358999306},"id":"n6347"},{"name":"::Matrix","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::Matrix::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Graph::Matrix::BEGIN@6","$color":8,"excl_time":1.33000000000248e-05,"$area":1.33000000000248e-05},"id":"6402-Graph::Matrix::BEGIN@6"}],"data":{"$area":1.33000000000248e-05},"id":"n6401"},{"name":"::BitMatrix","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::BitMatrix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Graph::BitMatrix::BEGIN@3","$color":10,"excl_time":1.23000000000363e-05,"$area":1.23000000000363e-05},"id":"6404-Graph::BitMatrix::BEGIN@3"}],"data":{"$area":1.23000000000363e-05},"id":"n6403"},{"name":"::SPTHeapElem","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Graph::SPTHeapElem::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001204,"subname":"Graph::SPTHeapElem::BEGIN@4","$color":1,"excl_time":2.56999999999969e-05,"$area":2.56999999999969e-05},"id":"6406-Graph::SPTHeapElem::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::SPTHeapElem::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"Graph::SPTHeapElem::BEGIN@3","$color":1,"excl_time":4.2100000000015e-05,"$area":4.2100000000015e-05},"id":"6407-Graph::SPTHeapElem::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::SPTHeapElem::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"Graph::SPTHeapElem::BEGIN@5","$color":1,"excl_time":1.4399999999999e-05,"$area":1.4399999999999e-05},"id":"6408-Graph::SPTHeapElem::BEGIN@5"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::SPTHeapElem::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 146&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001464,"subname":"Graph::SPTHeapElem::BEGIN@7","$color":1,"excl_time":1.42000000000843e-05,"$area":1.42000000000843e-05},"id":"6409-Graph::SPTHeapElem::BEGIN@7"}],"data":{"$area":9.64000000000952e-05},"id":"n6405"},{"name":"::AdjacencyMatrix","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMatrix::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 264&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002641,"subname":"Graph::AdjacencyMatrix::BEGIN@10","$color":3,"excl_time":8.09999999996604e-06,"$area":8.09999999996604e-06},"id":"6411-Graph::AdjacencyMatrix::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMatrix::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 711&micro;s, 0.00%<br />Exclusive time: 696&micro;s, 0.00%</p>","incl_time":0.0007112,"subname":"Graph::AdjacencyMatrix::BEGIN@5","$color":3,"excl_time":0.00069629999999996,"$area":0.00069629999999996},"id":"6412-Graph::AdjacencyMatrix::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMatrix::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 242&micro;s, 0.00%<br />Exclusive time: 226&micro;s, 0.00%</p>","incl_time":0.0002425,"subname":"Graph::AdjacencyMatrix::BEGIN@6","$color":3,"excl_time":0.000226200000000031,"$area":0.000226200000000031},"id":"6413-Graph::AdjacencyMatrix::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMatrix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Graph::AdjacencyMatrix::BEGIN@3","$color":3,"excl_time":1.65000000000363e-05,"$area":1.65000000000363e-05},"id":"6414-Graph::AdjacencyMatrix::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMatrix::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"Graph::AdjacencyMatrix::BEGIN@8","$color":3,"excl_time":7.89999999995638e-06,"$area":7.89999999995638e-06},"id":"6415-Graph::AdjacencyMatrix::BEGIN@8"}],"data":{"$area":0.000954999999999949},"id":"n6410"},{"name":"::Reader","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::Reader::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Graph::Reader::BEGIN@7","$color":5,"excl_time":9.49999999995749e-06,"$area":9.49999999995749e-06},"id":"6417-Graph::Reader::BEGIN@7"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Graph::Reader::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Graph::Reader::BEGIN@12","$color":5,"excl_time":1.04000000000716e-05,"$area":1.04000000000716e-05},"id":"6418-Graph::Reader::BEGIN@12"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Graph::Reader::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 171&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001709,"subname":"Graph::Reader::BEGIN@11","$color":5,"excl_time":1.49999999997914e-05,"$area":1.49999999997914e-05},"id":"6419-Graph::Reader::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::Reader::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Graph::Reader::BEGIN@6","$color":5,"excl_time":2.12999999999327e-05,"$area":2.12999999999327e-05},"id":"6420-Graph::Reader::BEGIN@6"},{"name":"::Dot","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.90ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0018972,"subname":"Graph::Reader::Dot::BEGIN@15","$color":7,"excl_time":8.69999999981823e-06,"$area":8.69999999981823e-06},"id":"6422-Graph::Reader::Dot::BEGIN@15"},{"name":"BEGIN@346","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::BEGIN@346</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 675&micro;s, 0.00%<br />Exclusive time: 443&micro;s, 0.00%</p>","incl_time":0.0006754,"subname":"Graph::Reader::Dot::BEGIN@346","$color":7,"excl_time":0.000442500000000131,"$area":0.000442500000000131},"id":"6423-Graph::Reader::Dot::BEGIN@346"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Graph::Reader::Dot::CORE:match","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"6424-Graph::Reader::Dot::CORE:match"},{"name":"BEGIN@347","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::BEGIN@347</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.57e-05,"subname":"Graph::Reader::Dot::BEGIN@347","$color":7,"excl_time":9.70000000010052e-06,"$area":9.70000000010052e-06},"id":"6425-Graph::Reader::Dot::BEGIN@347"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Graph::Reader::Dot::CORE:qr","$color":7,"excl_time":6.1e-06,"$area":6.1e-06},"id":"6426-Graph::Reader::Dot::CORE:qr"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Graph::Reader::Dot::BEGIN@13","$color":7,"excl_time":7.3999999999805e-06,"$area":7.3999999999805e-06},"id":"6427-Graph::Reader::Dot::BEGIN@13"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Graph::Reader::Dot::CORE:regcomp","$color":7,"excl_time":1.21e-05,"$area":1.21e-05},"id":"6428-Graph::Reader::Dot::CORE:regcomp"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Graph::Reader::Dot::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Graph::Reader::Dot::BEGIN@12","$color":7,"excl_time":1.75000000000018e-05,"$area":1.75000000000018e-05},"id":"6429-Graph::Reader::Dot::BEGIN@12"}],"data":{"$area":0.000508600000000032},"id":"n6421"}],"data":{"$area":0.000564799999999785},"id":"n6416"},{"name":"::TransitiveClosure","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"Graph::TransitiveClosure::BEGIN@9","$color":9,"excl_time":8.19999999992449e-06,"$area":8.19999999992449e-06},"id":"6431-Graph::TransitiveClosure::BEGIN@9"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Graph::TransitiveClosure::BEGIN@3","$color":9,"excl_time":1.3899999999908e-05,"$area":1.3899999999908e-05},"id":"6432-Graph::TransitiveClosure::BEGIN@3"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.35ms, 0.00%<br />Exclusive time: 1.36ms, 0.00%</p>","incl_time":0.0033495,"subname":"Graph::TransitiveClosure::BEGIN@10","$color":9,"excl_time":0.00136259999999988,"$area":0.00136259999999988},"id":"6433-Graph::TransitiveClosure::BEGIN@10"},{"name":"::Matrix","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::Matrix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"Graph::TransitiveClosure::Matrix::BEGIN@3","$color":0,"excl_time":1.61999999999195e-05,"$area":1.61999999999195e-05},"id":"6435-Graph::TransitiveClosure::Matrix::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::Matrix::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.96ms, 0.00%<br />Exclusive time: 661&micro;s, 0.00%</p>","incl_time":0.0019632,"subname":"Graph::TransitiveClosure::Matrix::BEGIN@5","$color":0,"excl_time":0.000660899999999911,"$area":0.000660899999999911},"id":"6436-Graph::TransitiveClosure::Matrix::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Graph::TransitiveClosure::Matrix::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Graph::TransitiveClosure::Matrix::BEGIN@6","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"6437-Graph::TransitiveClosure::Matrix::BEGIN@6"}],"data":{"$area":0.00068179999999983},"id":"n6434"}],"data":{"$area":0.00206649999999954},"id":"n6430"},{"name":"::Attribute","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Graph::Attribute::CORE:match</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Graph::Attribute::CORE:match","$color":2,"excl_time":2.24e-05,"$area":2.24e-05},"id":"6439-Graph::Attribute::CORE:match"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Graph::Attribute::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Graph::Attribute::BEGIN@24","$color":2,"excl_time":7.40000000009814e-06,"$area":7.40000000009814e-06},"id":"6440-Graph::Attribute::BEGIN@24"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Graph::Attribute::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"Graph::Attribute::BEGIN@14","$color":2,"excl_time":8.99999999990261e-06,"$area":8.99999999990261e-06},"id":"6441-Graph::Attribute::BEGIN@14"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>Graph::Attribute::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Graph::Attribute::BEGIN@49","$color":2,"excl_time":7.39999999998137e-06,"$area":7.39999999998137e-06},"id":"6442-Graph::Attribute::BEGIN@49"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::Attribute::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Graph::Attribute::BEGIN@3","$color":2,"excl_time":1.65999999999089e-05,"$area":1.65999999999089e-05},"id":"6443-Graph::Attribute::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>Graph::Attribute::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0001155,"subname":"Graph::Attribute::import","$color":2,"excl_time":9.31000000004661e-05,"$area":9.31000000004661e-05},"id":"6444-Graph::Attribute::import"}],"data":{"$area":0.000155900000000357},"id":"n6438"},{"name":"::Undirected","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::Undirected::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Graph::Undirected::BEGIN@3","$color":4,"excl_time":2.13e-05,"$area":2.13e-05},"id":"6446-Graph::Undirected::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Graph::Undirected::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001174,"subname":"Graph::Undirected::BEGIN@4","$color":4,"excl_time":1.36000000000128e-05,"$area":1.36000000000128e-05},"id":"6447-Graph::Undirected::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::Undirected::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Graph::Undirected::BEGIN@5","$color":4,"excl_time":1.36999999999442e-05,"$area":1.36999999999442e-05},"id":"6448-Graph::Undirected::BEGIN@5"}],"data":{"$area":4.8599999999957e-05},"id":"n6445"},{"name":"::MSTHeapElem","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Graph::MSTHeapElem::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001207,"subname":"Graph::MSTHeapElem::BEGIN@7","$color":6,"excl_time":1.36000000000844e-05,"$area":1.36000000000844e-05},"id":"6450-Graph::MSTHeapElem::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Graph::MSTHeapElem::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":8.13e-05,"subname":"Graph::MSTHeapElem::BEGIN@4","$color":6,"excl_time":1.22000000000669e-05,"$area":1.22000000000669e-05},"id":"6451-Graph::MSTHeapElem::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Graph::MSTHeapElem::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 2.17ms, 0.00%</p>","incl_time":0.0025049,"subname":"Graph::MSTHeapElem::BEGIN@5","$color":6,"excl_time":0.00216819999999992,"$area":0.00216819999999992},"id":"6452-Graph::MSTHeapElem::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Graph::MSTHeapElem::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Graph::MSTHeapElem::BEGIN@3","$color":6,"excl_time":2.29000000001079e-05,"$area":2.29000000001079e-05},"id":"6453-Graph::MSTHeapElem::BEGIN@3"}],"data":{"$area":0.00221690000000018},"id":"n6449"}],"data":{"$area":19.2310323001909},"id":"n6248"},{"name":"NEXT","children":[{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"NEXT::BEGIN@63","$color":8,"excl_time":1.5000000000022e-05,"$area":1.5000000000022e-05},"id":"6455-NEXT::BEGIN@63"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"NEXT::BEGIN@4","$color":8,"excl_time":9.90000000000175e-06,"$area":9.90000000000175e-06},"id":"6456-NEXT::BEGIN@4"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"NEXT::BEGIN@13","$color":8,"excl_time":1.06999999999853e-05,"$area":1.06999999999853e-05},"id":"6457-NEXT::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.38e-05,"subname":"NEXT::BEGIN@3","$color":8,"excl_time":1.60000000000033e-05,"$area":1.60000000000033e-05},"id":"6458-NEXT::BEGIN@3"},{"name":"BEGIN@93","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@93</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":4.8e-05,"subname":"NEXT::BEGIN@93","$color":8,"excl_time":1.95999999999605e-05,"$area":1.95999999999605e-05},"id":"6459-NEXT::BEGIN@93"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.89e-05,"subname":"NEXT::BEGIN@37","$color":8,"excl_time":1.35000000000468e-05,"$area":1.35000000000468e-05},"id":"6460-NEXT::BEGIN@37"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"NEXT::BEGIN@25","$color":8,"excl_time":1.62999999999486e-05,"$area":1.62999999999486e-05},"id":"6461-NEXT::BEGIN@25"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"NEXT::BEGIN@5","$color":8,"excl_time":1.06e-05,"$area":1.06e-05},"id":"6462-NEXT::BEGIN@5"},{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>NEXT::BEGIN@101</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"NEXT::BEGIN@101","$color":8,"excl_time":8.49999999995837e-06,"$area":8.49999999995837e-06},"id":"6463-NEXT::BEGIN@101"},{"name":"::ELSEWHERE","children":[{"name":"buildAUTOLOAD","children":[],"data":{"tip":"<p><b>NEXT::ELSEWHERE::buildAUTOLOAD</b></p><p><br />Called 8 times from 8 places in 1 file<br />Inclusive time: 65&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"NEXT::ELSEWHERE::buildAUTOLOAD","$color":10,"excl_time":6.52e-05,"$area":6.52e-05},"id":"6465-NEXT::ELSEWHERE::buildAUTOLOAD"}],"data":{"$area":6.52e-05},"id":"n6464"}],"data":{"$area":0.000185299999999926},"id":"n6454"},{"name":"DBIx","children":[{"name":"::Class","children":[{"name":"mk_classaccessor","children":[],"data":{"tip":"<p><b>DBIx::Class::mk_classaccessor</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.29ms, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0012932,"subname":"DBIx::Class::mk_classaccessor","$color":1,"excl_time":6.05999999993057e-05,"$area":6.05999999993057e-05},"id":"6468-DBIx::Class::mk_classaccessor"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.14ms, 0.00%<br />Exclusive time: 2.10ms, 0.00%</p>","incl_time":0.0021359,"subname":"DBIx::Class::BEGIN@68","$color":1,"excl_time":0.00209719999999983,"$area":0.00209719999999983},"id":"6469-DBIx::Class::BEGIN@68"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBIx::Class::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"DBIx::Class::CORE:match","$color":1,"excl_time":1.2e-06,"$area":1.2e-06},"id":"6470-DBIx::Class::CORE:match"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"DBIx::Class::BEGIN@3","$color":1,"excl_time":1.34999999995807e-05,"$area":1.34999999995807e-05},"id":"6471-DBIx::Class::BEGIN@3"},{"name":"component_base_class","children":[],"data":{"tip":"<p><b>DBIx::Class::component_base_class</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"DBIx::Class::component_base_class","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"6472-DBIx::Class::component_base_class"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0001048,"subname":"DBIx::Class::BEGIN@71","$color":1,"excl_time":0.000102700000000328,"$area":0.000102700000000328},"id":"6473-DBIx::Class::BEGIN@71"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.71ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0077073,"subname":"DBIx::Class::BEGIN@70","$color":1,"excl_time":9.3999999998531e-06,"$area":9.3999999998531e-06},"id":"6474-DBIx::Class::BEGIN@70"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"DBIx::Class::BEGIN@18","$color":1,"excl_time":2.67e-05,"$area":2.67e-05},"id":"6475-DBIx::Class::BEGIN@18"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"DBIx::Class::BEGIN@66","$color":1,"excl_time":9.19999999976996e-06,"$area":9.19999999976996e-06},"id":"6476-DBIx::Class::BEGIN@66"},{"name":"mk_classdata","children":[],"data":{"tip":"<p><b>DBIx::Class::mk_classdata</b></p><p><br />Called 8 times from 8 places in 2 files<br />Inclusive time: 1.32ms, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0013217,"subname":"DBIx::Class::mk_classdata","$color":1,"excl_time":2.85000000007829e-05,"$area":2.85000000007829e-05},"id":"6477-DBIx::Class::mk_classdata"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"DBIx::Class::BEGIN@4","$color":1,"excl_time":7.09999999990886e-06,"$area":7.09999999990886e-06},"id":"6478-DBIx::Class::BEGIN@4"},{"name":"_skip_namespace_frames","children":[],"data":{"tip":"<p><b>DBIx::Class::_skip_namespace_frames</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"DBIx::Class::_skip_namespace_frames","$color":1,"excl_time":8.50000000042459e-06,"$area":8.50000000042459e-06},"id":"6479-DBIx::Class::_skip_namespace_frames"},{"name":"::Schema","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"DBIx::Class::Schema::BEGIN@8","$color":3,"excl_time":9.40000000006614e-06,"$area":9.40000000006614e-06},"id":"6481-DBIx::Class::Schema::BEGIN@8"},{"name":"clone","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::clone</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 564&micro;s, 0.00%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0005645,"subname":"DBIx::Class::Schema::clone","$color":3,"excl_time":0.000104000000000025,"$area":0.000104000000000025},"id":"6482-DBIx::Class::Schema::clone"},{"name":"BEGIN@916","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@916</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"DBIx::Class::Schema::BEGIN@916","$color":3,"excl_time":1.01000000001919e-05,"$area":1.01000000001919e-05},"id":"6483-DBIx::Class::Schema::BEGIN@916"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"DBIx::Class::Schema::BEGIN@9","$color":3,"excl_time":7.70000000019804e-06,"$area":7.70000000019804e-06},"id":"6484-DBIx::Class::Schema::BEGIN@9"},{"name":"storage_type","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::storage_type</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.84e-05,"subname":"DBIx::Class::Schema::storage_type","$color":3,"excl_time":7.29999999982735e-06,"$area":7.29999999982735e-06},"id":"6485-DBIx::Class::Schema::storage_type"},{"name":"source_registrations","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::source_registrations</b></p><p><br />Called 22 times from 7 places in 2 files<br />Inclusive time: 258&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0002582,"subname":"DBIx::Class::Schema::source_registrations","$color":3,"excl_time":9.74999999961006e-05,"$area":9.74999999961006e-05},"id":"6486-DBIx::Class::Schema::source_registrations"},{"name":"connect","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27.0ms, 0.04%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0270335,"subname":"DBIx::Class::Schema::connect","$color":3,"excl_time":1.14000000000607e-05,"$area":1.14000000000607e-05},"id":"6487-DBIx::Class::Schema::connect"},{"name":"register_extra_source","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::register_extra_source</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001209,"subname":"DBIx::Class::Schema::register_extra_source","$color":3,"excl_time":1.17999999995828e-05,"$area":1.17999999995828e-05},"id":"6488-DBIx::Class::Schema::register_extra_source"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:829]","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:829]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25.4ms, 0.04%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0254262,"subname":"DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:829]","$color":3,"excl_time":8.90000000002694e-06,"$area":8.90000000002694e-06},"id":"6489-DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:829]"},{"name":"BEGIN@1516","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@1516</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"DBIx::Class::Schema::BEGIN@1516","$color":3,"excl_time":9.29999999967793e-06,"$area":9.29999999967793e-06},"id":"6490-DBIx::Class::Schema::BEGIN@1516"},{"name":"BEGIN@920","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@920</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"DBIx::Class::Schema::BEGIN@920","$color":3,"excl_time":6.70000000014503e-06,"$area":6.70000000014503e-06},"id":"6491-DBIx::Class::Schema::BEGIN@920"},{"name":"connection","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::connection</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26.7ms, 0.04%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0266636,"subname":"DBIx::Class::Schema::connection","$color":3,"excl_time":4.73999999987991e-05,"$area":4.73999999987991e-05},"id":"6492-DBIx::Class::Schema::connection"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"DBIx::Class::Schema::BEGIN@4","$color":3,"excl_time":7.89999999986285e-06,"$area":7.89999999986285e-06},"id":"6493-DBIx::Class::Schema::BEGIN@4"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.2ms, 0.02%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0111591,"subname":"DBIx::Class::Schema::BEGIN@14","$color":3,"excl_time":9.40000000018183e-06,"$area":9.40000000018183e-06},"id":"6494-DBIx::Class::Schema::BEGIN@14"},{"name":"txn_scope_guard","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::txn_scope_guard</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 10.7ms, 0.02%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0106544,"subname":"DBIx::Class::Schema::txn_scope_guard","$color":3,"excl_time":7.58999999988439e-05,"$area":7.58999999988439e-05},"id":"6495-DBIx::Class::Schema::txn_scope_guard"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001054,"subname":"DBIx::Class::Schema::BEGIN@7","$color":3,"excl_time":8.0999999998111e-06,"$area":8.0999999998111e-06},"id":"6496-DBIx::Class::Schema::BEGIN@7"},{"name":"BEGIN@174","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@174</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"DBIx::Class::Schema::BEGIN@174","$color":3,"excl_time":1.01000000002353e-05,"$area":1.01000000002353e-05},"id":"6497-DBIx::Class::Schema::BEGIN@174"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"DBIx::Class::Schema::BEGIN@11","$color":3,"excl_time":9.90000000042984e-06,"$area":9.90000000042984e-06},"id":"6498-DBIx::Class::Schema::BEGIN@11"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":7.82e-05,"subname":"DBIx::Class::Schema::DESTROY","$color":3,"excl_time":2.90999999999759e-05,"$area":2.90999999999759e-05},"id":"6499-DBIx::Class::Schema::DESTROY"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"DBIx::Class::Schema::BEGIN@10","$color":3,"excl_time":1.13999999999627e-05,"$area":1.13999999999627e-05},"id":"6500-DBIx::Class::Schema::BEGIN@10"},{"name":"BEGIN@242","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@242</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"DBIx::Class::Schema::BEGIN@242","$color":3,"excl_time":7.00000000000876e-06,"$area":7.00000000000876e-06},"id":"6501-DBIx::Class::Schema::BEGIN@242"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"DBIx::Class::Schema::BEGIN@3","$color":3,"excl_time":2.06000000003291e-05,"$area":2.06000000003291e-05},"id":"6502-DBIx::Class::Schema::BEGIN@3"},{"name":"register_source","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::register_source</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003036,"subname":"DBIx::Class::Schema::register_source","$color":3,"excl_time":1.08999999998544e-05,"$area":1.08999999998544e-05},"id":"6503-DBIx::Class::Schema::register_source"},{"name":"END","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"DBIx::Class::Schema::END","$color":3,"excl_time":6.8e-06,"$area":6.8e-06},"id":"6504-DBIx::Class::Schema::END"},{"name":"BEGIN@918","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@918</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"DBIx::Class::Schema::BEGIN@918","$color":3,"excl_time":7.29999999963193e-06,"$area":7.29999999963193e-06},"id":"6505-DBIx::Class::Schema::BEGIN@918"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"DBIx::Class::Schema::CORE:match","$color":3,"excl_time":1.7e-06,"$area":1.7e-06},"id":"6506-DBIx::Class::Schema::CORE:match"},{"name":"BEGIN@380","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@380</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"DBIx::Class::Schema::BEGIN@380","$color":3,"excl_time":6.59999999986547e-06,"$area":6.59999999986547e-06},"id":"6507-DBIx::Class::Schema::BEGIN@380"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.30ms, 0.00%<br />Exclusive time: 319&micro;s, 0.00%</p>","incl_time":0.0013043,"subname":"DBIx::Class::Schema::BEGIN@6","$color":3,"excl_time":0.000319399999999379,"$area":0.000319399999999379},"id":"6508-DBIx::Class::Schema::BEGIN@6"},{"name":"class_mappings","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::class_mappings</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001008,"subname":"DBIx::Class::Schema::class_mappings","$color":3,"excl_time":2.6400000000081e-05,"$area":2.6400000000081e-05},"id":"6509-DBIx::Class::Schema::class_mappings"},{"name":"sources","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::sources</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"DBIx::Class::Schema::sources","$color":3,"excl_time":7.89999999991761e-06,"$area":7.89999999991761e-06},"id":"6510-DBIx::Class::Schema::sources"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:1378]","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:1378]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:1378]","$color":3,"excl_time":2e-05,"$area":2e-05},"id":"6511-DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:1378]"},{"name":"BEGIN@378","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@378</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"DBIx::Class::Schema::BEGIN@378","$color":3,"excl_time":8.60000000009815e-06,"$area":8.60000000009815e-06},"id":"6512-DBIx::Class::Schema::BEGIN@378"},{"name":"storage","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::storage</b></p><p><br />Called 12 times from 5 places in 2 files<br />Inclusive time: 241&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0002411,"subname":"DBIx::Class::Schema::storage","$color":3,"excl_time":6.67000000012023e-05,"$area":6.67000000012023e-05},"id":"6513-DBIx::Class::Schema::storage"},{"name":"_register_source","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::_register_source</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 402&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0004018,"subname":"DBIx::Class::Schema::_register_source","$color":3,"excl_time":0.000113099999999525,"$area":0.000113099999999525},"id":"6514-DBIx::Class::Schema::_register_source"},{"name":"BEGIN@1284","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@1284</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"DBIx::Class::Schema::BEGIN@1284","$color":3,"excl_time":8.99999999963105e-06,"$area":8.99999999963105e-06},"id":"6515-DBIx::Class::Schema::BEGIN@1284"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 240&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002399,"subname":"DBIx::Class::Schema::BEGIN@12","$color":3,"excl_time":6.90000000029437e-06,"$area":6.90000000029437e-06},"id":"6516-DBIx::Class::Schema::BEGIN@12"},{"name":"source","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::source</b></p><p><br />Called 5 times from 3 places in 2 files<br />Inclusive time: 133&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0001328,"subname":"DBIx::Class::Schema::source","$color":3,"excl_time":5.08999999994768e-05,"$area":5.08999999994768e-05},"id":"6517-DBIx::Class::Schema::source"},{"name":"BEGIN@943","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@943</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"DBIx::Class::Schema::BEGIN@943","$color":3,"excl_time":8.30000000028393e-06,"$area":8.30000000028393e-06},"id":"6518-DBIx::Class::Schema::BEGIN@943"},{"name":"BEGIN@240","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::BEGIN@240</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"DBIx::Class::Schema::BEGIN@240","$color":3,"excl_time":9.20000000019191e-06,"$area":9.20000000019191e-06},"id":"6519-DBIx::Class::Schema::BEGIN@240"},{"name":"::KiokuDB","children":[{"name":"_kiokudb_handle","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::_kiokudb_handle</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"DBIx::Class::Schema::KiokuDB::_kiokudb_handle","$color":5,"excl_time":1.29000000003803e-05,"$area":1.29000000003803e-05},"id":"6521-DBIx::Class::Schema::KiokuDB::_kiokudb_handle"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28.0ms, 0.04%<br />Exclusive time: 242&micro;s, 0.00%</p>","incl_time":0.027991,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@15","$color":5,"excl_time":0.00024189999999881,"$area":0.00024189999999881},"id":"6522-DBIx::Class::Schema::KiokuDB::BEGIN@15"},{"name":"kiokudb_entries_source_name","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::kiokudb_entries_source_name</b></p><p><br />Called 5 times from 4 places in 3 files<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":9.42e-05,"subname":"DBIx::Class::Schema::KiokuDB::kiokudb_entries_source_name","$color":5,"excl_time":2.39000000000324e-05,"$area":2.39000000000324e-05},"id":"6523-DBIx::Class::Schema::KiokuDB::kiokudb_entries_source_name"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@9","$color":5,"excl_time":1.3800000000376e-05,"$area":1.3800000000376e-05},"id":"6524-DBIx::Class::Schema::KiokuDB::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 620&micro;s, 0.00%<br />Exclusive time: 338&micro;s, 0.00%</p>","incl_time":0.0006198,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@14","$color":5,"excl_time":0.000338300000001065,"$area":0.000338300000001065},"id":"6525-DBIx::Class::Schema::KiokuDB::BEGIN@14"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 164&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001638,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@19","$color":5,"excl_time":9.79999999979047e-06,"$area":9.79999999979047e-06},"id":"6526-DBIx::Class::Schema::KiokuDB::BEGIN@19"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@10","$color":5,"excl_time":8.6000000000035e-06,"$area":8.6000000000035e-06},"id":"6527-DBIx::Class::Schema::KiokuDB::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@2","$color":5,"excl_time":1.19e-05,"$area":1.19e-05},"id":"6528-DBIx::Class::Schema::KiokuDB::BEGIN@2"},{"name":"define_kiokudb_schema","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::define_kiokudb_schema</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.45ms, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0014461,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_schema","$color":5,"excl_time":6.03999999989554e-05,"$area":6.03999999989554e-05},"id":"6529-DBIx::Class::Schema::KiokuDB::define_kiokudb_schema"},{"name":"define_kiokudb_gin_index_resultsource","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::define_kiokudb_gin_index_resultsource</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 243&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0002426,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_gin_index_resultsource","$color":5,"excl_time":4.08000000007474e-05,"$area":4.08000000007474e-05},"id":"6530-DBIx::Class::Schema::KiokuDB::define_kiokudb_gin_index_resultsource"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@12","$color":5,"excl_time":9.30000000039171e-06,"$area":9.30000000039171e-06},"id":"6531-DBIx::Class::Schema::KiokuDB::BEGIN@12"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@17","$color":5,"excl_time":1.01000000001121e-05,"$area":1.01000000001121e-05},"id":"6532-DBIx::Class::Schema::KiokuDB::BEGIN@17"},{"name":"define_kiokudb_entries_resultsource","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::define_kiokudb_entries_resultsource</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 799&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0007988,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_entries_resultsource","$color":5,"excl_time":5.29999999993152e-05,"$area":5.29999999993152e-05},"id":"6533-DBIx::Class::Schema::KiokuDB::define_kiokudb_entries_resultsource"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::KiokuDB::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.58e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@21","$color":5,"excl_time":9.80000000003503e-06,"$area":9.80000000003503e-06},"id":"6534-DBIx::Class::Schema::KiokuDB::BEGIN@21"}],"data":{"$area":0.000844500000000014},"id":"n6520"}],"data":{"$area":0.00204509999999379},"id":"n6480"},{"name":"::ResultSetColumn","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@3","$color":7,"excl_time":1.3700000000422e-05,"$area":1.3700000000422e-05},"id":"6536-DBIx::Class::ResultSetColumn::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"DBIx::Class::ResultSetColumn::BEGIN@8","$color":7,"excl_time":7.89999999962668e-06,"$area":7.89999999962668e-06},"id":"6537-DBIx::Class::ResultSetColumn::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@7","$color":7,"excl_time":7.10000000021205e-06,"$area":7.10000000021205e-06},"id":"6538-DBIx::Class::ResultSetColumn::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"DBIx::Class::ResultSetColumn::BEGIN@11","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"6539-DBIx::Class::ResultSetColumn::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@6","$color":7,"excl_time":7.49999999984136e-06,"$area":7.49999999984136e-06},"id":"6540-DBIx::Class::ResultSetColumn::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSetColumn::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@4","$color":7,"excl_time":7.19999999986197e-06,"$area":7.19999999986197e-06},"id":"6541-DBIx::Class::ResultSetColumn::BEGIN@4"}],"data":{"$area":4.7099999999964e-05},"id":"n6535"},{"name":"::KiokuDB","children":[{"name":"::EntryProxy","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::KiokuDB::EntryProxy::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@10","$color":9,"excl_time":6.80000000042283e-06,"$area":6.80000000042283e-06},"id":"6544-DBIx::Class::KiokuDB::EntryProxy::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::KiokuDB::EntryProxy::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@9","$color":9,"excl_time":8.09999999981421e-06,"$area":8.09999999981421e-06},"id":"6545-DBIx::Class::KiokuDB::EntryProxy::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::KiokuDB::EntryProxy::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.57e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@14","$color":9,"excl_time":9.20000000040921e-06,"$area":9.20000000040921e-06},"id":"6546-DBIx::Class::KiokuDB::EntryProxy::BEGIN@14"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::KiokuDB::EntryProxy::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001339,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@12","$color":9,"excl_time":1.15999999998694e-05,"$area":1.15999999998694e-05},"id":"6547-DBIx::Class::KiokuDB::EntryProxy::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>DBIx::Class::KiokuDB::EntryProxy::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@2","$color":9,"excl_time":9.8e-06,"$area":9.8e-06},"id":"6548-DBIx::Class::KiokuDB::EntryProxy::BEGIN@2"}],"data":{"$area":4.55000000005156e-05},"id":"n6543"}],"data":{"$area":4.55000000005156e-05},"id":"n6542"},{"name":"::ResultSource","children":[{"name":"::Table","children":[{"name":"_relationships","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::_relationships</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"DBIx::Class::ResultSource::Table::_relationships","$color":0,"excl_time":1.7e-06,"$area":1.7e-06},"id":"6551-DBIx::Class::ResultSource::Table::_relationships"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@3","$color":0,"excl_time":1.54000000001415e-05,"$area":1.54000000001415e-05},"id":"6552-DBIx::Class::ResultSource::Table::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.59e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@8","$color":0,"excl_time":1.14999999995714e-05,"$area":1.14999999995714e-05},"id":"6553-DBIx::Class::ResultSource::Table::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@4","$color":0,"excl_time":6.99999999986197e-06,"$area":6.99999999986197e-06},"id":"6554-DBIx::Class::ResultSource::Table::BEGIN@4"},{"name":"_primaries","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::_primaries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"DBIx::Class::ResultSource::Table::_primaries","$color":0,"excl_time":6e-07,"$area":6e-07},"id":"6555-DBIx::Class::ResultSource::Table::_primaries"},{"name":"_unique_constraints","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::_unique_constraints</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"DBIx::Class::ResultSource::Table::_unique_constraints","$color":0,"excl_time":2.3e-06,"$area":2.3e-06},"id":"6556-DBIx::Class::ResultSource::Table::_unique_constraints"},{"name":"_columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::_columns</b></p><p><br />Called 7 times from 7 places in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"DBIx::Class::ResultSource::Table::_columns","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"6557-DBIx::Class::ResultSource::Table::_columns"},{"name":"_ordered_columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::_ordered_columns</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"DBIx::Class::ResultSource::Table::_ordered_columns","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"6558-DBIx::Class::ResultSource::Table::_ordered_columns"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::Table::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.6ms, 0.02%<br />Exclusive time: 11.4ms, 0.02%</p>","incl_time":0.0165546,"subname":"DBIx::Class::ResultSource::Table::BEGIN@6","$color":0,"excl_time":0.0113801000000001,"$area":0.0113801000000001},"id":"6559-DBIx::Class::ResultSource::Table::BEGIN@6"}],"data":{"$area":0.0114266999999997},"id":"n6550"},{"name":"column_info","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::column_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"DBIx::Class::ResultSource::column_info","$color":2,"excl_time":1.36999999992065e-05,"$area":1.36999999992065e-05},"id":"6560-DBIx::Class::ResultSource::column_info"},{"name":"has_column","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::has_column</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"DBIx::Class::ResultSource::has_column","$color":2,"excl_time":7.9000000003742e-06,"$area":7.9000000003742e-06},"id":"6561-DBIx::Class::ResultSource::has_column"},{"name":"add_unique_constraint","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::add_unique_constraint</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 160&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001596,"subname":"DBIx::Class::ResultSource::add_unique_constraint","$color":2,"excl_time":2.19000000002037e-05,"$area":2.19000000002037e-05},"id":"6562-DBIx::Class::ResultSource::add_unique_constraint"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"DBIx::Class::ResultSource::BEGIN@6","$color":2,"excl_time":1.16000000003751e-05,"$area":1.16000000003751e-05},"id":"6563-DBIx::Class::ResultSource::BEGIN@6"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 273&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002726,"subname":"DBIx::Class::ResultSource::BEGIN@14","$color":2,"excl_time":7.99999999960771e-06,"$area":7.99999999960771e-06},"id":"6564-DBIx::Class::ResultSource::BEGIN@14"},{"name":"unique_constraints","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::unique_constraints</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001336,"subname":"DBIx::Class::ResultSource::unique_constraints","$color":2,"excl_time":1.18000000003833e-05,"$area":1.18000000003833e-05},"id":"6565-DBIx::Class::ResultSource::unique_constraints"},{"name":"add_relationship","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::add_relationship</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0001542,"subname":"DBIx::Class::ResultSource::add_relationship","$color":2,"excl_time":3.49000000002887e-05,"$area":3.49000000002887e-05},"id":"6566-DBIx::Class::ResultSource::add_relationship"},{"name":"result_class","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::result_class</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001227,"subname":"DBIx::Class::ResultSource::result_class","$color":2,"excl_time":2.21000000003268e-05,"$area":2.21000000003268e-05},"id":"6567-DBIx::Class::ResultSource::result_class"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"DBIx::Class::ResultSource::CORE:match","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"6568-DBIx::Class::ResultSource::CORE:match"},{"name":"schema","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::schema</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"DBIx::Class::ResultSource::schema","$color":2,"excl_time":7.9e-06,"$area":7.9e-06},"id":"6569-DBIx::Class::ResultSource::schema"},{"name":"_primaries","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::_primaries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.000103,"subname":"DBIx::Class::ResultSource::_primaries","$color":2,"excl_time":3.29999999999855e-05,"$area":3.29999999999855e-05},"id":"6570-DBIx::Class::ResultSource::_primaries"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"DBIx::Class::ResultSource::BEGIN@11","$color":2,"excl_time":1.02000000002511e-05,"$area":1.02000000002511e-05},"id":"6571-DBIx::Class::ResultSource::BEGIN@11"},{"name":"_ordered_columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::_ordered_columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 190&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001902,"subname":"DBIx::Class::ResultSource::_ordered_columns","$color":2,"excl_time":5.28999999995491e-05,"$area":5.28999999995491e-05},"id":"6572-DBIx::Class::ResultSource::_ordered_columns"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.33ms, 0.00%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.002327,"subname":"DBIx::Class::ResultSource::BEGIN@7","$color":2,"excl_time":0.00118630000000211,"$area":0.00118630000000211},"id":"6573-DBIx::Class::ResultSource::BEGIN@7"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::DESTROY</b></p><p><br />Called 6 times from 4 places in 4 files<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":6.41e-05,"subname":"DBIx::Class::ResultSource::DESTROY","$color":2,"excl_time":4.32000000008978e-05,"$area":4.32000000008978e-05},"id":"6574-DBIx::Class::ResultSource::DESTROY"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::CORE:subst</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"DBIx::Class::ResultSource::CORE:subst","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"6575-DBIx::Class::ResultSource::CORE:subst"},{"name":"set_primary_key","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::set_primary_key</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 297&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0002968,"subname":"DBIx::Class::ResultSource::set_primary_key","$color":2,"excl_time":2.76000000000305e-05,"$area":2.76000000000305e-05},"id":"6576-DBIx::Class::ResultSource::set_primary_key"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"DBIx::Class::ResultSource::BEGIN@3","$color":2,"excl_time":2.30000000004237e-05,"$area":2.30000000004237e-05},"id":"6577-DBIx::Class::ResultSource::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::new</b></p><p><br />Called 8 times from 4 places in 2 files<br />Inclusive time: 125&micro;s, 0.00%</p>","incl_time":0.0001249,"subname":"DBIx::Class::ResultSource::new","$color":2,"excl_time":0.0001249,"$area":0.0001249},"id":"6578-DBIx::Class::ResultSource::new"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.45e-05,"subname":"DBIx::Class::ResultSource::BEGIN@12","$color":2,"excl_time":1.93999999997778e-05,"$area":1.93999999997778e-05},"id":"6579-DBIx::Class::ResultSource::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"DBIx::Class::ResultSource::BEGIN@4","$color":2,"excl_time":1.33999999996779e-05,"$area":1.33999999996779e-05},"id":"6580-DBIx::Class::ResultSource::BEGIN@4"},{"name":"columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"DBIx::Class::ResultSource::columns","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"6581-DBIx::Class::ResultSource::columns"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"DBIx::Class::ResultSource::BEGIN@13","$color":2,"excl_time":9.70000000029619e-06,"$area":9.70000000029619e-06},"id":"6582-DBIx::Class::ResultSource::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"DBIx::Class::ResultSource::BEGIN@9","$color":2,"excl_time":9.60000000018754e-06,"$area":9.60000000018754e-06},"id":"6583-DBIx::Class::ResultSource::BEGIN@9"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001061,"subname":"DBIx::Class::ResultSource::BEGIN@16","$color":2,"excl_time":2.20000000004127e-05,"$area":2.20000000004127e-05},"id":"6584-DBIx::Class::ResultSource::BEGIN@16"},{"name":"_relationships","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::_relationships</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0001148,"subname":"DBIx::Class::ResultSource::_relationships","$color":2,"excl_time":3.83999999989133e-05,"$area":3.83999999989133e-05},"id":"6585-DBIx::Class::ResultSource::_relationships"},{"name":"END","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"DBIx::Class::ResultSource::END","$color":2,"excl_time":9e-06,"$area":9e-06},"id":"6586-DBIx::Class::ResultSource::END"},{"name":"_columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::_columns</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0001054,"subname":"DBIx::Class::ResultSource::_columns","$color":2,"excl_time":3.27999999997997e-05,"$area":3.27999999997997e-05},"id":"6587-DBIx::Class::ResultSource::_columns"},{"name":"columns_info","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::columns_info</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0001135,"subname":"DBIx::Class::ResultSource::columns_info","$color":2,"excl_time":9.31999999972513e-05,"$area":9.31999999972513e-05},"id":"6588-DBIx::Class::ResultSource::columns_info"},{"name":"sqlt_deploy_callback","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::sqlt_deploy_callback</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"DBIx::Class::ResultSource::sqlt_deploy_callback","$color":2,"excl_time":1.41999999999601e-05,"$area":1.41999999999601e-05},"id":"6589-DBIx::Class::ResultSource::sqlt_deploy_callback"},{"name":"add_columns","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::add_columns</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 416&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0004156,"subname":"DBIx::Class::ResultSource::add_columns","$color":2,"excl_time":0.000112700000001448,"$area":0.000112700000001448},"id":"6590-DBIx::Class::ResultSource::add_columns"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.000105,"subname":"DBIx::Class::ResultSource::BEGIN@10","$color":2,"excl_time":1.57000000000411e-05,"$area":1.57000000000411e-05},"id":"6591-DBIx::Class::ResultSource::BEGIN@10"},{"name":"_unique_constraints","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::_unique_constraints</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0001212,"subname":"DBIx::Class::ResultSource::_unique_constraints","$color":2,"excl_time":3.76000000000385e-05,"$area":3.76000000000385e-05},"id":"6592-DBIx::Class::ResultSource::_unique_constraints"}],"data":{"$area":0.0135066000000015},"id":"n6549"},{"name":"::Optional","children":[{"name":"::Dependencies","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Optional::Dependencies::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@4","$color":4,"excl_time":1.08000000000478e-05,"$area":1.08000000000478e-05},"id":"6595-DBIx::Class::Optional::Dependencies::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Optional::Dependencies::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@3","$color":4,"excl_time":1.38000000002362e-05,"$area":1.38000000002362e-05},"id":"6596-DBIx::Class::Optional::Dependencies::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Optional::Dependencies::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@6","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"6597-DBIx::Class::Optional::Dependencies::BEGIN@6"}],"data":{"$area":2.86000000002839e-05},"id":"n6594"}],"data":{"$area":2.86000000002839e-05},"id":"n6593"},{"name":"::Componentised","children":[{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"DBIx::Class::Componentised::BEGIN@29","$color":6,"excl_time":7.19999999981771e-06,"$area":7.19999999981771e-06},"id":"6599-DBIx::Class::Componentised::BEGIN@29"},{"name":"inject_base","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::inject_base</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 255&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0002552,"subname":"DBIx::Class::Componentised::inject_base","$color":6,"excl_time":7.57999999996152e-05,"$area":7.57999999996152e-05},"id":"6600-DBIx::Class::Componentised::inject_base"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.22ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0012205,"subname":"DBIx::Class::Componentised::BEGIN@7","$color":6,"excl_time":8.29999999967033e-06,"$area":8.29999999967033e-06},"id":"6601-DBIx::Class::Componentised::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"DBIx::Class::Componentised::BEGIN@8","$color":6,"excl_time":6.90000000000263e-06,"$area":6.90000000000263e-06},"id":"6602-DBIx::Class::Componentised::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.02e-05,"subname":"DBIx::Class::Componentised::BEGIN@10","$color":6,"excl_time":7.50000000040746e-06,"$area":7.50000000040746e-06},"id":"6603-DBIx::Class::Componentised::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"DBIx::Class::Componentised::BEGIN@4","$color":6,"excl_time":1.40000000001415e-05,"$area":1.40000000001415e-05},"id":"6604-DBIx::Class::Componentised::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>DBIx::Class::Componentised::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"DBIx::Class::Componentised::BEGIN@5","$color":6,"excl_time":7.19999999990886e-06,"$area":7.19999999990886e-06},"id":"6605-DBIx::Class::Componentised::BEGIN@5"}],"data":{"$area":0.000126899999999564},"id":"n6598"},{"name":"::Carp","children":[{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"DBIx::Class::Carp::CORE:regcomp","$color":8,"excl_time":1.84e-05,"$area":1.84e-05},"id":"6607-DBIx::Class::Carp::CORE:regcomp"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.08000000000001e-05,"subname":"DBIx::Class::Carp::BEGIN@3","$color":8,"excl_time":1.7999999999632e-05,"$area":1.7999999999632e-05},"id":"6608-DBIx::Class::Carp::BEGIN@3"},{"name":"BEGIN@75","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@75</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"DBIx::Class::Carp::BEGIN@75","$color":8,"excl_time":8.19999999972745e-06,"$area":8.19999999972745e-06},"id":"6609-DBIx::Class::Carp::BEGIN@75"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"DBIx::Class::Carp::BEGIN@18","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"6610-DBIx::Class::Carp::BEGIN@18"},{"name":"import","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::import</b></p><p><br />Called 9 times from 9 places in 9 files<br />Inclusive time: 674&micro;s, 0.00%<br />Exclusive time: 235&micro;s, 0.00%</p>","incl_time":0.0006744,"subname":"DBIx::Class::Carp::import","$color":8,"excl_time":0.000234899999996743,"$area":0.000234899999996743},"id":"6611-DBIx::Class::Carp::import"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::CORE:qr</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"DBIx::Class::Carp::CORE:qr","$color":8,"excl_time":2.98e-05,"$area":2.98e-05},"id":"6612-DBIx::Class::Carp::CORE:qr"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"DBIx::Class::Carp::BEGIN@7","$color":8,"excl_time":1.09e-05,"$area":1.09e-05},"id":"6613-DBIx::Class::Carp::BEGIN@7"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"DBIx::Class::Carp::BEGIN@17","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"6614-DBIx::Class::Carp::BEGIN@17"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Carp::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"DBIx::Class::Carp::BEGIN@4","$color":8,"excl_time":8.79999999958242e-06,"$area":8.79999999958242e-06},"id":"6615-DBIx::Class::Carp::BEGIN@4"}],"data":{"$area":0.000337299999995685},"id":"n6606"},{"name":"::Exception","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Exception::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"DBIx::Class::Exception::BEGIN@3","$color":10,"excl_time":1.3000000000422e-05,"$area":1.3000000000422e-05},"id":"6617-DBIx::Class::Exception::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Exception::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"DBIx::Class::Exception::BEGIN@4","$color":10,"excl_time":7.1000000001424e-06,"$area":7.1000000001424e-06},"id":"6618-DBIx::Class::Exception::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Exception::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 905&micro;s, 0.00%<br />Exclusive time: 814&micro;s, 0.00%</p>","incl_time":0.0009046,"subname":"DBIx::Class::Exception::BEGIN@6","$color":10,"excl_time":0.000813599999998827,"$area":0.000813599999998827},"id":"6619-DBIx::Class::Exception::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::Exception::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"DBIx::Class::Exception::BEGIN@9","$color":10,"excl_time":1.25000000002042e-05,"$area":1.25000000002042e-05},"id":"6620-DBIx::Class::Exception::BEGIN@9"}],"data":{"$area":0.000846199999999595},"id":"n6616"},{"name":"::ResultSet","children":[{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"DBIx::Class::ResultSet::BEGIN@25","$color":1,"excl_time":9.20000000035007e-06,"$area":9.20000000035007e-06},"id":"6622-DBIx::Class::ResultSet::BEGIN@25"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"DBIx::Class::ResultSet::BEGIN@16","$color":1,"excl_time":6.1e-06,"$area":6.1e-06},"id":"6623-DBIx::Class::ResultSet::BEGIN@16"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"DBIx::Class::ResultSet::BEGIN@6","$color":1,"excl_time":8.20000000007752e-06,"$area":8.20000000007752e-06},"id":"6624-DBIx::Class::ResultSet::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"DBIx::Class::ResultSet::BEGIN@3","$color":1,"excl_time":1.39999999998142e-05,"$area":1.39999999998142e-05},"id":"6625-DBIx::Class::ResultSet::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"DBIx::Class::ResultSet::BEGIN@7","$color":1,"excl_time":8.60000000023442e-06,"$area":8.60000000023442e-06},"id":"6626-DBIx::Class::ResultSet::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.00ms, 0.00%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0020017,"subname":"DBIx::Class::ResultSet::BEGIN@11","$color":1,"excl_time":0.00171350000000004,"$area":0.00171350000000004},"id":"6627-DBIx::Class::ResultSet::BEGIN@11"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 235&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002347,"subname":"DBIx::Class::ResultSet::BEGIN@22","$color":1,"excl_time":8.70000000038462e-06,"$area":8.70000000038462e-06},"id":"6628-DBIx::Class::ResultSet::BEGIN@22"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"DBIx::Class::ResultSet::BEGIN@4","$color":1,"excl_time":7.19999999981509e-06,"$area":7.19999999981509e-06},"id":"6629-DBIx::Class::ResultSet::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.64ms, 0.00%<br />Exclusive time: 1.21ms, 0.00%</p>","incl_time":0.001636,"subname":"DBIx::Class::ResultSet::BEGIN@8","$color":1,"excl_time":0.00121120000000066,"$area":0.00121120000000066},"id":"6630-DBIx::Class::ResultSet::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.49e-05,"subname":"DBIx::Class::ResultSet::BEGIN@5","$color":1,"excl_time":7.80000000012441e-06,"$area":7.80000000012441e-06},"id":"6631-DBIx::Class::ResultSet::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"DBIx::Class::ResultSet::BEGIN@9","$color":1,"excl_time":9.70000000001488e-06,"$area":9.70000000001488e-06},"id":"6632-DBIx::Class::ResultSet::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"DBIx::Class::ResultSet::BEGIN@10","$color":1,"excl_time":9.20000000034132e-06,"$area":9.20000000034132e-06},"id":"6633-DBIx::Class::ResultSet::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSet::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"DBIx::Class::ResultSet::BEGIN@14","$color":1,"excl_time":5.5e-06,"$area":5.5e-06},"id":"6634-DBIx::Class::ResultSet::BEGIN@14"}],"data":{"$area":0.00301890000000186},"id":"n6621"},{"name":"::AccessorGroup","children":[{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@18","$color":3,"excl_time":7.60000000009815e-06,"$area":7.60000000009815e-06},"id":"6636-DBIx::Class::AccessorGroup::BEGIN@18"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.79ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0047862,"subname":"DBIx::Class::AccessorGroup::BEGIN@6","$color":3,"excl_time":8.90000000023771e-06,"$area":8.90000000023771e-06},"id":"6637-DBIx::Class::AccessorGroup::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001541,"subname":"DBIx::Class::AccessorGroup::BEGIN@8","$color":3,"excl_time":9.89999999973922e-06,"$area":9.89999999973922e-06},"id":"6638-DBIx::Class::AccessorGroup::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@4","$color":3,"excl_time":7.69999999962843e-06,"$area":7.69999999962843e-06},"id":"6639-DBIx::Class::AccessorGroup::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@7","$color":3,"excl_time":9.30000000019979e-06,"$area":9.30000000019979e-06},"id":"6640-DBIx::Class::AccessorGroup::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@3","$color":3,"excl_time":1.62000000001415e-05,"$area":1.62000000001415e-05},"id":"6641-DBIx::Class::AccessorGroup::BEGIN@3"},{"name":"get_component_class","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::get_component_class</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":8.93e-05,"subname":"DBIx::Class::AccessorGroup::get_component_class","$color":3,"excl_time":3.33999999995583e-05,"$area":3.33999999995583e-05},"id":"6642-DBIx::Class::AccessorGroup::get_component_class"},{"name":"set_component_class","children":[],"data":{"tip":"<p><b>DBIx::Class::AccessorGroup::set_component_class</b></p><p><br />Called 7 times from 4 places in 4 files<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001112,"subname":"DBIx::Class::AccessorGroup::set_component_class","$color":3,"excl_time":5.02000000012435e-05,"$area":5.02000000012435e-05},"id":"6643-DBIx::Class::AccessorGroup::set_component_class"}],"data":{"$area":0.000143200000000847},"id":"n6635"},{"name":"::Storage","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"DBIx::Class::Storage::BEGIN@4","$color":5,"excl_time":6.20000000009552e-06,"$area":6.20000000009552e-06},"id":"6645-DBIx::Class::Storage::BEGIN@4"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"DBIx::Class::Storage::BEGIN@16","$color":5,"excl_time":9.19999999992549e-06,"$area":9.19999999992549e-06},"id":"6646-DBIx::Class::Storage::BEGIN@16"},{"name":"txn_scope_guard","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::txn_scope_guard</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10.4ms, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0104116,"subname":"DBIx::Class::Storage::txn_scope_guard","$color":5,"excl_time":4.93000000029521e-05,"$area":4.93000000029521e-05},"id":"6647-DBIx::Class::Storage::txn_scope_guard"},{"name":"txn_commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::txn_commit</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 357ms, 0.50%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.3568552,"subname":"DBIx::Class::Storage::txn_commit","$color":5,"excl_time":8.10000000032807e-05,"$area":8.10000000032807e-05},"id":"6648-DBIx::Class::Storage::txn_commit"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.17ms, 0.00%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0021688,"subname":"DBIx::Class::Storage::BEGIN@17","$color":5,"excl_time":0.00105660000000033,"$area":0.00105660000000033},"id":"6649-DBIx::Class::Storage::BEGIN@17"},{"name":"new","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 183&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.000183,"subname":"DBIx::Class::Storage::new","$color":5,"excl_time":1.99000000000284e-05,"$area":1.99000000000284e-05},"id":"6650-DBIx::Class::Storage::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"DBIx::Class::Storage::BEGIN@3","$color":5,"excl_time":1.25999999998142e-05,"$area":1.25999999998142e-05},"id":"6651-DBIx::Class::Storage::BEGIN@3"},{"name":"debug","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::debug</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 108&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0001077,"subname":"DBIx::Class::Storage::debug","$color":5,"excl_time":3.32000000033533e-05,"$area":3.32000000033533e-05},"id":"6652-DBIx::Class::Storage::debug"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.09e-05,"subname":"DBIx::Class::Storage::BEGIN@6","$color":5,"excl_time":8.20000000040747e-06,"$area":8.20000000040747e-06},"id":"6653-DBIx::Class::Storage::BEGIN@6"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"DBIx::Class::Storage::BEGIN@18","$color":5,"excl_time":8.99999999968844e-06,"$area":8.99999999968844e-06},"id":"6654-DBIx::Class::Storage::BEGIN@18"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"DBIx::Class::Storage::BEGIN@7","$color":5,"excl_time":7.50000000042459e-06,"$area":7.50000000042459e-06},"id":"6655-DBIx::Class::Storage::BEGIN@7"},{"name":"txn_begin","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::txn_begin</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 791&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0007913,"subname":"DBIx::Class::Storage::txn_begin","$color":5,"excl_time":0.000105099999995922,"$area":0.000105099999995922},"id":"6656-DBIx::Class::Storage::txn_begin"},{"name":"set_schema","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::set_schema</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 163&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001631,"subname":"DBIx::Class::Storage::set_schema","$color":5,"excl_time":1.68000000000674e-05,"$area":1.68000000000674e-05},"id":"6657-DBIx::Class::Storage::set_schema"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001917,"subname":"DBIx::Class::Storage::BEGIN@19","$color":5,"excl_time":7.29999999980448e-06,"$area":7.29999999980448e-06},"id":"6658-DBIx::Class::Storage::BEGIN@19"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.21e-05,"subname":"DBIx::Class::Storage::BEGIN@15","$color":5,"excl_time":8.00000000041272e-06,"$area":8.00000000041272e-06},"id":"6659-DBIx::Class::Storage::BEGIN@15"},{"name":"cursor_class","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::cursor_class</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"DBIx::Class::Storage::cursor_class","$color":5,"excl_time":2.48000000000635e-05,"$area":2.48000000000635e-05},"id":"6660-DBIx::Class::Storage::cursor_class"},{"name":"schema","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::schema</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001448,"subname":"DBIx::Class::Storage::schema","$color":5,"excl_time":4.08999999999544e-05,"$area":4.08999999999544e-05},"id":"6661-DBIx::Class::Storage::schema"},{"name":"transaction_depth","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::transaction_depth</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001113,"subname":"DBIx::Class::Storage::transaction_depth","$color":5,"excl_time":3.4399999996623e-05,"$area":3.4399999996623e-05},"id":"6662-DBIx::Class::Storage::transaction_depth"},{"name":"::TxnScopeGuard","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@7","$color":7,"excl_time":1.42000000003751e-05,"$area":1.42000000003751e-05},"id":"6664-DBIx::Class::Storage::TxnScopeGuard::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@3","$color":7,"excl_time":1.47000000001415e-05,"$area":1.47000000001415e-05},"id":"6665-DBIx::Class::Storage::TxnScopeGuard::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@6","$color":7,"excl_time":7.40000000038733e-06,"$area":7.40000000038733e-06},"id":"6666-DBIx::Class::Storage::TxnScopeGuard::BEGIN@6"},{"name":"commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::commit</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 357ms, 0.50%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.3571295,"subname":"DBIx::Class::Storage::TxnScopeGuard::commit","$color":7,"excl_time":5.54000000015729e-05,"$area":5.54000000015729e-05},"id":"6667-DBIx::Class::Storage::TxnScopeGuard::commit"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 246&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002459,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@10","$color":7,"excl_time":7.89999999959546e-06,"$area":7.89999999959546e-06},"id":"6668-DBIx::Class::Storage::TxnScopeGuard::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@5","$color":7,"excl_time":9.1999999995938e-06,"$area":9.1999999995938e-06},"id":"6669-DBIx::Class::Storage::TxnScopeGuard::BEGIN@5"},{"name":"new","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10.4ms, 0.01%<br />Exclusive time: 132&micro;s, 0.00%</p>","incl_time":0.0103623,"subname":"DBIx::Class::Storage::TxnScopeGuard::new","$color":7,"excl_time":0.000131999999996532,"$area":0.000131999999996532},"id":"6670-DBIx::Class::Storage::TxnScopeGuard::new"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@8","$color":7,"excl_time":7.39999999957979e-06,"$area":7.39999999957979e-06},"id":"6671-DBIx::Class::Storage::TxnScopeGuard::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@4","$color":7,"excl_time":7.8000000000035e-06,"$area":7.8000000000035e-06},"id":"6672-DBIx::Class::Storage::TxnScopeGuard::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.51e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@9","$color":7,"excl_time":6.40000000007839e-06,"$area":6.40000000007839e-06},"id":"6673-DBIx::Class::Storage::TxnScopeGuard::BEGIN@9"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::DESTROY</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::DESTROY","$color":7,"excl_time":3.13e-05,"$area":3.13e-05},"id":"6674-DBIx::Class::Storage::TxnScopeGuard::DESTROY"}],"data":{"$area":0.00029369999999786},"id":"n6663"},{"name":"::NESTED_ROLLBACK_EXCEPTION","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::NESTED_ROLLBACK_EXCEPTION::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.82e-05,"subname":"DBIx::Class::Storage::NESTED_ROLLBACK_EXCEPTION::BEGIN@12","$color":9,"excl_time":8.39999999965819e-06,"$area":8.39999999965819e-06},"id":"6676-DBIx::Class::Storage::NESTED_ROLLBACK_EXCEPTION::BEGIN@12"}],"data":{"$area":8.39999999965819e-06},"id":"n6675"},{"name":"::DBIHacks","children":[{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@17","$color":0,"excl_time":8.49999999973007e-06,"$area":8.49999999973007e-06},"id":"6678-DBIx::Class::Storage::DBIHacks::BEGIN@17"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@10","$color":0,"excl_time":1.48000000002831e-05,"$area":1.48000000002831e-05},"id":"6679-DBIx::Class::Storage::DBIHacks::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@14","$color":0,"excl_time":8.80000000023705e-06,"$area":8.80000000023705e-06},"id":"6680-DBIx::Class::Storage::DBIHacks::BEGIN@14"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001548,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@19","$color":0,"excl_time":7.69999999960031e-06,"$area":7.69999999960031e-06},"id":"6681-DBIx::Class::Storage::DBIHacks::BEGIN@19"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@16","$color":0,"excl_time":1.22000000000123e-05,"$area":1.22000000000123e-05},"id":"6682-DBIx::Class::Storage::DBIHacks::BEGIN@16"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.05ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0060489,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@13","$color":0,"excl_time":8.80000000011861e-06,"$area":8.80000000011861e-06},"id":"6683-DBIx::Class::Storage::DBIHacks::BEGIN@13"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@11","$color":0,"excl_time":7.2000000001424e-06,"$area":7.2000000001424e-06},"id":"6684-DBIx::Class::Storage::DBIHacks::BEGIN@11"},{"name":"BEGIN@609","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@609</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@609","$color":0,"excl_time":1.22999999998681e-05,"$area":1.22999999998681e-05},"id":"6685-DBIx::Class::Storage::DBIHacks::BEGIN@609"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBIHacks::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@18","$color":0,"excl_time":7.8000000001034e-06,"$area":7.8000000001034e-06},"id":"6686-DBIx::Class::Storage::DBIHacks::BEGIN@18"}],"data":{"$area":8.81000000000952e-05},"id":"n6677"},{"name":"::DBI","children":[{"name":"sql_limit_dialect","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::sql_limit_dialect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"DBIx::Class::Storage::DBI::sql_limit_dialect","$color":2,"excl_time":9.30000000033169e-06,"$area":9.30000000033169e-06},"id":"6688-DBIx::Class::Storage::DBI::sql_limit_dialect"},{"name":"END","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"DBIx::Class::Storage::DBI::END","$color":2,"excl_time":3.10000000022001e-05,"$area":3.10000000022001e-05},"id":"6689-DBIx::Class::Storage::DBI::END"},{"name":"set_use_dbms_capability","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::set_use_dbms_capability</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"DBIx::Class::Storage::DBI::set_use_dbms_capability","$color":2,"excl_time":5.8000000000964e-06,"$area":5.8000000000964e-06},"id":"6690-DBIx::Class::Storage::DBI::set_use_dbms_capability"},{"name":"_arm_global_destructor","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_arm_global_destructor</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"DBIx::Class::Storage::DBI::_arm_global_destructor","$color":2,"excl_time":1.04999999997204e-05,"$area":1.04999999997204e-05},"id":"6691-DBIx::Class::Storage::DBI::_arm_global_destructor"},{"name":"dbh_do","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::dbh_do</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 577ms, 0.81%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.577239,"subname":"DBIx::Class::Storage::DBI::dbh_do","$color":2,"excl_time":9.02000000037466e-05,"$area":9.02000000037466e-05},"id":"6692-DBIx::Class::Storage::DBI::dbh_do"},{"name":"connect_info","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::connect_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 646&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0006465,"subname":"DBIx::Class::Storage::DBI::connect_info","$color":2,"excl_time":0.000102600000001513,"$area":0.000102600000001513},"id":"6693-DBIx::Class::Storage::DBI::connect_info"},{"name":"_dbh_autocommit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_dbh_autocommit</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 162&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.000162,"subname":"DBIx::Class::Storage::DBI::_dbh_autocommit","$color":2,"excl_time":4.18000000022057e-05,"$area":4.18000000022057e-05},"id":"6694-DBIx::Class::Storage::DBI::_dbh_autocommit"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"DBIx::Class::Storage::DBI::BEGIN@16","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"6695-DBIx::Class::Storage::DBI::BEGIN@16"},{"name":"_driver_determined","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_driver_determined</b></p><p><br />Called 5 times from 4 places in 2 files<br />Inclusive time: 162&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0001618,"subname":"DBIx::Class::Storage::DBI::_driver_determined","$color":2,"excl_time":5.49999999953746e-05,"$area":5.49999999953746e-05},"id":"6696-DBIx::Class::Storage::DBI::_driver_determined"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1306]","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1306]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1306]","$color":2,"excl_time":1.9e-06,"$area":1.9e-06},"id":"6697-DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1306]"},{"name":"_connect_info","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_connect_info</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001097,"subname":"DBIx::Class::Storage::DBI::_connect_info","$color":2,"excl_time":3.39999999991e-05,"$area":3.39999999991e-05},"id":"6698-DBIx::Class::Storage::DBI::_connect_info"},{"name":"_verify_pid","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_verify_pid</b></p><p><br />Called 13 times from 4 places in 1 file<br />Inclusive time: 186&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0001863,"subname":"DBIx::Class::Storage::DBI::_verify_pid","$color":2,"excl_time":7.30000000046801e-05,"$area":7.30000000046801e-05},"id":"6699-DBIx::Class::Storage::DBI::_verify_pid"},{"name":"BEGIN@1407","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@1407</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@1407","$color":2,"excl_time":1.10999999998212e-05,"$area":1.10999999998212e-05},"id":"6700-DBIx::Class::Storage::DBI::BEGIN@1407"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@12","$color":2,"excl_time":9.2999999997397e-06,"$area":9.2999999997397e-06},"id":"6701-DBIx::Class::Storage::DBI::BEGIN@12"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@8","$color":2,"excl_time":7.6000000000964e-06,"$area":7.6000000000964e-06},"id":"6702-DBIx::Class::Storage::DBI::BEGIN@8"},{"name":"_dbh","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_dbh</b></p><p><br />Called 12 times from 12 places in 3 files<br />Inclusive time: 131&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0001308,"subname":"DBIx::Class::Storage::DBI::_dbh","$color":2,"excl_time":4.53999999896617e-05,"$area":4.53999999896617e-05},"id":"6703-DBIx::Class::Storage::DBI::_dbh"},{"name":"_dbic_connect_attributes","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_dbic_connect_attributes</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001011,"subname":"DBIx::Class::Storage::DBI::_dbic_connect_attributes","$color":2,"excl_time":3.24000000009666e-05,"$area":3.24000000009666e-05},"id":"6704-DBIx::Class::Storage::DBI::_dbic_connect_attributes"},{"name":"_dbi_connect_info","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_dbi_connect_info</b></p><p><br />Called 5 times from 5 places in 2 files<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001034,"subname":"DBIx::Class::Storage::DBI::_dbi_connect_info","$color":2,"excl_time":3.42000000004526e-05,"$area":3.42000000004526e-05},"id":"6705-DBIx::Class::Storage::DBI::_dbi_connect_info"},{"name":"unsafe","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::unsafe</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 150&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0001495,"subname":"DBIx::Class::Storage::DBI::unsafe","$color":2,"excl_time":4.52999999902313e-05,"$area":4.52999999902313e-05},"id":"6706-DBIx::Class::Storage::DBI::unsafe"},{"name":"sql_quote_char","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::sql_quote_char</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"DBIx::Class::Storage::DBI::sql_quote_char","$color":2,"excl_time":8.50000000276268e-06,"$area":8.50000000276268e-06},"id":"6707-DBIx::Class::Storage::DBI::sql_quote_char"},{"name":"_run_connection_actions","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_run_connection_actions</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 197&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001974,"subname":"DBIx::Class::Storage::DBI::_run_connection_actions","$color":2,"excl_time":2.30000000012023e-05,"$area":2.30000000012023e-05},"id":"6708-DBIx::Class::Storage::DBI::_run_connection_actions"},{"name":"_default_dbi_connect_attributes","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_default_dbi_connect_attributes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"DBIx::Class::Storage::DBI::_default_dbi_connect_attributes","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"6709-DBIx::Class::Storage::DBI::_default_dbi_connect_attributes"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.68ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0096841,"subname":"DBIx::Class::Storage::DBI::BEGIN@7","$color":2,"excl_time":9.30000000001763e-06,"$area":9.30000000001763e-06},"id":"6710-DBIx::Class::Storage::DBI::BEGIN@7"},{"name":"new","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 468&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0004679,"subname":"DBIx::Class::Storage::DBI::new","$color":2,"excl_time":4.79999999993053e-05,"$area":4.79999999993053e-05},"id":"6711-DBIx::Class::Storage::DBI::new"},{"name":"_get_dbh","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_get_dbh</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0001072,"subname":"DBIx::Class::Storage::DBI::_get_dbh","$color":2,"excl_time":7.10999999973521e-05,"$area":7.10999999973521e-05},"id":"6712-DBIx::Class::Storage::DBI::_get_dbh"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"DBIx::Class::Storage::DBI::CORE:match","$color":2,"excl_time":6.8e-06,"$area":6.8e-06},"id":"6713-DBIx::Class::Storage::DBI::CORE:match"},{"name":"on_connect_call","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::on_connect_call</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001048,"subname":"DBIx::Class::Storage::DBI::on_connect_call","$color":2,"excl_time":3.37000000004535e-05,"$area":3.37000000004535e-05},"id":"6714-DBIx::Class::Storage::DBI::on_connect_call"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 246&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002455,"subname":"DBIx::Class::Storage::DBI::BEGIN@17","$color":2,"excl_time":7.59999999987588e-06,"$area":7.59999999987588e-06},"id":"6715-DBIx::Class::Storage::DBI::BEGIN@17"},{"name":"_determine_driver","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_determine_driver</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 2.52ms, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0025206,"subname":"DBIx::Class::Storage::DBI::_determine_driver","$color":2,"excl_time":0.000116000000001575,"$area":0.000116000000001575},"id":"6716-DBIx::Class::Storage::DBI::_determine_driver"},{"name":"_seems_connected","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_seems_connected</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 138&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001379,"subname":"DBIx::Class::Storage::DBI::_seems_connected","$color":2,"excl_time":1.10000000020685e-05,"$area":1.10000000020685e-05},"id":"6717-DBIx::Class::Storage::DBI::_seems_connected"},{"name":"BEGIN@109","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@109</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@109","$color":2,"excl_time":8.30000000000525e-06,"$area":8.30000000000525e-06},"id":"6718-DBIx::Class::Storage::DBI::BEGIN@109"},{"name":"_dbh_details","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_dbh_details</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001059,"subname":"DBIx::Class::Storage::DBI::_dbh_details","$color":2,"excl_time":3.60000000002659e-05,"$area":3.60000000002659e-05},"id":"6719-DBIx::Class::Storage::DBI::_dbh_details"},{"name":"sql_maker_class","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::sql_maker_class</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":6.42e-05,"subname":"DBIx::Class::Storage::DBI::sql_maker_class","$color":2,"excl_time":2.28999999969805e-05,"$area":2.28999999969805e-05},"id":"6720-DBIx::Class::Storage::DBI::sql_maker_class"},{"name":"_exec_txn_commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_exec_txn_commit</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 357ms, 0.50%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.3567681,"subname":"DBIx::Class::Storage::DBI::_exec_txn_commit","$color":2,"excl_time":7.31999999991767e-05,"$area":7.31999999991767e-05},"id":"6721-DBIx::Class::Storage::DBI::_exec_txn_commit"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1298]","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1298]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1298]","$color":2,"excl_time":2.1599999999394e-05,"$area":2.1599999999394e-05},"id":"6722-DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1298]"},{"name":"_sql_maker","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_sql_maker</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001008,"subname":"DBIx::Class::Storage::DBI::_sql_maker","$color":2,"excl_time":3.17999999992371e-05,"$area":3.17999999992371e-05},"id":"6723-DBIx::Class::Storage::DBI::_sql_maker"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@13","$color":2,"excl_time":7.90000000019717e-06,"$area":7.90000000019717e-06},"id":"6724-DBIx::Class::Storage::DBI::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1300]","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1300]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.76ms, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0057569,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1300]","$color":2,"excl_time":5.41000000054328e-05,"$area":5.41000000054328e-05},"id":"6725-DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1300]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1339]","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1339]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.5e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1339]","$color":2,"excl_time":1.29999999970414e-05,"$area":1.29999999970414e-05},"id":"6726-DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1339]"},{"name":"_parse_connect_do","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_parse_connect_do</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001324,"subname":"DBIx::Class::Storage::DBI::_parse_connect_do","$color":2,"excl_time":1.30999999985123e-05,"$area":1.30999999985123e-05},"id":"6727-DBIx::Class::Storage::DBI::_parse_connect_do"},{"name":"sql_name_sep","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::sql_name_sep</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"DBIx::Class::Storage::DBI::sql_name_sep","$color":2,"excl_time":5.10000000000263e-06,"$area":5.10000000000263e-06},"id":"6728-DBIx::Class::Storage::DBI::sql_name_sep"},{"name":"_init","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"DBIx::Class::Storage::DBI::_init","$color":2,"excl_time":1.8e-06,"$area":1.8e-06},"id":"6729-DBIx::Class::Storage::DBI::_init"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@14","$color":2,"excl_time":8.30000000033694e-06,"$area":8.30000000033694e-06},"id":"6730-DBIx::Class::Storage::DBI::BEGIN@14"},{"name":"_conn_pid","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_conn_pid</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001122,"subname":"DBIx::Class::Storage::DBI::_conn_pid","$color":2,"excl_time":3.59999999976978e-05,"$area":3.59999999976978e-05},"id":"6731-DBIx::Class::Storage::DBI::_conn_pid"},{"name":"connected","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::connected</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001453,"subname":"DBIx::Class::Storage::DBI::connected","$color":2,"excl_time":7.40000000141918e-06,"$area":7.40000000141918e-06},"id":"6732-DBIx::Class::Storage::DBI::connected"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.86e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@10","$color":2,"excl_time":7.60000000035533e-06,"$area":7.60000000035533e-06},"id":"6733-DBIx::Class::Storage::DBI::BEGIN@10"},{"name":"_use_join_optimizer","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_use_join_optimizer</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"DBIx::Class::Storage::DBI::_use_join_optimizer","$color":2,"excl_time":5.29999999981859e-06,"$area":5.29999999981859e-06},"id":"6734-DBIx::Class::Storage::DBI::_use_join_optimizer"},{"name":"_sql_maker_opts","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_sql_maker_opts</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0001072,"subname":"DBIx::Class::Storage::DBI::_sql_maker_opts","$color":2,"excl_time":3.45000000004075e-05,"$area":3.45000000004075e-05},"id":"6735-DBIx::Class::Storage::DBI::_sql_maker_opts"},{"name":"_do_connection_actions","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_do_connection_actions</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 28&micro;s</p>","incl_time":4.1e-05,"subname":"DBIx::Class::Storage::DBI::_do_connection_actions","$color":2,"excl_time":2.20999999967027e-05,"$area":2.20999999967027e-05},"id":"6736-DBIx::Class::Storage::DBI::_do_connection_actions"},{"name":"ensure_connected","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::ensure_connected</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.29ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0062885,"subname":"DBIx::Class::Storage::DBI::ensure_connected","$color":2,"excl_time":1.34000000036856e-05,"$area":1.34000000036856e-05},"id":"6737-DBIx::Class::Storage::DBI::ensure_connected"},{"name":"_connect","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_connect</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.87ms, 0.01%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.005874,"subname":"DBIx::Class::Storage::DBI::_connect","$color":2,"excl_time":3.60999999969398e-05,"$area":3.60999999969398e-05},"id":"6738-DBIx::Class::Storage::DBI::_connect"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@4","$color":2,"excl_time":1.65999999995815e-05,"$area":1.65999999995815e-05},"id":"6739-DBIx::Class::Storage::DBI::BEGIN@4"},{"name":"auto_savepoint","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::auto_savepoint</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.000167,"subname":"DBIx::Class::Storage::DBI::auto_savepoint","$color":2,"excl_time":4.92999999887884e-05,"$area":4.92999999887884e-05},"id":"6740-DBIx::Class::Storage::DBI::auto_savepoint"},{"name":"schema","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::schema</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"DBIx::Class::Storage::DBI::schema","$color":2,"excl_time":6e-07,"$area":6e-07},"id":"6741-DBIx::Class::Storage::DBI::schema"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:790]","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:790]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.37e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:790]","$color":2,"excl_time":8.69999999433612e-06,"$area":8.69999999433612e-06},"id":"6742-DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:790]"},{"name":"txn_begin","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::txn_begin</b></p><p><br />Called 9 times from 3 places in 2 files<br />Inclusive time: 10.2ms, 0.01%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0102212,"subname":"DBIx::Class::Storage::DBI::txn_begin","$color":2,"excl_time":0.000168300000001967,"$area":0.000168300000001967},"id":"6743-DBIx::Class::Storage::DBI::txn_begin"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.22e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@15","$color":2,"excl_time":9.2000000002068e-06,"$area":9.2000000002068e-06},"id":"6744-DBIx::Class::Storage::DBI::BEGIN@15"},{"name":"datetime_parser_type","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::datetime_parser_type</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"DBIx::Class::Storage::DBI::datetime_parser_type","$color":2,"excl_time":1.37000000008049e-05,"$area":1.37000000008049e-05},"id":"6745-DBIx::Class::Storage::DBI::datetime_parser_type"},{"name":"BEGIN@110","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@110</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@110","$color":2,"excl_time":7.60000000000701e-06,"$area":7.60000000000701e-06},"id":"6746-DBIx::Class::Storage::DBI::BEGIN@110"},{"name":"_populate_dbh","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_populate_dbh</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.13ms, 0.01%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0061298,"subname":"DBIx::Class::Storage::DBI::_populate_dbh","$color":2,"excl_time":4.76999999995771e-05,"$area":4.76999999995771e-05},"id":"6747-DBIx::Class::Storage::DBI::_populate_dbh"},{"name":"_rebless","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_rebless</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"DBIx::Class::Storage::DBI::_rebless","$color":2,"excl_time":1.9e-06,"$area":1.9e-06},"id":"6748-DBIx::Class::Storage::DBI::_rebless"},{"name":"_exec_txn_begin","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_exec_txn_begin</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 292&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0002916,"subname":"DBIx::Class::Storage::DBI::_exec_txn_begin","$color":2,"excl_time":2.62000000035815e-05,"$area":2.62000000035815e-05},"id":"6749-DBIx::Class::Storage::DBI::_exec_txn_begin"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@5","$color":2,"excl_time":8.39999999986372e-06,"$area":8.39999999986372e-06},"id":"6750-DBIx::Class::Storage::DBI::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@11","$color":2,"excl_time":1.07999999998142e-05,"$area":1.07999999998142e-05},"id":"6751-DBIx::Class::Storage::DBI::BEGIN@11"},{"name":"txn_commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::txn_commit</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 357ms, 0.50%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.3570741,"subname":"DBIx::Class::Storage::DBI::txn_commit","$color":2,"excl_time":0.000127599999993491,"$area":0.000127599999993491},"id":"6752-DBIx::Class::Storage::DBI::txn_commit"},{"name":"_normalize_connect_info","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_normalize_connect_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"DBIx::Class::Storage::DBI::_normalize_connect_info","$color":2,"excl_time":2.3e-05,"$area":2.3e-05},"id":"6753-DBIx::Class::Storage::DBI::_normalize_connect_info"},{"name":"on_connect_do","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::on_connect_do</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0001188,"subname":"DBIx::Class::Storage::DBI::on_connect_do","$color":2,"excl_time":4.01999999980729e-05,"$area":4.01999999980729e-05},"id":"6754-DBIx::Class::Storage::DBI::on_connect_do"},{"name":"::SQLite","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@4","$color":4,"excl_time":9.10000000140653e-06,"$area":9.10000000140653e-06},"id":"6756-DBIx::Class::Storage::DBI::SQLite::BEGIN@4"},{"name":"unsafe","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::unsafe</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"DBIx::Class::Storage::DBI::SQLite::unsafe","$color":4,"excl_time":6e-07,"$area":6e-07},"id":"6757-DBIx::Class::Storage::DBI::SQLite::unsafe"},{"name":"debug","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::debug</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::debug","$color":4,"excl_time":8e-06,"$area":8e-06},"id":"6758-DBIx::Class::Storage::DBI::SQLite::debug"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@10","$color":4,"excl_time":9.50000000338268e-06,"$area":9.50000000338268e-06},"id":"6759-DBIx::Class::Storage::DBI::SQLite::BEGIN@10"},{"name":"_dbh_autocommit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::_dbh_autocommit</b></p><p><br />Called 6 times from 5 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::_dbh_autocommit","$color":4,"excl_time":1.29999999966817e-05,"$area":1.29999999966817e-05},"id":"6760-DBIx::Class::Storage::DBI::SQLite::_dbh_autocommit"},{"name":"on_connect_do","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::on_connect_do</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 500ns, 0.00%</p>","incl_time":5e-07,"subname":"DBIx::Class::Storage::DBI::SQLite::on_connect_do","$color":4,"excl_time":5e-07,"$area":5e-07},"id":"6761-DBIx::Class::Storage::DBI::SQLite::on_connect_do"},{"name":"_conn_pid","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::_conn_pid</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::_conn_pid","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"6762-DBIx::Class::Storage::DBI::SQLite::_conn_pid"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.09e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@9","$color":4,"excl_time":1.080000000186e-05,"$area":1.080000000186e-05},"id":"6763-DBIx::Class::Storage::DBI::SQLite::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001336,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@6","$color":4,"excl_time":1.15000000013184e-05,"$area":1.15000000013184e-05},"id":"6764-DBIx::Class::Storage::DBI::SQLite::BEGIN@6"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 178&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001776,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@11","$color":4,"excl_time":8.00000000045209e-06,"$area":8.00000000045209e-06},"id":"6765-DBIx::Class::Storage::DBI::SQLite::BEGIN@11"},{"name":"transaction_depth","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::transaction_depth</b></p><p><br />Called 6 times from 5 places in 3 files<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::transaction_depth","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"6766-DBIx::Class::Storage::DBI::SQLite::transaction_depth"},{"name":"bind_attribute_by_data_type","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::bind_attribute_by_data_type</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.000154,"subname":"DBIx::Class::Storage::DBI::SQLite::bind_attribute_by_data_type","$color":4,"excl_time":9.61999999924537e-05,"$area":9.61999999924537e-05},"id":"6767-DBIx::Class::Storage::DBI::SQLite::bind_attribute_by_data_type"},{"name":"auto_savepoint","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::auto_savepoint</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::auto_savepoint","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"6768-DBIx::Class::Storage::DBI::SQLite::auto_savepoint"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::CORE:match</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::CORE:match","$color":4,"excl_time":5.78e-05,"$area":5.78e-05},"id":"6769-DBIx::Class::Storage::DBI::SQLite::CORE:match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@7","$color":4,"excl_time":9.79999999906931e-06,"$area":9.79999999906931e-06},"id":"6770-DBIx::Class::Storage::DBI::SQLite::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@3","$color":4,"excl_time":1.92999999983192e-05,"$area":1.92999999983192e-05},"id":"6771-DBIx::Class::Storage::DBI::SQLite::BEGIN@3"}],"data":{"$area":0.000265999999994944},"id":"n6755"}],"data":{"$area":0.0022682999999632},"id":"n6687"}],"data":{"$area":0.00418849999996395},"id":"n6644"},{"name":"::ResultSourceHandle","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 280&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002805,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@11","$color":6,"excl_time":1.36999999996554e-05,"$area":1.36999999996554e-05},"id":"6773-DBIx::Class::ResultSourceHandle::BEGIN@11"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.13e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@9","$color":6,"excl_time":1.52000000002642e-05,"$area":1.52000000002642e-05},"id":"6774-DBIx::Class::ResultSourceHandle::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.77e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@14","$color":6,"excl_time":1.64000000000236e-05,"$area":1.64000000000236e-05},"id":"6775-DBIx::Class::ResultSourceHandle::BEGIN@14"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001362,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@6","$color":6,"excl_time":1.15999999996367e-05,"$area":1.15999999996367e-05},"id":"6776-DBIx::Class::ResultSourceHandle::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@3","$color":6,"excl_time":2.19999999997213e-05,"$area":2.19999999997213e-05},"id":"6777-DBIx::Class::ResultSourceHandle::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@8","$color":6,"excl_time":1.54000000000946e-05,"$area":1.54000000000946e-05},"id":"6778-DBIx::Class::ResultSourceHandle::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSourceHandle::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@4","$color":6,"excl_time":1.23999999996762e-05,"$area":1.23999999996762e-05},"id":"6779-DBIx::Class::ResultSourceHandle::BEGIN@4"}],"data":{"$area":0.000106699999999072},"id":"n6772"}],"data":{"$area":0.0268084999999564},"id":"n6467"}],"data":{"$area":0.0268084999999564},"id":"n6466"},{"name":"XML","children":[{"name":"::Easy","children":[{"name":"::Syntax","children":[{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"XML::Easy::Syntax::BEGIN@27","$color":8,"excl_time":1.64999999998859e-05,"$area":1.64999999998859e-05},"id":"6783-XML::Easy::Syntax::BEGIN@27"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::CORE:regcomp</b></p><p><br />Called 30 times from 30 places in 1 file<br />Inclusive time: 26.0ms, 0.04%</p>","incl_time":0.0260227,"subname":"XML::Easy::Syntax::CORE:regcomp","$color":8,"excl_time":0.0260227,"$area":0.0260227},"id":"6784-XML::Easy::Syntax::CORE:regcomp"},{"name":"BEGIN@942","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::BEGIN@942</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":6.2e-05,"subname":"XML::Easy::Syntax::BEGIN@942","$color":8,"excl_time":2.73999999997822e-05,"$area":2.73999999997822e-05},"id":"6785-XML::Easy::Syntax::BEGIN@942"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"XML::Easy::Syntax::BEGIN@25","$color":8,"excl_time":4.47e-05,"$area":4.47e-05},"id":"6786-XML::Easy::Syntax::BEGIN@25"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::CORE:qr</b></p><p><br />Called 39 times from 39 places in 4 files<br />Inclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0001331,"subname":"XML::Easy::Syntax::CORE:qr","$color":8,"excl_time":0.0001331,"$area":0.0001331},"id":"6787-XML::Easy::Syntax::CORE:qr"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"XML::Easy::Syntax::BEGIN@26","$color":8,"excl_time":1.650000000003e-05,"$area":1.650000000003e-05},"id":"6788-XML::Easy::Syntax::BEGIN@26"},{"name":"_charclass_regexp","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::_charclass_regexp</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 754&micro;s, 0.00%<br />Exclusive time: 736&micro;s, 0.00%</p>","incl_time":0.0007543,"subname":"XML::Easy::Syntax::_charclass_regexp","$color":8,"excl_time":0.000735900000000359,"$area":0.000735900000000359},"id":"6789-XML::Easy::Syntax::_charclass_regexp"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>XML::Easy::Syntax::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.92e-05,"subname":"XML::Easy::Syntax::BEGIN@31","$color":8,"excl_time":1.52999999999034e-05,"$area":1.52999999999034e-05},"id":"6790-XML::Easy::Syntax::BEGIN@31"}],"data":{"$area":0.0270121},"id":"n6782"}],"data":{"$area":0.0270121},"id":"n6781"},{"name":"::LibXML","children":[{"name":"::Dtd","children":[{"name":"BEGIN@1826","children":[],"data":{"tip":"<p><b>XML::LibXML::Dtd::BEGIN@1826</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"XML::LibXML::Dtd::BEGIN@1826","$color":10,"excl_time":7.09999999989723e-06,"$area":7.09999999989723e-06},"id":"6793-XML::LibXML::Dtd::BEGIN@1826"}],"data":{"$area":7.09999999989723e-06},"id":"n6792"},{"name":"::Schema","children":[],"data":{"$area":0},"id":"n6794"},{"name":"LIBXML_RUNTIME_VERSION","children":[],"data":{"tip":"<p><b>XML::LibXML::LIBXML_RUNTIME_VERSION</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"XML::LibXML::LIBXML_RUNTIME_VERSION","$color":3,"excl_time":1.42e-05,"$area":1.42e-05},"id":"6795-XML::LibXML::LIBXML_RUNTIME_VERSION"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.13e-05,"subname":"XML::LibXML::BEGIN@21","$color":3,"excl_time":9.90000000018729e-06,"$area":9.90000000018729e-06},"id":"6796-XML::LibXML::BEGIN@21"},{"name":"BEGIN@177","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@177</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"XML::LibXML::BEGIN@177","$color":3,"excl_time":7.40000000008302e-06,"$area":7.40000000008302e-06},"id":"6797-XML::LibXML::BEGIN@177"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.42ms, 0.00%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0034241,"subname":"XML::LibXML::BEGIN@25","$color":3,"excl_time":0.00129019999999998,"$area":0.00129019999999998},"id":"6798-XML::LibXML::BEGIN@25"},{"name":"BEGIN@162","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@162</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"XML::LibXML::BEGIN@162","$color":3,"excl_time":6.99999999982559e-06,"$area":6.99999999982559e-06},"id":"6799-XML::LibXML::BEGIN@162"},{"name":"LIBXML_VERSION","children":[],"data":{"tip":"<p><b>XML::LibXML::LIBXML_VERSION</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"XML::LibXML::LIBXML_VERSION","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"6800-XML::LibXML::LIBXML_VERSION"},{"name":"new","children":[],"data":{"tip":"<p><b>XML::LibXML::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"XML::LibXML::new","$color":3,"excl_time":1.71e-05,"$area":1.71e-05},"id":"6801-XML::LibXML::new"},{"name":"BEGIN@167","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@167</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"XML::LibXML::BEGIN@167","$color":3,"excl_time":5.99999999980346e-06,"$area":5.99999999980346e-06},"id":"6802-XML::LibXML::BEGIN@167"},{"name":"BEGIN@235","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@235</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 326&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003261,"subname":"XML::LibXML::BEGIN@235","$color":3,"excl_time":1.75999999999552e-05,"$area":1.75999999999552e-05},"id":"6803-XML::LibXML::BEGIN@235"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>XML::LibXML::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 777&micro;s, 0.00%</p>","incl_time":0.0007768,"subname":"XML::LibXML::bootstrap","$color":3,"excl_time":0.0007768,"$area":0.0007768},"id":"6804-XML::LibXML::bootstrap"},{"name":"close_callback","children":[],"data":{"tip":"<p><b>XML::LibXML::close_callback</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"XML::LibXML::close_callback","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"6805-XML::LibXML::close_callback"},{"name":"BEGIN@173","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@173</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"XML::LibXML::BEGIN@173","$color":3,"excl_time":6.10000000003526e-06,"$area":6.10000000003526e-06},"id":"6806-XML::LibXML::BEGIN@173"},{"name":"BEGIN@161","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@161</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"XML::LibXML::BEGIN@161","$color":3,"excl_time":7.00000000006002e-06,"$area":7.00000000006002e-06},"id":"6807-XML::LibXML::BEGIN@161"},{"name":"END","children":[],"data":{"tip":"<p><b>XML::LibXML::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"XML::LibXML::END","$color":3,"excl_time":6.1e-05,"$area":6.1e-05},"id":"6808-XML::LibXML::END"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"XML::LibXML::BEGIN@22","$color":3,"excl_time":7.29999999984947e-06,"$area":7.29999999984947e-06},"id":"6809-XML::LibXML::BEGIN@22"},{"name":"BEGIN@171","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@171</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"XML::LibXML::BEGIN@171","$color":3,"excl_time":5.69999999996537e-06,"$area":5.69999999996537e-06},"id":"6810-XML::LibXML::BEGIN@171"},{"name":"import","children":[],"data":{"tip":"<p><b>XML::LibXML::import</b></p><p><br />Called 6 times from 6 places in 5 files<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0013805,"subname":"XML::LibXML::import","$color":3,"excl_time":8.64000000004793e-05,"$area":8.64000000004793e-05},"id":"6811-XML::LibXML::import"},{"name":"read_callback","children":[],"data":{"tip":"<p><b>XML::LibXML::read_callback</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"XML::LibXML::read_callback","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"6812-XML::LibXML::read_callback"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.02ms, 0.00%<br />Exclusive time: 816&micro;s, 0.00%</p>","incl_time":0.0010249,"subname":"XML::LibXML::BEGIN@26","$color":3,"excl_time":0.000815600000000587,"$area":0.000815600000000587},"id":"6813-XML::LibXML::BEGIN@26"},{"name":"_init_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::_init_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.38e-05,"subname":"XML::LibXML::_init_callbacks","$color":3,"excl_time":1.56000000005924e-05,"$area":1.56000000005924e-05},"id":"6814-XML::LibXML::_init_callbacks"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>XML::LibXML::CORE:match</b></p><p><br />Called 7 times from 3 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"XML::LibXML::CORE:match","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"6815-XML::LibXML::CORE:match"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@168</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"XML::LibXML::BEGIN@168","$color":3,"excl_time":9.20000000008214e-06,"$area":9.20000000008214e-06},"id":"6816-XML::LibXML::BEGIN@168"},{"name":"_cleanup_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::_cleanup_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"XML::LibXML::_cleanup_callbacks","$color":3,"excl_time":6.70000000010165e-06,"$area":6.70000000010165e-06},"id":"6817-XML::LibXML::_cleanup_callbacks"},{"name":"BEGIN@172","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@172</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"XML::LibXML::BEGIN@172","$color":3,"excl_time":6.20000000008214e-06,"$area":6.20000000008214e-06},"id":"6818-XML::LibXML::BEGIN@172"},{"name":"_auto_expand","children":[],"data":{"tip":"<p><b>XML::LibXML::_auto_expand</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"XML::LibXML::_auto_expand","$color":3,"excl_time":1.00999999996328e-05,"$area":1.00999999996328e-05},"id":"6819-XML::LibXML::_auto_expand"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.35ms, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0013532,"subname":"XML::LibXML::BEGIN@29","$color":3,"excl_time":7.10000000000998e-05,"$area":7.10000000000998e-05},"id":"6820-XML::LibXML::BEGIN@29"},{"name":"__parser_option","children":[],"data":{"tip":"<p><b>XML::LibXML::__parser_option</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"XML::LibXML::__parser_option","$color":3,"excl_time":6.6e-06,"$area":6.6e-06},"id":"6821-XML::LibXML::__parser_option"},{"name":"_parse_file","children":[],"data":{"tip":"<p><b>XML::LibXML::_parse_file</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75.6ms, 0.11%<br />Exclusive time: 75.6ms, 0.11%</p>","incl_time":0.0756361,"subname":"XML::LibXML::_parse_file","$color":3,"excl_time":0.0756307,"$area":0.0756307},"id":"6822-XML::LibXML::_parse_file"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"XML::LibXML::BEGIN@13","$color":3,"excl_time":2.50999999998637e-05,"$area":2.50999999998637e-05},"id":"6823-XML::LibXML::BEGIN@13"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.76e-05,"subname":"XML::LibXML::BEGIN@36","$color":3,"excl_time":7.80000000016779e-06,"$area":7.80000000016779e-06},"id":"6824-XML::LibXML::BEGIN@36"},{"name":"BEGIN@164","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@164</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"XML::LibXML::BEGIN@164","$color":3,"excl_time":6.50000000017591e-06,"$area":6.50000000017591e-06},"id":"6825-XML::LibXML::BEGIN@164"},{"name":"BEGIN@165","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@165</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"XML::LibXML::BEGIN@165","$color":3,"excl_time":6.49999999977871e-06,"$area":6.49999999977871e-06},"id":"6826-XML::LibXML::BEGIN@165"},{"name":"BEGIN@169","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@169</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"XML::LibXML::BEGIN@169","$color":3,"excl_time":6.20000000001225e-06,"$area":6.20000000001225e-06},"id":"6827-XML::LibXML::BEGIN@169"},{"name":"BEGIN@175","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@175</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"XML::LibXML::BEGIN@175","$color":3,"excl_time":5.50000000008214e-06,"$area":5.50000000008214e-06},"id":"6828-XML::LibXML::BEGIN@175"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3e-05,"subname":"XML::LibXML::BEGIN@27","$color":3,"excl_time":1.26999999998911e-05,"$area":1.26999999998911e-05},"id":"6829-XML::LibXML::BEGIN@27"},{"name":"BEGIN@179","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@179</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"XML::LibXML::BEGIN@179","$color":3,"excl_time":5.90000000015203e-06,"$area":5.90000000015203e-06},"id":"6830-XML::LibXML::BEGIN@179"},{"name":"parse_file","children":[],"data":{"tip":"<p><b>XML::LibXML::parse_file</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75.8ms, 0.11%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0758118,"subname":"XML::LibXML::parse_file","$color":3,"excl_time":4.2700000000423e-05,"$area":4.2700000000423e-05},"id":"6831-XML::LibXML::parse_file"},{"name":"BEGIN@163","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@163</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"XML::LibXML::BEGIN@163","$color":3,"excl_time":6.10000000005914e-06,"$area":6.10000000005914e-06},"id":"6832-XML::LibXML::BEGIN@163"},{"name":"BEGIN@176","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@176</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"XML::LibXML::BEGIN@176","$color":3,"excl_time":9.90000000015816e-06,"$area":9.90000000015816e-06},"id":"6833-XML::LibXML::BEGIN@176"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 252&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002517,"subname":"XML::LibXML::BEGIN@14","$color":3,"excl_time":2.40999999998945e-05,"$area":2.40999999998945e-05},"id":"6834-XML::LibXML::BEGIN@14"},{"name":"BEGIN@174","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@174</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"XML::LibXML::BEGIN@174","$color":3,"excl_time":5.5999999998716e-06,"$area":5.5999999998716e-06},"id":"6835-XML::LibXML::BEGIN@174"},{"name":"open_callback","children":[],"data":{"tip":"<p><b>XML::LibXML::open_callback</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"XML::LibXML::open_callback","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"6836-XML::LibXML::open_callback"},{"name":"match_callback","children":[],"data":{"tip":"<p><b>XML::LibXML::match_callback</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"XML::LibXML::match_callback","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"6837-XML::LibXML::match_callback"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.76ms, 0.01%<br />Exclusive time: 2.22ms, 0.00%</p>","incl_time":0.0037626,"subname":"XML::LibXML::BEGIN@24","$color":3,"excl_time":0.00221780000000087,"$area":0.00221780000000087},"id":"6838-XML::LibXML::BEGIN@24"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"XML::LibXML::BEGIN@19","$color":3,"excl_time":1.18999999999989e-05,"$area":1.18999999999989e-05},"id":"6839-XML::LibXML::BEGIN@19"},{"name":"expand_xinclude","children":[],"data":{"tip":"<p><b>XML::LibXML::expand_xinclude</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"XML::LibXML::expand_xinclude","$color":3,"excl_time":8.10000000014328e-06,"$area":8.10000000014328e-06},"id":"6840-XML::LibXML::expand_xinclude"},{"name":"BEGIN@160","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@160</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"XML::LibXML::BEGIN@160","$color":3,"excl_time":1.03999999997892e-05,"$area":1.03999999997892e-05},"id":"6841-XML::LibXML::BEGIN@160"},{"name":"BEGIN@178","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@178</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"XML::LibXML::BEGIN@178","$color":3,"excl_time":6.00000000011128e-06,"$area":6.00000000011128e-06},"id":"6842-XML::LibXML::BEGIN@178"},{"name":"BEGIN@166","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@166</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"XML::LibXML::BEGIN@166","$color":3,"excl_time":6.09999999996537e-06,"$area":6.09999999996537e-06},"id":"6843-XML::LibXML::BEGIN@166"},{"name":"BEGIN@170","children":[],"data":{"tip":"<p><b>XML::LibXML::BEGIN@170</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"XML::LibXML::BEGIN@170","$color":3,"excl_time":5.50000000003526e-06,"$area":5.50000000003526e-06},"id":"6844-XML::LibXML::BEGIN@170"},{"name":"::Boolean","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::Boolean::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 626&micro;s, 0.00%</p>","incl_time":0.0013993,"subname":"XML::LibXML::Boolean::BEGIN@12","$color":5,"excl_time":0.000626499999999982,"$area":0.000626499999999982},"id":"6846-XML::LibXML::Boolean::BEGIN@12"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>XML::LibXML::Boolean::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"XML::LibXML::Boolean::BEGIN@16","$color":5,"excl_time":7.50000000012815e-06,"$area":7.50000000012815e-06},"id":"6847-XML::LibXML::Boolean::BEGIN@16"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>XML::LibXML::Boolean::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"XML::LibXML::Boolean::BEGIN@21","$color":5,"excl_time":1.45999999998265e-05,"$area":1.45999999998265e-05},"id":"6848-XML::LibXML::Boolean::BEGIN@21"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>XML::LibXML::Boolean::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"XML::LibXML::Boolean::BEGIN@14","$color":5,"excl_time":7.60000000011852e-06,"$area":7.60000000011852e-06},"id":"6849-XML::LibXML::Boolean::BEGIN@14"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::Boolean::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"XML::LibXML::Boolean::BEGIN@13","$color":5,"excl_time":9.99999999990711e-06,"$area":9.99999999990711e-06},"id":"6850-XML::LibXML::Boolean::BEGIN@13"}],"data":{"$area":0.000666199999999962},"id":"n6845"},{"name":"::Document","children":[{"name":"documentElement","children":[],"data":{"tip":"<p><b>XML::LibXML::Document::documentElement</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%</p>","incl_time":6.2e-05,"subname":"XML::LibXML::Document::documentElement","$color":7,"excl_time":6.2e-05,"$area":6.2e-05},"id":"6852-XML::LibXML::Document::documentElement"},{"name":"BEGIN@1367","children":[],"data":{"tip":"<p><b>XML::LibXML::Document::BEGIN@1367</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"XML::LibXML::Document::BEGIN@1367","$color":7,"excl_time":1.60999999997866e-05,"$area":1.60999999997866e-05},"id":"6853-XML::LibXML::Document::BEGIN@1367"}],"data":{"$area":7.80999999997866e-05},"id":"n6851"},{"name":"::Pattern","children":[],"data":{"$area":0},"id":"n6854"},{"name":"::Text","children":[{"name":"BEGIN@1743","children":[],"data":{"tip":"<p><b>XML::LibXML::Text::BEGIN@1743</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.77e-05,"subname":"XML::LibXML::Text::BEGIN@1743","$color":0,"excl_time":1.42999999999733e-05,"$area":1.42999999999733e-05},"id":"6856-XML::LibXML::Text::BEGIN@1743"}],"data":{"$area":1.42999999999733e-05},"id":"n6855"},{"name":"::XPathExpression","children":[],"data":{"$area":0},"id":"n6857"},{"name":"::Number","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::Number::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"XML::LibXML::Number::BEGIN@13","$color":4,"excl_time":7.99999999990798e-06,"$area":7.99999999990798e-06},"id":"6859-XML::LibXML::Number::BEGIN@13"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>XML::LibXML::Number::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"XML::LibXML::Number::BEGIN@19","$color":4,"excl_time":1.56000000001564e-05,"$area":1.56000000001564e-05},"id":"6860-XML::LibXML::Number::BEGIN@19"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::Number::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 657&micro;s, 0.00%<br />Exclusive time: 516&micro;s, 0.00%</p>","incl_time":0.0006569,"subname":"XML::LibXML::Number::BEGIN@12","$color":4,"excl_time":0.000516000000000112,"$area":0.000516000000000112},"id":"6861-XML::LibXML::Number::BEGIN@12"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>XML::LibXML::Number::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"XML::LibXML::Number::BEGIN@11","$color":4,"excl_time":1.94999999998142e-05,"$area":1.94999999998142e-05},"id":"6862-XML::LibXML::Number::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::LibXML::Number::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"XML::LibXML::Number::BEGIN@15","$color":4,"excl_time":6.49999999996362e-06,"$area":6.49999999996362e-06},"id":"6863-XML::LibXML::Number::BEGIN@15"}],"data":{"$area":0.000565599999999954},"id":"n6858"},{"name":"::Error","children":[{"name":"BEGIN@257","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@257</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.92e-05,"subname":"XML::LibXML::Error::BEGIN@257","$color":6,"excl_time":1.6800000000113e-05,"$area":1.6800000000113e-05},"id":"6865-XML::LibXML::Error::BEGIN@257"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"XML::LibXML::Error::BEGIN@54","$color":6,"excl_time":5.49999999985034e-06,"$area":5.49999999985034e-06},"id":"6866-XML::LibXML::Error::BEGIN@54"},{"name":"BEGIN@245","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@245</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"XML::LibXML::Error::BEGIN@245","$color":6,"excl_time":2.37000000000548e-05,"$area":2.37000000000548e-05},"id":"6867-XML::LibXML::Error::BEGIN@245"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"XML::LibXML::Error::BEGIN@59","$color":6,"excl_time":9.00000000012903e-06,"$area":9.00000000012903e-06},"id":"6868-XML::LibXML::Error::BEGIN@59"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"XML::LibXML::Error::BEGIN@34","$color":6,"excl_time":9.60000000013954e-06,"$area":9.60000000013954e-06},"id":"6869-XML::LibXML::Error::BEGIN@34"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"XML::LibXML::Error::BEGIN@42","$color":6,"excl_time":6.2999999997787e-06,"$area":6.2999999997787e-06},"id":"6870-XML::LibXML::Error::BEGIN@42"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"XML::LibXML::Error::BEGIN@47","$color":6,"excl_time":5.69999999987773e-06,"$area":5.69999999987773e-06},"id":"6871-XML::LibXML::Error::BEGIN@47"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"XML::LibXML::Error::BEGIN@61","$color":6,"excl_time":5.89999999991849e-06,"$area":5.89999999991849e-06},"id":"6872-XML::LibXML::Error::BEGIN@61"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"XML::LibXML::Error::BEGIN@50","$color":6,"excl_time":6.29999999985035e-06,"$area":6.29999999985035e-06},"id":"6873-XML::LibXML::Error::BEGIN@50"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"XML::LibXML::Error::BEGIN@19","$color":6,"excl_time":7.19999999990424e-06,"$area":7.19999999990424e-06},"id":"6874-XML::LibXML::Error::BEGIN@19"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"XML::LibXML::Error::BEGIN@12","$color":6,"excl_time":9.09999999979383e-06,"$area":9.09999999979383e-06},"id":"6875-XML::LibXML::Error::BEGIN@12"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"XML::LibXML::Error::BEGIN@65","$color":6,"excl_time":5.90000000015379e-06,"$area":5.90000000015379e-06},"id":"6876-XML::LibXML::Error::BEGIN@65"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"XML::LibXML::Error::BEGIN@44","$color":6,"excl_time":6.39999999989548e-06,"$area":6.39999999989548e-06},"id":"6877-XML::LibXML::Error::BEGIN@44"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"XML::LibXML::Error::BEGIN@60","$color":6,"excl_time":5.79999999982647e-06,"$area":5.79999999982647e-06},"id":"6878-XML::LibXML::Error::BEGIN@60"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"XML::LibXML::Error::BEGIN@39","$color":6,"excl_time":6.90000000017679e-06,"$area":6.90000000017679e-06},"id":"6879-XML::LibXML::Error::BEGIN@39"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"XML::LibXML::Error::BEGIN@20","$color":6,"excl_time":8.70000000001488e-06,"$area":8.70000000001488e-06},"id":"6880-XML::LibXML::Error::BEGIN@20"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"XML::LibXML::Error::BEGIN@53","$color":6,"excl_time":6.19999999980171e-06,"$area":6.19999999980171e-06},"id":"6881-XML::LibXML::Error::BEGIN@53"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@83</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"XML::LibXML::Error::BEGIN@83","$color":6,"excl_time":1.05000000001494e-05,"$area":1.05000000001494e-05},"id":"6882-XML::LibXML::Error::BEGIN@83"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"XML::LibXML::Error::BEGIN@64","$color":6,"excl_time":5.80000000015203e-06,"$area":5.80000000015203e-06},"id":"6883-XML::LibXML::Error::BEGIN@64"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"XML::LibXML::Error::BEGIN@58","$color":6,"excl_time":5.8999999998716e-06,"$area":5.8999999998716e-06},"id":"6884-XML::LibXML::Error::BEGIN@58"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"XML::LibXML::Error::BEGIN@43","$color":6,"excl_time":5.80000000006089e-06,"$area":5.80000000006089e-06},"id":"6885-XML::LibXML::Error::BEGIN@43"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"XML::LibXML::Error::BEGIN@40","$color":6,"excl_time":6.0000000001299e-06,"$area":6.0000000001299e-06},"id":"6886-XML::LibXML::Error::BEGIN@40"},{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"XML::LibXML::Error::BEGIN@63","$color":6,"excl_time":6.2999999998716e-06,"$area":6.2999999998716e-06},"id":"6887-XML::LibXML::Error::BEGIN@63"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"XML::LibXML::Error::BEGIN@36","$color":6,"excl_time":6.40000000015378e-06,"$area":6.40000000015378e-06},"id":"6888-XML::LibXML::Error::BEGIN@36"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"XML::LibXML::Error::BEGIN@56","$color":6,"excl_time":5.89999999994237e-06,"$area":5.89999999994237e-06},"id":"6889-XML::LibXML::Error::BEGIN@56"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"XML::LibXML::Error::BEGIN@41","$color":6,"excl_time":5.90000000005914e-06,"$area":5.90000000005914e-06},"id":"6890-XML::LibXML::Error::BEGIN@41"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"XML::LibXML::Error::BEGIN@37","$color":6,"excl_time":6.90000000012991e-06,"$area":6.90000000012991e-06},"id":"6891-XML::LibXML::Error::BEGIN@37"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"XML::LibXML::Error::BEGIN@52","$color":6,"excl_time":6.00000000001226e-06,"$area":6.00000000001226e-06},"id":"6892-XML::LibXML::Error::BEGIN@52"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"XML::LibXML::Error::BEGIN@46","$color":6,"excl_time":6.10000000012903e-06,"$area":6.10000000012903e-06},"id":"6893-XML::LibXML::Error::BEGIN@46"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"XML::LibXML::Error::BEGIN@22","$color":6,"excl_time":1.9600000000136e-05,"$area":1.9600000000136e-05},"id":"6894-XML::LibXML::Error::BEGIN@22"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"XML::LibXML::Error::BEGIN@17","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"6895-XML::LibXML::Error::BEGIN@17"},{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"XML::LibXML::Error::BEGIN@57","$color":6,"excl_time":5.8999999998716e-06,"$area":5.8999999998716e-06},"id":"6896-XML::LibXML::Error::BEGIN@57"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"XML::LibXML::Error::BEGIN@35","$color":6,"excl_time":6.20000000018291e-06,"$area":6.20000000018291e-06},"id":"6897-XML::LibXML::Error::BEGIN@35"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"XML::LibXML::Error::BEGIN@67","$color":6,"excl_time":6.20000000020242e-06,"$area":6.20000000020242e-06},"id":"6898-XML::LibXML::Error::BEGIN@67"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"XML::LibXML::Error::BEGIN@15","$color":6,"excl_time":7.69999999988935e-06,"$area":7.69999999988935e-06},"id":"6899-XML::LibXML::Error::BEGIN@15"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"XML::LibXML::Error::BEGIN@62","$color":6,"excl_time":6.00000000012903e-06,"$area":6.00000000012903e-06},"id":"6900-XML::LibXML::Error::BEGIN@62"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"XML::LibXML::Error::BEGIN@45","$color":6,"excl_time":6.29999999996537e-06,"$area":6.29999999996537e-06},"id":"6901-XML::LibXML::Error::BEGIN@45"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"XML::LibXML::Error::BEGIN@55","$color":6,"excl_time":5.60000000012903e-06,"$area":5.60000000012903e-06},"id":"6902-XML::LibXML::Error::BEGIN@55"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"XML::LibXML::Error::BEGIN@48","$color":6,"excl_time":6.5999999999945e-06,"$area":6.5999999999945e-06},"id":"6903-XML::LibXML::Error::BEGIN@48"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"XML::LibXML::Error::BEGIN@66","$color":6,"excl_time":6.09999999997238e-06,"$area":6.09999999997238e-06},"id":"6904-XML::LibXML::Error::BEGIN@66"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"XML::LibXML::Error::BEGIN@49","$color":6,"excl_time":6.10000000012903e-06,"$area":6.10000000012903e-06},"id":"6905-XML::LibXML::Error::BEGIN@49"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"XML::LibXML::Error::BEGIN@11","$color":6,"excl_time":1.71000000000018e-05,"$area":1.71000000000018e-05},"id":"6906-XML::LibXML::Error::BEGIN@11"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>XML::LibXML::Error::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"XML::LibXML::Error::BEGIN@51","$color":6,"excl_time":6.09999999991936e-06,"$area":6.09999999991936e-06},"id":"6907-XML::LibXML::Error::BEGIN@51"}],"data":{"$area":0.000331800000000464},"id":"n6864"},{"name":"::AttributeHash","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@9","$color":8,"excl_time":7.60000000010339e-06,"$area":7.60000000010339e-06},"id":"6909-XML::LibXML::AttributeHash::BEGIN@9"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"XML::LibXML::AttributeHash::BEGIN@13","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"6910-XML::LibXML::AttributeHash::BEGIN@13"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"XML::LibXML::AttributeHash::BEGIN@5","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"6911-XML::LibXML::AttributeHash::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@6","$color":8,"excl_time":1.26999999999779e-05,"$area":1.26999999999779e-05},"id":"6912-XML::LibXML::AttributeHash::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@4","$color":8,"excl_time":8.29999999995749e-06,"$area":8.29999999995749e-06},"id":"6913-XML::LibXML::AttributeHash::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>XML::LibXML::AttributeHash::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@3","$color":8,"excl_time":1.81999999999557e-05,"$area":1.81999999999557e-05},"id":"6914-XML::LibXML::AttributeHash::BEGIN@3"}],"data":{"$area":5.64999999999945e-05},"id":"n6908"},{"name":"::RelaxNG","children":[],"data":{"$area":0},"id":"n6915"},{"name":"::Node","children":[{"name":"string_value","children":[],"data":{"tip":"<p><b>XML::LibXML::Node::string_value</b></p><p><br />Called 30838 times from 1 place in 1 file<br />Inclusive time: 46.1ms, 0.07%</p>","incl_time":0.0461448000000011,"subname":"XML::LibXML::Node::string_value","$color":1,"excl_time":0.0461448000000011,"$area":0.0461448000000011},"id":"6917-XML::LibXML::Node::string_value"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>XML::LibXML::Node::DESTROY</b></p><p><br />Called 45716 times from 5 places in 3 files<br />Inclusive time: 32.1ms, 0.05%</p>","incl_time":0.0320642999999953,"subname":"XML::LibXML::Node::DESTROY","$color":1,"excl_time":0.0320642999999953,"$area":0.0320642999999953},"id":"6918-XML::LibXML::Node::DESTROY"}],"data":{"$area":0.0782090999999964},"id":"n6916"},{"name":"::DocumentFragment","children":[{"name":"BEGIN@1463","children":[],"data":{"tip":"<p><b>XML::LibXML::DocumentFragment::BEGIN@1463</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"XML::LibXML::DocumentFragment::BEGIN@1463","$color":3,"excl_time":9.20000000017416e-06,"$area":9.20000000017416e-06},"id":"6920-XML::LibXML::DocumentFragment::BEGIN@1463"}],"data":{"$area":9.20000000017416e-06},"id":"n6919"},{"name":"::Attr","children":[{"name":"BEGIN@1804","children":[],"data":{"tip":"<p><b>XML::LibXML::Attr::BEGIN@1804</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"XML::LibXML::Attr::BEGIN@1804","$color":5,"excl_time":7.8999999998451e-06,"$area":7.8999999998451e-06},"id":"6922-XML::LibXML::Attr::BEGIN@1804"}],"data":{"$area":7.8999999998451e-06},"id":"n6921"},{"name":"::RegExp","children":[],"data":{"$area":0},"id":"n6923"},{"name":"::XPathContext","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.23e-05,"subname":"XML::LibXML::XPathContext::BEGIN@13","$color":9,"excl_time":8.40000000021642e-06,"$area":8.40000000021642e-06},"id":"6925-XML::LibXML::XPathContext::BEGIN@13"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"XML::LibXML::XPathContext::BEGIN@15","$color":9,"excl_time":1.06999999999989e-05,"$area":1.06999999999989e-05},"id":"6926-XML::LibXML::XPathContext::BEGIN@15"},{"name":"registerNs","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::registerNs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"XML::LibXML::XPathContext::registerNs","$color":9,"excl_time":8.7e-06,"$area":8.7e-06},"id":"6927-XML::LibXML::XPathContext::registerNs"},{"name":"getContextNode","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::getContextNode</b></p><p><br />Called 121028 times from 1 place in 1 file<br />Inclusive time: 67.9ms, 0.10%</p>","incl_time":0.067852600000055,"subname":"XML::LibXML::XPathContext::getContextNode","$color":9,"excl_time":0.067852600000055,"$area":0.067852600000055},"id":"6928-XML::LibXML::XPathContext::getContextNode"},{"name":"_find","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::_find</b></p><p><br />Called 121024 times from 1 place in 1 file<br />Inclusive time: 1.67s, 2.36%</p>","incl_time":1.67407819999951,"subname":"XML::LibXML::XPathContext::_find","$color":9,"excl_time":1.67407819999951,"$area":1.67407819999951},"id":"6929-XML::LibXML::XPathContext::_find"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"XML::LibXML::XPathContext::BEGIN@16","$color":9,"excl_time":1.1999999999954e-05,"$area":1.1999999999954e-05},"id":"6930-XML::LibXML::XPathContext::BEGIN@16"},{"name":"BEGIN@141","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@141</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"XML::LibXML::XPathContext::BEGIN@141","$color":9,"excl_time":1.00999999998442e-05,"$area":1.00999999998442e-05},"id":"6931-XML::LibXML::XPathContext::BEGIN@141"},{"name":"_guarded_find_call","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::_guarded_find_call</b></p><p><br />Called 121030 times from 2 places in 1 file<br />Inclusive time: 6.03s, 8.51%<br />Exclusive time: 1.81s, 2.55%</p>","incl_time":6.03468789999956,"subname":"XML::LibXML::XPathContext::_guarded_find_call","$color":9,"excl_time":1.81040759993253,"$area":1.81040759993253},"id":"6932-XML::LibXML::XPathContext::_guarded_find_call"},{"name":"new","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"XML::LibXML::XPathContext::new","$color":9,"excl_time":3.29e-05,"$area":3.29e-05},"id":"6933-XML::LibXML::XPathContext::new"},{"name":"setContextNode","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::setContextNode</b></p><p><br />Called 242056 times from 2 places in 1 file<br />Inclusive time: 151ms, 0.21%</p>","incl_time":0.150950700000322,"subname":"XML::LibXML::XPathContext::setContextNode","$color":9,"excl_time":0.150950700000322,"$area":0.150950700000322},"id":"6934-XML::LibXML::XPathContext::setContextNode"},{"name":"find","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::find</b></p><p><br />Called 121024 times from 1 place in 1 file<br />Inclusive time: 4.84s, 6.82%<br />Exclusive time: 786ms, 1.11%</p>","incl_time":4.84162239999922,"subname":"XML::LibXML::XPathContext::find","$color":9,"excl_time":0.786078700002659,"$area":0.786078700002659},"id":"6935-XML::LibXML::XPathContext::find"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"XML::LibXML::XPathContext::BEGIN@17","$color":9,"excl_time":1.07000000000239e-05,"$area":1.07000000000239e-05},"id":"6936-XML::LibXML::XPathContext::BEGIN@17"},{"name":"_findnodes","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::_findnodes</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 2.26s, 3.18%</p>","incl_time":2.257584,"subname":"XML::LibXML::XPathContext::_findnodes","$color":9,"excl_time":2.257584,"$area":2.257584},"id":"6937-XML::LibXML::XPathContext::_findnodes"},{"name":"_free_node_pool","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::_free_node_pool</b></p><p><br />Called 121030 times from 1 place in 1 file<br />Inclusive time: 73.8ms, 0.10%</p>","incl_time":0.0738148000001271,"subname":"XML::LibXML::XPathContext::_free_node_pool","$color":9,"excl_time":0.0738148000001271,"$area":0.0738148000001271},"id":"6938-XML::LibXML::XPathContext::_free_node_pool"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"XML::LibXML::XPathContext::BEGIN@12","$color":9,"excl_time":1.7899999999839e-05,"$area":1.7899999999839e-05},"id":"6939-XML::LibXML::XPathContext::BEGIN@12"},{"name":"findnodes","children":[],"data":{"tip":"<p><b>XML::LibXML::XPathContext::findnodes</b></p><p><br />Called 6 times from 4 places in 1 file<br />Inclusive time: 2.26s, 3.19%<br />Exclusive time: 1.73ms, 0.00%</p>","incl_time":2.2611945,"subname":"XML::LibXML::XPathContext::findnodes","$color":9,"excl_time":0.00172570000000036,"$area":0.00172570000000036},"id":"6940-XML::LibXML::XPathContext::findnodes"}],"data":{"$area":6.82260369993521},"id":"n6924"},{"name":"::Literal","children":[{"name":"value","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::value</b></p><p><br />Called 30838 times from 1 place in 1 file<br />Inclusive time: 54.6ms, 0.08%</p>","incl_time":0.0546499000000076,"subname":"XML::LibXML::Literal::value","$color":0,"excl_time":0.0546499000000076,"$area":0.0546499000000076},"id":"6942-XML::LibXML::Literal::value"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"XML::LibXML::Literal::BEGIN@13","$color":0,"excl_time":7.50000000014153e-06,"$area":7.50000000014153e-06},"id":"6943-XML::LibXML::Literal::BEGIN@13"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"XML::LibXML::Literal::BEGIN@11","$color":0,"excl_time":1.44999999997903e-05,"$area":1.44999999997903e-05},"id":"6944-XML::LibXML::Literal::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"XML::LibXML::Literal::BEGIN@15","$color":0,"excl_time":7.59999999997063e-06,"$area":7.59999999997063e-06},"id":"6945-XML::LibXML::Literal::BEGIN@15"},{"name":"new","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::new</b></p><p><br />Called 30838 times from 1 place in 1 file<br />Inclusive time: 77.3ms, 0.11%</p>","incl_time":0.0772677999999726,"subname":"XML::LibXML::Literal::new","$color":0,"excl_time":0.0772677999999726,"$area":0.0772677999999726},"id":"6946-XML::LibXML::Literal::new"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.5e-05,"subname":"XML::LibXML::Literal::BEGIN@19","$color":0,"excl_time":1.64999999999476e-05,"$area":1.64999999999476e-05},"id":"6947-XML::LibXML::Literal::BEGIN@19"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::Literal::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"XML::LibXML::Literal::BEGIN@12","$color":0,"excl_time":1.04999999999071e-05,"$area":1.04999999999071e-05},"id":"6948-XML::LibXML::Literal::BEGIN@12"}],"data":{"$area":0.13197429999998},"id":"n6941"},{"name":"::Comment","children":[{"name":"BEGIN@1788","children":[],"data":{"tip":"<p><b>XML::LibXML::Comment::BEGIN@1788</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"XML::LibXML::Comment::BEGIN@1788","$color":2,"excl_time":9.20000000015028e-06,"$area":9.20000000015028e-06},"id":"6950-XML::LibXML::Comment::BEGIN@1788"}],"data":{"$area":9.20000000015028e-06},"id":"n6949"},{"name":"::NodeList","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.95ms, 0.00%<br />Exclusive time: 451&micro;s, 0.00%</p>","incl_time":0.0019508,"subname":"XML::LibXML::NodeList::BEGIN@15","$color":4,"excl_time":0.000450799999999943,"$area":0.000450799999999943},"id":"6952-XML::LibXML::NodeList::BEGIN@15"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"XML::LibXML::NodeList::BEGIN@13","$color":4,"excl_time":9.30000000014415e-06,"$area":9.30000000014415e-06},"id":"6953-XML::LibXML::NodeList::BEGIN@13"},{"name":"new","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::new</b></p><p><br />Called 121024 times from 1 place in 1 file<br />Inclusive time: 280ms, 0.40%</p>","incl_time":0.28032460000038,"subname":"XML::LibXML::NodeList::new","$color":4,"excl_time":0.28032460000038,"$area":0.28032460000038},"id":"6954-XML::LibXML::NodeList::new"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":8.6e-05,"subname":"XML::LibXML::NodeList::BEGIN@23","$color":4,"excl_time":2.84999999999564e-05,"$area":2.84999999999564e-05},"id":"6955-XML::LibXML::NodeList::BEGIN@23"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"XML::LibXML::NodeList::BEGIN@19","$color":4,"excl_time":8.49999999993974e-06,"$area":8.49999999993974e-06},"id":"6956-XML::LibXML::NodeList::BEGIN@19"},{"name":"to_literal","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::to_literal</b></p><p><br />Called 30838 times from 1 place in 1 file<br />Inclusive time: 336ms, 0.47%<br />Exclusive time: 213ms, 0.30%</p>","incl_time":0.336297700000093,"subname":"XML::LibXML::NodeList::to_literal","$color":4,"excl_time":0.212885099996864,"$area":0.212885099996864},"id":"6957-XML::LibXML::NodeList::to_literal"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"XML::LibXML::NodeList::BEGIN@17","$color":4,"excl_time":8.00000000018754e-06,"$area":8.00000000018754e-06},"id":"6958-XML::LibXML::NodeList::BEGIN@17"},{"name":"size","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::size</b></p><p><br />Called 121024 times from 1 place in 1 file<br />Inclusive time: 170ms, 0.24%</p>","incl_time":0.170162300000241,"subname":"XML::LibXML::NodeList::size","$color":4,"excl_time":0.170162300000241,"$area":0.170162300000241},"id":"6959-XML::LibXML::NodeList::size"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"XML::LibXML::NodeList::BEGIN@16","$color":4,"excl_time":8.50000000018754e-06,"$area":8.50000000018754e-06},"id":"6960-XML::LibXML::NodeList::BEGIN@16"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>XML::LibXML::NodeList::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"XML::LibXML::NodeList::BEGIN@12","$color":4,"excl_time":2.09999999999557e-05,"$area":2.09999999999557e-05},"id":"6961-XML::LibXML::NodeList::BEGIN@12"}],"data":{"$area":0.663906599997484},"id":"n6951"},{"name":"::_SAXParser","children":[{"name":"BEGIN@2005","children":[],"data":{"tip":"<p><b>XML::LibXML::_SAXParser::BEGIN@2005</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 817&micro;s, 0.00%<br />Exclusive time: 620&micro;s, 0.00%</p>","incl_time":0.0008167,"subname":"XML::LibXML::_SAXParser::BEGIN@2005","$color":6,"excl_time":0.000620400000000628,"$area":0.000620400000000628},"id":"6963-XML::LibXML::_SAXParser::BEGIN@2005"}],"data":{"$area":0.000620400000000628},"id":"n6962"},{"name":"::Namespace","children":[],"data":{"$area":0},"id":"n6964"},{"name":"::PI","children":[{"name":"BEGIN@1837","children":[],"data":{"tip":"<p><b>XML::LibXML::PI::BEGIN@1837</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"XML::LibXML::PI::BEGIN@1837","$color":10,"excl_time":7.80000000000875e-06,"$area":7.80000000000875e-06},"id":"6966-XML::LibXML::PI::BEGIN@1837"}],"data":{"$area":7.80000000000875e-06},"id":"n6965"},{"name":"::Element","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::CORE:match</b></p><p><br />Called 27584 times from 1 place in 1 file<br />Inclusive time: 10.1ms, 0.01%</p>","incl_time":0.0101054999999995,"subname":"XML::LibXML::Element::CORE:match","$color":1,"excl_time":0.0101054999999995,"$area":0.0101054999999995},"id":"6968-XML::LibXML::Element::CORE:match"},{"name":"getAttribute","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::getAttribute</b></p><p><br />Called 27584 times from 7 places in 1 file<br />Inclusive time: 200ms, 0.28%<br />Exclusive time: 144ms, 0.20%</p>","incl_time":0.199636499999996,"subname":"XML::LibXML::Element::getAttribute","$color":1,"excl_time":0.14388280000525,"$area":0.14388280000525},"id":"6969-XML::LibXML::Element::getAttribute"},{"name":"BEGIN@1488","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1488</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 377&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003767,"subname":"XML::LibXML::Element::BEGIN@1488","$color":1,"excl_time":8.2999999998425e-06,"$area":8.2999999998425e-06},"id":"6970-XML::LibXML::Element::BEGIN@1488"},{"name":"BEGIN@1486","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1486</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"XML::LibXML::Element::BEGIN@1486","$color":1,"excl_time":1.96999999998221e-05,"$area":1.96999999998221e-05},"id":"6971-XML::LibXML::Element::BEGIN@1486"},{"name":"BEGIN@1490","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1490</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.65e-05,"subname":"XML::LibXML::Element::BEGIN@1490","$color":1,"excl_time":1.14000000000254e-05,"$area":1.14000000000254e-05},"id":"6972-XML::LibXML::Element::BEGIN@1490"},{"name":"_getAttribute","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::_getAttribute</b></p><p><br />Called 27584 times from 1 place in 1 file<br />Inclusive time: 45.6ms, 0.06%</p>","incl_time":0.0456482000000018,"subname":"XML::LibXML::Element::_getAttribute","$color":1,"excl_time":0.0456482000000018,"$area":0.0456482000000018},"id":"6973-XML::LibXML::Element::_getAttribute"},{"name":"BEGIN@1495","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1495</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.01e-05,"subname":"XML::LibXML::Element::BEGIN@1495","$color":1,"excl_time":1.11000000000598e-05,"$area":1.11000000000598e-05},"id":"6974-XML::LibXML::Element::BEGIN@1495"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1543]","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1543]</b></p><p><br />Called 14877 times from 1 place in 1 file<br />Inclusive time: 64.0ms, 0.09%<br />Exclusive time: 52.8ms, 0.07%</p>","incl_time":0.0639593999999946,"subname":"XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1543]","$color":1,"excl_time":0.0528323000073033,"$area":0.0528323000073033},"id":"6975-XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1543]"},{"name":"BEGIN@1535","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1535</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 95&micro;s, 0.00%</p>","incl_time":9.46e-05,"subname":"XML::LibXML::Element::BEGIN@1535","$color":1,"excl_time":9.46e-05,"$area":9.46e-05},"id":"6976-XML::LibXML::Element::BEGIN@1535"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1496]","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1496]</b></p><p><br />Called 14877 times from 1 place in 1 file<br />Inclusive time: 11.1ms, 0.02%</p>","incl_time":0.0111270999999978,"subname":"XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1496]","$color":1,"excl_time":0.0111270999999978,"$area":0.0111270999999978},"id":"6977-XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1496]"},{"name":"BEGIN@1492","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1492</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"XML::LibXML::Element::BEGIN@1492","$color":1,"excl_time":9.70000000015203e-06,"$area":9.70000000015203e-06},"id":"6978-XML::LibXML::Element::BEGIN@1492"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::DESTROY</b></p><p><br />Called 14877 times from 3 places in 1 file<br />Inclusive time: 172ms, 0.24%<br />Exclusive time: 97.8ms, 0.14%</p>","incl_time":0.172408700000024,"subname":"XML::LibXML::Element::DESTROY","$color":1,"excl_time":0.0977518000036589,"$area":0.0977518000036589},"id":"6979-XML::LibXML::Element::DESTROY"},{"name":"BEGIN@1489","children":[],"data":{"tip":"<p><b>XML::LibXML::Element::BEGIN@1489</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.14ms, 0.00%<br />Exclusive time: 1.04ms, 0.00%</p>","incl_time":0.0011415,"subname":"XML::LibXML::Element::BEGIN@1489","$color":1,"excl_time":0.00104180000000019,"$area":0.00104180000000019},"id":"6980-XML::LibXML::Element::BEGIN@1489"}],"data":{"$area":0.362544300016212},"id":"n6967"},{"name":"::NamedNodeMap","children":[{"name":"BEGIN@1903","children":[],"data":{"tip":"<p><b>XML::LibXML::NamedNodeMap::BEGIN@1903</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 270&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002699,"subname":"XML::LibXML::NamedNodeMap::BEGIN@1903","$color":3,"excl_time":1.37000000000713e-05,"$area":1.37000000000713e-05},"id":"6982-XML::LibXML::NamedNodeMap::BEGIN@1903"}],"data":{"$area":1.37000000000713e-05},"id":"n6981"},{"name":"::CDATASection","children":[{"name":"BEGIN@1795","children":[],"data":{"tip":"<p><b>XML::LibXML::CDATASection::BEGIN@1795</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"XML::LibXML::CDATASection::BEGIN@1795","$color":5,"excl_time":8.30000000017416e-06,"$area":8.30000000017416e-06},"id":"6984-XML::LibXML::CDATASection::BEGIN@1795"}],"data":{"$area":8.30000000017416e-06},"id":"n6983"},{"name":"::InputCallback","children":[{"name":"lib_init_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::lib_init_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"XML::LibXML::InputCallback::lib_init_callbacks","$color":7,"excl_time":1.45e-05,"$area":1.45e-05},"id":"6986-XML::LibXML::InputCallback::lib_init_callbacks"},{"name":"cleanup_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::cleanup_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"XML::LibXML::InputCallback::cleanup_callbacks","$color":7,"excl_time":1.24000000002362e-05,"$area":1.24000000002362e-05},"id":"6987-XML::LibXML::InputCallback::cleanup_callbacks"},{"name":"new","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"XML::LibXML::InputCallback::new","$color":7,"excl_time":9.1e-06,"$area":9.1e-06},"id":"6988-XML::LibXML::InputCallback::new"},{"name":"BEGIN@2149","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::BEGIN@2149</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"XML::LibXML::InputCallback::BEGIN@2149","$color":7,"excl_time":8.19999999994038e-06,"$area":8.19999999994038e-06},"id":"6989-XML::LibXML::InputCallback::BEGIN@2149"},{"name":"_callback_match","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::_callback_match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"XML::LibXML::InputCallback::_callback_match","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"6990-XML::LibXML::InputCallback::_callback_match"},{"name":"lib_cleanup_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::lib_cleanup_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"XML::LibXML::InputCallback::lib_cleanup_callbacks","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"6991-XML::LibXML::InputCallback::lib_cleanup_callbacks"},{"name":"BEGIN@2151","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::BEGIN@2151</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"XML::LibXML::InputCallback::BEGIN@2151","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"6992-XML::LibXML::InputCallback::BEGIN@2151"},{"name":"init_callbacks","children":[],"data":{"tip":"<p><b>XML::LibXML::InputCallback::init_callbacks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"XML::LibXML::InputCallback::init_callbacks","$color":7,"excl_time":3.09999999993585e-05,"$area":3.09999999993585e-05},"id":"6993-XML::LibXML::InputCallback::init_callbacks"}],"data":{"$area":9.07999999995351e-05},"id":"n6985"}],"data":{"$area":8.14306679994888},"id":"n6791"},{"name":"::SAX","children":[{"name":"::Exception","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>XML::SAX::Exception::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"XML::SAX::Exception::BEGIN@6","$color":9,"excl_time":1.11000000001893e-05,"$area":1.11000000001893e-05},"id":"6996-XML::SAX::Exception::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>XML::SAX::Exception::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"XML::SAX::Exception::BEGIN@8","$color":9,"excl_time":9.00000000001925e-06,"$area":9.00000000001925e-06},"id":"6997-XML::SAX::Exception::BEGIN@8"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>XML::SAX::Exception::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"XML::SAX::Exception::BEGIN@2","$color":9,"excl_time":1.07e-05,"$area":1.07e-05},"id":"6998-XML::SAX::Exception::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>XML::SAX::Exception::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"XML::SAX::Exception::BEGIN@11","$color":9,"excl_time":1.27999999999246e-05,"$area":1.27999999999246e-05},"id":"6999-XML::SAX::Exception::BEGIN@11"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>XML::SAX::Exception::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.33e-05,"subname":"XML::SAX::Exception::BEGIN@13","$color":9,"excl_time":9.59999999995463e-06,"$area":9.59999999995463e-06},"id":"7000-XML::SAX::Exception::BEGIN@13"}],"data":{"$area":5.32000000000878e-05},"id":"n6995"}],"data":{"$area":5.32000000000878e-05},"id":"n6994"}],"data":{"$area":8.17013209994888},"id":"n6780"},{"name":"FileHandle","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>FileHandle::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"FileHandle::BEGIN@4","$color":0,"excl_time":7.80000000014153e-06,"$area":7.80000000014153e-06},"id":"7002-FileHandle::BEGIN@4"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>FileHandle::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"FileHandle::BEGIN@46","$color":0,"excl_time":7.200000000007e-06,"$area":7.200000000007e-06},"id":"7003-FileHandle::BEGIN@46"},{"name":"import","children":[],"data":{"tip":"<p><b>FileHandle::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 594&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0005941,"subname":"FileHandle::import","$color":0,"excl_time":3.05000000004467e-05,"$area":3.05000000004467e-05},"id":"7004-FileHandle::import"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>FileHandle::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"FileHandle::BEGIN@3","$color":0,"excl_time":2.32e-05,"$area":2.32e-05},"id":"7005-FileHandle::BEGIN@3"}],"data":{"$area":6.87000000005953e-05},"id":"n7001"},{"name":"Socket","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Socket::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Socket::BEGIN@3","$color":2,"excl_time":1.54999999999787e-05,"$area":1.54999999999787e-05},"id":"7007-Socket::BEGIN@3"},{"name":"BEGIN@757","children":[],"data":{"tip":"<p><b>Socket::BEGIN@757</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Socket::BEGIN@757","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"7008-Socket::BEGIN@757"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Socket::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Socket::BEGIN@4","$color":2,"excl_time":1.86e-05,"$area":1.86e-05},"id":"7009-Socket::BEGIN@4"},{"name":"BEGIN@869","children":[],"data":{"tip":"<p><b>Socket::BEGIN@869</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Socket::BEGIN@869","$color":2,"excl_time":9.50000000000788e-06,"$area":9.50000000000788e-06},"id":"7010-Socket::BEGIN@869"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Socket::CORE:qr</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Socket::CORE:qr","$color":2,"excl_time":7.5e-06,"$area":7.5e-06},"id":"7011-Socket::CORE:qr"},{"name":"BEGIN@648","children":[],"data":{"tip":"<p><b>Socket::BEGIN@648</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Socket::BEGIN@648","$color":2,"excl_time":1.0299999999983e-05,"$area":1.0299999999983e-05},"id":"7012-Socket::BEGIN@648"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Socket::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%</p>","incl_time":4.4e-05,"subname":"Socket::CORE:regcomp","$color":2,"excl_time":4.4e-05,"$area":4.4e-05},"id":"7013-Socket::CORE:regcomp"},{"name":"BEGIN@649","children":[],"data":{"tip":"<p><b>Socket::BEGIN@649</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000105,"subname":"Socket::BEGIN@649","$color":2,"excl_time":1.04000000000553e-05,"$area":1.04000000000553e-05},"id":"7014-Socket::BEGIN@649"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Socket::CORE:match</b></p><p><br />Called 79 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Socket::CORE:match","$color":2,"excl_time":2.23e-05,"$area":2.23e-05},"id":"7015-Socket::CORE:match"}],"data":{"$area":0.000142100000000025},"id":"n7006"},{"name":"Moose","children":[{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Moose::BEGIN@21","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"7017-Moose::BEGIN@21"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.2ms, 0.02%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0112318,"subname":"Moose::BEGIN@15","$color":4,"excl_time":0.0010666,"$area":0.0010666},"id":"7018-Moose::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Moose::BEGIN@9","$color":4,"excl_time":1.03999999999944e-05,"$area":1.03999999999944e-05},"id":"7019-Moose::BEGIN@9"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Moose::BEGIN@23","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"7020-Moose::BEGIN@23"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Moose::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103ms, 0.15%<br />Exclusive time: 810&micro;s, 0.00%</p>","incl_time":0.1030882,"subname":"Moose::BEGIN@30","$color":4,"excl_time":0.000810400000000058,"$area":0.000810400000000058},"id":"7021-Moose::BEGIN@30"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Moose::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.58ms, 0.00%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0025802,"subname":"Moose::BEGIN@39","$color":4,"excl_time":0.00149330000000005,"$area":0.00149330000000005},"id":"7022-Moose::BEGIN@39"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Moose::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.66ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0016591,"subname":"Moose::BEGIN@44","$color":4,"excl_time":9.50000000002663e-06,"$area":9.50000000002663e-06},"id":"7023-Moose::BEGIN@44"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.33ms, 0.00%<br />Exclusive time: 234&micro;s, 0.00%</p>","incl_time":0.0023296,"subname":"Moose::BEGIN@18","$color":4,"excl_time":0.000233800000000005,"$area":0.000233800000000005},"id":"7024-Moose::BEGIN@18"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Moose::BEGIN@8","$color":4,"excl_time":1.0699999999997e-05,"$area":1.0699999999997e-05},"id":"7025-Moose::BEGIN@8"},{"name":"has","children":[],"data":{"tip":"<p><b>Moose::has</b></p><p><br />Called 754 times from 377 places in 82 files<br />Inclusive time: 3.14s, 4.43%<br />Exclusive time: 10.3ms, 0.01%</p>","incl_time":3.1407911,"subname":"Moose::has","$color":4,"excl_time":0.0103274000000109,"$area":0.0103274000000109},"id":"7026-Moose::has"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Moose::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.74ms, 0.01%<br />Exclusive time: 946&micro;s, 0.00%</p>","incl_time":0.0037361,"subname":"Moose::BEGIN@34","$color":4,"excl_time":0.000945700000000085,"$area":0.000945700000000085},"id":"7027-Moose::BEGIN@34"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Moose::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.83ms, 0.00%<br />Exclusive time: 936&micro;s, 0.00%</p>","incl_time":0.0028255,"subname":"Moose::BEGIN@37","$color":4,"excl_time":0.000936400000000023,"$area":0.000936400000000023},"id":"7028-Moose::BEGIN@37"},{"name":"extends","children":[],"data":{"tip":"<p><b>Moose::extends</b></p><p><br />Called 70 times from 36 places in 36 files<br />Inclusive time: 2.00s, 2.82%<br />Exclusive time: 544&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 11.3ms</p>","incl_time":2.0040075,"subname":"Moose::extends","$color":4,"excl_time":0.000544199999993263,"$area":0.000544199999993263},"id":"7029-Moose::extends"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20.7ms, 0.03%<br />Exclusive time: 4.01ms, 0.01%</p>","incl_time":0.0206966,"subname":"Moose::BEGIN@28","$color":4,"excl_time":0.0040147,"$area":0.0040147},"id":"7030-Moose::BEGIN@28"},{"name":"around","children":[],"data":{"tip":"<p><b>Moose::around</b></p><p><br />Called 54 times from 28 places in 18 files<br />Inclusive time: 20.4ms, 0.03%<br />Exclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0203633,"subname":"Moose::around","$color":4,"excl_time":0.000362600000001461,"$area":0.000362600000001461},"id":"7031-Moose::around"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Moose::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Moose::BEGIN@45","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"7032-Moose::BEGIN@45"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Moose::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.00ms, 0.00%<br />Exclusive time: 700&micro;s, 0.00%</p>","incl_time":0.0020033,"subname":"Moose::BEGIN@38","$color":4,"excl_time":0.000699699999999985,"$area":0.000699699999999985},"id":"7033-Moose::BEGIN@38"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85.2ms, 0.12%<br />Exclusive time: 3.21ms, 0.00%</p>","incl_time":0.0852,"subname":"Moose::BEGIN@19","$color":4,"excl_time":0.00320960000000002,"$area":0.00320960000000002},"id":"7034-Moose::BEGIN@19"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Moose::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.04ms, 0.00%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0030363,"subname":"Moose::BEGIN@40","$color":4,"excl_time":0.00125280000000001,"$area":0.00125280000000001},"id":"7035-Moose::BEGIN@40"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 829&micro;s, 0.00%<br />Exclusive time: 517&micro;s, 0.00%</p>","incl_time":0.0008291,"subname":"Moose::BEGIN@13","$color":4,"excl_time":0.000517100000000007,"$area":0.000517100000000007},"id":"7036-Moose::BEGIN@13"},{"name":"init_meta","children":[],"data":{"tip":"<p><b>Moose::init_meta</b></p><p><br />Called 123 times from 1 place in 1 file<br />Inclusive time: 364ms, 0.51%<br />Exclusive time: 6.19ms, 0.01%</p>","incl_time":0.3636565,"subname":"Moose::init_meta","$color":4,"excl_time":0.00618939999997604,"$area":0.00618939999997604},"id":"7037-Moose::init_meta"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"Moose::BEGIN@11","$color":4,"excl_time":3.85e-05,"$area":3.85e-05},"id":"7038-Moose::BEGIN@11"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Moose::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.00%<br />Exclusive time: 460&micro;s, 0.00%</p>","incl_time":0.0015151,"subname":"Moose::BEGIN@42","$color":4,"excl_time":0.000460299999999978,"$area":0.000460299999999978},"id":"7039-Moose::BEGIN@42"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Moose::BEGIN@2","$color":4,"excl_time":8.7e-06,"$area":8.7e-06},"id":"7040-Moose::BEGIN@2"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Moose::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.20ms, 0.01%<br />Exclusive time: 2.33ms, 0.00%</p>","incl_time":0.0092022,"subname":"Moose::BEGIN@29","$color":4,"excl_time":0.00233149999999997,"$area":0.00233149999999997},"id":"7041-Moose::BEGIN@29"},{"name":"with","children":[],"data":{"tip":"<p><b>Moose::with</b></p><p><br />Called 114 times from 58 places in 57 files<br />Inclusive time: 2.36s, 3.32%<br />Exclusive time: 870&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 149ms</p>","incl_time":2.3557791,"subname":"Moose::with","$color":4,"excl_time":0.000870000000017696,"$area":0.000870000000017696},"id":"7042-Moose::with"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Moose::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.69ms, 0.00%<br />Exclusive time: 986&micro;s, 0.00%</p>","incl_time":0.0016881,"subname":"Moose::BEGIN@41","$color":4,"excl_time":0.000986099999999964,"$area":0.000986099999999964},"id":"7043-Moose::BEGIN@41"},{"name":"super","children":[],"data":{"tip":"<p><b>Moose::super</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0001103,"subname":"Moose::super","$color":4,"excl_time":5.59999999987161e-05,"$area":5.59999999987161e-05},"id":"7044-Moose::super"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Moose::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 267&micro;s, 0.00%</p>","incl_time":0.001581,"subname":"Moose::BEGIN@32","$color":4,"excl_time":0.000266700000000065,"$area":0.000266700000000065},"id":"7045-Moose::BEGIN@32"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Moose::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 276&micro;s, 0.00%</p>","incl_time":0.0002755,"subname":"Moose::bootstrap","$color":4,"excl_time":0.0002755,"$area":0.0002755},"id":"7046-Moose::bootstrap"},{"name":"before","children":[],"data":{"tip":"<p><b>Moose::before</b></p><p><br />Called 4 times from 3 places in 3 files<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0028084,"subname":"Moose::before","$color":4,"excl_time":2.99000000002049e-05,"$area":2.99000000002049e-05},"id":"7047-Moose::before"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Moose::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Moose::BEGIN@31","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"7048-Moose::BEGIN@31"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Moose::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.7ms, 0.02%<br />Exclusive time: 3.70ms, 0.01%</p>","incl_time":0.0176614,"subname":"Moose::BEGIN@36","$color":4,"excl_time":0.00369900000000024,"$area":0.00369900000000024},"id":"7049-Moose::BEGIN@36"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Moose::BEGIN@14","$color":4,"excl_time":8.3999999999955e-06,"$area":8.3999999999955e-06},"id":"7050-Moose::BEGIN@14"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>Moose::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.08ms, 0.00%<br />Exclusive time: 468&micro;s, 0.00%</p>","incl_time":0.0020837,"subname":"Moose::BEGIN@47","$color":4,"excl_time":0.000468000000000002,"$area":0.000468000000000002},"id":"7051-Moose::BEGIN@47"},{"name":"override","children":[],"data":{"tip":"<p><b>Moose::override</b></p><p><br />Called 10 times from 6 places in 4 files<br />Inclusive time: 3.31ms, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0033073,"subname":"Moose::override","$color":4,"excl_time":7.64999999996889e-05,"$area":7.64999999996889e-05},"id":"7052-Moose::override"},{"name":"::Error","children":[{"name":"::Default","children":[{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"Moose::Error::Default::BEGIN@17","$color":6,"excl_time":7.60000000000901e-06,"$area":7.60000000000901e-06},"id":"7055-Moose::Error::Default::BEGIN@17"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Error::Default::BEGIN@13","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"7056-Moose::Error::Default::BEGIN@13"},{"name":"_inline_new","children":[],"data":{"tip":"<p><b>Moose::Error::Default::_inline_new</b></p><p><br />Called 1352 times from 1 place in 1 file<br />Inclusive time: 8.10ms, 0.01%</p>","incl_time":0.00809629999999998,"subname":"Moose::Error::Default::_inline_new","$color":6,"excl_time":0.00809629999999998,"$area":0.00809629999999998},"id":"7057-Moose::Error::Default::_inline_new"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Moose::Error::Default::BEGIN@12","$color":6,"excl_time":9.9e-06,"$area":9.9e-06},"id":"7058-Moose::Error::Default::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Error::Default::BEGIN@9","$color":6,"excl_time":7.70000000000563e-06,"$area":7.70000000000563e-06},"id":"7059-Moose::Error::Default::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Error::Default::BEGIN@10","$color":6,"excl_time":8.00000000000363e-06,"$area":8.00000000000363e-06},"id":"7060-Moose::Error::Default::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 316&micro;s, 0.00%<br />Exclusive time: 285&micro;s, 0.00%</p>","incl_time":0.0003158,"subname":"Moose::Error::Default::BEGIN@15","$color":6,"excl_time":0.000285100000000005,"$area":0.000285100000000005},"id":"7061-Moose::Error::Default::BEGIN@15"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Error::Default::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Moose::Error::Default::BEGIN@2","$color":6,"excl_time":9.3e-06,"$area":9.3e-06},"id":"7062-Moose::Error::Default::BEGIN@2"}],"data":{"$area":0.00842870000000001},"id":"n7054"},{"name":"::Util","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Error::Util::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Moose::Error::Util::BEGIN@4","$color":8,"excl_time":1.28000000000056e-05,"$area":1.28000000000056e-05},"id":"7064-Moose::Error::Util::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Error::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Moose::Error::Util::BEGIN@10","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"7065-Moose::Error::Util::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Error::Util::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Error::Util::BEGIN@5","$color":8,"excl_time":6.60000000000938e-06,"$area":6.60000000000938e-06},"id":"7066-Moose::Error::Util::BEGIN@5"}],"data":{"$area":2.3500000000015e-05},"id":"n7063"}],"data":{"$area":0.00845220000000002},"id":"n7053"},{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"add_conflicting_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_conflicting_method</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 262&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0002615,"subname":"Moose::Meta::Role::add_conflicting_method","$color":10,"excl_time":3.78999999995654e-05,"$area":3.78999999995654e-05},"id":"7069-Moose::Meta::Role::add_conflicting_method"},{"name":"add_override_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_override_method_modifier</b></p><p><br />Called 71 times from 3 places in 3 files<br />Inclusive time: 1.97ms, 0.00%<br />Exclusive time: 521&micro;s, 0.00%</p>","incl_time":0.0019718,"subname":"Moose::Meta::Role::add_override_method_modifier","$color":10,"excl_time":0.000520799999998799,"$area":0.000520799999998799},"id":"7070-Moose::Meta::Role::add_override_method_modifier"},{"name":"get_override_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_override_method_modifier</b></p><p><br />Called 107 times from 3 places in 3 files<br />Inclusive time: 694&micro;s, 0.00%<br />Exclusive time: 539&micro;s, 0.00%</p>","incl_time":0.000694,"subname":"Moose::Meta::Role::get_override_method_modifier","$color":10,"excl_time":0.000538800000002865,"$area":0.000538800000002865},"id":"7071-Moose::Meta::Role::get_override_method_modifier"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:400]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:400]</b></p><p><br />Called 123 times from 2 places in 2 files<br />Inclusive time: 233&micro;s, 0.00%</p>","incl_time":0.000233,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:400]","$color":10,"excl_time":0.000233,"$area":0.000233},"id":"7072-Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:400]"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.27ms, 0.00%<br />Exclusive time: 304&micro;s, 0.00%</p>","incl_time":0.0012724,"subname":"Moose::Meta::Role::BEGIN@22","$color":10,"excl_time":0.000303699999999956,"$area":0.000303699999999956},"id":"7073-Moose::Meta::Role::BEGIN@22"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.31ms, 0.00%<br />Exclusive time: 788&micro;s, 0.00%</p>","incl_time":0.0033102,"subname":"Moose::Meta::Role::BEGIN@19","$color":10,"excl_time":0.000787500000000011,"$area":0.000787500000000011},"id":"7074-Moose::Meta::Role::BEGIN@19"},{"name":"get_before_method_modifiers_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_before_method_modifiers_map</b></p><p><br />Called 277 times from 4 places in 1 file<br />Inclusive time: 584&micro;s, 0.00%</p>","incl_time":0.0005842,"subname":"Moose::Meta::Role::get_before_method_modifiers_map","$color":10,"excl_time":0.0005842,"$area":0.0005842},"id":"7075-Moose::Meta::Role::get_before_method_modifiers_map"},{"name":"_role_for_combination","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_role_for_combination</b></p><p><br />Called 74 times from 1 place in 1 file<br />Inclusive time: 131&micro;s, 0.00%</p>","incl_time":0.0001312,"subname":"Moose::Meta::Role::_role_for_combination","$color":10,"excl_time":0.0001312,"$area":0.0001312},"id":"7076-Moose::Meta::Role::_role_for_combination"},{"name":"_restore_metaobjects_from","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_restore_metaobjects_from</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0013987,"subname":"Moose::Meta::Role::_restore_metaobjects_from","$color":10,"excl_time":4.85999999999794e-05,"$area":4.85999999999794e-05},"id":"7077-Moose::Meta::Role::_restore_metaobjects_from"},{"name":"add_around_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_around_method_modifier</b></p><p><br />Called 95 times from 3 places in 3 files<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 1.18ms, 0.00%</p>","incl_time":0.0015813,"subname":"Moose::Meta::Role::add_around_method_modifier","$color":10,"excl_time":0.00118340000000593,"$area":0.00118340000000593},"id":"7078-Moose::Meta::Role::add_around_method_modifier"},{"name":"add_before_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_before_method_modifier</b></p><p><br />Called 12 times from 2 places in 2 files<br />Inclusive time: 243&micro;s, 0.00%<br />Exclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0002429,"subname":"Moose::Meta::Role::add_before_method_modifier","$color":10,"excl_time":0.000185300000001452,"$area":0.000185300000001452},"id":"7079-Moose::Meta::Role::add_before_method_modifier"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::meta</b></p><p><br />Called 127 times from 4 places in 4 files<br />Inclusive time: 2.07ms, 0.00%<br />Exclusive time: 913&micro;s, 0.00%</p>","incl_time":0.002073,"subname":"Moose::Meta::Role::meta","$color":10,"excl_time":0.0009134999999968,"$area":0.0009134999999968},"id":"7080-Moose::Meta::Role::meta"},{"name":"add_after_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_after_method_modifier</b></p><p><br />Called 17 times from 3 places in 3 files<br />Inclusive time: 266&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0002657,"subname":"Moose::Meta::Role::add_after_method_modifier","$color":10,"excl_time":0.000200200000000503,"$area":0.000200200000000503},"id":"7081-Moose::Meta::Role::add_after_method_modifier"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Moose::Meta::Role::BEGIN@15","$color":10,"excl_time":6.4999999999895e-06,"$area":6.4999999999895e-06},"id":"7082-Moose::Meta::Role::BEGIN@15"},{"name":"get_around_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_around_method_modifiers</b></p><p><br />Called 130 times from 3 places in 3 files<br />Inclusive time: 1.05ms, 0.00%<br />Exclusive time: 848&micro;s, 0.00%</p>","incl_time":0.001048,"subname":"Moose::Meta::Role::get_around_method_modifiers","$color":10,"excl_time":0.000848300000003861,"$area":0.000848300000003861},"id":"7083-Moose::Meta::Role::get_around_method_modifiers"},{"name":"does_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::does_role</b></p><p><br />Called 176 times from 2 places in 2 files<br />Inclusive time: 1.79ms, 0.00%<br />Exclusive time: 1.44ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 402&micro;s</p>","incl_time":0.0017857,"subname":"Moose::Meta::Role::does_role","$color":10,"excl_time":0.00144080000004058,"$area":0.00144080000004058},"id":"7084-Moose::Meta::Role::does_role"},{"name":"_anon_package_prefix","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_anon_package_prefix</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::Role::_anon_package_prefix","$color":10,"excl_time":1.11e-05,"$area":1.11e-05},"id":"7085-Moose::Meta::Role::_anon_package_prefix"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::CORE:match</b></p><p><br />Called 77 times from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"Moose::Meta::Role::CORE:match","$color":10,"excl_time":5.07e-05,"$area":5.07e-05},"id":"7086-Moose::Meta::Role::CORE:match"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:354]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:354]</b></p><p><br />Called 152 times from 3 places in 2 files<br />Inclusive time: 300&micro;s, 0.00%</p>","incl_time":0.0003,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:354]","$color":10,"excl_time":0.0003,"$area":0.0003},"id":"7087-Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:354]"},{"name":"get_required_method_list","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_required_method_list</b></p><p><br />Called 227 times from 4 places in 4 files<br />Inclusive time: 1.80ms, 0.00%<br />Exclusive time: 1.32ms, 0.00%</p>","incl_time":0.001801,"subname":"Moose::Meta::Role::get_required_method_list","$color":10,"excl_time":0.00131709999997582,"$area":0.00131709999997582},"id":"7088-Moose::Meta::Role::get_required_method_list"},{"name":"excludes_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::excludes_role</b></p><p><br />Called 71 times from 2 places in 2 files<br />Inclusive time: 577&micro;s, 0.00%<br />Exclusive time: 418&micro;s, 0.00%</p>","incl_time":0.000577,"subname":"Moose::Meta::Role::excludes_role","$color":10,"excl_time":0.000418100000000149,"$area":0.000418100000000149},"id":"7089-Moose::Meta::Role::excludes_role"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 191&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001911,"subname":"Moose::Meta::Role::BEGIN@16","$color":10,"excl_time":7.1999999999854e-06,"$area":7.1999999999854e-06},"id":"7090-Moose::Meta::Role::BEGIN@16"},{"name":"get_method_modifier_list","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_method_modifier_list</b></p><p><br />Called 900 times from 6 places in 3 files<br />Inclusive time: 7.13ms, 0.01%<br />Exclusive time: 5.12ms, 0.01%</p>","incl_time":0.0071324,"subname":"Moose::Meta::Role::get_method_modifier_list","$color":10,"excl_time":0.0051170999999773,"$area":0.0051170999999773},"id":"7091-Moose::Meta::Role::get_method_modifier_list"},{"name":"get_override_method_modifiers_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_override_method_modifiers_map</b></p><p><br />Called 454 times from 4 places in 1 file<br />Inclusive time: 865&micro;s, 0.00%</p>","incl_time":0.0008654,"subname":"Moose::Meta::Role::get_override_method_modifiers_map","$color":10,"excl_time":0.0008654,"$area":0.0008654},"id":"7092-Moose::Meta::Role::get_override_method_modifiers_map"},{"name":"get_before_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_before_method_modifiers</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0001321,"subname":"Moose::Meta::Role::get_before_method_modifiers","$color":10,"excl_time":0.000108499999999765,"$area":0.000108499999999765},"id":"7093-Moose::Meta::Role::get_before_method_modifiers"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Meta::Role::BEGIN@25","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"7094-Moose::Meta::Role::BEGIN@25"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 485&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.000485,"subname":"Moose::Meta::Role::BEGIN@11","$color":10,"excl_time":6.30000000000145e-06,"$area":6.30000000000145e-06},"id":"7095-Moose::Meta::Role::BEGIN@11"},{"name":"get_after_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_after_method_modifiers</b></p><p><br />Called 20 times from 3 places in 3 files<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0001358,"subname":"Moose::Meta::Role::get_after_method_modifiers","$color":10,"excl_time":0.000111400000000298,"$area":0.000111400000000298},"id":"7096-Moose::Meta::Role::get_after_method_modifiers"},{"name":"create_anon_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::create_anon_role</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 6.39ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0063936,"subname":"Moose::Meta::Role::create_anon_role","$color":10,"excl_time":2.83999999997071e-05,"$area":2.83999999997071e-05},"id":"7097-Moose::Meta::Role::create_anon_role"},{"name":"_meta_method_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_meta_method_class</b></p><p><br />Called 125 times from 2 places in 1 file<br />Inclusive time: 225&micro;s, 0.00%</p>","incl_time":0.0002254,"subname":"Moose::Meta::Role::_meta_method_class","$color":10,"excl_time":0.0002254,"$area":0.0002254},"id":"7098-Moose::Meta::Role::_meta_method_class"},{"name":"get_required_methods_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_required_methods_map</b></p><p><br />Called 396 times from 2 places in 1 file<br />Inclusive time: 796&micro;s, 0.00%</p>","incl_time":0.0007957,"subname":"Moose::Meta::Role::get_required_methods_map","$color":10,"excl_time":0.0007957,"$area":0.0007957},"id":"7099-Moose::Meta::Role::get_required_methods_map"},{"name":"get_around_method_modifiers_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_around_method_modifiers_map</b></p><p><br />Called 640 times from 4 places in 1 file<br />Inclusive time: 1.10ms, 0.00%</p>","incl_time":0.0011043,"subname":"Moose::Meta::Role::get_around_method_modifiers_map","$color":10,"excl_time":0.0011043,"$area":0.0011043},"id":"7100-Moose::Meta::Role::get_around_method_modifiers_map"},{"name":"required_method_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::required_method_metaclass</b></p><p><br />Called 89 times from 2 places in 1 file<br />Inclusive time: 202&micro;s, 0.00%</p>","incl_time":0.0002017,"subname":"Moose::Meta::Role::required_method_metaclass","$color":10,"excl_time":0.0002017,"$area":0.0002017},"id":"7101-Moose::Meta::Role::required_method_metaclass"},{"name":"has_override_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::has_override_method_modifier</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 241&micro;s, 0.00%</p>","incl_time":0.0003126,"subname":"Moose::Meta::Role::has_override_method_modifier","$color":10,"excl_time":0.000241400000001283,"$area":0.000241400000001283},"id":"7102-Moose::Meta::Role::has_override_method_modifier"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::initialize</b></p><p><br />Called 123 times from 3 places in 2 files<br />Inclusive time: 29.6ms, 0.04%<br />Exclusive time: 2.27ms, 0.00%</p>","incl_time":0.0296071,"subname":"Moose::Meta::Role::initialize","$color":10,"excl_time":0.00227269999999636,"$area":0.00227269999999636},"id":"7103-Moose::Meta::Role::initialize"},{"name":"conflicting_method_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::conflicting_method_metaclass</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Moose::Meta::Role::conflicting_method_metaclass","$color":10,"excl_time":1.45e-05,"$area":1.45e-05},"id":"7104-Moose::Meta::Role::conflicting_method_metaclass"},{"name":"add_excluded_roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_excluded_roles</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0001035,"subname":"Moose::Meta::Role::add_excluded_roles","$color":10,"excl_time":0.0001035,"$area":0.0001035},"id":"7105-Moose::Meta::Role::add_excluded_roles"},{"name":"applied_attribute_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::applied_attribute_metaclass</b></p><p><br />Called 129 times from 2 places in 2 files<br />Inclusive time: 359&micro;s, 0.00%</p>","incl_time":0.0003591,"subname":"Moose::Meta::Role::applied_attribute_metaclass","$color":10,"excl_time":0.0003591,"$area":0.0003591},"id":"7106-Moose::Meta::Role::applied_attribute_metaclass"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:91]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:91]</b></p><p><br />Called 304 times from 5 places in 2 files<br />Inclusive time: 482&micro;s, 0.00%</p>","incl_time":0.000482,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:91]","$color":10,"excl_time":0.000482,"$area":0.000482},"id":"7107-Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:91]"},{"name":"reinitialize","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::reinitialize</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5.01ms, 0.01%<br />Exclusive time: 258&micro;s, 0.00%</p>","incl_time":0.0050076,"subname":"Moose::Meta::Role::reinitialize","$color":10,"excl_time":0.00025789999999981,"$area":0.00025789999999981},"id":"7108-Moose::Meta::Role::reinitialize"},{"name":"application_to_class_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::application_to_class_class</b></p><p><br />Called 99 times from 3 places in 2 files<br />Inclusive time: 358&micro;s, 0.00%</p>","incl_time":0.0003583,"subname":"Moose::Meta::Role::application_to_class_class","$color":10,"excl_time":0.0003583,"$area":0.0003583},"id":"7109-Moose::Meta::Role::application_to_class_class"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 197&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001967,"subname":"Moose::Meta::Role::BEGIN@24","$color":10,"excl_time":1.03000000000245e-05,"$area":1.03000000000245e-05},"id":"7110-Moose::Meta::Role::BEGIN@24"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 174&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001744,"subname":"Moose::Meta::Role::BEGIN@27","$color":10,"excl_time":7.10000000001866e-06,"$area":7.10000000001866e-06},"id":"7111-Moose::Meta::Role::BEGIN@27"},{"name":"find_method_by_name","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::find_method_by_name</b></p><p><br />Called 195 times from 2 places in 2 files<br />Inclusive time: 8.43ms, 0.01%<br />Exclusive time: 733&micro;s, 0.00%</p>","incl_time":0.0084295,"subname":"Moose::Meta::Role::find_method_by_name","$color":10,"excl_time":0.000733100000006559,"$area":0.000733100000006559},"id":"7112-Moose::Meta::Role::find_method_by_name"},{"name":"composition_class_roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::composition_class_roles</b></p><p><br />Called 76 times from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"Moose::Meta::Role::composition_class_roles","$color":10,"excl_time":7.27e-05,"$area":7.27e-05},"id":"7113-Moose::Meta::Role::composition_class_roles"},{"name":"get_excluded_roles_list","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_excluded_roles_list</b></p><p><br />Called 225 times from 3 places in 3 files<br />Inclusive time: 1.69ms, 0.00%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0016874,"subname":"Moose::Meta::Role::get_excluded_roles_list","$color":10,"excl_time":0.00125319999999573,"$area":0.00125319999999573},"id":"7114-Moose::Meta::Role::get_excluded_roles_list"},{"name":"add_required_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_required_methods</b></p><p><br />Called 98 times from 4 places in 4 files<br />Inclusive time: 4.91ms, 0.01%<br />Exclusive time: 2.28ms, 0.00%</p>","incl_time":0.0049141,"subname":"Moose::Meta::Role::add_required_methods","$color":10,"excl_time":0.0022752999999682,"$area":0.0022752999999682},"id":"7115-Moose::Meta::Role::add_required_methods"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Moose::Meta::Role::BEGIN@2","$color":10,"excl_time":1e-05,"$area":1e-05},"id":"7116-Moose::Meta::Role::BEGIN@2"},{"name":"application_to_role_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::application_to_role_class</b></p><p><br />Called 62 times from 3 places in 2 files<br />Inclusive time: 189&micro;s, 0.00%</p>","incl_time":0.0001889,"subname":"Moose::Meta::Role::application_to_role_class","$color":10,"excl_time":0.0001889,"$area":0.0001889},"id":"7117-Moose::Meta::Role::application_to_role_class"},{"name":"create","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::create</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 6.29ms, 0.01%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0062925,"subname":"Moose::Meta::Role::create","$color":10,"excl_time":0.000107799999999846,"$area":0.000107799999999846},"id":"7118-Moose::Meta::Role::create"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"Moose::Meta::Role::BEGIN@13","$color":10,"excl_time":8.39999999998612e-06,"$area":8.39999999998612e-06},"id":"7119-Moose::Meta::Role::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Moose::Meta::Role::BEGIN@9","$color":10,"excl_time":9.2000000000075e-06,"$area":9.2000000000075e-06},"id":"7120-Moose::Meta::Role::BEGIN@9"},{"name":"get_after_method_modifiers_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_after_method_modifiers_map</b></p><p><br />Called 295 times from 4 places in 1 file<br />Inclusive time: 569&micro;s, 0.00%</p>","incl_time":0.0005695,"subname":"Moose::Meta::Role::get_after_method_modifiers_map","$color":10,"excl_time":0.0005695,"$area":0.0005695},"id":"7121-Moose::Meta::Role::get_after_method_modifiers_map"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.44ms, 0.00%<br />Exclusive time: 326&micro;s, 0.00%</p>","incl_time":0.0014399,"subname":"Moose::Meta::Role::BEGIN@21","$color":10,"excl_time":0.000325599999999988,"$area":0.000325599999999988},"id":"7122-Moose::Meta::Role::BEGIN@21"},{"name":"get_roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_roles</b></p><p><br />Called 500 times from 12 places in 2 files<br />Inclusive time: 865&micro;s, 0.00%</p>","incl_time":0.0008651,"subname":"Moose::Meta::Role::get_roles","$color":10,"excl_time":0.0008651,"$area":0.0008651},"id":"7123-Moose::Meta::Role::get_roles"},{"name":"calculate_all_roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::calculate_all_roles</b></p><p><br />Called 76 times from 2 places in 2 files<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 1.11ms, 0.00%<br />Recursion: max depth 6, recursive inclusive time 1.46ms</p>","incl_time":0.0013796,"subname":"Moose::Meta::Role::calculate_all_roles","$color":10,"excl_time":0.00110870000000556,"$area":0.00110870000000556},"id":"7124-Moose::Meta::Role::calculate_all_roles"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_new</b></p><p><br />Called 123 times from 1 place in 1 file<br />Inclusive time: 23.7ms, 0.03%<br />Exclusive time: 9.51ms, 0.01%</p>","incl_time":0.0236684,"subname":"Moose::Meta::Role::_new","$color":10,"excl_time":0.00951259999997746,"$area":0.00951259999997746},"id":"7125-Moose::Meta::Role::_new"},{"name":"get_excluded_roles_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::get_excluded_roles_map</b></p><p><br />Called 296 times from 2 places in 1 file<br />Inclusive time: 593&micro;s, 0.00%</p>","incl_time":0.0005931,"subname":"Moose::Meta::Role::get_excluded_roles_map","$color":10,"excl_time":0.0005931,"$area":0.0005931},"id":"7126-Moose::Meta::Role::get_excluded_roles_map"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"Moose::Meta::Role::BEGIN@14","$color":10,"excl_time":7.3000000000105e-06,"$area":7.3000000000105e-06},"id":"7127-Moose::Meta::Role::BEGIN@14"},{"name":"application_to_instance_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::application_to_instance_class</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Moose::Meta::Role::application_to_instance_class","$color":10,"excl_time":1.41e-05,"$area":1.41e-05},"id":"7128-Moose::Meta::Role::application_to_instance_class"},{"name":"add_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_role</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 1.04ms, 0.00%<br />Exclusive time: 698&micro;s, 0.00%</p>","incl_time":0.0010438,"subname":"Moose::Meta::Role::add_role","$color":10,"excl_time":0.000698000000003379,"$area":0.000698000000003379},"id":"7129-Moose::Meta::Role::add_role"},{"name":"method_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::method_metaclass</b></p><p><br />Called 257 times from 4 places in 3 files<br />Inclusive time: 559&micro;s, 0.00%</p>","incl_time":0.000558599999999999,"subname":"Moose::Meta::Role::method_metaclass","$color":10,"excl_time":0.000558599999999999,"$area":0.000558599999999999},"id":"7130-Moose::Meta::Role::method_metaclass"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:308]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:308]</b></p><p><br />Called 456 times from 6 places in 2 files<br />Inclusive time: 770&micro;s, 0.00%</p>","incl_time":0.0007701,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:308]","$color":10,"excl_time":0.0007701,"$area":0.0007701},"id":"7131-Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:308]"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Meta::Role::BEGIN@18","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"7132-Moose::Meta::Role::BEGIN@18"},{"name":"combine","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::combine</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 84.9ms, 0.12%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0849184,"subname":"Moose::Meta::Role::combine","$color":10,"excl_time":0.00109059999999588,"$area":0.00109059999999588},"id":"7133-Moose::Meta::Role::combine"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Moose::Meta::Role::BEGIN@10","$color":10,"excl_time":7.40000000002651e-06,"$area":7.40000000002651e-06},"id":"7134-Moose::Meta::Role::BEGIN@10"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Moose::Meta::Role::BEGIN@23","$color":10,"excl_time":5.8e-06,"$area":5.8e-06},"id":"7135-Moose::Meta::Role::BEGIN@23"},{"name":"add_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::add_attribute</b></p><p><br />Called 231 times from 3 places in 3 files<br />Inclusive time: 15.3ms, 0.02%<br />Exclusive time: 2.69ms, 0.00%</p>","incl_time":0.0152743,"subname":"Moose::Meta::Role::add_attribute","$color":10,"excl_time":0.00268960000005095,"$area":0.00268960000005095},"id":"7136-Moose::Meta::Role::add_attribute"},{"name":"apply","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::apply</b></p><p><br />Called 149 times from 4 places in 2 files<br />Inclusive time: 705ms, 0.99%<br />Exclusive time: 3.67ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 556&micro;s</p>","incl_time":0.705027,"subname":"Moose::Meta::Role::apply","$color":10,"excl_time":0.00366869999999891,"$area":0.00366869999999891},"id":"7137-Moose::Meta::Role::apply"},{"name":"_attach_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::_attach_attribute</b></p><p><br />Called 231 times from 1 place in 1 file<br />Inclusive time: 3.09ms, 0.00%<br />Exclusive time: 806&micro;s, 0.00%</p>","incl_time":0.0030896,"subname":"Moose::Meta::Role::_attach_attribute","$color":10,"excl_time":0.000805800000008269,"$area":0.000805800000008269},"id":"7138-Moose::Meta::Role::_attach_attribute"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 354&micro;s, 0.00%<br />Exclusive time: 248&micro;s, 0.00%</p>","incl_time":0.0003541,"subname":"Moose::Meta::Role::BEGIN@20","$color":10,"excl_time":0.000247599999999991,"$area":0.000247599999999991},"id":"7139-Moose::Meta::Role::BEGIN@20"},{"name":"::__ANON__","children":[{"name":"::SERIAL","children":[{"name":"::28","children":[],"data":{"$area":0},"id":"n7142"},{"name":"::16","children":[],"data":{"$area":0},"id":"n7143"},{"name":"::29","children":[],"data":{"$area":0},"id":"n7144"},{"name":"::15","children":[],"data":{"$area":0},"id":"n7145"}],"data":{"$area":0},"id":"n7141"}],"data":{"$area":0},"id":"n7140"},{"name":"::Method","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Meta::Role::Method::BEGIN@10","$color":9,"excl_time":8.70000000002476e-06,"$area":8.70000000002476e-06},"id":"7147-Moose::Meta::Role::Method::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Moose::Meta::Role::Method::BEGIN@3","$color":9,"excl_time":9.7e-06,"$area":9.7e-06},"id":"7148-Moose::Meta::Role::Method::BEGIN@3"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::_new</b></p><p><br />Called 248 times from 1 place in 1 file<br />Inclusive time: 3.57ms, 0.01%<br />Exclusive time: 3.46ms, 0.00%</p>","incl_time":0.0035737,"subname":"Moose::Meta::Role::Method::_new","$color":9,"excl_time":0.00345570000003402,"$area":0.00345570000003402},"id":"7149-Moose::Meta::Role::Method::_new"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.14e-05,"subname":"Moose::Meta::Role::Method::BEGIN@13","$color":9,"excl_time":6.40000000001826e-06,"$area":6.40000000001826e-06},"id":"7150-Moose::Meta::Role::Method::BEGIN@13"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Moose::Meta::Role::Method::BEGIN@11","$color":9,"excl_time":8.00000000000263e-06,"$area":8.00000000000263e-06},"id":"7151-Moose::Meta::Role::Method::BEGIN@11"},{"name":"_make_compatible_with","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::_make_compatible_with</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 193&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0001931,"subname":"Moose::Meta::Role::Method::_make_compatible_with","$color":9,"excl_time":5.20999999999423e-05,"$area":5.20999999999423e-05},"id":"7152-Moose::Meta::Role::Method::_make_compatible_with"},{"name":"::Required","children":[{"name":"name","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::name</b></p><p><br />Called 469 times from 5 places in 5 files<br />Inclusive time: 1.09ms, 0.00%</p>","incl_time":0.001095,"subname":"Moose::Meta::Role::Method::Required::name","$color":0,"excl_time":0.001095,"$area":0.001095},"id":"7154-Moose::Meta::Role::Method::Required::name"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@17","$color":0,"excl_time":1.28000000000081e-05,"$area":1.28000000000081e-05},"id":"7155-Moose::Meta::Role::Method::Required::BEGIN@17"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::meta</b></p><p><br />Called 4 times from 3 places in 3 files<br />Inclusive time: 433&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0004326,"subname":"Moose::Meta::Role::Method::Required::meta","$color":0,"excl_time":2.48999999999337e-05,"$area":2.48999999999337e-05},"id":"7156-Moose::Meta::Role::Method::Required::meta"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@11","$color":0,"excl_time":1.0899999999973e-05,"$area":1.0899999999973e-05},"id":"7157-Moose::Meta::Role::Method::Required::BEGIN@11"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::_new</b></p><p><br />Called 86 times from 1 place in 1 file<br />Inclusive time: 1.31ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0013076,"subname":"Moose::Meta::Role::Method::Required::_new","$color":0,"excl_time":0.00127150000001079,"$area":0.00127150000001079},"id":"7158-Moose::Meta::Role::Method::Required::_new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@10","$color":0,"excl_time":9.60000000000175e-06,"$area":9.60000000000175e-06},"id":"7159-Moose::Meta::Role::Method::Required::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::new</b></p><p><br />Called 88 times from 2 places in 1 file<br />Inclusive time: 1.84ms, 0.00%<br />Exclusive time: 355&micro;s, 0.00%</p>","incl_time":0.0018375,"subname":"Moose::Meta::Role::Method::Required::new","$color":0,"excl_time":0.000355400000000624,"$area":0.000355400000000624},"id":"7160-Moose::Meta::Role::Method::Required::new"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.71e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@14","$color":0,"excl_time":1.08000000000109e-05,"$area":1.08000000000109e-05},"id":"7161-Moose::Meta::Role::Method::Required::BEGIN@14"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@3","$color":0,"excl_time":1.35e-05,"$area":1.35e-05},"id":"7162-Moose::Meta::Role::Method::Required::BEGIN@3"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 511&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005108,"subname":"Moose::Meta::Role::Method::Required::BEGIN@12","$color":0,"excl_time":8.49999999998888e-06,"$area":8.49999999998888e-06},"id":"7163-Moose::Meta::Role::Method::Required::BEGIN@12"}],"data":{"$area":0.00281290000001133},"id":"n7153"},{"name":"::Conflicting","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@11","$color":2,"excl_time":6.900000000017e-06,"$area":6.900000000017e-06},"id":"7165-Moose::Meta::Role::Method::Conflicting::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.61e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@15","$color":2,"excl_time":7.699999999986e-06,"$area":7.699999999986e-06},"id":"7166-Moose::Meta::Role::Method::Conflicting::BEGIN@15"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::_new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 174&micro;s, 0.00%<br />Exclusive time: 173&micro;s, 0.00%</p>","incl_time":0.0001745,"subname":"Moose::Meta::Role::Method::Conflicting::_new","$color":2,"excl_time":0.00017349999999986,"$area":0.00017349999999986},"id":"7167-Moose::Meta::Role::Method::Conflicting::_new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@10","$color":2,"excl_time":8.699999999975e-06,"$area":8.699999999975e-06},"id":"7168-Moose::Meta::Role::Method::Conflicting::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001452,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@13","$color":2,"excl_time":7.49999999998164e-06,"$area":7.49999999998164e-06},"id":"7169-Moose::Meta::Role::Method::Conflicting::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@3","$color":2,"excl_time":1.01e-05,"$area":1.01e-05},"id":"7170-Moose::Meta::Role::Method::Conflicting::BEGIN@3"}],"data":{"$area":0.00021439999999982},"id":"n7164"}],"data":{"$area":0.00656790000004516},"id":"n7146"},{"name":"::Custom","children":[{"name":"::Trait","children":[{"name":"::MethodAttributes","children":[],"data":{"$area":0},"id":"n7173"}],"data":{"$area":0},"id":"n7172"}],"data":{"$area":0},"id":"n7171"},{"name":"::Attribute","children":[{"name":"clone","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::clone</b></p><p><br />Called 154 times from 2 places in 2 files<br />Inclusive time: 4.65ms, 0.01%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0046542,"subname":"Moose::Meta::Role::Attribute::clone","$color":6,"excl_time":0.00170539999998315,"$area":0.00170539999998315},"id":"7175-Moose::Meta::Role::Attribute::clone"},{"name":"associated_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::associated_role</b></p><p><br />Called 120 times from 1 place in 1 file<br />Inclusive time: 243&micro;s, 0.00%</p>","incl_time":0.0002432,"subname":"Moose::Meta::Role::Attribute::associated_role","$color":6,"excl_time":0.0002432,"$area":0.0002432},"id":"7176-Moose::Meta::Role::Attribute::associated_role"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@12","$color":6,"excl_time":6.49999999999901e-06,"$area":6.49999999999901e-06},"id":"7177-Moose::Meta::Role::Attribute::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@14","$color":6,"excl_time":1.57000000000106e-05,"$area":1.57000000000106e-05},"id":"7178-Moose::Meta::Role::Attribute::BEGIN@14"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@9","$color":6,"excl_time":7.999999999975e-06,"$area":7.999999999975e-06},"id":"7179-Moose::Meta::Role::Attribute::BEGIN@9"},{"name":"_original_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::_original_role</b></p><p><br />Called 280 times from 1 place in 1 file<br />Inclusive time: 536&micro;s, 0.00%</p>","incl_time":0.000535899999999998,"subname":"Moose::Meta::Role::Attribute::_original_role","$color":6,"excl_time":0.000535899999999998,"$area":0.000535899999999998},"id":"7180-Moose::Meta::Role::Attribute::_original_role"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::CORE:sort</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Moose::Meta::Role::Attribute::CORE:sort","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"7181-Moose::Meta::Role::Attribute::CORE:sort"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@2","$color":6,"excl_time":1.01e-05,"$area":1.01e-05},"id":"7182-Moose::Meta::Role::Attribute::BEGIN@2"},{"name":"attach_to_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::attach_to_role</b></p><p><br />Called 231 times from 1 place in 1 file<br />Inclusive time: 2.28ms, 0.00%<br />Exclusive time: 1.74ms, 0.00%</p>","incl_time":0.0022838,"subname":"Moose::Meta::Role::Attribute::attach_to_role","$color":6,"excl_time":0.00173630000001218,"$area":0.00173630000001218},"id":"7183-Moose::Meta::Role::Attribute::attach_to_role"},{"name":"attribute_for_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::attribute_for_class</b></p><p><br />Called 126 times from 1 place in 1 file<br />Inclusive time: 59.1ms, 0.08%<br />Exclusive time: 2.02ms, 0.00%</p>","incl_time":0.0591149,"subname":"Moose::Meta::Role::Attribute::attribute_for_class","$color":6,"excl_time":0.00202410000001166,"$area":0.00202410000001166},"id":"7184-Moose::Meta::Role::Attribute::attribute_for_class"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::new</b></p><p><br />Called 231 times from 2 places in 2 files<br />Inclusive time: 2.37ms, 0.00%</p>","incl_time":0.0023732,"subname":"Moose::Meta::Role::Attribute::new","$color":6,"excl_time":0.0023732,"$area":0.0023732},"id":"7185-Moose::Meta::Role::Attribute::new"},{"name":"original_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::original_options</b></p><p><br />Called 282 times from 4 places in 1 file<br />Inclusive time: 518&micro;s, 0.00%</p>","incl_time":0.0005178,"subname":"Moose::Meta::Role::Attribute::original_options","$color":6,"excl_time":0.0005178,"$area":0.0005178},"id":"7186-Moose::Meta::Role::Attribute::original_options"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@13","$color":6,"excl_time":7.6000000000125e-06,"$area":7.6000000000125e-06},"id":"7187-Moose::Meta::Role::Attribute::BEGIN@13"},{"name":"original_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::original_role</b></p><p><br />Called 280 times from 2 places in 1 file<br />Inclusive time: 2.09ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0020907,"subname":"Moose::Meta::Role::Attribute::original_role","$color":6,"excl_time":0.00131159999998542,"$area":0.00131159999998542},"id":"7188-Moose::Meta::Role::Attribute::original_role"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@10","$color":6,"excl_time":7.40000000002563e-06,"$area":7.40000000002563e-06},"id":"7189-Moose::Meta::Role::Attribute::BEGIN@10"},{"name":"is_same_as","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::is_same_as</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 131&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0001312,"subname":"Moose::Meta::Role::Attribute::is_same_as","$color":6,"excl_time":5.64000000000695e-05,"$area":5.64000000000695e-05},"id":"7190-Moose::Meta::Role::Attribute::is_same_as"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001452,"subname":"Moose::Meta::Role::Attribute::BEGIN@16","$color":6,"excl_time":9.79999999999227e-06,"$area":9.79999999999227e-06},"id":"7191-Moose::Meta::Role::Attribute::BEGIN@16"}],"data":{"$area":0.0105719999999925},"id":"n7174"},{"name":"::Application","children":[{"name":"is_method_aliased","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::is_method_aliased</b></p><p><br />Called 1152 times from 2 places in 2 files<br />Inclusive time: 7.10ms, 0.01%<br />Exclusive time: 5.16ms, 0.01%</p>","incl_time":0.00710249999999999,"subname":"Moose::Meta::Role::Application::is_method_aliased","$color":8,"excl_time":0.00516449999987099,"$area":0.00516449999987099},"id":"7193-Moose::Meta::Role::Application::is_method_aliased"},{"name":"get_method_exclusions","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::get_method_exclusions</b></p><p><br />Called 1165 times from 1 place in 1 file<br />Inclusive time: 1.83ms, 0.00%</p>","incl_time":0.00182630000000001,"subname":"Moose::Meta::Role::Application::get_method_exclusions","$color":8,"excl_time":0.00182630000000001,"$area":0.00182630000000001},"id":"7194-Moose::Meta::Role::Application::get_method_exclusions"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:23]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:23]</b></p><p><br />Called 178 times from 3 places in 2 files<br />Inclusive time: 353&micro;s, 0.00%</p>","incl_time":0.0003528,"subname":"Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:23]","$color":8,"excl_time":0.0003528,"$area":0.0003528},"id":"7195-Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:23]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Meta::Role::Application::BEGIN@9","$color":8,"excl_time":9.49999999998162e-06,"$area":9.49999999998162e-06},"id":"7196-Moose::Meta::Role::Application::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 550&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0005496,"subname":"Moose::Meta::Role::Application::BEGIN@11","$color":8,"excl_time":9.50000000001221e-06,"$area":9.50000000001221e-06},"id":"7197-Moose::Meta::Role::Application::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Meta::Role::Application::BEGIN@10","$color":8,"excl_time":8.30000000000638e-06,"$area":8.30000000000638e-06},"id":"7198-Moose::Meta::Role::Application::BEGIN@10"},{"name":"apply","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::apply</b></p><p><br />Called 178 times from 3 places in 3 files<br />Inclusive time: 744ms, 1.05%<br />Exclusive time: 5.62ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 405&micro;s</p>","incl_time":0.7439819,"subname":"Moose::Meta::Role::Application::apply","$color":8,"excl_time":0.00562399999997323,"$area":0.00562399999997323},"id":"7199-Moose::Meta::Role::Application::apply"},{"name":"get_method_aliases","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::get_method_aliases</b></p><p><br />Called 1222 times from 2 places in 1 file<br />Inclusive time: 2.07ms, 0.00%</p>","incl_time":0.00206689999999999,"subname":"Moose::Meta::Role::Application::get_method_aliases","$color":8,"excl_time":0.00206689999999999,"$area":0.00206689999999999},"id":"7200-Moose::Meta::Role::Application::get_method_aliases"},{"name":"is_aliased_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::is_aliased_method</b></p><p><br />Called 70 times from 1 place in 1 file<br />Inclusive time: 538&micro;s, 0.00%<br />Exclusive time: 409&micro;s, 0.00%</p>","incl_time":0.0005378,"subname":"Moose::Meta::Role::Application::is_aliased_method","$color":8,"excl_time":0.00040889999999757,"$area":0.00040889999999757},"id":"7201-Moose::Meta::Role::Application::is_aliased_method"},{"name":"is_method_excluded","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::is_method_excluded</b></p><p><br />Called 1165 times from 2 places in 2 files<br />Inclusive time: 14.8ms, 0.02%<br />Exclusive time: 13.0ms, 0.02%</p>","incl_time":0.0148068,"subname":"Moose::Meta::Role::Application::is_method_excluded","$color":8,"excl_time":0.0129804999999786,"$area":0.0129804999999786},"id":"7202-Moose::Meta::Role::Application::is_method_excluded"},{"name":"apply_before_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::apply_before_method_modifiers</b></p><p><br />Called 178 times from 1 place in 1 file<br />Inclusive time: 10.7ms, 0.02%<br />Exclusive time: 839&micro;s, 0.00%</p>","incl_time":0.0106677,"subname":"Moose::Meta::Role::Application::apply_before_method_modifiers","$color":8,"excl_time":0.000838799999999304,"$area":0.000838799999999304},"id":"7203-Moose::Meta::Role::Application::apply_before_method_modifiers"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:16]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:16]</b></p><p><br />Called 159 times from 3 places in 2 files<br />Inclusive time: 277&micro;s, 0.00%</p>","incl_time":0.0002771,"subname":"Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:16]","$color":8,"excl_time":0.0002771,"$area":0.0002771},"id":"7204-Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:16]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Moose::Meta::Role::Application::BEGIN@2","$color":8,"excl_time":1.13e-05,"$area":1.13e-05},"id":"7205-Moose::Meta::Role::Application::BEGIN@2"},{"name":"apply_after_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::apply_after_method_modifiers</b></p><p><br />Called 178 times from 1 place in 1 file<br />Inclusive time: 5.29ms, 0.01%<br />Exclusive time: 649&micro;s, 0.00%</p>","incl_time":0.0052852,"subname":"Moose::Meta::Role::Application::apply_after_method_modifiers","$color":8,"excl_time":0.000649099999994528,"$area":0.000649099999994528},"id":"7206-Moose::Meta::Role::Application::apply_after_method_modifiers"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::meta</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"Moose::Meta::Role::Application::meta","$color":8,"excl_time":1.86999999999101e-05,"$area":1.86999999999101e-05},"id":"7207-Moose::Meta::Role::Application::meta"},{"name":"apply_around_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::apply_around_method_modifiers</b></p><p><br />Called 178 times from 1 place in 1 file<br />Inclusive time: 27.4ms, 0.04%<br />Exclusive time: 659&micro;s, 0.00%</p>","incl_time":0.0273982,"subname":"Moose::Meta::Role::Application::apply_around_method_modifiers","$color":8,"excl_time":0.000659399999992721,"$area":0.000659399999992721},"id":"7208-Moose::Meta::Role::Application::apply_around_method_modifiers"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::new</b></p><p><br />Called 178 times from 2 places in 2 files<br />Inclusive time: 9.19ms, 0.01%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0091922,"subname":"Moose::Meta::Role::Application::new","$color":8,"excl_time":0.00115969999999046,"$area":0.00115969999999046},"id":"7209-Moose::Meta::Role::Application::new"},{"name":"::ToRole","children":[{"name":"apply_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::apply_method_modifiers</b></p><p><br />Called 168 times from 3 places in 1 file<br />Inclusive time: 4.09ms, 0.01%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.0040912,"subname":"Moose::Meta::Role::Application::ToRole::apply_method_modifiers","$color":10,"excl_time":0.00140179999999439,"$area":0.00140179999999439},"id":"7211-Moose::Meta::Role::Application::ToRole::apply_method_modifiers"},{"name":"check_required_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::check_required_attributes</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%</p>","incl_time":6.92e-05,"subname":"Moose::Meta::Role::Application::ToRole::check_required_attributes","$color":10,"excl_time":6.92e-05,"$area":6.92e-05},"id":"7212-Moose::Meta::Role::Application::ToRole::check_required_attributes"},{"name":"apply_override_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::apply_override_method_modifiers</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 4.86ms, 0.01%<br />Exclusive time: 950&micro;s, 0.00%</p>","incl_time":0.0048618,"subname":"Moose::Meta::Role::Application::ToRole::apply_override_method_modifiers","$color":10,"excl_time":0.000949999999996316,"$area":0.000949999999996316},"id":"7213-Moose::Meta::Role::Application::ToRole::apply_override_method_modifiers"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 545&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0005446,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@11","$color":10,"excl_time":8.9000000000277e-06,"$area":8.9000000000277e-06},"id":"7214-Moose::Meta::Role::Application::ToRole::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.13e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@15","$color":10,"excl_time":7.60000000000013e-06,"$area":7.60000000000013e-06},"id":"7215-Moose::Meta::Role::Application::ToRole::BEGIN@15"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@2","$color":10,"excl_time":1.19e-05,"$area":1.19e-05},"id":"7216-Moose::Meta::Role::Application::ToRole::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@9","$color":10,"excl_time":9.7999999999845e-06,"$area":9.7999999999845e-06},"id":"7217-Moose::Meta::Role::Application::ToRole::BEGIN@9"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Moose::Meta::Role::Application::ToRole::meta","$color":10,"excl_time":6.59999999996724e-06,"$area":6.59999999996724e-06},"id":"7218-Moose::Meta::Role::Application::ToRole::meta"},{"name":"apply_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::apply_methods</b></p><p><br />Called 56 times from 2 places in 2 files<br />Inclusive time: 67.7ms, 0.10%<br />Exclusive time: 7.45ms, 0.01%</p>","incl_time":0.0677345,"subname":"Moose::Meta::Role::Application::ToRole::apply_methods","$color":10,"excl_time":0.007448499999926,"$area":0.007448499999926},"id":"7219-Moose::Meta::Role::Application::ToRole::apply_methods"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@10","$color":10,"excl_time":9.40000000000062e-06,"$area":9.40000000000062e-06},"id":"7220-Moose::Meta::Role::Application::ToRole::BEGIN@10"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::_new</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 2.16ms, 0.00%<br />Exclusive time: 981&micro;s, 0.00%</p>","incl_time":0.0021599,"subname":"Moose::Meta::Role::Application::ToRole::_new","$color":10,"excl_time":0.000981100000002407,"$area":0.000981100000002407},"id":"7221-Moose::Meta::Role::Application::ToRole::_new"},{"name":"check_role_exclusions","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::check_role_exclusions</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 667&micro;s, 0.00%</p>","incl_time":0.0015704,"subname":"Moose::Meta::Role::Application::ToRole::check_role_exclusions","$color":10,"excl_time":0.000666500000000487,"$area":0.000666500000000487},"id":"7222-Moose::Meta::Role::Application::ToRole::check_role_exclusions"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.29e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@13","$color":10,"excl_time":9.00000000002438e-06,"$area":9.00000000002438e-06},"id":"7223-Moose::Meta::Role::Application::ToRole::BEGIN@13"},{"name":"apply","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::apply</b></p><p><br />Called 56 times from 2 places in 2 files<br />Inclusive time: 102ms, 0.14%<br />Exclusive time: 662&micro;s, 0.00%</p>","incl_time":0.1021756,"subname":"Moose::Meta::Role::Application::ToRole::apply","$color":10,"excl_time":0.000661600000005003,"$area":0.000661600000005003},"id":"7224-Moose::Meta::Role::Application::ToRole::apply"},{"name":"check_required_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::check_required_methods</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 7.71ms, 0.01%<br />Exclusive time: 1.04ms, 0.00%</p>","incl_time":0.0077116,"subname":"Moose::Meta::Role::Application::ToRole::check_required_methods","$color":10,"excl_time":0.00104380000000766,"$area":0.00104380000000766},"id":"7225-Moose::Meta::Role::Application::ToRole::check_required_methods"},{"name":"apply_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::apply_attributes</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 8.22ms, 0.01%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0082179,"subname":"Moose::Meta::Role::Application::ToRole::apply_attributes","$color":10,"excl_time":0.00106680000000636,"$area":0.00106680000000636},"id":"7226-Moose::Meta::Role::Application::ToRole::apply_attributes"}],"data":{"$area":0.0143524999999386},"id":"n7210"},{"name":"::RoleSummation","children":[{"name":"apply_override_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::apply_override_method_modifiers</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 1.74ms, 0.00%<br />Exclusive time: 717&micro;s, 0.00%</p>","incl_time":0.001741,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_override_method_modifiers","$color":1,"excl_time":0.000716900000001471,"$area":0.000716900000001471},"id":"7228-Moose::Meta::Role::Application::RoleSummation::apply_override_method_modifiers"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 518&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0005185,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@11","$color":1,"excl_time":6.79999999999615e-06,"$area":6.79999999999615e-06},"id":"7229-Moose::Meta::Role::Application::RoleSummation::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@15","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"7230-Moose::Meta::Role::Application::RoleSummation::BEGIN@15"},{"name":"check_required_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::check_required_methods</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 16.7ms, 0.02%<br />Exclusive time: 2.37ms, 0.00%</p>","incl_time":0.0166743,"subname":"Moose::Meta::Role::Application::RoleSummation::check_required_methods","$color":1,"excl_time":0.00237299999999682,"$area":0.00237299999999682},"id":"7231-Moose::Meta::Role::Application::RoleSummation::check_required_methods"},{"name":"role_params","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::role_params</b></p><p><br />Called 1239 times from 5 places in 1 file<br />Inclusive time: 1.69ms, 0.00%</p>","incl_time":0.00168879999999999,"subname":"Moose::Meta::Role::Application::RoleSummation::role_params","$color":1,"excl_time":0.00168879999999999,"$area":0.00168879999999999},"id":"7232-Moose::Meta::Role::Application::RoleSummation::role_params"},{"name":"get_exclusions_for_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::get_exclusions_for_role</b></p><p><br />Called 76 times from 1 place in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0015826,"subname":"Moose::Meta::Role::Application::RoleSummation::get_exclusions_for_role","$color":1,"excl_time":0.00117140000001527,"$area":0.00117140000001527},"id":"7233-Moose::Meta::Role::Application::RoleSummation::get_exclusions_for_role"},{"name":"check_required_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::check_required_attributes</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::check_required_attributes","$color":1,"excl_time":3.31e-05,"$area":3.31e-05},"id":"7234-Moose::Meta::Role::Application::RoleSummation::check_required_attributes"},{"name":"check_role_exclusions","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::check_role_exclusions</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 1.83ms, 0.00%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0018332,"subname":"Moose::Meta::Role::Application::RoleSummation::check_role_exclusions","$color":1,"excl_time":0.00102890000000058,"$area":0.00102890000000058},"id":"7235-Moose::Meta::Role::Application::RoleSummation::check_role_exclusions"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@10","$color":1,"excl_time":8.20000000000838e-06,"$area":8.20000000000838e-06},"id":"7236-Moose::Meta::Role::Application::RoleSummation::BEGIN@10"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::meta","$color":1,"excl_time":1.56000000000013e-05,"$area":1.56000000000013e-05},"id":"7237-Moose::Meta::Role::Application::RoleSummation::meta"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@13","$color":1,"excl_time":8.399999999993e-06,"$area":8.399999999993e-06},"id":"7238-Moose::Meta::Role::Application::RoleSummation::BEGIN@13"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.29e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@17","$color":1,"excl_time":7.80000000000538e-06,"$area":7.80000000000538e-06},"id":"7239-Moose::Meta::Role::Application::RoleSummation::BEGIN@17"},{"name":"is_aliased_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::is_aliased_method</b></p><p><br />Called 256 times from 1 place in 1 file<br />Inclusive time: 6.22ms, 0.01%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0062204,"subname":"Moose::Meta::Role::Application::RoleSummation::is_aliased_method","$color":1,"excl_time":0.00195450000006224,"$area":0.00195450000006224},"id":"7240-Moose::Meta::Role::Application::RoleSummation::is_aliased_method"},{"name":"get_method_aliases_for_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::get_method_aliases_for_role</b></p><p><br />Called 332 times from 2 places in 1 file<br />Inclusive time: 5.75ms, 0.01%<br />Exclusive time: 4.11ms, 0.01%</p>","incl_time":0.0057499,"subname":"Moose::Meta::Role::Application::RoleSummation::get_method_aliases_for_role","$color":1,"excl_time":0.00411009999990133,"$area":0.00411009999990133},"id":"7241-Moose::Meta::Role::Application::RoleSummation::get_method_aliases_for_role"},{"name":"apply_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::apply_method_modifiers</b></p><p><br />Called 87 times from 3 places in 1 file<br />Inclusive time: 3.59ms, 0.01%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0035856,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_method_modifiers","$color":1,"excl_time":0.00148579999997404,"$area":0.00148579999997404},"id":"7242-Moose::Meta::Role::Application::RoleSummation::apply_method_modifiers"},{"name":"apply_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::apply_attributes</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 10.1ms, 0.01%<br />Exclusive time: 1.59ms, 0.00%</p>","incl_time":0.010062,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_attributes","$color":1,"excl_time":0.00159240000001025,"$area":0.00159240000001025},"id":"7243-Moose::Meta::Role::Application::RoleSummation::apply_attributes"},{"name":"apply_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::apply_methods</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 31.1ms, 0.04%<br />Exclusive time: 5.13ms, 0.01%</p>","incl_time":0.0311077,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_methods","$color":1,"excl_time":0.00513289999997572,"$area":0.00513289999997572},"id":"7244-Moose::Meta::Role::Application::RoleSummation::apply_methods"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@2","$color":1,"excl_time":1.06e-05,"$area":1.06e-05},"id":"7245-Moose::Meta::Role::Application::RoleSummation::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@9","$color":1,"excl_time":8.20000000002763e-06,"$area":8.20000000002763e-06},"id":"7246-Moose::Meta::Role::Application::RoleSummation::BEGIN@9"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::_new</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 818&micro;s, 0.00%<br />Exclusive time: 690&micro;s, 0.00%</p>","incl_time":0.0008176,"subname":"Moose::Meta::Role::Application::RoleSummation::_new","$color":1,"excl_time":0.000690300000000836,"$area":0.000690300000000836},"id":"7247-Moose::Meta::Role::Application::RoleSummation::_new"}],"data":{"$area":0.0220489999999386},"id":"n7227"},{"name":"::ToClass","children":[{"name":"check_role_exclusions","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::check_role_exclusions</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 22.0ms, 0.03%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0220357,"subname":"Moose::Meta::Role::Application::ToClass::check_role_exclusions","$color":3,"excl_time":0.00120130000000563,"$area":0.00120130000000563},"id":"7249-Moose::Meta::Role::Application::ToClass::check_role_exclusions"},{"name":"check_required_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::check_required_attributes</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 144&micro;s, 0.00%</p>","incl_time":0.0001437,"subname":"Moose::Meta::Role::Application::ToClass::check_required_attributes","$color":3,"excl_time":0.0001437,"$area":0.0001437},"id":"7250-Moose::Meta::Role::Application::ToClass::check_required_attributes"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@15","$color":3,"excl_time":8.39999999998613e-06,"$area":8.39999999998613e-06},"id":"7251-Moose::Meta::Role::Application::ToClass::BEGIN@15"},{"name":"check_required_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::check_required_methods</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 15.3ms, 0.02%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.0153244,"subname":"Moose::Meta::Role::Application::ToClass::check_required_methods","$color":3,"excl_time":0.00157290000001218,"$area":0.00157290000001218},"id":"7252-Moose::Meta::Role::Application::ToClass::check_required_methods"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 207&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002072,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@14","$color":3,"excl_time":8.80000000001252e-06,"$area":8.80000000001252e-06},"id":"7253-Moose::Meta::Role::Application::ToClass::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 517&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005168,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@11","$color":3,"excl_time":7.50000000000967e-06,"$area":7.50000000000967e-06},"id":"7254-Moose::Meta::Role::Application::ToClass::BEGIN@11"},{"name":"apply_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::apply_method_modifiers</b></p><p><br />Called 279 times from 3 places in 1 file<br />Inclusive time: 33.5ms, 0.05%<br />Exclusive time: 2.40ms, 0.00%</p>","incl_time":0.033527,"subname":"Moose::Meta::Role::Application::ToClass::apply_method_modifiers","$color":3,"excl_time":0.00240409999998206,"$area":0.00240409999998206},"id":"7255-Moose::Meta::Role::Application::ToClass::apply_method_modifiers"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::meta</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"Moose::Meta::Role::Application::ToClass::meta","$color":3,"excl_time":2.29999999999337e-05,"$area":2.29999999999337e-05},"id":"7256-Moose::Meta::Role::Application::ToClass::meta"},{"name":"apply_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::apply_methods</b></p><p><br />Called 93 times from 2 places in 2 files<br />Inclusive time: 121ms, 0.17%<br />Exclusive time: 12.3ms, 0.02%</p>","incl_time":0.1210158,"subname":"Moose::Meta::Role::Application::ToClass::apply_methods","$color":3,"excl_time":0.0123012999999661,"$area":0.0123012999999661},"id":"7257-Moose::Meta::Role::Application::ToClass::apply_methods"},{"name":"apply","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::apply</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 582ms, 0.82%<br />Exclusive time: 2.12ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 456&micro;s</p>","incl_time":0.5823382,"subname":"Moose::Meta::Role::Application::ToClass::apply","$color":3,"excl_time":0.00212050000002275,"$area":0.00212050000002275},"id":"7258-Moose::Meta::Role::Application::ToClass::apply"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@9","$color":3,"excl_time":9.40000000001038e-06,"$area":9.40000000001038e-06},"id":"7259-Moose::Meta::Role::Application::ToClass::BEGIN@9"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001059,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@17","$color":3,"excl_time":9.40000000000055e-06,"$area":9.40000000000055e-06},"id":"7260-Moose::Meta::Role::Application::ToClass::BEGIN@17"},{"name":"apply_override_method_modifiers","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::apply_override_method_modifiers</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 14.7ms, 0.02%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0147073,"subname":"Moose::Meta::Role::Application::ToClass::apply_override_method_modifiers","$color":3,"excl_time":0.00117089999999944,"$area":0.00117089999999944},"id":"7261-Moose::Meta::Role::Application::ToClass::apply_override_method_modifiers"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@10","$color":3,"excl_time":8.00000000002651e-06,"$area":8.00000000002651e-06},"id":"7262-Moose::Meta::Role::Application::ToClass::BEGIN@10"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::_new</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 5.05ms, 0.01%<br />Exclusive time: 2.04ms, 0.00%</p>","incl_time":0.005055,"subname":"Moose::Meta::Role::Application::ToClass::_new","$color":3,"excl_time":0.00204099999999737,"$area":0.00204099999999737},"id":"7263-Moose::Meta::Role::Application::ToClass::_new"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@2","$color":3,"excl_time":1.09e-05,"$area":1.09e-05},"id":"7264-Moose::Meta::Role::Application::ToClass::BEGIN@2"},{"name":"apply_attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::apply_attributes</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 360ms, 0.51%<br />Exclusive time: 2.54ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 12&micro;s</p>","incl_time":0.3599844,"subname":"Moose::Meta::Role::Application::ToClass::apply_attributes","$color":3,"excl_time":0.00254330000000869,"$area":0.00254330000000869},"id":"7265-Moose::Meta::Role::Application::ToClass::apply_attributes"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@13","$color":3,"excl_time":9.69999999997575e-06,"$area":9.69999999997575e-06},"id":"7266-Moose::Meta::Role::Application::ToClass::BEGIN@13"}],"data":{"$area":0.0255940999999942},"id":"n7248"},{"name":"::ToInstance","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@9","$color":5,"excl_time":2.01999999999989e-05,"$area":2.01999999999989e-05},"id":"7268-Moose::Meta::Role::Application::ToInstance::BEGIN@9"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@16","$color":5,"excl_time":7.30000000000413e-06,"$area":7.30000000000413e-06},"id":"7269-Moose::Meta::Role::Application::ToInstance::BEGIN@16"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 480&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004802,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@11","$color":5,"excl_time":1.04999999999826e-05,"$area":1.04999999999826e-05},"id":"7270-Moose::Meta::Role::Application::ToInstance::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@2","$color":5,"excl_time":1.1e-05,"$area":1.1e-05},"id":"7271-Moose::Meta::Role::Application::ToInstance::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@13","$color":5,"excl_time":7.89999999999413e-06,"$area":7.89999999999413e-06},"id":"7272-Moose::Meta::Role::Application::ToInstance::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@14","$color":5,"excl_time":8.20000000001226e-06,"$area":8.20000000001226e-06},"id":"7273-Moose::Meta::Role::Application::ToInstance::BEGIN@14"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@10","$color":5,"excl_time":1.21999999999949e-05,"$area":1.21999999999949e-05},"id":"7274-Moose::Meta::Role::Application::ToInstance::BEGIN@10"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Moose::Meta::Role::Application::ToInstance::meta","$color":5,"excl_time":1.90999999999449e-05,"$area":1.90999999999449e-05},"id":"7275-Moose::Meta::Role::Application::ToInstance::meta"}],"data":{"$area":9.63999999999318e-05},"id":"n7267"}],"data":{"$area":0.0941572999996686},"id":"n7192"},{"name":"::Composite","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@13","$color":7,"excl_time":9.30000000000713e-06,"$area":9.30000000000713e-06},"id":"7277-Moose::Meta::Role::Composite::BEGIN@13"},{"name":"has_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::has_method</b></p><p><br />Called 30 times from 2 places in 2 files<br />Inclusive time: 159&micro;s, 0.00%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0001589,"subname":"Moose::Meta::Role::Composite::has_method","$color":7,"excl_time":0.000123900000001991,"$area":0.000123900000001991},"id":"7278-Moose::Meta::Role::Composite::has_method"},{"name":"application_role_summation_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::application_role_summation_class</b></p><p><br />Called 58 times from 2 places in 1 file<br />Inclusive time: 153&micro;s, 0.00%</p>","incl_time":0.0001531,"subname":"Moose::Meta::Role::Composite::application_role_summation_class","$color":7,"excl_time":0.0001531,"$area":0.0001531},"id":"7279-Moose::Meta::Role::Composite::application_role_summation_class"},{"name":"add_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::add_method</b></p><p><br />Called 216 times from 1 place in 1 file<br />Inclusive time: 9.73ms, 0.01%<br />Exclusive time: 4.22ms, 0.01%</p>","incl_time":0.0097257,"subname":"Moose::Meta::Role::Composite::add_method","$color":7,"excl_time":0.00422319999995729,"$area":0.00422319999995729},"id":"7280-Moose::Meta::Role::Composite::add_method"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@2","$color":7,"excl_time":1.11e-05,"$area":1.11e-05},"id":"7281-Moose::Meta::Role::Composite::BEGIN@2"},{"name":"apply_params","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::apply_params</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 69.1ms, 0.10%<br />Exclusive time: 591&micro;s, 0.00%</p>","incl_time":0.0690602,"subname":"Moose::Meta::Role::Composite::apply_params","$color":7,"excl_time":0.000590999999990113,"$area":0.000590999999990113},"id":"7282-Moose::Meta::Role::Composite::apply_params"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001296,"subname":"Moose::Meta::Role::Composite::BEGIN@16","$color":7,"excl_time":1.02000000000083e-05,"$area":1.02000000000083e-05},"id":"7283-Moose::Meta::Role::Composite::BEGIN@16"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::_method_map</b></p><p><br />Called 275 times from 3 places in 1 file<br />Inclusive time: 457&micro;s, 0.00%</p>","incl_time":0.0004569,"subname":"Moose::Meta::Role::Composite::_method_map","$color":7,"excl_time":0.0004569,"$area":0.0004569},"id":"7284-Moose::Meta::Role::Composite::_method_map"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::meta</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Moose::Meta::Role::Composite::meta","$color":7,"excl_time":2.47999999998906e-05,"$area":2.47999999998906e-05},"id":"7285-Moose::Meta::Role::Composite::meta"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::_new</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 3.16ms, 0.00%<br />Exclusive time: 2.61ms, 0.00%</p>","incl_time":0.0031566,"subname":"Moose::Meta::Role::Composite::_new","$color":7,"excl_time":0.00260749999998615,"$area":0.00260749999998615},"id":"7286-Moose::Meta::Role::Composite::_new"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 573&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005735,"subname":"Moose::Meta::Role::Composite::BEGIN@11","$color":7,"excl_time":8.00000000000334e-06,"$area":8.00000000000334e-06},"id":"7287-Moose::Meta::Role::Composite::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Composite.pm:36]","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Composite.pm:36]</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"Moose::Meta::Role::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Composite.pm:36]","$color":7,"excl_time":6.16e-05,"$area":6.16e-05},"id":"7288-Moose::Meta::Role::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Composite.pm:36]"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@10","$color":7,"excl_time":8.30000000000063e-06,"$area":8.30000000000063e-06},"id":"7289-Moose::Meta::Role::Composite::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@14","$color":7,"excl_time":8.0000000000085e-06,"$area":8.0000000000085e-06},"id":"7290-Moose::Meta::Role::Composite::BEGIN@14"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@9","$color":7,"excl_time":9.59999999997875e-06,"$area":9.59999999997875e-06},"id":"7291-Moose::Meta::Role::Composite::BEGIN@9"},{"name":"name","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::name</b></p><p><br />Called 513 times from 7 places in 6 files<br />Inclusive time: 919&micro;s, 0.00%</p>","incl_time":0.000918599999999999,"subname":"Moose::Meta::Role::Composite::name","$color":7,"excl_time":0.000918599999999999,"$area":0.000918599999999999},"id":"7292-Moose::Meta::Role::Composite::name"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::new</b></p><p><br />Called 29 times from 1 place in 1 file<br />Inclusive time: 4.47ms, 0.01%<br />Exclusive time: 1.12ms, 0.00%</p>","incl_time":0.0044703,"subname":"Moose::Meta::Role::Composite::new","$color":7,"excl_time":0.00111950000000101,"$area":0.00111950000000101},"id":"7293-Moose::Meta::Role::Composite::new"},{"name":"_get_local_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::_get_local_methods</b></p><p><br />Called 29 times from 2 places in 2 files<br />Inclusive time: 255&micro;s, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0002549,"subname":"Moose::Meta::Role::Composite::_get_local_methods","$color":7,"excl_time":0.000194399999997872,"$area":0.000194399999997872},"id":"7294-Moose::Meta::Role::Composite::_get_local_methods"}],"data":{"$area":0.0105389999999343},"id":"n7276"}],"data":{"$area":0.172782499999652},"id":"n7068"},{"name":"::Method","children":[{"name":"::Meta","children":[{"name":"wrap","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::wrap</b></p><p><br />Called 284 times from 1 place in 1 file<br />Inclusive time: 92.9ms, 0.13%<br />Exclusive time: 1.92ms, 0.00%</p>","incl_time":0.0929057,"subname":"Moose::Meta::Method::Meta::wrap","$color":9,"excl_time":0.00191859999999718,"$area":0.00191859999999718},"id":"7297-Moose::Meta::Method::Meta::wrap"},{"name":"_make_compatible_with","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::_make_compatible_with</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.000132,"subname":"Moose::Meta::Method::Meta::_make_compatible_with","$color":9,"excl_time":2.92999999997668e-05,"$area":2.92999999997668e-05},"id":"7298-Moose::Meta::Method::Meta::_make_compatible_with"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::Method::Meta::BEGIN@10","$color":9,"excl_time":8.10000000000275e-06,"$area":8.10000000000275e-06},"id":"7299-Moose::Meta::Method::Meta::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Meta::Method::Meta::BEGIN@11","$color":9,"excl_time":6.90000000000075e-06,"$area":6.90000000000075e-06},"id":"7300-Moose::Meta::Method::Meta::BEGIN@11"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 108&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001079,"subname":"Moose::Meta::Method::Meta::BEGIN@13","$color":9,"excl_time":7.09999999998802e-06,"$area":7.09999999998802e-06},"id":"7301-Moose::Meta::Method::Meta::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Meta::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Moose::Meta::Method::Meta::BEGIN@3","$color":9,"excl_time":9.2e-06,"$area":9.2e-06},"id":"7302-Moose::Meta::Method::Meta::BEGIN@3"}],"data":{"$area":0.00197919999999694},"id":"n7296"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Moose::Meta::Method::BEGIN@9","$color":0,"excl_time":6.70000000001138e-06,"$area":6.70000000001138e-06},"id":"7303-Moose::Meta::Method::BEGIN@9"},{"name":"_inline_throw_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::_inline_throw_error</b></p><p><br />Called 421 times from 8 places in 6 files<br />Inclusive time: 74.8ms, 0.11%<br />Exclusive time: 9.71ms, 0.01%</p>","incl_time":0.0747533,"subname":"Moose::Meta::Method::_inline_throw_error","$color":0,"excl_time":0.00970569999991225,"$area":0.00970569999991225},"id":"7304-Moose::Meta::Method::_inline_throw_error"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Moose::Meta::Method::BEGIN@10","$color":0,"excl_time":6.60000000001225e-06,"$area":6.60000000001225e-06},"id":"7305-Moose::Meta::Method::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Meta::Method::BEGIN@2","$color":0,"excl_time":8.9e-06,"$area":8.9e-06},"id":"7306-Moose::Meta::Method::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Moose::Meta::Method::BEGIN@12","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"7307-Moose::Meta::Method::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.87e-05,"subname":"Moose::Meta::Method::BEGIN@14","$color":0,"excl_time":7.19999999999788e-06,"$area":7.19999999999788e-06},"id":"7308-Moose::Meta::Method::BEGIN@14"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::_new</b></p><p><br />Called 520 times from 1 place in 1 file<br />Inclusive time: 90.8ms, 0.13%<br />Exclusive time: 6.38ms, 0.01%</p>","incl_time":0.0907599000000001,"subname":"Moose::Meta::Method::_new","$color":0,"excl_time":0.00638460000010093,"$area":0.00638460000010093},"id":"7309-Moose::Meta::Method::_new"},{"name":"_get_compatible_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::_get_compatible_metaclass</b></p><p><br />Called 13 times from 3 places in 2 files<br />Inclusive time: 338&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0003379,"subname":"Moose::Meta::Method::_get_compatible_metaclass","$color":0,"excl_time":4.59999999997664e-05,"$area":4.59999999997664e-05},"id":"7310-Moose::Meta::Method::_get_compatible_metaclass"},{"name":"::Overridden","children":[{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::_new</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 1.19ms, 0.00%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0011907,"subname":"Moose::Meta::Method::Overridden::_new","$color":2,"excl_time":0.00116640000000291,"$area":0.00116640000000291},"id":"7312-Moose::Meta::Method::Overridden::_new"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Moose::Meta::Method::Overridden::BEGIN@2","$color":2,"excl_time":9.4e-06,"$area":9.4e-06},"id":"7313-Moose::Meta::Method::Overridden::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.65ms, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0036466,"subname":"Moose::Meta::Method::Overridden::BEGIN@12","$color":2,"excl_time":7.49999999999362e-06,"$area":7.49999999999362e-06},"id":"7314-Moose::Meta::Method::Overridden::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@9","$color":2,"excl_time":7.5000000000085e-06,"$area":7.5000000000085e-06},"id":"7315-Moose::Meta::Method::Overridden::BEGIN@9"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::new</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 6.83ms, 0.01%<br />Exclusive time: 1.05ms, 0.00%</p>","incl_time":0.0068348,"subname":"Moose::Meta::Method::Overridden::new","$color":2,"excl_time":0.00104809999999775,"$area":0.00104809999999775},"id":"7316-Moose::Meta::Method::Overridden::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@10","$color":2,"excl_time":6.70000000000938e-06,"$area":6.70000000000938e-06},"id":"7317-Moose::Meta::Method::Overridden::BEGIN@10"}],"data":{"$area":0.00224560000000067},"id":"n7311"},{"name":"::Augmented","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@9","$color":4,"excl_time":8.89999999999887e-06,"$area":8.89999999999887e-06},"id":"7319-Moose::Meta::Method::Augmented::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@2","$color":4,"excl_time":1e-05,"$area":1e-05},"id":"7320-Moose::Meta::Method::Augmented::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@10","$color":4,"excl_time":1.05000000000035e-05,"$area":1.05000000000035e-05},"id":"7321-Moose::Meta::Method::Augmented::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.11e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@12","$color":4,"excl_time":6.70000000000777e-06,"$area":6.70000000000777e-06},"id":"7322-Moose::Meta::Method::Augmented::BEGIN@12"}],"data":{"$area":3.61000000000101e-05},"id":"n7318"},{"name":"::Delegation","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@14","$color":6,"excl_time":6.89999999999301e-06,"$area":6.89999999999301e-06},"id":"7324-Moose::Meta::Method::Delegation::BEGIN@14"},{"name":"delegate_to_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::delegate_to_method</b></p><p><br />Called 181 times from 7 places in 5 files<br />Inclusive time: 284&micro;s, 0.00%</p>","incl_time":0.0002843,"subname":"Moose::Meta::Method::Delegation::delegate_to_method","$color":6,"excl_time":0.0002843,"$area":0.0002843},"id":"7325-Moose::Meta::Method::Delegation::delegate_to_method"},{"name":"_get_delegate_accessor","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::_get_delegate_accessor</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 4.71ms, 0.01%<br />Exclusive time: 1.60ms, 0.00%</p>","incl_time":0.0047053,"subname":"Moose::Meta::Method::Delegation::_get_delegate_accessor","$color":6,"excl_time":0.00159980000000834,"$area":0.00159980000000834},"id":"7326-Moose::Meta::Method::Delegation::_get_delegate_accessor"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::_initialize_body</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 6.87ms, 0.01%<br />Exclusive time: 1.85ms, 0.00%</p>","incl_time":0.0068696,"subname":"Moose::Meta::Method::Delegation::_initialize_body","$color":6,"excl_time":0.0018450999999868,"$area":0.0018450999999868},"id":"7327-Moose::Meta::Method::Delegation::_initialize_body"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::_new</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 1.92ms, 0.00%</p>","incl_time":0.001918,"subname":"Moose::Meta::Method::Delegation::_new","$color":6,"excl_time":0.001918,"$area":0.001918},"id":"7328-Moose::Meta::Method::Delegation::_new"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::new</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 11.9ms, 0.02%<br />Exclusive time: 2.76ms, 0.00%</p>","incl_time":0.011905,"subname":"Moose::Meta::Method::Delegation::new","$color":6,"excl_time":0.00275549999996455,"$area":0.00275549999996455},"id":"7329-Moose::Meta::Method::Delegation::new"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@11","$color":6,"excl_time":6.80000000000075e-06,"$area":6.80000000000075e-06},"id":"7330-Moose::Meta::Method::Delegation::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@10","$color":6,"excl_time":8.20000000000563e-06,"$area":8.20000000000563e-06},"id":"7331-Moose::Meta::Method::Delegation::BEGIN@10"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 109&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001087,"subname":"Moose::Meta::Method::Delegation::BEGIN@16","$color":6,"excl_time":6.89999999998702e-06,"$area":6.89999999998702e-06},"id":"7332-Moose::Meta::Method::Delegation::BEGIN@16"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Meta::Method::Delegation::BEGIN@3","$color":6,"excl_time":9.8e-06,"$area":9.8e-06},"id":"7333-Moose::Meta::Method::Delegation::BEGIN@3"},{"name":"associated_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::associated_attribute</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.00%</p>","incl_time":0.0001579,"subname":"Moose::Meta::Method::Delegation::associated_attribute","$color":6,"excl_time":0.0001579,"$area":0.0001579},"id":"7334-Moose::Meta::Method::Delegation::associated_attribute"},{"name":"curried_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::curried_arguments</b></p><p><br />Called 19452 times from 3 places in 2 files<br />Inclusive time: 28.5ms, 0.04%</p>","incl_time":0.0284918999999998,"subname":"Moose::Meta::Method::Delegation::curried_arguments","$color":6,"excl_time":0.0284918999999998,"$area":0.0284918999999998},"id":"7335-Moose::Meta::Method::Delegation::curried_arguments"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@13","$color":6,"excl_time":8.00000000001038e-06,"$area":8.00000000001038e-06},"id":"7336-Moose::Meta::Method::Delegation::BEGIN@13"}],"data":{"$area":0.0370990999999594},"id":"n7323"},{"name":"::Constructor","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@16","$color":8,"excl_time":8.60000000000913e-06,"$area":8.60000000000913e-06},"id":"7338-Moose::Meta::Method::Constructor::BEGIN@16"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001487,"subname":"Moose::Meta::Method::Constructor::BEGIN@18","$color":8,"excl_time":9.39999999999115e-06,"$area":9.39999999999115e-06},"id":"7339-Moose::Meta::Method::Constructor::BEGIN@18"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Moose::Meta::Method::Constructor::BEGIN@3","$color":8,"excl_time":9.7e-06,"$area":9.7e-06},"id":"7340-Moose::Meta::Method::Constructor::BEGIN@3"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Moose::Meta::Method::Constructor::BEGIN@13","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"7341-Moose::Meta::Method::Constructor::BEGIN@13"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_initialize_body</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 496ms, 0.70%<br />Exclusive time: 700&micro;s, 0.00%</p>","incl_time":0.4956256,"subname":"Moose::Meta::Method::Constructor::_initialize_body","$color":8,"excl_time":0.000700099999997539,"$area":0.000700099999997539},"id":"7342-Moose::Meta::Method::Constructor::_initialize_body"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@14","$color":8,"excl_time":7.20000000000276e-06,"$area":7.20000000000276e-06},"id":"7343-Moose::Meta::Method::Constructor::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@11","$color":8,"excl_time":6.90000000000075e-06,"$area":6.90000000000075e-06},"id":"7344-Moose::Meta::Method::Constructor::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@15","$color":8,"excl_time":7.20000000000501e-06,"$area":7.20000000000501e-06},"id":"7345-Moose::Meta::Method::Constructor::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@10","$color":8,"excl_time":8.20000000000275e-06,"$area":8.20000000000275e-06},"id":"7346-Moose::Meta::Method::Constructor::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::new</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 501ms, 0.71%<br />Exclusive time: 5.69ms, 0.01%</p>","incl_time":0.5014633,"subname":"Moose::Meta::Method::Constructor::new","$color":8,"excl_time":0.00568509999999461,"$area":0.00568509999999461},"id":"7347-Moose::Meta::Method::Constructor::new"}],"data":{"$area":0.00644609999999216},"id":"n7337"},{"name":"::Destructor","children":[{"name":"options","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::options</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 234&micro;s, 0.00%</p>","incl_time":0.0002337,"subname":"Moose::Meta::Method::Destructor::options","$color":10,"excl_time":0.0002337,"$area":0.0002337},"id":"7349-Moose::Meta::Method::Destructor::options"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@14","$color":10,"excl_time":7.09999999998825e-06,"$area":7.09999999998825e-06},"id":"7350-Moose::Meta::Method::Destructor::BEGIN@14"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@10","$color":10,"excl_time":8.09999999999988e-06,"$area":8.09999999999988e-06},"id":"7351-Moose::Meta::Method::Destructor::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@3","$color":10,"excl_time":1.26e-05,"$area":1.26e-05},"id":"7352-Moose::Meta::Method::Destructor::BEGIN@3"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Meta::Method::Destructor::BEGIN@13","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"7353-Moose::Meta::Method::Destructor::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Destructor.pm:99]","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Destructor.pm:99]</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 21.3ms, 0.03%<br />Exclusive time: 481&micro;s, 0.00%</p>","incl_time":0.0212626,"subname":"Moose::Meta::Method::Destructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Destructor.pm:99]","$color":10,"excl_time":0.000480999999999046,"$area":0.000480999999999046},"id":"7354-Moose::Meta::Method::Destructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Destructor.pm:99]"},{"name":"_generate_fallback_destructor","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::_generate_fallback_destructor</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 345&micro;s, 0.00%</p>","incl_time":0.0003454,"subname":"Moose::Meta::Method::Destructor::_generate_fallback_destructor","$color":10,"excl_time":0.0003454,"$area":0.0003454},"id":"7355-Moose::Meta::Method::Destructor::_generate_fallback_destructor"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::new</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 48.3ms, 0.07%<br />Exclusive time: 4.75ms, 0.01%</p>","incl_time":0.0483162,"subname":"Moose::Meta::Method::Destructor::new","$color":10,"excl_time":0.00474919999999043,"$area":0.00474919999999043},"id":"7356-Moose::Meta::Method::Destructor::new"},{"name":"_generate_DEMOLISHALL","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::_generate_DEMOLISHALL</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 14.8ms, 0.02%<br />Exclusive time: 1.05ms, 0.00%</p>","incl_time":0.0147609,"subname":"Moose::Meta::Method::Destructor::_generate_DEMOLISHALL","$color":10,"excl_time":0.00104510000000971,"$area":0.00104510000000971},"id":"7357-Moose::Meta::Method::Destructor::_generate_DEMOLISHALL"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@15","$color":10,"excl_time":7.89999999998625e-06,"$area":7.89999999998625e-06},"id":"7358-Moose::Meta::Method::Destructor::BEGIN@15"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001107,"subname":"Moose::Meta::Method::Destructor::BEGIN@17","$color":10,"excl_time":1.29999999999939e-05,"$area":1.29999999999939e-05},"id":"7359-Moose::Meta::Method::Destructor::BEGIN@17"},{"name":"is_needed","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::is_needed</b></p><p><br />Called 111 times from 1 place in 1 file<br />Inclusive time: 12.5ms, 0.02%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0125172,"subname":"Moose::Meta::Method::Destructor::is_needed","$color":10,"excl_time":0.00117459999998448,"$area":0.00117459999998448},"id":"7360-Moose::Meta::Method::Destructor::is_needed"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@11","$color":10,"excl_time":6.99999999999212e-06,"$area":6.99999999999212e-06},"id":"7361-Moose::Meta::Method::Destructor::BEGIN@11"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::_initialize_body</b></p><p><br />Called 102 times from 1 place in 1 file<br />Inclusive time: 43.5ms, 0.06%<br />Exclusive time: 4.33ms, 0.01%</p>","incl_time":0.0434537,"subname":"Moose::Meta::Method::Destructor::_initialize_body","$color":10,"excl_time":0.00433499999998251,"$area":0.00433499999998251},"id":"7362-Moose::Meta::Method::Destructor::_initialize_body"}],"data":{"$area":0.0124231999999661},"id":"n7348"},{"name":"::Accessor","children":[{"name":"_instance_is_inlinable","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_instance_is_inlinable</b></p><p><br />Called 837 times from 6 places in 2 files<br />Inclusive time: 12.4ms, 0.02%<br />Exclusive time: 8.98ms, 0.01%</p>","incl_time":0.0123665,"subname":"Moose::Meta::Method::Accessor::_instance_is_inlinable","$color":1,"excl_time":0.00898169999979775,"$area":0.00898169999979775},"id":"7364-Moose::Meta::Method::Accessor::_instance_is_inlinable"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_new</b></p><p><br />Called 762 times from 1 place in 1 file<br />Inclusive time: 1.21ms, 0.00%</p>","incl_time":0.0012103,"subname":"Moose::Meta::Method::Accessor::_new","$color":1,"excl_time":0.0012103,"$area":0.0012103},"id":"7365-Moose::Meta::Method::Accessor::_new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@10","$color":1,"excl_time":8.29999999998837e-06,"$area":8.29999999998837e-06},"id":"7366-Moose::Meta::Method::Accessor::BEGIN@10"},{"name":"_writer_value_needs_copy","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_writer_value_needs_copy</b></p><p><br />Called 30 times from 2 places in 1 file<br />Inclusive time: 344&micro;s, 0.00%<br />Exclusive time: 171&micro;s, 0.00%</p>","incl_time":0.0003436,"subname":"Moose::Meta::Method::Accessor::_writer_value_needs_copy","$color":1,"excl_time":0.000170800000001026,"$area":0.000170800000001026},"id":"7367-Moose::Meta::Method::Accessor::_writer_value_needs_copy"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 127&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001265,"subname":"Moose::Meta::Method::Accessor::BEGIN@15","$color":1,"excl_time":7.20000000001115e-06,"$area":7.20000000001115e-06},"id":"7368-Moose::Meta::Method::Accessor::BEGIN@15"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_eval_environment</b></p><p><br />Called 786 times from 2 places in 2 files<br />Inclusive time: 138ms, 0.19%<br />Exclusive time: 5.06ms, 0.01%</p>","incl_time":0.1377436,"subname":"Moose::Meta::Method::Accessor::_eval_environment","$color":1,"excl_time":0.00505889999996876,"$area":0.00505889999996876},"id":"7369-Moose::Meta::Method::Accessor::_eval_environment"},{"name":"_compile_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_compile_code</b></p><p><br />Called 786 times from 6 places in 2 files<br />Inclusive time: 377ms, 0.53%<br />Exclusive time: 8.86ms, 0.01%</p>","incl_time":0.3768375,"subname":"Moose::Meta::Method::Accessor::_compile_code","$color":1,"excl_time":0.00885840000001065,"$area":0.00885840000001065},"id":"7370-Moose::Meta::Method::Accessor::_compile_code"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@11","$color":1,"excl_time":7.699999999993e-06,"$area":7.699999999993e-06},"id":"7371-Moose::Meta::Method::Accessor::BEGIN@11"},{"name":"_generate_writer_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_writer_method</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 24.5ms, 0.03%<br />Exclusive time: 247&micro;s, 0.00%</p>","incl_time":0.0244718,"subname":"Moose::Meta::Method::Accessor::_generate_writer_method","$color":1,"excl_time":0.000247300000007901,"$area":0.000247300000007901},"id":"7372-Moose::Meta::Method::Accessor::_generate_writer_method"},{"name":"_generate_reader_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_reader_method</b></p><p><br />Called 370 times from 1 place in 1 file<br />Inclusive time: 407ms, 0.57%<br />Exclusive time: 2.48ms, 0.00%</p>","incl_time":0.4066701,"subname":"Moose::Meta::Method::Accessor::_generate_reader_method","$color":1,"excl_time":0.00247529999999859,"$area":0.00247529999999859},"id":"7373-Moose::Meta::Method::Accessor::_generate_reader_method"},{"name":"_generate_clearer_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_clearer_method</b></p><p><br />Called 85 times from 1 place in 1 file<br />Inclusive time: 38.4ms, 0.05%<br />Exclusive time: 646&micro;s, 0.00%</p>","incl_time":0.0383837,"subname":"Moose::Meta::Method::Accessor::_generate_clearer_method","$color":1,"excl_time":0.000646299999996193,"$area":0.000646299999996193},"id":"7374-Moose::Meta::Method::Accessor::_generate_clearer_method"},{"name":"_inline_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_trigger</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 231&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0002305,"subname":"Moose::Meta::Method::Accessor::_inline_trigger","$color":1,"excl_time":0.000104600000000654,"$area":0.000104600000000654},"id":"7375-Moose::Meta::Method::Accessor::_inline_trigger"},{"name":"_inline_get_old_value_for_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_get_old_value_for_trigger</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Moose::Meta::Method::Accessor::_inline_get_old_value_for_trigger","$color":1,"excl_time":1.96999999998451e-05,"$area":1.96999999998451e-05},"id":"7376-Moose::Meta::Method::Accessor::_inline_get_old_value_for_trigger"},{"name":"_generate_accessor_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_accessor_method</b></p><p><br />Called 141 times from 1 place in 1 file<br />Inclusive time: 151ms, 0.21%<br />Exclusive time: 1.10ms, 0.00%</p>","incl_time":0.1509226,"subname":"Moose::Meta::Method::Accessor::_generate_accessor_method","$color":1,"excl_time":0.00110010000000747,"$area":0.00110010000000747},"id":"7377-Moose::Meta::Method::Accessor::_generate_accessor_method"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@3","$color":1,"excl_time":1.07e-05,"$area":1.07e-05},"id":"7378-Moose::Meta::Method::Accessor::BEGIN@3"},{"name":"_error_thrower","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_error_thrower</b></p><p><br />Called 421 times from 1 place in 1 file<br />Inclusive time: 3.53ms, 0.00%<br />Exclusive time: 2.59ms, 0.00%</p>","incl_time":0.0035268,"subname":"Moose::Meta::Method::Accessor::_error_thrower","$color":1,"excl_time":0.00259269999997591,"$area":0.00259269999997591},"id":"7379-Moose::Meta::Method::Accessor::_error_thrower"},{"name":"_generate_predicate_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_predicate_method</b></p><p><br />Called 124 times from 1 place in 1 file<br />Inclusive time: 62.3ms, 0.09%<br />Exclusive time: 985&micro;s, 0.00%</p>","incl_time":0.0623187,"subname":"Moose::Meta::Method::Accessor::_generate_predicate_method","$color":1,"excl_time":0.000984599999997498,"$area":0.000984599999997498},"id":"7380-Moose::Meta::Method::Accessor::_generate_predicate_method"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@13","$color":1,"excl_time":6.79999999999488e-06,"$area":6.79999999999488e-06},"id":"7381-Moose::Meta::Method::Accessor::BEGIN@13"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::new</b></p><p><br />Called 797 times from 2 places in 2 files<br />Inclusive time: 2.07ms, 0.00%</p>","incl_time":0.0020692,"subname":"Moose::Meta::Method::Accessor::new","$color":1,"excl_time":0.0020692,"$area":0.0020692},"id":"7382-Moose::Meta::Method::Accessor::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_get_value</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 191&micro;s, 0.00%</p>","incl_time":0.0015697,"subname":"Moose::Meta::Method::Accessor::_get_value","$color":1,"excl_time":0.000191200000002049,"$area":0.000191200000002049},"id":"7383-Moose::Meta::Method::Accessor::_get_value"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor.pm:39]","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor.pm:39]</b></p><p><br />Called 786 times from 1 place in 1 file<br />Inclusive time: 354ms, 0.50%<br />Exclusive time: 5.70ms, 0.01%</p>","incl_time":0.3540464,"subname":"Moose::Meta::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor.pm:39]","$color":1,"excl_time":0.00570339999999838,"$area":0.00570339999999838},"id":"7384-Moose::Meta::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor.pm:39]"},{"name":"_inline_check_lazy","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_check_lazy</b></p><p><br />Called 35 times from 2 places in 2 files<br />Inclusive time: 543&micro;s, 0.00%<br />Exclusive time: 220&micro;s, 0.00%</p>","incl_time":0.0005434,"subname":"Moose::Meta::Method::Accessor::_inline_check_lazy","$color":1,"excl_time":0.000219500000002066,"$area":0.000219500000002066},"id":"7385-Moose::Meta::Method::Accessor::_inline_check_lazy"},{"name":"::Native","children":[{"name":"::Writer","children":[{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_check_arguments</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_check_arguments","$color":3,"excl_time":1.27e-05,"$area":1.27e-05},"id":"7388-Moose::Meta::Method::Accessor::Native::Writer::_inline_check_arguments"},{"name":"_inline_writer_core","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_writer_core</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 9.99ms, 0.01%<br />Exclusive time: 918&micro;s, 0.00%</p>","incl_time":0.0099944,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_writer_core","$color":3,"excl_time":0.000917599999997228,"$area":0.000917599999997228},"id":"7389-Moose::Meta::Method::Accessor::Native::Writer::_inline_writer_core"},{"name":"_generate_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_generate_method</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 12.2ms, 0.02%<br />Exclusive time: 223&micro;s, 0.00%</p>","incl_time":0.0121876,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_generate_method","$color":3,"excl_time":0.000222599999999775,"$area":0.000222599999999775},"id":"7390-Moose::Meta::Method::Accessor::Native::Writer::_generate_method"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@12","$color":3,"excl_time":8.19999999999188e-06,"$area":8.19999999999188e-06},"id":"7391-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@9","$color":3,"excl_time":9.49999999996637e-06,"$area":9.49999999996637e-06},"id":"7392-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@9"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_return_value</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_return_value","$color":3,"excl_time":8.6e-06,"$area":8.6e-06},"id":"7393-Moose::Meta::Method::Accessor::Native::Writer::_return_value"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027966,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@14","$color":3,"excl_time":9.19999999989332e-06,"$area":9.19999999989332e-06},"id":"7394-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@14"},{"name":"_get_is_lvalue","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_get_is_lvalue</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 209&micro;s, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0002087,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_get_is_lvalue","$color":3,"excl_time":0.000160699999998398,"$area":0.000160699999998398},"id":"7395-Moose::Meta::Method::Accessor::Native::Writer::_get_is_lvalue"},{"name":"_inline_copy_native_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_copy_native_value</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 371&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0003707,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_copy_native_value","$color":3,"excl_time":9.0999999999229e-05,"$area":9.0999999999229e-05},"id":"7396-Moose::Meta::Method::Accessor::Native::Writer::_inline_copy_native_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@10","$color":3,"excl_time":8.09999999999112e-06,"$area":8.09999999999112e-06},"id":"7397-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@2","$color":3,"excl_time":1.22e-05,"$area":1.22e-05},"id":"7398-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@2"},{"name":"_constraint_must_be_checked","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_constraint_must_be_checked</b></p><p><br />Called 30 times from 3 places in 2 files<br />Inclusive time: 1.05ms, 0.00%<br />Exclusive time: 387&micro;s, 0.00%</p>","incl_time":0.0010544,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_constraint_must_be_checked","$color":3,"excl_time":0.000386800000001231,"$area":0.000386800000001231},"id":"7399-Moose::Meta::Method::Accessor::Native::Writer::_constraint_must_be_checked"},{"name":"_inline_process_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_process_arguments</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_process_arguments","$color":3,"excl_time":1.73e-05,"$area":1.73e-05},"id":"7400-Moose::Meta::Method::Accessor::Native::Writer::_inline_process_arguments"},{"name":"_inline_coerce_new_values","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_coerce_new_values</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_coerce_new_values","$color":3,"excl_time":2e-06,"$area":2e-06},"id":"7401-Moose::Meta::Method::Accessor::Native::Writer::_inline_coerce_new_values"},{"name":"_is_root_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_is_root_type</b></p><p><br />Called 39 times from 2 places in 2 files<br />Inclusive time: 637&micro;s, 0.00%<br />Exclusive time: 416&micro;s, 0.00%</p>","incl_time":0.0006373,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_is_root_type","$color":3,"excl_time":0.000415899999998629,"$area":0.000415899999998629},"id":"7402-Moose::Meta::Method::Accessor::Native::Writer::_is_root_type"},{"name":"_writer_value_needs_copy","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_writer_value_needs_copy</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 150&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001505,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_writer_value_needs_copy","$color":3,"excl_time":1.34999999999463e-05,"$area":1.34999999999463e-05},"id":"7403-Moose::Meta::Method::Accessor::Native::Writer::_writer_value_needs_copy"},{"name":"_inline_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 1.01ms, 0.00%<br />Exclusive time: 211&micro;s, 0.00%</p>","incl_time":0.0010117,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value","$color":3,"excl_time":0.000210900000002064,"$area":0.000210900000002064},"id":"7404-Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value"},{"name":"_inline_capture_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::_inline_capture_return_value</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_capture_return_value","$color":3,"excl_time":2.26e-05,"$area":2.26e-05},"id":"7405-Moose::Meta::Method::Accessor::Native::Writer::_inline_capture_return_value"},{"name":"BEGIN@167","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Writer::BEGIN@167</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 212&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002122,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@167","$color":3,"excl_time":2.03000000000884e-05,"$area":2.03000000000884e-05},"id":"7406-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@167"}],"data":{"$area":0.00254969999999643},"id":"n7387"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_new</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 5.50ms, 0.01%</p>","incl_time":0.0054963,"subname":"Moose::Meta::Method::Accessor::Native::_new","$color":5,"excl_time":0.0054963,"$area":0.0054963},"id":"7407-Moose::Meta::Method::Accessor::Native::_new"},{"name":"_slot_access_can_be_inlined","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_slot_access_can_be_inlined</b></p><p><br />Called 87 times from 3 places in 2 files<br />Inclusive time: 1.80ms, 0.00%<br />Exclusive time: 541&micro;s, 0.00%</p>","incl_time":0.0017991,"subname":"Moose::Meta::Method::Accessor::Native::_slot_access_can_be_inlined","$color":5,"excl_time":0.000540500000001667,"$area":0.000540500000001667},"id":"7408-Moose::Meta::Method::Accessor::Native::_slot_access_can_be_inlined"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:125]","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:125]</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 2.77ms, 0.00%<br />Exclusive time: 232&micro;s, 0.00%</p>","incl_time":0.0027653,"subname":"Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:125]","$color":5,"excl_time":0.000232000000000372,"$area":0.000232000000000372},"id":"7409-Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:125]"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@12","$color":5,"excl_time":8.99999999994674e-06,"$area":8.99999999994674e-06},"id":"7410-Moose::Meta::Method::Accessor::Native::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@2","$color":5,"excl_time":1.16e-05,"$area":1.16e-05},"id":"7411-Moose::Meta::Method::Accessor::Native::BEGIN@2"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.23ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0032305,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@15","$color":5,"excl_time":1.37000000000912e-05,"$area":1.37000000000912e-05},"id":"7412-Moose::Meta::Method::Accessor::Native::BEGIN@15"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:156]","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:156]</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 5.72ms, 0.01%<br />Exclusive time: 356&micro;s, 0.00%</p>","incl_time":0.0057214,"subname":"Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:156]","$color":5,"excl_time":0.000356000000001257,"$area":0.000356000000001257},"id":"7413-Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:156]"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_minimum_arguments</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"Moose::Meta::Method::Accessor::Native::_minimum_arguments","$color":5,"excl_time":2.44e-05,"$area":2.44e-05},"id":"7414-Moose::Meta::Method::Accessor::Native::_minimum_arguments"},{"name":"root_types","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::root_types</b></p><p><br />Called 39 times from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"Moose::Meta::Method::Accessor::Native::root_types","$color":5,"excl_time":5.44e-05,"$area":5.44e-05},"id":"7415-Moose::Meta::Method::Accessor::Native::root_types"},{"name":"_inline_curried_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_inline_curried_arguments</b></p><p><br />Called 35 times from 2 places in 2 files<br />Inclusive time: 279&micro;s, 0.00%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":0.0002786,"subname":"Moose::Meta::Method::Accessor::Native::_inline_curried_arguments","$color":5,"excl_time":0.000228200000000327,"$area":0.000228200000000327},"id":"7416-Moose::Meta::Method::Accessor::Native::_inline_curried_arguments"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_maximum_arguments</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Moose::Meta::Method::Accessor::Native::_maximum_arguments","$color":5,"excl_time":1.38e-05,"$area":1.38e-05},"id":"7417-Moose::Meta::Method::Accessor::Native::_maximum_arguments"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@10","$color":5,"excl_time":9.69999999989823e-06,"$area":9.69999999989823e-06},"id":"7418-Moose::Meta::Method::Accessor::Native::BEGIN@10"},{"name":"BEGIN@164","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@164</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0003421,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@164","$color":5,"excl_time":2.21999999999604e-05,"$area":2.21999999999604e-05},"id":"7419-Moose::Meta::Method::Accessor::Native::BEGIN@164"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_initialize_body</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 39.1ms, 0.06%<br />Exclusive time: 679&micro;s, 0.00%</p>","incl_time":0.0391436,"subname":"Moose::Meta::Method::Accessor::Native::_initialize_body","$color":5,"excl_time":0.000679300000000437,"$area":0.000679300000000437},"id":"7420-Moose::Meta::Method::Accessor::Native::_initialize_body"},{"name":"_inline_check_argument_count","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_inline_check_argument_count</b></p><p><br />Called 35 times from 3 places in 3 files<br />Inclusive time: 5.48ms, 0.01%<br />Exclusive time: 723&micro;s, 0.00%</p>","incl_time":0.0054832,"subname":"Moose::Meta::Method::Accessor::Native::_inline_check_argument_count","$color":5,"excl_time":0.000722999999997787,"$area":0.000722999999997787},"id":"7421-Moose::Meta::Method::Accessor::Native::_inline_check_argument_count"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@9","$color":5,"excl_time":1.03000000000955e-05,"$area":1.03000000000955e-05},"id":"7422-Moose::Meta::Method::Accessor::Native::BEGIN@9"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@13","$color":5,"excl_time":1.22000000001069e-05,"$area":1.22000000001069e-05},"id":"7423-Moose::Meta::Method::Accessor::Native::BEGIN@13"},{"name":"_inline_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::_inline_return_value</b></p><p><br />Called 35 times from 2 places in 2 files<br />Inclusive time: 330&micro;s, 0.00%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":0.0003297,"subname":"Moose::Meta::Method::Accessor::Native::_inline_return_value","$color":5,"excl_time":0.000227699999999953,"$area":0.000227699999999953},"id":"7424-Moose::Meta::Method::Accessor::Native::_inline_return_value"},{"name":"::Array","children":[{"name":"::Writer","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@9","$color":7,"excl_time":9.29999999989648e-06,"$area":9.29999999989648e-06},"id":"7427-Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0027121,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@12","$color":7,"excl_time":8.39999999991325e-06,"$area":8.39999999991325e-06},"id":"7428-Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@10","$color":7,"excl_time":7.99999999997962e-06,"$area":7.99999999997962e-06},"id":"7429-Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@2","$color":7,"excl_time":1.09e-05,"$area":1.09e-05},"id":"7430-Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@2"},{"name":"_new_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::Writer::_new_members</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::_new_members","$color":7,"excl_time":6.9e-06,"$area":6.9e-06},"id":"7431-Moose::Meta::Method::Accessor::Native::Array::Writer::_new_members"}],"data":{"$area":4.34999999997894e-05},"id":"n7426"},{"name":"_inline_check_var_is_valid_index","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::_inline_check_var_is_valid_index</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001357,"subname":"Moose::Meta::Method::Accessor::Native::Array::_inline_check_var_is_valid_index","$color":9,"excl_time":1.43000000001728e-05,"$area":1.43000000001728e-05},"id":"7432-Moose::Meta::Method::Accessor::Native::Array::_inline_check_var_is_valid_index"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@10","$color":9,"excl_time":9.2999999999805e-06,"$area":9.2999999999805e-06},"id":"7433-Moose::Meta::Method::Accessor::Native::Array::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@9","$color":9,"excl_time":9.99999999997875e-06,"$area":9.99999999997875e-06},"id":"7434-Moose::Meta::Method::Accessor::Native::Array::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":7.68e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@14","$color":9,"excl_time":1.8400000000097e-05,"$area":1.8400000000097e-05},"id":"7435-Moose::Meta::Method::Accessor::Native::Array::BEGIN@14"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@2","$color":9,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7436-Moose::Meta::Method::Accessor::Native::Array::BEGIN@2"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 222&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002219,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@30","$color":9,"excl_time":1.56999999999548e-05,"$area":1.56999999999548e-05},"id":"7437-Moose::Meta::Method::Accessor::Native::Array::BEGIN@30"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.38ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0053796,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@12","$color":9,"excl_time":1.30999999999482e-05,"$area":1.30999999999482e-05},"id":"7438-Moose::Meta::Method::Accessor::Native::Array::BEGIN@12"},{"name":"::count","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@2","$color":0,"excl_time":1.35e-05,"$area":1.35e-05},"id":"7440-Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.86ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0028637,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@12","$color":0,"excl_time":1.00000000000408e-05,"$area":1.00000000000408e-05},"id":"7441-Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@10","$color":0,"excl_time":9.69999999996899e-06,"$area":9.69999999996899e-06},"id":"7442-Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@10"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001204,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@26","$color":0,"excl_time":8.89999999995788e-06,"$area":8.89999999995788e-06},"id":"7443-Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@26"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::_maximum_arguments</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::_maximum_arguments","$color":0,"excl_time":5e-06,"$area":5e-06},"id":"7444-Moose::Meta::Method::Accessor::Native::Array::count::_maximum_arguments"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@9","$color":0,"excl_time":1.01999999999787e-05,"$area":1.01999999999787e-05},"id":"7445-Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@9"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::count::_return_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::_return_value","$color":0,"excl_time":1.12e-05,"$area":1.12e-05},"id":"7446-Moose::Meta::Method::Accessor::Native::Array::count::_return_value"}],"data":{"$area":6.84999999999464e-05},"id":"n7439"},{"name":"::push","children":[{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::_potential_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_potential_value","$color":2,"excl_time":1.41e-05,"$area":1.41e-05},"id":"7448-Moose::Meta::Method::Accessor::Native::Array::push::_potential_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@10","$color":2,"excl_time":9.59999999991061e-06,"$area":9.59999999991061e-06},"id":"7449-Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@10"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::_return_value</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_return_value","$color":2,"excl_time":2.48e-05,"$area":2.48e-05},"id":"7450-Moose::Meta::Method::Accessor::Native::Array::push::_return_value"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@2","$color":2,"excl_time":1.6e-05,"$area":1.6e-05},"id":"7451-Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@2"},{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::_inline_optimized_set_new_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_inline_optimized_set_new_value","$color":2,"excl_time":1.52e-05,"$area":1.52e-05},"id":"7452-Moose::Meta::Method::Accessor::Native::Array::push::_inline_optimized_set_new_value"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@9","$color":2,"excl_time":1.10000000000256e-05,"$area":1.10000000000256e-05},"id":"7453-Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.27ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.003273,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@12","$color":2,"excl_time":1.86999999999566e-05,"$area":1.86999999999566e-05},"id":"7454-Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@12"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 139&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001387,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@46","$color":2,"excl_time":1.18999999999065e-05,"$area":1.18999999999065e-05},"id":"7455-Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@46"},{"name":"_adds_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::push::_adds_members</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_adds_members","$color":2,"excl_time":5.5e-06,"$area":5.5e-06},"id":"7456-Moose::Meta::Method::Accessor::Native::Array::push::_adds_members"}],"data":{"$area":0.000126799999999799},"id":"n7447"},{"name":"::elements","children":[{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::_return_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::_return_value","$color":4,"excl_time":1.71e-05,"$area":1.71e-05},"id":"7458-Moose::Meta::Method::Accessor::Native::Array::elements::_return_value"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.22ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0032238,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@12","$color":4,"excl_time":1.11000000000429e-05,"$area":1.11000000000429e-05},"id":"7459-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@9","$color":4,"excl_time":1.62999999998974e-05,"$area":1.62999999998974e-05},"id":"7460-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@9"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"7461-Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10","$color":4,"excl_time":1.73999999999929e-05,"$area":1.73999999999929e-05},"id":"7462-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001261,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@26","$color":4,"excl_time":1.0099999999995e-05,"$area":1.0099999999995e-05},"id":"7463-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@26"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@2","$color":4,"excl_time":1.62e-05,"$area":1.62e-05},"id":"7464-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@2"}],"data":{"$area":9.43999999999281e-05},"id":"n7457"},{"name":"::get","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@10","$color":6,"excl_time":9.79999999988673e-06,"$area":9.79999999988673e-06},"id":"7466-Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@10"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::_return_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_return_value","$color":6,"excl_time":3.3e-06,"$area":3.3e-06},"id":"7467-Moose::Meta::Method::Accessor::Native::Array::get::_return_value"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@9","$color":6,"excl_time":1.12000000000955e-05,"$area":1.12000000000955e-05},"id":"7468-Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@2","$color":6,"excl_time":1.29e-05,"$area":1.29e-05},"id":"7469-Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@2"},{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::_inline_check_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001417,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_inline_check_arguments","$color":6,"excl_time":6.00000000003915e-06,"$area":6.00000000003915e-06},"id":"7470-Moose::Meta::Method::Accessor::Native::Array::get::_inline_check_arguments"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@12","$color":6,"excl_time":1.09000000001884e-05,"$area":1.09000000001884e-05},"id":"7471-Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@12"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::_minimum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_minimum_arguments","$color":6,"excl_time":1.7e-06,"$area":1.7e-06},"id":"7472-Moose::Meta::Method::Accessor::Native::Array::get::_minimum_arguments"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0027997,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@14","$color":6,"excl_time":1.07000000000696e-05,"$area":1.07000000000696e-05},"id":"7473-Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@14"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::get::_maximum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_maximum_arguments","$color":6,"excl_time":1.7e-06,"$area":1.7e-06},"id":"7474-Moose::Meta::Method::Accessor::Native::Array::get::_maximum_arguments"}],"data":{"$area":6.82000000002794e-05},"id":"n7465"},{"name":"::clear","children":[{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::_return_value</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_return_value","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"7476-Moose::Meta::Method::Accessor::Native::Array::clear::_return_value"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001233,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@39","$color":8,"excl_time":9.49999999994727e-06,"$area":9.49999999994727e-06},"id":"7477-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@39"},{"name":"_adds_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::_adds_members</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_adds_members","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"7478-Moose::Meta::Method::Accessor::Native::Array::clear::_adds_members"},{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::_inline_optimized_set_new_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_inline_optimized_set_new_value","$color":8,"excl_time":1.36e-05,"$area":1.36e-05},"id":"7479-Moose::Meta::Method::Accessor::Native::Array::clear::_inline_optimized_set_new_value"},{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::_potential_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_potential_value","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"7480-Moose::Meta::Method::Accessor::Native::Array::clear::_potential_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@10","$color":8,"excl_time":9.60000000001588e-06,"$area":9.60000000001588e-06},"id":"7481-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@2","$color":8,"excl_time":1.38e-05,"$area":1.38e-05},"id":"7482-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@9","$color":8,"excl_time":1.05999999999204e-05,"$area":1.05999999999204e-05},"id":"7483-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@9"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::_maximum_arguments</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_maximum_arguments","$color":8,"excl_time":5e-06,"$area":5e-06},"id":"7484-Moose::Meta::Method::Accessor::Native::Array::clear::_maximum_arguments"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.09ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0030874,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@12","$color":8,"excl_time":1.099999999991e-05,"$area":1.099999999991e-05},"id":"7485-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@12"}],"data":{"$area":9.09999999997935e-05},"id":"n7475"}],"data":{"$area":0.000586399999999668},"id":"n7425"},{"name":"::Counter","children":[{"name":"::inc","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@10","$color":10,"excl_time":9.49999999981684e-06,"$area":9.49999999981684e-06},"id":"7488-Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@9","$color":10,"excl_time":1.03000000000256e-05,"$area":1.03000000000256e-05},"id":"7489-Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@9"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::_maximum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_maximum_arguments","$color":10,"excl_time":1.4e-06,"$area":1.4e-06},"id":"7490-Moose::Meta::Method::Accessor::Native::Counter::inc::_maximum_arguments"},{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::_inline_optimized_set_new_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_inline_optimized_set_new_value","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"7491-Moose::Meta::Method::Accessor::Native::Counter::inc::_inline_optimized_set_new_value"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@2","$color":10,"excl_time":1.24e-05,"$area":1.24e-05},"id":"7492-Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@2"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::_minimum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_minimum_arguments","$color":10,"excl_time":1.6e-06,"$area":1.6e-06},"id":"7493-Moose::Meta::Method::Accessor::Native::Counter::inc::_minimum_arguments"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.94ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0029352,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@12","$color":10,"excl_time":1.06999999997812e-05,"$area":1.06999999997812e-05},"id":"7494-Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@12"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001282,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@41","$color":10,"excl_time":1.4599999999842e-05,"$area":1.4599999999842e-05},"id":"7495-Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@41"},{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::inc::_potential_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_potential_value","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"7496-Moose::Meta::Method::Accessor::Native::Counter::inc::_potential_value"}],"data":{"$area":6.87999999994656e-05},"id":"n7487"},{"name":"::dec","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@2","$color":1,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7498-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@2"},{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::_inline_optimized_set_new_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_inline_optimized_set_new_value","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"7499-Moose::Meta::Method::Accessor::Native::Counter::dec::_inline_optimized_set_new_value"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0027974,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@12","$color":1,"excl_time":1.24000000001848e-05,"$area":1.24000000001848e-05},"id":"7500-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@12"},{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::_potential_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_potential_value","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"7501-Moose::Meta::Method::Accessor::Native::Counter::dec::_potential_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@10","$color":1,"excl_time":9.29999999979383e-06,"$area":9.29999999979383e-06},"id":"7502-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@9","$color":1,"excl_time":1.07000000000955e-05,"$area":1.07000000000955e-05},"id":"7503-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@9"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::_minimum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_minimum_arguments","$color":1,"excl_time":1.5e-06,"$area":1.5e-06},"id":"7504-Moose::Meta::Method::Accessor::Native::Counter::dec::_minimum_arguments"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::_maximum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_maximum_arguments","$color":1,"excl_time":1.6e-06,"$area":1.6e-06},"id":"7505-Moose::Meta::Method::Accessor::Native::Counter::dec::_maximum_arguments"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000124,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@41","$color":1,"excl_time":9.29999999986584e-06,"$area":9.29999999986584e-06},"id":"7506-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@41"}],"data":{"$area":6.669999999994e-05},"id":"n7497"}],"data":{"$area":0.000135499999999406},"id":"n7486"},{"name":"::Hash","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0025043,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@12","$color":3,"excl_time":7.59999999998175e-06,"$area":7.59999999998175e-06},"id":"7508-Moose::Meta::Method::Accessor::Native::Hash::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@2","$color":3,"excl_time":1.13e-05,"$area":1.13e-05},"id":"7509-Moose::Meta::Method::Accessor::Native::Hash::BEGIN@2"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001116,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@28","$color":3,"excl_time":8.29999999986061e-06,"$area":8.29999999986061e-06},"id":"7510-Moose::Meta::Method::Accessor::Native::Hash::BEGIN@28"},{"name":"_inline_check_var_is_valid_key","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::_inline_check_var_is_valid_key</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 804&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0008042,"subname":"Moose::Meta::Method::Accessor::Native::Hash::_inline_check_var_is_valid_key","$color":3,"excl_time":6.06999999995478e-05,"$area":6.06999999995478e-05},"id":"7511-Moose::Meta::Method::Accessor::Native::Hash::_inline_check_var_is_valid_key"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@9","$color":3,"excl_time":9.10000000007164e-06,"$area":9.10000000007164e-06},"id":"7512-Moose::Meta::Method::Accessor::Native::Hash::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@10","$color":3,"excl_time":7.30000000016628e-06,"$area":7.30000000016628e-06},"id":"7513-Moose::Meta::Method::Accessor::Native::Hash::BEGIN@10"},{"name":"::values","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.14ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0041354,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@14","$color":5,"excl_time":1.6599999999911e-05,"$area":1.6599999999911e-05},"id":"7515-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@14"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::_return_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::_return_value","$color":5,"excl_time":1.04e-05,"$area":1.04e-05},"id":"7516-Moose::Meta::Method::Accessor::Native::Hash::values::_return_value"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12","$color":5,"excl_time":1.57000000001713e-05,"$area":1.57000000001713e-05},"id":"7517-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 198&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001977,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@28","$color":5,"excl_time":1.48000000000141e-05,"$area":1.48000000000141e-05},"id":"7518-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@28"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@9","$color":5,"excl_time":1.7899999999793e-05,"$area":1.7899999999793e-05},"id":"7519-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@2","$color":5,"excl_time":2.31e-05,"$area":2.31e-05},"id":"7520-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@2"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments","$color":5,"excl_time":6.3e-06,"$area":6.3e-06},"id":"7521-Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@10","$color":5,"excl_time":1.54999999998425e-05,"$area":1.54999999998425e-05},"id":"7522-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@10"}],"data":{"$area":0.000120299999999732},"id":"n7514"},{"name":"::keys","children":[{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001234,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@28","$color":7,"excl_time":1.00999999997951e-05,"$area":1.00999999997951e-05},"id":"7524-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@28"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12","$color":7,"excl_time":9.09999999990073e-06,"$area":9.09999999990073e-06},"id":"7525-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@10","$color":7,"excl_time":9.10000000009727e-06,"$area":9.10000000009727e-06},"id":"7526-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@10"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments","$color":7,"excl_time":1.5e-06,"$area":1.5e-06},"id":"7527-Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@9","$color":7,"excl_time":1.13999999999787e-05,"$area":1.13999999999787e-05},"id":"7528-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@9"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"7529-Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@2","$color":7,"excl_time":1.39e-05,"$area":1.39e-05},"id":"7530-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@2"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.00ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0029974,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@14","$color":7,"excl_time":1.06000000000437e-05,"$area":1.06000000000437e-05},"id":"7531-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@14"}],"data":{"$area":6.91999999998156e-05},"id":"n7523"},{"name":"::Writer","children":[{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001143,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@31","$color":9,"excl_time":8.29999999983847e-06,"$area":8.29999999983847e-06},"id":"7533-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@31"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@12","$color":9,"excl_time":1.26000000001884e-05,"$area":1.26000000001884e-05},"id":"7534-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@2","$color":9,"excl_time":1.14e-05,"$area":1.14e-05},"id":"7535-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@10","$color":9,"excl_time":7.49999999997962e-06,"$area":7.49999999997962e-06},"id":"7536-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@9","$color":9,"excl_time":9.80000000000175e-06,"$area":9.80000000000175e-06},"id":"7537-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.63ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026314,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@14","$color":9,"excl_time":8.79999999996986e-06,"$area":8.79999999996986e-06},"id":"7538-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@14"}],"data":{"$area":5.83999999999781e-05},"id":"n7532"},{"name":"::delete","children":[{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::_inline_optimized_set_new_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_inline_optimized_set_new_value","$color":0,"excl_time":1.63e-05,"$area":1.63e-05},"id":"7540-Moose::Meta::Method::Accessor::Native::Hash::delete::_inline_optimized_set_new_value"},{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::_potential_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_potential_value","$color":0,"excl_time":1.71e-05,"$area":1.71e-05},"id":"7541-Moose::Meta::Method::Accessor::Native::Hash::delete::_potential_value"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@10","$color":0,"excl_time":1.35999999998407e-05,"$area":1.35999999998407e-05},"id":"7542-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@2","$color":0,"excl_time":1.39e-05,"$area":1.39e-05},"id":"7543-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@2"},{"name":"_adds_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::_adds_members</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_adds_members","$color":0,"excl_time":3.2e-06,"$area":3.2e-06},"id":"7544-Moose::Meta::Method::Accessor::Native::Hash::delete::_adds_members"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.97ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0029741,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@12","$color":0,"excl_time":1.00000000001969e-05,"$area":1.00000000001969e-05},"id":"7545-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@12"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::_return_value</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_return_value","$color":0,"excl_time":1.95e-05,"$area":1.95e-05},"id":"7546-Moose::Meta::Method::Accessor::Native::Hash::delete::_return_value"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@9","$color":0,"excl_time":1.19999999998151e-05,"$area":1.19999999998151e-05},"id":"7547-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@9"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001239,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@50","$color":0,"excl_time":9.00000000019315e-06,"$area":9.00000000019315e-06},"id":"7548-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@50"}],"data":{"$area":0.000114600000000046},"id":"n7539"},{"name":"::get","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.72ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0047151,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@14","$color":2,"excl_time":1.04999999998301e-05,"$area":1.04999999998301e-05},"id":"7550-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@14"},{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::_inline_check_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 563&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0005627,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_inline_check_arguments","$color":2,"excl_time":2.23000000002256e-05,"$area":2.23000000002256e-05},"id":"7551-Moose::Meta::Method::Accessor::Native::Hash::get::_inline_check_arguments"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::_return_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_return_value","$color":2,"excl_time":1.68e-05,"$area":1.68e-05},"id":"7552-Moose::Meta::Method::Accessor::Native::Hash::get::_return_value"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@12","$color":2,"excl_time":9.90000000006439e-06,"$area":9.90000000006439e-06},"id":"7553-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@12"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 125&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001249,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@47","$color":2,"excl_time":9.69999999979597e-06,"$area":9.69999999979597e-06},"id":"7554-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@47"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::_minimum_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_minimum_arguments","$color":2,"excl_time":7.1e-06,"$area":7.1e-06},"id":"7555-Moose::Meta::Method::Accessor::Native::Hash::get::_minimum_arguments"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@2","$color":2,"excl_time":1.26e-05,"$area":1.26e-05},"id":"7556-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@9","$color":2,"excl_time":1.33000000000256e-05,"$area":1.33000000000256e-05},"id":"7557-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@10","$color":2,"excl_time":8.99999999981684e-06,"$area":8.99999999981684e-06},"id":"7558-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@10"}],"data":{"$area":0.000111199999999759},"id":"n7549"},{"name":"::exists","children":[{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001492,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@44","$color":4,"excl_time":1.07000000001807e-05,"$area":1.07000000001807e-05},"id":"7560-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@44"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::_maximum_arguments</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_maximum_arguments","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"7561-Moose::Meta::Method::Accessor::Native::Hash::exists::_maximum_arguments"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.69ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0046934,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@14","$color":4,"excl_time":1.20000000000528e-05,"$area":1.20000000000528e-05},"id":"7562-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@14"},{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::_inline_check_arguments</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 275&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0002754,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_inline_check_arguments","$color":4,"excl_time":1.15999999996307e-05,"$area":1.15999999996307e-05},"id":"7563-Moose::Meta::Method::Accessor::Native::Hash::exists::_inline_check_arguments"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@12","$color":4,"excl_time":1.06000000001855e-05,"$area":1.06000000001855e-05},"id":"7564-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@9","$color":4,"excl_time":1.49000000001663e-05,"$area":1.49000000001663e-05},"id":"7565-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@2","$color":4,"excl_time":1.35e-05,"$area":1.35e-05},"id":"7566-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@10","$color":4,"excl_time":9.59999999979384e-06,"$area":9.59999999979384e-06},"id":"7567-Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@10"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::_minimum_arguments</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_minimum_arguments","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"7568-Moose::Meta::Method::Accessor::Native::Hash::exists::_minimum_arguments"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::exists::_return_value</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_return_value","$color":4,"excl_time":7.4e-06,"$area":7.4e-06},"id":"7569-Moose::Meta::Method::Accessor::Native::Hash::exists::_return_value"}],"data":{"$area":9.85000000000098e-05},"id":"n7559"},{"name":"::set","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@9","$color":6,"excl_time":1.49999999998859e-05,"$area":1.49999999998859e-05},"id":"7571-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@12","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"7572-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@12"},{"name":"_inline_coerce_new_values","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_inline_coerce_new_values</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_coerce_new_values","$color":6,"excl_time":3.09000000004263e-05,"$area":3.09000000004263e-05},"id":"7573-Moose::Meta::Method::Accessor::Native::Hash::set::_inline_coerce_new_values"},{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_inline_check_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 584&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.000584,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_check_arguments","$color":6,"excl_time":4.04000000001336e-05,"$area":4.04000000001336e-05},"id":"7574-Moose::Meta::Method::Accessor::Native::Hash::set::_inline_check_arguments"},{"name":"_maximum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_maximum_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_maximum_arguments","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"7575-Moose::Meta::Method::Accessor::Native::Hash::set::_maximum_arguments"},{"name":"_potential_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_potential_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_potential_value","$color":6,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7576-Moose::Meta::Method::Accessor::Native::Hash::set::_potential_value"},{"name":"_inline_optimized_set_new_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_inline_optimized_set_new_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_optimized_set_new_value","$color":6,"excl_time":1.64e-05,"$area":1.64e-05},"id":"7577-Moose::Meta::Method::Accessor::Native::Hash::set::_inline_optimized_set_new_value"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@2","$color":6,"excl_time":2.33e-05,"$area":2.33e-05},"id":"7578-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@2"},{"name":"_new_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_new_members</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_new_members","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"7579-Moose::Meta::Method::Accessor::Native::Hash::set::_new_members"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.82ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0028242,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@15","$color":6,"excl_time":1.02000000001276e-05,"$area":1.02000000001276e-05},"id":"7580-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@15"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@13","$color":6,"excl_time":9.30000000002276e-06,"$area":9.30000000002276e-06},"id":"7581-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@13"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@10","$color":6,"excl_time":1.66000000000283e-05,"$area":1.66000000000283e-05},"id":"7582-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@10"},{"name":"BEGIN@124","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@124</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001227,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@124","$color":6,"excl_time":9.80000000002864e-06,"$area":9.80000000002864e-06},"id":"7583-Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@124"},{"name":"_return_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_return_value</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_return_value","$color":6,"excl_time":2.67e-05,"$area":2.67e-05},"id":"7584-Moose::Meta::Method::Accessor::Native::Hash::set::_return_value"},{"name":"_inline_process_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_inline_process_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_process_arguments","$color":6,"excl_time":1.64e-05,"$area":1.64e-05},"id":"7585-Moose::Meta::Method::Accessor::Native::Hash::set::_inline_process_arguments"},{"name":"_adds_members","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_adds_members</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_adds_members","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"7586-Moose::Meta::Method::Accessor::Native::Hash::set::_adds_members"},{"name":"_minimum_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Hash::set::_minimum_arguments</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_minimum_arguments","$color":6,"excl_time":6.7e-06,"$area":6.7e-06},"id":"7587-Moose::Meta::Method::Accessor::Native::Hash::set::_minimum_arguments"}],"data":{"$area":0.000254900000000653},"id":"n7570"}],"data":{"$area":0.000931399999999621},"id":"n7507"},{"name":"::Collection","children":[{"name":"_inline_check_member_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_inline_check_member_constraint</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.00%<br />Exclusive time: 147&micro;s, 0.00%</p>","incl_time":0.0015035,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_check_member_constraint","$color":8,"excl_time":0.000147200000000578,"$area":0.000147200000000578},"id":"7589-Moose::Meta::Method::Accessor::Native::Collection::_inline_check_member_constraint"},{"name":"_tc_member_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_tc_member_type</b></p><p><br />Called 25 times from 2 places in 1 file<br />Inclusive time: 798&micro;s, 0.00%<br />Exclusive time: 543&micro;s, 0.00%</p>","incl_time":0.0007978,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_tc_member_type","$color":8,"excl_time":0.000542599999995104,"$area":0.000542599999995104},"id":"7590-Moose::Meta::Method::Accessor::Native::Collection::_tc_member_type"},{"name":"_inline_get_old_value_for_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_inline_get_old_value_for_trigger</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 135&micro;s, 0.00%</p>","incl_time":0.0001878,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_get_old_value_for_trigger","$color":8,"excl_time":0.000134699999999639,"$area":0.000134699999999639},"id":"7591-Moose::Meta::Method::Accessor::Native::Collection::_inline_get_old_value_for_trigger"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@2","$color":8,"excl_time":2.4e-05,"$area":2.4e-05},"id":"7592-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@10","$color":8,"excl_time":3.3500000000076e-05,"$area":3.3500000000076e-05},"id":"7593-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@10"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_inline_tc_code</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 2.31ms, 0.00%<br />Exclusive time: 174&micro;s, 0.00%</p>","incl_time":0.0023113,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_tc_code","$color":8,"excl_time":0.000173999999999991,"$area":0.000173999999999991},"id":"7594-Moose::Meta::Method::Accessor::Native::Collection::_inline_tc_code"},{"name":"_check_new_members_only","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_check_new_members_only</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 369&micro;s, 0.00%<br />Exclusive time: 171&micro;s, 0.00%</p>","incl_time":0.0003688,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_check_new_members_only","$color":8,"excl_time":0.000170699999998911,"$area":0.000170699999998911},"id":"7595-Moose::Meta::Method::Accessor::Native::Collection::_check_new_members_only"},{"name":"BEGIN@167","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::BEGIN@167</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 177&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001767,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@167","$color":8,"excl_time":1.53999999999691e-05,"$area":1.53999999999691e-05},"id":"7596-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@167"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@9","$color":8,"excl_time":2.01999999999097e-05,"$area":2.01999999999097e-05},"id":"7597-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@9"},{"name":"_inline_coerce_new_values","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::_inline_coerce_new_values</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0001345,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_coerce_new_values","$color":8,"excl_time":0.000100100000001009,"$area":0.000100100000001009},"id":"7598-Moose::Meta::Method::Accessor::Native::Collection::_inline_coerce_new_values"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Collection::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.44ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.004436,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@12","$color":8,"excl_time":2.1500000000012e-05,"$area":2.1500000000012e-05},"id":"7599-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@12"}],"data":{"$area":0.0013838999999952},"id":"n7588"},{"name":"::Reader","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@10","$color":10,"excl_time":9.30000000007339e-06,"$area":9.30000000007339e-06},"id":"7601-Moose::Meta::Method::Accessor::Native::Reader::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@9","$color":10,"excl_time":9.50000000006014e-06,"$area":9.50000000006014e-06},"id":"7602-Moose::Meta::Method::Accessor::Native::Reader::BEGIN@9"},{"name":"_inline_reader_core","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::_inline_reader_core</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 5.41ms, 0.01%<br />Exclusive time: 328&micro;s, 0.00%</p>","incl_time":0.0054055,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_reader_core","$color":10,"excl_time":0.000327700000001533,"$area":0.000327700000001533},"id":"7603-Moose::Meta::Method::Accessor::Native::Reader::_inline_reader_core"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.37ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.003368,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@12","$color":10,"excl_time":9.3000000000636e-06,"$area":9.3000000000636e-06},"id":"7604-Moose::Meta::Method::Accessor::Native::Reader::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@2","$color":10,"excl_time":1.15e-05,"$area":1.15e-05},"id":"7605-Moose::Meta::Method::Accessor::Native::Reader::BEGIN@2"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001282,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@50","$color":10,"excl_time":1.0599999999949e-05,"$area":1.0599999999949e-05},"id":"7606-Moose::Meta::Method::Accessor::Native::Reader::BEGIN@50"},{"name":"_inline_process_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::_inline_process_arguments</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_process_arguments","$color":10,"excl_time":2.33e-05,"$area":2.33e-05},"id":"7607-Moose::Meta::Method::Accessor::Native::Reader::_inline_process_arguments"},{"name":"_generate_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::_generate_method</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 6.99ms, 0.01%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0069932,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_generate_method","$color":10,"excl_time":0.000252400000000231,"$area":0.000252400000000231},"id":"7608-Moose::Meta::Method::Accessor::Native::Reader::_generate_method"},{"name":"_inline_check_arguments","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::Native::Reader::_inline_check_arguments</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_check_arguments","$color":10,"excl_time":1.36e-05,"$area":1.36e-05},"id":"7609-Moose::Meta::Method::Accessor::Native::Reader::_inline_check_arguments"}],"data":{"$area":0.00066720000000191},"id":"n7600"}],"data":{"$area":0.0149183999999941},"id":"n7386"}],"data":{"$area":0.0555930999997589},"id":"n7363"}],"data":{"$area":0.131992799999687},"id":"n7295"},{"name":"::Mixin","children":[{"name":"::AttributeCore","children":[{"name":"has_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::has_trigger</b></p><p><br />Called 2466 times from 9 places in 3 files<br />Inclusive time: 4.15ms, 0.01%<br />Exclusive time: 3.98ms, 0.01%</p>","incl_time":0.0041479,"subname":"Moose::Meta::Mixin::AttributeCore::has_trigger","$color":1,"excl_time":0.00398119999999993,"$area":0.00398119999999993},"id":"7612-Moose::Meta::Mixin::AttributeCore::has_trigger"},{"name":"is_weak_ref","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::is_weak_ref</b></p><p><br />Called 986 times from 4 places in 1 file<br />Inclusive time: 1.95ms, 0.00%<br />Exclusive time: 1.90ms, 0.00%</p>","incl_time":0.00195429999999999,"subname":"Moose::Meta::Mixin::AttributeCore::is_weak_ref","$color":1,"excl_time":0.00190180000000004,"$area":0.00190180000000004},"id":"7613-Moose::Meta::Mixin::AttributeCore::is_weak_ref"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.53e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@12","$color":1,"excl_time":8.00000000000763e-06,"$area":8.00000000000763e-06},"id":"7614-Moose::Meta::Mixin::AttributeCore::BEGIN@12"},{"name":"is_required","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::is_required</b></p><p><br />Called 776 times from 4 places in 2 files<br />Inclusive time: 1.61ms, 0.00%<br />Exclusive time: 1.54ms, 0.00%</p>","incl_time":0.0016075,"subname":"Moose::Meta::Mixin::AttributeCore::is_required","$color":1,"excl_time":0.00154309999999998,"$area":0.00154309999999998},"id":"7615-Moose::Meta::Mixin::AttributeCore::is_required"},{"name":"is_lazy","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::is_lazy</b></p><p><br />Called 1278 times from 4 places in 2 files<br />Inclusive time: 2.68ms, 0.00%<br />Exclusive time: 2.59ms, 0.00%</p>","incl_time":0.0026817,"subname":"Moose::Meta::Mixin::AttributeCore::is_lazy","$color":1,"excl_time":0.00258640000000003,"$area":0.00258640000000003},"id":"7616-Moose::Meta::Mixin::AttributeCore::is_lazy"},{"name":"type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::type_constraint</b></p><p><br />Called 2740 times from 11 places in 4 files<br />Inclusive time: 4.54ms, 0.01%</p>","incl_time":0.00453909999999999,"subname":"Moose::Meta::Mixin::AttributeCore::type_constraint","$color":1,"excl_time":0.00453909999999999,"$area":0.00453909999999999},"id":"7617-Moose::Meta::Mixin::AttributeCore::type_constraint"},{"name":"should_auto_deref","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::should_auto_deref</b></p><p><br />Called 533 times from 2 places in 1 file<br />Inclusive time: 1.13ms, 0.00%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0011268,"subname":"Moose::Meta::Mixin::AttributeCore::should_auto_deref","$color":1,"excl_time":0.00107099999999995,"$area":0.00107099999999995},"id":"7618-Moose::Meta::Mixin::AttributeCore::should_auto_deref"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@2","$color":1,"excl_time":1.06e-05,"$area":1.06e-05},"id":"7619-Moose::Meta::Mixin::AttributeCore::BEGIN@2"},{"name":"should_coerce","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::should_coerce</b></p><p><br />Called 1891 times from 7 places in 4 files<br />Inclusive time: 3.13ms, 0.00%<br />Exclusive time: 3.01ms, 0.00%</p>","incl_time":0.00313490000000001,"subname":"Moose::Meta::Mixin::AttributeCore::should_coerce","$color":1,"excl_time":0.00300840000000003,"$area":0.00300840000000003},"id":"7620-Moose::Meta::Mixin::AttributeCore::should_coerce"},{"name":"_is_metadata","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::_is_metadata</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Moose::Meta::Mixin::AttributeCore::_is_metadata","$color":1,"excl_time":5.4e-06,"$area":5.4e-06},"id":"7621-Moose::Meta::Mixin::AttributeCore::_is_metadata"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@10","$color":1,"excl_time":8.09999999999487e-06,"$area":8.09999999999487e-06},"id":"7622-Moose::Meta::Mixin::AttributeCore::BEGIN@10"},{"name":"handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::handles</b></p><p><br />Called 57 times from 2 places in 2 files<br />Inclusive time: 155&micro;s, 0.00%</p>","incl_time":0.0001551,"subname":"Moose::Meta::Mixin::AttributeCore::handles","$color":1,"excl_time":0.0001551,"$area":0.0001551},"id":"7623-Moose::Meta::Mixin::AttributeCore::handles"},{"name":"_isa_metadata","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::_isa_metadata</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Meta::Mixin::AttributeCore::_isa_metadata","$color":1,"excl_time":1.31e-05,"$area":1.31e-05},"id":"7624-Moose::Meta::Mixin::AttributeCore::_isa_metadata"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@9","$color":1,"excl_time":9.5999999999845e-06,"$area":9.5999999999845e-06},"id":"7625-Moose::Meta::Mixin::AttributeCore::BEGIN@9"},{"name":"has_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::has_type_constraint</b></p><p><br />Called 2066 times from 7 places in 2 files<br />Inclusive time: 3.61ms, 0.01%<br />Exclusive time: 3.51ms, 0.00%</p>","incl_time":0.0036123,"subname":"Moose::Meta::Mixin::AttributeCore::has_type_constraint","$color":1,"excl_time":0.00351040000000002,"$area":0.00351040000000002},"id":"7626-Moose::Meta::Mixin::AttributeCore::has_type_constraint"},{"name":"has_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::has_handles</b></p><p><br />Called 539 times from 2 places in 1 file<br />Inclusive time: 1.31ms, 0.00%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0013053,"subname":"Moose::Meta::Mixin::AttributeCore::has_handles","$color":1,"excl_time":0.0012221,"$area":0.0012221},"id":"7627-Moose::Meta::Mixin::AttributeCore::has_handles"}],"data":{"$area":0.0235733999999999},"id":"n7611"}],"data":{"$area":0.0235733999999999},"id":"n7610"},{"name":"::Instance","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Instance::BEGIN@11","$color":3,"excl_time":8.30000000000063e-06,"$area":8.30000000000063e-06},"id":"7629-Moose::Meta::Instance::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::Instance::BEGIN@10","$color":3,"excl_time":9.89999999997587e-06,"$area":9.89999999997587e-06},"id":"7630-Moose::Meta::Instance::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.52e-05,"subname":"Moose::Meta::Instance::BEGIN@15","$color":3,"excl_time":8.00000000001051e-06,"$area":8.00000000001051e-06},"id":"7631-Moose::Meta::Instance::BEGIN@15"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Moose::Meta::Instance::BEGIN@13","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"7632-Moose::Meta::Instance::BEGIN@13"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::_new</b></p><p><br />Called 550 times from 1 place in 1 file<br />Inclusive time: 7.81ms, 0.01%<br />Exclusive time: 7.51ms, 0.01%</p>","incl_time":0.0078144,"subname":"Moose::Meta::Instance::_new","$color":3,"excl_time":0.00751040000005809,"$area":0.00751040000005809},"id":"7633-Moose::Meta::Instance::_new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Moose::Meta::Instance::BEGIN@3","$color":3,"excl_time":1.07e-05,"$area":1.07e-05},"id":"7634-Moose::Meta::Instance::BEGIN@3"}],"data":{"$area":0.00755260000005808},"id":"n7628"},{"name":"::TypeCoercion","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 97.2ms, 0.14%<br />Exclusive time: 5.72ms, 0.01%</p>","incl_time":0.0971981,"subname":"Moose::Meta::TypeCoercion::BEGIN@14","$color":5,"excl_time":0.00571819999999996,"$area":0.00571819999999996},"id":"7636-Moose::Meta::TypeCoercion::BEGIN@14"},{"name":"compile_type_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::compile_type_coercion</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 953&micro;s, 0.00%<br />Exclusive time: 278&micro;s, 0.00%</p>","incl_time":0.0009528,"subname":"Moose::Meta::TypeCoercion::compile_type_coercion","$color":5,"excl_time":0.000277599999993018,"$area":0.000277599999993018},"id":"7637-Moose::Meta::TypeCoercion::compile_type_coercion"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@11","$color":5,"excl_time":8.49999999999487e-06,"$area":8.49999999999487e-06},"id":"7638-Moose::Meta::TypeCoercion::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Moose::Meta::TypeCoercion::BEGIN@15","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"7639-Moose::Meta::TypeCoercion::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@10","$color":5,"excl_time":1.06000000000123e-05,"$area":1.06000000000123e-05},"id":"7640-Moose::Meta::TypeCoercion::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:19]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:19]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:19]","$color":5,"excl_time":7e-06,"$area":7e-06},"id":"7641-Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:19]"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::new</b></p><p><br />Called 12 times from 2 places in 2 files<br />Inclusive time: 4.30ms, 0.01%<br />Exclusive time: 147&micro;s, 0.00%</p>","incl_time":0.0042977,"subname":"Moose::Meta::TypeCoercion::new","$color":5,"excl_time":0.000147400000007276,"$area":0.000147400000007276},"id":"7642-Moose::Meta::TypeCoercion::new"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 589&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0005886,"subname":"Moose::Meta::TypeCoercion::BEGIN@12","$color":5,"excl_time":7.29999999999318e-06,"$area":7.29999999999318e-06},"id":"7643-Moose::Meta::TypeCoercion::BEGIN@12"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:72]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:72]</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 321ms, 0.45%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.3209582,"subname":"Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:72]","$color":5,"excl_time":2.92999999996058e-05,"$area":2.92999999996058e-05},"id":"7644-Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:72]"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::meta</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"Moose::Meta::TypeCoercion::meta","$color":5,"excl_time":3.36999999998552e-05,"$area":3.36999999998552e-05},"id":"7645-Moose::Meta::TypeCoercion::meta"},{"name":"_compiled_type_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::_compiled_type_coercion</b></p><p><br />Called 40 times from 4 places in 3 files<br />Inclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001137,"subname":"Moose::Meta::TypeCoercion::_compiled_type_coercion","$color":5,"excl_time":0.0001137,"$area":0.0001137},"id":"7646-Moose::Meta::TypeCoercion::_compiled_type_coercion"},{"name":"type_coercion_map","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::type_coercion_map</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"Moose::Meta::TypeCoercion::type_coercion_map","$color":5,"excl_time":3.12e-05,"$area":3.12e-05},"id":"7647-Moose::Meta::TypeCoercion::type_coercion_map"},{"name":"coerce","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::coerce</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6e-05,"subname":"Moose::Meta::TypeCoercion::coerce","$color":5,"excl_time":8.49999999990686e-06,"$area":8.49999999990686e-06},"id":"7648-Moose::Meta::TypeCoercion::coerce"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@3","$color":5,"excl_time":1.21e-05,"$area":1.21e-05},"id":"7649-Moose::Meta::TypeCoercion::BEGIN@3"},{"name":"::Union","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@14","$color":7,"excl_time":7.9000000000035e-06,"$area":7.9000000000035e-06},"id":"7651-Moose::Meta::TypeCoercion::Union::BEGIN@14"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@3","$color":7,"excl_time":1.09e-05,"$area":1.09e-05},"id":"7652-Moose::Meta::TypeCoercion::Union::BEGIN@3"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@10","$color":7,"excl_time":8.89999999999412e-06,"$area":8.89999999999412e-06},"id":"7653-Moose::Meta::TypeCoercion::Union::BEGIN@10"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.49e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@16","$color":7,"excl_time":6.89999999999751e-06,"$area":6.89999999999751e-06},"id":"7654-Moose::Meta::TypeCoercion::Union::BEGIN@16"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Moose::Meta::TypeCoercion::Union::meta","$color":7,"excl_time":6.60000000000838e-06,"$area":6.60000000000838e-06},"id":"7655-Moose::Meta::TypeCoercion::Union::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 460&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0004596,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@12","$color":7,"excl_time":6.89999999999963e-06,"$area":6.89999999999963e-06},"id":"7656-Moose::Meta::TypeCoercion::Union::BEGIN@12"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@11","$color":7,"excl_time":1.22999999999967e-05,"$area":1.22999999999967e-05},"id":"7657-Moose::Meta::TypeCoercion::Union::BEGIN@11"}],"data":{"$area":6.03999999999999e-05},"id":"n7650"}],"data":{"$area":0.00647099999999963},"id":"n7635"},{"name":"::Attribute","children":[{"name":"get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::get_value</b></p><p><br />Called 21 times from 3 places in 3 files<br />Inclusive time: 1.03s, 1.44%<br />Exclusive time: 786&micro;s, 0.00%</p>","incl_time":1.0251282,"subname":"Moose::Meta::Attribute::get_value","$color":9,"excl_time":0.000786099999956338,"$area":0.000786099999956338},"id":"7659-Moose::Meta::Attribute::get_value"},{"name":"_auto_deref","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_auto_deref</b></p><p><br />Called 512 times from 1 place in 1 file<br />Inclusive time: 4.57ms, 0.01%<br />Exclusive time: 2.46ms, 0.00%</p>","incl_time":0.0045663,"subname":"Moose::Meta::Attribute::_auto_deref","$color":9,"excl_time":0.00245689999998963,"$area":0.00245689999998963},"id":"7660-Moose::Meta::Attribute::_auto_deref"},{"name":"clone_and_inherit_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::clone_and_inherit_options</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 15.0ms, 0.02%<br />Exclusive time: 408&micro;s, 0.00%</p>","incl_time":0.0149919,"subname":"Moose::Meta::Attribute::clone_and_inherit_options","$color":9,"excl_time":0.000407999999999462,"$area":0.000407999999999462},"id":"7661-Moose::Meta::Attribute::clone_and_inherit_options"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Moose::Meta::Attribute::BEGIN@20","$color":9,"excl_time":9.50000000000062e-06,"$area":9.50000000000062e-06},"id":"7662-Moose::Meta::Attribute::BEGIN@20"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.96ms, 0.00%<br />Exclusive time: 2.14ms, 0.00%</p>","incl_time":0.0029613,"subname":"Moose::Meta::Attribute::BEGIN@13","$color":9,"excl_time":0.00213959999999999,"$area":0.00213959999999999},"id":"7663-Moose::Meta::Attribute::BEGIN@13"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"Moose::Meta::Attribute::BEGIN@17","$color":9,"excl_time":8.89999999998725e-06,"$area":8.89999999998725e-06},"id":"7664-Moose::Meta::Attribute::BEGIN@17"},{"name":"illegal_options_for_inheritance","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::illegal_options_for_inheritance</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"Moose::Meta::Attribute::illegal_options_for_inheritance","$color":9,"excl_time":2.84e-05,"$area":2.84e-05},"id":"7665-Moose::Meta::Attribute::illegal_options_for_inheritance"},{"name":"_call_builder","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_call_builder</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 1.02s, 1.44%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":1.0225553,"subname":"Moose::Meta::Attribute::_call_builder","$color":9,"excl_time":0.000228400000000261,"$area":0.000228400000000261},"id":"7666-Moose::Meta::Attribute::_call_builder"},{"name":"delegation_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::delegation_metaclass</b></p><p><br />Called 206 times from 2 places in 2 files<br />Inclusive time: 255&micro;s, 0.00%</p>","incl_time":0.0002548,"subname":"Moose::Meta::Attribute::delegation_metaclass","$color":9,"excl_time":0.0002548,"$area":0.0002548},"id":"7667-Moose::Meta::Attribute::delegation_metaclass"},{"name":"_inline_generate_default","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_generate_default</b></p><p><br />Called 90 times from 1 place in 1 file<br />Inclusive time: 11.3ms, 0.02%<br />Exclusive time: 2.06ms, 0.00%</p>","incl_time":0.0112529,"subname":"Moose::Meta::Attribute::_inline_generate_default","$color":9,"excl_time":0.00206379999999528,"$area":0.00206379999999528},"id":"7668-Moose::Meta::Attribute::_inline_generate_default"},{"name":"verify_against_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::verify_against_type_constraint</b></p><p><br />Called 107 times from 1 place in 1 file<br />Inclusive time: 10.1ms, 0.01%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0100632,"subname":"Moose::Meta::Attribute::verify_against_type_constraint","$color":9,"excl_time":0.00108449999998345,"$area":0.00108449999998345},"id":"7669-Moose::Meta::Attribute::verify_against_type_constraint"},{"name":"_inline_check_lazy","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_check_lazy</b></p><p><br />Called 547 times from 2 places in 2 files<br />Inclusive time: 46.6ms, 0.07%<br />Exclusive time: 3.78ms, 0.01%</p>","incl_time":0.0466437,"subname":"Moose::Meta::Attribute::_inline_check_lazy","$color":9,"excl_time":0.00378370000001637,"$area":0.00378370000001637},"id":"7670-Moose::Meta::Attribute::_inline_check_lazy"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Moose::Meta::Attribute::BEGIN@16","$color":9,"excl_time":8.70000000000938e-06,"$area":8.70000000000938e-06},"id":"7671-Moose::Meta::Attribute::BEGIN@16"},{"name":"_inline_return_auto_deref","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_return_auto_deref</b></p><p><br />Called 512 times from 1 place in 1 file<br />Inclusive time: 6.97ms, 0.01%<br />Exclusive time: 2.41ms, 0.00%</p>","incl_time":0.00697499999999999,"subname":"Moose::Meta::Attribute::_inline_return_auto_deref","$color":9,"excl_time":0.0024086999999876,"$area":0.0024086999999876},"id":"7672-Moose::Meta::Attribute::_inline_return_auto_deref"},{"name":"_inline_init_slot","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_init_slot</b></p><p><br />Called 90 times from 1 place in 1 file<br />Inclusive time: 3.08ms, 0.00%<br />Exclusive time: 801&micro;s, 0.00%</p>","incl_time":0.0030807,"subname":"Moose::Meta::Attribute::_inline_init_slot","$color":9,"excl_time":0.00080060000000177,"$area":0.00080060000000177},"id":"7673-Moose::Meta::Attribute::_inline_init_slot"},{"name":"set_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::set_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 273&micro;s, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0002726,"subname":"Moose::Meta::Attribute::set_value","$color":9,"excl_time":0.000114199999998998,"$area":0.000114199999998998},"id":"7674-Moose::Meta::Attribute::set_value"},{"name":"_process_required_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_required_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 1.26ms, 0.00%</p>","incl_time":0.0012557,"subname":"Moose::Meta::Attribute::_process_required_option","$color":9,"excl_time":0.0012557,"$area":0.0012557},"id":"7675-Moose::Meta::Attribute::_process_required_option"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Moose::Meta::Attribute::BEGIN@25","$color":9,"excl_time":1.03e-05,"$area":1.03e-05},"id":"7676-Moose::Meta::Attribute::BEGIN@25"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::Attribute::BEGIN@10","$color":9,"excl_time":8.5000000000085e-06,"$area":8.5000000000085e-06},"id":"7677-Moose::Meta::Attribute::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::CORE:match</b></p><p><br />Called 283 times from 3 places in 1 file<br />Inclusive time: 526&micro;s, 0.00%</p>","incl_time":0.0005256,"subname":"Moose::Meta::Attribute::CORE:match","$color":9,"excl_time":0.0005256,"$area":0.0005256},"id":"7678-Moose::Meta::Attribute::CORE:match"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_tc_code</b></p><p><br />Called 826 times from 1 place in 1 file<br />Inclusive time: 175ms, 0.25%<br />Exclusive time: 6.10ms, 0.01%</p>","incl_time":0.1752841,"subname":"Moose::Meta::Attribute::_inline_tc_code","$color":9,"excl_time":0.0061036000000011,"$area":0.0061036000000011},"id":"7679-Moose::Meta::Attribute::_inline_tc_code"},{"name":"_process_is_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_is_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 2.37ms, 0.00%</p>","incl_time":0.0023658,"subname":"Moose::Meta::Attribute::_process_is_option","$color":9,"excl_time":0.0023658,"$area":0.0023658},"id":"7680-Moose::Meta::Attribute::_process_is_option"},{"name":"interpolate_class_and_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::interpolate_class_and_new</b></p><p><br />Called 520 times from 2 places in 2 files<br />Inclusive time: 329ms, 0.46%<br />Exclusive time: 6.55ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 2.04ms</p>","incl_time":0.3285076,"subname":"Moose::Meta::Attribute::interpolate_class_and_new","$color":9,"excl_time":0.0065512999999851,"$area":0.0065512999999851},"id":"7681-Moose::Meta::Attribute::interpolate_class_and_new"},{"name":"_inline_check_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_check_coercion</b></p><p><br />Called 892 times from 2 places in 1 file<br />Inclusive time: 5.89ms, 0.01%<br />Exclusive time: 3.93ms, 0.01%</p>","incl_time":0.0058875,"subname":"Moose::Meta::Attribute::_inline_check_coercion","$color":9,"excl_time":0.00393309999994841,"$area":0.00393309999994841},"id":"7682-Moose::Meta::Attribute::_inline_check_coercion"},{"name":"_inline_weaken_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_weaken_value</b></p><p><br />Called 916 times from 2 places in 1 file<br />Inclusive time: 6.69ms, 0.01%<br />Exclusive time: 4.53ms, 0.01%</p>","incl_time":0.0066855,"subname":"Moose::Meta::Attribute::_inline_weaken_value","$color":9,"excl_time":0.00452779999997836,"$area":0.00452779999997836},"id":"7683-Moose::Meta::Attribute::_inline_weaken_value"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Moose::Meta::Attribute::BEGIN@18","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"7684-Moose::Meta::Attribute::BEGIN@18"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 983&micro;s, 0.00%<br />Exclusive time: 783&micro;s, 0.00%</p>","incl_time":0.000983,"subname":"Moose::Meta::Attribute::BEGIN@21","$color":9,"excl_time":0.000782599999999983,"$area":0.000782599999999983},"id":"7685-Moose::Meta::Attribute::BEGIN@21"},{"name":"_inline_check_required","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_check_required</b></p><p><br />Called 173 times from 1 place in 1 file<br />Inclusive time: 4.71ms, 0.01%<br />Exclusive time: 1.05ms, 0.00%</p>","incl_time":0.0047107,"subname":"Moose::Meta::Attribute::_inline_check_required","$color":9,"excl_time":0.0010452999999989,"$area":0.0010452999999989},"id":"7686-Moose::Meta::Attribute::_inline_check_required"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Moose::Meta::Attribute::BEGIN@11","$color":9,"excl_time":7.10000000000075e-06,"$area":7.10000000000075e-06},"id":"7687-Moose::Meta::Attribute::BEGIN@11"},{"name":"_get_delegate_method_list","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_get_delegate_method_list</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 4.36ms, 0.01%<br />Exclusive time: 483&micro;s, 0.00%</p>","incl_time":0.0043583,"subname":"Moose::Meta::Attribute::_get_delegate_method_list","$color":9,"excl_time":0.000482900000002136,"$area":0.000482900000002136},"id":"7688-Moose::Meta::Attribute::_get_delegate_method_list"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Attribute.pm:45]","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Attribute.pm:45]</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 2.42ms, 0.00%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.0024176,"subname":"Moose::Meta::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Attribute.pm:45]","$color":9,"excl_time":0.000176199999988061,"$area":0.000176199999988061},"id":"7689-Moose::Meta::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Attribute.pm:45]"},{"name":"_error_thrower","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_error_thrower</b></p><p><br />Called 1212 times from 1 place in 1 file<br />Inclusive time: 6.51ms, 0.01%<br />Exclusive time: 5.62ms, 0.01%</p>","incl_time":0.0065125,"subname":"Moose::Meta::Attribute::_error_thrower","$color":9,"excl_time":0.00562029999996852,"$area":0.00562029999996852},"id":"7690-Moose::Meta::Attribute::_error_thrower"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_eval_environment</b></p><p><br />Called 786 times from 1 place in 1 file<br />Inclusive time: 132ms, 0.19%<br />Exclusive time: 29.0ms, 0.04%</p>","incl_time":0.1315122,"subname":"Moose::Meta::Attribute::_eval_environment","$color":9,"excl_time":0.0289564999998644,"$area":0.0289564999998644},"id":"7691-Moose::Meta::Attribute::_eval_environment"},{"name":"_inline_check_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_check_constraint</b></p><p><br />Called 892 times from 2 places in 1 file<br />Inclusive time: 185ms, 0.26%<br />Exclusive time: 16.0ms, 0.02%</p>","incl_time":0.1848899,"subname":"Moose::Meta::Attribute::_inline_check_constraint","$color":9,"excl_time":0.0160461999997825,"$area":0.0160461999997825},"id":"7692-Moose::Meta::Attribute::_inline_check_constraint"},{"name":"_find_delegate_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_find_delegate_metaclass</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0001304,"subname":"Moose::Meta::Attribute::_find_delegate_metaclass","$color":9,"excl_time":6.61999999998192e-05,"$area":6.61999999998192e-05},"id":"7693-Moose::Meta::Attribute::_find_delegate_metaclass"},{"name":"_process_does_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_does_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 5.29ms, 0.01%<br />Exclusive time: 1.67ms, 0.00%</p>","incl_time":0.0052906,"subname":"Moose::Meta::Attribute::_process_does_option","$color":9,"excl_time":0.00166579999999968,"$area":0.00166579999999968},"id":"7694-Moose::Meta::Attribute::_process_does_option"},{"name":"_inline_init_from_default","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_init_from_default</b></p><p><br />Called 90 times from 1 place in 1 file<br />Inclusive time: 39.5ms, 0.06%<br />Exclusive time: 2.41ms, 0.00%</p>","incl_time":0.0395065,"subname":"Moose::Meta::Attribute::_inline_init_from_default","$color":9,"excl_time":0.00240959999999279,"$area":0.00240959999999279},"id":"7695-Moose::Meta::Attribute::_inline_init_from_default"},{"name":"_inline_get_old_value_for_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_get_old_value_for_trigger</b></p><p><br />Called 175 times from 2 places in 2 files<br />Inclusive time: 1.34ms, 0.00%<br />Exclusive time: 953&micro;s, 0.00%</p>","incl_time":0.0013376,"subname":"Moose::Meta::Attribute::_inline_get_old_value_for_trigger","$color":9,"excl_time":0.000953399999992561,"$area":0.000953399999992561},"id":"7696-Moose::Meta::Attribute::_inline_get_old_value_for_trigger"},{"name":"does","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::does</b></p><p><br />Called 48 times from 2 places in 2 files<br />Inclusive time: 5.76ms, 0.01%<br />Exclusive time: 665&micro;s, 0.00%</p>","incl_time":0.0057583,"subname":"Moose::Meta::Attribute::does","$color":9,"excl_time":0.00066490000001152,"$area":0.00066490000001152},"id":"7697-Moose::Meta::Attribute::does"},{"name":"_process_coerce_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_coerce_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.001402,"subname":"Moose::Meta::Attribute::_process_coerce_option","$color":9,"excl_time":0.00130989999999974,"$area":0.00130989999999974},"id":"7698-Moose::Meta::Attribute::_process_coerce_option"},{"name":"_process_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_options</b></p><p><br />Called 521 times from 2 places in 2 files<br />Inclusive time: 88.9ms, 0.13%<br />Exclusive time: 14.3ms, 0.02%</p>","incl_time":0.0889068,"subname":"Moose::Meta::Attribute::_process_options","$color":9,"excl_time":0.014285900000022,"$area":0.014285900000022},"id":"7699-Moose::Meta::Attribute::_process_options"},{"name":"_process_lazy_build_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_lazy_build_option</b></p><p><br />Called 531 times from 2 places in 1 file<br />Inclusive time: 1.80ms, 0.00%<br />Exclusive time: 1.75ms, 0.00%</p>","incl_time":0.0018032,"subname":"Moose::Meta::Attribute::_process_lazy_build_option","$color":9,"excl_time":0.00175460000000538,"$area":0.00175460000000538},"id":"7700-Moose::Meta::Attribute::_process_lazy_build_option"},{"name":"_process_lazy_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_lazy_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 1.14ms, 0.00%</p>","incl_time":0.0011391,"subname":"Moose::Meta::Attribute::_process_lazy_option","$color":9,"excl_time":0.0011391,"$area":0.0011391},"id":"7701-Moose::Meta::Attribute::_process_lazy_option"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 877&micro;s, 0.00%<br />Exclusive time: 666&micro;s, 0.00%</p>","incl_time":0.0008768,"subname":"Moose::Meta::Attribute::BEGIN@22","$color":9,"excl_time":0.000665999999999989,"$area":0.000665999999999989},"id":"7702-Moose::Meta::Attribute::BEGIN@22"},{"name":"_make_delegation_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_make_delegation_method</b></p><p><br />Called 136 times from 1 place in 1 file<br />Inclusive time: 14.0ms, 0.02%<br />Exclusive time: 1.72ms, 0.00%</p>","incl_time":0.0139692,"subname":"Moose::Meta::Attribute::_make_delegation_method","$color":9,"excl_time":0.00172490000000157,"$area":0.00172490000000157},"id":"7703-Moose::Meta::Attribute::_make_delegation_method"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_new</b></p><p><br />Called 530 times from 1 place in 1 file<br />Inclusive time: 37.9ms, 0.05%<br />Exclusive time: 14.5ms, 0.02%</p>","incl_time":0.0379394,"subname":"Moose::Meta::Attribute::_new","$color":9,"excl_time":0.0145264000000313,"$area":0.0145264000000313},"id":"7704-Moose::Meta::Attribute::_new"},{"name":"applied_traits","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::applied_traits</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"Moose::Meta::Attribute::applied_traits","$color":9,"excl_time":3.03e-05,"$area":3.03e-05},"id":"7705-Moose::Meta::Attribute::applied_traits"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::CORE:sort</b></p><p><br />Called 577 times from 2 places in 1 file<br />Inclusive time: 414&micro;s, 0.00%</p>","incl_time":0.000413500000000003,"subname":"Moose::Meta::Attribute::CORE:sort","$color":9,"excl_time":0.000413500000000003,"$area":0.000413500000000003},"id":"7706-Moose::Meta::Attribute::CORE:sort"},{"name":"_process_auto_deref_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_auto_deref_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 2.18ms, 0.00%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.002184,"subname":"Moose::Meta::Attribute::_process_auto_deref_option","$color":9,"excl_time":0.00115789999999975,"$area":0.00115789999999975},"id":"7707-Moose::Meta::Attribute::_process_auto_deref_option"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Moose::Meta::Attribute::BEGIN@23","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"7708-Moose::Meta::Attribute::BEGIN@23"},{"name":"remove_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::remove_accessors</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 1.24ms, 0.00%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.0012356,"subname":"Moose::Meta::Attribute::remove_accessors","$color":9,"excl_time":8.70999999992261e-05,"$area":8.70999999992261e-05},"id":"7709-Moose::Meta::Attribute::remove_accessors"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::install_accessors</b></p><p><br />Called 532 times from 3 places in 2 files<br />Inclusive time: 1.22s, 1.71%<br />Exclusive time: 5.69ms, 0.01%</p>","incl_time":1.216597,"subname":"Moose::Meta::Attribute::install_accessors","$color":9,"excl_time":0.00568500000000035,"$area":0.00568500000000035},"id":"7710-Moose::Meta::Attribute::install_accessors"},{"name":"_process_isa_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_isa_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 58.1ms, 0.08%<br />Exclusive time: 4.56ms, 0.01%</p>","incl_time":0.0580886,"subname":"Moose::Meta::Attribute::_process_isa_option","$color":9,"excl_time":0.00455919999999583,"$area":0.00455919999999583},"id":"7711-Moose::Meta::Attribute::_process_isa_option"},{"name":"initialize_instance_slot","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::initialize_instance_slot</b></p><p><br />Called 294 times from 2 places in 1 file<br />Inclusive time: 24.7ms, 0.03%<br />Exclusive time: 4.57ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 363&micro;s</p>","incl_time":0.0246586,"subname":"Moose::Meta::Attribute::initialize_instance_slot","$color":9,"excl_time":0.00457409999999904,"$area":0.00457409999999904},"id":"7712-Moose::Meta::Attribute::initialize_instance_slot"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"Moose::Meta::Attribute::BEGIN@14","$color":9,"excl_time":1.12000000000068e-05,"$area":1.12000000000068e-05},"id":"7713-Moose::Meta::Attribute::BEGIN@14"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::CORE:regcomp</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Moose::Meta::Attribute::CORE:regcomp","$color":9,"excl_time":3.86e-05,"$area":3.86e-05},"id":"7714-Moose::Meta::Attribute::CORE:regcomp"},{"name":"accessor_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::accessor_metaclass</b></p><p><br />Called 821 times from 2 places in 2 files<br />Inclusive time: 1.19ms, 0.00%</p>","incl_time":0.0011936,"subname":"Moose::Meta::Attribute::accessor_metaclass","$color":9,"excl_time":0.0011936,"$area":0.0011936},"id":"7715-Moose::Meta::Attribute::accessor_metaclass"},{"name":"_inline_set_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_set_value</b></p><p><br />Called 826 times from 5 places in 3 files<br />Inclusive time: 258ms, 0.36%<br />Exclusive time: 19.2ms, 0.03%</p>","incl_time":0.2581153,"subname":"Moose::Meta::Attribute::_inline_set_value","$color":9,"excl_time":0.0192151000000363,"$area":0.0192151000000363},"id":"7716-Moose::Meta::Attribute::_inline_set_value"},{"name":"_process_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_accessors</b></p><p><br />Called 762 times from 5 places in 1 file<br />Inclusive time: 1.03s, 1.45%<br />Exclusive time: 17.4ms, 0.02%</p>","incl_time":1.0273396,"subname":"Moose::Meta::Attribute::_process_accessors","$color":9,"excl_time":0.017437499999864,"$area":0.017437499999864},"id":"7717-Moose::Meta::Attribute::_process_accessors"},{"name":"_writer_value_needs_copy","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_writer_value_needs_copy</b></p><p><br />Called 856 times from 2 places in 2 files<br />Inclusive time: 4.97ms, 0.01%<br />Exclusive time: 3.35ms, 0.00%</p>","incl_time":0.0049718,"subname":"Moose::Meta::Attribute::_writer_value_needs_copy","$color":9,"excl_time":0.00334930000001159,"$area":0.00334930000001159},"id":"7718-Moose::Meta::Attribute::_writer_value_needs_copy"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.93ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0079321,"subname":"Moose::Meta::Attribute::BEGIN@27","$color":9,"excl_time":1.07999999999792e-05,"$area":1.07999999999792e-05},"id":"7719-Moose::Meta::Attribute::BEGIN@27"},{"name":"_canonicalize_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_canonicalize_handles</b></p><p><br />Called 37 times from 2 places in 1 file<br />Inclusive time: 5.89ms, 0.01%<br />Exclusive time: 1.00ms, 0.00%</p>","incl_time":0.0058912,"subname":"Moose::Meta::Attribute::_canonicalize_handles","$color":9,"excl_time":0.0010004999999992,"$area":0.0010004999999992},"id":"7720-Moose::Meta::Attribute::_canonicalize_handles"},{"name":"_coerce_and_verify","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_coerce_and_verify</b></p><p><br />Called 156 times from 3 places in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 2.18ms, 0.00%</p>","incl_time":0.0128171,"subname":"Moose::Meta::Attribute::_coerce_and_verify","$color":9,"excl_time":0.00217629999999244,"$area":0.00217629999999244},"id":"7721-Moose::Meta::Attribute::_coerce_and_verify"},{"name":"_inline_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_get_value</b></p><p><br />Called 512 times from 2 places in 1 file<br />Inclusive time: 125ms, 0.18%<br />Exclusive time: 5.92ms, 0.01%</p>","incl_time":0.1247454,"subname":"Moose::Meta::Attribute::_inline_get_value","$color":9,"excl_time":0.00591940000003743,"$area":0.00591940000003743},"id":"7722-Moose::Meta::Attribute::_inline_get_value"},{"name":"_inline_copy_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_copy_value</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Moose::Meta::Attribute::_inline_copy_value","$color":9,"excl_time":1.82e-05,"$area":1.82e-05},"id":"7723-Moose::Meta::Attribute::_inline_copy_value"},{"name":"_inline_throw_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_throw_error</b></p><p><br />Called 1212 times from 5 places in 2 files<br />Inclusive time: 154ms, 0.22%<br />Exclusive time: 25.8ms, 0.04%</p>","incl_time":0.1540461,"subname":"Moose::Meta::Attribute::_inline_throw_error","$color":9,"excl_time":0.0258212999998783,"$area":0.0258212999998783},"id":"7724-Moose::Meta::Attribute::_inline_throw_error"},{"name":"_inline_trigger","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_inline_trigger</b></p><p><br />Called 190 times from 2 places in 2 files<br />Inclusive time: 1.28ms, 0.00%<br />Exclusive time: 977&micro;s, 0.00%</p>","incl_time":0.0012806,"subname":"Moose::Meta::Attribute::_inline_trigger","$color":9,"excl_time":0.000977000000006258,"$area":0.000977000000006258},"id":"7725-Moose::Meta::Attribute::_inline_trigger"},{"name":"interpolate_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::interpolate_class</b></p><p><br />Called 530 times from 2 places in 1 file<br />Inclusive time: 83.8ms, 0.12%<br />Exclusive time: 3.66ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 33&micro;s</p>","incl_time":0.0837711000000002,"subname":"Moose::Meta::Attribute::interpolate_class","$color":9,"excl_time":0.00365679999999848,"$area":0.00365679999999848},"id":"7726-Moose::Meta::Attribute::interpolate_class"},{"name":"remove_delegation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::remove_delegation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0001576,"subname":"Moose::Meta::Attribute::remove_delegation","$color":9,"excl_time":6.26000000035965e-05,"$area":6.26000000035965e-05},"id":"7727-Moose::Meta::Attribute::remove_delegation"},{"name":"_weaken_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_weaken_value</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 495&micro;s, 0.00%<br />Exclusive time: 226&micro;s, 0.00%</p>","incl_time":0.000495,"subname":"Moose::Meta::Attribute::_weaken_value","$color":9,"excl_time":0.000226299999994549,"$area":0.000226299999994549},"id":"7728-Moose::Meta::Attribute::_weaken_value"},{"name":"_process_trigger_option","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_trigger_option</b></p><p><br />Called 521 times from 1 place in 1 file<br />Inclusive time: 1.13ms, 0.00%</p>","incl_time":0.0011339,"subname":"Moose::Meta::Attribute::_process_trigger_option","$color":9,"excl_time":0.0011339,"$area":0.0011339},"id":"7729-Moose::Meta::Attribute::_process_trigger_option"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Moose::Meta::Attribute::BEGIN@3","$color":9,"excl_time":1.02e-05,"$area":1.02e-05},"id":"7730-Moose::Meta::Attribute::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::new</b></p><p><br />Called 531 times from 3 places in 2 files<br />Inclusive time: 243ms, 0.34%<br />Exclusive time: 66.1ms, 0.09%</p>","incl_time":0.2433985,"subname":"Moose::Meta::Attribute::new","$color":9,"excl_time":0.0661212000001982,"$area":0.0661212000001982},"id":"7731-Moose::Meta::Attribute::new"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76.1ms, 0.11%<br />Exclusive time: 6.75ms, 0.01%</p>","incl_time":0.0761432,"subname":"Moose::Meta::Attribute::BEGIN@24","$color":9,"excl_time":0.00675260000000012,"$area":0.00675260000000012},"id":"7732-Moose::Meta::Attribute::BEGIN@24"},{"name":"_check_associated_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_check_associated_methods</b></p><p><br />Called 530 times from 1 place in 1 file<br />Inclusive time: 3.01ms, 0.00%<br />Exclusive time: 2.52ms, 0.00%</p>","incl_time":0.0030096,"subname":"Moose::Meta::Attribute::_check_associated_methods","$color":9,"excl_time":0.00251930000000472,"$area":0.00251930000000472},"id":"7733-Moose::Meta::Attribute::_check_associated_methods"},{"name":"clone","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::clone</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 14.4ms, 0.02%<br />Exclusive time: 1.89ms, 0.00%</p>","incl_time":0.0143711,"subname":"Moose::Meta::Attribute::clone","$color":9,"excl_time":0.00189400000000709,"$area":0.00189400000000709},"id":"7734-Moose::Meta::Attribute::clone"},{"name":"install_delegation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::install_delegation</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 97.8ms, 0.14%<br />Exclusive time: 5.59ms, 0.01%</p>","incl_time":0.0977683,"subname":"Moose::Meta::Attribute::install_delegation","$color":9,"excl_time":0.00559349999996614,"$area":0.00559349999996614},"id":"7735-Moose::Meta::Attribute::install_delegation"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"Moose::Meta::Attribute::BEGIN@15","$color":9,"excl_time":9.00000000000163e-06,"$area":9.00000000000163e-06},"id":"7736-Moose::Meta::Attribute::BEGIN@15"},{"name":"::Native","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Moose::Meta::Attribute::Native::BEGIN@2","$color":0,"excl_time":9.9e-06,"$area":9.9e-06},"id":"7738-Moose::Meta::Attribute::Native::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Moose::Meta::Attribute::Native::BEGIN@9","$color":0,"excl_time":8.40000000000075e-06,"$area":8.40000000000075e-06},"id":"7739-Moose::Meta::Attribute::Native::BEGIN@9"},{"name":"::Trait","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::CORE:match</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.59e-05,"subname":"Moose::Meta::Attribute::Native::Trait::CORE:match","$color":2,"excl_time":6.59e-05,"$area":6.59e-05},"id":"7741-Moose::Meta::Attribute::Native::Trait::CORE:match"},{"name":"_native_accessor_class_for","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_native_accessor_class_for</b></p><p><br />Called 70 times from 2 places in 1 file<br />Inclusive time: 298ms, 0.42%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.2975692,"subname":"Moose::Meta::Attribute::Native::Trait::_native_accessor_class_for","$color":2,"excl_time":0.00146549999999738,"$area":0.00146549999999738},"id":"7742-Moose::Meta::Attribute::Native::Trait::_native_accessor_class_for"},{"name":"_check_handles_values","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_check_handles_values</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 294ms, 0.41%<br />Exclusive time: 628&micro;s, 0.00%</p>","incl_time":0.2939815,"subname":"Moose::Meta::Attribute::Native::Trait::_check_handles_values","$color":2,"excl_time":0.000628399999999079,"$area":0.000628399999999079},"id":"7743-Moose::Meta::Attribute::Native::Trait::_check_handles_values"},{"name":"_root_types","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_root_types</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 182&micro;s, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001819,"subname":"Moose::Meta::Attribute::Native::Trait::_root_types","$color":2,"excl_time":0.000129299999999043,"$area":0.000129299999999043},"id":"7744-Moose::Meta::Attribute::Native::Trait::_root_types"},{"name":"_canonicalize_handles_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_canonicalize_handles_value</b></p><p><br />Called 70 times from 1 place in 1 file<br />Inclusive time: 197&micro;s, 0.00%</p>","incl_time":0.000197099999999999,"subname":"Moose::Meta::Attribute::Native::Trait::_canonicalize_handles_value","$color":2,"excl_time":0.000197099999999999,"$area":0.000197099999999999},"id":"7745-Moose::Meta::Attribute::Native::Trait::_canonicalize_handles_value"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.83ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0038259,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@13","$color":2,"excl_time":2.62999999999856e-05,"$area":2.62999999999856e-05},"id":"7746-Moose::Meta::Attribute::Native::Trait::BEGIN@13"},{"name":"BEGIN@213","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@213</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001539,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@213","$color":2,"excl_time":1.22000000000887e-05,"$area":1.22000000000887e-05},"id":"7747-Moose::Meta::Attribute::Native::Trait::BEGIN@213"},{"name":"_build_native_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_build_native_type</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 988&micro;s, 0.00%<br />Exclusive time: 225&micro;s, 0.00%</p>","incl_time":0.0009884,"subname":"Moose::Meta::Attribute::Native::Trait::_build_native_type","$color":2,"excl_time":0.000225099999998423,"$area":0.000225099999998423},"id":"7748-Moose::Meta::Attribute::Native::Trait::_build_native_type"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@3","$color":2,"excl_time":1.14e-05,"$area":1.14e-05},"id":"7749-Moose::Meta::Attribute::Native::Trait::BEGIN@3"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@14","$color":2,"excl_time":2.14000000000751e-05,"$area":2.14000000000751e-05},"id":"7750-Moose::Meta::Attribute::Native::Trait::BEGIN@14"},{"name":"BEGIN@212","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@212</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 162&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001623,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@212","$color":2,"excl_time":1.60999999999037e-05,"$area":1.60999999999037e-05},"id":"7751-Moose::Meta::Attribute::Native::Trait::BEGIN@212"},{"name":"_check_helper_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::_check_helper_type</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 10.2ms, 0.01%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0102002,"subname":"Moose::Meta::Attribute::Native::Trait::_check_helper_type","$color":2,"excl_time":0.000161000000000195,"$area":0.000161000000000195},"id":"7752-Moose::Meta::Attribute::Native::Trait::_check_helper_type"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.53ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0025316,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@9","$color":2,"excl_time":8.80000000006396e-06,"$area":8.80000000006396e-06},"id":"7753-Moose::Meta::Attribute::Native::Trait::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@11","$color":2,"excl_time":1.23000000000149e-05,"$area":1.23000000000149e-05},"id":"7754-Moose::Meta::Attribute::Native::Trait::BEGIN@11"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 144&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0001437,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@12","$color":2,"excl_time":4.0499999999919e-05,"$area":4.0499999999919e-05},"id":"7755-Moose::Meta::Attribute::Native::Trait::BEGIN@12"},{"name":"::Array","children":[{"name":"_helper_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Array::_helper_type</b></p><p><br />Called 19 times from 2 places in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Array::_helper_type","$color":4,"excl_time":3.15e-05,"$area":3.15e-05},"id":"7757-Moose::Meta::Attribute::Native::Trait::Array::_helper_type"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Array::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001171,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@15","$color":4,"excl_time":8.40000000003838e-06,"$area":8.40000000003838e-06},"id":"7758-Moose::Meta::Attribute::Native::Trait::Array::BEGIN@15"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Array::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@3","$color":4,"excl_time":1.64e-05,"$area":1.64e-05},"id":"7759-Moose::Meta::Attribute::Native::Trait::Array::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Array::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.91ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0029116,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@9","$color":4,"excl_time":1.05999999999579e-05,"$area":1.05999999999579e-05},"id":"7760-Moose::Meta::Attribute::Native::Trait::Array::BEGIN@9"}],"data":{"$area":6.68999999999962e-05},"id":"n7756"},{"name":"::Hash","children":[{"name":"_helper_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Hash::_helper_type</b></p><p><br />Called 23 times from 2 places in 1 file<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::_helper_type","$color":6,"excl_time":3.97e-05,"$area":3.97e-05},"id":"7762-Moose::Meta::Attribute::Native::Trait::Hash::_helper_type"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3","$color":6,"excl_time":1.22e-05,"$area":1.22e-05},"id":"7763-Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001161,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@15","$color":6,"excl_time":8.80000000018966e-06,"$area":8.80000000018966e-06},"id":"7764-Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.81ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0028064,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9","$color":6,"excl_time":1.09000000000489e-05,"$area":1.09000000000489e-05},"id":"7765-Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9"}],"data":{"$area":7.16000000002386e-05},"id":"n7761"},{"name":"::Counter","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.90ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.002904,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@9","$color":8,"excl_time":1.16000000000942e-05,"$area":1.16000000000942e-05},"id":"7767-Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@9"},{"name":"_helper_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Counter::_helper_type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::_helper_type","$color":8,"excl_time":1.4e-06,"$area":1.4e-06},"id":"7768-Moose::Meta::Attribute::Native::Trait::Counter::_helper_type"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@3","$color":8,"excl_time":1.56e-05,"$area":1.56e-05},"id":"7769-Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@3"},{"name":"_root_types","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Counter::_root_types</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::_root_types","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"7770-Moose::Meta::Attribute::Native::Trait::Counter::_root_types"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001206,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@19","$color":8,"excl_time":9.6999999998641e-06,"$area":9.6999999998641e-06},"id":"7771-Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@19"}],"data":{"$area":4.26999999999583e-05},"id":"n7766"}],"data":{"$area":0.00320249999999436},"id":"n7740"}],"data":{"$area":0.00322079999999437},"id":"n7737"},{"name":"::Custom","children":[{"name":"::Trait","children":[{"name":"::Bool","children":[],"data":{"$area":0},"id":"n7774"},{"name":"::Array","children":[{"name":"register_implementation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Trait::Array::register_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.9ms, 0.02%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0168957,"subname":"Moose::Meta::Attribute::Custom::Trait::Array::register_implementation","$color":1,"excl_time":7.00000000002088e-06,"$area":7.00000000002088e-06},"id":"7776-Moose::Meta::Attribute::Custom::Trait::Array::register_implementation"}],"data":{"$area":7.00000000002088e-06},"id":"n7775"},{"name":"::Copy","children":[],"data":{"$area":0},"id":"n7777"},{"name":"::KiokuDB","children":[{"name":"::TypeMap","children":[{"name":"register_implementation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Trait::KiokuDB::TypeMap::register_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"Moose::Meta::Attribute::Custom::Trait::KiokuDB::TypeMap::register_implementation","$color":5,"excl_time":1.8e-06,"$area":1.8e-06},"id":"7780-Moose::Meta::Attribute::Custom::Trait::KiokuDB::TypeMap::register_implementation"}],"data":{"$area":1.8e-06},"id":"n7779"}],"data":{"$area":1.8e-06},"id":"n7778"},{"name":"::Hash","children":[{"name":"register_implementation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Trait::Hash::register_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.10ms, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0051024,"subname":"Moose::Meta::Attribute::Custom::Trait::Hash::register_implementation","$color":7,"excl_time":6.30000000017422e-06,"$area":6.30000000017422e-06},"id":"7782-Moose::Meta::Attribute::Custom::Trait::Hash::register_implementation"}],"data":{"$area":6.30000000017422e-06},"id":"n7781"},{"name":"::String","children":[],"data":{"$area":0},"id":"n7783"},{"name":"::Number","children":[],"data":{"$area":0},"id":"n7784"},{"name":"::Code","children":[],"data":{"$area":0},"id":"n7785"},{"name":"::StorableClone","children":[],"data":{"$area":0},"id":"n7786"},{"name":"::Clone","children":[],"data":{"$area":0},"id":"n7787"},{"name":"::Counter","children":[{"name":"register_implementation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Trait::Counter::register_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.19ms, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0051924,"subname":"Moose::Meta::Attribute::Custom::Trait::Counter::register_implementation","$color":8,"excl_time":7.10000000005151e-06,"$area":7.10000000005151e-06},"id":"7789-Moose::Meta::Attribute::Custom::Trait::Counter::register_implementation"}],"data":{"$area":7.10000000005151e-06},"id":"n7788"},{"name":"::NoClone","children":[{"name":"register_implementation","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Trait::NoClone::register_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"Moose::Meta::Attribute::Custom::Trait::NoClone::register_implementation","$color":10,"excl_time":2e-06,"$area":2e-06},"id":"7791-Moose::Meta::Attribute::Custom::Trait::NoClone::register_implementation"}],"data":{"$area":2e-06},"id":"n7790"}],"data":{"$area":2.42000000002466e-05},"id":"n7773"},{"name":"::Moose","children":[{"name":"BEGIN@1283","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::Custom::Moose::BEGIN@1283</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Moose::Meta::Attribute::Custom::Moose::BEGIN@1283","$color":1,"excl_time":6.3e-06,"$area":6.3e-06},"id":"7793-Moose::Meta::Attribute::Custom::Moose::BEGIN@1283"}],"data":{"$area":6.3e-06},"id":"n7792"}],"data":{"$area":3.05000000002466e-05},"id":"n7772"}],"data":{"$area":0.32106649999949},"id":"n7658"},{"name":"::Object","children":[{"name":"::Trait","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Object::Trait::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Moose::Meta::Object::Trait::BEGIN@10","$color":3,"excl_time":7.69999999999888e-06,"$area":7.69999999999888e-06},"id":"7796-Moose::Meta::Object::Trait::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Object::Trait::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Moose::Meta::Object::Trait::BEGIN@3","$color":3,"excl_time":9.9e-06,"$area":9.9e-06},"id":"7797-Moose::Meta::Object::Trait::BEGIN@3"}],"data":{"$area":1.75999999999989e-05},"id":"n7795"}],"data":{"$area":1.75999999999989e-05},"id":"n7794"},{"name":"::Class","children":[{"name":"_get_compatible_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_get_compatible_metaclass</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 622&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.000622,"subname":"Moose::Meta::Class::_get_compatible_metaclass","$color":5,"excl_time":6.0100000000551e-05,"$area":6.0100000000551e-05},"id":"7799-Moose::Meta::Class::_get_compatible_metaclass"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Moose::Meta::Class::BEGIN@17","$color":5,"excl_time":7.09999999999626e-06,"$area":7.09999999999626e-06},"id":"7800-Moose::Meta::Class::BEGIN@17"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Moose::Meta::Class::BEGIN@15","$color":5,"excl_time":6.7000000000105e-06,"$area":6.7000000000105e-06},"id":"7801-Moose::Meta::Class::BEGIN@15"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 752&micro;s, 0.00%<br />Exclusive time: 447&micro;s, 0.00%</p>","incl_time":0.000752,"subname":"Moose::Meta::Class::BEGIN@25","$color":5,"excl_time":0.000447299999999981,"$area":0.000447299999999981},"id":"7802-Moose::Meta::Class::BEGIN@25"},{"name":"_process_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_process_attribute</b></p><p><br />Called 404 times from 1 place in 1 file<br />Inclusive time: 299ms, 0.42%<br />Exclusive time: 4.11ms, 0.01%</p>","incl_time":0.2993473,"subname":"Moose::Meta::Class::_process_attribute","$color":5,"excl_time":0.00410940000000828,"$area":0.00410940000000828},"id":"7803-Moose::Meta::Class::_process_attribute"},{"name":"_anon_package_prefix","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_anon_package_prefix</b></p><p><br />Called 58 times from 2 places in 1 file<br />Inclusive time: 102&micro;s, 0.00%</p>","incl_time":0.000102,"subname":"Moose::Meta::Class::_anon_package_prefix","$color":5,"excl_time":0.000102,"$area":0.000102},"id":"7804-Moose::Meta::Class::_anon_package_prefix"},{"name":"add_role_application","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::add_role_application</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 980&micro;s, 0.00%</p>","incl_time":0.0014005,"subname":"Moose::Meta::Class::add_role_application","$color":5,"excl_time":0.000979600000007159,"$area":0.000979600000007159},"id":"7805-Moose::Meta::Class::add_role_application"},{"name":"immutable_trait","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::immutable_trait</b></p><p><br />Called 222 times from 2 places in 1 file<br />Inclusive time: 713&micro;s, 0.00%</p>","incl_time":0.0007126,"subname":"Moose::Meta::Class::immutable_trait","$color":5,"excl_time":0.0007126,"$area":0.0007126},"id":"7806-Moose::Meta::Class::immutable_trait"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 488&micro;s, 0.00%<br />Exclusive time: 376&micro;s, 0.00%</p>","incl_time":0.0004883,"subname":"Moose::Meta::Class::BEGIN@22","$color":5,"excl_time":0.000376299999999999,"$area":0.000376299999999999},"id":"7807-Moose::Meta::Class::BEGIN@22"},{"name":"_fix_class_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_fix_class_metaclass_incompatibility</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 25.5ms, 0.04%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.025536,"subname":"Moose::Meta::Class::_fix_class_metaclass_incompatibility","$color":5,"excl_time":7.86999999997599e-05,"$area":7.86999999997599e-05},"id":"7808-Moose::Meta::Class::_fix_class_metaclass_incompatibility"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::CORE:sort</b></p><p><br />Called 319 times from 3 places in 1 file<br />Inclusive time: 10.3ms, 0.01%<br />Exclusive time: 7.97ms, 0.01%</p>","incl_time":0.0103282,"subname":"Moose::Meta::Class::CORE:sort","$color":5,"excl_time":0.0079739000000688,"$area":0.0079739000000688},"id":"7809-Moose::Meta::Class::CORE:sort"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Meta::Class::BEGIN@11","$color":5,"excl_time":6.90000000000075e-06,"$area":6.90000000000075e-06},"id":"7810-Moose::Meta::Class::BEGIN@11"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Moose::Meta::Class::BEGIN@29","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"7811-Moose::Meta::Class::BEGIN@29"},{"name":"error_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::error_class</b></p><p><br />Called 2717 times from 8 places in 2 files<br />Inclusive time: 5.66ms, 0.01%</p>","incl_time":0.0056565,"subname":"Moose::Meta::Class::error_class","$color":5,"excl_time":0.0056565,"$area":0.0056565},"id":"7812-Moose::Meta::Class::error_class"},{"name":"_inline_throw_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_throw_error</b></p><p><br />Called 1352 times from 3 places in 2 files<br />Inclusive time: 127ms, 0.18%<br />Exclusive time: 9.96ms, 0.01%</p>","incl_time":0.1269454,"subname":"Moose::Meta::Class::_inline_throw_error","$color":5,"excl_time":0.00995870000001304,"$area":0.00995870000001304},"id":"7813-Moose::Meta::Class::_inline_throw_error"},{"name":"destructor_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::destructor_class</b></p><p><br />Called 1482 times from 9 places in 2 files<br />Inclusive time: 2.68ms, 0.00%</p>","incl_time":0.002683,"subname":"Moose::Meta::Class::destructor_class","$color":5,"excl_time":0.002683,"$area":0.002683},"id":"7814-Moose::Meta::Class::destructor_class"},{"name":"_inline_triggers","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_triggers</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 22.3ms, 0.03%<br />Exclusive time: 3.84ms, 0.01%</p>","incl_time":0.0222752,"subname":"Moose::Meta::Class::_inline_triggers","$color":5,"excl_time":0.0038416999999365,"$area":0.0038416999999365},"id":"7815-Moose::Meta::Class::_inline_triggers"},{"name":"_get_role_applications","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_get_role_applications</b></p><p><br />Called 95 times from 2 places in 1 file<br />Inclusive time: 262&micro;s, 0.00%</p>","incl_time":0.0002622,"subname":"Moose::Meta::Class::_get_role_applications","$color":5,"excl_time":0.0002622,"$area":0.0002622},"id":"7816-Moose::Meta::Class::_get_role_applications"},{"name":"add_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::add_role</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 1.46ms, 0.00%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0014621,"subname":"Moose::Meta::Class::add_role","$color":5,"excl_time":0.0010297999999783,"$area":0.0010297999999783},"id":"7817-Moose::Meta::Class::add_role"},{"name":"_inline_BUILDARGS","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_BUILDARGS</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 20.6ms, 0.03%<br />Exclusive time: 1.85ms, 0.00%</p>","incl_time":0.0205722,"subname":"Moose::Meta::Class::_inline_BUILDARGS","$color":5,"excl_time":0.00185400000000165,"$area":0.00185400000000165},"id":"7818-Moose::Meta::Class::_inline_BUILDARGS"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 935&micro;s, 0.00%<br />Exclusive time: 711&micro;s, 0.00%</p>","incl_time":0.0009346,"subname":"Moose::Meta::Class::BEGIN@26","$color":5,"excl_time":0.000710900000000034,"$area":0.000710900000000034},"id":"7819-Moose::Meta::Class::BEGIN@26"},{"name":"calculate_all_roles_with_inheritance","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::calculate_all_roles_with_inheritance</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 2.98ms, 0.00%<br />Exclusive time: 548&micro;s, 0.00%</p>","incl_time":0.0029768,"subname":"Moose::Meta::Class::calculate_all_roles_with_inheritance","$color":5,"excl_time":0.00054809999996863,"$area":0.00054809999996863},"id":"7820-Moose::Meta::Class::calculate_all_roles_with_inheritance"},{"name":"reinitialize","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::reinitialize</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5.66ms, 0.01%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0056594,"subname":"Moose::Meta::Class::reinitialize","$color":5,"excl_time":0.000123699999999968,"$area":0.000123699999999968},"id":"7821-Moose::Meta::Class::reinitialize"},{"name":"_anon_cache_key","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_anon_cache_key</b></p><p><br />Called 113 times from 1 place in 1 file<br />Inclusive time: 7.38ms, 0.01%<br />Exclusive time: 3.20ms, 0.00%</p>","incl_time":0.0073808,"subname":"Moose::Meta::Class::_anon_cache_key","$color":5,"excl_time":0.00319890000001447,"$area":0.00319890000001447},"id":"7822-Moose::Meta::Class::_anon_cache_key"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:37]","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:37]</b></p><p><br />Called 174 times from 1 place in 1 file<br />Inclusive time: 424&micro;s, 0.00%</p>","incl_time":0.0004238,"subname":"Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:37]","$color":5,"excl_time":0.0004238,"$area":0.0004238},"id":"7823-Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:37]"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Moose::Meta::Class::BEGIN@18","$color":5,"excl_time":7.09999999999176e-06,"$area":7.09999999999176e-06},"id":"7824-Moose::Meta::Class::BEGIN@18"},{"name":"_meta_method_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_meta_method_class</b></p><p><br />Called 166 times from 2 places in 1 file<br />Inclusive time: 309&micro;s, 0.00%</p>","incl_time":0.000309199999999999,"subname":"Moose::Meta::Class::_meta_method_class","$color":5,"excl_time":0.000309199999999999,"$area":0.000309199999999999},"id":"7825-Moose::Meta::Class::_meta_method_class"},{"name":"_process_inherited_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_process_inherited_attribute</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 15.6ms, 0.02%<br />Exclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0156294,"subname":"Moose::Meta::Class::_process_inherited_attribute","$color":5,"excl_time":0.000164399999999605,"$area":0.000164399999999605},"id":"7826-Moose::Meta::Class::_process_inherited_attribute"},{"name":"new_object","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::new_object</b></p><p><br />Called 155 times from 7 places in 7 files<br />Inclusive time: 859ms, 1.21%<br />Exclusive time: 2.30ms, 0.00%<br />Recursion: max depth 2, recursive inclusive time 778ms</p>","incl_time":0.8590841,"subname":"Moose::Meta::Class::new_object","$color":5,"excl_time":0.00229869999999749,"$area":0.00229869999999749},"id":"7827-Moose::Meta::Class::new_object"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.85ms, 0.00%<br />Exclusive time: 394&micro;s, 0.00%</p>","incl_time":0.0018477,"subname":"Moose::Meta::Class::BEGIN@23","$color":5,"excl_time":0.00039440000000001,"$area":0.00039440000000001},"id":"7828-Moose::Meta::Class::BEGIN@23"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Meta::Class::BEGIN@3","$color":5,"excl_time":9.8e-06,"$area":9.8e-06},"id":"7829-Moose::Meta::Class::BEGIN@3"},{"name":"_generate_fallback_constructor","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_generate_fallback_constructor</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0003876,"subname":"Moose::Meta::Class::_generate_fallback_constructor","$color":5,"excl_time":0.0003876,"$area":0.0003876},"id":"7830-Moose::Meta::Class::_generate_fallback_constructor"},{"name":"_inline_raise_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_raise_error</b></p><p><br />Called 1352 times from 1 place in 1 file<br />Inclusive time: 3.34ms, 0.00%</p>","incl_time":0.00334149999999999,"subname":"Moose::Meta::Class::_inline_raise_error","$color":5,"excl_time":0.00334149999999999,"$area":0.00334149999999999},"id":"7831-Moose::Meta::Class::_inline_raise_error"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_eval_environment</b></p><p><br />Called 103 times from 2 places in 2 files<br />Inclusive time: 74.9ms, 0.11%<br />Exclusive time: 14.3ms, 0.02%</p>","incl_time":0.0748851,"subname":"Moose::Meta::Class::_eval_environment","$color":5,"excl_time":0.014311099999845,"$area":0.014311099999845},"id":"7832-Moose::Meta::Class::_eval_environment"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Moose::Meta::Class::BEGIN@10","$color":5,"excl_time":7.50000000000563e-06,"$area":7.50000000000563e-06},"id":"7833-Moose::Meta::Class::BEGIN@10"},{"name":"does_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::does_role</b></p><p><br />Called 137 times from 4 places in 4 files<br />Inclusive time: 18.1ms, 0.03%<br />Exclusive time: 3.47ms, 0.00%</p>","incl_time":0.0180519,"subname":"Moose::Meta::Class::does_role","$color":5,"excl_time":0.0034682999996437,"$area":0.0034682999996437},"id":"7834-Moose::Meta::Class::does_role"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.05e-05,"subname":"Moose::Meta::Class::BEGIN@31","$color":5,"excl_time":9.10000000000075e-06,"$area":9.10000000000075e-06},"id":"7835-Moose::Meta::Class::BEGIN@31"},{"name":"_inline_extra_init","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_extra_init</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 42.0ms, 0.06%<br />Exclusive time: 811&micro;s, 0.00%</p>","incl_time":0.0419893,"subname":"Moose::Meta::Class::_inline_extra_init","$color":5,"excl_time":0.000810900000004826,"$area":0.000810900000004826},"id":"7836-Moose::Meta::Class::_inline_extra_init"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 422&micro;s, 0.00%<br />Exclusive time: 282&micro;s, 0.00%</p>","incl_time":0.0004219,"subname":"Moose::Meta::Class::BEGIN@27","$color":5,"excl_time":0.000282200000000007,"$area":0.000282200000000007},"id":"7837-Moose::Meta::Class::BEGIN@27"},{"name":"add_override_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::add_override_method_modifier</b></p><p><br />Called 46 times from 2 places in 2 files<br />Inclusive time: 11.9ms, 0.02%<br />Exclusive time: 504&micro;s, 0.00%</p>","incl_time":0.0118526,"subname":"Moose::Meta::Class::add_override_method_modifier","$color":5,"excl_time":0.000503699999999561,"$area":0.000503699999999561},"id":"7838-Moose::Meta::Class::add_override_method_modifier"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::CORE:subst</b></p><p><br />Called 2658 times from 1 place in 1 file<br />Inclusive time: 5.66ms, 0.01%</p>","incl_time":0.00565880000000003,"subname":"Moose::Meta::Class::CORE:subst","$color":5,"excl_time":0.00565880000000003,"$area":0.00565880000000003},"id":"7839-Moose::Meta::Class::CORE:subst"},{"name":"_fix_single_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_fix_single_metaclass_incompatibility</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 3.41ms, 0.00%<br />Exclusive time: 157&micro;s, 0.00%</p>","incl_time":0.0034059,"subname":"Moose::Meta::Class::_fix_single_metaclass_incompatibility","$color":5,"excl_time":0.000157200000001451,"$area":0.000157200000001451},"id":"7840-Moose::Meta::Class::_fix_single_metaclass_incompatibility"},{"name":"_call_all_triggers","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_call_all_triggers</b></p><p><br />Called 161 times from 2 places in 1 file<br />Inclusive time: 18.2ms, 0.03%<br />Exclusive time: 5.56ms, 0.01%</p>","incl_time":0.0182219,"subname":"Moose::Meta::Class::_call_all_triggers","$color":5,"excl_time":0.00556350000015236,"$area":0.00556350000015236},"id":"7841-Moose::Meta::Class::_call_all_triggers"},{"name":"roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::roles</b></p><p><br />Called 453 times from 5 places in 1 file<br />Inclusive time: 1000&micro;s, 0.00%</p>","incl_time":0.0009999,"subname":"Moose::Meta::Class::roles","$color":5,"excl_time":0.0009999,"$area":0.0009999},"id":"7842-Moose::Meta::Class::roles"},{"name":"_restore_metaobjects_from","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_restore_metaobjects_from</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.33ms, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0013319,"subname":"Moose::Meta::Class::_restore_metaobjects_from","$color":5,"excl_time":3.799999999993e-05,"$area":3.799999999993e-05},"id":"7843-Moose::Meta::Class::_restore_metaobjects_from"},{"name":"_process_new_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_process_new_attribute</b></p><p><br />Called 394 times from 1 place in 1 file<br />Inclusive time: 279ms, 0.39%<br />Exclusive time: 3.68ms, 0.01%</p>","incl_time":0.2792897,"subname":"Moose::Meta::Class::_process_new_attribute","$color":5,"excl_time":0.00367949999999841,"$area":0.00367949999999841},"id":"7844-Moose::Meta::Class::_process_new_attribute"},{"name":"constructor_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::constructor_class</b></p><p><br />Called 1589 times from 9 places in 2 files<br />Inclusive time: 2.83ms, 0.00%</p>","incl_time":0.00283289999999999,"subname":"Moose::Meta::Class::constructor_class","$color":5,"excl_time":0.00283289999999999,"$area":0.00283289999999999},"id":"7845-Moose::Meta::Class::constructor_class"},{"name":"_inline_slot_initializer","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_slot_initializer</b></p><p><br />Called 548 times from 1 place in 1 file<br />Inclusive time: 233ms, 0.33%<br />Exclusive time: 6.41ms, 0.01%</p>","incl_time":0.2332298,"subname":"Moose::Meta::Class::_inline_slot_initializer","$color":5,"excl_time":0.00641079999999801,"$area":0.00641079999999801},"id":"7846-Moose::Meta::Class::_inline_slot_initializer"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Moose::Meta::Class::BEGIN@13","$color":5,"excl_time":7.89999999998737e-06,"$area":7.89999999998737e-06},"id":"7847-Moose::Meta::Class::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:43]","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:43]</b></p><p><br />Called 174 times from 1 place in 1 file<br />Inclusive time: 340&micro;s, 0.00%</p>","incl_time":0.000340099999999999,"subname":"Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:43]","$color":5,"excl_time":0.000340099999999999,"$area":0.000340099999999999},"id":"7848-Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:43]"},{"name":"_inline_BUILDALL","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_BUILDALL</b></p><p><br />Called 103 times from 2 places in 2 files<br />Inclusive time: 18.8ms, 0.03%<br />Exclusive time: 929&micro;s, 0.00%</p>","incl_time":0.0188083,"subname":"Moose::Meta::Class::_inline_BUILDALL","$color":5,"excl_time":0.000928799999993402,"$area":0.000928799999993402},"id":"7849-Moose::Meta::Class::_inline_BUILDALL"},{"name":"calculate_all_roles","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::calculate_all_roles</b></p><p><br />Called 41 times from 3 places in 3 files<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 535&micro;s, 0.00%</p>","incl_time":0.0020565,"subname":"Moose::Meta::Class::calculate_all_roles","$color":5,"excl_time":0.000534699999987881,"$area":0.000534699999987881},"id":"7850-Moose::Meta::Class::calculate_all_roles"},{"name":"_inline_create_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_create_error</b></p><p><br />Called 1352 times from 1 place in 1 file<br />Inclusive time: 114ms, 0.16%<br />Exclusive time: 26.8ms, 0.04%</p>","incl_time":0.1136452,"subname":"Moose::Meta::Class::_inline_create_error","$color":5,"excl_time":0.026776500000023,"$area":0.026776500000023},"id":"7851-Moose::Meta::Class::_inline_create_error"},{"name":"_inline_init_attr_from_constructor","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_init_attr_from_constructor</b></p><p><br />Called 523 times from 1 place in 1 file<br />Inclusive time: 145ms, 0.20%<br />Exclusive time: 6.50ms, 0.01%</p>","incl_time":0.1445765,"subname":"Moose::Meta::Class::_inline_init_attr_from_constructor","$color":5,"excl_time":0.0064992000000288,"$area":0.0064992000000288},"id":"7852-Moose::Meta::Class::_inline_init_attr_from_constructor"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Class::BEGIN@16","$color":5,"excl_time":7.89999999998637e-06,"$area":7.89999999998637e-06},"id":"7853-Moose::Meta::Class::BEGIN@16"},{"name":"_inline_init_attr_from_default","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_init_attr_from_default</b></p><p><br />Called 548 times from 2 places in 1 file<br />Inclusive time: 60.7ms, 0.09%<br />Exclusive time: 6.78ms, 0.01%</p>","incl_time":0.0607455,"subname":"Moose::Meta::Class::_inline_init_attr_from_default","$color":5,"excl_time":0.00678200000000161,"$area":0.00678200000000161},"id":"7854-Moose::Meta::Class::_inline_init_attr_from_default"},{"name":"_base_metaclasses","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_base_metaclasses</b></p><p><br />Called 443 times from 3 places in 1 file<br />Inclusive time: 19.5ms, 0.03%<br />Exclusive time: 12.2ms, 0.02%</p>","incl_time":0.019509,"subname":"Moose::Meta::Class::_base_metaclasses","$color":5,"excl_time":0.0122447000000611,"$area":0.0122447000000611},"id":"7855-Moose::Meta::Class::_base_metaclasses"},{"name":"_inline_params","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_params</b></p><p><br />Called 103 times from 1 place in 1 file<br />Inclusive time: 21.3ms, 0.03%<br />Exclusive time: 689&micro;s, 0.00%</p>","incl_time":0.0212613,"subname":"Moose::Meta::Class::_inline_params","$color":5,"excl_time":0.00068909999999463,"$area":0.00068909999999463},"id":"7856-Moose::Meta::Class::_inline_params"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.41ms, 0.00%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0034112,"subname":"Moose::Meta::Class::BEGIN@28","$color":5,"excl_time":0.00256259999999997,"$area":0.00256259999999997},"id":"7857-Moose::Meta::Class::BEGIN@28"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 533&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0005332,"subname":"Moose::Meta::Class::BEGIN@24","$color":5,"excl_time":0.000388299999999969,"$area":0.000388299999999969},"id":"7858-Moose::Meta::Class::BEGIN@24"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::superclasses</b></p><p><br />Called 1187 times from 12 places in 5 files<br />Inclusive time: 1.15s, 1.62%<br />Exclusive time: 15.7ms, 0.02%<br />Recursion: max depth 3, recursive inclusive time 58.9ms</p>","incl_time":1.1529713,"subname":"Moose::Meta::Class::superclasses","$color":5,"excl_time":0.0156524000000185,"$area":0.0156524000000185},"id":"7859-Moose::Meta::Class::superclasses"},{"name":"create","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::create</b></p><p><br />Called 42 times from 4 places in 4 files<br />Inclusive time: 327ms, 0.46%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.3273222,"subname":"Moose::Meta::Class::create","$color":5,"excl_time":0.00106050000000189,"$area":0.00106050000000189},"id":"7860-Moose::Meta::Class::create"},{"name":"_immutable_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_immutable_options</b></p><p><br />Called 111 times from 1 place in 1 file<br />Inclusive time: 4.37ms, 0.01%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0043661,"subname":"Moose::Meta::Class::_immutable_options","$color":5,"excl_time":0.00103299999999491,"$area":0.00103299999999491},"id":"7861-Moose::Meta::Class::_immutable_options"},{"name":"_fixup_attributes_after_rebless","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_fixup_attributes_after_rebless</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 19.5ms, 0.03%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0194748,"subname":"Moose::Meta::Class::_fixup_attributes_after_rebless","$color":5,"excl_time":9.68000000003267e-05,"$area":9.68000000003267e-05},"id":"7862-Moose::Meta::Class::_fixup_attributes_after_rebless"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::initialize</b></p><p><br />Called 175 times from 8 places in 7 files<br />Inclusive time: 138ms, 0.19%<br />Exclusive time: 3.18ms, 0.00%</p>","incl_time":0.1375864,"subname":"Moose::Meta::Class::initialize","$color":5,"excl_time":0.00317999999998936,"$area":0.00317999999998936},"id":"7863-Moose::Meta::Class::initialize"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Moose::Meta::Class::BEGIN@14","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"7864-Moose::Meta::Class::BEGIN@14"},{"name":"_inline_check_required_attr","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_inline_check_required_attr</b></p><p><br />Called 548 times from 1 place in 1 file<br />Inclusive time: 12.4ms, 0.02%<br />Exclusive time: 5.39ms, 0.01%</p>","incl_time":0.0123549,"subname":"Moose::Meta::Class::_inline_check_required_attr","$color":5,"excl_time":0.00539199999999101,"$area":0.00539199999999101},"id":"7865-Moose::Meta::Class::_inline_check_required_attr"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"Moose::Meta::Class::BEGIN@19","$color":5,"excl_time":1.04999999999876e-05,"$area":1.04999999999876e-05},"id":"7866-Moose::Meta::Class::BEGIN@19"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::CORE:match</b></p><p><br />Called 404 times from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%</p>","incl_time":0.000318800000000001,"subname":"Moose::Meta::Class::CORE:match","$color":5,"excl_time":0.000318800000000001,"$area":0.000318800000000001},"id":"7867-Moose::Meta::Class::CORE:match"},{"name":"excludes_role","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::excludes_role</b></p><p><br />Called 93 times from 1 place in 1 file<br />Inclusive time: 19.9ms, 0.03%<br />Exclusive time: 3.69ms, 0.01%</p>","incl_time":0.019887,"subname":"Moose::Meta::Class::excludes_role","$color":5,"excl_time":0.0036913999999343,"$area":0.0036913999999343},"id":"7868-Moose::Meta::Class::excludes_role"},{"name":"add_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::add_attribute</b></p><p><br />Called 530 times from 4 places in 4 files<br />Inclusive time: 1.87s, 2.63%<br />Exclusive time: 10.8ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 12.7ms</p>","incl_time":1.8685342,"subname":"Moose::Meta::Class::add_attribute","$color":5,"excl_time":0.010821899999977,"$area":0.010821899999977},"id":"7869-Moose::Meta::Class::add_attribute"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.04ms, 0.01%<br />Exclusive time: 362&micro;s, 0.00%</p>","incl_time":0.004039,"subname":"Moose::Meta::Class::BEGIN@21","$color":5,"excl_time":0.000361700000000006,"$area":0.000361700000000006},"id":"7870-Moose::Meta::Class::BEGIN@21"},{"name":"::__ANON__","children":[{"name":"::SERIAL","children":[{"name":"::33","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::33::meta</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0001421,"subname":"Moose::Meta::Class::__ANON__::SERIAL::33::meta","$color":7,"excl_time":6.55000000027933e-05,"$area":6.55000000027933e-05},"id":"7874-Moose::Meta::Class::__ANON__::SERIAL::33::meta"}],"data":{"$area":6.55000000027933e-05},"id":"n7873"},{"name":"::32","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::32::_eval_environment</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001197,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::_eval_environment","$color":9,"excl_time":6.7000000001923e-06,"$area":6.7000000001923e-06},"id":"7876-Moose::Meta::Class::__ANON__::SERIAL::32::_eval_environment"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::32::_get_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.06e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::_get_value","$color":9,"excl_time":7.80000000019254e-06,"$area":7.80000000019254e-06},"id":"7877-Moose::Meta::Class::__ANON__::SERIAL::32::_get_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::32::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 979&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0009792,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::new","$color":9,"excl_time":5.59999999998105e-06,"$area":5.59999999998105e-06},"id":"7878-Moose::Meta::Class::__ANON__::SERIAL::32::new"}],"data":{"$area":2.01000000003659e-05},"id":"n7875"},{"name":"::11","children":[{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::11::_inline_tc_code</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.41ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0014111,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_inline_tc_code","$color":0,"excl_time":2.0100000000302e-05,"$area":2.0100000000302e-05},"id":"7880-Moose::Meta::Class::__ANON__::SERIAL::11::_inline_tc_code"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::11::_eval_environment</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 1.83ms, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0018279,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_eval_environment","$color":0,"excl_time":4.33999999999223e-05,"$area":4.33999999999223e-05},"id":"7881-Moose::Meta::Class::__ANON__::SERIAL::11::_eval_environment"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::11::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 6.59ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0065935,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::new","$color":0,"excl_time":1.82000000000502e-05,"$area":1.82000000000502e-05},"id":"7882-Moose::Meta::Class::__ANON__::SERIAL::11::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::11::_get_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 638&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0006376,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_get_value","$color":0,"excl_time":3.09999999999874e-05,"$area":3.09999999999874e-05},"id":"7883-Moose::Meta::Class::__ANON__::SERIAL::11::_get_value"}],"data":{"$area":0.000112700000000262},"id":"n7879"},{"name":"::21","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::21::_eval_environment</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 350&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0003501,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::_eval_environment","$color":2,"excl_time":1.44000000000612e-05,"$area":1.44000000000612e-05},"id":"7885-Moose::Meta::Class::__ANON__::SERIAL::21::_eval_environment"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::21::_get_value</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 137&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001374,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::_get_value","$color":2,"excl_time":1.44999999999631e-05,"$area":1.44999999999631e-05},"id":"7886-Moose::Meta::Class::__ANON__::SERIAL::21::_get_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::21::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0027994,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::new","$color":2,"excl_time":1.07000000000228e-05,"$area":1.07000000000228e-05},"id":"7887-Moose::Meta::Class::__ANON__::SERIAL::21::new"}],"data":{"$area":3.96000000000471e-05},"id":"n7884"},{"name":"::7","children":[{"name":"attributes","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::7::attributes</b></p><p><br />Called 90 times from 2 places in 2 files<br />Inclusive time: 942&micro;s, 0.00%<br />Exclusive time: 347&micro;s, 0.00%</p>","incl_time":0.0009418,"subname":"Moose::Meta::Class::__ANON__::SERIAL::7::attributes","$color":4,"excl_time":0.000347299999997282,"$area":0.000347299999997282},"id":"7889-Moose::Meta::Class::__ANON__::SERIAL::7::attributes"}],"data":{"$area":0.000347299999997282},"id":"n7888"},{"name":"::26","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::26::_eval_environment</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 174&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001736,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::_eval_environment","$color":6,"excl_time":6.99999999998326e-06,"$area":6.99999999998326e-06},"id":"7891-Moose::Meta::Class::__ANON__::SERIAL::26::_eval_environment"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::26::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.41ms, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0014068,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::new","$color":6,"excl_time":6.19999999980402e-06,"$area":6.19999999980402e-06},"id":"7892-Moose::Meta::Class::__ANON__::SERIAL::26::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::26::_get_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::_get_value","$color":6,"excl_time":7.99999999993598e-06,"$area":7.99999999993598e-06},"id":"7893-Moose::Meta::Class::__ANON__::SERIAL::26::_get_value"}],"data":{"$area":2.11999999997233e-05},"id":"n7890"},{"name":"::2","children":[{"name":"apply","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::2::apply</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.79ms, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0077861,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::apply","$color":8,"excl_time":6.00000000004416e-06,"$area":6.00000000004416e-06},"id":"7895-Moose::Meta::Class::__ANON__::SERIAL::2::apply"},{"name":"apply_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::2::apply_methods</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0042738,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::apply_methods","$color":8,"excl_time":5.99999999995569e-06,"$area":5.99999999995569e-06},"id":"7896-Moose::Meta::Class::__ANON__::SERIAL::2::apply_methods"},{"name":"overload_ops","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::2::overload_ops</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::overload_ops","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"7897-Moose::Meta::Class::__ANON__::SERIAL::2::overload_ops"}],"data":{"$area":1.52999999999999e-05},"id":"n7894"},{"name":"::17","children":[{"name":"_process_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::_process_options</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 4.76ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0047561,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_process_options","$color":10,"excl_time":2.56999999998655e-05,"$area":2.56999999998655e-05},"id":"7899-Moose::Meta::Class::__ANON__::SERIAL::17::_process_options"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::meta</b></p><p><br />Called 37 times from 6 places in 3 files<br />Inclusive time: 464&micro;s, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0004636,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::meta","$color":10,"excl_time":0.000193700000018496,"$area":0.000193700000018496},"id":"7900-Moose::Meta::Class::__ANON__::SERIAL::17::meta"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::install_accessors</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 159ms, 0.22%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.158863,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::install_accessors","$color":10,"excl_time":3.46000000000088e-05,"$area":3.46000000000088e-05},"id":"7901-Moose::Meta::Class::__ANON__::SERIAL::17::install_accessors"},{"name":"_make_delegation_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::_make_delegation_method</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 28.0ms, 0.04%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0280336,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_make_delegation_method","$color":10,"excl_time":7.33000000007293e-05,"$area":7.33000000007293e-05},"id":"7902-Moose::Meta::Class::__ANON__::SERIAL::17::_make_delegation_method"},{"name":"_canonicalize_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::_canonicalize_handles</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 453&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.000453400000000001,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_canonicalize_handles","$color":10,"excl_time":4.41000000001658e-05,"$area":4.41000000001658e-05},"id":"7903-Moose::Meta::Class::__ANON__::SERIAL::17::_canonicalize_handles"},{"name":"_used_default_is","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::_used_default_is</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_used_default_is","$color":10,"excl_time":1.57e-05,"$area":1.57e-05},"id":"7904-Moose::Meta::Class::__ANON__::SERIAL::17::_used_default_is"},{"name":"_native_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::17::_native_type</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 685&micro;s, 0.00%<br />Exclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0006849,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_native_type","$color":10,"excl_time":0.000169700000000284,"$area":0.000169700000000284},"id":"7905-Moose::Meta::Class::__ANON__::SERIAL::17::_native_type"}],"data":{"$area":0.000556800000019549},"id":"n7898"},{"name":"::22","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::22::_eval_environment</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 577&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0005771,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::_eval_environment","$color":1,"excl_time":2.11000000004432e-05,"$area":2.11000000004432e-05},"id":"7907-Moose::Meta::Class::__ANON__::SERIAL::22::_eval_environment"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::22::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 3.29ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0032905,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::new","$color":1,"excl_time":1.59999999997085e-05,"$area":1.59999999997085e-05},"id":"7908-Moose::Meta::Class::__ANON__::SERIAL::22::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::22::_get_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 234&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002342,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::_get_value","$color":1,"excl_time":2.47000000000264e-05,"$area":2.47000000000264e-05},"id":"7909-Moose::Meta::Class::__ANON__::SERIAL::22::_get_value"}],"data":{"$area":6.18000000001781e-05},"id":"n7906"},{"name":"::1","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::1::meta</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":6.65e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::1::meta","$color":3,"excl_time":3.11000000002033e-05,"$area":3.11000000002033e-05},"id":"7911-Moose::Meta::Class::__ANON__::SERIAL::1::meta"}],"data":{"$area":3.11000000002033e-05},"id":"n7910"},{"name":"::18","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::18::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 4.45ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0044458,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::new","$color":5,"excl_time":1.95999999998421e-05,"$area":1.95999999998421e-05},"id":"7913-Moose::Meta::Class::__ANON__::SERIAL::18::new"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::18::_eval_environment</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 1.50ms, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0014957,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_eval_environment","$color":5,"excl_time":4.25999999991268e-05,"$area":4.25999999991268e-05},"id":"7914-Moose::Meta::Class::__ANON__::SERIAL::18::_eval_environment"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::18::_inline_tc_code</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 363&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003631,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_inline_tc_code","$color":5,"excl_time":1.84000000001354e-05,"$area":1.84000000001354e-05},"id":"7915-Moose::Meta::Class::__ANON__::SERIAL::18::_inline_tc_code"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::18::_get_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0002649,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_get_value","$color":5,"excl_time":2.83999999998051e-05,"$area":2.83999999998051e-05},"id":"7916-Moose::Meta::Class::__ANON__::SERIAL::18::_get_value"}],"data":{"$area":0.000108999999998909},"id":"n7912"},{"name":"::30","children":[{"name":"_inline_BUILDALL","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::30::_inline_BUILDALL</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 323&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.000323,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::_inline_BUILDALL","$color":7,"excl_time":5.70000000014623e-06,"$area":5.70000000014623e-06},"id":"7918-Moose::Meta::Class::__ANON__::SERIAL::30::_inline_BUILDALL"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::30::meta</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::meta","$color":7,"excl_time":2.05999999997761e-05,"$area":2.05999999997761e-05},"id":"7919-Moose::Meta::Class::__ANON__::SERIAL::30::meta"},{"name":"new_object","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::30::new_object</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 772ms, 1.09%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.771901,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::new_object","$color":7,"excl_time":6.09999999956479e-06,"$area":6.09999999956479e-06},"id":"7920-Moose::Meta::Class::__ANON__::SERIAL::30::new_object"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::30::_eval_environment</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 550&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0005499,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::_eval_environment","$color":7,"excl_time":5.30000000043788e-06,"$area":5.30000000043788e-06},"id":"7921-Moose::Meta::Class::__ANON__::SERIAL::30::_eval_environment"}],"data":{"$area":3.7699999999925e-05},"id":"n7917"},{"name":"::13","children":[{"name":"default","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::13::default</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::13::default","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"7923-Moose::Meta::Class::__ANON__::SERIAL::13::default"},{"name":"lazy","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::13::lazy</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::13::lazy","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"7924-Moose::Meta::Class::__ANON__::SERIAL::13::lazy"}],"data":{"$area":5.2e-06},"id":"n7922"},{"name":"::23","children":[{"name":"_process_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::_process_options</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 280&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0002798,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_process_options","$color":0,"excl_time":4.69999999991636e-06,"$area":4.69999999991636e-06},"id":"7926-Moose::Meta::Class::__ANON__::SERIAL::23::_process_options"},{"name":"_canonicalize_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::_canonicalize_handles</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.75e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_canonicalize_handles","$color":0,"excl_time":8.79999999969982e-06,"$area":8.79999999969982e-06},"id":"7927-Moose::Meta::Class::__ANON__::SERIAL::23::_canonicalize_handles"},{"name":"_native_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::_native_type</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.000107,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_native_type","$color":0,"excl_time":2.36000000001553e-05,"$area":2.36000000001553e-05},"id":"7928-Moose::Meta::Class::__ANON__::SERIAL::23::_native_type"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::install_accessors</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36.5ms, 0.05%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0364862,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::install_accessors","$color":0,"excl_time":5.00000000011602e-06,"$area":5.00000000011602e-06},"id":"7929-Moose::Meta::Class::__ANON__::SERIAL::23::install_accessors"},{"name":"_used_default_is","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::_used_default_is</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_used_default_is","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"7930-Moose::Meta::Class::__ANON__::SERIAL::23::_used_default_is"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::meta","$color":0,"excl_time":1.22999999998195e-05,"$area":1.22999999998195e-05},"id":"7931-Moose::Meta::Class::__ANON__::SERIAL::23::meta"},{"name":"_make_delegation_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::23::_make_delegation_method</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.82ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0028232,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_make_delegation_method","$color":0,"excl_time":8.80000000033848e-06,"$area":8.80000000033848e-06},"id":"7932-Moose::Meta::Class::__ANON__::SERIAL::23::_make_delegation_method"}],"data":{"$area":6.62000000000455e-05},"id":"n7925"},{"name":"::27","children":[{"name":"result_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::27::result_class</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::27::result_class","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"7934-Moose::Meta::Class::__ANON__::SERIAL::27::result_class"}],"data":{"$area":4.8e-06},"id":"n7933"},{"name":"::6","children":[{"name":"wrap","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::6::wrap</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0030493,"subname":"Moose::Meta::Class::__ANON__::SERIAL::6::wrap","$color":4,"excl_time":5.3799999999183e-05,"$area":5.3799999999183e-05},"id":"7936-Moose::Meta::Class::__ANON__::SERIAL::6::wrap"}],"data":{"$area":5.3799999999183e-05},"id":"n7935"},{"name":"::25","children":[{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::25::_get_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.68e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_get_value","$color":6,"excl_time":7.3000000001209e-06,"$area":7.3000000001209e-06},"id":"7938-Moose::Meta::Class::__ANON__::SERIAL::25::_get_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::25::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.18ms, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0011776,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::new","$color":6,"excl_time":5.1999999998156e-06,"$area":5.1999999998156e-06},"id":"7939-Moose::Meta::Class::__ANON__::SERIAL::25::new"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::25::_inline_tc_code</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_inline_tc_code","$color":6,"excl_time":5.40000000020329e-06,"$area":5.40000000020329e-06},"id":"7940-Moose::Meta::Class::__ANON__::SERIAL::25::_inline_tc_code"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::25::_eval_environment</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001159,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_eval_environment","$color":6,"excl_time":7.00000000014368e-06,"$area":7.00000000014368e-06},"id":"7941-Moose::Meta::Class::__ANON__::SERIAL::25::_eval_environment"}],"data":{"$area":2.49000000002835e-05},"id":"n7937"},{"name":"::3","children":[{"name":"apply_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::3::apply_methods</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 8.56ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0085612,"subname":"Moose::Meta::Class::__ANON__::SERIAL::3::apply_methods","$color":8,"excl_time":1.65000000000395e-05,"$area":1.65000000000395e-05},"id":"7943-Moose::Meta::Class::__ANON__::SERIAL::3::apply_methods"},{"name":"overload_ops","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::3::overload_ops</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::3::overload_ops","$color":8,"excl_time":8.9e-06,"$area":8.9e-06},"id":"7944-Moose::Meta::Class::__ANON__::SERIAL::3::overload_ops"}],"data":{"$area":2.54000000000395e-05},"id":"n7942"},{"name":"::9","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::9::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 4.56ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0045628,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::new","$color":10,"excl_time":2.11999999999655e-05,"$area":2.11999999999655e-05},"id":"7946-Moose::Meta::Class::__ANON__::SERIAL::9::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::9::_get_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 241&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0002406,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::_get_value","$color":10,"excl_time":2.65000000002272e-05,"$area":2.65000000002272e-05},"id":"7947-Moose::Meta::Class::__ANON__::SERIAL::9::_get_value"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::9::_eval_environment</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 866&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0008656,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::_eval_environment","$color":10,"excl_time":3.31000000004303e-05,"$area":3.31000000004303e-05},"id":"7948-Moose::Meta::Class::__ANON__::SERIAL::9::_eval_environment"}],"data":{"$area":8.0800000000623e-05},"id":"n7945"},{"name":"::12","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::12::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 2.70ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0026998,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::new","$color":1,"excl_time":1.34000000000222e-05,"$area":1.34000000000222e-05},"id":"7950-Moose::Meta::Class::__ANON__::SERIAL::12::new"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::12::_get_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 184&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001836,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::_get_value","$color":1,"excl_time":2.02000000002973e-05,"$area":2.02000000002973e-05},"id":"7951-Moose::Meta::Class::__ANON__::SERIAL::12::_get_value"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::12::_eval_environment</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 499&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0004993,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::_eval_environment","$color":1,"excl_time":1.83000000000463e-05,"$area":1.83000000000463e-05},"id":"7952-Moose::Meta::Class::__ANON__::SERIAL::12::_eval_environment"}],"data":{"$area":5.19000000003659e-05},"id":"n7949"},{"name":"::14","children":[],"data":{"$area":0},"id":"n7953"},{"name":"::20","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::20::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 8.82ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0088184,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::new","$color":5,"excl_time":2.17999999994017e-05,"$area":2.17999999994017e-05},"id":"7955-Moose::Meta::Class::__ANON__::SERIAL::20::new"},{"name":"_inline_check_argument_count","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::20::_inline_check_argument_count</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0015841,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_inline_check_argument_count","$color":5,"excl_time":1.85999999996695e-05,"$area":1.85999999996695e-05},"id":"7956-Moose::Meta::Class::__ANON__::SERIAL::20::_inline_check_argument_count"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::20::_inline_tc_code</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.09ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.001089,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_inline_tc_code","$color":5,"excl_time":2.07999999998143e-05,"$area":2.07999999998143e-05},"id":"7957-Moose::Meta::Class::__ANON__::SERIAL::20::_inline_tc_code"},{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::20::_eval_environment</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 1.66ms, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0016646,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_eval_environment","$color":5,"excl_time":4.38000000000221e-05,"$area":4.38000000000221e-05},"id":"7958-Moose::Meta::Class::__ANON__::SERIAL::20::_eval_environment"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::20::_get_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 572&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0005718,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_get_value","$color":5,"excl_time":3.07999999998753e-05,"$area":3.07999999998753e-05},"id":"7959-Moose::Meta::Class::__ANON__::SERIAL::20::_get_value"}],"data":{"$area":0.000135799999998783},"id":"n7954"},{"name":"::8","children":[{"name":"_process_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::_process_options</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 6.75ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.006754,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_process_options","$color":7,"excl_time":2.18000000001453e-05,"$area":2.18000000001453e-05},"id":"7961-Moose::Meta::Class::__ANON__::SERIAL::8::_process_options"},{"name":"_used_default_is","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::_used_default_is</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_used_default_is","$color":7,"excl_time":1.58e-05,"$area":1.58e-05},"id":"7962-Moose::Meta::Class::__ANON__::SERIAL::8::_used_default_is"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::install_accessors</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 167ms, 0.24%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.1670569,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::install_accessors","$color":7,"excl_time":2.39999999998323e-05,"$area":2.39999999998323e-05},"id":"7963-Moose::Meta::Class::__ANON__::SERIAL::8::install_accessors"},{"name":"_native_type","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::_native_type</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 532&micro;s, 0.00%<br />Exclusive time: 130&micro;s, 0.00%</p>","incl_time":0.0005318,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_native_type","$color":7,"excl_time":0.000129600000000314,"$area":0.000129600000000314},"id":"7964-Moose::Meta::Class::__ANON__::SERIAL::8::_native_type"},{"name":"_make_delegation_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::_make_delegation_method</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 22.1ms, 0.03%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0221287,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_make_delegation_method","$color":7,"excl_time":5.99999999993917e-05,"$area":5.99999999993917e-05},"id":"7965-Moose::Meta::Class::__ANON__::SERIAL::8::_make_delegation_method"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::meta</b></p><p><br />Called 17 times from 6 places in 3 files<br />Inclusive time: 220&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0002204,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::meta","$color":7,"excl_time":9.73000000047313e-05,"$area":9.73000000047313e-05},"id":"7966-Moose::Meta::Class::__ANON__::SERIAL::8::meta"},{"name":"_canonicalize_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::8::_canonicalize_handles</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 333&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0003331,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_canonicalize_handles","$color":7,"excl_time":3.83000000001826e-05,"$area":3.83000000001826e-05},"id":"7967-Moose::Meta::Class::__ANON__::SERIAL::8::_canonicalize_handles"}],"data":{"$area":0.000386800000004597},"id":"n7960"},{"name":"::4","children":[],"data":{"$area":0},"id":"n7968"},{"name":"::34","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::34::meta</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 95&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":9.49e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::34::meta","$color":0,"excl_time":4.69000000021724e-05,"$area":4.69000000021724e-05},"id":"7970-Moose::Meta::Class::__ANON__::SERIAL::34::meta"}],"data":{"$area":4.69000000021724e-05},"id":"n7969"},{"name":"::24","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::24::_eval_environment</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001206,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_eval_environment","$color":2,"excl_time":6.90000000000563e-06,"$area":6.90000000000563e-06},"id":"7972-Moose::Meta::Class::__ANON__::SERIAL::24::_eval_environment"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::24::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.31ms, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0013062,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::new","$color":2,"excl_time":5.00000000010865e-06,"$area":5.00000000010865e-06},"id":"7973-Moose::Meta::Class::__ANON__::SERIAL::24::new"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::24::_inline_tc_code</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_inline_tc_code","$color":2,"excl_time":5.30000000013428e-06,"$area":5.30000000013428e-06},"id":"7974-Moose::Meta::Class::__ANON__::SERIAL::24::_inline_tc_code"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::24::_get_value</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.65e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_get_value","$color":2,"excl_time":1.02000000001474e-05,"$area":1.02000000001474e-05},"id":"7975-Moose::Meta::Class::__ANON__::SERIAL::24::_get_value"}],"data":{"$area":2.7400000000396e-05},"id":"n7971"},{"name":"::10","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::10::_eval_environment</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 1.28ms, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0012843,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_eval_environment","$color":4,"excl_time":3.39000000002372e-05,"$area":3.39000000002372e-05},"id":"7977-Moose::Meta::Class::__ANON__::SERIAL::10::_eval_environment"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::10::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 4.35ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0043468,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::new","$color":4,"excl_time":1.45000000000446e-05,"$area":1.45000000000446e-05},"id":"7978-Moose::Meta::Class::__ANON__::SERIAL::10::new"},{"name":"_inline_tc_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::10::_inline_tc_code</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 329&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.000329,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_inline_tc_code","$color":4,"excl_time":1.69000000000737e-05,"$area":1.69000000000737e-05},"id":"7979-Moose::Meta::Class::__ANON__::SERIAL::10::_inline_tc_code"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::10::_get_value</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 212&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002119,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_get_value","$color":4,"excl_time":2.27000000001106e-05,"$area":2.27000000001106e-05},"id":"7980-Moose::Meta::Class::__ANON__::SERIAL::10::_get_value"}],"data":{"$area":8.80000000004661e-05},"id":"n7976"},{"name":"::19","children":[{"name":"_eval_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::19::_eval_environment</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 591&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.000591,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::_eval_environment","$color":6,"excl_time":2.50000000003776e-05,"$area":2.50000000003776e-05},"id":"7982-Moose::Meta::Class::__ANON__::SERIAL::19::_eval_environment"},{"name":"_get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::19::_get_value</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0002594,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::_get_value","$color":6,"excl_time":2.98999999998954e-05,"$area":2.98999999998954e-05},"id":"7983-Moose::Meta::Class::__ANON__::SERIAL::19::_get_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::19::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 4.52ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0045214,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::new","$color":6,"excl_time":2.789999999985e-05,"$area":2.789999999985e-05},"id":"7984-Moose::Meta::Class::__ANON__::SERIAL::19::new"}],"data":{"$area":8.2800000000123e-05},"id":"n7981"},{"name":"::31","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::31::meta</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.39e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::31::meta","$color":8,"excl_time":2.11999999994028e-05,"$area":2.11999999994028e-05},"id":"7986-Moose::Meta::Class::__ANON__::SERIAL::31::meta"}],"data":{"$area":2.11999999994028e-05},"id":"n7985"},{"name":"::5","children":[{"name":"add_before_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::5::add_before_method_modifier</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 3.21ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0032052,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::add_before_method_modifier","$color":10,"excl_time":1.97000000001588e-05,"$area":1.97000000001588e-05},"id":"7988-Moose::Meta::Class::__ANON__::SERIAL::5::add_before_method_modifier"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::5::meta</b></p><p><br />Called 11 times from 3 places in 2 files<br />Inclusive time: 179&micro;s, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0001788,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::meta","$color":10,"excl_time":9.25000000017927e-05,"$area":9.25000000017927e-05},"id":"7989-Moose::Meta::Class::__ANON__::SERIAL::5::meta"},{"name":"add_around_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::5::add_around_method_modifier</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0024986,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::add_around_method_modifier","$color":10,"excl_time":1.45999999996246e-05,"$area":1.45999999996246e-05},"id":"7990-Moose::Meta::Class::__ANON__::SERIAL::5::add_around_method_modifier"},{"name":"_method_attribute_list","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_list</b></p><p><br />Called 38 times from 2 places in 2 files<br />Inclusive time: 202&micro;s, 0.00%<br />Exclusive time: 184&micro;s, 0.00%</p>","incl_time":0.000202,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_list","$color":10,"excl_time":0.000183999999999482,"$area":0.000183999999999482},"id":"7991-Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_list"},{"name":"_method_attribute_map","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_map</b></p><p><br />Called 214 times from 3 places in 2 files<br />Inclusive time: 488&micro;s, 0.00%<br />Exclusive time: 475&micro;s, 0.00%</p>","incl_time":0.0004878,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_map","$color":10,"excl_time":0.000474699999999901,"$area":0.000474699999999901},"id":"7992-Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_map"}],"data":{"$area":0.000785500000000959},"id":"n7987"}],"data":{"$area":0.00330550000002668},"id":"n7872"}],"data":{"$area":0.00330550000002668},"id":"n7871"},{"name":"::Immutable","children":[{"name":"::Trait","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@13","$color":1,"excl_time":7.69999999998813e-06,"$area":7.69999999998813e-06},"id":"7995-Moose::Meta::Class::Immutable::Trait::BEGIN@13"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@12","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"7996-Moose::Meta::Class::Immutable::Trait::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@2","$color":1,"excl_time":9.8e-06,"$area":9.8e-06},"id":"7997-Moose::Meta::Class::Immutable::Trait::BEGIN@2"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.77e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@15","$color":1,"excl_time":7.00000000000312e-06,"$area":7.00000000000312e-06},"id":"7998-Moose::Meta::Class::Immutable::Trait::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@10","$color":1,"excl_time":7.89999999999212e-06,"$area":7.89999999999212e-06},"id":"7999-Moose::Meta::Class::Immutable::Trait::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@9","$color":1,"excl_time":7.99999999999988e-06,"$area":7.99999999999988e-06},"id":"8000-Moose::Meta::Class::Immutable::Trait::BEGIN@9"}],"data":{"$area":4.48999999999832e-05},"id":"n7994"}],"data":{"$area":4.48999999999832e-05},"id":"n7993"}],"data":{"$area":0.199538999999662},"id":"n7798"},{"name":"::TypeConstraint","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@3","$color":3,"excl_time":1.17e-05,"$area":1.17e-05},"id":"8002-Moose::Meta::TypeConstraint::BEGIN@3"},{"name":"can_be_inlined","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::can_be_inlined</b></p><p><br />Called 3737 times from 10 places in 6 files<br />Inclusive time: 50.6ms, 0.07%<br />Exclusive time: 32.0ms, 0.05%<br />Recursion: max depth 1, recursive inclusive time 480&micro;s</p>","incl_time":0.0505742,"subname":"Moose::Meta::TypeConstraint::can_be_inlined","$color":3,"excl_time":0.0319809999995486,"$area":0.0319809999995486},"id":"8003-Moose::Meta::TypeConstraint::can_be_inlined"},{"name":"inlined","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::inlined</b></p><p><br />Called 1670 times from 1 place in 1 file<br />Inclusive time: 2.85ms, 0.00%</p>","incl_time":0.00284880000000001,"subname":"Moose::Meta::TypeConstraint::inlined","$color":3,"excl_time":0.00284880000000001,"$area":0.00284880000000001},"id":"8004-Moose::Meta::TypeConstraint::inlined"},{"name":"_set_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_set_constraint</b></p><p><br />Called 45 times from 3 places in 3 files<br />Inclusive time: 120&micro;s, 0.00%</p>","incl_time":0.0001201,"subname":"Moose::Meta::TypeConstraint::_set_constraint","$color":3,"excl_time":0.0001201,"$area":0.0001201},"id":"8005-Moose::Meta::TypeConstraint::_set_constraint"},{"name":"_default_message","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_default_message</b></p><p><br />Called 1381 times from 5 places in 5 files<br />Inclusive time: 3.39ms, 0.00%</p>","incl_time":0.0033939,"subname":"Moose::Meta::TypeConstraint::_default_message","$color":3,"excl_time":0.0033939,"$area":0.0033939},"id":"8006-Moose::Meta::TypeConstraint::_default_message"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@23","$color":3,"excl_time":7.10000000001063e-06,"$area":7.10000000001063e-06},"id":"8007-Moose::Meta::TypeConstraint::BEGIN@23"},{"name":"create_child_type","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::create_child_type</b></p><p><br />Called 25 times from 2 places in 2 files<br />Inclusive time: 6.88ms, 0.01%<br />Exclusive time: 197&micro;s, 0.00%</p>","incl_time":0.0068804,"subname":"Moose::Meta::TypeConstraint::create_child_type","$color":3,"excl_time":0.000196900000000491,"$area":0.000196900000000491},"id":"8008-Moose::Meta::TypeConstraint::create_child_type"},{"name":"has_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_coercion</b></p><p><br />Called 1349 times from 11 places in 8 files<br />Inclusive time: 2.50ms, 0.00%</p>","incl_time":0.0025046,"subname":"Moose::Meta::TypeConstraint::has_coercion","$color":3,"excl_time":0.0025046,"$area":0.0025046},"id":"8009-Moose::Meta::TypeConstraint::has_coercion"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::new</b></p><p><br />Called 343 times from 19 places in 11 files<br />Inclusive time: 161ms, 0.23%<br />Exclusive time: 11.8ms, 0.02%</p>","incl_time":0.1610072,"subname":"Moose::Meta::TypeConstraint::new","$color":3,"excl_time":0.0117523999999945,"$area":0.0117523999999945},"id":"8010-Moose::Meta::TypeConstraint::new"},{"name":"Sigil","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Sigil</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 751&micro;s, 0.00%<br />Exclusive time: 236&micro;s, 0.00%</p>","incl_time":0.0007514,"subname":"Moose::Meta::TypeConstraint::Sigil","$color":3,"excl_time":0.000235900000011877,"$area":0.000235900000011877},"id":"8011-Moose::Meta::TypeConstraint::Sigil"},{"name":"_collect_all_parents","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_collect_all_parents</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 381&micro;s, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0003813,"subname":"Moose::Meta::TypeConstraint::_collect_all_parents","$color":3,"excl_time":0.000274399999995538,"$area":0.000274399999995538},"id":"8012-Moose::Meta::TypeConstraint::_collect_all_parents"},{"name":"coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::coercion</b></p><p><br />Called 36 times from 5 places in 5 files<br />Inclusive time: 93&micro;s, 0.00%</p>","incl_time":9.28e-05,"subname":"Moose::Meta::TypeConstraint::coercion","$color":3,"excl_time":9.28e-05,"$area":9.28e-05},"id":"8013-Moose::Meta::TypeConstraint::coercion"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@20","$color":3,"excl_time":6.69999999999338e-06,"$area":6.69999999999338e-06},"id":"8014-Moose::Meta::TypeConstraint::BEGIN@20"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:16]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:16]</b></p><p><br />Called 7223 times from 22 places in 11 files<br />Inclusive time: 8.08ms, 0.01%</p>","incl_time":0.00807520000000003,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:16]","$color":3,"excl_time":0.00807520000000003,"$area":0.00807520000000003},"id":"8015-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:16]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:101]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:101]</b></p><p><br />Called 340 times from 3 places in 2 files<br />Inclusive time: 778&micro;s, 0.00%</p>","incl_time":0.0007781,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:101]","$color":3,"excl_time":0.0007781,"$area":0.0007781},"id":"8016-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:101]"},{"name":"check","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::check</b></p><p><br />Called 113 times from 4 places in 4 files<br />Inclusive time: 2.95ms, 0.00%<br />Exclusive time: 941&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 24&micro;s</p>","incl_time":0.002947,"subname":"Moose::Meta::TypeConstraint::check","$color":3,"excl_time":0.000941399999994262,"$area":0.000941399999994262},"id":"8017-Moose::Meta::TypeConstraint::check"},{"name":"inline_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::inline_environment</b></p><p><br />Called 1724 times from 8 places in 7 files<br />Inclusive time: 23.5ms, 0.03%<br />Exclusive time: 15.3ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 228&micro;s</p>","incl_time":0.0235128,"subname":"Moose::Meta::TypeConstraint::inline_environment","$color":3,"excl_time":0.0153499999997684,"$area":0.0153499999997684},"id":"8018-Moose::Meta::TypeConstraint::inline_environment"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@22","$color":3,"excl_time":7.30000000000463e-06,"$area":7.30000000000463e-06},"id":"8019-Moose::Meta::TypeConstraint::BEGIN@22"},{"name":"_has_compiled_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_has_compiled_type_constraint</b></p><p><br />Called 348 times from 3 places in 3 files<br />Inclusive time: 908&micro;s, 0.00%</p>","incl_time":0.000908399999999998,"subname":"Moose::Meta::TypeConstraint::_has_compiled_type_constraint","$color":3,"excl_time":0.000908399999999998,"$area":0.000908399999999998},"id":"8020-Moose::Meta::TypeConstraint::_has_compiled_type_constraint"},{"name":"parent","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::parent</b></p><p><br />Called 3993 times from 14 places in 6 files<br />Inclusive time: 6.40ms, 0.01%</p>","incl_time":0.00640230000000006,"subname":"Moose::Meta::TypeConstraint::parent","$color":3,"excl_time":0.00640230000000006,"$area":0.00640230000000006},"id":"8021-Moose::Meta::TypeConstraint::parent"},{"name":"_has_inlined_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_has_inlined_type_constraint</b></p><p><br />Called 3702 times from 1 place in 1 file<br />Inclusive time: 6.21ms, 0.01%</p>","incl_time":0.00620930000000014,"subname":"Moose::Meta::TypeConstraint::_has_inlined_type_constraint","$color":3,"excl_time":0.00620930000000014,"$area":0.00620930000000014},"id":"8022-Moose::Meta::TypeConstraint::_has_inlined_type_constraint"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@10","$color":3,"excl_time":1.0499999999995e-05,"$area":1.0499999999995e-05},"id":"8023-Moose::Meta::TypeConstraint::BEGIN@10"},{"name":"has_parent","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_parent</b></p><p><br />Called 7158 times from 4 places in 1 file<br />Inclusive time: 10.6ms, 0.01%</p>","incl_time":0.0105617000000001,"subname":"Moose::Meta::TypeConstraint::has_parent","$color":3,"excl_time":0.0105617000000001,"$area":0.0105617000000001},"id":"8024-Moose::Meta::TypeConstraint::has_parent"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.04e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@26","$color":3,"excl_time":7.10000000001162e-06,"$area":7.10000000001162e-06},"id":"8025-Moose::Meta::TypeConstraint::BEGIN@26"},{"name":"_compile_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 807&micro;s, 0.00%<br />Exclusive time: 644&micro;s, 0.00%</p>","incl_time":0.0008073,"subname":"Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint","$color":3,"excl_time":0.000644000000001188,"$area":0.000644000000001188},"id":"8026-Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint"},{"name":"is_subtype_of","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::is_subtype_of</b></p><p><br />Called 650 times from 5 places in 5 files<br />Inclusive time: 116ms, 0.16%<br />Exclusive time: 22.3ms, 0.03%</p>","incl_time":0.1163031,"subname":"Moose::Meta::TypeConstraint::is_subtype_of","$color":3,"excl_time":0.0222967999997057,"$area":0.0222967999997057},"id":"8027-Moose::Meta::TypeConstraint::is_subtype_of"},{"name":"SourceType","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::SourceType</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 342&micro;s, 0.00%<br />Exclusive time: 222&micro;s, 0.00%</p>","incl_time":0.0003418,"subname":"Moose::Meta::TypeConstraint::SourceType","$color":3,"excl_time":0.000222099999993838,"$area":0.000222099999993838},"id":"8028-Moose::Meta::TypeConstraint::SourceType"},{"name":"has_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint</b></p><p><br />Called 2766 times from 3 places in 1 file<br />Inclusive time: 4.90ms, 0.01%</p>","incl_time":0.00490490000000005,"subname":"Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint","$color":3,"excl_time":0.00490490000000005,"$area":0.00490490000000005},"id":"8029-Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:77]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:77]</b></p><p><br />Called 340 times from 1 place in 1 file<br />Inclusive time: 1.93ms, 0.00%</p>","incl_time":0.0019334,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:77]","$color":3,"excl_time":0.0019334,"$area":0.0019334},"id":"8030-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:77]"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::meta</b></p><p><br />Called 11 times from 11 places in 1 file<br />Inclusive time: 144&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0001438,"subname":"Moose::Meta::TypeConstraint::meta","$color":3,"excl_time":6.62000000000723e-05,"$area":6.62000000000723e-05},"id":"8031-Moose::Meta::TypeConstraint::meta"},{"name":"_inline_check","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_inline_check</b></p><p><br />Called 1684 times from 16 places in 7 files<br />Inclusive time: 66.2ms, 0.09%<br />Exclusive time: 23.6ms, 0.03%<br />Recursion: max depth 2, recursive inclusive time 24.4ms</p>","incl_time":0.0661544,"subname":"Moose::Meta::TypeConstraint::_inline_check","$color":3,"excl_time":0.0236009999998495,"$area":0.0236009999998495},"id":"8032-Moose::Meta::TypeConstraint::_inline_check"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:42]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:42]</b></p><p><br />Called 53 times from 2 places in 2 files<br />Inclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0001157,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:42]","$color":3,"excl_time":0.0001157,"$area":0.0001157},"id":"8033-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:42]"},{"name":"hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::hand_optimized_type_constraint</b></p><p><br />Called 238 times from 2 places in 2 files<br />Inclusive time: 586&micro;s, 0.00%</p>","incl_time":0.0005858,"subname":"Moose::Meta::TypeConstraint::hand_optimized_type_constraint","$color":3,"excl_time":0.0005858,"$area":0.0005858},"id":"8034-Moose::Meta::TypeConstraint::hand_optimized_type_constraint"},{"name":"message","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::message</b></p><p><br />Called 14 times from 3 places in 3 files<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Moose::Meta::TypeConstraint::message","$color":3,"excl_time":3.27e-05,"$area":3.27e-05},"id":"8035-Moose::Meta::TypeConstraint::message"},{"name":"compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::compile_type_constraint</b></p><p><br />Called 599 times from 5 places in 5 files<br />Inclusive time: 140ms, 0.20%<br />Exclusive time: 4.28ms, 0.01%</p>","incl_time":0.1395505,"subname":"Moose::Meta::TypeConstraint::compile_type_constraint","$color":3,"excl_time":0.0042769999999969,"$area":0.0042769999999969},"id":"8036-Moose::Meta::TypeConstraint::compile_type_constraint"},{"name":"coerce","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::coerce</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.17e-05,"subname":"Moose::Meta::TypeConstraint::coerce","$color":3,"excl_time":1.35000000000828e-05,"$area":1.35000000000828e-05},"id":"8037-Moose::Meta::TypeConstraint::coerce"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@11","$color":3,"excl_time":8.89999999999963e-06,"$area":8.89999999999963e-06},"id":"8038-Moose::Meta::TypeConstraint::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@14","$color":3,"excl_time":1.10999999999904e-05,"$area":1.10999999999904e-05},"id":"8039-Moose::Meta::TypeConstraint::BEGIN@14"},{"name":"constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::constraint</b></p><p><br />Called 11401 times from 6 places in 1 file<br />Inclusive time: 17.5ms, 0.02%</p>","incl_time":0.0175003000000003,"subname":"Moose::Meta::TypeConstraint::constraint","$color":3,"excl_time":0.0175003000000003,"$area":0.0175003000000003},"id":"8040-Moose::Meta::TypeConstraint::constraint"},{"name":"has_message","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_message</b></p><p><br />Called 1398 times from 5 places in 5 files<br />Inclusive time: 2.54ms, 0.00%</p>","incl_time":0.0025446,"subname":"Moose::Meta::TypeConstraint::has_message","$color":3,"excl_time":0.0025446,"$area":0.0025446},"id":"8041-Moose::Meta::TypeConstraint::has_message"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.37ms, 0.00%<br />Exclusive time: 563&micro;s, 0.00%</p>","incl_time":0.0013739,"subname":"Moose::Meta::TypeConstraint::BEGIN@12","$color":3,"excl_time":0.000563200000000002,"$area":0.000563200000000002},"id":"8042-Moose::Meta::TypeConstraint::BEGIN@12"},{"name":"_compiled_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compiled_type_constraint</b></p><p><br />Called 1173 times from 10 places in 7 files<br />Inclusive time: 5.42ms, 0.01%</p>","incl_time":0.0054193,"subname":"Moose::Meta::TypeConstraint::_compiled_type_constraint","$color":3,"excl_time":0.0054193,"$area":0.0054193},"id":"8043-Moose::Meta::TypeConstraint::_compiled_type_constraint"},{"name":"is_a_type_of","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::is_a_type_of</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 1.33ms, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0013305,"subname":"Moose::Meta::TypeConstraint::is_a_type_of","$color":3,"excl_time":0.000193999999999682,"$area":0.000193999999999682},"id":"8044-Moose::Meta::TypeConstraint::is_a_type_of"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@24","$color":3,"excl_time":7.2000000000065e-06,"$area":7.2000000000065e-06},"id":"8045-Moose::Meta::TypeConstraint::BEGIN@24"},{"name":"_inline_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_inline_environment</b></p><p><br />Called 1707 times from 1 place in 1 file<br />Inclusive time: 3.20ms, 0.00%</p>","incl_time":0.00320160000000001,"subname":"Moose::Meta::TypeConstraint::_inline_environment","$color":3,"excl_time":0.00320160000000001,"$area":0.00320160000000001},"id":"8046-Moose::Meta::TypeConstraint::_inline_environment"},{"name":"name","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::name</b></p><p><br />Called 928 times from 12 places in 8 files<br />Inclusive time: 2.06ms, 0.00%</p>","incl_time":0.0020635,"subname":"Moose::Meta::TypeConstraint::name","$color":3,"excl_time":0.0020635,"$area":0.0020635},"id":"8047-Moose::Meta::TypeConstraint::name"},{"name":"_actually_compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_actually_compile_type_constraint</b></p><p><br />Called 586 times from 1 place in 1 file<br />Inclusive time: 131ms, 0.18%<br />Exclusive time: 7.91ms, 0.01%</p>","incl_time":0.1307945,"subname":"Moose::Meta::TypeConstraint::_actually_compile_type_constraint","$color":3,"excl_time":0.00790609999998856,"$area":0.00790609999998856},"id":"8048-Moose::Meta::TypeConstraint::_actually_compile_type_constraint"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:14]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:14]</b></p><p><br />Called 4358 times from 1 place in 1 file<br />Inclusive time: 13.8ms, 0.02%<br />Exclusive time: 11.6ms, 0.02%</p>","incl_time":0.0138232,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:14]","$color":3,"excl_time":0.0116368000002564,"$area":0.0116368000002564},"id":"8049-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:14]"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@19","$color":3,"excl_time":7.10000000001238e-06,"$area":7.10000000001238e-06},"id":"8050-Moose::Meta::TypeConstraint::BEGIN@19"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:15]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:15]</b></p><p><br />Called 17 times from 3 places in 2 files<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001041,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:15]","$color":3,"excl_time":6.46000000002519e-05,"$area":6.46000000002519e-05},"id":"8051-Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:15]"},{"name":"equals","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::equals</b></p><p><br />Called 2179 times from 2 places in 1 file<br />Inclusive time: 74.3ms, 0.10%<br />Exclusive time: 35.6ms, 0.05%</p>","incl_time":0.0743475000000001,"subname":"Moose::Meta::TypeConstraint::equals","$color":3,"excl_time":0.0355712999998472,"$area":0.0355712999998472},"id":"8052-Moose::Meta::TypeConstraint::equals"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 249&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002493,"subname":"Moose::Meta::TypeConstraint::BEGIN@21","$color":3,"excl_time":8.30000000000882e-06,"$area":8.30000000000882e-06},"id":"8053-Moose::Meta::TypeConstraint::BEGIN@21"},{"name":"_compile_subtype","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compile_subtype</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 1.34ms, 0.00%<br />Exclusive time: 648&micro;s, 0.00%</p>","incl_time":0.0013377,"subname":"Moose::Meta::TypeConstraint::_compile_subtype","$color":3,"excl_time":0.000647999999995877,"$area":0.000647999999995877},"id":"8054-Moose::Meta::TypeConstraint::_compile_subtype"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_new</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 4.46ms, 0.01%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0044624,"subname":"Moose::Meta::TypeConstraint::_new","$color":3,"excl_time":0.00103420000000056,"$area":0.00103420000000056},"id":"8055-Moose::Meta::TypeConstraint::_new"},{"name":"::Parameterized","children":[{"name":"parameterized_from","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::parameterized_from</b></p><p><br />Called 491 times from 3 places in 1 file<br />Inclusive time: 843&micro;s, 0.00%</p>","incl_time":0.000842999999999999,"subname":"Moose::Meta::TypeConstraint::Parameterized::parameterized_from","$color":5,"excl_time":0.000842999999999999,"$area":0.000842999999999999},"id":"8057-Moose::Meta::TypeConstraint::Parameterized::parameterized_from"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@10","$color":5,"excl_time":7.8000000000055e-06,"$area":7.8000000000055e-06},"id":"8058-Moose::Meta::TypeConstraint::Parameterized::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.70ms, 0.00%<br />Exclusive time: 710&micro;s, 0.00%</p>","incl_time":0.0026997,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@15","$color":5,"excl_time":0.00070950000000003,"$area":0.00070950000000003},"id":"8059-Moose::Meta::TypeConstraint::Parameterized::BEGIN@15"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 463&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0004631,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@11","$color":5,"excl_time":6.49999999999853e-06,"$area":6.49999999999853e-06},"id":"8060-Moose::Meta::TypeConstraint::Parameterized::BEGIN@11"},{"name":"equals","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::equals</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 180&micro;s, 0.00%<br />Exclusive time: 85&micro;s, 0.00%</p>","incl_time":0.0001801,"subname":"Moose::Meta::TypeConstraint::Parameterized::equals","$color":5,"excl_time":8.50999999993776e-05,"$area":8.50999999993776e-05},"id":"8061-Moose::Meta::TypeConstraint::Parameterized::equals"},{"name":"_inline_check","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::_inline_check</b></p><p><br />Called 89 times from 4 places in 4 files<br />Inclusive time: 20.2ms, 0.03%<br />Exclusive time: 1.04ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 3.03ms</p>","incl_time":0.0202129,"subname":"Moose::Meta::TypeConstraint::Parameterized::_inline_check","$color":5,"excl_time":0.00103869999998906,"$area":0.00103869999998906},"id":"8062-Moose::Meta::TypeConstraint::Parameterized::_inline_check"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@2","$color":5,"excl_time":1.05e-05,"$area":1.05e-05},"id":"8063-Moose::Meta::TypeConstraint::Parameterized::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@9","$color":5,"excl_time":8.69999999999412e-06,"$area":8.69999999999412e-06},"id":"8064-Moose::Meta::TypeConstraint::Parameterized::BEGIN@9"},{"name":"inline_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::inline_environment</b></p><p><br />Called 136 times from 5 places in 5 files<br />Inclusive time: 12.9ms, 0.02%<br />Exclusive time: 2.31ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.15ms</p>","incl_time":0.0129467,"subname":"Moose::Meta::TypeConstraint::Parameterized::inline_environment","$color":5,"excl_time":0.00231039999999043,"$area":0.00231039999999043},"id":"8065-Moose::Meta::TypeConstraint::Parameterized::inline_environment"},{"name":"can_be_inlined","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::can_be_inlined</b></p><p><br />Called 266 times from 6 places in 4 files<br />Inclusive time: 20.9ms, 0.03%<br />Exclusive time: 3.52ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 2.29ms</p>","incl_time":0.0209206,"subname":"Moose::Meta::TypeConstraint::Parameterized::can_be_inlined","$color":5,"excl_time":0.00352239999999339,"$area":0.00352239999999339},"id":"8066-Moose::Meta::TypeConstraint::Parameterized::can_be_inlined"},{"name":"has_parameterized_from","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::has_parameterized_from</b></p><p><br />Called 402 times from 2 places in 1 file<br />Inclusive time: 699&micro;s, 0.00%</p>","incl_time":0.000698999999999999,"subname":"Moose::Meta::TypeConstraint::Parameterized::has_parameterized_from","$color":5,"excl_time":0.000698999999999999,"$area":0.000698999999999999},"id":"8067-Moose::Meta::TypeConstraint::Parameterized::has_parameterized_from"},{"name":"compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::compile_type_constraint</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 43.8ms, 0.06%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.0437985,"subname":"Moose::Meta::TypeConstraint::Parameterized::compile_type_constraint","$color":5,"excl_time":0.00118830000000229,"$area":0.00118830000000229},"id":"8068-Moose::Meta::TypeConstraint::Parameterized::compile_type_constraint"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@14","$color":5,"excl_time":8.9e-06,"$area":8.9e-06},"id":"8069-Moose::Meta::TypeConstraint::Parameterized::BEGIN@14"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@17","$color":5,"excl_time":9.19999999999525e-06,"$area":9.19999999999525e-06},"id":"8070-Moose::Meta::TypeConstraint::Parameterized::BEGIN@17"},{"name":"type_parameter","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::type_parameter</b></p><p><br />Called 572 times from 6 places in 3 files<br />Inclusive time: 1.03ms, 0.00%</p>","incl_time":0.0010259,"subname":"Moose::Meta::TypeConstraint::Parameterized::type_parameter","$color":5,"excl_time":0.0010259,"$area":0.0010259},"id":"8071-Moose::Meta::TypeConstraint::Parameterized::type_parameter"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::meta</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::meta","$color":5,"excl_time":1.54000000000118e-05,"$area":1.54000000000118e-05},"id":"8072-Moose::Meta::TypeConstraint::Parameterized::meta"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@13","$color":5,"excl_time":7.80000000001325e-06,"$area":7.80000000001325e-06},"id":"8073-Moose::Meta::TypeConstraint::Parameterized::BEGIN@13"},{"name":"has_type_parameter","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::has_type_parameter</b></p><p><br />Called 167 times from 2 places in 1 file<br />Inclusive time: 307&micro;s, 0.00%</p>","incl_time":0.0003069,"subname":"Moose::Meta::TypeConstraint::Parameterized::has_type_parameter","$color":5,"excl_time":0.0003069,"$area":0.0003069},"id":"8074-Moose::Meta::TypeConstraint::Parameterized::has_type_parameter"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::_new</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 1.92ms, 0.00%</p>","incl_time":0.0020619,"subname":"Moose::Meta::TypeConstraint::Parameterized::_new","$color":5,"excl_time":0.00191919999999973,"$area":0.00191919999999973},"id":"8075-Moose::Meta::TypeConstraint::Parameterized::_new"}],"data":{"$area":0.0137231999999743},"id":"n8056"},{"name":"::Role","children":[{"name":"_create_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 1.90ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0019039,"subname":"Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint","$color":7,"excl_time":0.00127029999999832,"$area":0.00127029999999832},"id":"8077-Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@15","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"8078-Moose::Meta::TypeConstraint::Role::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@9","$color":7,"excl_time":1.3399999999996e-05,"$area":1.3399999999996e-05},"id":"8079-Moose::Meta::TypeConstraint::Role::BEGIN@9"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::_new</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 4.72ms, 0.01%<br />Exclusive time: 4.38ms, 0.01%</p>","incl_time":0.0047236,"subname":"Moose::Meta::TypeConstraint::Role::_new","$color":7,"excl_time":0.00437650000001439,"$area":0.00437650000001439},"id":"8080-Moose::Meta::TypeConstraint::Role::_new"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32]</b></p><p><br />Called 165 times from 1 place in 1 file<br />Inclusive time: 2.61ms, 0.00%<br />Exclusive time: 1.62ms, 0.00%</p>","incl_time":0.0026074,"subname":"Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32]","$color":7,"excl_time":0.0016234000000019,"$area":0.0016234000000019},"id":"8081-Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32]"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 486&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004858,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@11","$color":7,"excl_time":1.03000000000102e-05,"$area":1.03000000000102e-05},"id":"8082-Moose::Meta::TypeConstraint::Role::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@14","$color":7,"excl_time":7.6000000000095e-06,"$area":7.6000000000095e-06},"id":"8083-Moose::Meta::TypeConstraint::Role::BEGIN@14"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:56]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:56]</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 556&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0005564,"subname":"Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:56]","$color":7,"excl_time":4.13000000058936e-05,"$area":4.13000000058936e-05},"id":"8084-Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:56]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@17","$color":7,"excl_time":6.40000000000101e-06,"$area":6.40000000000101e-06},"id":"8085-Moose::Meta::TypeConstraint::Role::BEGIN@17"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@13","$color":7,"excl_time":1.25999999999965e-05,"$area":1.25999999999965e-05},"id":"8086-Moose::Meta::TypeConstraint::Role::BEGIN@13"},{"name":"role","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::role</b></p><p><br />Called 287 times from 3 places in 2 files<br />Inclusive time: 639&micro;s, 0.00%</p>","incl_time":0.0006392,"subname":"Moose::Meta::TypeConstraint::Role::role","$color":7,"excl_time":0.0006392,"$area":0.0006392},"id":"8087-Moose::Meta::TypeConstraint::Role::role"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::new</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 53.6ms, 0.08%<br />Exclusive time: 3.14ms, 0.00%</p>","incl_time":0.0536028,"subname":"Moose::Meta::TypeConstraint::Role::new","$color":7,"excl_time":0.00313649999999676,"$area":0.00313649999999676},"id":"8088-Moose::Meta::TypeConstraint::Role::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@10","$color":7,"excl_time":1.23999999999891e-05,"$area":1.23999999999891e-05},"id":"8089-Moose::Meta::TypeConstraint::Role::BEGIN@10"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Moose::Meta::TypeConstraint::Role::meta","$color":7,"excl_time":1.3099999999987e-05,"$area":1.3099999999987e-05},"id":"8090-Moose::Meta::TypeConstraint::Role::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@2","$color":7,"excl_time":2.42e-05,"$area":2.42e-05},"id":"8091-Moose::Meta::TypeConstraint::Role::BEGIN@2"}],"data":{"$area":0.0111913000000173},"id":"n8076"},{"name":"::Parameterizable","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@15","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"8093-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@15"},{"name":"_parse_type_parameter","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::_parse_type_parameter</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 8.32ms, 0.01%<br />Exclusive time: 155&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 787&micro;s</p>","incl_time":0.0083241,"subname":"Moose::Meta::TypeConstraint::Parameterizable::_parse_type_parameter","$color":9,"excl_time":0.000154899999999137,"$area":0.000154899999999137},"id":"8094-Moose::Meta::TypeConstraint::Parameterizable::_parse_type_parameter"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13","$color":9,"excl_time":6.9999999999975e-06,"$area":6.9999999999975e-06},"id":"8095-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@14","$color":9,"excl_time":8.2e-06,"$area":8.2e-06},"id":"8096-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@14"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@17","$color":9,"excl_time":1.0099999999998e-05,"$area":1.0099999999998e-05},"id":"8097-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@17"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@10","$color":9,"excl_time":1.00999999999979e-05,"$area":1.00999999999979e-05},"id":"8098-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 445&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0004452,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11","$color":9,"excl_time":6.50000000001371e-06,"$area":6.50000000001371e-06},"id":"8099-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11"},{"name":"constraint_generator","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::constraint_generator</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%</p>","incl_time":8.21e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::constraint_generator","$color":9,"excl_time":8.21e-05,"$area":8.21e-05},"id":"8100-Moose::Meta::TypeConstraint::Parameterizable::constraint_generator"},{"name":"parameterize","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::parameterize</b></p><p><br />Called 31 times from 2 places in 2 files<br />Inclusive time: 55.5ms, 0.08%<br />Exclusive time: 1.01ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 4.83ms</p>","incl_time":0.0554936,"subname":"Moose::Meta::TypeConstraint::Parameterizable::parameterize","$color":9,"excl_time":0.0010123000000008,"$area":0.0010123000000008},"id":"8101-Moose::Meta::TypeConstraint::Parameterizable::parameterize"},{"name":"has_constraint_generator","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::has_constraint_generator</b></p><p><br />Called 76 times from 1 place in 1 file<br />Inclusive time: 157&micro;s, 0.00%</p>","incl_time":0.0001569,"subname":"Moose::Meta::TypeConstraint::Parameterizable::has_constraint_generator","$color":9,"excl_time":0.0001569,"$area":0.0001569},"id":"8102-Moose::Meta::TypeConstraint::Parameterizable::has_constraint_generator"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@2","$color":9,"excl_time":9.6e-06,"$area":9.6e-06},"id":"8103-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@2"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::_new</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.06ms, 0.00%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.001056,"subname":"Moose::Meta::TypeConstraint::Parameterizable::_new","$color":9,"excl_time":0.000176199999999736,"$area":0.000176199999999736},"id":"8104-Moose::Meta::TypeConstraint::Parameterizable::_new"},{"name":"inline_generator","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::inline_generator</b></p><p><br />Called 89 times from 1 place in 1 file<br />Inclusive time: 195&micro;s, 0.00%</p>","incl_time":0.000195,"subname":"Moose::Meta::TypeConstraint::Parameterizable::inline_generator","$color":9,"excl_time":0.000195,"$area":0.000195},"id":"8105-Moose::Meta::TypeConstraint::Parameterizable::inline_generator"},{"name":"generate_constraint_for","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::generate_constraint_for</b></p><p><br />Called 76 times from 1 place in 1 file<br />Inclusive time: 18.1ms, 0.03%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0181128,"subname":"Moose::Meta::TypeConstraint::Parameterizable::generate_constraint_for","$color":9,"excl_time":0.00116559999999218,"$area":0.00116559999999218},"id":"8106-Moose::Meta::TypeConstraint::Parameterizable::generate_constraint_for"},{"name":"generate_inline_for","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::generate_inline_for</b></p><p><br />Called 89 times from 1 place in 1 file<br />Inclusive time: 13.0ms, 0.02%<br />Exclusive time: 1.02ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.97ms</p>","incl_time":0.0129974,"subname":"Moose::Meta::TypeConstraint::Parameterizable::generate_inline_for","$color":9,"excl_time":0.00101930000000685,"$area":0.00101930000000685},"id":"8107-Moose::Meta::TypeConstraint::Parameterizable::generate_inline_for"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::meta</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::meta","$color":9,"excl_time":1.50000000000155e-05,"$area":1.50000000000155e-05},"id":"8108-Moose::Meta::TypeConstraint::Parameterizable::meta"},{"name":"has_inline_generator","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::has_inline_generator</b></p><p><br />Called 355 times from 2 places in 2 files<br />Inclusive time: 601&micro;s, 0.00%</p>","incl_time":0.000600999999999998,"subname":"Moose::Meta::TypeConstraint::Parameterizable::has_inline_generator","$color":9,"excl_time":0.000600999999999998,"$area":0.000600999999999998},"id":"8109-Moose::Meta::TypeConstraint::Parameterizable::has_inline_generator"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9","$color":9,"excl_time":8.0000000000085e-06,"$area":8.0000000000085e-06},"id":"8110-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9"}],"data":{"$area":0.00464149999999874},"id":"n8092"},{"name":"::Enum","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@10","$color":0,"excl_time":7.1000000000055e-06,"$area":7.1000000000055e-06},"id":"8112-Moose::Meta::TypeConstraint::Enum::BEGIN@10"},{"name":"_inline_var_name","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::_inline_var_name</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Moose::Meta::TypeConstraint::Enum::_inline_var_name","$color":0,"excl_time":1.61e-05,"$area":1.61e-05},"id":"8113-Moose::Meta::TypeConstraint::Enum::_inline_var_name"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@14","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"8114-Moose::Meta::TypeConstraint::Enum::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 462&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0004617,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@11","$color":0,"excl_time":7.10000000000055e-06,"$area":7.10000000000055e-06},"id":"8115-Moose::Meta::TypeConstraint::Enum::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Enum.pm:35]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Enum.pm:35]</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":7.35e-05,"subname":"Moose::Meta::TypeConstraint::Enum::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Enum.pm:35]","$color":0,"excl_time":5.74000000003697e-05,"$area":5.74000000003697e-05},"id":"8116-Moose::Meta::TypeConstraint::Enum::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Enum.pm:35]"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.76e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@16","$color":0,"excl_time":7.00000000000601e-06,"$area":7.00000000000601e-06},"id":"8117-Moose::Meta::TypeConstraint::Enum::BEGIN@16"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::_new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 246&micro;s, 0.00%<br />Exclusive time: 244&micro;s, 0.00%</p>","incl_time":0.0002459,"subname":"Moose::Meta::TypeConstraint::Enum::_new","$color":0,"excl_time":0.000243800000000328,"$area":0.000243800000000328},"id":"8118-Moose::Meta::TypeConstraint::Enum::_new"},{"name":"constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::constraint</b></p><p><br />Called 35 times from 3 places in 1 file<br />Inclusive time: 397&micro;s, 0.00%<br />Exclusive time: 344&micro;s, 0.00%</p>","incl_time":0.0003974,"subname":"Moose::Meta::TypeConstraint::Enum::constraint","$color":0,"excl_time":0.000344299999999639,"$area":0.000344299999999639},"id":"8119-Moose::Meta::TypeConstraint::Enum::constraint"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::meta</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"Moose::Meta::TypeConstraint::Enum::meta","$color":0,"excl_time":1.4000000000007e-05,"$area":1.4000000000007e-05},"id":"8120-Moose::Meta::TypeConstraint::Enum::meta"},{"name":"values","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::values</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"Moose::Meta::TypeConstraint::Enum::values","$color":0,"excl_time":5.31e-05,"$area":5.31e-05},"id":"8121-Moose::Meta::TypeConstraint::Enum::values"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.62ms, 0.00%<br />Exclusive time: 151&micro;s, 0.00%</p>","incl_time":0.001621,"subname":"Moose::Meta::TypeConstraint::Enum::new","$color":0,"excl_time":0.000151299999999649,"$area":0.000151299999999649},"id":"8122-Moose::Meta::TypeConstraint::Enum::new"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@13","$color":0,"excl_time":8.00000000001263e-06,"$area":8.00000000001263e-06},"id":"8123-Moose::Meta::TypeConstraint::Enum::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@9","$color":0,"excl_time":8.69999999999125e-06,"$area":8.69999999999125e-06},"id":"8124-Moose::Meta::TypeConstraint::Enum::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@2","$color":0,"excl_time":9.8e-06,"$area":9.8e-06},"id":"8125-Moose::Meta::TypeConstraint::Enum::BEGIN@2"}],"data":{"$area":0.000931900000000008},"id":"n8111"},{"name":"::DuckType","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 206&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002062,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@16","$color":2,"excl_time":7.89999999998764e-06,"$area":7.89999999998764e-06},"id":"8127-Moose::Meta::TypeConstraint::DuckType::BEGIN@16"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.48e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@20","$color":2,"excl_time":7.20000000000901e-06,"$area":7.20000000000901e-06},"id":"8128-Moose::Meta::TypeConstraint::DuckType::BEGIN@20"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@10","$color":2,"excl_time":7.39999999999212e-06,"$area":7.39999999999212e-06},"id":"8129-Moose::Meta::TypeConstraint::DuckType::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@9","$color":2,"excl_time":8.19999999999988e-06,"$area":8.19999999999988e-06},"id":"8130-Moose::Meta::TypeConstraint::DuckType::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/DuckType.pm:39]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/DuckType.pm:39]</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 469&micro;s, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0004694,"subname":"Moose::Meta::TypeConstraint::DuckType::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/DuckType.pm:39]","$color":2,"excl_time":0.000160800000000119,"$area":0.000160800000000119},"id":"8131-Moose::Meta::TypeConstraint::DuckType::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/DuckType.pm:39]"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.55ms, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.00155,"subname":"Moose::Meta::TypeConstraint::DuckType::new","$color":2,"excl_time":9.32999999999116e-05,"$area":9.32999999999116e-05},"id":"8132-Moose::Meta::TypeConstraint::DuckType::new"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@13","$color":2,"excl_time":8.500000000008e-06,"$area":8.500000000008e-06},"id":"8133-Moose::Meta::TypeConstraint::DuckType::BEGIN@13"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::meta","$color":2,"excl_time":9.80000000000538e-06,"$area":9.80000000000538e-06},"id":"8134-Moose::Meta::TypeConstraint::DuckType::meta"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 471&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0004708,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@11","$color":2,"excl_time":6.29999999999338e-06,"$area":6.29999999999338e-06},"id":"8135-Moose::Meta::TypeConstraint::DuckType::BEGIN@11"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@18","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"8136-Moose::Meta::TypeConstraint::DuckType::BEGIN@18"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.11e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@14","$color":2,"excl_time":7.4999999999875e-06,"$area":7.4999999999875e-06},"id":"8137-Moose::Meta::TypeConstraint::DuckType::BEGIN@14"},{"name":"create_child_type","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::create_child_type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 440&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0004403,"subname":"Moose::Meta::TypeConstraint::DuckType::create_child_type","$color":2,"excl_time":7.49999999998907e-06,"$area":7.49999999998907e-06},"id":"8138-Moose::Meta::TypeConstraint::DuckType::create_child_type"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::_new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 275&micro;s, 0.00%<br />Exclusive time: 267&micro;s, 0.00%</p>","incl_time":0.0002749,"subname":"Moose::Meta::TypeConstraint::DuckType::_new","$color":2,"excl_time":0.000267099999999887,"$area":0.000267099999999887},"id":"8139-Moose::Meta::TypeConstraint::DuckType::_new"},{"name":"methods","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::methods</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::methods","$color":2,"excl_time":1.88e-05,"$area":1.88e-05},"id":"8140-Moose::Meta::TypeConstraint::DuckType::methods"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@15","$color":2,"excl_time":8.5e-06,"$area":8.5e-06},"id":"8141-Moose::Meta::TypeConstraint::DuckType::BEGIN@15"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@2","$color":2,"excl_time":1.02e-05,"$area":1.02e-05},"id":"8142-Moose::Meta::TypeConstraint::DuckType::BEGIN@2"}],"data":{"$area":0.000633599999999889},"id":"n8126"},{"name":"::Registry","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 300&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002998,"subname":"Moose::Meta::TypeConstraint::Registry::new","$color":4,"excl_time":9.7999999999875e-06,"$area":9.7999999999875e-06},"id":"8144-Moose::Meta::TypeConstraint::Registry::new"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.82e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@14","$color":4,"excl_time":7.999999999992e-06,"$area":7.999999999992e-06},"id":"8145-Moose::Meta::TypeConstraint::Registry::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@11","$color":4,"excl_time":7.79999999999875e-06,"$area":7.79999999999875e-06},"id":"8146-Moose::Meta::TypeConstraint::Registry::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@10","$color":4,"excl_time":8.90000000001325e-06,"$area":8.90000000001325e-06},"id":"8147-Moose::Meta::TypeConstraint::Registry::BEGIN@10"},{"name":"get_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::get_type_constraint</b></p><p><br />Called 1978 times from 7 places in 2 files<br />Inclusive time: 11.7ms, 0.02%<br />Exclusive time: 8.90ms, 0.01%</p>","incl_time":0.0116691,"subname":"Moose::Meta::TypeConstraint::Registry::get_type_constraint","$color":4,"excl_time":0.00890370000004842,"$area":0.00890370000004842},"id":"8148-Moose::Meta::TypeConstraint::Registry::get_type_constraint"},{"name":"has_parent_registry","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::has_parent_registry</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Moose::Meta::TypeConstraint::Registry::has_parent_registry","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"8149-Moose::Meta::TypeConstraint::Registry::has_parent_registry"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@3","$color":4,"excl_time":1.09e-05,"$area":1.09e-05},"id":"8150-Moose::Meta::TypeConstraint::Registry::BEGIN@3"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 503&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0005031,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@12","$color":4,"excl_time":7.0000000000006e-06,"$area":7.0000000000006e-06},"id":"8151-Moose::Meta::TypeConstraint::Registry::BEGIN@12"},{"name":"has_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::has_type_constraint</b></p><p><br />Called 1995 times from 3 places in 2 files<br />Inclusive time: 14.3ms, 0.02%<br />Exclusive time: 10.4ms, 0.01%</p>","incl_time":0.0142514,"subname":"Moose::Meta::TypeConstraint::Registry::has_type_constraint","$color":4,"excl_time":0.0104015999999772,"$area":0.0104015999999772},"id":"8152-Moose::Meta::TypeConstraint::Registry::has_type_constraint"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::meta</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"Moose::Meta::TypeConstraint::Registry::meta","$color":4,"excl_time":1.39000000000041e-05,"$area":1.39000000000041e-05},"id":"8153-Moose::Meta::TypeConstraint::Registry::meta"},{"name":"type_constraints","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::type_constraints</b></p><p><br />Called 4305 times from 4 places in 2 files<br />Inclusive time: 7.06ms, 0.01%</p>","incl_time":0.00706089999999997,"subname":"Moose::Meta::TypeConstraint::Registry::type_constraints","$color":4,"excl_time":0.00706089999999997,"$area":0.00706089999999997},"id":"8154-Moose::Meta::TypeConstraint::Registry::type_constraints"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Registry.pm:27]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Registry.pm:27]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"Moose::Meta::TypeConstraint::Registry::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Registry.pm:27]","$color":4,"excl_time":1.7e-06,"$area":1.7e-06},"id":"8155-Moose::Meta::TypeConstraint::Registry::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Registry.pm:27]"},{"name":"add_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::add_type_constraint</b></p><p><br />Called 331 times from 12 places in 3 files<br />Inclusive time: 8.08ms, 0.01%<br />Exclusive time: 5.47ms, 0.01%</p>","incl_time":0.0080785,"subname":"Moose::Meta::TypeConstraint::Registry::add_type_constraint","$color":4,"excl_time":0.00547110000002789,"$area":0.00547110000002789},"id":"8156-Moose::Meta::TypeConstraint::Registry::add_type_constraint"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.77e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@16","$color":4,"excl_time":7.5000000000075e-06,"$area":7.5000000000075e-06},"id":"8157-Moose::Meta::TypeConstraint::Registry::BEGIN@16"},{"name":"find_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::find_type_constraint</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 224&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0002237,"subname":"Moose::Meta::TypeConstraint::Registry::find_type_constraint","$color":4,"excl_time":7.27000000002098e-05,"$area":7.27000000002098e-05},"id":"8158-Moose::Meta::TypeConstraint::Registry::find_type_constraint"}],"data":{"$area":0.0319879000000537},"id":"n8143"},{"name":"::Union","children":[{"name":"coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::coercion</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 281&micro;s, 0.00%<br />Exclusive time: 235&micro;s, 0.00%</p>","incl_time":0.0002808,"subname":"Moose::Meta::TypeConstraint::Union::coercion","$color":6,"excl_time":0.000235199999989363,"$area":0.000235199999989363},"id":"8160-Moose::Meta::TypeConstraint::Union::coercion"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::new</b></p><p><br />Called 13 times from 2 places in 2 files<br />Inclusive time: 2.72ms, 0.00%<br />Exclusive time: 433&micro;s, 0.00%</p>","incl_time":0.0027162,"subname":"Moose::Meta::TypeConstraint::Union::new","$color":6,"excl_time":0.000433499999983709,"$area":0.000433499999983709},"id":"8161-Moose::Meta::TypeConstraint::Union::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@10","$color":6,"excl_time":8.5000000000085e-06,"$area":8.5000000000085e-06},"id":"8162-Moose::Meta::TypeConstraint::Union::BEGIN@10"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.13e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@19","$color":6,"excl_time":6.40000000000338e-06,"$area":6.40000000000338e-06},"id":"8163-Moose::Meta::TypeConstraint::Union::BEGIN@19"},{"name":"has_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::has_coercion</b></p><p><br />Called 38 times from 2 places in 2 files<br />Inclusive time: 438&micro;s, 0.00%<br />Exclusive time: 158&micro;s, 0.00%</p>","incl_time":0.0004384,"subname":"Moose::Meta::TypeConstraint::Union::has_coercion","$color":6,"excl_time":0.000157599999995922,"$area":0.000157599999995922},"id":"8164-Moose::Meta::TypeConstraint::Union::has_coercion"},{"name":"type_constraints","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::type_constraints</b></p><p><br />Called 176 times from 5 places in 1 file<br />Inclusive time: 303&micro;s, 0.00%</p>","incl_time":0.0003028,"subname":"Moose::Meta::TypeConstraint::Union::type_constraints","$color":6,"excl_time":0.0003028,"$area":0.0003028},"id":"8165-Moose::Meta::TypeConstraint::Union::type_constraints"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::_new</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 736&micro;s, 0.00%<br />Exclusive time: 674&micro;s, 0.00%</p>","incl_time":0.000736,"subname":"Moose::Meta::TypeConstraint::Union::_new","$color":6,"excl_time":0.000673500000004365,"$area":0.000673500000004365},"id":"8166-Moose::Meta::TypeConstraint::Union::_new"},{"name":"_actually_compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::_actually_compile_type_constraint</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.00%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0001515,"subname":"Moose::Meta::TypeConstraint::Union::_actually_compile_type_constraint","$color":6,"excl_time":0.000123799999993375,"$area":0.000123799999993375},"id":"8167-Moose::Meta::TypeConstraint::Union::_actually_compile_type_constraint"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 685&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0006854,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@12","$color":6,"excl_time":7.0000000000044e-06,"$area":7.0000000000044e-06},"id":"8168-Moose::Meta::TypeConstraint::Union::BEGIN@12"},{"name":"inline_environment","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::inline_environment</b></p><p><br />Called 51 times from 3 places in 3 files<br />Inclusive time: 3.00ms, 0.00%<br />Exclusive time: 653&micro;s, 0.00%</p>","incl_time":0.0029973,"subname":"Moose::Meta::TypeConstraint::Union::inline_environment","$color":6,"excl_time":0.00065339999999727,"$area":0.00065339999999727},"id":"8169-Moose::Meta::TypeConstraint::Union::inline_environment"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@11","$color":6,"excl_time":1.00000000000008e-05,"$area":1.00000000000008e-05},"id":"8170-Moose::Meta::TypeConstraint::Union::BEGIN@11"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@16","$color":6,"excl_time":8.10000000000088e-06,"$area":8.10000000000088e-06},"id":"8171-Moose::Meta::TypeConstraint::Union::BEGIN@16"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Moose::Meta::TypeConstraint::Union::meta","$color":6,"excl_time":1.08999999999996e-05,"$area":1.08999999999996e-05},"id":"8172-Moose::Meta::TypeConstraint::Union::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@3","$color":6,"excl_time":9.7e-06,"$area":9.7e-06},"id":"8173-Moose::Meta::TypeConstraint::Union::BEGIN@3"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::CORE:sort</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::TypeConstraint::Union::CORE:sort","$color":6,"excl_time":1.87e-05,"$area":1.87e-05},"id":"8174-Moose::Meta::TypeConstraint::Union::CORE:sort"},{"name":"_inline_check","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::_inline_check</b></p><p><br />Called 29 times from 2 places in 2 files<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 441&micro;s, 0.00%</p>","incl_time":0.0045477,"subname":"Moose::Meta::TypeConstraint::Union::_inline_check","$color":6,"excl_time":0.000441499999988616,"$area":0.000441499999988616},"id":"8175-Moose::Meta::TypeConstraint::Union::_inline_check"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Union.pm:78]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Union.pm:78]</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 815&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0008148,"subname":"Moose::Meta::TypeConstraint::Union::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Union.pm:78]","$color":6,"excl_time":3.36000000004066e-05,"$area":3.36000000004066e-05},"id":"8176-Moose::Meta::TypeConstraint::Union::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Union.pm:78]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@17","$color":6,"excl_time":7.39999999999912e-06,"$area":7.39999999999912e-06},"id":"8177-Moose::Meta::TypeConstraint::Union::BEGIN@17"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.03ms, 0.00%<br />Exclusive time: 424&micro;s, 0.00%</p>","incl_time":0.0010299,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@14","$color":6,"excl_time":0.000423699999999971,"$area":0.000423699999999971},"id":"8178-Moose::Meta::TypeConstraint::Union::BEGIN@14"},{"name":"can_be_inlined","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::can_be_inlined</b></p><p><br />Called 74 times from 3 places in 2 files<br />Inclusive time: 4.32ms, 0.01%<br />Exclusive time: 916&micro;s, 0.00%</p>","incl_time":0.0043208,"subname":"Moose::Meta::TypeConstraint::Union::can_be_inlined","$color":6,"excl_time":0.000915799999991904,"$area":0.000915799999991904},"id":"8179-Moose::Meta::TypeConstraint::Union::can_be_inlined"}],"data":{"$area":0.00448109999994492},"id":"n8159"},{"name":"::Class","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Class.pm:30]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Class.pm:30]</b></p><p><br />Called 444 times from 1 place in 1 file<br />Inclusive time: 6.64ms, 0.01%<br />Exclusive time: 4.34ms, 0.01%</p>","incl_time":0.0066382,"subname":"Moose::Meta::TypeConstraint::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Class.pm:30]","$color":8,"excl_time":0.00433630000000647,"$area":0.00433630000000647},"id":"8181-Moose::Meta::TypeConstraint::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Class.pm:30]"},{"name":"is_subtype_of","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::is_subtype_of</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 1.11ms, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0011116,"subname":"Moose::Meta::TypeConstraint::Class::is_subtype_of","$color":8,"excl_time":0.000208799999999574,"$area":0.000208799999999574},"id":"8182-Moose::Meta::TypeConstraint::Class::is_subtype_of"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@15","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"8183-Moose::Meta::TypeConstraint::Class::BEGIN@15"},{"name":"create_child_type","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::create_child_type</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 811&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0008113,"subname":"Moose::Meta::TypeConstraint::Class::create_child_type","$color":8,"excl_time":1.52000000001447e-05,"$area":1.52000000001447e-05},"id":"8184-Moose::Meta::TypeConstraint::Class::create_child_type"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@14","$color":8,"excl_time":7.19999999999513e-06,"$area":7.19999999999513e-06},"id":"8185-Moose::Meta::TypeConstraint::Class::BEGIN@14"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::_new</b></p><p><br />Called 137 times from 1 place in 1 file<br />Inclusive time: 6.02ms, 0.01%<br />Exclusive time: 5.60ms, 0.01%</p>","incl_time":0.0060213,"subname":"Moose::Meta::TypeConstraint::Class::_new","$color":8,"excl_time":0.00559710000002888,"$area":0.00559710000002888},"id":"8186-Moose::Meta::TypeConstraint::Class::_new"},{"name":"class","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::class</b></p><p><br />Called 554 times from 3 places in 3 files<br />Inclusive time: 1.33ms, 0.00%</p>","incl_time":0.0013284,"subname":"Moose::Meta::TypeConstraint::Class::class","$color":8,"excl_time":0.0013284,"$area":0.0013284},"id":"8187-Moose::Meta::TypeConstraint::Class::class"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::new</b></p><p><br />Called 137 times from 1 place in 1 file<br />Inclusive time: 89.7ms, 0.13%<br />Exclusive time: 3.72ms, 0.01%</p>","incl_time":0.0897144,"subname":"Moose::Meta::TypeConstraint::Class::new","$color":8,"excl_time":0.00372260000001587,"$area":0.00372260000001587},"id":"8188-Moose::Meta::TypeConstraint::Class::new"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 491&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0004905,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@11","$color":8,"excl_time":6.6999999999936e-06,"$area":6.6999999999936e-06},"id":"8189-Moose::Meta::TypeConstraint::Class::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@2","$color":8,"excl_time":1.02e-05,"$area":1.02e-05},"id":"8190-Moose::Meta::TypeConstraint::Class::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@13","$color":8,"excl_time":1.30999999999906e-05,"$area":1.30999999999906e-05},"id":"8191-Moose::Meta::TypeConstraint::Class::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@9","$color":8,"excl_time":8.19999999998837e-06,"$area":8.19999999998837e-06},"id":"8192-Moose::Meta::TypeConstraint::Class::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@10","$color":8,"excl_time":7.1000000000055e-06,"$area":7.1000000000055e-06},"id":"8193-Moose::Meta::TypeConstraint::Class::BEGIN@10"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Meta::TypeConstraint::Class::meta","$color":8,"excl_time":9.39999999999963e-06,"$area":9.39999999999963e-06},"id":"8194-Moose::Meta::TypeConstraint::Class::meta"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.82e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@17","$color":8,"excl_time":6.60000000000501e-06,"$area":6.60000000000501e-06},"id":"8195-Moose::Meta::TypeConstraint::Class::BEGIN@17"}],"data":{"$area":0.0152810000000509},"id":"n8180"}],"data":{"$area":0.33263229999899},"id":"n8001"}],"data":{"$area":1.19562769999754},"id":"n7067"},{"name":"::Role","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Moose::Role::BEGIN@12","$color":10,"excl_time":7.89999999999125e-06,"$area":7.89999999999125e-06},"id":"8197-Moose::Role::BEGIN@12"},{"name":"after","children":[],"data":{"tip":"<p><b>Moose::Role::after</b></p><p><br />Called 6 times from 4 places in 4 files<br />Inclusive time: 324&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0003241,"subname":"Moose::Role::after","$color":10,"excl_time":3.769999999998e-05,"$area":3.769999999998e-05},"id":"8198-Moose::Role::after"},{"name":"requires","children":[],"data":{"tip":"<p><b>Moose::Role::requires</b></p><p><br />Called 72 times from 36 places in 35 files<br />Inclusive time: 8.45ms, 0.01%<br />Exclusive time: 538&micro;s, 0.00%</p>","incl_time":0.0084495,"subname":"Moose::Role::requires","$color":10,"excl_time":0.000538299999998883,"$area":0.000538299999998883},"id":"8199-Moose::Role::requires"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001236,"subname":"Moose::Role::BEGIN@15","$color":10,"excl_time":7.09999999998066e-06,"$area":7.09999999998066e-06},"id":"8200-Moose::Role::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Role::BEGIN@9","$color":10,"excl_time":8.59999999999775e-06,"$area":8.59999999999775e-06},"id":"8201-Moose::Role::BEGIN@9"},{"name":"_add_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Role::_add_method_modifier</b></p><p><br />Called 35 times from 3 places in 1 file<br />Inclusive time: 1.42ms, 0.00%<br />Exclusive time: 186&micro;s, 0.00%</p>","incl_time":0.0014235,"subname":"Moose::Role::_add_method_modifier","$color":10,"excl_time":0.000185500000000039,"$area":0.000185500000000039},"id":"8202-Moose::Role::_add_method_modifier"},{"name":"super","children":[],"data":{"tip":"<p><b>Moose::Role::super</b></p><p><br />Called 80 times from 4 places in 3 files<br />Inclusive time: 9.36ms, 0.01%<br />Exclusive time: 277&micro;s, 0.00%</p>","incl_time":0.0093631,"subname":"Moose::Role::super","$color":10,"excl_time":0.000277300000001077,"$area":0.000277300000001077},"id":"8203-Moose::Role::super"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Moose::Role::BEGIN@17","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8204-Moose::Role::BEGIN@17"},{"name":"override","children":[],"data":{"tip":"<p><b>Moose::Role::override</b></p><p><br />Called 10 times from 6 places in 4 files<br />Inclusive time: 595&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0005946,"subname":"Moose::Role::override","$color":10,"excl_time":6.25000000004088e-05,"$area":6.25000000004088e-05},"id":"8205-Moose::Role::override"},{"name":"has","children":[],"data":{"tip":"<p><b>Moose::Role::has</b></p><p><br />Called 138 times from 64 places in 33 files<br />Inclusive time: 17.3ms, 0.02%<br />Exclusive time: 1.60ms, 0.00%</p>","incl_time":0.0172731,"subname":"Moose::Role::has","$color":10,"excl_time":0.00159719999999759,"$area":0.00159719999999759},"id":"8206-Moose::Role::has"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Role::BEGIN@8","$color":10,"excl_time":9.09999999999312e-06,"$area":9.09999999999312e-06},"id":"8207-Moose::Role::BEGIN@8"},{"name":"init_meta","children":[],"data":{"tip":"<p><b>Moose::Role::init_meta</b></p><p><br />Called 121 times from 3 places in 3 files<br />Inclusive time: 151ms, 0.21%<br />Exclusive time: 4.39ms, 0.01%</p>","incl_time":0.1506271,"subname":"Moose::Role::init_meta","$color":10,"excl_time":0.00439379999999977,"$area":0.00439379999999977},"id":"8208-Moose::Role::init_meta"},{"name":"around","children":[],"data":{"tip":"<p><b>Moose::Role::around</b></p><p><br />Called 52 times from 25 places in 20 files<br />Inclusive time: 2.68ms, 0.00%<br />Exclusive time: 291&micro;s, 0.00%</p>","incl_time":0.0026839,"subname":"Moose::Role::around","$color":10,"excl_time":0.000291400000000424,"$area":0.000291400000000424},"id":"8209-Moose::Role::around"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0015023,"subname":"Moose::Role::BEGIN@22","$color":10,"excl_time":7.4999999999817e-06,"$area":7.4999999999817e-06},"id":"8210-Moose::Role::BEGIN@22"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Moose::Role::BEGIN@11","$color":10,"excl_time":8.30000000000313e-06,"$area":8.30000000000313e-06},"id":"8211-Moose::Role::BEGIN@11"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Moose::Role::BEGIN@18","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"8212-Moose::Role::BEGIN@18"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Role::BEGIN@21","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8213-Moose::Role::BEGIN@21"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"Moose::Role::BEGIN@13","$color":10,"excl_time":7.50000000000676e-06,"$area":7.50000000000676e-06},"id":"8214-Moose::Role::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Moose::Role::BEGIN@2","$color":10,"excl_time":9.6e-06,"$area":9.6e-06},"id":"8215-Moose::Role::BEGIN@2"},{"name":"with","children":[],"data":{"tip":"<p><b>Moose::Role::with</b></p><p><br />Called 104 times from 52 places in 52 files<br />Inclusive time: 1.77s, 2.49%<br />Exclusive time: 698&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 268ms</p>","incl_time":1.7656435,"subname":"Moose::Role::with","$color":10,"excl_time":0.000697500000006547,"$area":0.000697500000006547},"id":"8216-Moose::Role::with"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Role::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Moose::Role::BEGIN@20","$color":10,"excl_time":6.80000000002513e-06,"$area":6.80000000002513e-06},"id":"8217-Moose::Role::BEGIN@20"},{"name":"before","children":[],"data":{"tip":"<p><b>Moose::Role::before</b></p><p><br />Called 12 times from 7 places in 4 files<br />Inclusive time: 731&micro;s, 0.00%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":0.0007308,"subname":"Moose::Role::before","$color":10,"excl_time":7.99000000007674e-05,"$area":7.99000000007674e-05},"id":"8218-Moose::Role::before"}],"data":{"$area":0.00824690000000547},"id":"n8196"},{"name":"::Object","children":[{"name":"BEGIN@108","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@108</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":5.56e-05,"subname":"Moose::Object::BEGIN@108","$color":1,"excl_time":5.43000000000181e-05,"$area":5.43000000000181e-05},"id":"8220-Moose::Object::BEGIN@108"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Moose::Object::BEGIN@10","$color":1,"excl_time":8.20000000002475e-06,"$area":8.20000000002475e-06},"id":"8221-Moose::Object::BEGIN@10"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Moose::Object::BEGIN@16","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"8222-Moose::Object::BEGIN@16"},{"name":"does","children":[],"data":{"tip":"<p><b>Moose::Object::does</b></p><p><br />Called 109 times from 3 places in 3 files<br />Inclusive time: 7.10ms, 0.01%<br />Exclusive time: 1.39ms, 0.00%</p>","incl_time":0.0071028,"subname":"Moose::Object::does","$color":1,"excl_time":0.00138949999995645,"$area":0.00138949999995645},"id":"8223-Moose::Object::does"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Moose::Object::BEGIN@14","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"8224-Moose::Object::BEGIN@14"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Object::new</b></p><p><br />Called 22 times from 5 places in 4 files<br />Inclusive time: 808ms, 1.14%<br />Exclusive time: 446&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 772ms</p>","incl_time":0.8081091,"subname":"Moose::Object::new","$color":1,"excl_time":0.000446400000006233,"$area":0.000446400000006233},"id":"8225-Moose::Object::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Object::BEGIN@3","$color":1,"excl_time":9.8e-06,"$area":9.8e-06},"id":"8226-Moose::Object::BEGIN@3"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Object.pm:99]","children":[],"data":{"tip":"<p><b>Moose::Object::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Object.pm:99]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 260&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0002605,"subname":"Moose::Object::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Object.pm:99]","$color":1,"excl_time":0.000116400000004905,"$area":0.000116400000004905},"id":"8227-Moose::Object::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Object.pm:99]"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 273&micro;s, 0.00%<br />Exclusive time: 243&micro;s, 0.00%</p>","incl_time":0.0002732,"subname":"Moose::Object::BEGIN@19","$color":1,"excl_time":0.000242500000000005,"$area":0.000242500000000005},"id":"8228-Moose::Object::BEGIN@19"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Moose::Object::BEGIN@13","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"8229-Moose::Object::BEGIN@13"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Moose::Object::DESTROY</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 668&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0006682,"subname":"Moose::Object::DESTROY","$color":1,"excl_time":0.000200299999998369,"$area":0.000200299999998369},"id":"8230-Moose::Object::DESTROY"},{"name":"BUILDALL","children":[],"data":{"tip":"<p><b>Moose::Object::BUILDALL</b></p><p><br />Called 26 times from 1 place in 1 file<br />Inclusive time: 777ms, 1.09%<br />Exclusive time: 278&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 771ms</p>","incl_time":0.7768245,"subname":"Moose::Object::BUILDALL","$color":1,"excl_time":0.000277600000001112,"$area":0.000277600000001112},"id":"8231-Moose::Object::BUILDALL"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Moose::Object::BUILDARGS</b></p><p><br />Called 1125 times from 7 places in 7 files<br />Inclusive time: 7.00ms, 0.01%</p>","incl_time":0.0070018,"subname":"Moose::Object::BUILDARGS","$color":1,"excl_time":0.0070018,"$area":0.0070018},"id":"8232-Moose::Object::BUILDARGS"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.38ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0023807,"subname":"Moose::Object::BEGIN@20","$color":1,"excl_time":1.4399999999957e-05,"$area":1.4399999999957e-05},"id":"8233-Moose::Object::BEGIN@20"},{"name":"BEGIN@85","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@85</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Moose::Object::BEGIN@85","$color":1,"excl_time":1.06999999999866e-05,"$area":1.06999999999866e-05},"id":"8234-Moose::Object::BEGIN@85"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Moose::Object::BEGIN@17","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"8235-Moose::Object::BEGIN@17"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Moose::Object::BEGIN@11","$color":1,"excl_time":6.90000000001988e-06,"$area":6.90000000001988e-06},"id":"8236-Moose::Object::BEGIN@11"},{"name":"DEMOLISHALL","children":[],"data":{"tip":"<p><b>Moose::Object::DEMOLISHALL</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0001011,"subname":"Moose::Object::DEMOLISHALL","$color":1,"excl_time":5.92000000024034e-05,"$area":5.92000000024034e-05},"id":"8237-Moose::Object::DEMOLISHALL"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Moose::Object::BEGIN@15","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"8238-Moose::Object::BEGIN@15"}],"data":{"$area":0.00985349999996948},"id":"n8219"},{"name":"::Exporter","children":[{"name":"_follow_also_real","children":[],"data":{"tip":"<p><b>Moose::Exporter::_follow_also_real</b></p><p><br />Called 13 times from 2 places in 1 file<br />Inclusive time: 109&micro;s, 0.00%<br />Exclusive time: 109&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 15&micro;s</p>","incl_time":0.0001094,"subname":"Moose::Exporter::_follow_also_real","$color":3,"excl_time":0.000109400000000019,"$area":0.000109400000000019},"id":"8240-Moose::Exporter::_follow_also_real"},{"name":"_make_import_sub","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_import_sub</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%</p>","incl_time":9.14e-05,"subname":"Moose::Exporter::_make_import_sub","$color":3,"excl_time":9.14e-05,"$area":9.14e-05},"id":"8241-Moose::Exporter::_make_import_sub"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:492]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:492]</b></p><p><br />Called 272 times from 266 places in 236 files<br />Inclusive time: 1.08s, 1.52%<br />Exclusive time: 15.3ms, 0.02%</p>","incl_time":1.0750204,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:492]","$color":3,"excl_time":0.0152510999999847,"$area":0.0152510999999847},"id":"8242-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:492]"},{"name":"_make_init_meta","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_init_meta</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.00%</p>","incl_time":0.0001538,"subname":"Moose::Exporter::_make_init_meta","$color":3,"excl_time":0.0001538,"$area":0.0001538},"id":"8243-Moose::Exporter::_make_init_meta"},{"name":"_export_is_flagged","children":[],"data":{"tip":"<p><b>Moose::Exporter::_export_is_flagged</b></p><p><br />Called 120 times from 1 place in 1 file<br />Inclusive time: 147&micro;s, 0.00%</p>","incl_time":0.0001469,"subname":"Moose::Exporter::_export_is_flagged","$color":3,"excl_time":0.0001469,"$area":0.0001469},"id":"8244-Moose::Exporter::_export_is_flagged"},{"name":"build_import_methods","children":[],"data":{"tip":"<p><b>Moose::Exporter::build_import_methods</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 8.25ms, 0.01%<br />Exclusive time: 583&micro;s, 0.00%</p>","incl_time":0.0082529,"subname":"Moose::Exporter::build_import_methods","$color":3,"excl_time":0.000583000000000076,"$area":0.000583000000000076},"id":"8245-Moose::Exporter::build_import_methods"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Moose::Exporter::BEGIN@12","$color":3,"excl_time":1.05000000000066e-05,"$area":1.05000000000066e-05},"id":"8246-Moose::Exporter::BEGIN@12"},{"name":"BEGIN@132","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@132</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Moose::Exporter::BEGIN@132","$color":3,"excl_time":8.39999999999362e-06,"$area":8.39999999999362e-06},"id":"8247-Moose::Exporter::BEGIN@132"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.13ms, 0.00%<br />Exclusive time: 901&micro;s, 0.00%</p>","incl_time":0.001127,"subname":"Moose::Exporter::BEGIN@15","$color":3,"excl_time":0.000901300000000005,"$area":0.000901300000000005},"id":"8248-Moose::Exporter::BEGIN@15"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:225]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:225]</b></p><p><br />Called 680 times from 1 place in 1 file<br />Inclusive time: 7.27ms, 0.01%<br />Exclusive time: 3.03ms, 0.00%</p>","incl_time":0.0072672,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:225]","$color":3,"excl_time":0.00303010000000434,"$area":0.00303010000000434},"id":"8249-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:225]"},{"name":"_collect_metaroles","children":[],"data":{"tip":"<p><b>Moose::Exporter::_collect_metaroles</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 5.92ms, 0.01%</p>","incl_time":0.0059232,"subname":"Moose::Exporter::_collect_metaroles","$color":3,"excl_time":0.0059232,"$area":0.0059232},"id":"8250-Moose::Exporter::_collect_metaroles"},{"name":"import","children":[],"data":{"tip":"<p><b>Moose::Exporter::import</b></p><p><br />Called 9 times from 9 places in 9 files<br />Inclusive time: 175&micro;s, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0001752,"subname":"Moose::Exporter::import","$color":3,"excl_time":8.34999999997223e-05,"$area":8.34999999997223e-05},"id":"8251-Moose::Exporter::import"},{"name":"_make_sub_exporter_params","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_sub_exporter_params</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 1.83ms, 0.00%<br />Exclusive time: 1.10ms, 0.00%</p>","incl_time":0.0018287,"subname":"Moose::Exporter::_make_sub_exporter_params","$color":3,"excl_time":0.00110209999999956,"$area":0.00110209999999956},"id":"8252-Moose::Exporter::_make_sub_exporter_params"},{"name":"_late_curry_wrapper","children":[],"data":{"tip":"<p><b>Moose::Exporter::_late_curry_wrapper</b></p><p><br />Called 1909 times from 1 place in 1 file<br />Inclusive time: 11.9ms, 0.02%</p>","incl_time":0.0118721999999999,"subname":"Moose::Exporter::_late_curry_wrapper","$color":3,"excl_time":0.0118721999999999,"$area":0.0118721999999999},"id":"8253-Moose::Exporter::_late_curry_wrapper"},{"name":"BEGIN@133","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@133</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Moose::Exporter::BEGIN@133","$color":3,"excl_time":8.5999999999985e-06,"$area":8.5999999999985e-06},"id":"8254-Moose::Exporter::BEGIN@133"},{"name":"_apply_metaroles","children":[],"data":{"tip":"<p><b>Moose::Exporter::_apply_metaroles</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 20.4ms, 0.03%<br />Exclusive time: 3.75ms, 0.01%</p>","incl_time":0.0203544,"subname":"Moose::Exporter::_apply_metaroles","$color":3,"excl_time":0.00374920000000024,"$area":0.00374920000000024},"id":"8255-Moose::Exporter::_apply_metaroles"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:137]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:137]</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 213ms, 0.30%<br />Exclusive time: 28.4ms, 0.04%</p>","incl_time":0.2127665,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:137]","$color":3,"excl_time":0.0283615000000097,"$area":0.0283615000000097},"id":"8256-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:137]"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80.4ms, 0.11%<br />Exclusive time: 4.26ms, 0.01%</p>","incl_time":0.0803846,"subname":"Moose::Exporter::BEGIN@13","$color":3,"excl_time":0.0042648000000001,"$area":0.0042648000000001},"id":"8257-Moose::Exporter::BEGIN@13"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Moose::Exporter::BEGIN@16","$color":3,"excl_time":7.49999999999988e-06,"$area":7.49999999999988e-06},"id":"8258-Moose::Exporter::BEGIN@16"},{"name":"_remove_keywords","children":[],"data":{"tip":"<p><b>Moose::Exporter::_remove_keywords</b></p><p><br />Called 65 times from 1 place in 1 file<br />Inclusive time: 6.83ms, 0.01%<br />Exclusive time: 6.69ms, 0.01%</p>","incl_time":0.0068329,"subname":"Moose::Exporter::_remove_keywords","$color":3,"excl_time":0.00668599999999827,"$area":0.00668599999999827},"id":"8259-Moose::Exporter::_remove_keywords"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Moose::Exporter::BEGIN@9","$color":3,"excl_time":7.29999999999988e-06,"$area":7.29999999999988e-06},"id":"8260-Moose::Exporter::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:329]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:329]</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 760&micro;s, 0.00%<br />Exclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0007598,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:329]","$color":3,"excl_time":0.000378900000003202,"$area":0.000378900000003202},"id":"8261-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:329]"},{"name":"setup_import_methods","children":[],"data":{"tip":"<p><b>Moose::Exporter::setup_import_methods</b></p><p><br />Called 9 times from 9 places in 9 files<br />Inclusive time: 8.37ms, 0.01%<br />Exclusive time: 117&micro;s, 0.00%</p>","incl_time":0.00837,"subname":"Moose::Exporter::setup_import_methods","$color":3,"excl_time":0.000117099999999549,"$area":0.000117099999999549},"id":"8262-Moose::Exporter::setup_import_methods"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:352]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:352]</b></p><p><br />Called 1909 times from 1 place in 1 file<br />Inclusive time: 34.1ms, 0.05%<br />Exclusive time: 17.5ms, 0.02%</p>","incl_time":0.034077,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:352]","$color":3,"excl_time":0.0175453000000833,"$area":0.0175453000000833},"id":"8263-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:352]"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 181&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001809,"subname":"Moose::Exporter::BEGIN@17","$color":3,"excl_time":1.62000000000102e-05,"$area":1.62000000000102e-05},"id":"8264-Moose::Exporter::BEGIN@17"},{"name":"_make_exporter","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_exporter</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0042724,"subname":"Moose::Exporter::_make_exporter","$color":3,"excl_time":0.000123799999999887,"$area":0.000123799999999887},"id":"8265-Moose::Exporter::_make_exporter"},{"name":"_make_wrapped_sub","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_wrapped_sub</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"Moose::Exporter::_make_wrapped_sub","$color":3,"excl_time":4.82e-05,"$area":4.82e-05},"id":"8266-Moose::Exporter::_make_wrapped_sub"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"Moose::Exporter::BEGIN@14","$color":3,"excl_time":1.00999999999983e-05,"$area":1.00999999999983e-05},"id":"8267-Moose::Exporter::BEGIN@14"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:678]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:678]</b></p><p><br />Called 65 times from 65 places in 58 files<br />Inclusive time: 7.57ms, 0.01%<br />Exclusive time: 738&micro;s, 0.00%</p>","incl_time":0.0075708,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:678]","$color":3,"excl_time":0.000737900000000525,"$area":0.000737900000000525},"id":"8268-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:678]"},{"name":"_get_caller","children":[],"data":{"tip":"<p><b>Moose::Exporter::_get_caller</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 1.00ms, 0.00%</p>","incl_time":0.0010001,"subname":"Moose::Exporter::_get_caller","$color":3,"excl_time":0.0010001,"$area":0.0010001},"id":"8269-Moose::Exporter::_get_caller"},{"name":"BEGIN@294","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@294</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Moose::Exporter::BEGIN@294","$color":3,"excl_time":7.49999999999475e-06,"$area":7.49999999999475e-06},"id":"8270-Moose::Exporter::BEGIN@294"},{"name":"_strip_traits","children":[],"data":{"tip":"<p><b>Moose::Exporter::_strip_traits</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 4.10ms, 0.01%<br />Exclusive time: 3.01ms, 0.00%</p>","incl_time":0.0040969,"subname":"Moose::Exporter::_strip_traits","$color":3,"excl_time":0.00301309999999715,"$area":0.00301309999999715},"id":"8271-Moose::Exporter::_strip_traits"},{"name":"_make_unimport_sub","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_unimport_sub</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%</p>","incl_time":4.91e-05,"subname":"Moose::Exporter::_make_unimport_sub","$color":3,"excl_time":4.91e-05,"$area":4.91e-05},"id":"8272-Moose::Exporter::_make_unimport_sub"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:280]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:280]</b></p><p><br />Called 1680 times from 1 place in 1 file<br />Inclusive time: 2.33ms, 0.00%</p>","incl_time":0.00233450000000001,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:280]","$color":3,"excl_time":0.00233450000000001,"$area":0.00233450000000001},"id":"8273-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:280]"},{"name":"_strip_metaclass","children":[],"data":{"tip":"<p><b>Moose::Exporter::_strip_metaclass</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 2.48ms, 0.00%<br />Exclusive time: 2.02ms, 0.00%</p>","incl_time":0.0024776,"subname":"Moose::Exporter::_strip_metaclass","$color":3,"excl_time":0.00202439999997537,"$area":0.00202439999997537},"id":"8274-Moose::Exporter::_strip_metaclass"},{"name":"_parse_trait_aliases","children":[],"data":{"tip":"<p><b>Moose::Exporter::_parse_trait_aliases</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"Moose::Exporter::_parse_trait_aliases","$color":3,"excl_time":5.64e-05,"$area":5.64e-05},"id":"8275-Moose::Exporter::_parse_trait_aliases"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:750]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:750]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:750]","$color":3,"excl_time":7.29999999988673e-06,"$area":7.29999999988673e-06},"id":"8276-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:750]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Moose::Exporter::BEGIN@2","$color":3,"excl_time":9.5e-06,"$area":9.5e-06},"id":"8277-Moose::Exporter::BEGIN@2"},{"name":"BEGIN@698","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@698</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Exporter::BEGIN@698","$color":3,"excl_time":6.9000000000015e-06,"$area":6.9000000000015e-06},"id":"8278-Moose::Exporter::BEGIN@698"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Moose::Exporter::BEGIN@18","$color":3,"excl_time":7.59999999999712e-06,"$area":7.59999999999712e-06},"id":"8279-Moose::Exporter::BEGIN@18"},{"name":"_make_wrapped_sub_with_meta","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_wrapped_sub_with_meta</b></p><p><br />Called 49 times from 1 place in 1 file<br />Inclusive time: 219&micro;s, 0.00%</p>","incl_time":0.000219,"subname":"Moose::Exporter::_make_wrapped_sub_with_meta","$color":3,"excl_time":0.000219,"$area":0.000219},"id":"8280-Moose::Exporter::_make_wrapped_sub_with_meta"},{"name":"_sub_from_package","children":[],"data":{"tip":"<p><b>Moose::Exporter::_sub_from_package</b></p><p><br />Called 100 times from 3 places in 1 file<br />Inclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0003795,"subname":"Moose::Exporter::_sub_from_package","$color":3,"excl_time":0.0003795,"$area":0.0003795},"id":"8281-Moose::Exporter::_sub_from_package"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:42]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:42]</b></p><p><br />Called 539 times from 3 places in 1 file<br />Inclusive time: 5.02ms, 0.01%<br />Exclusive time: 2.21ms, 0.00%</p>","incl_time":0.0050178,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:42]","$color":3,"excl_time":0.00221120000000611,"$area":0.00221120000000611},"id":"8282-Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:42]"},{"name":"_follow_also","children":[],"data":{"tip":"<p><b>Moose::Exporter::_follow_also</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 245&micro;s, 0.00%<br />Exclusive time: 101&micro;s, 0.00%</p>","incl_time":0.0002449,"subname":"Moose::Exporter::_follow_also","$color":3,"excl_time":0.000101099999999667,"$area":0.000101099999999667},"id":"8283-Moose::Exporter::_follow_also"},{"name":"_curry_wrapper","children":[],"data":{"tip":"<p><b>Moose::Exporter::_curry_wrapper</b></p><p><br />Called 46 times from 1 place in 1 file<br />Inclusive time: 276&micro;s, 0.00%<br />Exclusive time: 259&micro;s, 0.00%</p>","incl_time":0.0002762,"subname":"Moose::Exporter::_curry_wrapper","$color":3,"excl_time":0.000259300000000014,"$area":0.000259300000000014},"id":"8284-Moose::Exporter::_curry_wrapper"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Moose::Exporter::BEGIN@10","$color":3,"excl_time":6.59999999999738e-06,"$area":6.59999999999738e-06},"id":"8285-Moose::Exporter::BEGIN@10"},{"name":"_strip_meta_name","children":[],"data":{"tip":"<p><b>Moose::Exporter::_strip_meta_name</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 2.17ms, 0.00%<br />Exclusive time: 1.80ms, 0.00%</p>","incl_time":0.0021716,"subname":"Moose::Exporter::_strip_meta_name","$color":3,"excl_time":0.00179539999998713,"$area":0.00179539999998713},"id":"8286-Moose::Exporter::_strip_meta_name"},{"name":"BEGIN@688","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@688</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Moose::Exporter::BEGIN@688","$color":3,"excl_time":8.60000000000238e-06,"$area":8.60000000000238e-06},"id":"8287-Moose::Exporter::BEGIN@688"},{"name":"_flag_as_reexport","children":[],"data":{"tip":"<p><b>Moose::Exporter::_flag_as_reexport</b></p><p><br />Called 469 times from 1 place in 1 file<br />Inclusive time: 654&micro;s, 0.00%</p>","incl_time":0.000653900000000001,"subname":"Moose::Exporter::_flag_as_reexport","$color":3,"excl_time":0.000653900000000001,"$area":0.000653900000000001},"id":"8288-Moose::Exporter::_flag_as_reexport"}],"data":{"$area":0.115480300000048},"id":"n8239"},{"name":"::Util","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"Moose::Util::BEGIN@16","$color":5,"excl_time":7.1e-06,"$area":7.1e-06},"id":"8290-Moose::Util::BEGIN@16"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"Moose::Util::BEGIN@17","$color":5,"excl_time":7.00000000000488e-06,"$area":7.00000000000488e-06},"id":"8291-Moose::Util::BEGIN@17"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Moose::Util::BEGIN@9","$color":5,"excl_time":7.09999999999987e-06,"$area":7.09999999999987e-06},"id":"8292-Moose::Util::BEGIN@9"},{"name":"resolve_metaclass_alias","children":[],"data":{"tip":"<p><b>Moose::Util::resolve_metaclass_alias</b></p><p><br />Called 79 times from 1 place in 1 file<br />Inclusive time: 33.7ms, 0.05%<br />Exclusive time: 636&micro;s, 0.00%</p>","incl_time":0.0336703,"subname":"Moose::Util::resolve_metaclass_alias","$color":5,"excl_time":0.00063599999999893,"$area":0.00063599999999893},"id":"8293-Moose::Util::resolve_metaclass_alias"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Util::BEGIN@2","$color":5,"excl_time":8.9e-06,"$area":8.9e-06},"id":"8294-Moose::Util::BEGIN@2"},{"name":"does_role","children":[],"data":{"tip":"<p><b>Moose::Util::does_role</b></p><p><br />Called 145 times from 15 places in 5 files<br />Inclusive time: 17.7ms, 0.02%<br />Exclusive time: 1.74ms, 0.00%</p>","incl_time":0.0176949,"subname":"Moose::Util::does_role","$color":5,"excl_time":0.00173879999999875,"$area":0.00173879999999875},"id":"8295-Moose::Util::does_role"},{"name":"apply_all_roles","children":[],"data":{"tip":"<p><b>Moose::Util::apply_all_roles</b></p><p><br />Called 145 times from 4 places in 4 files<br />Inclusive time: 1.62s, 2.29%<br />Exclusive time: 774&micro;s, 0.00%<br />Recursion: max depth 5, recursive inclusive time 887ms</p>","incl_time":1.6219205,"subname":"Moose::Util::apply_all_roles","$color":5,"excl_time":0.000773500000003654,"$area":0.000773500000003654},"id":"8296-Moose::Util::apply_all_roles"},{"name":"resolve_metatrait_alias","children":[],"data":{"tip":"<p><b>Moose::Util::resolve_metatrait_alias</b></p><p><br />Called 79 times from 2 places in 1 file<br />Inclusive time: 34.0ms, 0.05%<br />Exclusive time: 349&micro;s, 0.00%</p>","incl_time":0.0340193,"subname":"Moose::Util::resolve_metatrait_alias","$color":5,"excl_time":0.000349000000009062,"$area":0.000349000000009062},"id":"8297-Moose::Util::resolve_metatrait_alias"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Moose::Util::BEGIN@18","$color":5,"excl_time":7.00000000000663e-06,"$area":7.00000000000663e-06},"id":"8298-Moose::Util::BEGIN@18"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:54]","children":[],"data":{"tip":"<p><b>Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:54]</b></p><p><br />Called 145 times from 1 place in 1 file<br />Inclusive time: 836&micro;s, 0.00%<br />Exclusive time: 592&micro;s, 0.00%</p>","incl_time":0.0008363,"subname":"Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:54]","$color":5,"excl_time":0.000591799999992692,"$area":0.000591799999992692},"id":"8299-Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:54]"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Moose::Util::BEGIN@10","$color":5,"excl_time":6.2000000000065e-06,"$area":6.2000000000065e-06},"id":"8300-Moose::Util::BEGIN@10"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Moose::Util::BEGIN@20","$color":5,"excl_time":1.04999999999884e-05,"$area":1.04999999999884e-05},"id":"8301-Moose::Util::BEGIN@20"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Moose::Util::BEGIN@13","$color":5,"excl_time":7.699999999996e-06,"$area":7.699999999996e-06},"id":"8302-Moose::Util::BEGIN@13"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Moose::Util::BEGIN@21","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8303-Moose::Util::BEGIN@21"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Moose::Util::BEGIN@19","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8304-Moose::Util::BEGIN@19"},{"name":"add_method_modifier","children":[],"data":{"tip":"<p><b>Moose::Util::add_method_modifier</b></p><p><br />Called 64 times from 3 places in 2 files<br />Inclusive time: 12.4ms, 0.02%<br />Exclusive time: 928&micro;s, 0.00%</p>","incl_time":0.0124045,"subname":"Moose::Util::add_method_modifier","$color":5,"excl_time":0.000928400000000122,"$area":0.000928400000000122},"id":"8305-Moose::Util::add_method_modifier"},{"name":"_build_alias_package_name","children":[],"data":{"tip":"<p><b>Moose::Util::_build_alias_package_name</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"Moose::Util::_build_alias_package_name","$color":5,"excl_time":3.81e-05,"$area":3.81e-05},"id":"8306-Moose::Util::_build_alias_package_name"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"Moose::Util::BEGIN@14","$color":5,"excl_time":7.09999999999813e-06,"$area":7.09999999999813e-06},"id":"8307-Moose::Util::BEGIN@14"},{"name":"_apply_all_roles","children":[],"data":{"tip":"<p><b>Moose::Util::_apply_all_roles</b></p><p><br />Called 145 times from 1 place in 1 file<br />Inclusive time: 1.62s, 2.29%<br />Exclusive time: 7.47ms, 0.01%<br />Recursion: max depth 5, recursive inclusive time 887ms</p>","incl_time":1.621388,"subname":"Moose::Util::_apply_all_roles","$color":5,"excl_time":0.00747439999996567,"$area":0.00747439999996567},"id":"8308-Moose::Util::_apply_all_roles"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 157&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001569,"subname":"Moose::Util::BEGIN@15","$color":5,"excl_time":7.70000000001179e-06,"$area":7.70000000001179e-06},"id":"8309-Moose::Util::BEGIN@15"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"Moose::Util::BEGIN@12","$color":5,"excl_time":1.27999999999922e-05,"$area":1.27999999999922e-05},"id":"8310-Moose::Util::BEGIN@12"},{"name":"find_meta","children":[],"data":{"tip":"<p><b>Moose::Util::find_meta</b></p><p><br />Called 889 times from 9 places in 7 files<br />Inclusive time: 6.99ms, 0.01%<br />Exclusive time: 2.90ms, 0.00%</p>","incl_time":0.0069887,"subname":"Moose::Util::find_meta","$color":5,"excl_time":0.00289769999999294,"$area":0.00289769999999294},"id":"8311-Moose::Util::find_meta"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:121]","children":[],"data":{"tip":"<p><b>Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:121]</b></p><p><br />Called 70 times from 1 place in 1 file<br />Inclusive time: 237&micro;s, 0.00%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0002368,"subname":"Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:121]","$color":5,"excl_time":0.000217800000000675,"$area":0.000217800000000675},"id":"8312-Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:121]"},{"name":"_caller_info","children":[],"data":{"tip":"<p><b>Moose::Util::_caller_info</b></p><p><br />Called 446 times from 2 places in 2 files<br />Inclusive time: 3.79ms, 0.01%</p>","incl_time":0.0037862,"subname":"Moose::Util::_caller_info","$color":5,"excl_time":0.0037862,"$area":0.0037862},"id":"8313-Moose::Util::_caller_info"},{"name":"::TypeConstraints","children":[{"name":"class_type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::class_type</b></p><p><br />Called 121 times from 4 places in 3 files<br />Inclusive time: 87.1ms, 0.12%<br />Exclusive time: 540&micro;s, 0.00%</p>","incl_time":0.0870616,"subname":"Moose::Util::TypeConstraints::class_type","$color":7,"excl_time":0.000539699999996851,"$area":0.000539699999996851},"id":"8315-Moose::Util::TypeConstraints::class_type"},{"name":"create_enum_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_enum_type_constraint</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.65ms, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0016483,"subname":"Moose::Util::TypeConstraints::create_enum_type_constraint","$color":7,"excl_time":2.72999999996833e-05,"$area":2.72999999996833e-05},"id":"8316-Moose::Util::TypeConstraints::create_enum_type_constraint"},{"name":"message","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::message</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Moose::Util::TypeConstraints::message","$color":7,"excl_time":6.6e-06,"$area":6.6e-06},"id":"8317-Moose::Util::TypeConstraints::message"},{"name":"_parse_type_constraint_union","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_parse_type_constraint_union</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 481&micro;s, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0004815,"subname":"Moose::Util::TypeConstraints::_parse_type_constraint_union","$color":7,"excl_time":0.00026999999999797,"$area":0.00026999999999797},"id":"8318-Moose::Util::TypeConstraints::_parse_type_constraint_union"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:match</b></p><p><br />Called 190 times from 6 places in 1 file<br />Inclusive time: 851&micro;s, 0.00%<br />Exclusive time: 796&micro;s, 0.00%</p>","incl_time":0.0008512,"subname":"Moose::Util::TypeConstraints::CORE:match","$color":7,"excl_time":0.000795500000000119,"$area":0.000795500000000119},"id":"8319-Moose::Util::TypeConstraints::CORE:match"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.30ms, 0.00%<br />Exclusive time: 843&micro;s, 0.00%</p>","incl_time":0.0023002,"subname":"Moose::Util::TypeConstraints::BEGIN@39","$color":7,"excl_time":0.000842700000000055,"$area":0.000842700000000055},"id":"8320-Moose::Util::TypeConstraints::BEGIN@39"},{"name":"as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::as</b></p><p><br />Called 28 times from 10 places in 8 files<br />Inclusive time: 77&micro;s, 0.00%</p>","incl_time":7.74e-05,"subname":"Moose::Util::TypeConstraints::as","$color":7,"excl_time":7.74e-05,"$area":7.74e-05},"id":"8321-Moose::Util::TypeConstraints::as"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@32","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"8322-Moose::Util::TypeConstraints::BEGIN@32"},{"name":"get_all_parameterizable_types","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::get_all_parameterizable_types</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%</p>","incl_time":7.57e-05,"subname":"Moose::Util::TypeConstraints::get_all_parameterizable_types","$color":7,"excl_time":7.57e-05,"$area":7.57e-05},"id":"8323-Moose::Util::TypeConstraints::get_all_parameterizable_types"},{"name":"find_or_parse_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_or_parse_type_constraint</b></p><p><br />Called 485 times from 5 places in 2 files<br />Inclusive time: 55.0ms, 0.08%<br />Exclusive time: 5.90ms, 0.01%<br />Recursion: max depth 3, recursive inclusive time 7.78ms</p>","incl_time":0.0550483,"subname":"Moose::Util::TypeConstraints::find_or_parse_type_constraint","$color":7,"excl_time":0.00590109999998449,"$area":0.00590109999998449},"id":"8324-Moose::Util::TypeConstraints::find_or_parse_type_constraint"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@3","$color":7,"excl_time":1.04e-05,"$area":1.04e-05},"id":"8325-Moose::Util::TypeConstraints::BEGIN@3"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@11","$color":7,"excl_time":1.52999999999939e-05,"$area":1.52999999999939e-05},"id":"8326-Moose::Util::TypeConstraints::BEGIN@11"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@35","$color":7,"excl_time":5.1e-06,"$area":5.1e-06},"id":"8327-Moose::Util::TypeConstraints::BEGIN@35"},{"name":"find_or_create_isa_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_or_create_isa_type_constraint</b></p><p><br />Called 401 times from 4 places in 4 files<br />Inclusive time: 57.2ms, 0.08%<br />Exclusive time: 3.13ms, 0.00%<br />Recursion: max depth 2, recursive inclusive time 6.73ms</p>","incl_time":0.0572386,"subname":"Moose::Util::TypeConstraints::find_or_create_isa_type_constraint","$color":7,"excl_time":0.0031280999999883,"$area":0.0031280999999883},"id":"8328-Moose::Util::TypeConstraints::find_or_create_isa_type_constraint"},{"name":"coerce","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::coerce</b></p><p><br />Called 8 times from 8 places in 8 files<br />Inclusive time: 3.68ms, 0.01%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0036787,"subname":"Moose::Util::TypeConstraints::coerce","$color":7,"excl_time":5.47999999955447e-05,"$area":5.47999999955447e-05},"id":"8329-Moose::Util::TypeConstraints::coerce"},{"name":"list_all_type_constraints","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::list_all_type_constraints</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Moose::Util::TypeConstraints::list_all_type_constraints","$color":7,"excl_time":1.28000000000066e-05,"$area":1.28000000000066e-05},"id":"8330-Moose::Util::TypeConstraints::list_all_type_constraints"},{"name":"_create_type_constraint_union","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_create_type_constraint_union</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 3.98ms, 0.01%<br />Exclusive time: 424&micro;s, 0.00%</p>","incl_time":0.0039829,"subname":"Moose::Util::TypeConstraints::_create_type_constraint_union","$color":7,"excl_time":0.000423799999974539,"$area":0.000423799999974539},"id":"8331-Moose::Util::TypeConstraints::_create_type_constraint_union"},{"name":"inline_as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::inline_as</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Moose::Util::TypeConstraints::inline_as","$color":7,"excl_time":2.52e-05,"$area":2.52e-05},"id":"8332-Moose::Util::TypeConstraints::inline_as"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@12","$color":7,"excl_time":7.29999999999025e-06,"$area":7.29999999999025e-06},"id":"8333-Moose::Util::TypeConstraints::BEGIN@12"},{"name":"create_role_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_role_type_constraint</b></p><p><br />Called 119 times from 2 places in 1 file<br />Inclusive time: 60.1ms, 0.08%<br />Exclusive time: 2.72ms, 0.00%</p>","incl_time":0.0601018,"subname":"Moose::Util::TypeConstraints::create_role_type_constraint","$color":7,"excl_time":0.00272290000000571,"$area":0.00272290000000571},"id":"8334-Moose::Util::TypeConstraints::create_role_type_constraint"},{"name":"list_all_builtin_type_constraints","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::list_all_builtin_type_constraints</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Util::TypeConstraints::list_all_builtin_type_constraints","$color":7,"excl_time":5e-06,"$area":5e-06},"id":"8335-Moose::Util::TypeConstraints::list_all_builtin_type_constraints"},{"name":"normalize_type_constraint_name","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::normalize_type_constraint_name</b></p><p><br />Called 485 times from 1 place in 1 file<br />Inclusive time: 3.18ms, 0.00%<br />Exclusive time: 2.30ms, 0.00%</p>","incl_time":0.0031765,"subname":"Moose::Util::TypeConstraints::normalize_type_constraint_name","$color":7,"excl_time":0.00230200000000688,"$area":0.00230200000000688},"id":"8336-Moose::Util::TypeConstraints::normalize_type_constraint_name"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@68","$color":7,"excl_time":8.49999999998975e-06,"$area":8.49999999998975e-06},"id":"8337-Moose::Util::TypeConstraints::BEGIN@68"},{"name":"role_type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::role_type</b></p><p><br />Called 117 times from 2 places in 2 files<br />Inclusive time: 59.7ms, 0.08%<br />Exclusive time: 511&micro;s, 0.00%</p>","incl_time":0.0597372,"subname":"Moose::Util::TypeConstraints::role_type","$color":7,"excl_time":0.000511299999997837,"$area":0.000511299999997837},"id":"8338-Moose::Util::TypeConstraints::role_type"},{"name":"create_parameterized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_parameterized_type_constraint</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 30.4ms, 0.04%<br />Exclusive time: 358&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 4.97ms</p>","incl_time":0.030379,"subname":"Moose::Util::TypeConstraints::create_parameterized_type_constraint","$color":7,"excl_time":0.000358099999998392,"$area":0.000358099999998392},"id":"8339-Moose::Util::TypeConstraints::create_parameterized_type_constraint"},{"name":"BEGIN@667","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@667</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@667","$color":7,"excl_time":9.99999999999463e-06,"$area":9.99999999999463e-06},"id":"8340-Moose::Util::TypeConstraints::BEGIN@667"},{"name":"_install_type_coercions","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_install_type_coercions</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 3.62ms, 0.01%<br />Exclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0036239,"subname":"Moose::Util::TypeConstraints::_install_type_coercions","$color":7,"excl_time":0.000170300000002607,"$area":0.000170300000002607},"id":"8341-Moose::Util::TypeConstraints::_install_type_coercions"},{"name":"create_type_constraint_union","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_type_constraint_union</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 4.04ms, 0.01%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.004042,"subname":"Moose::Util::TypeConstraints::create_type_constraint_union","$color":7,"excl_time":5.90999999942156e-05,"$area":5.90999999942156e-05},"id":"8342-Moose::Util::TypeConstraints::create_type_constraint_union"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.46ms, 0.00%<br />Exclusive time: 1.14ms, 0.00%</p>","incl_time":0.0034579,"subname":"Moose::Util::TypeConstraints::BEGIN@33","$color":7,"excl_time":0.00114299999999996,"$area":0.00114299999999996},"id":"8343-Moose::Util::TypeConstraints::BEGIN@33"},{"name":"add_parameterizable_type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::add_parameterizable_type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Moose::Util::TypeConstraints::add_parameterizable_type","$color":7,"excl_time":1.01000000001672e-05,"$area":1.01000000001672e-05},"id":"8344-Moose::Util::TypeConstraints::add_parameterizable_type"},{"name":"_create_parameterized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_create_parameterized_type_constraint</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 29.4ms, 0.04%<br />Exclusive time: 187&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 4.85ms</p>","incl_time":0.0293599,"subname":"Moose::Util::TypeConstraints::_create_parameterized_type_constraint","$color":7,"excl_time":0.000187299999998638,"$area":0.000187299999998638},"id":"8345-Moose::Util::TypeConstraints::_create_parameterized_type_constraint"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.15ms, 0.01%<br />Exclusive time: 791&micro;s, 0.00%</p>","incl_time":0.005151,"subname":"Moose::Util::TypeConstraints::BEGIN@34","$color":7,"excl_time":0.000790600000000041,"$area":0.000790600000000041},"id":"8346-Moose::Util::TypeConstraints::BEGIN@34"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:qr</b></p><p><br />Called 10 times from 10 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Moose::Util::TypeConstraints::CORE:qr","$color":7,"excl_time":1.97e-05,"$area":1.97e-05},"id":"8347-Moose::Util::TypeConstraints::CORE:qr"},{"name":"subtype","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::subtype</b></p><p><br />Called 28 times from 10 places in 8 files<br />Inclusive time: 12.6ms, 0.02%<br />Exclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0126453,"subname":"Moose::Util::TypeConstraints::subtype","$color":7,"excl_time":0.000362800000000248,"$area":0.000362800000000248},"id":"8348-Moose::Util::TypeConstraints::subtype"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@40","$color":7,"excl_time":1.71e-05,"$area":1.71e-05},"id":"8349-Moose::Util::TypeConstraints::BEGIN@40"},{"name":"type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 493&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004927,"subname":"Moose::Util::TypeConstraints::type","$color":7,"excl_time":1.32999999999813e-05,"$area":1.32999999999813e-05},"id":"8350-Moose::Util::TypeConstraints::type"},{"name":"create_class_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_class_type_constraint</b></p><p><br />Called 137 times from 2 places in 1 file<br />Inclusive time: 97.5ms, 0.14%<br />Exclusive time: 3.29ms, 0.00%</p>","incl_time":0.0974741,"subname":"Moose::Util::TypeConstraints::create_class_type_constraint","$color":7,"excl_time":0.00329120000000021,"$area":0.00329120000000021},"id":"8351-Moose::Util::TypeConstraints::create_class_type_constraint"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.00ms, 0.00%<br />Exclusive time: 911&micro;s, 0.00%</p>","incl_time":0.0019995,"subname":"Moose::Util::TypeConstraints::BEGIN@37","$color":7,"excl_time":0.000910900000000005,"$area":0.000910900000000005},"id":"8352-Moose::Util::TypeConstraints::BEGIN@37"},{"name":"BEGIN@678","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@678</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@678","$color":7,"excl_time":7.90000000001113e-06,"$area":7.90000000001113e-06},"id":"8353-Moose::Util::TypeConstraints::BEGIN@678"},{"name":"BEGIN@614","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@614</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.00%<br />Exclusive time: 1.18ms, 0.00%</p>","incl_time":0.0014945,"subname":"Moose::Util::TypeConstraints::BEGIN@614","$color":7,"excl_time":0.00117910000000001,"$area":0.00117910000000001},"id":"8354-Moose::Util::TypeConstraints::BEGIN@614"},{"name":"where","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::where</b></p><p><br />Called 24 times from 9 places in 6 files<br />Inclusive time: 49&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Moose::Util::TypeConstraints::where","$color":7,"excl_time":4.95e-05,"$area":4.95e-05},"id":"8355-Moose::Util::TypeConstraints::where"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.02ms, 0.00%<br />Exclusive time: 734&micro;s, 0.00%</p>","incl_time":0.0020247,"subname":"Moose::Util::TypeConstraints::BEGIN@38","$color":7,"excl_time":0.000733799999999933,"$area":0.000733799999999933},"id":"8356-Moose::Util::TypeConstraints::BEGIN@38"},{"name":"find_or_create_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_or_create_type_constraint</b></p><p><br />Called 21 times from 2 places in 2 files<br />Inclusive time: 9.81ms, 0.01%<br />Exclusive time: 192&micro;s, 0.00%</p>","incl_time":0.009805,"subname":"Moose::Util::TypeConstraints::find_or_create_type_constraint","$color":7,"excl_time":0.000192199999999135,"$area":0.000192199999999135},"id":"8357-Moose::Util::TypeConstraints::find_or_create_type_constraint"},{"name":"enum","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::enum</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 1.78ms, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0017841,"subname":"Moose::Util::TypeConstraints::enum","$color":7,"excl_time":3.87999999999393e-05,"$area":3.87999999999393e-05},"id":"8358-Moose::Util::TypeConstraints::enum"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@31","$color":7,"excl_time":8.09999999999212e-06,"$area":8.09999999999212e-06},"id":"8359-Moose::Util::TypeConstraints::BEGIN@31"},{"name":"duck_type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::duck_type</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.70ms, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0017003,"subname":"Moose::Util::TypeConstraints::duck_type","$color":7,"excl_time":3.44000000000019e-05,"$area":3.44000000000019e-05},"id":"8360-Moose::Util::TypeConstraints::duck_type"},{"name":"_detect_parameterized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_detect_parameterized_type_constraint</b></p><p><br />Called 39 times from 1 place in 1 file<br />Inclusive time: 578&micro;s, 0.00%<br />Exclusive time: 287&micro;s, 0.00%</p>","incl_time":0.0005777,"subname":"Moose::Util::TypeConstraints::_detect_parameterized_type_constraint","$color":7,"excl_time":0.00028740000000059,"$area":0.00028740000000059},"id":"8361-Moose::Util::TypeConstraints::_detect_parameterized_type_constraint"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:regcomp</b></p><p><br />Called 170 times from 13 places in 1 file<br />Inclusive time: 923&micro;s, 0.00%</p>","incl_time":0.0009228,"subname":"Moose::Util::TypeConstraints::CORE:regcomp","$color":7,"excl_time":0.0009228,"$area":0.0009228},"id":"8362-Moose::Util::TypeConstraints::CORE:regcomp"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@41","$color":7,"excl_time":5.7e-06,"$area":5.7e-06},"id":"8363-Moose::Util::TypeConstraints::BEGIN@41"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@13","$color":7,"excl_time":7.20000000000225e-06,"$area":7.20000000000225e-06},"id":"8364-Moose::Util::TypeConstraints::BEGIN@13"},{"name":"find_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_type_constraint</b></p><p><br />Called 4202 times from 26 places in 15 files<br />Inclusive time: 55.8ms, 0.08%<br />Exclusive time: 28.1ms, 0.04%</p>","incl_time":0.0557542,"subname":"Moose::Util::TypeConstraints::find_type_constraint","$color":7,"excl_time":0.0281406000001236,"$area":0.0281406000001236},"id":"8365-Moose::Util::TypeConstraints::find_type_constraint"},{"name":"_create_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_create_type_constraint</b></p><p><br />Called 29 times from 2 places in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 820&micro;s, 0.00%</p>","incl_time":0.0127559,"subname":"Moose::Util::TypeConstraints::_create_type_constraint","$color":7,"excl_time":0.000819799999997997,"$area":0.000819799999997997},"id":"8366-Moose::Util::TypeConstraints::_create_type_constraint"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.00%<br />Exclusive time: 858&micro;s, 0.00%</p>","incl_time":0.0019065,"subname":"Moose::Util::TypeConstraints::BEGIN@36","$color":7,"excl_time":0.000858100000000023,"$area":0.000858100000000023},"id":"8367-Moose::Util::TypeConstraints::BEGIN@36"},{"name":"_detect_type_constraint_union","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_detect_type_constraint_union</b></p><p><br />Called 63 times from 2 places in 1 file<br />Inclusive time: 1.00ms, 0.00%<br />Exclusive time: 488&micro;s, 0.00%</p>","incl_time":0.0010002,"subname":"Moose::Util::TypeConstraints::_detect_type_constraint_union","$color":7,"excl_time":0.000487800000001031,"$area":0.000487800000001031},"id":"8368-Moose::Util::TypeConstraints::_detect_type_constraint_union"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.26ms, 0.00%<br />Exclusive time: 553&micro;s, 0.00%</p>","incl_time":0.0022567,"subname":"Moose::Util::TypeConstraints::BEGIN@42","$color":7,"excl_time":0.000553499999999984,"$area":0.000553499999999984},"id":"8369-Moose::Util::TypeConstraints::BEGIN@42"},{"name":"_parse_parameterized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_parse_parameterized_type_constraint</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 511&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0005113,"subname":"Moose::Util::TypeConstraints::_parse_parameterized_type_constraint","$color":7,"excl_time":0.000200500000000167,"$area":0.000200500000000167},"id":"8370-Moose::Util::TypeConstraints::_parse_parameterized_type_constraint"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:subst</b></p><p><br />Called 485 times from 1 place in 1 file<br />Inclusive time: 875&micro;s, 0.00%<br />Exclusive time: 666&micro;s, 0.00%</p>","incl_time":0.0008745,"subname":"Moose::Util::TypeConstraints::CORE:subst","$color":7,"excl_time":0.000665800000000382,"$area":0.000665800000000382},"id":"8371-Moose::Util::TypeConstraints::CORE:subst"},{"name":"register_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::register_type_constraint</b></p><p><br />Called 7 times from 4 places in 3 files<br />Inclusive time: 278&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0002776,"subname":"Moose::Util::TypeConstraints::register_type_constraint","$color":7,"excl_time":6.90000000002188e-05,"$area":6.90000000002188e-05},"id":"8372-Moose::Util::TypeConstraints::register_type_constraint"},{"name":"create_duck_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_duck_type_constraint</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0015722,"subname":"Moose::Util::TypeConstraints::create_duck_type_constraint","$color":7,"excl_time":2.21999999999488e-05,"$area":2.21999999999488e-05},"id":"8373-Moose::Util::TypeConstraints::create_duck_type_constraint"},{"name":"BEGIN@673","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@673</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@673","$color":7,"excl_time":7.99999999999675e-06,"$area":7.99999999999675e-06},"id":"8374-Moose::Util::TypeConstraints::BEGIN@673"},{"name":"via","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::via</b></p><p><br />Called 10 times from 8 places in 8 files<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Util::TypeConstraints::via","$color":7,"excl_time":1.6e-05,"$area":1.6e-05},"id":"8375-Moose::Util::TypeConstraints::via"},{"name":"from","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::from</b></p><p><br />Called 10 times from 8 places in 8 files<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Moose::Util::TypeConstraints::from","$color":7,"excl_time":1.68e-05,"$area":1.68e-05},"id":"8376-Moose::Util::TypeConstraints::from"},{"name":"get_type_constraint_registry","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::get_type_constraint_registry</b></p><p><br />Called 11 times from 4 places in 2 files<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Util::TypeConstraints::get_type_constraint_registry","$color":7,"excl_time":1.79e-05,"$area":1.79e-05},"id":"8377-Moose::Util::TypeConstraints::get_type_constraint_registry"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@10","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"8378-Moose::Util::TypeConstraints::BEGIN@10"},{"name":"BEGIN@694","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@694</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@694","$color":7,"excl_time":7.70000000000537e-06,"$area":7.70000000000537e-06},"id":"8379-Moose::Util::TypeConstraints::BEGIN@694"},{"name":"find_or_create_does_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_or_create_does_type_constraint</b></p><p><br />Called 27 times from 1 place in 1 file<br />Inclusive time: 3.57ms, 0.01%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0035735,"subname":"Moose::Util::TypeConstraints::find_or_create_does_type_constraint","$color":7,"excl_time":0.000245200000000271,"$area":0.000245200000000271},"id":"8380-Moose::Util::TypeConstraints::find_or_create_does_type_constraint"},{"name":"::Builtins","children":[{"name":"type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Moose::Util::TypeConstraints::Builtins::type","$color":9,"excl_time":1.6e-06,"$area":1.6e-06},"id":"8382-Moose::Util::TypeConstraints::Builtins::type"},{"name":"where","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::where</b></p><p><br />Called 16 times from 16 places in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Moose::Util::TypeConstraints::Builtins::where","$color":9,"excl_time":2.4e-05,"$area":2.4e-05},"id":"8383-Moose::Util::TypeConstraints::Builtins::where"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:113]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:113]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:113]","$color":9,"excl_time":8.2e-06,"$area":8.2e-06},"id":"8384-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:113]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:58]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:58]</b></p><p><br />Called 139 times from 1 place in 1 file<br />Inclusive time: 480&micro;s, 0.00%</p>","incl_time":0.0004798,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:58]","$color":9,"excl_time":0.0004798,"$area":0.0004798},"id":"8385-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:58]"},{"name":"define_builtins","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::define_builtins</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.50ms, 0.01%<br />Exclusive time: 497&micro;s, 0.00%</p>","incl_time":0.0085042,"subname":"Moose::Util::TypeConstraints::Builtins::define_builtins","$color":9,"excl_time":0.000496500000001381,"$area":0.000496500000001381},"id":"8386-Moose::Util::TypeConstraints::Builtins::define_builtins"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:66]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:66]</b></p><p><br />Called 235 times from 1 place in 1 file<br />Inclusive time: 9.30ms, 0.01%<br />Exclusive time: 1.74ms, 0.00%</p>","incl_time":0.009302,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:66]","$color":9,"excl_time":0.00173500000000567,"$area":0.00173500000000567},"id":"8387-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:66]"},{"name":"inline_as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::inline_as</b></p><p><br />Called 17 times from 17 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Moose::Util::TypeConstraints::Builtins::inline_as","$color":9,"excl_time":1.93e-05,"$area":1.93e-05},"id":"8388-Moose::Util::TypeConstraints::Builtins::inline_as"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:238]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:238]</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 561&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0005614,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:238]","$color":9,"excl_time":0.000127500000000901,"$area":0.000127500000000901},"id":"8389-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:238]"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@10","$color":9,"excl_time":4.80999999999946e-05,"$area":4.80999999999946e-05},"id":"8390-Moose::Util::TypeConstraints::Builtins::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:253]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:253]</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 5.42ms, 0.01%<br />Exclusive time: 287&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.20ms</p>","incl_time":0.005424,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:253]","$color":9,"excl_time":0.000287099999998372,"$area":0.000287099999998372},"id":"8391-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:253]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:138]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:138]</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:138]","$color":9,"excl_time":4.95e-05,"$area":4.95e-05},"id":"8392-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:138]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@14","$color":9,"excl_time":8.19999999999275e-06,"$area":8.19999999999275e-06},"id":"8393-Moose::Util::TypeConstraints::Builtins::BEGIN@14"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:27]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:27]</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.51e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:27]","$color":9,"excl_time":5.51e-05,"$area":5.51e-05},"id":"8394-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:27]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:203]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:203]</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 195&micro;s, 0.00%</p>","incl_time":0.0020599,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:203]","$color":9,"excl_time":0.000195000000000609,"$area":0.000195000000000609},"id":"8395-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:203]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:118]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:118]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:118]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"8396-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:118]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:43]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:43]</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:43]","$color":9,"excl_time":5.35e-05,"$area":5.35e-05},"id":"8397-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:43]"},{"name":"subtype","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::subtype</b></p><p><br />Called 16 times from 16 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Moose::Util::TypeConstraints::Builtins::subtype","$color":9,"excl_time":1.98e-05,"$area":1.98e-05},"id":"8398-Moose::Util::TypeConstraints::Builtins::subtype"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:72]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:72]</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:72]","$color":9,"excl_time":1.67e-05,"$area":1.67e-05},"id":"8399-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:72]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:106]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:106]</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.00%</p>","incl_time":0.0001068,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:106]","$color":9,"excl_time":0.0001068,"$area":0.0001068},"id":"8400-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:106]"},{"name":"as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::as</b></p><p><br />Called 16 times from 16 places in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Moose::Util::TypeConstraints::Builtins::as","$color":9,"excl_time":2.06e-05,"$area":2.06e-05},"id":"8401-Moose::Util::TypeConstraints::Builtins::as"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:39]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:39]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:39]","$color":9,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8402-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:39]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:193]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:193]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:193]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"8403-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:193]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:157]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:157]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:157]","$color":9,"excl_time":1.10000000000178e-05,"$area":1.10000000000178e-05},"id":"8404-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:157]"},{"name":"_RegexpRef","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::_RegexpRef</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Moose::Util::TypeConstraints::Builtins::_RegexpRef","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"8405-Moose::Util::TypeConstraints::Builtins::_RegexpRef"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@12","$color":9,"excl_time":1.00000000000204e-05,"$area":1.00000000000204e-05},"id":"8406-Moose::Util::TypeConstraints::Builtins::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@2","$color":9,"excl_time":2.1e-05,"$area":2.1e-05},"id":"8407-Moose::Util::TypeConstraints::Builtins::BEGIN@2"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:83]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:83]</b></p><p><br />Called 210 times from 1 place in 1 file<br />Inclusive time: 16.5ms, 0.02%<br />Exclusive time: 1.72ms, 0.00%</p>","incl_time":0.016485,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:83]","$color":9,"excl_time":0.00172380000001401,"$area":0.00172380000001401},"id":"8408-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:83]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:62]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:62]</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:62]","$color":9,"excl_time":5.03e-05,"$area":5.03e-05},"id":"8409-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:62]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:279]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:279]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 334&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0003344,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:279]","$color":9,"excl_time":2.44999999995818e-05,"$area":2.44999999995818e-05},"id":"8410-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:279]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:272]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:272]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:272]","$color":9,"excl_time":1.8e-06,"$area":1.8e-06},"id":"8411-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:272]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:101]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:101]</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 1.55ms, 0.00%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.0015473,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:101]","$color":9,"excl_time":0.000119099999999787,"$area":0.000119099999999787},"id":"8412-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:101]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:93]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:93]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 222&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0002217,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:93]","$color":9,"excl_time":1.74000000001204e-05,"$area":1.74000000001204e-05},"id":"8413-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:93]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:202]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:202]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 786&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0007864,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:202]","$color":9,"excl_time":1.11000000000767e-05,"$area":1.11000000000767e-05},"id":"8414-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:202]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:218]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:218]</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 6.68ms, 0.01%<br />Exclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0066804,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:218]","$color":9,"excl_time":0.000362999999998084,"$area":0.000362999999998084},"id":"8415-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:218]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:46]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:46]</b></p><p><br />Called 236 times from 1 place in 1 file<br />Inclusive time: 506&micro;s, 0.00%</p>","incl_time":0.000506299999999999,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:46]","$color":9,"excl_time":0.000506299999999999,"$area":0.000506299999999999},"id":"8416-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:46]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@9","$color":9,"excl_time":1.86000000000179e-05,"$area":1.86000000000179e-05},"id":"8417-Moose::Util::TypeConstraints::Builtins::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:70]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:70]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:70]","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"8418-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:70]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:28]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:28]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:28]","$color":9,"excl_time":7.2e-06,"$area":7.2e-06},"id":"8419-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:28]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:204]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:204]</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%</p>","incl_time":8.89e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:204]","$color":9,"excl_time":8.89e-05,"$area":8.89e-05},"id":"8420-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:204]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:144]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:144]</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:144]","$color":9,"excl_time":3.54e-05,"$area":3.54e-05},"id":"8421-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:144]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:239]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:239]</b></p><p><br />Called 81 times from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.00%</p>","incl_time":0.0001916,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:239]","$color":9,"excl_time":0.0001916,"$area":0.0001916},"id":"8422-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:239]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:76]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:76]</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:76]","$color":9,"excl_time":5.76e-05,"$area":5.76e-05},"id":"8423-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:76]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:176]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:176]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:176]","$color":9,"excl_time":3.1e-06,"$area":3.1e-06},"id":"8424-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:176]"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@13","$color":9,"excl_time":5.2e-06,"$area":5.2e-06},"id":"8425-Moose::Util::TypeConstraints::Builtins::BEGIN@13"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:133]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:133]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:133]","$color":9,"excl_time":4e-06,"$area":4e-06},"id":"8426-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:133]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]","$color":9,"excl_time":1.31000000001415e-05,"$area":1.31000000001415e-05},"id":"8427-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]"}],"data":{"$area":0.00705180000001878},"id":"n8381"}],"data":{"$area":0.0677689000000845},"id":"n8314"},{"name":"::MetaRole","children":[{"name":"_metathing_for","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::_metathing_for</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 109&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001088,"subname":"Moose::Util::MetaRole::_metathing_for","$color":0,"excl_time":7.62999999998981e-05,"$area":7.62999999998981e-05},"id":"8429-Moose::Util::MetaRole::_metathing_for"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"Moose::Util::MetaRole::BEGIN@15","$color":0,"excl_time":1.08999999999896e-05,"$area":1.08999999999896e-05},"id":"8430-Moose::Util::MetaRole::BEGIN@15"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Moose::Util::MetaRole::BEGIN@11","$color":0,"excl_time":7.20000000000751e-06,"$area":7.20000000000751e-06},"id":"8431-Moose::Util::MetaRole::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Util::MetaRole::BEGIN@14","$color":0,"excl_time":7.49999999998863e-06,"$area":7.49999999998863e-06},"id":"8432-Moose::Util::MetaRole::BEGIN@14"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Moose::Util::MetaRole::BEGIN@10","$color":0,"excl_time":8.70000000001113e-06,"$area":8.70000000001113e-06},"id":"8433-Moose::Util::MetaRole::BEGIN@10"},{"name":"apply_base_class_roles","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::apply_base_class_roles</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 532&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0005323,"subname":"Moose::Util::MetaRole::apply_base_class_roles","$color":0,"excl_time":3.24999999999499e-05,"$area":3.24999999999499e-05},"id":"8434-Moose::Util::MetaRole::apply_base_class_roles"},{"name":"apply_metaroles","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::apply_metaroles</b></p><p><br />Called 5 times from 4 places in 4 files<br />Inclusive time: 102ms, 0.14%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.1015661,"subname":"Moose::Util::MetaRole::apply_metaroles","$color":0,"excl_time":7.1499999999673e-05,"$area":7.1499999999673e-05},"id":"8435-Moose::Util::MetaRole::apply_metaroles"},{"name":"_make_new_metaclass","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::_make_new_metaclass</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 101ms, 0.14%<br />Exclusive time: 485&micro;s, 0.00%</p>","incl_time":0.1014077,"subname":"Moose::Util::MetaRole::_make_new_metaclass","$color":0,"excl_time":0.000484599999999509,"$area":0.000484599999999509},"id":"8436-Moose::Util::MetaRole::_make_new_metaclass"},{"name":"_make_new_class","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::_make_new_class</b></p><p><br />Called 16 times from 3 places in 1 file<br />Inclusive time: 88.4ms, 0.12%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0883763,"subname":"Moose::Util::MetaRole::_make_new_class","$color":0,"excl_time":0.000259599999999843,"$area":0.000259599999999843},"id":"8437-Moose::Util::MetaRole::_make_new_class"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Moose::Util::MetaRole::BEGIN@17","$color":0,"excl_time":6.49999999998862e-06,"$area":6.49999999998862e-06},"id":"8438-Moose::Util::MetaRole::BEGIN@17"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"Moose::Util::MetaRole::BEGIN@9","$color":0,"excl_time":8.60000000000075e-06,"$area":8.60000000000075e-06},"id":"8439-Moose::Util::MetaRole::BEGIN@9"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"Moose::Util::MetaRole::BEGIN@13","$color":0,"excl_time":8.39999999999525e-06,"$area":8.39999999999525e-06},"id":"8440-Moose::Util::MetaRole::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Moose::Util::MetaRole::BEGIN@2","$color":0,"excl_time":1.06e-05,"$area":1.06e-05},"id":"8441-Moose::Util::MetaRole::BEGIN@2"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Moose::Util::MetaRole::BEGIN@16","$color":0,"excl_time":8.89999999999775e-06,"$area":8.89999999999775e-06},"id":"8442-Moose::Util::MetaRole::BEGIN@16"}],"data":{"$area":0.00100179999999885},"id":"n8428"}],"data":{"$area":0.0882993000000458},"id":"n8289"},{"name":"::Deprecated","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Moose::Deprecated::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Moose::Deprecated::BEGIN@2","$color":2,"excl_time":9.5e-06,"$area":9.5e-06},"id":"8444-Moose::Deprecated::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Deprecated::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 737&micro;s, 0.00%</p>","incl_time":0.0020565,"subname":"Moose::Deprecated::BEGIN@12","$color":2,"excl_time":0.000736899999999996,"$area":0.000736899999999996},"id":"8445-Moose::Deprecated::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Moose::Deprecated::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Moose::Deprecated::BEGIN@10","$color":2,"excl_time":7.40000000000313e-06,"$area":7.40000000000313e-06},"id":"8446-Moose::Deprecated::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Deprecated::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Deprecated::BEGIN@9","$color":2,"excl_time":7.60000000000275e-06,"$area":7.60000000000275e-06},"id":"8447-Moose::Deprecated::BEGIN@9"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Moose::Deprecated::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Moose::Deprecated::CORE:qr","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"8448-Moose::Deprecated::CORE:qr"}],"data":{"$area":0.000763800000000002},"id":"n8443"}],"data":{"$area":1.46895439999761},"id":"n7016"},{"name":"MooseX","children":[{"name":"::Traits","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 127&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001272,"subname":"MooseX::Traits::BEGIN@7","$color":4,"excl_time":9.40000000005428e-06,"$area":9.40000000005428e-06},"id":"8451-MooseX::Traits::BEGIN@7"},{"name":"new_with_traits","children":[],"data":{"tip":"<p><b>MooseX::Traits::new_with_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 91.2ms, 0.13%<br />Exclusive time: 259&micro;s, 0.00%</p>","incl_time":0.0912387,"subname":"MooseX::Traits::new_with_traits","$color":4,"excl_time":0.000259099999999287,"$area":0.000259099999999287},"id":"8452-MooseX::Traits::new_with_traits"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"MooseX::Traits::BEGIN@6","$color":4,"excl_time":8.39999999984072e-06,"$area":8.39999999984072e-06},"id":"8453-MooseX::Traits::BEGIN@6"},{"name":"with_traits","children":[],"data":{"tip":"<p><b>MooseX::Traits::with_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 79.4ms, 0.11%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0794097,"subname":"MooseX::Traits::with_traits","$color":4,"excl_time":8.23999999994569e-05,"$area":8.23999999994569e-05},"id":"8454-MooseX::Traits::with_traits"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.09ms, 0.00%<br />Exclusive time: 540&micro;s, 0.00%</p>","incl_time":0.0010877,"subname":"MooseX::Traits::BEGIN@4","$color":4,"excl_time":0.000540399999999528,"$area":0.000540399999999528},"id":"8455-MooseX::Traits::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.39e-05,"subname":"MooseX::Traits::BEGIN@9","$color":4,"excl_time":1.29999999998131e-05,"$area":1.29999999998131e-05},"id":"8456-MooseX::Traits::BEGIN@9"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 135&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001348,"subname":"MooseX::Traits::BEGIN@86","$color":4,"excl_time":1.08999999998234e-05,"$area":1.08999999998234e-05},"id":"8457-MooseX::Traits::BEGIN@86"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Traits::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.86ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.00286,"subname":"MooseX::Traits::BEGIN@2","$color":4,"excl_time":1.70000000000712e-05,"$area":1.70000000000712e-05},"id":"8458-MooseX::Traits::BEGIN@2"},{"name":"::__ANON__","children":[{"name":"::SERIAL","children":[{"name":"::6","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::6::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::6::meta","$color":6,"excl_time":8.90000000075277e-06,"$area":8.90000000075277e-06},"id":"8462-MooseX::Traits::__ANON__::SERIAL::6::meta"},{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::6::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::6::variable_name","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"8463-MooseX::Traits::__ANON__::SERIAL::6::variable_name"}],"data":{"$area":1.18000000007528e-05},"id":"n8461"},{"name":"::3","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::3::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::3::variable_name","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"8465-MooseX::Traits::__ANON__::SERIAL::3::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::3::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::3::meta","$color":8,"excl_time":9.7000000002388e-06,"$area":9.7000000002388e-06},"id":"8466-MooseX::Traits::__ANON__::SERIAL::3::meta"}],"data":{"$area":1.24000000002388e-05},"id":"n8464"},{"name":"::7","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::7::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::7::variable_name","$color":10,"excl_time":2.1e-06,"$area":2.1e-06},"id":"8468-MooseX::Traits::__ANON__::SERIAL::7::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::7::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::7::meta","$color":10,"excl_time":9.29999999976996e-06,"$area":9.29999999976996e-06},"id":"8469-MooseX::Traits::__ANON__::SERIAL::7::meta"}],"data":{"$area":1.139999999977e-05},"id":"n8467"},{"name":"::2","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::2::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::2::meta","$color":1,"excl_time":7.60000000005039e-06,"$area":7.60000000005039e-06},"id":"8471-MooseX::Traits::__ANON__::SERIAL::2::meta"},{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::2::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::2::variable_name","$color":1,"excl_time":2.2e-06,"$area":2.2e-06},"id":"8472-MooseX::Traits::__ANON__::SERIAL::2::variable_name"}],"data":{"$area":9.80000000005039e-06},"id":"n8470"},{"name":"::8","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::8::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::8::variable_name","$color":3,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8474-MooseX::Traits::__ANON__::SERIAL::8::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::8::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::8::meta","$color":3,"excl_time":8.70000000042459e-06,"$area":8.70000000042459e-06},"id":"8475-MooseX::Traits::__ANON__::SERIAL::8::meta"}],"data":{"$area":1.06000000004246e-05},"id":"n8473"},{"name":"::4","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::4::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::4::variable_name","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"8477-MooseX::Traits::__ANON__::SERIAL::4::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::4::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::4::meta","$color":5,"excl_time":1.03000000002857e-05,"$area":1.03000000002857e-05},"id":"8478-MooseX::Traits::__ANON__::SERIAL::4::meta"}],"data":{"$area":1.30000000002857e-05},"id":"n8476"},{"name":"::1","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::1::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::1::variable_name","$color":7,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8480-MooseX::Traits::__ANON__::SERIAL::1::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::1::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::1::meta","$color":7,"excl_time":7.39999999990973e-06,"$area":7.39999999990973e-06},"id":"8481-MooseX::Traits::__ANON__::SERIAL::1::meta"}],"data":{"$area":9.29999999990973e-06},"id":"n8479"},{"name":"::5","children":[{"name":"variable_name","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::5::variable_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::5::variable_name","$color":9,"excl_time":2.1e-06,"$area":2.1e-06},"id":"8483-MooseX::Traits::__ANON__::SERIAL::5::variable_name"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Traits::__ANON__::SERIAL::5::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::5::meta","$color":9,"excl_time":8.70000000042546e-06,"$area":8.70000000042546e-06},"id":"8484-MooseX::Traits::__ANON__::SERIAL::5::meta"}],"data":{"$area":1.08000000004255e-05},"id":"n8482"}],"data":{"$area":8.91000000018574e-05},"id":"n8460"}],"data":{"$area":8.91000000018574e-05},"id":"n8459"},{"name":"::Util","children":[{"name":"resolve_traits","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::resolve_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 13.5ms, 0.02%<br />Exclusive time: 227&micro;s, 0.00%</p>","incl_time":0.013536,"subname":"MooseX::Traits::Util::resolve_traits","$color":0,"excl_time":0.000227000000001317,"$area":0.000227000000001317},"id":"8486-MooseX::Traits::Util::resolve_traits"},{"name":"check_class","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::check_class</b></p><p><br />Called 32 times from 3 places in 1 file<br />Inclusive time: 1.46ms, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0014551,"subname":"MooseX::Traits::Util::check_class","$color":0,"excl_time":0.000127800000001079,"$area":0.000127800000001079},"id":"8487-MooseX::Traits::Util::check_class"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"MooseX::Traits::Util::BEGIN@3","$color":0,"excl_time":6.70000000016628e-06,"$area":6.70000000016628e-06},"id":"8488-MooseX::Traits::Util::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"MooseX::Traits::Util::BEGIN@2","$color":0,"excl_time":1.5199999999908e-05,"$area":1.5199999999908e-05},"id":"8489-MooseX::Traits::Util::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"MooseX::Traits::Util::BEGIN@9","$color":0,"excl_time":1.13000000000166e-05,"$area":1.13000000000166e-05},"id":"8490-MooseX::Traits::Util::BEGIN@9"},{"name":"new_class_with_traits","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::new_class_with_traits</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 79.3ms, 0.11%<br />Exclusive time: 221&micro;s, 0.00%</p>","incl_time":0.0793188,"subname":"MooseX::Traits::Util::new_class_with_traits","$color":0,"excl_time":0.000220799999993672,"$area":0.000220799999993672},"id":"8491-MooseX::Traits::Util::new_class_with_traits"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 310&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003101,"subname":"MooseX::Traits::Util::BEGIN@5","$color":0,"excl_time":1.02000000000912e-05,"$area":1.02000000000912e-05},"id":"8492-MooseX::Traits::Util::BEGIN@5"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::CORE:match</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"MooseX::Traits::Util::CORE:match","$color":0,"excl_time":1.05e-05,"$area":1.05e-05},"id":"8493-MooseX::Traits::Util::CORE:match"},{"name":"transform_trait","children":[],"data":{"tip":"<p><b>MooseX::Traits::Util::transform_trait</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 1.96ms, 0.00%<br />Exclusive time: 369&micro;s, 0.00%</p>","incl_time":0.0019629,"subname":"MooseX::Traits::Util::transform_trait","$color":0,"excl_time":0.000369299999997696,"$area":0.000369299999997696},"id":"8494-MooseX::Traits::Util::transform_trait"}],"data":{"$area":0.000998799999993946},"id":"n8485"}],"data":{"$area":0.00202849999999368},"id":"n8450"},{"name":"::MethodAttributes","children":[{"name":"init_meta","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::init_meta</b></p><p><br />Called 31 times from 2 places in 2 files<br />Inclusive time: 73.6ms, 0.10%<br />Exclusive time: 558&micro;s, 0.00%</p>","incl_time":0.0735748,"subname":"MooseX::MethodAttributes::init_meta","$color":2,"excl_time":0.000557600000002434,"$area":0.000557600000002434},"id":"8496-MooseX::MethodAttributes::init_meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"MooseX::MethodAttributes::BEGIN@12","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"8497-MooseX::MethodAttributes::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"MooseX::MethodAttributes::BEGIN@2","$color":2,"excl_time":1.16e-05,"$area":1.16e-05},"id":"8498-MooseX::MethodAttributes::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"MooseX::MethodAttributes::BEGIN@11","$color":2,"excl_time":8.59999999995212e-06,"$area":8.59999999995212e-06},"id":"8499-MooseX::MethodAttributes::BEGIN@11"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"MooseX::MethodAttributes::BEGIN@15","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"8500-MooseX::MethodAttributes::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"MooseX::MethodAttributes::BEGIN@10","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"8501-MooseX::MethodAttributes::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002589,"subname":"MooseX::MethodAttributes::BEGIN@13","$color":2,"excl_time":8.5999999999634e-06,"$area":8.5999999999634e-06},"id":"8502-MooseX::MethodAttributes::BEGIN@13"},{"name":"::Role","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003601,"subname":"MooseX::MethodAttributes::Role::BEGIN@13","$color":4,"excl_time":8.79999999994568e-06,"$area":8.79999999994568e-06},"id":"8504-MooseX::MethodAttributes::Role::BEGIN@13"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@12","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"8505-MooseX::MethodAttributes::Role::BEGIN@12"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@15","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"8506-MooseX::MethodAttributes::Role::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@10","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"8507-MooseX::MethodAttributes::Role::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"MooseX::MethodAttributes::Role::BEGIN@11","$color":4,"excl_time":8.09999999998612e-06,"$area":8.09999999998612e-06},"id":"8508-MooseX::MethodAttributes::Role::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"MooseX::MethodAttributes::Role::BEGIN@2","$color":4,"excl_time":1.22e-05,"$area":1.22e-05},"id":"8509-MooseX::MethodAttributes::Role::BEGIN@2"},{"name":"::Meta","children":[{"name":"::Method","children":[{"name":"_get_attributed_coderef","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::_get_attributed_coderef</b></p><p><br />Called 184 times from 2 places in 2 files<br />Inclusive time: 652&micro;s, 0.00%<br />Exclusive time: 555&micro;s, 0.00%</p>","incl_time":0.0006524,"subname":"MooseX::MethodAttributes::Role::Meta::Method::_get_attributed_coderef","$color":6,"excl_time":0.000555200000034731,"$area":0.000555200000034731},"id":"8512-MooseX::MethodAttributes::Role::Meta::Method::_get_attributed_coderef"},{"name":"_build_attributes","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::_build_attributes</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 569&micro;s, 0.00%<br />Exclusive time: 230&micro;s, 0.00%</p>","incl_time":0.0005686,"subname":"MooseX::MethodAttributes::Role::Meta::Method::_build_attributes","$color":6,"excl_time":0.000229999999991041,"$area":0.000229999999991041},"id":"8513-MooseX::MethodAttributes::Role::Meta::Method::_build_attributes"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 322&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003225,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@12","$color":6,"excl_time":1.13999999999914e-05,"$area":1.13999999999914e-05},"id":"8514-MooseX::MethodAttributes::Role::Meta::Method::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@2","$color":6,"excl_time":1.29e-05,"$area":1.29e-05},"id":"8515-MooseX::MethodAttributes::Role::Meta::Method::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.68ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0036841,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@10","$color":6,"excl_time":1.14999999999742e-05,"$area":1.14999999999742e-05},"id":"8516-MooseX::MethodAttributes::Role::Meta::Method::BEGIN@10"},{"name":"::Wrapped","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.45ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0034517,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@10","$color":8,"excl_time":1.32000000001003e-05,"$area":1.32000000001003e-05},"id":"8518-MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003133,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@12","$color":8,"excl_time":1.03000000000578e-05,"$area":1.03000000000578e-05},"id":"8519-MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@2","$color":8,"excl_time":1.66e-05,"$area":1.66e-05},"id":"8520-MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@2"}],"data":{"$area":4.0100000000158e-05},"id":"n8517"},{"name":"::MaybeWrapped","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm:26]","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm:26]</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 3.00ms, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0029955,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm:26]","$color":10,"excl_time":8.28000000013422e-05,"$area":8.28000000013422e-05},"id":"8522-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm:26]"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003191,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@14","$color":10,"excl_time":8.59999999989759e-06,"$area":8.59999999989759e-06},"id":"8523-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@14"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.08ms, 0.01%<br />Exclusive time: 410&micro;s, 0.00%</p>","incl_time":0.0050758,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@12","$color":10,"excl_time":0.000409800000000163,"$area":0.000409800000000163},"id":"8524-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@12"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 369&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0003687,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@11","$color":10,"excl_time":2.15000000000081e-05,"$area":2.15000000000081e-05},"id":"8525-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.76ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0047565,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@10","$color":10,"excl_time":1.62999999999171e-05,"$area":1.62999999999171e-05},"id":"8526-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@10"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@2","$color":10,"excl_time":1.23e-05,"$area":1.23e-05},"id":"8527-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@2"}],"data":{"$area":0.000551300000001328},"id":"n8521"}],"data":{"$area":0.00141240000002722},"id":"n8511"},{"name":"::Role","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.13ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0031323,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@15","$color":1,"excl_time":1.14999999999655e-05,"$area":1.14999999999655e-05},"id":"8529-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@15"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.75ms, 0.00%<br />Exclusive time: 439&micro;s, 0.00%</p>","incl_time":0.0017479,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@18","$color":1,"excl_time":0.000438500000000095,"$area":0.000438500000000095},"id":"8530-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@18"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@11","$color":1,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8531-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@2","$color":1,"excl_time":1.05e-05,"$area":1.05e-05},"id":"8532-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@10","$color":1,"excl_time":6.3e-06,"$area":6.3e-06},"id":"8533-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@13","$color":1,"excl_time":9.7999999999985e-06,"$area":9.7999999999985e-06},"id":"8534-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@13"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.13ms, 0.00%<br />Exclusive time: 501&micro;s, 0.00%</p>","incl_time":0.0021289,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@17","$color":1,"excl_time":0.00050130000000016,"$area":0.00050130000000016},"id":"8535-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@17"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 361&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000361,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@12","$color":1,"excl_time":9.50000000005092e-06,"$area":9.50000000005092e-06},"id":"8536-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@12"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 357&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000357,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@20","$color":1,"excl_time":1.02999999999669e-05,"$area":1.02999999999669e-05},"id":"8537-MooseX::MethodAttributes::Role::Meta::Role::BEGIN@20"},{"name":"::Application","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@2","$color":3,"excl_time":1.31e-05,"$area":1.31e-05},"id":"8539-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@12","$color":3,"excl_time":1.1e-05,"$area":1.1e-05},"id":"8540-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@12"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@13","$color":3,"excl_time":5.9e-06,"$area":5.9e-06},"id":"8541-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@13"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.12ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0031163,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@10","$color":3,"excl_time":1.77000000000488e-05,"$area":1.77000000000488e-05},"id":"8542-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 418&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004175,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@14","$color":3,"excl_time":1.20000000000524e-05,"$area":1.20000000000524e-05},"id":"8543-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 354&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0003543,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@11","$color":3,"excl_time":2.18999999999895e-05,"$area":2.18999999999895e-05},"id":"8544-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@11"}],"data":{"$area":8.16000000000908e-05},"id":"n8538"}],"data":{"$area":0.00108490000000033},"id":"n8528"},{"name":"::Class","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 371&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003707,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@13","$color":5,"excl_time":1.06000000000257e-05,"$area":1.06000000000257e-05},"id":"8546-MooseX::MethodAttributes::Role::Meta::Class::BEGIN@13"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::CORE:sort</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%</p>","incl_time":6.07e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Class::CORE:sort","$color":5,"excl_time":6.07e-05,"$area":6.07e-05},"id":"8547-MooseX::MethodAttributes::Role::Meta::Class::CORE:sort"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.82ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0028249,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@10","$color":5,"excl_time":1.11000000000226e-05,"$area":1.11000000000226e-05},"id":"8548-MooseX::MethodAttributes::Role::Meta::Class::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 236&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.000236,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@11","$color":5,"excl_time":1.17000000000449e-05,"$area":1.17000000000449e-05},"id":"8549-MooseX::MethodAttributes::Role::Meta::Class::BEGIN@11"},{"name":"get_method_with_attributes_list","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::get_method_with_attributes_list</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 23.4ms, 0.03%<br />Exclusive time: 5.53ms, 0.01%</p>","incl_time":0.0234071,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_method_with_attributes_list","$color":5,"excl_time":0.00553019999998304,"$area":0.00553019999998304},"id":"8550-MooseX::MethodAttributes::Role::Meta::Class::get_method_with_attributes_list"},{"name":"get_nearest_methods_with_attributes","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::get_nearest_methods_with_attributes</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 28.1ms, 0.04%<br />Exclusive time: 507&micro;s, 0.00%</p>","incl_time":0.0281404,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_nearest_methods_with_attributes","$color":5,"excl_time":0.000507300000007917,"$area":0.000507300000007917},"id":"8551-MooseX::MethodAttributes::Role::Meta::Class::get_nearest_methods_with_attributes"},{"name":"get_all_methods_with_attributes","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::get_all_methods_with_attributes</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 24.0ms, 0.03%<br />Exclusive time: 328&micro;s, 0.00%</p>","incl_time":0.0239964,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_all_methods_with_attributes","$color":5,"excl_time":0.000328300000007911,"$area":0.000328300000007911},"id":"8552-MooseX::MethodAttributes::Role::Meta::Class::get_all_methods_with_attributes"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Class::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@2","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"8553-MooseX::MethodAttributes::Role::Meta::Class::BEGIN@2"}],"data":{"$area":0.00647139999999896},"id":"n8545"},{"name":"::Map","children":[{"name":"register_method_attributes","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::register_method_attributes</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 662&micro;s, 0.00%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.0006623,"subname":"MooseX::MethodAttributes::Role::Meta::Map::register_method_attributes","$color":7,"excl_time":0.000326800000003731,"$area":0.000326800000003731},"id":"8555-MooseX::MethodAttributes::Role::Meta::Map::register_method_attributes"},{"name":"get_method_attributes","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::get_method_attributes</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 136&micro;s, 0.00%</p>","incl_time":0.0001882,"subname":"MooseX::MethodAttributes::Role::Meta::Map::get_method_attributes","$color":7,"excl_time":0.00013569999999577,"$area":0.00013569999999577},"id":"8556-MooseX::MethodAttributes::Role::Meta::Map::get_method_attributes"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@2","$color":7,"excl_time":1.06e-05,"$area":1.06e-05},"id":"8557-MooseX::MethodAttributes::Role::Meta::Map::BEGIN@2"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:19]","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:19]</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:19]","$color":7,"excl_time":1.01e-05,"$area":1.01e-05},"id":"8558-MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:19]"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.15ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0051475,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@11","$color":7,"excl_time":3.42999999999602e-05,"$area":3.42999999999602e-05},"id":"8559-MooseX::MethodAttributes::Role::Meta::Map::BEGIN@11"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 708&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0007076,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@13","$color":7,"excl_time":1.63000000000497e-05,"$area":1.63000000000497e-05},"id":"8560-MooseX::MethodAttributes::Role::Meta::Map::BEGIN@13"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.50ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.003505,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@10","$color":7,"excl_time":1.33000000000134e-05,"$area":1.33000000000134e-05},"id":"8561-MooseX::MethodAttributes::Role::Meta::Map::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]","$color":7,"excl_time":1e-05,"$area":1e-05},"id":"8562-MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]"}],"data":{"$area":0.000557099999999524},"id":"n8554"}],"data":{"$area":0.00952580000002604},"id":"n8510"},{"name":"::AttrContainer","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001916,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@11","$color":9,"excl_time":1.2399999999954e-05,"$area":1.2399999999954e-05},"id":"8564-MooseX::MethodAttributes::Role::AttrContainer::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@2","$color":9,"excl_time":2.06e-05,"$area":2.06e-05},"id":"8565-MooseX::MethodAttributes::Role::AttrContainer::BEGIN@2"},{"name":"MODIFY_CODE_ATTRIBUTES","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::MODIFY_CODE_ATTRIBUTES</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 1.16ms, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0011635,"subname":"MooseX::MethodAttributes::Role::AttrContainer::MODIFY_CODE_ATTRIBUTES","$color":9,"excl_time":0.000288300000003033,"$area":0.000288300000003033},"id":"8566-MooseX::MethodAttributes::Role::AttrContainer::MODIFY_CODE_ATTRIBUTES"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 464&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.000464,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@13","$color":9,"excl_time":1.58000000001013e-05,"$area":1.58000000001013e-05},"id":"8567-MooseX::MethodAttributes::Role::AttrContainer::BEGIN@13"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.17ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0031703,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@10","$color":9,"excl_time":1.12000000000298e-05,"$area":1.12000000000298e-05},"id":"8568-MooseX::MethodAttributes::Role::AttrContainer::BEGIN@10"},{"name":"::Inheritable","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.36ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0033641,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@11","$color":0,"excl_time":1.6500000000105e-05,"$area":1.6500000000105e-05},"id":"8570-MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@11"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@12","$color":0,"excl_time":7.8e-06,"$area":7.8e-06},"id":"8571-MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@2","$color":0,"excl_time":1.31e-05,"$area":1.31e-05},"id":"8572-MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@2"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 324&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003235,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@14","$color":0,"excl_time":9.29999999995778e-06,"$area":9.29999999995778e-06},"id":"8573-MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@14"}],"data":{"$area":4.67000000000628e-05},"id":"n8569"}],"data":{"$area":0.000395000000003181},"id":"n8563"}],"data":{"$area":0.00996560000002915},"id":"n8503"},{"name":"::Inheritable","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"MooseX::MethodAttributes::Inheritable::meta","$color":2,"excl_time":9.40000000000438e-06,"$area":9.40000000000438e-06},"id":"8575-MooseX::MethodAttributes::Inheritable::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43.9ms, 0.06%<br />Exclusive time: 711&micro;s, 0.00%</p>","incl_time":0.0438901,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@12","$color":2,"excl_time":0.00071119999999987,"$area":0.00071119999999987},"id":"8576-MooseX::MethodAttributes::Inheritable::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@2","$color":2,"excl_time":1.31e-05,"$area":1.31e-05},"id":"8577-MooseX::MethodAttributes::Inheritable::BEGIN@2"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.53ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0045267,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@14","$color":2,"excl_time":1.84000000000902e-05,"$area":1.84000000000902e-05},"id":"8578-MooseX::MethodAttributes::Inheritable::BEGIN@14"},{"name":"MODIFY_CODE_ATTRIBUTES","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::MODIFY_CODE_ATTRIBUTES</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 15.0ms, 0.02%<br />Exclusive time: 131&micro;s, 0.00%</p>","incl_time":0.0149655,"subname":"MooseX::MethodAttributes::Inheritable::MODIFY_CODE_ATTRIBUTES","$color":2,"excl_time":0.000131400000000372,"$area":0.000131400000000372},"id":"8579-MooseX::MethodAttributes::Inheritable::MODIFY_CODE_ATTRIBUTES"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::MethodAttributes::Inheritable::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 459&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0004591,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@16","$color":2,"excl_time":1.50000000000526e-05,"$area":1.50000000000526e-05},"id":"8580-MooseX::MethodAttributes::Inheritable::BEGIN@16"}],"data":{"$area":0.000898500000000389},"id":"n8574"}],"data":{"$area":0.0114662000000319},"id":"n8495"},{"name":"::Role","children":[{"name":"::WithOverloading","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@2","$color":4,"excl_time":9.8e-06,"$area":9.8e-06},"id":"8585-MooseX::Role::WithOverloading::Meta::Role::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@13","$color":4,"excl_time":8.199999999995e-06,"$area":8.199999999995e-06},"id":"8586-MooseX::Role::WithOverloading::Meta::Role::BEGIN@13"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@5","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8587-MooseX::Role::WithOverloading::Meta::Role::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.07ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0030746,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@11","$color":4,"excl_time":9.20000000000434e-06,"$area":9.20000000000434e-06},"id":"8588-MooseX::Role::WithOverloading::Meta::Role::BEGIN@11"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101ms, 0.14%<br />Exclusive time: 449&micro;s, 0.00%</p>","incl_time":0.1013676,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@1","$color":4,"excl_time":0.000449300000000041,"$area":0.000449300000000041},"id":"8589-MooseX::Role::WithOverloading::Meta::Role::BEGIN@1"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101ms, 0.14%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.1014453,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@12","$color":4,"excl_time":9.29999999996212e-06,"$area":9.29999999996212e-06},"id":"8590-MooseX::Role::WithOverloading::Meta::Role::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@10","$color":4,"excl_time":1.32999999999953e-05,"$area":1.32999999999953e-05},"id":"8591-MooseX::Role::WithOverloading::Meta::Role::BEGIN@10"},{"name":"::Application","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@2","$color":6,"excl_time":1.54e-05,"$area":1.54e-05},"id":"8593-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@2"},{"name":"apply_overloading","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::apply_overloading</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10.5ms, 0.01%<br />Exclusive time: 2.26ms, 0.00%</p>","incl_time":0.0104761,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::apply_overloading","$color":6,"excl_time":0.00226150000000015,"$area":0.00226150000000015},"id":"8594-MooseX::Role::WithOverloading::Meta::Role::Application::apply_overloading"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@5","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"8595-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@11","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"8596-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.00ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0029987,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@10","$color":6,"excl_time":1.69000000000211e-05,"$area":1.69000000000211e-05},"id":"8597-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@13","$color":6,"excl_time":1.07999999999781e-05,"$area":1.07999999999781e-05},"id":"8598-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@13"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36.4ms, 0.05%<br />Exclusive time: 322&micro;s, 0.00%</p>","incl_time":0.0363707,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@12","$color":6,"excl_time":0.000322299999999914,"$area":0.000322299999999914},"id":"8599-MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@12"},{"name":"_build_overload_ops","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::_build_overload_ops</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0001612,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::_build_overload_ops","$color":6,"excl_time":0.0001612,"$area":0.0001612},"id":"8600-MooseX::Role::WithOverloading::Meta::Role::Application::_build_overload_ops"},{"name":"::ToRole","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@13","$color":8,"excl_time":1.00000000000423e-05,"$area":1.00000000000423e-05},"id":"8602-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@13"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0128484,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@12","$color":8,"excl_time":9.79999999996609e-06,"$area":9.79999999996609e-06},"id":"8603-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@2","$color":8,"excl_time":1.15e-05,"$area":1.15e-05},"id":"8604-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@5","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"8605-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@5"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.41ms, 0.01%<br />Exclusive time: 246&micro;s, 0.00%</p>","incl_time":0.0054096,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1","$color":8,"excl_time":0.000245600000000053,"$area":0.000245600000000053},"id":"8606-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027529,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@10","$color":8,"excl_time":9.10000000003703e-06,"$area":9.10000000003703e-06},"id":"8607-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.51ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0055056,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@11","$color":8,"excl_time":9.70000000000224e-06,"$area":9.70000000000224e-06},"id":"8608-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@11"},{"name":"BEGIN@1.4","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1.4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.7ms, 0.02%<br />Exclusive time: 265&micro;s, 0.00%</p>","incl_time":0.0127463,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1.4","$color":8,"excl_time":0.000264799999999968,"$area":0.000264799999999968},"id":"8609-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1.4"}],"data":{"$area":0.000565000000000069},"id":"n8601"},{"name":"::ToClass","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027088,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@10","$color":10,"excl_time":8.79999999996422e-06,"$area":8.79999999996422e-06},"id":"8611-MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@5","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"8612-MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@2","$color":10,"excl_time":1.06e-05,"$area":1.06e-05},"id":"8613-MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@11","$color":10,"excl_time":8.99999999997149e-06,"$area":8.99999999997149e-06},"id":"8614-MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@11"}],"data":{"$area":3.20999999999357e-05},"id":"n8610"},{"name":"::FixOverloadedRefs","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@5","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8616-MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@11","$color":1,"excl_time":9.49999999997375e-06,"$area":9.49999999997375e-06},"id":"8617-MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@2","$color":1,"excl_time":1.24e-05,"$area":1.24e-05},"id":"8618-MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.70ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0026984,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@10","$color":1,"excl_time":9.9999999999649e-06,"$area":9.9999999999649e-06},"id":"8619-MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@10"}],"data":{"$area":3.62999999999386e-05},"id":"n8615"},{"name":"::ToInstance","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.03e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@11","$color":3,"excl_time":1.05999999999586e-05,"$area":1.05999999999586e-05},"id":"8621-MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@2","$color":3,"excl_time":1.09e-05,"$area":1.09e-05},"id":"8622-MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.36ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0033564,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@10","$color":3,"excl_time":1.32999999999566e-05,"$area":1.32999999999566e-05},"id":"8623-MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@5","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"8624-MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@5"}],"data":{"$area":3.85999999999152e-05},"id":"n8620"},{"name":"::Composite","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@2","$color":5,"excl_time":1.08e-05,"$area":1.08e-05},"id":"8626-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@5","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"8627-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.59ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0025916,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@10","$color":5,"excl_time":9.8999999999798e-06,"$area":9.8999999999798e-06},"id":"8628-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@11","$color":5,"excl_time":9.20000000000713e-06,"$area":9.20000000000713e-06},"id":"8629-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@11"},{"name":"::ToRole","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.46ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0034551,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@10","$color":7,"excl_time":9.40000000000402e-06,"$area":9.40000000000402e-06},"id":"8631-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@5","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8632-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@2","$color":7,"excl_time":1.18e-05,"$area":1.18e-05},"id":"8633-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@11","$color":7,"excl_time":1.00000000000299e-05,"$area":1.00000000000299e-05},"id":"8634-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@11"}],"data":{"$area":3.56000000000339e-05},"id":"n8630"},{"name":"::ToClass","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@2","$color":9,"excl_time":1.09e-05,"$area":1.09e-05},"id":"8636-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.19e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@11","$color":9,"excl_time":9.60000000000488e-06,"$area":9.60000000000488e-06},"id":"8637-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@5","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8638-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.63ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026299,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@10","$color":9,"excl_time":9.39999999997453e-06,"$area":9.39999999997453e-06},"id":"8639-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@10"}],"data":{"$area":3.42999999999794e-05},"id":"n8635"},{"name":"::ToInstance","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@2","$color":0,"excl_time":1.48e-05,"$area":1.48e-05},"id":"8641-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.03ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0030336,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@10","$color":0,"excl_time":1.03999999999963e-05,"$area":1.03999999999963e-05},"id":"8642-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@11","$color":0,"excl_time":1.03999999999476e-05,"$area":1.03999999999476e-05},"id":"8643-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@5","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"8644-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@5"}],"data":{"$area":3.9799999999944e-05},"id":"n8640"}],"data":{"$area":0.000143599999999944},"id":"n8625"}],"data":{"$area":0.00361469999999987},"id":"n8592"},{"name":"::Composite","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.70ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027048,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@10","$color":2,"excl_time":8.80000000002363e-06,"$area":8.80000000002363e-06},"id":"8646-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57.0ms, 0.08%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0569502,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@12","$color":2,"excl_time":8.50000000002238e-06,"$area":8.50000000002238e-06},"id":"8647-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@12"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@11","$color":2,"excl_time":6.8e-06,"$area":6.8e-06},"id":"8648-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@11"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.8e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@16","$color":2,"excl_time":1.3200000000024e-05,"$area":1.3200000000024e-05},"id":"8649-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@16"},{"name":"BEGIN@1.3","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32.0ms, 0.05%<br />Exclusive time: 302&micro;s, 0.00%</p>","incl_time":0.0320134,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.3","$color":2,"excl_time":0.000301899999999994,"$area":0.000301899999999994},"id":"8650-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.3"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32.3ms, 0.05%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0322839,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@13","$color":2,"excl_time":1.19999999999773e-05,"$area":1.19999999999773e-05},"id":"8651-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@13"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56.8ms, 0.08%<br />Exclusive time: 254&micro;s, 0.00%</p>","incl_time":0.0568455,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1","$color":2,"excl_time":0.000254199999999982,"$area":0.000254199999999982},"id":"8652-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@5","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8653-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@5"},{"name":"BEGIN@1.5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.87ms, 0.01%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.0068715,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.5","$color":2,"excl_time":0.000284099999999979,"$area":0.000284099999999979},"id":"8654-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.5"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.97ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0069743,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@14","$color":2,"excl_time":1.0599999999983e-05,"$area":1.0599999999983e-05},"id":"8655-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@14"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@2","$color":2,"excl_time":1e-05,"$area":1e-05},"id":"8656-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@2"}],"data":{"$area":0.000913999999999985},"id":"n8645"}],"data":{"$area":0.00503169999999985},"id":"n8584"}],"data":{"$area":0.00503169999999985},"id":"n8583"},{"name":"BEGIN@1.7","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@1.7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@1.7","$color":4,"excl_time":2.05e-05,"$area":2.05e-05},"id":"8657-MooseX::Role::WithOverloading::BEGIN@1.7"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 107ms, 0.15%<br />Exclusive time: 487&micro;s, 0.00%</p>","incl_time":0.1070075,"subname":"MooseX::Role::WithOverloading::BEGIN@14","$color":4,"excl_time":0.000487200000000035,"$area":0.000487200000000035},"id":"8658-MooseX::Role::WithOverloading::BEGIN@14"},{"name":"BEGIN@1.6","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@1.6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@1.6","$color":4,"excl_time":8.2e-06,"$area":8.2e-06},"id":"8659-MooseX::Role::WithOverloading::BEGIN@1.6"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.84ms, 0.01%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0038368,"subname":"MooseX::Role::WithOverloading::BEGIN@11","$color":4,"excl_time":0.00108909999999998,"$area":0.00108909999999998},"id":"8660-MooseX::Role::WithOverloading::BEGIN@11"},{"name":"init_meta","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::init_meta</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 33.7ms, 0.05%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0337112,"subname":"MooseX::Role::WithOverloading::init_meta","$color":4,"excl_time":5.29999999998058e-05,"$area":5.29999999998058e-05},"id":"8661-MooseX::Role::WithOverloading::init_meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@5","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8662-MooseX::Role::WithOverloading::BEGIN@5"},{"name":"BEGIN@1.8","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@1.8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@1.8","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"8663-MooseX::Role::WithOverloading::BEGIN@1.8"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.8e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@17","$color":4,"excl_time":7.1999999999625e-06,"$area":7.1999999999625e-06},"id":"8664-MooseX::Role::WithOverloading::BEGIN@17"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106ms, 0.15%<br />Exclusive time: 303&micro;s, 0.00%</p>","incl_time":0.1064144,"subname":"MooseX::Role::WithOverloading::BEGIN@1","$color":4,"excl_time":0.000303199999999976,"$area":0.000303199999999976},"id":"8665-MooseX::Role::WithOverloading::BEGIN@1"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@10","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"8666-MooseX::Role::WithOverloading::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@13","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"8667-MooseX::Role::WithOverloading::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@2","$color":4,"excl_time":1.22e-05,"$area":1.22e-05},"id":"8668-MooseX::Role::WithOverloading::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@12","$color":4,"excl_time":8.10000000000788e-06,"$area":8.10000000000788e-06},"id":"8669-MooseX::Role::WithOverloading::BEGIN@12"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.32e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@15","$color":4,"excl_time":7.69999999999387e-06,"$area":7.69999999999387e-06},"id":"8670-MooseX::Role::WithOverloading::BEGIN@15"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 97&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.67e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@16","$color":4,"excl_time":6.89999999997126e-06,"$area":6.89999999997126e-06},"id":"8671-MooseX::Role::WithOverloading::BEGIN@16"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>MooseX::Role::WithOverloading::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 177&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001768,"subname":"MooseX::Role::WithOverloading::BEGIN@19","$color":4,"excl_time":7.49999999996112e-06,"$area":7.49999999996112e-06},"id":"8672-MooseX::Role::WithOverloading::BEGIN@19"}],"data":{"$area":0.00706359999999954},"id":"n8582"},{"name":"::Parameterized","children":[{"name":"::Parameters","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Parameters::meta</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":7.85e-05,"subname":"MooseX::Role::Parameterized::Parameters::meta","$color":6,"excl_time":3.52000000000316e-05,"$area":3.52000000000316e-05},"id":"8675-MooseX::Role::Parameterized::Parameters::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Parameters::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.34ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0043449,"subname":"MooseX::Role::Parameterized::Parameters::BEGIN@2","$color":6,"excl_time":2.17000000000281e-05,"$area":2.17000000000281e-05},"id":"8676-MooseX::Role::Parameterized::Parameters::BEGIN@2"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Parameters::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000104,"subname":"MooseX::Role::Parameterized::Parameters::BEGIN@7","$color":6,"excl_time":9.80000000006677e-06,"$area":9.80000000006677e-06},"id":"8677-MooseX::Role::Parameterized::Parameters::BEGIN@7"}],"data":{"$area":6.67000000001265e-05},"id":"n8674"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"MooseX::Role::Parameterized::BEGIN@4","$color":8,"excl_time":1.41000000001025e-05,"$area":1.41000000001025e-05},"id":"8678-MooseX::Role::Parameterized::BEGIN@4"},{"name":"init_meta","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::init_meta</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 8.53ms, 0.01%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0085271,"subname":"MooseX::Role::Parameterized::init_meta","$color":8,"excl_time":3.31999999998349e-05,"$area":3.31999999998349e-05},"id":"8679-MooseX::Role::Parameterized::init_meta"},{"name":"parameter","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::parameter</b></p><p><br />Called 10 times from 6 places in 4 files<br />Inclusive time: 40.3ms, 0.06%<br />Exclusive time: 125&micro;s, 0.00%</p>","incl_time":0.0403186,"subname":"MooseX::Role::Parameterized::parameter","$color":8,"excl_time":0.000125399999999962,"$area":0.000125399999999962},"id":"8680-MooseX::Role::Parameterized::parameter"},{"name":"method","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::method</b></p><p><br />Called 6 times from 3 places in 3 files<br />Inclusive time: 943&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0009425,"subname":"MooseX::Role::Parameterized::method","$color":8,"excl_time":7.579999999978e-05,"$area":7.579999999978e-05},"id":"8681-MooseX::Role::Parameterized::method"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Role/Parameterized.pm:18]","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Role/Parameterized.pm:18]</b></p><p><br />Called 29 times from 3 places in 1 file<br />Inclusive time: 194&micro;s, 0.00%<br />Exclusive time: 126&micro;s, 0.00%</p>","incl_time":0.0001945,"subname":"MooseX::Role::Parameterized::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Role/Parameterized.pm:18]","$color":8,"excl_time":0.000126299999999704,"$area":0.000126299999999704},"id":"8682-MooseX::Role::Parameterized::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Role/Parameterized.pm:18]"},{"name":"current_metaclass","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::current_metaclass</b></p><p><br />Called 37 times from 3 places in 1 file<br />Inclusive time: 45&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"MooseX::Role::Parameterized::current_metaclass","$color":8,"excl_time":4.5e-05,"$area":4.5e-05},"id":"8683-MooseX::Role::Parameterized::current_metaclass"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.58e-05,"subname":"MooseX::Role::Parameterized::BEGIN@5","$color":8,"excl_time":8.39999999992374e-06,"$area":8.39999999992374e-06},"id":"8684-MooseX::Role::Parameterized::BEGIN@5"},{"name":"role","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::role</b></p><p><br />Called 6 times from 4 places in 4 files<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001539,"subname":"MooseX::Role::Parameterized::role","$color":8,"excl_time":5.01999999996271e-05,"$area":5.01999999996271e-05},"id":"8685-MooseX::Role::Parameterized::role"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"MooseX::Role::Parameterized::BEGIN@3","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"8686-MooseX::Role::Parameterized::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"MooseX::Role::Parameterized::BEGIN@2","$color":8,"excl_time":3.08e-05,"$area":3.08e-05},"id":"8687-MooseX::Role::Parameterized::BEGIN@2"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58.3ms, 0.08%<br />Exclusive time: 642&micro;s, 0.00%</p>","incl_time":0.0582798,"subname":"MooseX::Role::Parameterized::BEGIN@7","$color":8,"excl_time":0.00064219999999994,"$area":0.00064219999999994},"id":"8688-MooseX::Role::Parameterized::BEGIN@7"},{"name":"::Meta","children":[{"name":"::Trait","children":[{"name":"::Parameterized","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.72ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027212,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@2","$color":10,"excl_time":1.70999999999019e-05,"$area":1.70999999999019e-05},"id":"8692-MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.19ms, 0.01%<br />Exclusive time: 235&micro;s, 0.00%</p>","incl_time":0.007187,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@6","$color":10,"excl_time":0.000234500000000082,"$area":0.000234500000000082},"id":"8693-MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@6"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000118,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@38","$color":10,"excl_time":9.19999999998002e-06,"$area":9.19999999998002e-06},"id":"8694-MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@38"}],"data":{"$area":0.000260799999999964},"id":"n8691"}],"data":{"$area":0.000260799999999964},"id":"n8690"},{"name":"::Role","children":[{"name":"::Parameterized","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.02ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0040217,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@2","$color":1,"excl_time":1.6100000000057e-05,"$area":1.6100000000057e-05},"id":"8697-MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@2"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterized::meta</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 71&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":7.12e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::meta","$color":1,"excl_time":3.67999999996769e-05,"$area":3.67999999996769e-05},"id":"8698-MooseX::Role::Parameterized::Meta::Role::Parameterized::meta"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001055,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@9","$color":1,"excl_time":9.80000000007915e-06,"$area":9.80000000007915e-06},"id":"8699-MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@9"}],"data":{"$area":6.26999999998131e-05},"id":"n8696"},{"name":"::Parameterizable","children":[{"name":"_build_parameters_metaclass","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::_build_parameters_metaclass</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 8.47ms, 0.01%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0084671,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::_build_parameters_metaclass","$color":3,"excl_time":6.50000000003647e-05,"$area":6.50000000003647e-05},"id":"8701-MooseX::Role::Parameterized::Meta::Role::Parameterizable::_build_parameters_metaclass"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::meta</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":7.6e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::meta","$color":3,"excl_time":4.13000000001679e-05,"$area":4.13000000001679e-05},"id":"8702-MooseX::Role::Parameterized::Meta::Role::Parameterizable::meta"},{"name":"_role_for_combination","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::_role_for_combination</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10.1ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0100912,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::_role_for_combination","$color":3,"excl_time":1.23999999999454e-05,"$area":1.23999999999454e-05},"id":"8703-MooseX::Role::Parameterized::Meta::Role::Parameterizable::_role_for_combination"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@8","$color":3,"excl_time":9.99999999990711e-06,"$area":9.99999999990711e-06},"id":"8704-MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@8"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0045546,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@2","$color":3,"excl_time":1.55999999999299e-05,"$area":1.55999999999299e-05},"id":"8705-MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@2"},{"name":"apply","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 57.6ms, 0.08%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0575522,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply","$color":3,"excl_time":3.46000000002768e-05,"$area":3.46000000002768e-05},"id":"8706-MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply"},{"name":"parameters_metaclass","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_metaclass</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 8.56ms, 0.01%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0085629,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_metaclass","$color":3,"excl_time":8.34999999998631e-05,"$area":8.34999999998631e-05},"id":"8707-MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_metaclass"},{"name":"add_parameter","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 20.0ms, 0.03%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.0199896,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter","$color":3,"excl_time":0.000118700000000087,"$area":0.000118700000000087},"id":"8708-MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter"},{"name":"construct_parameters","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::construct_parameters</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.65ms, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0016512,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::construct_parameters","$color":3,"excl_time":9.29000000003205e-05,"$area":9.29000000003205e-05},"id":"8709-MooseX::Role::Parameterized::Meta::Role::Parameterizable::construct_parameters"},{"name":"BEGIN@119","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@119</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001171,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@119","$color":3,"excl_time":9.39999999995612e-06,"$area":9.39999999995612e-06},"id":"8710-MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@119"},{"name":"parameterized_role_metaclass","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameterized_role_metaclass</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameterized_role_metaclass","$color":3,"excl_time":1.33e-05,"$area":1.33e-05},"id":"8711-MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameterized_role_metaclass"},{"name":"generate_role","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::generate_role</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 23.0ms, 0.03%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0230302,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::generate_role","$color":3,"excl_time":0.000193900000000189,"$area":0.000193900000000189},"id":"8712-MooseX::Role::Parameterized::Meta::Role::Parameterizable::generate_role"},{"name":"apply_parameterizable_role","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply_parameterizable_role</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.78ms, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0017771,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply_parameterizable_role","$color":3,"excl_time":6.23000000002058e-05,"$area":6.23000000002058e-05},"id":"8713-MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply_parameterizable_role"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.4ms, 0.04%<br />Exclusive time: 253&micro;s, 0.00%</p>","incl_time":0.0304005,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@7","$color":3,"excl_time":0.000252699999999828,"$area":0.000252699999999828},"id":"8714-MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@7"},{"name":"role_generator","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::role_generator</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::role_generator","$color":3,"excl_time":2.4e-05,"$area":2.4e-05},"id":"8715-MooseX::Role::Parameterized::Meta::Role::Parameterizable::role_generator"},{"name":"has_role_generator","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::has_role_generator</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::has_role_generator","$color":3,"excl_time":1e-05,"$area":1e-05},"id":"8716-MooseX::Role::Parameterized::Meta::Role::Parameterizable::has_role_generator"},{"name":"parameters_class","children":[],"data":{"tip":"<p><b>MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_class</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_class","$color":3,"excl_time":1.69e-05,"$area":1.69e-05},"id":"8717-MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_class"}],"data":{"$area":0.00105650000000104},"id":"n8700"}],"data":{"$area":0.00111920000000085},"id":"n8695"}],"data":{"$area":0.00138000000000082},"id":"n8689"}],"data":{"$area":0.00260289999999982},"id":"n8673"}],"data":{"$area":0.00966649999999936},"id":"n8581"},{"name":"::Emulate","children":[{"name":"::Class","children":[{"name":"::Accessor","children":[{"name":"::Fast","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"::Attribute","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0030467,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::BEGIN@2","$color":5,"excl_time":2.03999999998515e-05,"$area":2.03999999998515e-05},"id":"8725-MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::BEGIN@2"},{"name":"accessor_metaclass","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::accessor_metaclass</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::accessor_metaclass","$color":5,"excl_time":1.7e-05,"$area":1.7e-05},"id":"8726-MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::accessor_metaclass"}],"data":{"$area":3.73999999998515e-05},"id":"n8724"}],"data":{"$area":3.73999999998515e-05},"id":"n8723"},{"name":"::Accessor","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.22ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042151,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@3","$color":7,"excl_time":1.57999999999834e-05,"$area":1.57999999999834e-05},"id":"8728-MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@3"},{"name":"_generate_accessor_method","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::_generate_accessor_method</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":8.93e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::_generate_accessor_method","$color":7,"excl_time":7.54999999977158e-05,"$area":7.54999999977158e-05},"id":"8729-MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::_generate_accessor_method"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::meta","$color":7,"excl_time":6.90000000002651e-06,"$area":6.90000000002651e-06},"id":"8730-MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::meta"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001135,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@48","$color":7,"excl_time":9.39999999994863e-06,"$area":9.39999999994863e-06},"id":"8731-MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@48"}],"data":{"$area":0.000107599999997674},"id":"n8727"}],"data":{"$area":0.000144999999997526},"id":"n8722"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.77ms, 0.01%<br />Exclusive time: 429&micro;s, 0.00%</p>","incl_time":0.0057665,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@7","$color":9,"excl_time":0.000429400000000016,"$area":0.000429400000000016},"id":"8732-MooseX::Emulate::Class::Accessor::Fast::BEGIN@7"},{"name":"mutator_name_for","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::mutator_name_for</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::mutator_name_for","$color":9,"excl_time":1.14e-05,"$area":1.14e-05},"id":"8733-MooseX::Emulate::Class::Accessor::Fast::mutator_name_for"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::BUILD</b></p><p><br />Called 73 times from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%</p>","incl_time":9.64e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::BUILD","$color":9,"excl_time":9.64e-05,"$area":9.64e-05},"id":"8734-MooseX::Emulate::Class::Accessor::Fast::BUILD"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@4","$color":9,"excl_time":5.5e-06,"$area":5.5e-06},"id":"8735-MooseX::Emulate::Class::Accessor::Fast::BEGIN@4"},{"name":"accessor_name_for","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::accessor_name_for</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::accessor_name_for","$color":9,"excl_time":1.31e-05,"$area":1.31e-05},"id":"8736-MooseX::Emulate::Class::Accessor::Fast::accessor_name_for"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.99ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0029945,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@3","$color":9,"excl_time":1.5799999999999e-05,"$area":1.5799999999999e-05},"id":"8737-MooseX::Emulate::Class::Accessor::Fast::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@5","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"8738-MooseX::Emulate::Class::Accessor::Fast::BEGIN@5"},{"name":"mk_accessors","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::mk_accessors</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 22.9ms, 0.03%<br />Exclusive time: 359&micro;s, 0.00%</p>","incl_time":0.0228721,"subname":"MooseX::Emulate::Class::Accessor::Fast::mk_accessors","$color":9,"excl_time":0.000358599999994152,"$area":0.000358599999994152},"id":"8739-MooseX::Emulate::Class::Accessor::Fast::mk_accessors"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]","children":[],"data":{"tip":"<p><b>MooseX::Emulate::Class::Accessor::Fast::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.84ms, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0028423,"subname":"MooseX::Emulate::Class::Accessor::Fast::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]","$color":9,"excl_time":5.92999999991318e-05,"$area":5.92999999991318e-05},"id":"8740-MooseX::Emulate::Class::Accessor::Fast::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]"}],"data":{"$area":0.00113879999999083},"id":"n8721"}],"data":{"$area":0.00113879999999083},"id":"n8720"}],"data":{"$area":0.00113879999999083},"id":"n8719"}],"data":{"$area":0.00113879999999083},"id":"n8718"},{"name":"::OneArgNew","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:43]","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:43]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:43]","$color":0,"excl_time":8.90000000005277e-06,"$area":8.90000000005277e-06},"id":"8742-MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:43]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.47ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0024705,"subname":"MooseX::OneArgNew::BEGIN@9","$color":0,"excl_time":1.66000000001022e-05,"$area":1.66000000001022e-05},"id":"8743-MooseX::OneArgNew::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"MooseX::OneArgNew::BEGIN@2","$color":0,"excl_time":1.11e-05,"$area":1.11e-05},"id":"8744-MooseX::OneArgNew::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"MooseX::OneArgNew::BEGIN@11","$color":0,"excl_time":1.45999999999971e-05,"$area":1.45999999999971e-05},"id":"8745-MooseX::OneArgNew::BEGIN@11"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:18]","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:18]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:18]","$color":0,"excl_time":5.79999999997775e-06,"$area":5.79999999997775e-06},"id":"8746-MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:18]"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::OneArgNew::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.92ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.006924,"subname":"MooseX::OneArgNew::BEGIN@5","$color":0,"excl_time":1.03999999999244e-05,"$area":1.03999999999244e-05},"id":"8747-MooseX::OneArgNew::BEGIN@5"}],"data":{"$area":6.74000000000542e-05},"id":"n8741"},{"name":"::Meta","children":[{"name":"::TypeCoercion","children":[{"name":"::Structured","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeCoercion::Structured::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"MooseX::Meta::TypeCoercion::Structured::meta","$color":2,"excl_time":9.20000000023705e-06,"$area":9.20000000023705e-06},"id":"8751-MooseX::Meta::TypeCoercion::Structured::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeCoercion::Structured::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.32ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0043209,"subname":"MooseX::Meta::TypeCoercion::Structured::BEGIN@5","$color":2,"excl_time":2.42000000001798e-05,"$area":2.42000000001798e-05},"id":"8752-MooseX::Meta::TypeCoercion::Structured::BEGIN@5"},{"name":"::Optional","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeCoercion::Structured::Optional::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.29ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042852,"subname":"MooseX::Meta::TypeCoercion::Structured::Optional::BEGIN@4","$color":4,"excl_time":1.65000000000972e-05,"$area":1.65000000000972e-05},"id":"8754-MooseX::Meta::TypeCoercion::Structured::Optional::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeCoercion::Structured::Optional::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"MooseX::Meta::TypeCoercion::Structured::Optional::meta","$color":4,"excl_time":7.90000000002651e-06,"$area":7.90000000002651e-06},"id":"8755-MooseX::Meta::TypeCoercion::Structured::Optional::meta"}],"data":{"$area":2.44000000001237e-05},"id":"n8753"}],"data":{"$area":5.78000000005405e-05},"id":"n8750"}],"data":{"$area":5.78000000005405e-05},"id":"n8749"},{"name":"::TypeConstraint","children":[{"name":"::Structured","children":[{"name":"has_type_constraints","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::has_type_constraints</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::has_type_constraints","$color":6,"excl_time":7.5e-06,"$area":7.5e-06},"id":"8758-MooseX::Meta::TypeConstraint::Structured::has_type_constraints"},{"name":"compile_type_constraint","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::compile_type_constraint</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0014025,"subname":"MooseX::Meta::TypeConstraint::Structured::compile_type_constraint","$color":6,"excl_time":1.54999999997509e-05,"$area":1.54999999997509e-05},"id":"8759-MooseX::Meta::TypeConstraint::Structured::compile_type_constraint"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.50ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0045032,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@5","$color":6,"excl_time":1.98000000001947e-05,"$area":1.98000000001947e-05},"id":"8760-MooseX::Meta::TypeConstraint::Structured::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.87ms, 0.01%<br />Exclusive time: 248&micro;s, 0.00%</p>","incl_time":0.0058656,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@8","$color":6,"excl_time":0.000247600000000321,"$area":0.000247600000000321},"id":"8761-MooseX::Meta::TypeConstraint::Structured::BEGIN@8"},{"name":"__infer_constraint_generator","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::__infer_constraint_generator</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::__infer_constraint_generator","$color":6,"excl_time":1.17000000003299e-05,"$area":1.17000000003299e-05},"id":"8762-MooseX::Meta::TypeConstraint::Structured::__infer_constraint_generator"},{"name":"type_constraints","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::type_constraints</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::type_constraints","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"8763-MooseX::Meta::TypeConstraint::Structured::type_constraints"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@7","$color":6,"excl_time":5.9e-06,"$area":5.9e-06},"id":"8764-MooseX::Meta::TypeConstraint::Structured::BEGIN@7"},{"name":"has_constraint_generator","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::has_constraint_generator</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::has_constraint_generator","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"8765-MooseX::Meta::TypeConstraint::Structured::has_constraint_generator"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::meta","$color":6,"excl_time":7.69999999988673e-06,"$area":7.69999999988673e-06},"id":"8766-MooseX::Meta::TypeConstraint::Structured::meta"},{"name":"generate_constraint_for","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::generate_constraint_for</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 287&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002868,"subname":"MooseX::Meta::TypeConstraint::Structured::generate_constraint_for","$color":6,"excl_time":9.49999999996418e-06,"$area":9.49999999996418e-06},"id":"8767-MooseX::Meta::TypeConstraint::Structured::generate_constraint_for"},{"name":"parameterize","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::parameterize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.59ms, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0015921,"subname":"MooseX::Meta::TypeConstraint::Structured::parameterize","$color":6,"excl_time":4.33999999997086e-05,"$area":4.33999999997086e-05},"id":"8768-MooseX::Meta::TypeConstraint::Structured::parameterize"},{"name":"_build_coercion","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::_build_coercion</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.20ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.001199,"subname":"MooseX::Meta::TypeConstraint::Structured::_build_coercion","$color":6,"excl_time":2.14999999997245e-05,"$area":2.14999999997245e-05},"id":"8769-MooseX::Meta::TypeConstraint::Structured::_build_coercion"},{"name":"constraint_generator","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::constraint_generator</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::constraint_generator","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"8770-MooseX::Meta::TypeConstraint::Structured::constraint_generator"},{"name":"is_subtype_of","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::is_subtype_of</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 2.56ms, 0.00%<br />Exclusive time: 171&micro;s, 0.00%</p>","incl_time":0.002556,"subname":"MooseX::Meta::TypeConstraint::Structured::is_subtype_of","$color":6,"excl_time":0.000170800000000024,"$area":0.000170800000000024},"id":"8771-MooseX::Meta::TypeConstraint::Structured::is_subtype_of"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31.5ms, 0.04%<br />Exclusive time: 2.25ms, 0.00%</p>","incl_time":0.0314678,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@6","$color":6,"excl_time":0.0022520999999996,"$area":0.0022520999999996},"id":"8772-MooseX::Meta::TypeConstraint::Structured::BEGIN@6"},{"name":"::Optional","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::Optional::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::meta","$color":8,"excl_time":7.29999999990973e-06,"$area":7.29999999990973e-06},"id":"8774-MooseX::Meta::TypeConstraint::Structured::Optional::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.75ms, 0.01%<br />Exclusive time: 308&micro;s, 0.00%</p>","incl_time":0.0057519,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@5","$color":8,"excl_time":0.00030759999999982,"$area":0.00030759999999982},"id":"8775-MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.32ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0043248,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@4","$color":8,"excl_time":1.65999999999049e-05,"$area":1.65999999999049e-05},"id":"8776-MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@4"}],"data":{"$area":0.000331499999999635},"id":"n8773"}],"data":{"$area":0.00315469999999914},"id":"n8757"}],"data":{"$area":0.00315469999999914},"id":"n8756"}],"data":{"$area":0.00321249999999968},"id":"n8748"},{"name":"::Clone","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.35ms, 0.01%<br />Exclusive time: 374&micro;s, 0.00%</p>","incl_time":0.0053537,"subname":"MooseX::Clone::BEGIN@13","$color":10,"excl_time":0.000373599999999957,"$area":0.000373599999999957},"id":"8778-MooseX::Clone::BEGIN@13"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.08ms, 0.01%<br />Exclusive time: 314&micro;s, 0.00%</p>","incl_time":0.0050831,"subname":"MooseX::Clone::BEGIN@12","$color":10,"excl_time":0.000314199999999813,"$area":0.000314199999999813},"id":"8779-MooseX::Clone::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.91ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.002912,"subname":"MooseX::Clone::BEGIN@4","$color":10,"excl_time":1.66000000001187e-05,"$area":1.66000000001187e-05},"id":"8780-MooseX::Clone::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.62ms, 0.00%<br />Exclusive time: 357&micro;s, 0.00%</p>","incl_time":0.0016161,"subname":"MooseX::Clone::BEGIN@8","$color":10,"excl_time":0.000357299999999551,"$area":0.000357299999999551},"id":"8781-MooseX::Clone::BEGIN@8"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.5ms, 0.01%<br />Exclusive time: 364&micro;s, 0.00%</p>","incl_time":0.0104747,"subname":"MooseX::Clone::BEGIN@11","$color":10,"excl_time":0.000363800000000077,"$area":0.000363800000000077},"id":"8782-MooseX::Clone::BEGIN@11"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.3ms, 0.01%<br />Exclusive time: 724&micro;s, 0.00%</p>","incl_time":0.0103368,"subname":"MooseX::Clone::BEGIN@10","$color":10,"excl_time":0.000724099999999638,"$area":0.000724099999999638},"id":"8783-MooseX::Clone::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::Clone::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 293&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000293,"subname":"MooseX::Clone::BEGIN@15","$color":10,"excl_time":8.99999999982696e-06,"$area":8.99999999982696e-06},"id":"8784-MooseX::Clone::BEGIN@15"},{"name":"::Meta","children":[{"name":"::Attribute","children":[{"name":"::Trait","children":[{"name":"::StrableClone","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.79ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027923,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@4","$color":1,"excl_time":1.74000000000866e-05,"$area":1.74000000000866e-05},"id":"8789-MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 512&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0005125,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@8","$color":1,"excl_time":1.15000000001374e-05,"$area":1.15000000001374e-05},"id":"8790-MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@6","$color":1,"excl_time":1.03000000000193e-05,"$area":1.03000000000193e-05},"id":"8791-MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@6"}],"data":{"$area":3.92000000002433e-05},"id":"n8788"},{"name":"::Copy","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 321&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003207,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@8","$color":3,"excl_time":9.29999999981624e-06,"$area":9.29999999981624e-06},"id":"8793-MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.12ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0031215,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@4","$color":3,"excl_time":1.64999999998647e-05,"$area":1.64999999998647e-05},"id":"8794-MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@6","$color":3,"excl_time":9.90000000003876e-06,"$area":9.90000000003876e-06},"id":"8795-MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@6"}],"data":{"$area":3.56999999997197e-05},"id":"n8792"},{"name":"::Clone","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@6","$color":5,"excl_time":9.40000000008302e-06,"$area":9.40000000008302e-06},"id":"8797-MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 320&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003196,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@8","$color":5,"excl_time":9.79999999986222e-06,"$area":9.79999999986222e-06},"id":"8798-MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0027531,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@4","$color":5,"excl_time":2.00000000000673e-05,"$area":2.00000000000673e-05},"id":"8799-MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@4"},{"name":"::Base","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.75ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027486,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@4","$color":7,"excl_time":1.65000000002069e-05,"$area":1.65000000002069e-05},"id":"8801-MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 306&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003065,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@6","$color":7,"excl_time":1.09000000001596e-05,"$area":1.09000000001596e-05},"id":"8802-MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@6"}],"data":{"$area":2.74000000003665e-05},"id":"n8800"},{"name":"::Std","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 298&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002979,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@4","$color":9,"excl_time":9.60000000020292e-06,"$area":9.60000000020292e-06},"id":"8804-MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@4"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.73ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0027324,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@2","$color":9,"excl_time":1.64999999998955e-05,"$area":1.64999999998955e-05},"id":"8805-MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@2"}],"data":{"$area":2.61000000000984e-05},"id":"n8803"}],"data":{"$area":9.27000000004774e-05},"id":"n8796"},{"name":"::NoClone","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 317&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0003169,"subname":"MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@6","$color":0,"excl_time":1.6899999999811e-05,"$area":1.6899999999811e-05},"id":"8807-MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.05ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0030494,"subname":"MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@4","$color":0,"excl_time":1.67000000001116e-05,"$area":1.67000000001116e-05},"id":"8808-MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@4"}],"data":{"$area":3.35999999999226e-05},"id":"n8806"}],"data":{"$area":0.000201200000000363},"id":"n8787"}],"data":{"$area":0.000201200000000363},"id":"n8786"}],"data":{"$area":0.000201200000000363},"id":"n8785"}],"data":{"$area":0.00235979999999934},"id":"n8777"},{"name":"::Types","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MooseX::Types::CORE:match</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"MooseX::Types::CORE:match","$color":2,"excl_time":5.5e-06,"$area":5.5e-06},"id":"8810-MooseX::Types::CORE:match"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.82ms, 0.00%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0028163,"subname":"MooseX::Types::BEGIN@10","$color":2,"excl_time":0.00107080000000004,"$area":0.00107080000000004},"id":"8811-MooseX::Types::BEGIN@10"},{"name":"create_arged_type_constraint","children":[],"data":{"tip":"<p><b>MooseX::Types::create_arged_type_constraint</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 28.6ms, 0.04%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.02865,"subname":"MooseX::Types::create_arged_type_constraint","$color":2,"excl_time":0.000138200000000358,"$area":0.000138200000000358},"id":"8812-MooseX::Types::create_arged_type_constraint"},{"name":"type_export_generator","children":[],"data":{"tip":"<p><b>MooseX::Types::type_export_generator</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 575&micro;s, 0.00%<br />Exclusive time: 399&micro;s, 0.00%</p>","incl_time":0.0005753,"subname":"MooseX::Types::type_export_generator","$color":2,"excl_time":0.000398899999999701,"$area":0.000398899999999701},"id":"8813-MooseX::Types::type_export_generator"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.04ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0020372,"subname":"MooseX::Types::BEGIN@9","$color":2,"excl_time":1.0099999999996e-05,"$area":1.0099999999996e-05},"id":"8814-MooseX::Types::BEGIN@9"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"MooseX::Types::BEGIN@34","$color":2,"excl_time":1.03999999999544e-05,"$area":1.03999999999544e-05},"id":"8815-MooseX::Types::BEGIN@34"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 660&micro;s, 0.00%<br />Exclusive time: 488&micro;s, 0.00%</p>","incl_time":0.00066,"subname":"MooseX::Types::BEGIN@13","$color":2,"excl_time":0.00048800000000005,"$area":0.00048800000000005},"id":"8816-MooseX::Types::BEGIN@13"},{"name":"create_base_type_constraint","children":[],"data":{"tip":"<p><b>MooseX::Types::create_base_type_constraint</b></p><p><br />Called 57 times from 1 place in 1 file<br />Inclusive time: 1.72ms, 0.00%<br />Exclusive time: 295&micro;s, 0.00%</p>","incl_time":0.0017163,"subname":"MooseX::Types::create_base_type_constraint","$color":2,"excl_time":0.00029499999999993,"$area":0.00029499999999993},"id":"8817-MooseX::Types::create_base_type_constraint"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.22ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0042246,"subname":"MooseX::Types::BEGIN@5","$color":2,"excl_time":1.49000000000165e-05,"$area":1.49000000000165e-05},"id":"8818-MooseX::Types::BEGIN@5"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.99ms, 0.00%<br />Exclusive time: 540&micro;s, 0.00%</p>","incl_time":0.0019935,"subname":"MooseX::Types::BEGIN@14","$color":2,"excl_time":0.000539799999999998,"$area":0.000539799999999998},"id":"8819-MooseX::Types::BEGIN@14"},{"name":"check_export_generator","children":[],"data":{"tip":"<p><b>MooseX::Types::check_export_generator</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 246&micro;s, 0.00%</p>","incl_time":0.0002465,"subname":"MooseX::Types::check_export_generator","$color":2,"excl_time":0.0002465,"$area":0.0002465},"id":"8820-MooseX::Types::check_export_generator"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.7e-05,"subname":"MooseX::Types::BEGIN@21","$color":2,"excl_time":5.7e-05,"$area":5.7e-05},"id":"8821-MooseX::Types::BEGIN@21"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 700&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006998,"subname":"MooseX::Types::BEGIN@19","$color":2,"excl_time":9.29999999996168e-06,"$area":9.29999999996168e-06},"id":"8822-MooseX::Types::BEGIN@19"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-05,"subname":"MooseX::Types::BEGIN@15","$color":2,"excl_time":7.9999999999855e-06,"$area":7.9999999999855e-06},"id":"8823-MooseX::Types::BEGIN@15"},{"name":"import","children":[],"data":{"tip":"<p><b>MooseX::Types::import</b></p><p><br />Called 4 times from 4 places in 4 files<br />Inclusive time: 17.1ms, 0.02%<br />Exclusive time: 377&micro;s, 0.00%</p>","incl_time":0.0171175,"subname":"MooseX::Types::import","$color":2,"excl_time":0.000377000000000065,"$area":0.000377000000000065},"id":"8824-MooseX::Types::import"},{"name":"create_type_decorator","children":[],"data":{"tip":"<p><b>MooseX::Types::create_type_decorator</b></p><p><br />Called 57 times from 1 place in 1 file<br />Inclusive time: 1.60ms, 0.00%<br />Exclusive time: 311&micro;s, 0.00%</p>","incl_time":0.0015966,"subname":"MooseX::Types::create_type_decorator","$color":2,"excl_time":0.000311300000000732,"$area":0.000311300000000732},"id":"8825-MooseX::Types::create_type_decorator"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.7ms, 0.02%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0116661,"subname":"MooseX::Types::BEGIN@11","$color":2,"excl_time":0.00114829999999998,"$area":0.00114829999999998},"id":"8826-MooseX::Types::BEGIN@11"},{"name":"coercion_export_generator","children":[],"data":{"tip":"<p><b>MooseX::Types::coercion_export_generator</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%</p>","incl_time":9.94e-05,"subname":"MooseX::Types::coercion_export_generator","$color":2,"excl_time":9.94e-05,"$area":9.94e-05},"id":"8827-MooseX::Types::coercion_export_generator"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"MooseX::Types::BEGIN@16","$color":2,"excl_time":8.89999999999326e-06,"$area":8.89999999999326e-06},"id":"8828-MooseX::Types::BEGIN@16"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"MooseX::Types::BEGIN@17","$color":2,"excl_time":7.0000000000105e-06,"$area":7.0000000000105e-06},"id":"8829-MooseX::Types::BEGIN@17"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"MooseX::Types::BEGIN@12","$color":2,"excl_time":9.10000000001888e-06,"$area":9.10000000001888e-06},"id":"8830-MooseX::Types::BEGIN@12"},{"name":"::TypeDecorator","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 1.37ms, 0.00%</p>","incl_time":0.0015791,"subname":"MooseX::Types::TypeDecorator::BEGIN@11","$color":4,"excl_time":0.00136980000000003,"$area":0.00136980000000003},"id":"8832-MooseX::Types::TypeDecorator::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@14","$color":4,"excl_time":7.60000000002238e-06,"$area":7.60000000002238e-06},"id":"8833-MooseX::Types::TypeDecorator::BEGIN@14"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@8","$color":4,"excl_time":2.41000000000256e-05,"$area":2.41000000000256e-05},"id":"8834-MooseX::Types::TypeDecorator::BEGIN@8"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"MooseX::Types::TypeDecorator::BEGIN@12","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8835-MooseX::Types::TypeDecorator::BEGIN@12"},{"name":"isa","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::isa</b></p><p><br />Called 68 times from 6 places in 5 files<br />Inclusive time: 1.35ms, 0.00%<br />Exclusive time: 624&micro;s, 0.00%</p>","incl_time":0.001355,"subname":"MooseX::Types::TypeDecorator::isa","$color":4,"excl_time":0.000624299999998584,"$area":0.000624299999998584},"id":"8836-MooseX::Types::TypeDecorator::isa"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@9","$color":4,"excl_time":1.08000000000006e-05,"$area":1.08000000000006e-05},"id":"8837-MooseX::Types::TypeDecorator::BEGIN@9"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::DESTROY</b></p><p><br />Called 13 times from 10 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"MooseX::Types::TypeDecorator::DESTROY","$color":4,"excl_time":1.39e-05,"$area":1.39e-05},"id":"8838-MooseX::Types::TypeDecorator::DESTROY"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:29]","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:29]</b></p><p><br />Called 35 times from 6 places in 5 files<br />Inclusive time: 651&micro;s, 0.00%<br />Exclusive time: 357&micro;s, 0.00%</p>","incl_time":0.0006514,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:29]","$color":4,"excl_time":0.000356700000000352,"$area":0.000356700000000352},"id":"8839-MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:29]"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@13","$color":4,"excl_time":1.13e-05,"$area":1.13e-05},"id":"8840-MooseX::Types::TypeDecorator::BEGIN@13"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.97e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@16","$color":4,"excl_time":1.34000000000009e-05,"$area":1.34000000000009e-05},"id":"8841-MooseX::Types::TypeDecorator::BEGIN@16"},{"name":"new","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::new</b></p><p><br />Called 57 times from 1 place in 1 file<br />Inclusive time: 1.29ms, 0.00%<br />Exclusive time: 1.01ms, 0.00%</p>","incl_time":0.0012853,"subname":"MooseX::Types::TypeDecorator::new","$color":4,"excl_time":0.0010051000000006,"$area":0.0010051000000006},"id":"8842-MooseX::Types::TypeDecorator::new"},{"name":"__type_constraint","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::__type_constraint</b></p><p><br />Called 760 times from 3 places in 1 file<br />Inclusive time: 3.92ms, 0.01%<br />Exclusive time: 3.38ms, 0.00%</p>","incl_time":0.0039204,"subname":"MooseX::Types::TypeDecorator::__type_constraint","$color":4,"excl_time":0.00337570000001459,"$area":0.00337570000001459},"id":"8843-MooseX::Types::TypeDecorator::__type_constraint"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:30]","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:30]</b></p><p><br />Called 36 times from 7 places in 3 files<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:30]","$color":4,"excl_time":5.72e-05,"$area":5.72e-05},"id":"8844-MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:30]"},{"name":"_try_delegate","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::_try_delegate</b></p><p><br />Called 657 times from 2 places in 1 file<br />Inclusive time: 137ms, 0.19%<br />Exclusive time: 14.1ms, 0.02%<br />Recursion: max depth 2, recursive inclusive time 15.1ms</p>","incl_time":0.1367934,"subname":"MooseX::Types::TypeDecorator::_try_delegate","$color":4,"excl_time":0.0140974999999292,"$area":0.0140974999999292},"id":"8845-MooseX::Types::TypeDecorator::_try_delegate"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::CORE:match</b></p><p><br />Called 656 times from 1 place in 1 file<br />Inclusive time: 3.08ms, 0.00%</p>","incl_time":0.0030838,"subname":"MooseX::Types::TypeDecorator::CORE:match","$color":4,"excl_time":0.0030838,"$area":0.0030838},"id":"8846-MooseX::Types::TypeDecorator::CORE:match"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:53]","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:53]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 801&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0008009,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:53]","$color":4,"excl_time":3.36000000003068e-05,"$area":3.36000000003068e-05},"id":"8847-MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:53]"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>MooseX::Types::TypeDecorator::AUTOLOAD</b></p><p><br />Called 656 times from 30 places in 8 files<br />Inclusive time: 143ms, 0.20%<br />Exclusive time: 4.09ms, 0.01%<br />Recursion: max depth 2, recursive inclusive time 15.8ms</p>","incl_time":0.1430081,"subname":"MooseX::Types::TypeDecorator::AUTOLOAD","$color":4,"excl_time":0.00409300000001033,"$area":0.00409300000001033},"id":"8848-MooseX::Types::TypeDecorator::AUTOLOAD"}],"data":{"$area":0.028182199999954},"id":"n8831"},{"name":"::CheckedUtilExports","children":[{"name":"coerce","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::coerce</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 641&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0006408,"subname":"MooseX::Types::CheckedUtilExports::coerce","$color":6,"excl_time":6.69999999991814e-06,"$area":6.69999999991814e-06},"id":"8850-MooseX::Types::CheckedUtilExports::coerce"},{"name":"subtype","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::subtype</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 2.47ms, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0024661,"subname":"MooseX::Types::CheckedUtilExports::subtype","$color":6,"excl_time":2.71000000001421e-05,"$area":2.71000000001421e-05},"id":"8851-MooseX::Types::CheckedUtilExports::subtype"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/CheckedUtilExports.pm:38]","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/CheckedUtilExports.pm:38]</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":6.94e-05,"subname":"MooseX::Types::CheckedUtilExports::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/CheckedUtilExports.pm:38]","$color":6,"excl_time":6.44000000001893e-05,"$area":6.44000000001893e-05},"id":"8852-MooseX::Types::CheckedUtilExports::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/CheckedUtilExports.pm:38]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"MooseX::Types::CheckedUtilExports::CORE:match","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"8853-MooseX::Types::CheckedUtilExports::CORE:match"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@9","$color":6,"excl_time":6.59999999997299e-06,"$area":6.59999999997299e-06},"id":"8854-MooseX::Types::CheckedUtilExports::BEGIN@9"},{"name":"role_type","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::role_type</b></p><p><br />Called 6 times from 4 places in 2 files<br />Inclusive time: 2.80ms, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0027985,"subname":"MooseX::Types::CheckedUtilExports::role_type","$color":6,"excl_time":3.16000000003165e-05,"$area":3.16000000003165e-05},"id":"8855-MooseX::Types::CheckedUtilExports::role_type"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@11","$color":6,"excl_time":8.0999999999955e-06,"$area":8.0999999999955e-06},"id":"8856-MooseX::Types::CheckedUtilExports::BEGIN@11"},{"name":"from","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::from</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"MooseX::Types::CheckedUtilExports::from","$color":6,"excl_time":8.70000000005039e-06,"$area":8.70000000005039e-06},"id":"8857-MooseX::Types::CheckedUtilExports::from"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 184&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001845,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@15","$color":6,"excl_time":8.10000000003451e-06,"$area":8.10000000003451e-06},"id":"8858-MooseX::Types::CheckedUtilExports::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@10","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8859-MooseX::Types::CheckedUtilExports::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@12","$color":6,"excl_time":8.19999999998262e-06,"$area":8.19999999998262e-06},"id":"8860-MooseX::Types::CheckedUtilExports::BEGIN@12"},{"name":"as","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::as</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":8.92e-05,"subname":"MooseX::Types::CheckedUtilExports::as","$color":6,"excl_time":3.1899999999629e-05,"$area":3.1899999999629e-05},"id":"8861-MooseX::Types::CheckedUtilExports::as"},{"name":"class_type","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::class_type</b></p><p><br />Called 4 times from 3 places in 2 files<br />Inclusive time: 2.78ms, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0027821,"subname":"MooseX::Types::CheckedUtilExports::class_type","$color":6,"excl_time":2.72000000002175e-05,"$area":2.72000000002175e-05},"id":"8862-MooseX::Types::CheckedUtilExports::class_type"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@13","$color":6,"excl_time":8.20000000005026e-06,"$area":8.20000000005026e-06},"id":"8863-MooseX::Types::CheckedUtilExports::BEGIN@13"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@24","$color":6,"excl_time":7.69999999997649e-06,"$area":7.69999999997649e-06},"id":"8864-MooseX::Types::CheckedUtilExports::BEGIN@24"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Types::CheckedUtilExports::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@8","$color":6,"excl_time":1.45000000000248e-05,"$area":1.45000000000248e-05},"id":"8865-MooseX::Types::CheckedUtilExports::BEGIN@8"}],"data":{"$area":0.0002684000000005},"id":"n8849"},{"name":"::Structured","children":[{"name":"::OverflowHandler","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::OverflowHandler::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"MooseX::Types::Structured::OverflowHandler::meta","$color":8,"excl_time":8.90000000026093e-06,"$area":8.90000000026093e-06},"id":"8868-MooseX::Types::Structured::OverflowHandler::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::OverflowHandler::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.18ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0041843,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@4","$color":8,"excl_time":1.66999999998401e-05,"$area":1.66999999998401e-05},"id":"8869-MooseX::Types::Structured::OverflowHandler::BEGIN@4"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::OverflowHandler::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001045,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@22","$color":8,"excl_time":8.60000000018443e-06,"$area":8.60000000018443e-06},"id":"8870-MooseX::Types::Structured::OverflowHandler::BEGIN@22"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::OverflowHandler::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@6","$color":8,"excl_time":1.07000000002059e-05,"$area":1.07000000002059e-05},"id":"8871-MooseX::Types::Structured::OverflowHandler::BEGIN@6"}],"data":{"$area":4.49000000004914e-05},"id":"n8867"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.4ms, 0.01%<br />Exclusive time: 299&micro;s, 0.00%</p>","incl_time":0.0103524,"subname":"MooseX::Types::Structured::BEGIN@15","$color":10,"excl_time":0.000298700000000165,"$area":0.000298700000000165},"id":"8872-MooseX::Types::Structured::BEGIN@15"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.49ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0044943,"subname":"MooseX::Types::Structured::BEGIN@17","$color":10,"excl_time":2.05999999998647e-05,"$area":2.05999999998647e-05},"id":"8873-MooseX::Types::Structured::BEGIN@17"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"MooseX::Types::Structured::BEGIN@2","$color":10,"excl_time":1.07e-05,"$area":1.07e-05},"id":"8874-MooseX::Types::Structured::BEGIN@2"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0015415,"subname":"MooseX::Types::Structured::BEGIN@12","$color":10,"excl_time":1.63999999997211e-05,"$area":1.63999999997211e-05},"id":"8875-MooseX::Types::Structured::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"MooseX::Types::Structured::BEGIN@10","$color":10,"excl_time":1.94e-05,"$area":1.94e-05},"id":"8876-MooseX::Types::Structured::BEGIN@10"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Structured.pm:153]","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Structured.pm:153]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 276&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0002759,"subname":"MooseX::Types::Structured::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Structured.pm:153]","$color":10,"excl_time":3.06999999998325e-05,"$area":3.06999999998325e-05},"id":"8877-MooseX::Types::Structured::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Structured.pm:153]"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 127&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001269,"subname":"MooseX::Types::Structured::BEGIN@19","$color":10,"excl_time":1.60999999997004e-05,"$area":1.60999999997004e-05},"id":"8878-MooseX::Types::Structured::BEGIN@19"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"MooseX::Types::Structured::BEGIN@20","$color":10,"excl_time":9.20000000010865e-06,"$area":9.20000000010865e-06},"id":"8879-MooseX::Types::Structured::BEGIN@20"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.9ms, 0.02%<br />Exclusive time: 290&micro;s, 0.00%</p>","incl_time":0.0118943,"subname":"MooseX::Types::Structured::BEGIN@14","$color":10,"excl_time":0.000290400000000111,"$area":0.000290400000000111},"id":"8880-MooseX::Types::Structured::BEGIN@14"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73.0ms, 0.10%<br />Exclusive time: 380&micro;s, 0.00%</p>","incl_time":0.0730204,"subname":"MooseX::Types::Structured::BEGIN@16","$color":10,"excl_time":0.000380400000000183,"$area":0.000380400000000183},"id":"8881-MooseX::Types::Structured::BEGIN@16"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 295&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0002954,"subname":"MooseX::Types::Structured::BEGIN@18","$color":10,"excl_time":1.75999999998943e-05,"$area":1.75999999998943e-05},"id":"8882-MooseX::Types::Structured::BEGIN@18"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54.3ms, 0.08%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.0542894,"subname":"MooseX::Types::Structured::BEGIN@13","$color":10,"excl_time":0.00147660000000012,"$area":0.00147660000000012},"id":"8883-MooseX::Types::Structured::BEGIN@13"},{"name":"::MessageStack","children":[{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::MessageStack::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001038,"subname":"MooseX::Types::Structured::MessageStack::BEGIN@43","$color":1,"excl_time":9.60000000006678e-06,"$area":9.60000000006678e-06},"id":"8885-MooseX::Types::Structured::MessageStack::BEGIN@43"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::MessageStack::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.28ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042754,"subname":"MooseX::Types::Structured::MessageStack::BEGIN@4","$color":1,"excl_time":1.65999999998823e-05,"$area":1.65999999998823e-05},"id":"8886-MooseX::Types::Structured::MessageStack::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>MooseX::Types::Structured::MessageStack::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"MooseX::Types::Structured::MessageStack::meta","$color":1,"excl_time":7.80000000016716e-06,"$area":7.80000000016716e-06},"id":"8887-MooseX::Types::Structured::MessageStack::meta"}],"data":{"$area":3.40000000001163e-05},"id":"n8884"}],"data":{"$area":0.00266570000000031},"id":"n8866"},{"name":"::Base","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001579,"subname":"MooseX::Types::Base::BEGIN@11","$color":3,"excl_time":8.49999999997825e-06,"$area":8.49999999997825e-06},"id":"8889-MooseX::Types::Base::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.87ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0048746,"subname":"MooseX::Types::Base::BEGIN@5","$color":3,"excl_time":1.66999999999737e-05,"$area":1.66999999999737e-05},"id":"8890-MooseX::Types::Base::BEGIN@5"},{"name":"registered_class_types","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::registered_class_types</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"MooseX::Types::Base::registered_class_types","$color":3,"excl_time":1.01e-05,"$area":1.01e-05},"id":"8891-MooseX::Types::Base::registered_class_types"},{"name":"has_type","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::has_type</b></p><p><br />Called 258 times from 1 place in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 1.26ms, 0.00%</p>","incl_time":0.0015755,"subname":"MooseX::Types::Base::has_type","$color":3,"excl_time":0.00125789999999564,"$area":0.00125789999999564},"id":"8892-MooseX::Types::Base::has_type"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 571&micro;s, 0.00%<br />Exclusive time: 384&micro;s, 0.00%</p>","incl_time":0.0005707,"subname":"MooseX::Types::Base::BEGIN@10","$color":3,"excl_time":0.000383700000000007,"$area":0.000383700000000007},"id":"8893-MooseX::Types::Base::BEGIN@10"},{"name":"add_type","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::add_type</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.000106,"subname":"MooseX::Types::Base::add_type","$color":3,"excl_time":7.15000000009508e-05,"$area":7.15000000009508e-05},"id":"8894-MooseX::Types::Base::add_type"},{"name":"type_storage","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::type_storage</b></p><p><br />Called 117 times from 4 places in 1 file<br />Inclusive time: 281&micro;s, 0.00%</p>","incl_time":0.0002812,"subname":"MooseX::Types::Base::type_storage","$color":3,"excl_time":0.0002812,"$area":0.0002812},"id":"8895-MooseX::Types::Base::type_storage"},{"name":"import","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::import</b></p><p><br />Called 18 times from 16 places in 12 files<br />Inclusive time: 44.1ms, 0.06%<br />Exclusive time: 6.21ms, 0.01%</p>","incl_time":0.0440654,"subname":"MooseX::Types::Base::import","$color":3,"excl_time":0.00621459999998361,"$area":0.00621459999998361},"id":"8896-MooseX::Types::Base::import"},{"name":"registered_role_types","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::registered_role_types</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"MooseX::Types::Base::registered_role_types","$color":3,"excl_time":1.24e-05,"$area":1.24e-05},"id":"8897-MooseX::Types::Base::registered_role_types"},{"name":"BEGIN@141","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@141</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"MooseX::Types::Base::BEGIN@141","$color":3,"excl_time":1.22999999999782e-05,"$area":1.22999999999782e-05},"id":"8898-MooseX::Types::Base::BEGIN@141"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001102,"subname":"MooseX::Types::Base::BEGIN@9","$color":3,"excl_time":1.09999999999785e-05,"$area":1.09999999999785e-05},"id":"8899-MooseX::Types::Base::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 566&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000566,"subname":"MooseX::Types::Base::BEGIN@14","$color":3,"excl_time":9.89999999999617e-06,"$area":9.89999999999617e-06},"id":"8900-MooseX::Types::Base::BEGIN@14"},{"name":"get_type","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::get_type</b></p><p><br />Called 258 times from 1 place in 1 file<br />Inclusive time: 3.84ms, 0.01%<br />Exclusive time: 1.91ms, 0.00%</p>","incl_time":0.0038384,"subname":"MooseX::Types::Base::get_type","$color":3,"excl_time":0.00190790000001848,"$area":0.00190790000001848},"id":"8901-MooseX::Types::Base::get_type"},{"name":"BEGIN@151","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@151</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"MooseX::Types::Base::BEGIN@151","$color":3,"excl_time":7.39999999999575e-06,"$area":7.39999999999575e-06},"id":"8902-MooseX::Types::Base::BEGIN@151"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:68]","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:68]</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001493,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:68]","$color":3,"excl_time":4.98999999996952e-05,"$area":4.98999999996952e-05},"id":"8903-MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:68]"},{"name":"register_role_type","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::register_role_type</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":5.19e-05,"subname":"MooseX::Types::Base::register_role_type","$color":3,"excl_time":3.21999999998221e-05,"$area":3.21999999998221e-05},"id":"8904-MooseX::Types::Base::register_role_type"},{"name":"type_names","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::type_names</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 217&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0002173,"subname":"MooseX::Types::Base::type_names","$color":3,"excl_time":0.000172399999999986,"$area":0.000172399999999986},"id":"8905-MooseX::Types::Base::type_names"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:55]","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:55]</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 889&micro;s, 0.00%<br />Exclusive time: 314&micro;s, 0.00%</p>","incl_time":0.0008888,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:55]","$color":3,"excl_time":0.000313500000000055,"$area":0.000313500000000055},"id":"8906-MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:55]"},{"name":"BEGIN@178","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@178</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"MooseX::Types::Base::BEGIN@178","$color":3,"excl_time":7.19999999999575e-06,"$area":7.19999999999575e-06},"id":"8907-MooseX::Types::Base::BEGIN@178"},{"name":"register_class_type","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::register_class_type</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"MooseX::Types::Base::register_class_type","$color":3,"excl_time":2.5300000000007e-05,"$area":2.5300000000007e-05},"id":"8908-MooseX::Types::Base::register_class_type"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:60]","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:60]</b></p><p><br />Called 53 times from 1 place in 1 file<br />Inclusive time: 455&micro;s, 0.00%<br />Exclusive time: 208&micro;s, 0.00%</p>","incl_time":0.0004546,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:60]","$color":3,"excl_time":0.000208099999997852,"$area":0.000208099999997852},"id":"8909-MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:60]"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::Base::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.77ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0017745,"subname":"MooseX::Types::Base::BEGIN@12","$color":3,"excl_time":8.70000000001599e-06,"$area":8.70000000001599e-06},"id":"8910-MooseX::Types::Base::BEGIN@12"}],"data":{"$area":0.011022399999996},"id":"n8888"},{"name":"::UndefinedType","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/UndefinedType.pm:12]","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/UndefinedType.pm:12]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"MooseX::Types::UndefinedType::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/UndefinedType.pm:12]","$color":5,"excl_time":3.51999999994718e-05,"$area":3.51999999994718e-05},"id":"8912-MooseX::Types::UndefinedType::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/UndefinedType.pm:12]"},{"name":"name","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::name</b></p><p><br />Called 31 times from 2 places in 2 files<br />Inclusive time: 58&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"MooseX::Types::UndefinedType::name","$color":5,"excl_time":5.82e-05,"$area":5.82e-05},"id":"8913-MooseX::Types::UndefinedType::name"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.45e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@12","$color":5,"excl_time":9.90000000000425e-06,"$area":9.90000000000425e-06},"id":"8914-MooseX::Types::UndefinedType::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"MooseX::Types::UndefinedType::BEGIN@9","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8915-MooseX::Types::UndefinedType::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.92e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@10","$color":5,"excl_time":7.50000000003764e-06,"$area":7.50000000003764e-06},"id":"8916-MooseX::Types::UndefinedType::BEGIN@10"},{"name":"new","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::new</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%</p>","incl_time":7.73e-05,"subname":"MooseX::Types::UndefinedType::new","$color":5,"excl_time":7.73e-05,"$area":7.73e-05},"id":"8917-MooseX::Types::UndefinedType::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@6","$color":5,"excl_time":1.47999999999451e-05,"$area":1.47999999999451e-05},"id":"8918-MooseX::Types::UndefinedType::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@7","$color":5,"excl_time":8.90000000002475e-06,"$area":8.90000000002475e-06},"id":"8919-MooseX::Types::UndefinedType::BEGIN@7"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>MooseX::Types::UndefinedType::DESTROY</b></p><p><br />Called 9 times from 9 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"MooseX::Types::UndefinedType::DESTROY","$color":5,"excl_time":9e-06,"$area":9e-06},"id":"8920-MooseX::Types::UndefinedType::DESTROY"}],"data":{"$area":0.000224699999999483},"id":"n8911"},{"name":"::Util","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::CORE:match</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"MooseX::Types::Util::CORE:match","$color":7,"excl_time":5.2e-06,"$area":5.2e-06},"id":"8922-MooseX::Types::Util::CORE:match"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"MooseX::Types::Util::BEGIN@8","$color":7,"excl_time":1.46999999999862e-05,"$area":1.46999999999862e-05},"id":"8923-MooseX::Types::Util::BEGIN@8"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"MooseX::Types::Util::BEGIN@9","$color":7,"excl_time":8.800000000019e-06,"$area":8.800000000019e-06},"id":"8924-MooseX::Types::Util::BEGIN@9"},{"name":"filter_tags","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::filter_tags</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"MooseX::Types::Util::filter_tags","$color":7,"excl_time":6.05999999991843e-05,"$area":6.05999999991843e-05},"id":"8925-MooseX::Types::Util::filter_tags"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.47e-05,"subname":"MooseX::Types::Util::BEGIN@12","$color":7,"excl_time":8.00000000002489e-06,"$area":8.00000000002489e-06},"id":"8926-MooseX::Types::Util::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"MooseX::Types::Util::BEGIN@10","$color":7,"excl_time":7.80000000001575e-06,"$area":7.80000000001575e-06},"id":"8927-MooseX::Types::Util::BEGIN@10"},{"name":"has_available_type_export","children":[],"data":{"tip":"<p><b>MooseX::Types::Util::has_available_type_export</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.000106,"subname":"MooseX::Types::Util::has_available_type_export","$color":7,"excl_time":5.32999999992062e-05,"$area":5.32999999992062e-05},"id":"8928-MooseX::Types::Util::has_available_type_export"}],"data":{"$area":0.000158399999998436},"id":"n8921"},{"name":"::Moose","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"MooseX::Types::Moose::BEGIN@12","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"8930-MooseX::Types::Moose::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"MooseX::Types::Moose::BEGIN@9","$color":9,"excl_time":8.3000000000075e-06,"$area":8.3000000000075e-06},"id":"8931-MooseX::Types::Moose::BEGIN@9"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"MooseX::Types::Moose::BEGIN@8","$color":9,"excl_time":1.51999999999862e-05,"$area":1.51999999999862e-05},"id":"8932-MooseX::Types::Moose::BEGIN@8"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 350&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003495,"subname":"MooseX::Types::Moose::BEGIN@14","$color":9,"excl_time":9.49999999999302e-06,"$area":9.49999999999302e-06},"id":"8933-MooseX::Types::Moose::BEGIN@14"},{"name":"type_storage","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::type_storage</b></p><p><br />Called 430 times from 3 places in 1 file<br />Inclusive time: 471&micro;s, 0.00%</p>","incl_time":0.000470799999999999,"subname":"MooseX::Types::Moose::type_storage","$color":9,"excl_time":0.000470799999999999,"$area":0.000470799999999999},"id":"8934-MooseX::Types::Moose::type_storage"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::Types::Moose::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.5ms, 0.04%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0305171,"subname":"MooseX::Types::Moose::BEGIN@11","$color":9,"excl_time":0.00116829999999999,"$area":0.00116829999999999},"id":"8935-MooseX::Types::Moose::BEGIN@11"}],"data":{"$area":0.00167719999999998},"id":"n8929"}],"data":{"$area":0.0494523999999496},"id":"n8809"},{"name":"::StrictConstructor","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"MooseX::StrictConstructor::BEGIN@7","$color":0,"excl_time":8.10000000007339e-06,"$area":8.10000000007339e-06},"id":"8937-MooseX::StrictConstructor::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"MooseX::StrictConstructor::BEGIN@10","$color":0,"excl_time":8.90000000019454e-06,"$area":8.90000000019454e-06},"id":"8938-MooseX::StrictConstructor::BEGIN@10"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"MooseX::StrictConstructor::BEGIN@6","$color":0,"excl_time":1.86000000000955e-05,"$area":1.86000000000955e-05},"id":"8939-MooseX::StrictConstructor::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"MooseX::StrictConstructor::BEGIN@9","$color":0,"excl_time":1.08000000000326e-05,"$area":1.08000000000326e-05},"id":"8940-MooseX::StrictConstructor::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.64ms, 0.01%<br />Exclusive time: 405&micro;s, 0.00%</p>","incl_time":0.0046428,"subname":"MooseX::StrictConstructor::BEGIN@14","$color":0,"excl_time":0.000405400000000387,"$area":0.000405400000000387},"id":"8941-MooseX::StrictConstructor::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"MooseX::StrictConstructor::BEGIN@11","$color":0,"excl_time":1.32000000000946e-05,"$area":1.32000000000946e-05},"id":"8942-MooseX::StrictConstructor::BEGIN@11"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.14ms, 0.01%<br />Exclusive time: 600&micro;s, 0.00%</p>","incl_time":0.005143,"subname":"MooseX::StrictConstructor::BEGIN@13","$color":0,"excl_time":0.000600399999999826,"$area":0.000600399999999826},"id":"8943-MooseX::StrictConstructor::BEGIN@13"},{"name":"::Trait","children":[{"name":"::Method","children":[{"name":"::Constructor","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@8","$color":2,"excl_time":1.04999999999016e-05,"$area":1.04999999999016e-05},"id":"8947-MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0027112,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@6","$color":2,"excl_time":1.61999999998864e-05,"$area":1.61999999998864e-05},"id":"8948-MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@10","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"8949-MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@10"}],"data":{"$area":3.20999999997881e-05},"id":"n8946"}],"data":{"$area":3.20999999997881e-05},"id":"n8945"},{"name":"::Class","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Class::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.85ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0028494,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@6","$color":4,"excl_time":1.72000000001594e-05,"$area":1.72000000001594e-05},"id":"8951-MooseX::StrictConstructor::Trait::Class::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Class::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.43e-05,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@8","$color":4,"excl_time":1.25000000000193e-05,"$area":1.25000000000193e-05},"id":"8952-MooseX::StrictConstructor::Trait::Class::BEGIN@8"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Class::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"MooseX::StrictConstructor::Trait::Class::CORE:sort","$color":4,"excl_time":1.3e-06,"$area":1.3e-06},"id":"8953-MooseX::StrictConstructor::Trait::Class::CORE:sort"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MooseX::StrictConstructor::Trait::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@10","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"8954-MooseX::StrictConstructor::Trait::Class::BEGIN@10"}],"data":{"$area":3.61000000001786e-05},"id":"n8950"}],"data":{"$area":6.81999999999667e-05},"id":"n8944"}],"data":{"$area":0.00113360000000067},"id":"n8936"}],"data":{"$area":0.0805256999999651},"id":"n8449"},{"name":"Try","children":[{"name":"::Tiny","children":[{"name":"catch","children":[],"data":{"tip":"<p><b>Try::Tiny::catch</b></p><p><br />Called 3639 times from 23 places in 17 files<br />Inclusive time: 12.4ms, 0.02%</p>","incl_time":0.0123803,"subname":"Try::Tiny::catch","$color":6,"excl_time":0.0123803,"$area":0.0123803},"id":"8957-Try::Tiny::catch"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Try::Tiny::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Try::Tiny::BEGIN@8","$color":6,"excl_time":8.8e-06,"$area":8.8e-06},"id":"8958-Try::Tiny::BEGIN@8"},{"name":"finally","children":[],"data":{"tip":"<p><b>Try::Tiny::finally</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Try::Tiny::finally","$color":6,"excl_time":1.35e-05,"$area":1.35e-05},"id":"8959-Try::Tiny::finally"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Try::Tiny::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.69e-05,"subname":"Try::Tiny::BEGIN@6","$color":6,"excl_time":6.99999999999838e-06,"$area":6.99999999999838e-06},"id":"8960-Try::Tiny::BEGIN@6"},{"name":"try","children":[],"data":{"tip":"<p><b>Try::Tiny::try</b></p><p><br />Called 3836 times from 28 places in 21 files<br />Inclusive time: 11.3s, 15.93%<br />Exclusive time: 59.3ms, 0.08%<br />Recursion: max depth 7, recursive inclusive time 11.8s</p>","incl_time":11.3020971,"subname":"Try::Tiny::try","$color":6,"excl_time":0.059347799999958,"$area":0.059347799999958},"id":"8961-Try::Tiny::try"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Try::Tiny::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Try::Tiny::BEGIN@3","$color":6,"excl_time":1.35000000000028e-05,"$area":1.35000000000028e-05},"id":"8962-Try::Tiny::BEGIN@3"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Try::Tiny::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Try::Tiny::BEGIN@46","$color":6,"excl_time":8.59999999999938e-06,"$area":8.59999999999938e-06},"id":"8963-Try::Tiny::BEGIN@46"},{"name":"::ScopeGuard","children":[{"name":"_new","children":[],"data":{"tip":"<p><b>Try::Tiny::ScopeGuard::_new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Try::Tiny::ScopeGuard::_new","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"8965-Try::Tiny::ScopeGuard::_new"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Try::Tiny::ScopeGuard::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Try::Tiny::ScopeGuard::DESTROY","$color":8,"excl_time":8.0999999991127e-06,"$area":8.0999999991127e-06},"id":"8966-Try::Tiny::ScopeGuard::DESTROY"}],"data":{"$area":1.38999999991127e-05},"id":"n8964"}],"data":{"$area":0.0717933999999571},"id":"n8956"}],"data":{"$area":0.0717933999999571},"id":"n8955"},{"name":"URI","children":[{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::CORE:regcomp</b></p><p><br />Called 7 times from 7 places in 1 file<br />Inclusive time: 69&micro;s, 0.00%</p>","incl_time":6.87e-05,"subname":"URI::CORE:regcomp","$color":10,"excl_time":6.87e-05,"$area":6.87e-05},"id":"8968-URI::CORE:regcomp"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>URI::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"URI::BEGIN@24","$color":10,"excl_time":1.13999999999981e-05,"$area":1.13999999999981e-05},"id":"8969-URI::BEGIN@24"},{"name":"new","children":[],"data":{"tip":"<p><b>URI::new</b></p><p><br />Called 22 times from 3 places in 3 files<br />Inclusive time: 1.19ms, 0.00%<br />Exclusive time: 372&micro;s, 0.00%</p>","incl_time":0.0011922,"subname":"URI::new","$color":10,"excl_time":0.000372000000009166,"$area":0.000372000000009166},"id":"8970-URI::new"},{"name":"_init","children":[],"data":{"tip":"<p><b>URI::_init</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 615&micro;s, 0.00%<br />Exclusive time: 351&micro;s, 0.00%</p>","incl_time":0.0006151,"subname":"URI::_init","$color":10,"excl_time":0.00035079999999512,"$area":0.00035079999999512},"id":"8971-URI::_init"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>URI::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"URI::BEGIN@21","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8972-URI::BEGIN@21"},{"name":"scheme","children":[],"data":{"tip":"<p><b>URI::scheme</b></p><p><br />Called 8 times from 3 places in 2 files<br />Inclusive time: 408&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0004076,"subname":"URI::scheme","$color":10,"excl_time":3.85000000067613e-05,"$area":3.85000000067613e-05},"id":"8973-URI::scheme"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>URI::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.59e-05,"subname":"URI::BEGIN@13","$color":10,"excl_time":7.49999999999988e-06,"$area":7.49999999999988e-06},"id":"8974-URI::BEGIN@13"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>URI::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"URI::BEGIN@4","$color":10,"excl_time":7.3000000000015e-06,"$area":7.3000000000015e-06},"id":"8975-URI::BEGIN@4"},{"name":"clone","children":[],"data":{"tip":"<p><b>URI::clone</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"URI::clone","$color":10,"excl_time":7.6e-06,"$area":7.6e-06},"id":"8976-URI::clone"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::CORE:match</b></p><p><br />Called 114 times from 7 places in 1 file<br />Inclusive time: 65&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"URI::CORE:match","$color":10,"excl_time":6.54e-05,"$area":6.54e-05},"id":"8977-URI::CORE:match"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>URI::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 871&micro;s, 0.00%<br />Exclusive time: 846&micro;s, 0.00%</p>","incl_time":0.0008714,"subname":"URI::BEGIN@22","$color":10,"excl_time":0.000845900000000002,"$area":0.000845900000000002},"id":"8978-URI::BEGIN@22"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::CORE:subst</b></p><p><br />Called 115 times from 9 places in 1 file<br />Inclusive time: 77&micro;s, 0.00%</p>","incl_time":7.74e-05,"subname":"URI::CORE:subst","$color":10,"excl_time":7.74e-05,"$area":7.74e-05},"id":"8979-URI::CORE:subst"},{"name":"_init_implementor","children":[],"data":{"tip":"<p><b>URI::_init_implementor</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"URI::_init_implementor","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"8980-URI::_init_implementor"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>URI::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"URI::BEGIN@7","$color":10,"excl_time":6.19999999999807e-06,"$area":6.19999999999807e-06},"id":"8981-URI::BEGIN@7"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/URI.pm:24]","children":[],"data":{"tip":"<p><b>URI::__ANON__[/Users/edenc/perl5/lib/perl5/URI.pm:24]</b></p><p><br />Called 54 times from 2 places in 1 file<br />Inclusive time: 77&micro;s, 0.00%</p>","incl_time":7.72e-05,"subname":"URI::__ANON__[/Users/edenc/perl5/lib/perl5/URI.pm:24]","$color":10,"excl_time":7.72e-05,"$area":7.72e-05},"id":"8982-URI::__ANON__[/Users/edenc/perl5/lib/perl5/URI.pm:24]"},{"name":"implementor","children":[],"data":{"tip":"<p><b>URI::implementor</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.0001158,"subname":"URI::implementor","$color":10,"excl_time":0.000102999999999632,"$area":0.000102999999999632},"id":"8983-URI::implementor"},{"name":"_uric_escape","children":[],"data":{"tip":"<p><b>URI::_uric_escape</b></p><p><br />Called 22 times from 2 places in 2 files<br />Inclusive time: 166&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0001656,"subname":"URI::_uric_escape","$color":10,"excl_time":0.000114899999996377,"$area":0.000114899999996377},"id":"8984-URI::_uric_escape"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>URI::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"URI::BEGIN@3","$color":10,"excl_time":1.42000000000034e-05,"$area":1.42000000000034e-05},"id":"8985-URI::BEGIN@3"},{"name":"BEGIN@128","children":[],"data":{"tip":"<p><b>URI::BEGIN@128</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"URI::BEGIN@128","$color":10,"excl_time":8.50000000000313e-06,"$area":8.50000000000313e-06},"id":"8986-URI::BEGIN@128"},{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::canonical</b></p><p><br />Called 20 times from 2 places in 2 files<br />Inclusive time: 249&micro;s, 0.00%<br />Exclusive time: 147&micro;s, 0.00%</p>","incl_time":0.0002487,"subname":"URI::canonical","$color":10,"excl_time":0.000146900000000514,"$area":0.000146900000000514},"id":"8987-URI::canonical"},{"name":"_scheme","children":[],"data":{"tip":"<p><b>URI::_scheme</b></p><p><br />Called 28 times from 2 places in 1 file<br />Inclusive time: 461&micro;s, 0.00%<br />Exclusive time: 136&micro;s, 0.00%</p>","incl_time":0.0004612,"subname":"URI::_scheme","$color":10,"excl_time":0.000135799999988089,"$area":0.000135799999988089},"id":"8988-URI::_scheme"},{"name":"::https","children":[],"data":{"$area":0},"id":"n8989"},{"name":"::_punycode","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"URI::_punycode::BEGIN@16","$color":3,"excl_time":6.00000000020154e-06,"$area":6.00000000020154e-06},"id":"8991-URI::_punycode::BEGIN@16"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"URI::_punycode::BEGIN@20","$color":3,"excl_time":5.90000000019892e-06,"$area":5.90000000019892e-06},"id":"8992-URI::_punycode::BEGIN@20"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"URI::_punycode::BEGIN@10","$color":3,"excl_time":1.04000000001415e-05,"$area":1.04000000001415e-05},"id":"8993-URI::_punycode::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"URI::_punycode::BEGIN@3","$color":3,"excl_time":1.49999999998142e-05,"$area":1.49999999998142e-05},"id":"8994-URI::_punycode::BEGIN@3"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"URI::_punycode::BEGIN@14","$color":3,"excl_time":7.60000000016254e-06,"$area":7.60000000016254e-06},"id":"8995-URI::_punycode::BEGIN@14"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"URI::_punycode::BEGIN@19","$color":3,"excl_time":5.80000000024581e-06,"$area":5.80000000024581e-06},"id":"8996-URI::_punycode::BEGIN@19"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"URI::_punycode::BEGIN@18","$color":3,"excl_time":5.90000000019892e-06,"$area":5.90000000019892e-06},"id":"8997-URI::_punycode::BEGIN@18"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>URI::_punycode::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"URI::_punycode::CORE:qr","$color":3,"excl_time":2.2e-06,"$area":2.2e-06},"id":"8998-URI::_punycode::CORE:qr"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"URI::_punycode::BEGIN@17","$color":3,"excl_time":5.89999999996537e-06,"$area":5.89999999996537e-06},"id":"8999-URI::_punycode::BEGIN@17"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>URI::_punycode::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"URI::_punycode::BEGIN@15","$color":3,"excl_time":7.29999999959204e-06,"$area":7.29999999959204e-06},"id":"9000-URI::_punycode::BEGIN@15"}],"data":{"$area":7.20000000005209e-05},"id":"n8990"},{"name":"::_server","children":[{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_server::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"URI::_server::CORE:regcomp","$color":5,"excl_time":1.24e-05,"$area":1.24e-05},"id":"9002-URI::_server::CORE:regcomp"},{"name":"host","children":[],"data":{"tip":"<p><b>URI::_server::host</b></p><p><br />Called 12 times from 5 places in 3 files<br />Inclusive time: 2.72ms, 0.00%<br />Exclusive time: 166&micro;s, 0.00%</p>","incl_time":0.002723,"subname":"URI::_server::host","$color":5,"excl_time":0.000166000000009405,"$area":0.000166000000009405},"id":"9003-URI::_server::host"},{"name":"_port","children":[],"data":{"tip":"<p><b>URI::_server::_port</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0001102,"subname":"URI::_server::_port","$color":5,"excl_time":5.49000000074581e-05,"$area":5.49000000074581e-05},"id":"9004-URI::_server::_port"},{"name":"_host_escape","children":[],"data":{"tip":"<p><b>URI::_server::_host_escape</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.30ms, 0.00%<br />Exclusive time: 610&micro;s, 0.00%</p>","incl_time":0.002299,"subname":"URI::_server::_host_escape","$color":5,"excl_time":0.000609600000003489,"$area":0.000609600000003489},"id":"9005-URI::_server::_host_escape"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>URI::_server::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"URI::_server::BEGIN@6","$color":5,"excl_time":1.11000000000051e-05,"$area":1.11000000000051e-05},"id":"9006-URI::_server::BEGIN@6"},{"name":"_uric_escape","children":[],"data":{"tip":"<p><b>URI::_server::_uric_escape</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":7.33e-05,"subname":"URI::_server::_uric_escape","$color":5,"excl_time":4.33999999996398e-05,"$area":4.33999999996398e-05},"id":"9007-URI::_server::_uric_escape"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::_server::CORE:subst</b></p><p><br />Called 26 times from 4 places in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"URI::_server::CORE:subst","$color":5,"excl_time":1.17e-05,"$area":1.17e-05},"id":"9008-URI::_server::CORE:subst"},{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::_server::canonical</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 160&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0001604,"subname":"URI::_server::canonical","$color":5,"excl_time":3.70000000074428e-05,"$area":3.70000000074428e-05},"id":"9009-URI::_server::canonical"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>URI::_server::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"URI::_server::BEGIN@5","$color":5,"excl_time":1.23999999999779e-05,"$area":1.23999999999779e-05},"id":"9010-URI::_server::BEGIN@5"},{"name":"port","children":[],"data":{"tip":"<p><b>URI::_server::port</b></p><p><br />Called 6 times from 3 places in 1 file<br />Inclusive time: 138&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001383,"subname":"URI::_server::port","$color":5,"excl_time":4.58999999966768e-05,"$area":4.58999999966768e-05},"id":"9011-URI::_server::port"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_server::CORE:match</b></p><p><br />Called 24 times from 8 places in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"URI::_server::CORE:match","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"9012-URI::_server::CORE:match"}],"data":{"$area":0.0010159000000241},"id":"n9001"},{"name":"::_query","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>URI::_query::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"URI::_query::BEGIN@3","$color":7,"excl_time":1.96999999999664e-05,"$area":1.96999999999664e-05},"id":"9014-URI::_query::BEGIN@3"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_query::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"URI::_query::CORE:match","$color":7,"excl_time":6.6e-06,"$area":6.6e-06},"id":"9015-URI::_query::CORE:match"},{"name":"query","children":[],"data":{"tip":"<p><b>URI::_query::query</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"URI::_query::query","$color":7,"excl_time":1.60999999992551e-05,"$area":1.60999999992551e-05},"id":"9016-URI::_query::query"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>URI::_query::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"URI::_query::BEGIN@5","$color":7,"excl_time":7.20000000000425e-06,"$area":7.20000000000425e-06},"id":"9017-URI::_query::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>URI::_query::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"URI::_query::BEGIN@4","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9018-URI::_query::BEGIN@4"}],"data":{"$area":5.33999999992257e-05},"id":"n9013"},{"name":"::_generic","children":[{"name":"path_query","children":[],"data":{"tip":"<p><b>URI::_generic::path_query</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"URI::_generic::path_query","$color":9,"excl_time":1.39999999996762e-05,"$area":1.39999999996762e-05},"id":"9020-URI::_generic::path_query"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>URI::_generic::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"URI::_generic::BEGIN@8","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9021-URI::_generic::BEGIN@8"},{"name":"path","children":[],"data":{"tip":"<p><b>URI::_generic::path</b></p><p><br />Called 8 times from 4 places in 3 files<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":6.84e-05,"subname":"URI::_generic::path","$color":9,"excl_time":4.17999999902423e-05,"$area":4.17999999902423e-05},"id":"9022-URI::_generic::path"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:match</b></p><p><br />Called 38 times from 5 places in 1 file<br />Inclusive time: 101&micro;s, 0.00%</p>","incl_time":0.0001013,"subname":"URI::_generic::CORE:match","$color":9,"excl_time":0.0001013,"$area":0.0001013},"id":"9023-URI::_generic::CORE:match"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>URI::_generic::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"URI::_generic::BEGIN@7","$color":9,"excl_time":1.09000000000459e-05,"$area":1.09000000000459e-05},"id":"9024-URI::_generic::BEGIN@7"},{"name":"_no_scheme_ok","children":[],"data":{"tip":"<p><b>URI::_generic::_no_scheme_ok</b></p><p><br />Called 20 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"URI::_generic::_no_scheme_ok","$color":9,"excl_time":2.4e-05,"$area":2.4e-05},"id":"9025-URI::_generic::_no_scheme_ok"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:subst</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"URI::_generic::CORE:subst","$color":9,"excl_time":1.06e-05,"$area":1.06e-05},"id":"9026-URI::_generic::CORE:subst"},{"name":"_check_path","children":[],"data":{"tip":"<p><b>URI::_generic::_check_path</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"URI::_generic::_check_path","$color":9,"excl_time":1.84999999960748e-05,"$area":1.84999999960748e-05},"id":"9027-URI::_generic::_check_path"},{"name":"authority","children":[],"data":{"tip":"<p><b>URI::_generic::authority</b></p><p><br />Called 24 times from 4 places in 2 files<br />Inclusive time: 263&micro;s, 0.00%<br />Exclusive time: 149&micro;s, 0.00%</p>","incl_time":0.0002634,"subname":"URI::_generic::authority","$color":9,"excl_time":0.000148899999981775,"$area":0.000148899999981775},"id":"9028-URI::_generic::authority"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>URI::_generic::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"URI::_generic::BEGIN@6","$color":9,"excl_time":1.71000000000248e-05,"$area":1.71000000000248e-05},"id":"9029-URI::_generic::BEGIN@6"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:regcomp</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"URI::_generic::CORE:regcomp","$color":9,"excl_time":2.49e-05,"$area":2.49e-05},"id":"9030-URI::_generic::CORE:regcomp"}],"data":{"$area":0.000415599999967839},"id":"n9019"},{"name":"::Escape","children":[{"name":"uri_unescape","children":[],"data":{"tip":"<p><b>URI::Escape::uri_unescape</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"URI::Escape::uri_unescape","$color":0,"excl_time":4.98000000048637e-05,"$area":4.98000000048637e-05},"id":"9032-URI::Escape::uri_unescape"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"URI::Escape::BEGIN@2","$color":0,"excl_time":1.2499999999997e-05,"$area":1.2499999999997e-05},"id":"9033-URI::Escape::BEGIN@2"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::Escape::CORE:subst</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"URI::Escape::CORE:subst","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"9034-URI::Escape::CORE:subst"},{"name":"BEGIN@145","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@145</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"URI::Escape::BEGIN@145","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9035-URI::Escape::BEGIN@145"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>URI::Escape::CORE:qr</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"URI::Escape::CORE:qr","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"9036-URI::Escape::CORE:qr"}],"data":{"$area":7.69000000048607e-05},"id":"n9031"},{"name":"::http","children":[{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::http::canonical</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 242&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0002415,"subname":"URI::http::canonical","$color":2,"excl_time":5.40000000035456e-05,"$area":5.40000000035456e-05},"id":"9038-URI::http::canonical"},{"name":"default_port","children":[],"data":{"tip":"<p><b>URI::http::default_port</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"URI::http::default_port","$color":2,"excl_time":1.09e-05,"$area":1.09e-05},"id":"9039-URI::http::default_port"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>URI::http::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"URI::http::BEGIN@6","$color":2,"excl_time":1.31999999999721e-05,"$area":1.31999999999721e-05},"id":"9040-URI::http::BEGIN@6"}],"data":{"$area":7.81000000035177e-05},"id":"n9037"},{"name":"::QueryParam","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>URI::QueryParam::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"URI::QueryParam::BEGIN@3","$color":4,"excl_time":2.12000000000486e-05,"$area":2.12000000000486e-05},"id":"9042-URI::QueryParam::BEGIN@3"}],"data":{"$area":2.12000000000486e-05},"id":"n9041"},{"name":"::_idna","children":[{"name":"ToASCII","children":[],"data":{"tip":"<p><b>URI::_idna::ToASCII</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"URI::_idna::ToASCII","$color":6,"excl_time":2.08999999976689e-05,"$area":2.08999999976689e-05},"id":"9044-URI::_idna::ToASCII"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>URI::_idna::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"URI::_idna::BEGIN@6","$color":6,"excl_time":1.48000000001415e-05,"$area":1.48000000001415e-05},"id":"9045-URI::_idna::BEGIN@6"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>URI::_idna::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"URI::_idna::BEGIN@10","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"9046-URI::_idna::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"URI::_idna::CORE:match","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9047-URI::_idna::CORE:match"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"URI::_idna::CORE:qr","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"9048-URI::_idna::CORE:qr"},{"name":"encode","children":[],"data":{"tip":"<p><b>URI::_idna::encode</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.96e-05,"subname":"URI::_idna::encode","$color":6,"excl_time":2.52000000003431e-05,"$area":2.52000000003431e-05},"id":"9049-URI::_idna::encode"},{"name":"check_size","children":[],"data":{"tip":"<p><b>URI::_idna::check_size</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"URI::_idna::check_size","$color":6,"excl_time":6.6e-06,"$area":6.6e-06},"id":"9050-URI::_idna::check_size"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>URI::_idna::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.0015712,"subname":"URI::_idna::BEGIN@7","$color":6,"excl_time":0.00124370000000085,"$area":0.00124370000000085},"id":"9051-URI::_idna::BEGIN@7"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"URI::_idna::CORE:regcomp","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"9052-URI::_idna::CORE:regcomp"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>URI::_idna::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"URI::_idna::BEGIN@8","$color":6,"excl_time":7.29999999958942e-06,"$area":7.29999999958942e-06},"id":"9053-URI::_idna::BEGIN@8"}],"data":{"$area":0.00133469999999859},"id":"n9043"}],"data":{"$area":0.00553359999999437},"id":"n8967"},{"name":"Role","children":[{"name":"::Identifiable","children":[{"name":"::HasIdent","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasIdent::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.56ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0025634,"subname":"Role::Identifiable::HasIdent::BEGIN@5","$color":8,"excl_time":8.30000000007864e-06,"$area":8.30000000007864e-06},"id":"9057-Role::Identifiable::HasIdent::BEGIN@5"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasIdent::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.62e-05,"subname":"Role::Identifiable::HasIdent::BEGIN@15","$color":8,"excl_time":7.79999999990048e-06,"$area":7.79999999990048e-06},"id":"9058-Role::Identifiable::HasIdent::BEGIN@15"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasIdent::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Role::Identifiable::HasIdent::BEGIN@2","$color":8,"excl_time":9.9e-06,"$area":9.9e-06},"id":"9059-Role::Identifiable::HasIdent::BEGIN@2"}],"data":{"$area":2.59999999999791e-05},"id":"n9056"},{"name":"::HasTags","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasTags::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Role::Identifiable::HasTags::BEGIN@2","$color":10,"excl_time":9.5e-06,"$area":9.5e-06},"id":"9061-Role::Identifiable::HasTags::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasTags::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.90ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0018963,"subname":"Role::Identifiable::HasTags::BEGIN@9","$color":10,"excl_time":1.10999999999686e-05,"$area":1.10999999999686e-05},"id":"9062-Role::Identifiable::HasTags::BEGIN@9"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasTags::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.62ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026187,"subname":"Role::Identifiable::HasTags::BEGIN@5","$color":10,"excl_time":9.39999999996326e-06,"$area":9.39999999996326e-06},"id":"9063-Role::Identifiable::HasTags::BEGIN@5"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasTags::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000101,"subname":"Role::Identifiable::HasTags::BEGIN@64","$color":10,"excl_time":8.00000000010128e-06,"$area":8.00000000010128e-06},"id":"9064-Role::Identifiable::HasTags::BEGIN@64"},{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>Role::Identifiable::HasTags::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001032,"subname":"Role::Identifiable::HasTags::BEGIN@63","$color":10,"excl_time":8.69999999989162e-06,"$area":8.69999999989162e-06},"id":"9065-Role::Identifiable::HasTags::BEGIN@63"}],"data":{"$area":4.66999999999247e-05},"id":"n9060"}],"data":{"$area":7.26999999999038e-05},"id":"n9055"},{"name":"::HasPayload","children":[{"name":"::Meta","children":[{"name":"::Attribute","children":[{"name":"::Payload","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::HasPayload::Meta::Attribute::Payload::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Role::HasPayload::Meta::Attribute::Payload::BEGIN@2","$color":1,"excl_time":9.8e-06,"$area":9.8e-06},"id":"9070-Role::HasPayload::Meta::Attribute::Payload::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::HasPayload::Meta::Attribute::Payload::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.67ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026676,"subname":"Role::HasPayload::Meta::Attribute::Payload::BEGIN@5","$color":1,"excl_time":9.00000000004456e-06,"$area":9.00000000004456e-06},"id":"9071-Role::HasPayload::Meta::Attribute::Payload::BEGIN@5"}],"data":{"$area":1.88000000000446e-05},"id":"n9069"}],"data":{"$area":1.88000000000446e-05},"id":"n9068"}],"data":{"$area":1.88000000000446e-05},"id":"n9067"},{"name":"::Merged","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::HasPayload::Merged::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Role::HasPayload::Merged::BEGIN@2","$color":3,"excl_time":9.6e-06,"$area":9.6e-06},"id":"9073-Role::HasPayload::Merged::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::HasPayload::Merged::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.54ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0025373,"subname":"Role::HasPayload::Merged::BEGIN@5","$color":3,"excl_time":8.80000000006657e-06,"$area":8.80000000006657e-06},"id":"9074-Role::HasPayload::Merged::BEGIN@5"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Role::HasPayload::Merged::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000105,"subname":"Role::HasPayload::Merged::BEGIN@41","$color":3,"excl_time":8.59999999989249e-06,"$area":8.59999999989249e-06},"id":"9075-Role::HasPayload::Merged::BEGIN@41"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Role::HasPayload::Merged::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.85ms, 0.00%<br />Exclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0028502,"subname":"Role::HasPayload::Merged::BEGIN@9","$color":3,"excl_time":0.000170399999999879,"$area":0.000170399999999879},"id":"9076-Role::HasPayload::Merged::BEGIN@9"}],"data":{"$area":0.000197399999999838},"id":"n9072"}],"data":{"$area":0.000216199999999882},"id":"n9066"},{"name":"::HasMessage","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Role::HasMessage::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001417,"subname":"Role::HasMessage::BEGIN@11","$color":5,"excl_time":1.10000000000719e-05,"$area":1.10000000000719e-05},"id":"9078-Role::HasMessage::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::HasMessage::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Role::HasMessage::BEGIN@2","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"9079-Role::HasMessage::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::HasMessage::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.00ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0029957,"subname":"Role::HasMessage::BEGIN@5","$color":5,"excl_time":1.1600000000066e-05,"$area":1.1600000000066e-05},"id":"9080-Role::HasMessage::BEGIN@5"},{"name":"::Errf","children":[{"name":"BEGIN@2.10","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@2.10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Role::HasMessage::Errf::BEGIN@2.10","$color":7,"excl_time":8.59999999993274e-06,"$area":8.59999999993274e-06},"id":"9082-Role::HasMessage::Errf::BEGIN@2.10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64.4ms, 0.09%<br />Exclusive time: 561&micro;s, 0.00%</p>","incl_time":0.0644134,"subname":"Role::HasMessage::Errf::BEGIN@5","$color":7,"excl_time":0.000561100000000037,"$area":0.000561100000000037},"id":"9083-Role::HasMessage::Errf::BEGIN@5"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 917&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0009172,"subname":"Role::HasMessage::Errf::BEGIN@12","$color":7,"excl_time":2.18999999999567e-05,"$area":2.18999999999567e-05},"id":"9084-Role::HasMessage::Errf::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"Role::HasMessage::Errf::BEGIN@2","$color":7,"excl_time":1.92e-05,"$area":1.92e-05},"id":"9085-Role::HasMessage::Errf::BEGIN@2"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13.8ms, 0.02%<br />Exclusive time: 2.12ms, 0.00%</p>","incl_time":0.0137775,"subname":"Role::HasMessage::Errf::BEGIN@9","$color":7,"excl_time":0.00212400000000002,"$area":0.00212400000000002},"id":"9086-Role::HasMessage::Errf::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 141&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.000141,"subname":"Role::HasMessage::Errf::BEGIN@10","$color":7,"excl_time":3.68000000000013e-05,"$area":3.68000000000013e-05},"id":"9087-Role::HasMessage::Errf::BEGIN@10"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Role::HasMessage::Errf::BEGIN@1","$color":7,"excl_time":1.51999999999664e-05,"$area":1.51999999999664e-05},"id":"9088-Role::HasMessage::Errf::BEGIN@1"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]","children":[],"data":{"tip":"<p><b>Role::HasMessage::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.66ms, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0046636,"subname":"Role::HasMessage::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]","$color":7,"excl_time":2.87999999997275e-05,"$area":2.87999999997275e-05},"id":"9089-Role::HasMessage::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]"}],"data":{"$area":0.00281559999999964},"id":"n9081"}],"data":{"$area":0.00284969999999978},"id":"n9077"}],"data":{"$area":0.00313859999999956},"id":"n9054"},{"name":"Plack","children":[{"name":"::Middleware","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 521&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0005207,"subname":"Plack::Middleware::BEGIN@5","$color":9,"excl_time":9.00000000010723e-06,"$area":9.00000000010723e-06},"id":"9092-Plack::Middleware::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Plack::Middleware::BEGIN@6","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"9093-Plack::Middleware::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Plack::Middleware::BEGIN@2","$color":9,"excl_time":1.42999999999779e-05,"$area":1.42999999999779e-05},"id":"9094-Plack::Middleware::BEGIN@2"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 326&micro;s, 0.00%<br />Exclusive time: 256&micro;s, 0.00%</p>","incl_time":0.0003257,"subname":"Plack::Middleware::BEGIN@7","$color":9,"excl_time":0.000255600000000149,"$area":0.000255600000000149},"id":"9095-Plack::Middleware::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Plack::Middleware::BEGIN@3","$color":9,"excl_time":8.39999999995749e-06,"$area":8.39999999995749e-06},"id":"9096-Plack::Middleware::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Middleware::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Plack::Middleware::BEGIN@4","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9097-Plack::Middleware::BEGIN@4"},{"name":"import","children":[],"data":{"tip":"<p><b>Plack::Middleware::import</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Plack::Middleware::import","$color":9,"excl_time":1.74e-05,"$area":1.74e-05},"id":"9098-Plack::Middleware::import"},{"name":"::ReverseProxy","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Middleware::ReverseProxy::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@3","$color":0,"excl_time":1.44000000000831e-05,"$area":1.44000000000831e-05},"id":"9100-Plack::Middleware::ReverseProxy::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Plack::Middleware::ReverseProxy::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@6","$color":0,"excl_time":8.09999999991849e-06,"$area":8.09999999991849e-06},"id":"9101-Plack::Middleware::ReverseProxy::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Middleware::ReverseProxy::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@5","$color":0,"excl_time":4.93e-05,"$area":4.93e-05},"id":"9102-Plack::Middleware::ReverseProxy::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Middleware::ReverseProxy::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@4","$color":0,"excl_time":7.29999999994424e-06,"$area":7.29999999994424e-06},"id":"9103-Plack::Middleware::ReverseProxy::BEGIN@4"}],"data":{"$area":7.90999999999459e-05},"id":"n9099"},{"name":"::LighttpdScriptNameFix","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Middleware::LighttpdScriptNameFix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@3","$color":2,"excl_time":8.40000000004764e-06,"$area":8.40000000004764e-06},"id":"9105-Plack::Middleware::LighttpdScriptNameFix::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Middleware::LighttpdScriptNameFix::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@4","$color":2,"excl_time":1.029999999993e-05,"$area":1.029999999993e-05},"id":"9106-Plack::Middleware::LighttpdScriptNameFix::BEGIN@4"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Middleware::LighttpdScriptNameFix::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@2","$color":2,"excl_time":1.66999999999434e-05,"$area":1.66999999999434e-05},"id":"9107-Plack::Middleware::LighttpdScriptNameFix::BEGIN@2"}],"data":{"$area":3.5399999999921e-05},"id":"n9104"},{"name":"::IIS6ScriptNameFix","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Middleware::IIS6ScriptNameFix::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Plack::Middleware::IIS6ScriptNameFix::BEGIN@4","$color":4,"excl_time":7.90000000004677e-06,"$area":7.90000000004677e-06},"id":"9109-Plack::Middleware::IIS6ScriptNameFix::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Middleware::IIS6ScriptNameFix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Plack::Middleware::IIS6ScriptNameFix::BEGIN@3","$color":4,"excl_time":1.49999999999549e-05,"$area":1.49999999999549e-05},"id":"9110-Plack::Middleware::IIS6ScriptNameFix::BEGIN@3"}],"data":{"$area":2.29000000000016e-05},"id":"n9108"},{"name":"::Conditional","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Middleware::Conditional::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"Plack::Middleware::Conditional::BEGIN@5","$color":6,"excl_time":7.39999999989285e-06,"$area":7.39999999989285e-06},"id":"9112-Plack::Middleware::Conditional::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Middleware::Conditional::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Plack::Middleware::Conditional::BEGIN@2","$color":6,"excl_time":1.63999999999902e-05,"$area":1.63999999999902e-05},"id":"9113-Plack::Middleware::Conditional::BEGIN@2"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Middleware::Conditional::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.19ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0011949,"subname":"Plack::Middleware::Conditional::BEGIN@3","$color":6,"excl_time":8.19999999990403e-06,"$area":8.19999999990403e-06},"id":"9114-Plack::Middleware::Conditional::BEGIN@3"}],"data":{"$area":3.19999999997871e-05},"id":"n9111"}],"data":{"$area":0.000482399999999847},"id":"n9091"},{"name":"::Loader","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Loader::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.14ms, 0.01%<br />Exclusive time: 3.84ms, 0.01%</p>","incl_time":0.0041408,"subname":"Plack::Loader::BEGIN@4","$color":8,"excl_time":0.00383989999999995,"$area":0.00383989999999995},"id":"9116-Plack::Loader::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Loader::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Plack::Loader::BEGIN@3","$color":8,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9117-Plack::Loader::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Loader::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Plack::Loader::BEGIN@2","$color":8,"excl_time":2.29000000001079e-05,"$area":2.29000000001079e-05},"id":"9118-Plack::Loader::BEGIN@2"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Loader::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001226,"subname":"Plack::Loader::BEGIN@5","$color":8,"excl_time":2.39000000001039e-05,"$area":2.39000000001039e-05},"id":"9119-Plack::Loader::BEGIN@5"}],"data":{"$area":0.00389190000000016},"id":"n9115"},{"name":"::Test","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Test::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Plack::Test::BEGIN@2","$color":10,"excl_time":1.52999999999998e-05,"$area":1.52999999999998e-05},"id":"9121-Plack::Test::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Plack::Test::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Plack::Test::BEGIN@13","$color":10,"excl_time":7.10000000000038e-06,"$area":7.10000000000038e-06},"id":"9122-Plack::Test::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Test::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Plack::Test::BEGIN@3","$color":10,"excl_time":7.7999999999998e-06,"$area":7.7999999999998e-06},"id":"9123-Plack::Test::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Test::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.78ms, 0.00%<br />Exclusive time: 297&micro;s, 0.00%</p>","incl_time":0.0017774,"subname":"Plack::Test::BEGIN@4","$color":10,"excl_time":0.000297099999999999,"$area":0.000297099999999999},"id":"9124-Plack::Test::BEGIN@4"},{"name":"test_psgi","children":[],"data":{"tip":"<p><b>Plack::Test::test_psgi</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 7.43s, 10.46%<br />Exclusive time: 526&micro;s, 0.00%</p>","incl_time":7.4251008,"subname":"Plack::Test::test_psgi","$color":10,"excl_time":0.000526400000000662,"$area":0.000526400000000662},"id":"9125-Plack::Test::test_psgi"},{"name":"::MockHTTP","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Plack::Test::MockHTTP::BEGIN@9","$color":1,"excl_time":8.50000000001313e-06,"$area":8.50000000001313e-06},"id":"9127-Plack::Test::MockHTTP::BEGIN@9"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Plack::Test::MockHTTP::BEGIN@2","$color":1,"excl_time":1.76000000001424e-05,"$area":1.76000000001424e-05},"id":"9128-Plack::Test::MockHTTP::BEGIN@2"},{"name":"test_psgi","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::test_psgi</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7.42s, 10.46%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":7.4227188,"subname":"Plack::Test::MockHTTP::test_psgi","$color":1,"excl_time":4.64999999994897e-05,"$area":4.64999999994897e-05},"id":"9129-Plack::Test::MockHTTP::test_psgi"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Plack::Test::MockHTTP::BEGIN@3","$color":1,"excl_time":8.09999999991061e-06,"$area":8.09999999991061e-06},"id":"9130-Plack::Test::MockHTTP::BEGIN@3"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:25]","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:25]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7.42s, 10.45%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":7.4171923,"subname":"Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:25]","$color":1,"excl_time":2.39999999999477e-05,"$area":2.39999999999477e-05},"id":"9131-Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:25]"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Plack::Test::MockHTTP::BEGIN@5","$color":1,"excl_time":8.90000000002364e-06,"$area":8.90000000002364e-06},"id":"9132-Plack::Test::MockHTTP::BEGIN@5"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:31]","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:31]</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 7.42s, 10.46%<br />Exclusive time: 306&micro;s, 0.00%</p>","incl_time":7.4225114,"subname":"Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:31]","$color":1,"excl_time":0.000306199999992767,"$area":0.000306199999992767},"id":"9133-Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:31]"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Plack::Test::MockHTTP::BEGIN@6","$color":1,"excl_time":1.13999999998142e-05,"$area":1.13999999998142e-05},"id":"9134-Plack::Test::MockHTTP::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.69ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0016947,"subname":"Plack::Test::MockHTTP::BEGIN@8","$color":1,"excl_time":0.00127300000000136,"$area":0.00127300000000136},"id":"9135-Plack::Test::MockHTTP::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Plack::Test::MockHTTP::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Plack::Test::MockHTTP::BEGIN@7","$color":1,"excl_time":9.20000000018754e-06,"$area":9.20000000018754e-06},"id":"9136-Plack::Test::MockHTTP::BEGIN@7"}],"data":{"$area":0.00171339999999366},"id":"n9126"}],"data":{"$area":0.00256709999999432},"id":"n9120"},{"name":"::Component","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Component::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Plack::Component::BEGIN@2","$color":3,"excl_time":1.29999999999779e-05,"$area":1.29999999999779e-05},"id":"9138-Plack::Component::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Plack::Component::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"Plack::Component::BEGIN@6","$color":3,"excl_time":1.05000000000865e-05,"$area":1.05000000000865e-05},"id":"9139-Plack::Component::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Component::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Plack::Component::BEGIN@3","$color":3,"excl_time":6.70000000002563e-06,"$area":6.70000000002563e-06},"id":"9140-Plack::Component::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Component::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Plack::Component::BEGIN@4","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9141-Plack::Component::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Component::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Plack::Component::BEGIN@5","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9142-Plack::Component::BEGIN@5"}],"data":{"$area":3.820000000009e-05},"id":"n9137"},{"name":"::Util","children":[{"name":"::Prototype","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Plack::Util::Prototype::CORE:subst</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Plack::Util::Prototype::CORE:subst","$color":5,"excl_time":2.18e-05,"$area":2.18e-05},"id":"9145-Plack::Util::Prototype::CORE:subst"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>Plack::Util::Prototype::AUTOLOAD</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.48ms, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0014759,"subname":"Plack::Util::Prototype::AUTOLOAD","$color":5,"excl_time":7.70000000019066e-05,"$area":7.70000000019066e-05},"id":"9146-Plack::Util::Prototype::AUTOLOAD"},{"name":"can","children":[],"data":{"tip":"<p><b>Plack::Util::Prototype::can</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Plack::Util::Prototype::can","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"9147-Plack::Util::Prototype::can"}],"data":{"$area":0.000103600000001907},"id":"n9144"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Plack::Util::BEGIN@2","$color":7,"excl_time":1.95999999998965e-05,"$area":1.95999999998965e-05},"id":"9148-Plack::Util::BEGIN@2"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Plack::Util::BEGIN@31","$color":7,"excl_time":1.37000000000671e-05,"$area":1.37000000000671e-05},"id":"9149-Plack::Util::BEGIN@31"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Plack::Util::BEGIN@3","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9150-Plack::Util::BEGIN@3"},{"name":"inline_object","children":[],"data":{"tip":"<p><b>Plack::Util::inline_object</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"Plack::Util::inline_object","$color":7,"excl_time":3.8e-05,"$area":3.8e-05},"id":"9151-Plack::Util::inline_object"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"Plack::Util::BEGIN@4","$color":7,"excl_time":1.39000000000158e-05,"$area":1.39000000000158e-05},"id":"9152-Plack::Util::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Plack::Util::BEGIN@6","$color":7,"excl_time":5.7e-06,"$area":5.7e-06},"id":"9153-Plack::Util::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Plack::Util::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Plack::Util::BEGIN@5","$color":7,"excl_time":1.43999999999972e-05,"$area":1.43999999999972e-05},"id":"9154-Plack::Util::BEGIN@5"},{"name":"::Accessor","children":[{"name":"mk_accessors","children":[],"data":{"tip":"<p><b>Plack::Util::Accessor::mk_accessors</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"Plack::Util::Accessor::mk_accessors","$color":9,"excl_time":3.96e-05,"$area":3.96e-05},"id":"9156-Plack::Util::Accessor::mk_accessors"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Plack::Util::Accessor::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Plack::Util::Accessor::BEGIN@2","$color":9,"excl_time":1.3799999999908e-05,"$area":1.3799999999908e-05},"id":"9157-Plack::Util::Accessor::BEGIN@2"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Plack::Util::Accessor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"Plack::Util::Accessor::BEGIN@14","$color":9,"excl_time":8.70000000004238e-06,"$area":8.70000000004238e-06},"id":"9158-Plack::Util::Accessor::BEGIN@14"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Plack::Util::Accessor::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Plack::Util::Accessor::BEGIN@3","$color":9,"excl_time":6.69999999995574e-06,"$area":6.69999999995574e-06},"id":"9159-Plack::Util::Accessor::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>Plack::Util::Accessor::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":6.31e-05,"subname":"Plack::Util::Accessor::import","$color":9,"excl_time":2.34999999999715e-05,"$area":2.34999999999715e-05},"id":"9160-Plack::Util::Accessor::import"}],"data":{"$area":9.22999999998776e-05},"id":"n9155"},{"name":"::IOWithPath","children":[{"name":"BEGIN@352","children":[],"data":{"tip":"<p><b>Plack::Util::IOWithPath::BEGIN@352</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 153&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001526,"subname":"Plack::Util::IOWithPath::BEGIN@352","$color":0,"excl_time":5.38000000000455e-05,"$area":5.38000000000455e-05},"id":"9162-Plack::Util::IOWithPath::BEGIN@352"}],"data":{"$area":5.38000000000455e-05},"id":"n9161"}],"data":{"$area":0.000359900000001806},"id":"n9143"}],"data":{"$area":0.00733949999999623},"id":"n9090"},{"name":"namespace","children":[{"name":"::autoclean","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"namespace::autoclean::BEGIN@15","$color":2,"excl_time":9.60000000002175e-06,"$area":9.60000000002175e-06},"id":"9165-namespace::autoclean::BEGIN@15"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.89ms, 0.00%<br />Exclusive time: 550&micro;s, 0.00%</p>","incl_time":0.0028923,"subname":"namespace::autoclean::BEGIN@14","$color":2,"excl_time":0.000550499999999939,"$area":0.000550499999999939},"id":"9166-namespace::autoclean::BEGIN@14"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"namespace::autoclean::BEGIN@5","$color":2,"excl_time":6.8e-06,"$area":6.8e-06},"id":"9167-namespace::autoclean::BEGIN@5"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"namespace::autoclean::BEGIN@1","$color":2,"excl_time":2.09999999999874e-05,"$area":2.09999999999874e-05},"id":"9168-namespace::autoclean::BEGIN@1"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"namespace::autoclean::BEGIN@2","$color":2,"excl_time":1.1799999999992e-05,"$area":1.1799999999992e-05},"id":"9169-namespace::autoclean::BEGIN@2"},{"name":"import","children":[],"data":{"tip":"<p><b>namespace::autoclean::import</b></p><p><br />Called 27 times from 27 places in 27 files<br />Inclusive time: 1.13ms, 0.00%<br />Exclusive time: 581&micro;s, 0.00%</p>","incl_time":0.0011261,"subname":"namespace::autoclean::import","$color":2,"excl_time":0.000581099999999427,"$area":0.000581099999999427},"id":"9170-namespace::autoclean::import"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"namespace::autoclean::BEGIN@13","$color":2,"excl_time":2.09999999999797e-05,"$area":2.09999999999797e-05},"id":"9171-namespace::autoclean::BEGIN@13"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>namespace::autoclean::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.20ms, 0.00%<br />Exclusive time: 1.54ms, 0.00%</p>","incl_time":0.0021987,"subname":"namespace::autoclean::BEGIN@16","$color":2,"excl_time":0.00154410000000005,"$area":0.00154410000000005},"id":"9172-namespace::autoclean::BEGIN@16"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]","children":[],"data":{"tip":"<p><b>namespace::autoclean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]</b></p><p><br />Called 27 times from 1 place in 1 file<br />Inclusive time: 64.1ms, 0.09%<br />Exclusive time: 2.07ms, 0.00%</p>","incl_time":0.0641374,"subname":"namespace::autoclean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]","$color":2,"excl_time":0.00207280000000708,"$area":0.00207280000000708},"id":"9173-namespace::autoclean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]"}],"data":{"$area":0.00481870000000648},"id":"n9164"},{"name":"::clean","children":[{"name":"get_class_store","children":[],"data":{"tip":"<p><b>namespace::clean::get_class_store</b></p><p><br />Called 161 times from 1 place in 1 file<br />Inclusive time: 6.25ms, 0.01%<br />Exclusive time: 2.37ms, 0.00%</p>","incl_time":0.0062467,"subname":"namespace::clean::get_class_store","$color":4,"excl_time":0.00237070000002416,"$area":0.00237070000002416},"id":"9175-namespace::clean::get_class_store"},{"name":"clean_subroutines","children":[],"data":{"tip":"<p><b>namespace::clean::clean_subroutines</b></p><p><br />Called 27 times from 1 place in 1 file<br />Inclusive time: 30.4ms, 0.04%<br />Exclusive time: 237&micro;s, 0.00%</p>","incl_time":0.0303917,"subname":"namespace::clean::clean_subroutines","$color":4,"excl_time":0.000237000000000131,"$area":0.000237000000000131},"id":"9176-namespace::clean::clean_subroutines"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>namespace::clean::CORE:match</b></p><p><br />Called 160 times from 1 place in 1 file<br />Inclusive time: 407&micro;s, 0.00%</p>","incl_time":0.0004073,"subname":"namespace::clean::CORE:match","$color":4,"excl_time":0.0004073,"$area":0.0004073},"id":"9177-namespace::clean::CORE:match"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:221]","children":[],"data":{"tip":"<p><b>namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:221]</b></p><p><br />Called 2780 times from 1 place in 1 file<br />Inclusive time: 40.5ms, 0.06%<br />Exclusive time: 13.8ms, 0.02%</p>","incl_time":0.0405005000000001,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:221]","$color":4,"excl_time":0.0137854999999915,"$area":0.0137854999999915},"id":"9178-namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:221]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"namespace::clean::BEGIN@3","$color":4,"excl_time":1.65999999999805e-05,"$area":1.65999999999805e-05},"id":"9179-namespace::clean::BEGIN@3"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 182&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0001815,"subname":"namespace::clean::BEGIN@14","$color":4,"excl_time":2.11999999999979e-05,"$area":2.11999999999979e-05},"id":"9180-namespace::clean::BEGIN@14"},{"name":"BEGIN@169","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@169</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"namespace::clean::BEGIN@169","$color":4,"excl_time":7.80000000000913e-06,"$area":7.80000000000913e-06},"id":"9181-namespace::clean::BEGIN@169"},{"name":"BEGIN@467","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@467</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"namespace::clean::BEGIN@467","$color":4,"excl_time":1.25999999999964e-05,"$area":1.25999999999964e-05},"id":"9182-namespace::clean::BEGIN@467"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:274]","children":[],"data":{"tip":"<p><b>namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:274]</b></p><p><br />Called 197 times from 3 places in 1 file<br />Inclusive time: 187ms, 0.26%<br />Exclusive time: 81.5ms, 0.11%</p>","incl_time":0.1872835,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:274]","$color":4,"excl_time":0.08147200000004,"$area":0.08147200000004},"id":"9183-namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:274]"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"namespace::clean::BEGIN@7","$color":4,"excl_time":1.00000000000053e-05,"$area":1.00000000000053e-05},"id":"9184-namespace::clean::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"namespace::clean::BEGIN@6","$color":4,"excl_time":7.80000000000163e-06,"$area":7.80000000000163e-06},"id":"9185-namespace::clean::BEGIN@6"},{"name":"import","children":[],"data":{"tip":"<p><b>namespace::clean::import</b></p><p><br />Called 170 times from 162 places in 160 files<br />Inclusive time: 55.0ms, 0.08%<br />Exclusive time: 15.5ms, 0.02%</p>","incl_time":0.055018,"subname":"namespace::clean::import","$color":4,"excl_time":0.0154683999998095,"$area":0.0154683999998095},"id":"9186-namespace::clean::import"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:338]","children":[],"data":{"tip":"<p><b>namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:338]</b></p><p><br />Called 161 times from 1 place in 1 file<br />Inclusive time: 156ms, 0.22%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.1561095,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:338]","$color":4,"excl_time":0.00128130000000647,"$area":0.00128130000000647},"id":"9187-namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:338]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"namespace::clean::BEGIN@4","$color":4,"excl_time":8.89999999999312e-06,"$area":8.89999999999312e-06},"id":"9188-namespace::clean::BEGIN@4"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:311]","children":[],"data":{"tip":"<p><b>namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:311]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 2.35ms, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0023523,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:311]","$color":4,"excl_time":5.16999999983485e-05,"$area":5.16999999983485e-05},"id":"9189-namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:311]"},{"name":"get_functions","children":[],"data":{"tip":"<p><b>namespace::clean::get_functions</b></p><p><br />Called 161 times from 1 place in 1 file<br />Inclusive time: 20.2ms, 0.03%<br />Exclusive time: 8.42ms, 0.01%</p>","incl_time":0.0201553,"subname":"namespace::clean::get_functions","$color":4,"excl_time":0.0084220000000177,"$area":0.0084220000000177},"id":"9190-namespace::clean::get_functions"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@168</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"namespace::clean::BEGIN@168","$color":4,"excl_time":1.0199999999975e-05,"$area":1.0199999999975e-05},"id":"9191-namespace::clean::BEGIN@168"},{"name":"BEGIN@171","children":[],"data":{"tip":"<p><b>namespace::clean::BEGIN@171</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"namespace::clean::BEGIN@171","$color":4,"excl_time":8.69999999999312e-06,"$area":8.69999999999312e-06},"id":"9192-namespace::clean::BEGIN@171"},{"name":"::deleted","children":[{"name":"::Parse","children":[{"name":"::Method","children":[{"name":"::Signatures","children":[{"name":"::Param","children":[{"name":"::Positional","children":[],"data":{"$area":0},"id":"n9198"},{"name":"::Bindable","children":[],"data":{"$area":0},"id":"n9199"}],"data":{"$area":0},"id":"n9197"},{"name":"::ParamCollection","children":[],"data":{"$area":0},"id":"n9200"},{"name":"::TypeConstraint","children":[],"data":{"$area":0},"id":"n9201"},{"name":"::Types","children":[],"data":{"$area":0},"id":"n9202"},{"name":"::Sig","children":[],"data":{"$area":0},"id":"n9203"}],"data":{"$area":0},"id":"n9196"}],"data":{"$area":0},"id":"n9195"}],"data":{"$area":0},"id":"n9194"},{"name":"::namespace","children":[{"name":"::autoclean","children":[],"data":{"$area":0},"id":"n9205"}],"data":{"$area":0},"id":"n9204"},{"name":"::Role","children":[{"name":"::HasMessage","children":[{"name":"::Errf","children":[],"data":{"$area":0},"id":"n9208"}],"data":{"$area":0},"id":"n9207"}],"data":{"$area":0},"id":"n9206"},{"name":"::KiokuDB","children":[{"name":"::Stream","children":[{"name":"::Objects","children":[],"data":{"$area":0},"id":"n9211"}],"data":{"$area":0},"id":"n9210"},{"name":"::Role","children":[{"name":"::TypeMap","children":[],"data":{"$area":0},"id":"n9213"},{"name":"::UUIDs","children":[{"name":"::DataUUID","children":[],"data":{"$area":0},"id":"n9215"}],"data":{"$area":0},"id":"n9214"},{"name":"::Verbosity","children":[],"data":{"$area":0},"id":"n9216"},{"name":"::API","children":[],"data":{"$area":0},"id":"n9217"},{"name":"::Scan","children":[],"data":{"$area":0},"id":"n9218"}],"data":{"$area":0},"id":"n9212"},{"name":"::Entry","children":[{"name":"::Skip","children":[],"data":{"$area":0},"id":"n9220"}],"data":{"$area":0},"id":"n9219"},{"name":"::Thunk","children":[],"data":{"$area":0},"id":"n9221"},{"name":"::Reference","children":[],"data":{"$area":0},"id":"n9222"},{"name":"::Util","children":[],"data":{"$area":0},"id":"n9223"},{"name":"::Set","children":[{"name":"::Stored","children":[],"data":{"$area":0},"id":"n9225"},{"name":"::Loaded","children":[],"data":{"$area":0},"id":"n9226"},{"name":"::Deferred","children":[],"data":{"$area":0},"id":"n9227"},{"name":"::Storage","children":[],"data":{"$area":0},"id":"n9228"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9229"}],"data":{"$area":0},"id":"n9224"},{"name":"::Collapser","children":[{"name":"::Buffer","children":[],"data":{"$area":0},"id":"n9231"}],"data":{"$area":0},"id":"n9230"},{"name":"::Error","children":[{"name":"::MissingObjects","children":[],"data":{"$area":0},"id":"n9233"},{"name":"::UnknownObjects","children":[],"data":{"$area":0},"id":"n9234"}],"data":{"$area":0},"id":"n9232"},{"name":"::TypeMap","children":[{"name":"::Shadow","children":[],"data":{"$area":0},"id":"n9236"},{"name":"::Default","children":[{"name":"::Canonical","children":[],"data":{"$area":0},"id":"n9238"},{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9239"}],"data":{"$area":0},"id":"n9237"},{"name":"::Entry","children":[{"name":"::Closure","children":[],"data":{"$area":0},"id":"n9241"},{"name":"::StorableHook","children":[],"data":{"$area":0},"id":"n9242"},{"name":"::Callback","children":[],"data":{"$area":0},"id":"n9243"},{"name":"::Ref","children":[],"data":{"$area":0},"id":"n9244"},{"name":"::Naive","children":[],"data":{"$area":0},"id":"n9245"},{"name":"::Set","children":[],"data":{"$area":0},"id":"n9246"},{"name":"::MOP","children":[],"data":{"$area":0},"id":"n9247"},{"name":"::Passthrough","children":[],"data":{"$area":0},"id":"n9248"},{"name":"::Alias","children":[],"data":{"$area":0},"id":"n9249"},{"name":"::JSON","children":[{"name":"::Scalar","children":[],"data":{"$area":0},"id":"n9251"}],"data":{"$area":0},"id":"n9250"},{"name":"::DBIC","children":[{"name":"::Schema","children":[],"data":{"$area":0},"id":"n9253"},{"name":"::ResultSet","children":[],"data":{"$area":0},"id":"n9254"},{"name":"::ResultSource","children":[],"data":{"$area":0},"id":"n9255"},{"name":"::Row","children":[],"data":{"$area":0},"id":"n9256"}],"data":{"$area":0},"id":"n9252"},{"name":"::Compiled","children":[],"data":{"$area":0},"id":"n9257"},{"name":"::Std","children":[{"name":"::ID","children":[],"data":{"$area":0},"id":"n9259"},{"name":"::Compile","children":[],"data":{"$area":0},"id":"n9260"},{"name":"::Intrinsic","children":[],"data":{"$area":0},"id":"n9261"},{"name":"::Expand","children":[],"data":{"$area":0},"id":"n9262"}],"data":{"$area":0},"id":"n9258"}],"data":{"$area":0},"id":"n9240"},{"name":"::Resolver","children":[],"data":{"$area":0},"id":"n9263"},{"name":"::Composite","children":[{"name":"::TypeMapAttr","children":[],"data":{"$area":0},"id":"n9265"}],"data":{"$area":0},"id":"n9264"}],"data":{"$area":0},"id":"n9235"},{"name":"::LiveObjects","children":[{"name":"::Scope","children":[],"data":{"$area":0},"id":"n9267"},{"name":"::Guard","children":[],"data":{"$area":0},"id":"n9268"},{"name":"::TXNScope","children":[],"data":{"$area":0},"id":"n9269"}],"data":{"$area":0},"id":"n9266"},{"name":"::Linker","children":[],"data":{"$area":0},"id":"n9270"},{"name":"::Serializer","children":[{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9272"}],"data":{"$area":0},"id":"n9271"},{"name":"::GC","children":[{"name":"::Naive","children":[{"name":"::Mark","children":[],"data":{"$area":0},"id":"n9275"},{"name":"::Sweep","children":[],"data":{"$area":0},"id":"n9276"}],"data":{"$area":0},"id":"n9274"}],"data":{"$area":0},"id":"n9273"},{"name":"::Backend","children":[{"name":"::TypeMap","children":[{"name":"::Default","children":[{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9280"}],"data":{"$area":0},"id":"n9279"}],"data":{"$area":0},"id":"n9278"},{"name":"::Serialize","children":[{"name":"::Delegate","children":[],"data":{"$area":0},"id":"n9282"},{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9283"},{"name":"::JSPON","children":[{"name":"::Converter","children":[],"data":{"$area":0},"id":"n9285"},{"name":"::Expander","children":[],"data":{"$area":0},"id":"n9286"},{"name":"::Collapser","children":[],"data":{"$area":0},"id":"n9287"}],"data":{"$area":0},"id":"n9284"}],"data":{"$area":0},"id":"n9281"},{"name":"::Role","children":[{"name":"::TXN","children":[],"data":{"$area":0},"id":"n9289"},{"name":"::Query","children":[{"name":"::GIN","children":[],"data":{"$area":0},"id":"n9291"},{"name":"::Simple","children":[],"data":{"$area":0},"id":"n9292"}],"data":{"$area":0},"id":"n9290"},{"name":"::UnicodeSafe","children":[],"data":{"$area":0},"id":"n9293"},{"name":"::GC","children":[],"data":{"$area":0},"id":"n9294"},{"name":"::Clear","children":[],"data":{"$area":0},"id":"n9295"},{"name":"::Concurrency","children":[{"name":"::POSIX","children":[],"data":{"$area":0},"id":"n9297"}],"data":{"$area":0},"id":"n9296"},{"name":"::Scan","children":[],"data":{"$area":0},"id":"n9298"}],"data":{"$area":0},"id":"n9288"},{"name":"::DBI","children":[{"name":"::Schema","children":[],"data":{"$area":0},"id":"n9300"}],"data":{"$area":0},"id":"n9299"}],"data":{"$area":0},"id":"n9277"}],"data":{"$area":0},"id":"n9209"},{"name":"::DBIx","children":[{"name":"::Class","children":[{"name":"::Schema","children":[{"name":"::KiokuDB","children":[],"data":{"$area":0},"id":"n9304"}],"data":{"$area":0},"id":"n9303"},{"name":"::ResultSetColumn","children":[],"data":{"$area":0},"id":"n9305"},{"name":"::ResultSource","children":[],"data":{"$area":0},"id":"n9306"},{"name":"::Componentised","children":[],"data":{"$area":0},"id":"n9307"},{"name":"::ResultSet","children":[],"data":{"$area":0},"id":"n9308"},{"name":"::AccessorGroup","children":[],"data":{"$area":0},"id":"n9309"},{"name":"::Storage","children":[{"name":"::TxnScopeGuard","children":[],"data":{"$area":0},"id":"n9311"},{"name":"::DBIHacks","children":[],"data":{"$area":0},"id":"n9312"},{"name":"::DBI","children":[{"name":"::SQLite","children":[],"data":{"$area":0},"id":"n9314"}],"data":{"$area":0},"id":"n9313"}],"data":{"$area":0},"id":"n9310"},{"name":"::ResultSourceHandle","children":[],"data":{"$area":0},"id":"n9315"}],"data":{"$area":0},"id":"n9302"}],"data":{"$area":0},"id":"n9301"},{"name":"::Text","children":[{"name":"::Tradition","children":[{"name":"::TypeMap","children":[{"name":"::Entry","children":[],"data":{"$area":0},"id":"n9319"}],"data":{"$area":0},"id":"n9318"}],"data":{"$area":0},"id":"n9317"}],"data":{"$area":0},"id":"n9316"},{"name":"::Throwable","children":[{"name":"::X","children":[],"data":{"$area":0},"id":"n9321"}],"data":{"$area":0},"id":"n9320"},{"name":"::TryCatch","children":[],"data":{"$area":0},"id":"n9322"},{"name":"::KiokuX","children":[{"name":"::Model","children":[],"data":{"$area":0},"id":"n9324"}],"data":{"$area":0},"id":"n9323"},{"name":"::Search","children":[{"name":"::GIN","children":[{"name":"::Extract","children":[{"name":"::Delegate","children":[],"data":{"$area":0},"id":"n9328"}],"data":{"$area":0},"id":"n9327"},{"name":"::Driver","children":[],"data":{"$area":0},"id":"n9329"}],"data":{"$area":0},"id":"n9326"}],"data":{"$area":0},"id":"n9325"},{"name":"::Catalyst","children":[{"name":"::Engine","children":[],"data":{"$area":0},"id":"n9331"},{"name":"::Component","children":[{"name":"::ApplicationAttribute","children":[],"data":{"$area":0},"id":"n9333"}],"data":{"$area":0},"id":"n9332"},{"name":"::Model","children":[{"name":"::KiokuDB","children":[],"data":{"$area":0},"id":"n9335"}],"data":{"$area":0},"id":"n9334"},{"name":"::Response","children":[],"data":{"$area":0},"id":"n9336"},{"name":"::EngineLoader","children":[],"data":{"$area":0},"id":"n9337"},{"name":"::Controller","children":[],"data":{"$area":0},"id":"n9338"},{"name":"::Utils","children":[],"data":{"$area":0},"id":"n9339"},{"name":"::Plugin","children":[{"name":"::Static","children":[{"name":"::Simple","children":[],"data":{"$area":0},"id":"n9342"}],"data":{"$area":0},"id":"n9341"}],"data":{"$area":0},"id":"n9340"},{"name":"::Exception","children":[{"name":"::Go","children":[],"data":{"$area":0},"id":"n9344"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9345"},{"name":"::Detach","children":[],"data":{"$area":0},"id":"n9346"},{"name":"::Basic","children":[],"data":{"$area":0},"id":"n9347"},{"name":"::Interface","children":[],"data":{"$area":0},"id":"n9348"}],"data":{"$area":0},"id":"n9343"},{"name":"::DispatchType","children":[{"name":"::Index","children":[],"data":{"$area":0},"id":"n9350"}],"data":{"$area":0},"id":"n9349"},{"name":"::Action","children":[],"data":{"$area":0},"id":"n9351"},{"name":"::Request","children":[],"data":{"$area":0},"id":"n9352"},{"name":"::Stats","children":[],"data":{"$area":0},"id":"n9353"},{"name":"::Dispatcher","children":[],"data":{"$area":0},"id":"n9354"}],"data":{"$area":0},"id":"n9330"},{"name":"::stemmaweb","children":[{"name":"::Controller","children":[{"name":"::Root","children":[],"data":{"$area":0},"id":"n9357"},{"name":"::Relation","children":[],"data":{"$area":0},"id":"n9358"},{"name":"::Microservice","children":[],"data":{"$area":0},"id":"n9359"},{"name":"::Stexaminer","children":[],"data":{"$area":0},"id":"n9360"}],"data":{"$area":0},"id":"n9356"}],"data":{"$area":0},"id":"n9355"},{"name":"::Data","children":[{"name":"::Stream","children":[{"name":"::Bulk","children":[{"name":"::Filter","children":[],"data":{"$area":0},"id":"n9364"},{"name":"::Array","children":[],"data":{"$area":0},"id":"n9365"},{"name":"::Nil","children":[],"data":{"$area":0},"id":"n9366"},{"name":"::Chunked","children":[],"data":{"$area":0},"id":"n9367"},{"name":"::DoneFlag","children":[],"data":{"$area":0},"id":"n9368"},{"name":"::Util","children":[],"data":{"$area":0},"id":"n9369"},{"name":"::DBI","children":[],"data":{"$area":0},"id":"n9370"},{"name":"::Cat","children":[],"data":{"$area":0},"id":"n9371"}],"data":{"$area":0},"id":"n9363"}],"data":{"$area":0},"id":"n9362"},{"name":"::Visitor","children":[{"name":"::Callback","children":[],"data":{"$area":0},"id":"n9373"}],"data":{"$area":0},"id":"n9372"}],"data":{"$area":0},"id":"n9361"},{"name":"::Devel","children":[{"name":"::PartialDump","children":[],"data":{"$area":0},"id":"n9375"}],"data":{"$area":0},"id":"n9374"},{"name":"::MooseX","children":[{"name":"::OneArgNew","children":[],"data":{"$area":0},"id":"n9377"},{"name":"::Traits","children":[],"data":{"$area":0},"id":"n9378"},{"name":"::Role","children":[{"name":"::WithOverloading","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"::Application","children":[{"name":"::ToRole","children":[],"data":{"$area":0},"id":"n9384"},{"name":"::FixOverloadedRefs","children":[],"data":{"$area":0},"id":"n9385"},{"name":"::ToClass","children":[],"data":{"$area":0},"id":"n9386"},{"name":"::ToInstance","children":[],"data":{"$area":0},"id":"n9387"},{"name":"::Composite","children":[{"name":"::ToRole","children":[],"data":{"$area":0},"id":"n9389"},{"name":"::ToClass","children":[],"data":{"$area":0},"id":"n9390"},{"name":"::ToInstance","children":[],"data":{"$area":0},"id":"n9391"}],"data":{"$area":0},"id":"n9388"}],"data":{"$area":0},"id":"n9383"},{"name":"::Composite","children":[],"data":{"$area":0},"id":"n9392"}],"data":{"$area":0},"id":"n9382"}],"data":{"$area":0},"id":"n9381"}],"data":{"$area":0},"id":"n9380"}],"data":{"$area":0},"id":"n9379"},{"name":"::MethodAttributes","children":[{"name":"::Role","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"::Application","children":[],"data":{"$area":0},"id":"n9397"}],"data":{"$area":0},"id":"n9396"},{"name":"::Method","children":[{"name":"::Wrapped","children":[],"data":{"$area":0},"id":"n9399"},{"name":"::MaybeWrapped","children":[],"data":{"$area":0},"id":"n9400"}],"data":{"$area":0},"id":"n9398"},{"name":"::Class","children":[],"data":{"$area":0},"id":"n9401"},{"name":"::Map","children":[],"data":{"$area":0},"id":"n9402"}],"data":{"$area":0},"id":"n9395"},{"name":"::AttrContainer","children":[{"name":"::Inheritable","children":[],"data":{"$area":0},"id":"n9404"}],"data":{"$area":0},"id":"n9403"}],"data":{"$area":0},"id":"n9394"},{"name":"::Inheritable","children":[],"data":{"$area":0},"id":"n9405"}],"data":{"$area":0},"id":"n9393"},{"name":"::Clone","children":[{"name":"::Meta","children":[{"name":"::Attribute","children":[{"name":"::Trait","children":[{"name":"::StrableClone","children":[],"data":{"$area":0},"id":"n9410"},{"name":"::Copy","children":[],"data":{"$area":0},"id":"n9411"},{"name":"::Clone","children":[{"name":"::Base","children":[],"data":{"$area":0},"id":"n9413"},{"name":"::Std","children":[],"data":{"$area":0},"id":"n9414"}],"data":{"$area":0},"id":"n9412"},{"name":"::NoClone","children":[],"data":{"$area":0},"id":"n9415"}],"data":{"$area":0},"id":"n9409"}],"data":{"$area":0},"id":"n9408"}],"data":{"$area":0},"id":"n9407"}],"data":{"$area":0},"id":"n9406"},{"name":"::StrictConstructor","children":[{"name":"::Trait","children":[{"name":"::Method","children":[{"name":"::Constructor","children":[],"data":{"$area":0},"id":"n9419"}],"data":{"$area":0},"id":"n9418"},{"name":"::Class","children":[],"data":{"$area":0},"id":"n9420"}],"data":{"$area":0},"id":"n9417"}],"data":{"$area":0},"id":"n9416"},{"name":"::Types","children":[{"name":"::CheckedUtilExports","children":[],"data":{"$area":0},"id":"n9422"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9423"},{"name":"::Moose","children":[],"data":{"$area":0},"id":"n9424"}],"data":{"$area":0},"id":"n9421"}],"data":{"$area":0},"id":"n9376"}],"data":{"$area":0},"id":"n9193"}],"data":{"$area":0.123599699999888},"id":"n9174"}],"data":{"$area":0.128418399999894},"id":"n9163"},{"name":"version","children":[{"name":"(bool","children":[],"data":{"tip":"<p><b>version::(bool</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"version::(bool","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"9426-version::(bool"},{"name":"(cmp","children":[],"data":{"tip":"<p><b>version::(cmp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"version::(cmp","$color":8,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9427-version::(cmp"}],"data":{"$area":1.14e-05},"id":"n9425"},{"name":"Module","children":[{"name":"::Pluggable","children":[{"name":"::Object","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"Module::Pluggable::Object::BEGIN@7","$color":10,"excl_time":8.99999999994236e-06,"$area":8.99999999994236e-06},"id":"9431-Module::Pluggable::Object::BEGIN@7"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Module/Pluggable/Object.pm:281]","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Pluggable/Object.pm:281]</b></p><p><br />Called 28 times from 2 places in 1 file<br />Inclusive time: 233&micro;s, 0.00%<br />Exclusive time: 189&micro;s, 0.00%</p>","incl_time":0.0002333,"subname":"Module::Pluggable::Object::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Pluggable/Object.pm:281]","$color":10,"excl_time":0.000189000000008996,"$area":0.000189000000008996},"id":"9432-Module::Pluggable::Object::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Pluggable/Object.pm:281]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.39ms, 0.01%<br />Exclusive time: 6.19ms, 0.01%</p>","incl_time":0.0063949,"subname":"Module::Pluggable::Object::BEGIN@4","$color":10,"excl_time":0.00619450000000023,"$area":0.00619450000000023},"id":"9433-Module::Pluggable::Object::BEGIN@4"},{"name":"handle_finding_plugin","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::handle_finding_plugin</b></p><p><br />Called 51 times from 2 places in 1 file<br />Inclusive time: 4.17ms, 0.01%<br />Exclusive time: 303&micro;s, 0.00%</p>","incl_time":0.004172,"subname":"Module::Pluggable::Object::handle_finding_plugin","$color":10,"excl_time":0.000303499999995285,"$area":0.000303499999995285},"id":"9434-Module::Pluggable::Object::handle_finding_plugin"},{"name":"handle_innerpackages","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::handle_innerpackages</b></p><p><br />Called 13 times from 2 places in 1 file<br />Inclusive time: 2.47ms, 0.00%<br />Exclusive time: 182&micro;s, 0.00%</p>","incl_time":0.0024671,"subname":"Module::Pluggable::Object::handle_innerpackages","$color":10,"excl_time":0.000181500000001333,"$area":0.000181500000001333},"id":"9435-Module::Pluggable::Object::handle_innerpackages"},{"name":"_is_legit","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::_is_legit</b></p><p><br />Called 93 times from 2 places in 1 file<br />Inclusive time: 475&micro;s, 0.00%</p>","incl_time":0.0004751,"subname":"Module::Pluggable::Object::_is_legit","$color":10,"excl_time":0.0004751,"$area":0.0004751},"id":"9436-Module::Pluggable::Object::_is_legit"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:match</b></p><p><br />Called 244 times from 13 places in 1 file<br />Inclusive time: 293&micro;s, 0.00%</p>","incl_time":0.0002929,"subname":"Module::Pluggable::Object::CORE:match","$color":10,"excl_time":0.0002929,"$area":0.0002929},"id":"9437-Module::Pluggable::Object::CORE:match"},{"name":"CORE:readline","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:readline</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%</p>","incl_time":8.66e-05,"subname":"Module::Pluggable::Object::CORE:readline","$color":10,"excl_time":8.66e-05,"$area":8.66e-05},"id":"9438-Module::Pluggable::Object::CORE:readline"},{"name":"_require","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::_require</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 3.63ms, 0.01%<br />Exclusive time: 2.68ms, 0.00%</p>","incl_time":0.0036254,"subname":"Module::Pluggable::Object::_require","$color":10,"excl_time":0.00268200000000029,"$area":0.00268200000000029},"id":"9439-Module::Pluggable::Object::_require"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:qr</b></p><p><br />Called 44 times from 2 places in 1 file<br />Inclusive time: 69&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"Module::Pluggable::Object::CORE:qr","$color":10,"excl_time":6.88e-05,"$area":6.88e-05},"id":"9440-Module::Pluggable::Object::CORE:qr"},{"name":"plugins","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::plugins</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 18.1ms, 0.03%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.0181065,"subname":"Module::Pluggable::Object::plugins","$color":10,"excl_time":0.000284100000004426,"$area":0.000284100000004426},"id":"9441-Module::Pluggable::Object::plugins"},{"name":"search_paths","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::search_paths</b></p><p><br />Called 39 times from 1 place in 1 file<br />Inclusive time: 16.1ms, 0.02%<br />Exclusive time: 1.89ms, 0.00%</p>","incl_time":0.0160935,"subname":"Module::Pluggable::Object::search_paths","$color":10,"excl_time":0.00188549999999734,"$area":0.00188549999999734},"id":"9442-Module::Pluggable::Object::search_paths"},{"name":"new","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::new</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"Module::Pluggable::Object::new","$color":10,"excl_time":2.84e-05,"$area":2.84e-05},"id":"9443-Module::Pluggable::Object::new"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"Module::Pluggable::Object::BEGIN@5","$color":10,"excl_time":1.1800000000013e-05,"$area":1.1800000000013e-05},"id":"9444-Module::Pluggable::Object::BEGIN@5"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:subst</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Module::Pluggable::Object::CORE:subst","$color":10,"excl_time":5.7e-06,"$area":5.7e-06},"id":"9445-Module::Pluggable::Object::CORE:subst"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Module::Pluggable::Object::BEGIN@8","$color":10,"excl_time":1.16999999998911e-05,"$area":1.16999999998911e-05},"id":"9446-Module::Pluggable::Object::BEGIN@8"},{"name":"CORE:ftis","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:ftis</b></p><p><br />Called 104 times from 1 place in 1 file<br />Inclusive time: 301&micro;s, 0.00%</p>","incl_time":0.000301299999999999,"subname":"Module::Pluggable::Object::CORE:ftis","$color":10,"excl_time":0.000301299999999999,"$area":0.000301299999999999},"id":"9447-Module::Pluggable::Object::CORE:ftis"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:regcomp</b></p><p><br />Called 62 times from 3 places in 1 file<br />Inclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0002181,"subname":"Module::Pluggable::Object::CORE:regcomp","$color":10,"excl_time":0.0002181,"$area":0.0002181},"id":"9448-Module::Pluggable::Object::CORE:regcomp"},{"name":"_setup_exceptions","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::_setup_exceptions</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Module::Pluggable::Object::_setup_exceptions","$color":10,"excl_time":3.63e-05,"$area":3.63e-05},"id":"9449-Module::Pluggable::Object::_setup_exceptions"},{"name":"find_files","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::find_files</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0015182,"subname":"Module::Pluggable::Object::find_files","$color":10,"excl_time":8.9600000000331e-05,"$area":8.9600000000331e-05},"id":"9450-Module::Pluggable::Object::find_files"},{"name":"search_directories","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::search_directories</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 16.3ms, 0.02%<br />Exclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0162687,"subname":"Module::Pluggable::Object::search_directories","$color":10,"excl_time":0.000175199999999795,"$area":0.000175199999999795},"id":"9451-Module::Pluggable::Object::search_directories"},{"name":"_is_editor_junk","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::_is_editor_junk</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 163&micro;s, 0.00%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0001631,"subname":"Module::Pluggable::Object::_is_editor_junk","$color":10,"excl_time":0.00014470000000258,"$area":0.00014470000000258},"id":"9452-Module::Pluggable::Object::_is_editor_junk"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Module::Pluggable::Object::BEGIN@9","$color":10,"excl_time":1.01999999999751e-05,"$area":1.01999999999751e-05},"id":"9453-Module::Pluggable::Object::BEGIN@9"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:ftdir</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"Module::Pluggable::Object::CORE:ftdir","$color":10,"excl_time":2e-06,"$area":2e-06},"id":"9454-Module::Pluggable::Object::CORE:ftdir"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 688&micro;s, 0.00%<br />Exclusive time: 444&micro;s, 0.00%</p>","incl_time":0.0006881,"subname":"Module::Pluggable::Object::BEGIN@6","$color":10,"excl_time":0.000443500000000627,"$area":0.000443500000000627},"id":"9455-Module::Pluggable::Object::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Module::Pluggable::Object::BEGIN@3","$color":10,"excl_time":1.72000000000141e-05,"$area":1.72000000000141e-05},"id":"9456-Module::Pluggable::Object::BEGIN@3"},{"name":"CORE:close","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:close</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%</p>","incl_time":8.39e-05,"subname":"Module::Pluggable::Object::CORE:close","$color":10,"excl_time":8.39e-05,"$area":8.39e-05},"id":"9457-Module::Pluggable::Object::CORE:close"},{"name":"CORE:open","children":[],"data":{"tip":"<p><b>Module::Pluggable::Object::CORE:open</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 179&micro;s, 0.00%</p>","incl_time":0.0001794,"subname":"Module::Pluggable::Object::CORE:open","$color":10,"excl_time":0.0001794,"$area":0.0001794},"id":"9458-Module::Pluggable::Object::CORE:open"}],"data":{"$area":0.0144115000000111},"id":"n9430"}],"data":{"$area":0.0144115000000111},"id":"n9429"},{"name":"::Runtime","children":[{"name":"import","children":[],"data":{"tip":"<p><b>Module::Runtime::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":4.4e-05,"subname":"Module::Runtime::import","$color":1,"excl_time":4.14999999999836e-05,"$area":4.14999999999836e-05},"id":"9460-Module::Runtime::import"},{"name":"BEGIN@2.19","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@2.19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Module::Runtime::BEGIN@2.19","$color":1,"excl_time":8.19999999981596e-06,"$area":8.19999999981596e-06},"id":"9461-Module::Runtime::BEGIN@2.19"},{"name":"BEGIN@289","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@289</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Module::Runtime::BEGIN@289","$color":1,"excl_time":8.2e-06,"$area":8.2e-06},"id":"9462-Module::Runtime::BEGIN@289"},{"name":"check_module_name","children":[],"data":{"tip":"<p><b>Module::Runtime::check_module_name</b></p><p><br />Called 2714 times from 4 places in 2 files<br />Inclusive time: 40.8ms, 0.06%<br />Exclusive time: 8.02ms, 0.01%</p>","incl_time":0.0407923000000002,"subname":"Module::Runtime::check_module_name","$color":1,"excl_time":0.00802110000001543,"$area":0.00802110000001543},"id":"9463-Module::Runtime::check_module_name"},{"name":"_is_string","children":[],"data":{"tip":"<p><b>Module::Runtime::_is_string</b></p><p><br />Called 2714 times from 1 place in 1 file<br />Inclusive time: 6.90ms, 0.01%</p>","incl_time":0.00689729999999997,"subname":"Module::Runtime::_is_string","$color":1,"excl_time":0.00689729999999997,"$area":0.00689729999999997},"id":"9464-Module::Runtime::_is_string"},{"name":"BEGIN@120","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@120</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Module::Runtime::BEGIN@120","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"9465-Module::Runtime::BEGIN@120"},{"name":"BEGIN@1.20","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@1.20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Module::Runtime::BEGIN@1.20","$color":1,"excl_time":1.73999999996744e-05,"$area":1.73999999996744e-05},"id":"9466-Module::Runtime::BEGIN@1.20"},{"name":"BEGIN@296","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@296</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Module::Runtime::BEGIN@296","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"9467-Module::Runtime::BEGIN@296"},{"name":"BEGIN@1.18","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@1.18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Module::Runtime::BEGIN@1.18","$color":1,"excl_time":1.51000000001884e-05,"$area":1.51000000001884e-05},"id":"9468-Module::Runtime::BEGIN@1.18"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Module::Runtime::CORE:regcomp</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 72&micro;s, 0.00%</p>","incl_time":7.15e-05,"subname":"Module::Runtime::CORE:regcomp","$color":1,"excl_time":7.15e-05,"$area":7.15e-05},"id":"9469-Module::Runtime::CORE:regcomp"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Module::Runtime::BEGIN@1","$color":1,"excl_time":1.62999999999549e-05,"$area":1.62999999999549e-05},"id":"9470-Module::Runtime::BEGIN@1"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Module::Runtime::CORE:subst</b></p><p><br />Called 282 times from 1 place in 1 file<br />Inclusive time: 1.07ms, 0.00%</p>","incl_time":0.0010663,"subname":"Module::Runtime::CORE:subst","$color":1,"excl_time":0.0010663,"$area":0.0010663},"id":"9471-Module::Runtime::CORE:subst"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Module::Runtime::CORE:qr</b></p><p><br />Called 6 times from 6 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Module::Runtime::CORE:qr","$color":1,"excl_time":7.6e-06,"$area":7.6e-06},"id":"9472-Module::Runtime::CORE:qr"},{"name":"BEGIN@2.21","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@2.21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Module::Runtime::BEGIN@2.21","$color":1,"excl_time":9.49999999986285e-06,"$area":9.49999999986285e-06},"id":"9473-Module::Runtime::BEGIN@2.21"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Module::Runtime::CORE:match</b></p><p><br />Called 2719 times from 2 places in 1 file<br />Inclusive time: 10.5ms, 0.01%</p>","incl_time":0.0105403,"subname":"Module::Runtime::CORE:match","$color":1,"excl_time":0.0105403,"$area":0.0105403},"id":"9474-Module::Runtime::CORE:match"},{"name":"is_module_name","children":[],"data":{"tip":"<p><b>Module::Runtime::is_module_name</b></p><p><br />Called 2714 times from 1 place in 1 file<br />Inclusive time: 32.8ms, 0.05%<br />Exclusive time: 15.3ms, 0.02%</p>","incl_time":0.0327712,"subname":"Module::Runtime::is_module_name","$color":1,"excl_time":0.0153229000000151,"$area":0.0153229000000151},"id":"9475-Module::Runtime::is_module_name"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Module::Runtime::BEGIN@2","$color":1,"excl_time":8.50000000028393e-06,"$area":8.50000000028393e-06},"id":"9476-Module::Runtime::BEGIN@2"},{"name":"require_module","children":[],"data":{"tip":"<p><b>Module::Runtime::require_module</b></p><p><br />Called 138 times from 2 places in 2 files<br />Inclusive time: 3.06s, 4.32%<br />Exclusive time: 92.3ms, 0.13%<br />Recursion: max depth 6, recursive inclusive time 1.34s</p>","incl_time":3.0618331,"subname":"Module::Runtime::require_module","$color":1,"excl_time":0.0923383999999833,"$area":0.0923383999999833},"id":"9477-Module::Runtime::require_module"},{"name":"module_notional_filename","children":[],"data":{"tip":"<p><b>Module::Runtime::module_notional_filename</b></p><p><br />Called 282 times from 4 places in 2 files<br />Inclusive time: 6.28ms, 0.01%<br />Exclusive time: 1.99ms, 0.00%</p>","incl_time":0.0062773,"subname":"Module::Runtime::module_notional_filename","$color":1,"excl_time":0.00199480000000198,"$area":0.00199480000000198},"id":"9478-Module::Runtime::module_notional_filename"},{"name":"BEGIN@116","children":[],"data":{"tip":"<p><b>Module::Runtime::BEGIN@116</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Module::Runtime::BEGIN@116","$color":1,"excl_time":1.88e-05,"$area":1.88e-05},"id":"9479-Module::Runtime::BEGIN@116"}],"data":{"$area":0.136411500000016},"id":"n9459"},{"name":"::Implementation","children":[{"name":"_copy_symbols","children":[],"data":{"tip":"<p><b>Module::Implementation::_copy_symbols</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Module::Implementation::_copy_symbols","$color":3,"excl_time":1.43000000000014e-05,"$area":1.43000000000014e-05},"id":"9481-Module::Implementation::_copy_symbols"},{"name":"BEGIN@114","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@114</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Module::Implementation::BEGIN@114","$color":3,"excl_time":9.30000000000563e-06,"$area":9.30000000000563e-06},"id":"9482-Module::Implementation::BEGIN@114"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Module::Implementation::CORE:subst</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Module::Implementation::CORE:subst","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"9483-Module::Implementation::CORE:subst"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 726&micro;s, 0.00%<br />Exclusive time: 556&micro;s, 0.00%</p>","incl_time":0.0007255,"subname":"Module::Implementation::BEGIN@10","$color":3,"excl_time":0.000556200000000003,"$area":0.000556200000000003},"id":"9484-Module::Implementation::BEGIN@10"},{"name":"_build_loader","children":[],"data":{"tip":"<p><b>Module::Implementation::_build_loader</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"Module::Implementation::_build_loader","$color":3,"excl_time":1.67999999999989e-05,"$area":1.67999999999989e-05},"id":"9485-Module::Implementation::_build_loader"},{"name":"build_loader_sub","children":[],"data":{"tip":"<p><b>Module::Implementation::build_loader_sub</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Module::Implementation::build_loader_sub","$color":3,"excl_time":6.3000000000015e-06,"$area":6.3000000000015e-06},"id":"9486-Module::Implementation::build_loader_sub"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Module::Implementation::BEGIN@7","$color":3,"excl_time":7.79999999999975e-06,"$area":7.79999999999975e-06},"id":"9487-Module::Implementation::BEGIN@7"},{"name":"_load_implementation","children":[],"data":{"tip":"<p><b>Module::Implementation::_load_implementation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 638&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0006384,"subname":"Module::Implementation::_load_implementation","$color":3,"excl_time":1.82000000000126e-05,"$area":1.82000000000126e-05},"id":"9488-Module::Implementation::_load_implementation"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Module::Implementation::BEGIN@6","$color":3,"excl_time":1.45999999999965e-05,"$area":1.45999999999965e-05},"id":"9489-Module::Implementation::BEGIN@6"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:44]","children":[],"data":{"tip":"<p><b>Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:44]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 667&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0006672,"subname":"Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:44]","$color":3,"excl_time":1.31000000000092e-05,"$area":1.31000000000092e-05},"id":"9490-Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:44]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:87]","children":[],"data":{"tip":"<p><b>Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:87]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 590&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0005899,"subname":"Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:87]","$color":3,"excl_time":7.00000000000266e-06,"$area":7.00000000000266e-06},"id":"9491-Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:87]"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.43ms, 0.00%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.0014338,"subname":"Module::Implementation::BEGIN@9","$color":3,"excl_time":0.00130419999999999,"$area":0.00130419999999999},"id":"9492-Module::Implementation::BEGIN@9"},{"name":"BEGIN@113","children":[],"data":{"tip":"<p><b>Module::Implementation::BEGIN@113</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"Module::Implementation::BEGIN@113","$color":3,"excl_time":1.30000000000023e-05,"$area":1.30000000000023e-05},"id":"9493-Module::Implementation::BEGIN@113"}],"data":{"$area":0.00198610000000003},"id":"n9480"},{"name":"::Load","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Module::Load::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Module::Load::BEGIN@6","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9495-Module::Load::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Module::Load::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Module::Load::BEGIN@5","$color":5,"excl_time":1.35000000000371e-05,"$area":1.35000000000371e-05},"id":"9496-Module::Load::BEGIN@5"},{"name":"import","children":[],"data":{"tip":"<p><b>Module::Load::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Module::Load::import","$color":5,"excl_time":1.16999999999195e-05,"$area":1.16999999999195e-05},"id":"9497-Module::Load::import"},{"name":"_who","children":[],"data":{"tip":"<p><b>Module::Load::_who</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Module::Load::_who","$color":5,"excl_time":7.1e-06,"$area":7.1e-06},"id":"9498-Module::Load::_who"},{"name":"_to_file","children":[],"data":{"tip":"<p><b>Module::Load::_to_file</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.14e-05,"subname":"Module::Load::_to_file","$color":5,"excl_time":1.39999999999237e-05,"$area":1.39999999999237e-05},"id":"9499-Module::Load::_to_file"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Module::Load::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Module::Load::BEGIN@11","$color":5,"excl_time":6.60000000008664e-06,"$area":6.60000000008664e-06},"id":"9500-Module::Load::BEGIN@11"},{"name":"load","children":[],"data":{"tip":"<p><b>Module::Load::load</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23.0ms, 0.03%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0229802,"subname":"Module::Load::load","$color":5,"excl_time":0.00108459999999943,"$area":0.00108459999999943},"id":"9501-Module::Load::load"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Module::Load::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Module::Load::BEGIN@37","$color":5,"excl_time":6.59999999999288e-06,"$area":6.59999999999288e-06},"id":"9502-Module::Load::BEGIN@37"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Module::Load::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Module::Load::CORE:match","$color":5,"excl_time":1.9e-06,"$area":1.9e-06},"id":"9503-Module::Load::CORE:match"},{"name":"_is_file","children":[],"data":{"tip":"<p><b>Module::Load::_is_file</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Module::Load::_is_file","$color":5,"excl_time":7.90000000000088e-06,"$area":7.90000000000088e-06},"id":"9504-Module::Load::_is_file"}],"data":{"$area":0.00115759999999939},"id":"n9494"}],"data":{"$area":0.153966700000026},"id":"n9428"},{"name":"common","children":[{"name":"::sense","children":[{"name":"import","children":[],"data":{"tip":"<p><b>common::sense::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"common::sense::import","$color":7,"excl_time":1.82e-05,"$area":1.82e-05},"id":"9507-common::sense::import"}],"data":{"$area":1.82e-05},"id":"n9506"}],"data":{"$area":1.82e-05},"id":"n9505"},{"name":"constant","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>constant::CORE:match</b></p><p><br />Called 208 times from 1 place in 1 file<br />Inclusive time: 457&micro;s, 0.00%</p>","incl_time":0.0004569,"subname":"constant::CORE:match","$color":9,"excl_time":0.0004569,"$area":0.0004569},"id":"9509-constant::CORE:match"},{"name":"BEGIN@114","children":[],"data":{"tip":"<p><b>constant::BEGIN@114</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"constant::BEGIN@114","$color":9,"excl_time":1.00000000000016e-05,"$area":1.00000000000016e-05},"id":"9510-constant::BEGIN@114"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>constant::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.2e-05,"subname":"constant::BEGIN@4","$color":9,"excl_time":7.39999999999935e-06,"$area":7.39999999999935e-06},"id":"9511-constant::BEGIN@4"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>constant::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"constant::BEGIN@52","$color":9,"excl_time":6.7999999999996e-06,"$area":6.7999999999996e-06},"id":"9512-constant::BEGIN@52"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>constant::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"constant::BEGIN@25","$color":9,"excl_time":1.05e-05,"$area":1.05e-05},"id":"9513-constant::BEGIN@25"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>constant::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"constant::BEGIN@3","$color":9,"excl_time":8.50000000000166e-06,"$area":8.50000000000166e-06},"id":"9514-constant::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>constant::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"constant::BEGIN@6","$color":9,"excl_time":6.90000000000119e-06,"$area":6.90000000000119e-06},"id":"9515-constant::BEGIN@6"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>constant::CORE:qr</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"constant::CORE:qr","$color":9,"excl_time":8.1e-06,"$area":8.1e-06},"id":"9516-constant::CORE:qr"},{"name":"__ANON__[/opt/local/lib/perl5/5.14.2/constant.pm:142]","children":[],"data":{"tip":"<p><b>constant::__ANON__[/opt/local/lib/perl5/5.14.2/constant.pm:142]</b></p><p><br />Called 134 times from 13 places in 2 files<br />Inclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0002073,"subname":"constant::__ANON__[/opt/local/lib/perl5/5.14.2/constant.pm:142]","$color":9,"excl_time":0.0002073,"$area":0.0002073},"id":"9517-constant::__ANON__[/opt/local/lib/perl5/5.14.2/constant.pm:142]"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>constant::CORE:regcomp</b></p><p><br />Called 211 times from 4 places in 1 file<br />Inclusive time: 318&micro;s, 0.00%</p>","incl_time":0.0003184,"subname":"constant::CORE:regcomp","$color":9,"excl_time":0.0003184,"$area":0.0003184},"id":"9518-constant::CORE:regcomp"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>constant::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"constant::BEGIN@29","$color":9,"excl_time":6.7000000000005e-06,"$area":6.7000000000005e-06},"id":"9519-constant::BEGIN@29"},{"name":"import","children":[],"data":{"tip":"<p><b>constant::import</b></p><p><br />Called 188 times from 188 places in 35 files<br />Inclusive time: 6.63ms, 0.01%<br />Exclusive time: 5.30ms, 0.01%</p>","incl_time":0.0066308,"subname":"constant::import","$color":9,"excl_time":0.00530429999998655,"$area":0.00530429999998655},"id":"9520-constant::import"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>constant::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"constant::BEGIN@2","$color":9,"excl_time":2.4e-05,"$area":2.4e-05},"id":"9521-constant::BEGIN@2"}],"data":{"$area":0.00637579999998655},"id":"n9508"},{"name":"Exporter","children":[{"name":"as_heavy","children":[],"data":{"tip":"<p><b>Exporter::as_heavy</b></p><p><br />Called 64 times from 4 places in 1 file<br />Inclusive time: 2.22ms, 0.00%<br />Exclusive time: 1.96ms, 0.00%</p>","incl_time":0.0022198,"subname":"Exporter::as_heavy","$color":0,"excl_time":0.00196259999999705,"$area":0.00196259999999705},"id":"9523-Exporter::as_heavy"},{"name":"export_tags","children":[],"data":{"tip":"<p><b>Exporter::export_tags</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Exporter::export_tags","$color":0,"excl_time":5.99999999999669e-06,"$area":5.99999999999669e-06},"id":"9524-Exporter::export_tags"},{"name":"import","children":[],"data":{"tip":"<p><b>Exporter::import</b></p><p><br />Called 560 times from 555 places in 299 files<br />Inclusive time: 30.3ms, 0.04%<br />Exclusive time: 22.4ms, 0.03%</p>","incl_time":0.0302753,"subname":"Exporter::import","$color":0,"excl_time":0.0224321000000097,"$area":0.0224321000000097},"id":"9525-Exporter::import"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Exporter::CORE:subst</b></p><p><br />Called 1161 times from 2 places in 1 file<br />Inclusive time: 495&micro;s, 0.00%</p>","incl_time":0.000495300000000002,"subname":"Exporter::CORE:subst","$color":0,"excl_time":0.000495300000000002,"$area":0.000495300000000002},"id":"9526-Exporter::CORE:subst"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Exporter::CORE:match</b></p><p><br />Called 2038 times from 2 places in 1 file<br />Inclusive time: 868&micro;s, 0.00%</p>","incl_time":0.000868200000000003,"subname":"Exporter::CORE:match","$color":0,"excl_time":0.000868200000000003,"$area":0.000868200000000003},"id":"9527-Exporter::CORE:match"},{"name":"export_to_level","children":[],"data":{"tip":"<p><b>Exporter::export_to_level</b></p><p><br />Called 19 times from 5 places in 5 files<br />Inclusive time: 1.78ms, 0.00%<br />Exclusive time: 118&micro;s, 0.00%</p>","incl_time":0.0017798,"subname":"Exporter::export_to_level","$color":0,"excl_time":0.000118399999999615,"$area":0.000118399999999615},"id":"9528-Exporter::export_to_level"},{"name":"export_ok_tags","children":[],"data":{"tip":"<p><b>Exporter::export_ok_tags</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"Exporter::export_ok_tags","$color":0,"excl_time":1.45999999998751e-05,"$area":1.45999999998751e-05},"id":"9529-Exporter::export_ok_tags"},{"name":"export","children":[],"data":{"tip":"<p><b>Exporter::export</b></p><p><br />Called 42 times from 5 places in 4 files<br />Inclusive time: 718&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.000718,"subname":"Exporter::export","$color":0,"excl_time":0.000208700000000818,"$area":0.000208700000000818},"id":"9530-Exporter::export"},{"name":"::Heavy","children":[{"name":"heavy_export_ok_tags","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export_ok_tags</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.63e-05,"subname":"Exporter::Heavy::heavy_export_ok_tags","$color":2,"excl_time":1.41999999999351e-05,"$area":1.41999999999351e-05},"id":"9532-Exporter::Heavy::heavy_export_ok_tags"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Exporter::Heavy::CORE:regcomp</b></p><p><br />Called 106 times from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.33000000000001e-05,"subname":"Exporter::Heavy::CORE:regcomp","$color":2,"excl_time":2.33000000000001e-05,"$area":2.33000000000001e-05},"id":"9533-Exporter::Heavy::CORE:regcomp"},{"name":"_push_tags","children":[],"data":{"tip":"<p><b>Exporter::Heavy::_push_tags</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 78&micro;s, 0.00%</p>","incl_time":7.77e-05,"subname":"Exporter::Heavy::_push_tags","$color":2,"excl_time":7.77e-05,"$area":7.77e-05},"id":"9534-Exporter::Heavy::_push_tags"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Exporter::Heavy::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Exporter::Heavy::BEGIN@3","$color":2,"excl_time":1.33999999999993e-05,"$area":1.33999999999993e-05},"id":"9535-Exporter::Heavy::BEGIN@3"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Exporter::Heavy::CORE:match</b></p><p><br />Called 175 times from 5 places in 1 file<br />Inclusive time: 74&micro;s, 0.00%</p>","incl_time":7.35e-05,"subname":"Exporter::Heavy::CORE:match","$color":2,"excl_time":7.35e-05,"$area":7.35e-05},"id":"9536-Exporter::Heavy::CORE:match"},{"name":"heavy_export_tags","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export_tags</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Exporter::Heavy::heavy_export_tags","$color":2,"excl_time":6.30000000000244e-06,"$area":6.30000000000244e-06},"id":"9537-Exporter::Heavy::heavy_export_tags"},{"name":"_rebuild_cache","children":[],"data":{"tip":"<p><b>Exporter::Heavy::_rebuild_cache</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 624&micro;s, 0.00%<br />Exclusive time: 582&micro;s, 0.00%</p>","incl_time":0.0006243,"subname":"Exporter::Heavy::_rebuild_cache","$color":2,"excl_time":0.000582000000008848,"$area":0.000582000000008848},"id":"9538-Exporter::Heavy::_rebuild_cache"},{"name":"heavy_export_to_level","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export_to_level</b></p><p><br />Called 19 times from 1 place in 1 file<br />Inclusive time: 2.41ms, 0.00%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.0024108,"subname":"Exporter::Heavy::heavy_export_to_level","$color":2,"excl_time":0.00021930000000039,"$area":0.00021930000000039},"id":"9539-Exporter::Heavy::heavy_export_to_level"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Exporter::Heavy::CORE:subst</b></p><p><br />Called 1851 times from 5 places in 1 file<br />Inclusive time: 1.03ms, 0.00%</p>","incl_time":0.00103089999999999,"subname":"Exporter::Heavy::CORE:subst","$color":2,"excl_time":0.00103089999999999,"$area":0.00103089999999999},"id":"9540-Exporter::Heavy::CORE:subst"},{"name":"BEGIN@197","children":[],"data":{"tip":"<p><b>Exporter::Heavy::BEGIN@197</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Exporter::Heavy::BEGIN@197","$color":2,"excl_time":9.19999999999841e-06,"$area":9.19999999999841e-06},"id":"9541-Exporter::Heavy::BEGIN@197"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Exporter::Heavy::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Exporter::Heavy::BEGIN@4","$color":2,"excl_time":6.09999999999972e-06,"$area":6.09999999999972e-06},"id":"9542-Exporter::Heavy::BEGIN@4"},{"name":"heavy_export","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export</b></p><p><br />Called 42 times from 1 place in 1 file<br />Inclusive time: 10.6ms, 0.01%<br />Exclusive time: 8.90ms, 0.01%</p>","incl_time":0.0106276,"subname":"Exporter::Heavy::heavy_export","$color":2,"excl_time":0.00890010000002776,"$area":0.00890010000002776},"id":"9543-Exporter::Heavy::heavy_export"}],"data":{"$area":0.0109560000000369},"id":"n9531"}],"data":{"$area":0.037061900000044},"id":"n9522"},{"name":"utf8","children":[{"name":"is_utf8","children":[],"data":{"tip":"<p><b>utf8::is_utf8</b></p><p><br />Called 219 times from 2 places in 2 files<br />Inclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0001962,"subname":"utf8::is_utf8","$color":4,"excl_time":0.0001962,"$area":0.0001962},"id":"9545-utf8::is_utf8"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>utf8::CORE:sort</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 381&micro;s, 0.00%</p>","incl_time":0.0003813,"subname":"utf8::CORE:sort","$color":4,"excl_time":0.0003813,"$area":0.0003813},"id":"9546-utf8::CORE:sort"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>utf8::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"utf8::BEGIN@3","$color":4,"excl_time":9.29999999992211e-06,"$area":9.29999999992211e-06},"id":"9547-utf8::BEGIN@3"},{"name":"SWASHNEW","children":[],"data":{"tip":"<p><b>utf8::SWASHNEW</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 48.8ms, 0.07%<br />Exclusive time: 41.5ms, 0.06%</p>","incl_time":0.0487584,"subname":"utf8::SWASHNEW","$color":4,"excl_time":0.041530600001095,"$area":0.041530600001095},"id":"9548-utf8::SWASHNEW"},{"name":"BEGIN@460","children":[],"data":{"tip":"<p><b>utf8::BEGIN@460</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"utf8::BEGIN@460","$color":4,"excl_time":9.80000000007514e-06,"$area":9.80000000007514e-06},"id":"9549-utf8::BEGIN@460"},{"name":"BEGIN@123","children":[],"data":{"tip":"<p><b>utf8::BEGIN@123</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"utf8::BEGIN@123","$color":4,"excl_time":7.39999999992299e-06,"$area":7.39999999992299e-06},"id":"9550-utf8::BEGIN@123"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>utf8::CORE:subst</b></p><p><br />Called 15 times from 5 places in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"utf8::CORE:subst","$color":4,"excl_time":2.39e-05,"$area":2.39e-05},"id":"9551-utf8::CORE:subst"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>utf8::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"utf8::BEGIN@2","$color":4,"excl_time":1.13000000000486e-05,"$area":1.13000000000486e-05},"id":"9552-utf8::BEGIN@2"},{"name":"BEGIN@147","children":[],"data":{"tip":"<p><b>utf8::BEGIN@147</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"utf8::BEGIN@147","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"9553-utf8::BEGIN@147"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>utf8::AUTOLOAD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.62ms, 0.00%<br />Exclusive time: 2.49ms, 0.00%</p>","incl_time":0.0026199,"subname":"utf8::AUTOLOAD","$color":4,"excl_time":0.00249379999999987,"$area":0.00249379999999987},"id":"9554-utf8::AUTOLOAD"},{"name":"downgrade","children":[],"data":{"tip":"<p><b>utf8::downgrade</b></p><p><br />Called 38 times from 4 places in 4 files<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"utf8::downgrade","$color":4,"excl_time":3.95e-05,"$area":3.95e-05},"id":"9555-utf8::downgrade"},{"name":"upgrade","children":[],"data":{"tip":"<p><b>utf8::upgrade</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"utf8::upgrade","$color":4,"excl_time":1.9e-06,"$area":1.9e-06},"id":"9556-utf8::upgrade"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>utf8::CORE:match</b></p><p><br />Called 8393 times from 8 places in 1 file<br />Inclusive time: 6.82ms, 0.01%</p>","incl_time":0.0068225999999999,"subname":"utf8::CORE:match","$color":4,"excl_time":0.0068225999999999,"$area":0.0068225999999999},"id":"9557-utf8::CORE:match"},{"name":"import","children":[],"data":{"tip":"<p><b>utf8::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"utf8::import","$color":4,"excl_time":1.31e-05,"$area":1.31e-05},"id":"9558-utf8::import"},{"name":"BEGIN@117","children":[],"data":{"tip":"<p><b>utf8::BEGIN@117</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"utf8::BEGIN@117","$color":4,"excl_time":9.89999999998312e-06,"$area":9.89999999998312e-06},"id":"9559-utf8::BEGIN@117"},{"name":"BEGIN@399","children":[],"data":{"tip":"<p><b>utf8::BEGIN@399</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"utf8::BEGIN@399","$color":4,"excl_time":8.89999999999375e-06,"$area":8.89999999999375e-06},"id":"9560-utf8::BEGIN@399"},{"name":"BEGIN@135","children":[],"data":{"tip":"<p><b>utf8::BEGIN@135</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"utf8::BEGIN@135","$color":4,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9561-utf8::BEGIN@135"}],"data":{"$area":0.0515692000010947},"id":"n9544"},{"name":"Carp","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Carp::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Carp::BEGIN@4","$color":6,"excl_time":7.19999999999988e-06,"$area":7.19999999999988e-06},"id":"9563-Carp::BEGIN@4"},{"name":"BEGIN@406","children":[],"data":{"tip":"<p><b>Carp::BEGIN@406</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Carp::BEGIN@406","$color":6,"excl_time":7.90000000000031e-06,"$area":7.90000000000031e-06},"id":"9564-Carp::BEGIN@406"},{"name":"_cgc","children":[],"data":{"tip":"<p><b>Carp::_cgc</b></p><p><br />Called 92 times from 3 places in 1 file<br />Inclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0001679,"subname":"Carp::_cgc","$color":6,"excl_time":0.0001679,"$area":0.0001679},"id":"9565-Carp::_cgc"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Carp::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Carp::BEGIN@8","$color":6,"excl_time":5.80000000000004e-06,"$area":5.80000000000004e-06},"id":"9566-Carp::BEGIN@8"},{"name":"croak","children":[],"data":{"tip":"<p><b>Carp::croak</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.13ms, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0021345,"subname":"Carp::croak","$color":6,"excl_time":2.31999999998506e-05,"$area":2.31999999998506e-05},"id":"9567-Carp::croak"},{"name":"short_error_loc","children":[],"data":{"tip":"<p><b>Carp::short_error_loc</b></p><p><br />Called 34 times from 2 places in 2 files<br />Inclusive time: 4.56ms, 0.01%<br />Exclusive time: 967&micro;s, 0.00%</p>","incl_time":0.0045636,"subname":"Carp::short_error_loc","$color":6,"excl_time":0.000966599999994376,"$area":0.000966599999994376},"id":"9568-Carp::short_error_loc"},{"name":"BEGIN@413","children":[],"data":{"tip":"<p><b>Carp::BEGIN@413</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Carp::BEGIN@413","$color":6,"excl_time":6.69999999999977e-06,"$area":6.69999999999977e-06},"id":"9569-Carp::BEGIN@413"},{"name":"BEGIN@105","children":[],"data":{"tip":"<p><b>Carp::BEGIN@105</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Carp::BEGIN@105","$color":6,"excl_time":1.08e-05,"$area":1.08e-05},"id":"9570-Carp::BEGIN@105"},{"name":"BEGIN@399","children":[],"data":{"tip":"<p><b>Carp::BEGIN@399</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Carp::BEGIN@399","$color":6,"excl_time":7.70000000000042e-06,"$area":7.70000000000042e-06},"id":"9571-Carp::BEGIN@399"},{"name":"BEGIN@398","children":[],"data":{"tip":"<p><b>Carp::BEGIN@398</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Carp::BEGIN@398","$color":6,"excl_time":9.4999999999997e-06,"$area":9.4999999999997e-06},"id":"9572-Carp::BEGIN@398"},{"name":"caller_info","children":[],"data":{"tip":"<p><b>Carp::caller_info</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 668&micro;s, 0.00%<br />Exclusive time: 162&micro;s, 0.00%</p>","incl_time":0.0006678,"subname":"Carp::caller_info","$color":6,"excl_time":0.000161900000000607,"$area":0.000161900000000607},"id":"9573-Carp::caller_info"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Carp::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Carp::BEGIN@3","$color":6,"excl_time":1.93e-05,"$area":1.93e-05},"id":"9574-Carp::BEGIN@3"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Carp::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Carp::BEGIN@18","$color":6,"excl_time":6.00000000000031e-06,"$area":6.00000000000031e-06},"id":"9575-Carp::BEGIN@18"},{"name":"trusts_directly","children":[],"data":{"tip":"<p><b>Carp::trusts_directly</b></p><p><br />Called 203 times from 1 place in 1 file<br />Inclusive time: 714&micro;s, 0.00%</p>","incl_time":0.0007138,"subname":"Carp::trusts_directly","$color":6,"excl_time":0.0007138,"$area":0.0007138},"id":"9576-Carp::trusts_directly"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Carp::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Carp::BEGIN@7","$color":6,"excl_time":7.4e-06,"$area":7.4e-06},"id":"9577-Carp::BEGIN@7"},{"name":"get_subname","children":[],"data":{"tip":"<p><b>Carp::get_subname</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Carp::get_subname","$color":6,"excl_time":1.39e-05,"$area":1.39e-05},"id":"9578-Carp::get_subname"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>Carp::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Carp::BEGIN@67","$color":6,"excl_time":6.00000000000041e-06,"$area":6.00000000000041e-06},"id":"9579-Carp::BEGIN@67"},{"name":"shortmess","children":[],"data":{"tip":"<p><b>Carp::shortmess</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.11ms, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0021113,"subname":"Carp::shortmess","$color":6,"excl_time":3.93000000008143e-05,"$area":3.93000000008143e-05},"id":"9580-Carp::shortmess"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Carp::CORE:match</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Carp::CORE:match","$color":6,"excl_time":1.58e-05,"$area":1.58e-05},"id":"9581-Carp::CORE:match"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Carp::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Carp::BEGIN@17","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"9582-Carp::BEGIN@17"},{"name":"ret_summary","children":[],"data":{"tip":"<p><b>Carp::ret_summary</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.27ms, 0.00%<br />Exclusive time: 604&micro;s, 0.00%</p>","incl_time":0.0012715,"subname":"Carp::ret_summary","$color":6,"excl_time":0.000603700000000448,"$area":0.000603700000000448},"id":"9583-Carp::ret_summary"},{"name":"trusts","children":[],"data":{"tip":"<p><b>Carp::trusts</b></p><p><br />Called 84 times from 2 places in 1 file<br />Inclusive time: 3.45ms, 0.00%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0034463,"subname":"Carp::trusts","$color":6,"excl_time":0.00146369999999306,"$area":0.00146369999999306},"id":"9584-Carp::trusts"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Carp::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Carp::BEGIN@5","$color":6,"excl_time":5.80000000000016e-06,"$area":5.80000000000016e-06},"id":"9585-Carp::BEGIN@5"},{"name":"format_arg","children":[],"data":{"tip":"<p><b>Carp::format_arg</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 487&micro;s, 0.00%<br />Exclusive time: 197&micro;s, 0.00%</p>","incl_time":0.0004869,"subname":"Carp::format_arg","$color":6,"excl_time":0.00019669999999976,"$area":0.00019669999999976},"id":"9586-Carp::format_arg"},{"name":"get_status","children":[],"data":{"tip":"<p><b>Carp::get_status</b></p><p><br />Called 219 times from 2 places in 1 file<br />Inclusive time: 1.98ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0019826,"subname":"Carp::get_status","$color":6,"excl_time":0.0012688000000049,"$area":0.0012688000000049},"id":"9587-Carp::get_status"},{"name":"shortmess_heavy","children":[],"data":{"tip":"<p><b>Carp::shortmess_heavy</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0020599,"subname":"Carp::shortmess_heavy","$color":6,"excl_time":3.34999999999054e-05,"$area":3.34999999999054e-05},"id":"9588-Carp::shortmess_heavy"},{"name":"str_len_trim","children":[],"data":{"tip":"<p><b>Carp::str_len_trim</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Carp::str_len_trim","$color":6,"excl_time":2.95e-05,"$area":2.95e-05},"id":"9589-Carp::str_len_trim"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Carp::CORE:subst</b></p><p><br />Called 24 times from 2 places in 1 file<br />Inclusive time: 85&micro;s, 0.00%</p>","incl_time":8.48e-05,"subname":"Carp::CORE:subst","$color":6,"excl_time":8.48e-05,"$area":8.48e-05},"id":"9590-Carp::CORE:subst"},{"name":"::Clan","children":[{"name":"import","children":[],"data":{"tip":"<p><b>Carp::Clan::import</b></p><p><br />Called 4 times from 4 places in 4 files<br />Inclusive time: 335&micro;s, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0003349,"subname":"Carp::Clan::import","$color":8,"excl_time":0.000270099999999913,"$area":0.000270099999999913},"id":"9592-Carp::Clan::import"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Carp::Clan::CORE:qr</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Carp::Clan::CORE:qr","$color":8,"excl_time":1.83e-05,"$area":1.83e-05},"id":"9593-Carp::Clan::CORE:qr"},{"name":"BEGIN@224","children":[],"data":{"tip":"<p><b>Carp::Clan::BEGIN@224</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Carp::Clan::BEGIN@224","$color":8,"excl_time":8.99999999997537e-06,"$area":8.99999999997537e-06},"id":"9594-Carp::Clan::BEGIN@224"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Carp::Clan::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Carp::Clan::BEGIN@18","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9595-Carp::Clan::BEGIN@18"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Carp::Clan::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.06e-05,"subname":"Carp::Clan::BEGIN@17","$color":8,"excl_time":7.40000000000452e-06,"$area":7.40000000000452e-06},"id":"9596-Carp::Clan::BEGIN@17"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Carp::Clan::CORE:regcomp</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Carp::Clan::CORE:regcomp","$color":8,"excl_time":3.64e-05,"$area":3.64e-05},"id":"9597-Carp::Clan::CORE:regcomp"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Carp::Clan::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Carp::Clan::CORE:match","$color":8,"excl_time":1.01e-05,"$area":1.01e-05},"id":"9598-Carp::Clan::CORE:match"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Carp::Clan::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Carp::Clan::BEGIN@16","$color":8,"excl_time":1.29999999999807e-05,"$area":1.29999999999807e-05},"id":"9599-Carp::Clan::BEGIN@16"}],"data":{"$area":0.000368099999999874},"id":"n9591"},{"name":"::Heavy","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Carp::Heavy::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Carp::Heavy::BEGIN@3","$color":10,"excl_time":9e-06,"$area":9e-06},"id":"9601-Carp::Heavy::BEGIN@3"}],"data":{"$area":9e-06},"id":"n9600"}],"data":{"$area":0.0062665999999936},"id":"n9562"},{"name":"SelectSaver","children":[{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>SelectSaver::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"SelectSaver::BEGIN@39","$color":1,"excl_time":7.50000000000091e-06,"$area":7.50000000000091e-06},"id":"9603-SelectSaver::BEGIN@39"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>SelectSaver::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"SelectSaver::BEGIN@38","$color":1,"excl_time":1.22000000000007e-05,"$area":1.22000000000007e-05},"id":"9604-SelectSaver::BEGIN@38"}],"data":{"$area":1.97000000000016e-05},"id":"n9602"},{"name":"EVERY","children":[{"name":"BEGIN@116","children":[],"data":{"tip":"<p><b>EVERY::BEGIN@116</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"EVERY::BEGIN@116","$color":3,"excl_time":8.39999999996987e-06,"$area":8.39999999996987e-06},"id":"9606-EVERY::BEGIN@116"},{"name":"BEGIN@137","children":[],"data":{"tip":"<p><b>EVERY::BEGIN@137</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"EVERY::BEGIN@137","$color":3,"excl_time":9.69999999995837e-06,"$area":9.69999999995837e-06},"id":"9607-EVERY::BEGIN@137"},{"name":"::ELSEWHERE","children":[{"name":"buildAUTOLOAD","children":[],"data":{"tip":"<p><b>EVERY::ELSEWHERE::buildAUTOLOAD</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"EVERY::ELSEWHERE::buildAUTOLOAD","$color":5,"excl_time":1.92e-05,"$area":1.92e-05},"id":"9609-EVERY::ELSEWHERE::buildAUTOLOAD"}],"data":{"$area":1.92e-05},"id":"n9608"}],"data":{"$area":3.72999999999282e-05},"id":"n9605"},{"name":"mro","children":[{"name":"import","children":[],"data":{"tip":"<p><b>mro::import</b></p><p><br />Called 7 times from 7 places in 7 files<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"mro::import","$color":7,"excl_time":4.19000000014529e-05,"$area":4.19000000014529e-05},"id":"9611-mro::import"},{"name":"get_mro","children":[],"data":{"tip":"<p><b>mro::get_mro</b></p><p><br />Called 320 times from 1 place in 1 file<br />Inclusive time: 730&micro;s, 0.00%</p>","incl_time":0.000730199999999999,"subname":"mro::get_mro","$color":7,"excl_time":0.000730199999999999,"$area":0.000730199999999999},"id":"9612-mro::get_mro"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>mro::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"mro::BEGIN@10","$color":7,"excl_time":1.22999999999946e-05,"$area":1.22999999999946e-05},"id":"9613-mro::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>mro::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"mro::BEGIN@11","$color":7,"excl_time":7.80000000000075e-06,"$area":7.80000000000075e-06},"id":"9614-mro::BEGIN@11"},{"name":"method_changed_in","children":[],"data":{"tip":"<p><b>mro::method_changed_in</b></p><p><br />Called 183 times from 1 place in 1 file<br />Inclusive time: 240&micro;s, 0.00%</p>","incl_time":0.0002399,"subname":"mro::method_changed_in","$color":7,"excl_time":0.0002399,"$area":0.0002399},"id":"9615-mro::method_changed_in"},{"name":"get_pkg_gen","children":[],"data":{"tip":"<p><b>mro::get_pkg_gen</b></p><p><br />Called 3512 times from 3 places in 2 files<br />Inclusive time: 5.41ms, 0.01%</p>","incl_time":0.00541490000000001,"subname":"mro::get_pkg_gen","$color":7,"excl_time":0.00541490000000001,"$area":0.00541490000000001},"id":"9616-mro::get_pkg_gen"},{"name":"get_linear_isa","children":[],"data":{"tip":"<p><b>mro::get_linear_isa</b></p><p><br />Called 3601 times from 6 places in 5 files<br />Inclusive time: 7.70ms, 0.01%</p>","incl_time":0.00770020000000003,"subname":"mro::get_linear_isa","$color":7,"excl_time":0.00770020000000003,"$area":0.00770020000000003},"id":"9617-mro::get_linear_isa"},{"name":"set_mro","children":[],"data":{"tip":"<p><b>mro::set_mro</b></p><p><br />Called 10 times from 3 places in 3 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"mro::set_mro","$color":7,"excl_time":2.8e-05,"$area":2.8e-05},"id":"9618-mro::set_mro"},{"name":"_nextcan","children":[],"data":{"tip":"<p><b>mro::_nextcan</b></p><p><br />Called 30 times from 2 places in 1 file<br />Inclusive time: 335&micro;s, 0.00%</p>","incl_time":0.0003347,"subname":"mro::_nextcan","$color":7,"excl_time":0.0003347,"$area":0.0003347},"id":"9619-mro::_nextcan"}],"data":{"$area":0.0145099000000015},"id":"n9610"},{"name":"AutoLoader","children":[{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"AutoLoader::BEGIN@30","$color":9,"excl_time":1.18999999999167e-05,"$area":1.18999999999167e-05},"id":"9621-AutoLoader::BEGIN@30"},{"name":"import","children":[],"data":{"tip":"<p><b>AutoLoader::import</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 721&micro;s, 0.00%<br />Exclusive time: 683&micro;s, 0.00%</p>","incl_time":0.0007211,"subname":"AutoLoader::import","$color":9,"excl_time":0.000682999999999959,"$area":0.000682999999999959},"id":"9622-AutoLoader::import"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:regcomp</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"AutoLoader::CORE:regcomp","$color":9,"excl_time":2.77e-05,"$area":2.77e-05},"id":"9623-AutoLoader::CORE:regcomp"},{"name":"BEGIN@186","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@186</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"AutoLoader::BEGIN@186","$color":9,"excl_time":1.30999999999495e-05,"$area":1.30999999999495e-05},"id":"9624-AutoLoader::BEGIN@186"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"AutoLoader::BEGIN@3","$color":9,"excl_time":2.00999999999434e-05,"$area":2.00999999999434e-05},"id":"9625-AutoLoader::BEGIN@3"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"AutoLoader::BEGIN@13","$color":9,"excl_time":1.07e-05,"$area":1.07e-05},"id":"9626-AutoLoader::BEGIN@13"},{"name":"CORE:fteread","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:fteread</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"AutoLoader::CORE:fteread","$color":9,"excl_time":1.1e-05,"$area":1.1e-05},"id":"9627-AutoLoader::CORE:fteread"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"AutoLoader::BEGIN@4","$color":9,"excl_time":3.32e-05,"$area":3.32e-05},"id":"9628-AutoLoader::BEGIN@4"},{"name":"find_filename","children":[],"data":{"tip":"<p><b>AutoLoader::find_filename</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"AutoLoader::find_filename","$color":9,"excl_time":3.42000000003298e-05,"$area":3.42000000003298e-05},"id":"9629-AutoLoader::find_filename"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>AutoLoader::AUTOLOAD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 618&micro;s, 0.00%<br />Exclusive time: 553&micro;s, 0.00%</p>","incl_time":0.0006178,"subname":"AutoLoader::AUTOLOAD","$color":9,"excl_time":0.000552599999999902,"$area":0.000552599999999902},"id":"9630-AutoLoader::AUTOLOAD"},{"name":"BEGIN@138","children":[],"data":{"tip":"<p><b>AutoLoader::BEGIN@138</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"AutoLoader::BEGIN@138","$color":9,"excl_time":1.2499999999961e-05,"$area":1.2499999999961e-05},"id":"9631-AutoLoader::BEGIN@138"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:substcont</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"AutoLoader::CORE:substcont","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9632-AutoLoader::CORE:substcont"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:match</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"AutoLoader::CORE:match","$color":9,"excl_time":8.8e-06,"$area":8.8e-06},"id":"9633-AutoLoader::CORE:match"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:subst</b></p><p><br />Called 6 times from 4 places in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"AutoLoader::CORE:subst","$color":9,"excl_time":1.75e-05,"$area":1.75e-05},"id":"9634-AutoLoader::CORE:subst"}],"data":{"$area":0.00144039999999996},"id":"n9620"},{"name":"Package","children":[{"name":"::DeprecationManager","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Package::DeprecationManager::BEGIN@9","$color":0,"excl_time":6.89999999999975e-06,"$area":6.89999999999975e-06},"id":"9637-Package::DeprecationManager::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.01ms, 0.00%<br />Exclusive time: 498&micro;s, 0.00%</p>","incl_time":0.0010073,"subname":"Package::DeprecationManager::BEGIN@10","$color":0,"excl_time":0.000498199999999988,"$area":0.000498199999999988},"id":"9638-Package::DeprecationManager::BEGIN@10"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Package::DeprecationManager::BEGIN@6","$color":0,"excl_time":1.33000000000056e-05,"$area":1.33000000000056e-05},"id":"9639-Package::DeprecationManager::BEGIN@6"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.15e-05,"subname":"Package::DeprecationManager::BEGIN@11","$color":0,"excl_time":9.99999999999788e-06,"$area":9.99999999999788e-06},"id":"9640-Package::DeprecationManager::BEGIN@11"},{"name":"_build_import","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::_build_import</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Package::DeprecationManager::_build_import","$color":0,"excl_time":1.84e-05,"$area":1.84e-05},"id":"9641-Package::DeprecationManager::_build_import"},{"name":"import","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 398&micro;s, 0.00%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0003981,"subname":"Package::DeprecationManager::import","$color":0,"excl_time":8.839999999999e-05,"$area":8.839999999999e-05},"id":"9642-Package::DeprecationManager::import"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Package::DeprecationManager::BEGIN@12","$color":0,"excl_time":8.6000000000065e-06,"$area":8.6000000000065e-06},"id":"9643-Package::DeprecationManager::BEGIN@12"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Package::DeprecationManager::BEGIN@7","$color":0,"excl_time":6.70000000000075e-06,"$area":6.70000000000075e-06},"id":"9644-Package::DeprecationManager::BEGIN@7"},{"name":"_build_warn","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::_build_warn</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Package::DeprecationManager::_build_warn","$color":0,"excl_time":2.76e-05,"$area":2.76e-05},"id":"9645-Package::DeprecationManager::_build_warn"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]","children":[],"data":{"tip":"<p><b>Package::DeprecationManager::__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]</b></p><p><br />Called 7 times from 7 places in 7 files<br />Inclusive time: 57&micro;s, 0.00%</p>","incl_time":5.7e-05,"subname":"Package::DeprecationManager::__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]","$color":0,"excl_time":5.7e-05,"$area":5.7e-05},"id":"9646-Package::DeprecationManager::__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]"}],"data":{"$area":0.000735099999999988},"id":"n9636"},{"name":"::Stash","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Package::Stash::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Package::Stash::BEGIN@5","$color":2,"excl_time":1.26000000000028e-05,"$area":1.26000000000028e-05},"id":"9648-Package::Stash::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Package::Stash::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Package::Stash::BEGIN@6","$color":2,"excl_time":6.9000000000065e-06,"$area":6.9000000000065e-06},"id":"9649-Package::Stash::BEGIN@6"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Package::Stash::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001302,"subname":"Package::Stash::BEGIN@48","$color":2,"excl_time":1.2100000000004e-05,"$area":1.2100000000004e-05},"id":"9650-Package::Stash::BEGIN@48"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Package::Stash::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 713&micro;s, 0.00%<br />Exclusive time: 257&micro;s, 0.00%</p>","incl_time":0.0007127,"subname":"Package::Stash::BEGIN@11","$color":2,"excl_time":0.000257300000000019,"$area":0.000257300000000019},"id":"9651-Package::Stash::BEGIN@11"},{"name":"::XS","children":[{"name":"remove_symbol","children":[],"data":{"tip":"<p><b>Package::Stash::XS::remove_symbol</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Package::Stash::XS::remove_symbol","$color":4,"excl_time":4.04000000004878e-05,"$area":4.04000000004878e-05},"id":"9653-Package::Stash::XS::remove_symbol"},{"name":"name","children":[],"data":{"tip":"<p><b>Package::Stash::XS::name</b></p><p><br />Called 7652 times from 12 places in 3 files<br />Inclusive time: 4.51ms, 0.01%</p>","incl_time":0.00451099999999999,"subname":"Package::Stash::XS::name","$color":4,"excl_time":0.00451099999999999,"$area":0.00451099999999999},"id":"9654-Package::Stash::XS::name"},{"name":"get_symbol","children":[],"data":{"tip":"<p><b>Package::Stash::XS::get_symbol</b></p><p><br />Called 24171 times from 5 places in 2 files<br />Inclusive time: 90.3ms, 0.13%<br />Exclusive time: 76.3ms, 0.11%</p>","incl_time":0.0903463,"subname":"Package::Stash::XS::get_symbol","$color":4,"excl_time":0.076286500002095,"$area":0.076286500002095},"id":"9655-Package::Stash::XS::get_symbol"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Package::Stash::XS::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Package::Stash::XS::BEGIN@2","$color":4,"excl_time":8.8e-06,"$area":8.8e-06},"id":"9656-Package::Stash::XS::BEGIN@2"},{"name":"has_symbol","children":[],"data":{"tip":"<p><b>Package::Stash::XS::has_symbol</b></p><p><br />Called 7001 times from 3 places in 2 files<br />Inclusive time: 27.4ms, 0.04%<br />Exclusive time: 22.5ms, 0.03%</p>","incl_time":0.0273622000000003,"subname":"Package::Stash::XS::has_symbol","$color":4,"excl_time":0.0224740000005979,"$area":0.0224740000005979},"id":"9657-Package::Stash::XS::has_symbol"},{"name":"list_all_symbols","children":[],"data":{"tip":"<p><b>Package::Stash::XS::list_all_symbols</b></p><p><br />Called 326 times from 2 places in 2 files<br />Inclusive time: 3.83ms, 0.01%<br />Exclusive time: 2.85ms, 0.00%</p>","incl_time":0.003827,"subname":"Package::Stash::XS::list_all_symbols","$color":4,"excl_time":0.00284649999999642,"$area":0.00284649999999642},"id":"9658-Package::Stash::XS::list_all_symbols"},{"name":"add_symbol","children":[],"data":{"tip":"<p><b>Package::Stash::XS::add_symbol</b></p><p><br />Called 6179 times from 4 places in 3 files<br />Inclusive time: 65.0ms, 0.09%<br />Exclusive time: 61.4ms, 0.09%</p>","incl_time":0.0650331,"subname":"Package::Stash::XS::add_symbol","$color":4,"excl_time":0.0613809000004073,"$area":0.0613809000004073},"id":"9659-Package::Stash::XS::add_symbol"},{"name":"new","children":[],"data":{"tip":"<p><b>Package::Stash::XS::new</b></p><p><br />Called 1263 times from 8 places in 3 files<br />Inclusive time: 9.11ms, 0.01%</p>","incl_time":0.0091104,"subname":"Package::Stash::XS::new","$color":4,"excl_time":0.0091104,"$area":0.0091104},"id":"9660-Package::Stash::XS::new"},{"name":"get_all_symbols","children":[],"data":{"tip":"<p><b>Package::Stash::XS::get_all_symbols</b></p><p><br />Called 28 times from 2 places in 2 files<br />Inclusive time: 379&micro;s, 0.00%<br />Exclusive time: 351&micro;s, 0.00%</p>","incl_time":0.0003788,"subname":"Package::Stash::XS::get_all_symbols","$color":4,"excl_time":0.000351300000002429,"$area":0.000351300000002429},"id":"9661-Package::Stash::XS::get_all_symbols"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Package::Stash::XS::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Package::Stash::XS::BEGIN@6","$color":4,"excl_time":5.9999999999955e-06,"$area":5.9999999999955e-06},"id":"9662-Package::Stash::XS::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Package::Stash::XS::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Package::Stash::XS::BEGIN@9","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9663-Package::Stash::XS::BEGIN@9"},{"name":"get_or_add_symbol","children":[],"data":{"tip":"<p><b>Package::Stash::XS::get_or_add_symbol</b></p><p><br />Called 1439 times from 1 place in 1 file<br />Inclusive time: 9.85ms, 0.01%<br />Exclusive time: 7.37ms, 0.01%</p>","incl_time":0.00984869999999996,"subname":"Package::Stash::XS::get_or_add_symbol","$color":4,"excl_time":0.00736960000002507,"$area":0.00736960000002507},"id":"9664-Package::Stash::XS::get_or_add_symbol"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Package::Stash::XS::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Package::Stash::XS::BEGIN@5","$color":4,"excl_time":7.0999999999975e-06,"$area":7.0999999999975e-06},"id":"9665-Package::Stash::XS::BEGIN@5"},{"name":"remove_glob","children":[],"data":{"tip":"<p><b>Package::Stash::XS::remove_glob</b></p><p><br />Called 2780 times from 1 place in 1 file<br />Inclusive time: 9.32ms, 0.01%<br />Exclusive time: 8.10ms, 0.01%</p>","incl_time":0.00931750000000017,"subname":"Package::Stash::XS::remove_glob","$color":4,"excl_time":0.00810330000027288,"$area":0.00810330000027288},"id":"9666-Package::Stash::XS::remove_glob"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Package::Stash::XS::namespace</b></p><p><br />Called 41343 times from 17 places in 3 files<br />Inclusive time: 27.9ms, 0.04%<br />Exclusive time: 27.1ms, 0.04%</p>","incl_time":0.0278684999999993,"subname":"Package::Stash::XS::namespace","$color":4,"excl_time":0.027128100000087,"$area":0.027128100000087},"id":"9667-Package::Stash::XS::namespace"}],"data":{"$area":0.219628400003484},"id":"n9652"}],"data":{"$area":0.219917300003485},"id":"n9647"}],"data":{"$area":0.220652400003485},"id":"n9635"},{"name":"PPI","children":[{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>PPI::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.36ms, 0.00%<br />Exclusive time: 3.02ms, 0.00%</p>","incl_time":0.0033593,"subname":"PPI::BEGIN@28","$color":6,"excl_time":0.00301719999999966,"$area":0.00301719999999966},"id":"9669-PPI::BEGIN@28"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>PPI::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.01ms, 0.00%<br />Exclusive time: 606&micro;s, 0.00%</p>","incl_time":0.0020097,"subname":"PPI::BEGIN@17","$color":6,"excl_time":0.000605700000000261,"$area":0.000605700000000261},"id":"9670-PPI::BEGIN@17"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>PPI::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::BEGIN@10","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9671-PPI::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"PPI::CORE:match","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"9672-PPI::CORE:match"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>PPI::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.5ms, 0.04%<br />Exclusive time: 2.18ms, 0.00%</p>","incl_time":0.0304623,"subname":"PPI::BEGIN@20","$color":6,"excl_time":0.00217609999999963,"$area":0.00217609999999963},"id":"9673-PPI::BEGIN@20"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>PPI::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.72e-05,"subname":"PPI::BEGIN@9","$color":6,"excl_time":8.99999999999175e-06,"$area":8.99999999999175e-06},"id":"9674-PPI::BEGIN@9"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>PPI::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 511&micro;s, 0.00%<br />Exclusive time: 385&micro;s, 0.00%</p>","incl_time":0.0005112,"subname":"PPI::BEGIN@24","$color":6,"excl_time":0.000384600000000023,"$area":0.000384600000000023},"id":"9675-PPI::BEGIN@24"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>PPI::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.67ms, 0.00%<br />Exclusive time: 787&micro;s, 0.00%</p>","incl_time":0.0016713,"subname":"PPI::BEGIN@27","$color":6,"excl_time":0.000787399999999952,"$area":0.000787399999999952},"id":"9676-PPI::BEGIN@27"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::BEGIN@6","$color":6,"excl_time":1.00999999998974e-05,"$area":1.00999999998974e-05},"id":"9677-PPI::BEGIN@6"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>PPI::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.36ms, 0.01%<br />Exclusive time: 2.80ms, 0.00%</p>","incl_time":0.0093624,"subname":"PPI::BEGIN@21","$color":6,"excl_time":0.00280069999999978,"$area":0.00280069999999978},"id":"9678-PPI::BEGIN@21"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>PPI::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.34ms, 0.01%<br />Exclusive time: 3.26ms, 0.00%</p>","incl_time":0.0043374,"subname":"PPI::BEGIN@23","$color":6,"excl_time":0.00326299999999975,"$area":0.00326299999999975},"id":"9679-PPI::BEGIN@23"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>PPI::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.93ms, 0.01%<br />Exclusive time: 2.54ms, 0.00%</p>","incl_time":0.0059336,"subname":"PPI::BEGIN@19","$color":6,"excl_time":0.002536,"$area":0.002536},"id":"9680-PPI::BEGIN@19"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>PPI::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"PPI::BEGIN@5","$color":6,"excl_time":2.6e-05,"$area":2.6e-05},"id":"9681-PPI::BEGIN@5"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>PPI::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.23ms, 0.00%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0012303,"subname":"PPI::BEGIN@26","$color":6,"excl_time":0.00103499999999966,"$area":0.00103499999999966},"id":"9682-PPI::BEGIN@26"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>PPI::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 474&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.000474,"subname":"PPI::BEGIN@18","$color":6,"excl_time":0.000388199999999864,"$area":0.000388199999999864},"id":"9683-PPI::BEGIN@18"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>PPI::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.65ms, 0.01%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0036492,"subname":"PPI::BEGIN@22","$color":6,"excl_time":0.00102570000000011,"$area":0.00102570000000011},"id":"9684-PPI::BEGIN@22"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.46ms, 0.01%<br />Exclusive time: 4.08ms, 0.01%</p>","incl_time":0.0044616,"subname":"PPI::BEGIN@29","$color":6,"excl_time":0.0040794,"$area":0.0040794},"id":"9685-PPI::BEGIN@29"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>PPI::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"PPI::BEGIN@25","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"9686-PPI::BEGIN@25"},{"name":"::Document","children":[{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Document::new</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 9.66ms, 0.01%<br />Exclusive time: 335&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 438&micro;s</p>","incl_time":0.0096635,"subname":"PPI::Document::new","$color":8,"excl_time":0.00033519999999723,"$area":0.00033519999999723},"id":"9688-PPI::Document::new"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Document::BEGIN@68","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9689-PPI::Document::BEGIN@68"},{"name":"BEGIN@95","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@95</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"PPI::Document::BEGIN@95","$color":8,"excl_time":5.90000000010602e-06,"$area":5.90000000010602e-06},"id":"9690-PPI::Document::BEGIN@95"},{"name":"BEGIN@79","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@79</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"PPI::Document::BEGIN@79","$color":8,"excl_time":7.10000000003163e-06,"$area":7.10000000003163e-06},"id":"9691-PPI::Document::BEGIN@79"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 321&micro;s, 0.00%<br />Exclusive time: 208&micro;s, 0.00%</p>","incl_time":0.0003213,"subname":"PPI::Document::BEGIN@74","$color":8,"excl_time":0.000208000000000239,"$area":0.000208000000000239},"id":"9692-PPI::Document::BEGIN@74"},{"name":"BEGIN@92","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@92</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"PPI::Document::BEGIN@92","$color":8,"excl_time":9.29999999991662e-06,"$area":9.29999999991662e-06},"id":"9693-PPI::Document::BEGIN@92"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"PPI::Document::BEGIN@70","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"9694-PPI::Document::BEGIN@70"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"PPI::Document::BEGIN@66","$color":8,"excl_time":1.61000000000716e-05,"$area":1.61000000000716e-05},"id":"9695-PPI::Document::BEGIN@66"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Document::BEGIN@67","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9696-PPI::Document::BEGIN@67"},{"name":"BEGIN@96","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@96</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"PPI::Document::BEGIN@96","$color":8,"excl_time":5.89999999996625e-06,"$area":5.89999999996625e-06},"id":"9697-PPI::Document::BEGIN@96"},{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@80</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"PPI::Document::BEGIN@80","$color":8,"excl_time":1.03e-05,"$area":1.03e-05},"id":"9698-PPI::Document::BEGIN@80"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"PPI::Document::BEGIN@71","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"9699-PPI::Document::BEGIN@71"},{"name":"BEGIN@76","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@76</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.99e-05,"subname":"PPI::Document::BEGIN@76","$color":8,"excl_time":1.52000000000369e-05,"$area":1.52000000000369e-05},"id":"9700-PPI::Document::BEGIN@76"},{"name":"BEGIN@93","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@93</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"PPI::Document::BEGIN@93","$color":8,"excl_time":6.39999999989636e-06,"$area":6.39999999989636e-06},"id":"9701-PPI::Document::BEGIN@93"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 312&micro;s, 0.00%<br />Exclusive time: 237&micro;s, 0.00%</p>","incl_time":0.000312,"subname":"PPI::Document::BEGIN@86","$color":8,"excl_time":0.000236500000000105,"$area":0.000236500000000105},"id":"9702-PPI::Document::BEGIN@86"},{"name":"BEGIN@72","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@72</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"PPI::Document::BEGIN@72","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"9703-PPI::Document::BEGIN@72"},{"name":"BEGIN@77","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@77</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"PPI::Document::BEGIN@77","$color":8,"excl_time":8.19999999990786e-06,"$area":8.19999999990786e-06},"id":"9704-PPI::Document::BEGIN@77"},{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"PPI::Document::BEGIN@73","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"9705-PPI::Document::BEGIN@73"},{"name":"BEGIN@94","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@94</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"PPI::Document::BEGIN@94","$color":8,"excl_time":5.80000000002463e-06,"$area":5.80000000002463e-06},"id":"9706-PPI::Document::BEGIN@94"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>PPI::Document::BEGIN@69</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"PPI::Document::BEGIN@69","$color":8,"excl_time":7.00000000000425e-06,"$area":7.00000000000425e-06},"id":"9707-PPI::Document::BEGIN@69"},{"name":"_setattr","children":[],"data":{"tip":"<p><b>PPI::Document::_setattr</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"PPI::Document::_setattr","$color":8,"excl_time":3.48e-05,"$area":3.48e-05},"id":"9708-PPI::Document::_setattr"},{"name":"::File","children":[{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Document::File::BEGIN@26","$color":10,"excl_time":9.6e-06,"$area":9.6e-06},"id":"9710-PPI::Document::File::BEGIN@26"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Document::File::BEGIN@21","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9711-PPI::Document::File::BEGIN@21"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"PPI::Document::File::BEGIN@20","$color":10,"excl_time":1.66000000000017e-05,"$area":1.66000000000017e-05},"id":"9712-PPI::Document::File::BEGIN@20"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Document::File::BEGIN@23","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9713-PPI::Document::File::BEGIN@23"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"PPI::Document::File::BEGIN@25","$color":10,"excl_time":7.99999999999275e-06,"$area":7.99999999999275e-06},"id":"9714-PPI::Document::File::BEGIN@25"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>PPI::Document::File::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"PPI::Document::File::BEGIN@22","$color":10,"excl_time":9.6000000001104e-06,"$area":9.6000000001104e-06},"id":"9715-PPI::Document::File::BEGIN@22"}],"data":{"$area":5.11000000001049e-05},"id":"n9709"},{"name":"::Fragment","children":[{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>PPI::Document::Fragment::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Document::Fragment::BEGIN@22","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9717-PPI::Document::Fragment::BEGIN@22"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>PPI::Document::Fragment::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"PPI::Document::Fragment::BEGIN@24","$color":1,"excl_time":1.03999999999565e-05,"$area":1.03999999999565e-05},"id":"9718-PPI::Document::Fragment::BEGIN@24"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>PPI::Document::Fragment::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Document::Fragment::BEGIN@25","$color":1,"excl_time":9.6e-06,"$area":9.6e-06},"id":"9719-PPI::Document::Fragment::BEGIN@25"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>PPI::Document::Fragment::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"PPI::Document::Fragment::BEGIN@21","$color":1,"excl_time":1.56000000000133e-05,"$area":1.56000000000133e-05},"id":"9720-PPI::Document::Fragment::BEGIN@21"}],"data":{"$area":3.96999999999697e-05},"id":"n9716"},{"name":"::Normalized","children":[{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Document::Normalized::BEGIN@49","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9722-PPI::Document::Normalized::BEGIN@49"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Document::Normalized::BEGIN@46","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9723-PPI::Document::Normalized::BEGIN@46"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"PPI::Document::Normalized::BEGIN@45","$color":3,"excl_time":7.00000000002288e-06,"$area":7.00000000002288e-06},"id":"9724-PPI::Document::Normalized::BEGIN@45"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"PPI::Document::Normalized::BEGIN@54","$color":3,"excl_time":6.50000000005739e-06,"$area":6.50000000005739e-06},"id":"9725-PPI::Document::Normalized::BEGIN@54"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"PPI::Document::Normalized::BEGIN@53","$color":3,"excl_time":1.2000000000083e-05,"$area":1.2000000000083e-05},"id":"9726-PPI::Document::Normalized::BEGIN@53"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"PPI::Document::Normalized::BEGIN@43","$color":3,"excl_time":1.44000000000831e-05,"$area":1.44000000000831e-05},"id":"9727-PPI::Document::Normalized::BEGIN@43"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"PPI::Document::Normalized::BEGIN@44","$color":3,"excl_time":9.59999999998125e-06,"$area":9.59999999998125e-06},"id":"9728-PPI::Document::Normalized::BEGIN@44"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Document::Normalized::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"PPI::Document::Normalized::BEGIN@48","$color":3,"excl_time":6.29999999997337e-06,"$area":6.29999999997337e-06},"id":"9729-PPI::Document::Normalized::BEGIN@48"}],"data":{"$area":6.3300000000201e-05},"id":"n9721"}],"data":{"$area":0.00108599999999781},"id":"n9687"},{"name":"::Util","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.18ms, 0.00%<br />Exclusive time: 811&micro;s, 0.00%</p>","incl_time":0.0011752,"subname":"PPI::Util::BEGIN@7","$color":5,"excl_time":0.000811299999999806,"$area":0.000811299999999806},"id":"9731-PPI::Util::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"PPI::Util::BEGIN@10","$color":5,"excl_time":7.19999999991399e-06,"$area":7.19999999991399e-06},"id":"9732-PPI::Util::BEGIN@10"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.62e-05,"subname":"PPI::Util::BEGIN@18","$color":5,"excl_time":9.60000000010328e-06,"$area":9.60000000010328e-06},"id":"9733-PPI::Util::BEGIN@18"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"PPI::Util::BEGIN@11","$color":5,"excl_time":1.02e-05,"$area":1.02e-05},"id":"9734-PPI::Util::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Util::BEGIN@6","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9735-PPI::Util::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"PPI::Util::BEGIN@5","$color":5,"excl_time":1.53000000000831e-05,"$area":1.53000000000831e-05},"id":"9736-PPI::Util::BEGIN@5"},{"name":"TRUE","children":[],"data":{"tip":"<p><b>PPI::Util::TRUE</b></p><p><br />Called 279 times from 17 places in 8 files<br />Inclusive time: 177&micro;s, 0.00%</p>","incl_time":0.0001769,"subname":"PPI::Util::TRUE","$color":5,"excl_time":0.0001769,"$area":0.0001769},"id":"9737-PPI::Util::TRUE"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"PPI::Util::BEGIN@22","$color":5,"excl_time":7.90000000003701e-06,"$area":7.90000000003701e-06},"id":"9738-PPI::Util::BEGIN@22"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>PPI::Util::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"PPI::Util::BEGIN@8","$color":5,"excl_time":1.18999999999494e-05,"$area":1.18999999999494e-05},"id":"9739-PPI::Util::BEGIN@8"}],"data":{"$area":0.00105399999999989},"id":"n9730"},{"name":"::Token","children":[{"name":"::ArrayIndex","children":[{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::ArrayIndex::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"PPI::Token::ArrayIndex::BEGIN@33","$color":7,"excl_time":9.9e-06,"$area":9.9e-06},"id":"9742-PPI::Token::ArrayIndex::BEGIN@33"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::ArrayIndex::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"PPI::Token::ArrayIndex::BEGIN@29","$color":7,"excl_time":1.60000000000371e-05,"$area":1.60000000000371e-05},"id":"9743-PPI::Token::ArrayIndex::BEGIN@29"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::ArrayIndex::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"PPI::Token::ArrayIndex::BEGIN@30","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9744-PPI::Token::ArrayIndex::BEGIN@30"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::ArrayIndex::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.02e-05,"subname":"PPI::Token::ArrayIndex::BEGIN@32","$color":7,"excl_time":8.29999999996087e-06,"$area":8.29999999996087e-06},"id":"9745-PPI::Token::ArrayIndex::BEGIN@32"}],"data":{"$area":3.9099999999998e-05},"id":"n9741"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 502&micro;s, 0.00%<br />Exclusive time: 416&micro;s, 0.00%</p>","incl_time":0.0005016,"subname":"PPI::Token::BEGIN@40","$color":9,"excl_time":0.000415600000000192,"$area":0.000415600000000192},"id":"9746-PPI::Token::BEGIN@40"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.92ms, 0.00%<br />Exclusive time: 1.68ms, 0.00%</p>","incl_time":0.0019184,"subname":"PPI::Token::BEGIN@39","$color":9,"excl_time":0.00167930000000006,"$area":0.00167930000000006},"id":"9747-PPI::Token::BEGIN@39"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0015422,"subname":"PPI::Token::BEGIN@49","$color":9,"excl_time":0.0014205,"$area":0.0014205},"id":"9748-PPI::Token::BEGIN@49"},{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 715&micro;s, 0.00%<br />Exclusive time: 632&micro;s, 0.00%</p>","incl_time":0.0007153,"subname":"PPI::Token::BEGIN@73","$color":9,"excl_time":0.00063199999999977,"$area":0.00063199999999977},"id":"9749-PPI::Token::BEGIN@73"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.03e-05,"subname":"PPI::Token::BEGIN@24","$color":9,"excl_time":9.6000000000864e-06,"$area":9.6000000000864e-06},"id":"9750-PPI::Token::BEGIN@24"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 261&micro;s, 0.00%<br />Exclusive time: 188&micro;s, 0.00%</p>","incl_time":0.0002614,"subname":"PPI::Token::BEGIN@59","$color":9,"excl_time":0.00018789999999994,"$area":0.00018789999999994},"id":"9751-PPI::Token::BEGIN@59"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::CORE:match</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"PPI::Token::CORE:match","$color":9,"excl_time":2.71e-05,"$area":2.71e-05},"id":"9752-PPI::Token::CORE:match"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 853&micro;s, 0.00%<br />Exclusive time: 724&micro;s, 0.00%</p>","incl_time":0.0008526,"subname":"PPI::Token::BEGIN@68","$color":9,"excl_time":0.000723600000000176,"$area":0.000723600000000176},"id":"9753-PPI::Token::BEGIN@68"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 511&micro;s, 0.00%<br />Exclusive time: 396&micro;s, 0.00%</p>","incl_time":0.0005108,"subname":"PPI::Token::BEGIN@55","$color":9,"excl_time":0.000395700000000076,"$area":0.000395700000000076},"id":"9754-PPI::Token::BEGIN@55"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 273&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0002732,"subname":"PPI::Token::BEGIN@67","$color":9,"excl_time":0.000205399999999938,"$area":0.000205399999999938},"id":"9755-PPI::Token::BEGIN@67"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.46e-05,"subname":"PPI::Token::BEGIN@28","$color":9,"excl_time":9.1000000000139e-06,"$area":9.1000000000139e-06},"id":"9756-PPI::Token::BEGIN@28"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 640&micro;s, 0.00%<br />Exclusive time: 524&micro;s, 0.00%</p>","incl_time":0.0006402,"subname":"PPI::Token::BEGIN@41","$color":9,"excl_time":0.000523799999999983,"$area":0.000523799999999983},"id":"9757-PPI::Token::BEGIN@41"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 568&micro;s, 0.00%<br />Exclusive time: 487&micro;s, 0.00%</p>","incl_time":0.0005679,"subname":"PPI::Token::BEGIN@38","$color":9,"excl_time":0.000486600000000271,"$area":0.000486600000000271},"id":"9758-PPI::Token::BEGIN@38"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 485&micro;s, 0.00%<br />Exclusive time: 417&micro;s, 0.00%</p>","incl_time":0.0004852,"subname":"PPI::Token::BEGIN@46","$color":9,"excl_time":0.000416599999999693,"$area":0.000416599999999693},"id":"9759-PPI::Token::BEGIN@46"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"PPI::Token::BEGIN@23","$color":9,"excl_time":1.9100000000015e-05,"$area":1.9100000000015e-05},"id":"9760-PPI::Token::BEGIN@23"},{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Token::new</b></p><p><br />Called 49 times from 4 places in 3 files<br />Inclusive time: 1.04ms, 0.00%</p>","incl_time":0.0010351,"subname":"PPI::Token::new","$color":9,"excl_time":0.0010351,"$area":0.0010351},"id":"9761-PPI::Token::new"},{"name":"BEGIN@72","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@72</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.40ms, 0.00%<br />Exclusive time: 297&micro;s, 0.00%</p>","incl_time":0.0023956,"subname":"PPI::Token::BEGIN@72","$color":9,"excl_time":0.00029739999999995,"$area":0.00029739999999995},"id":"9762-PPI::Token::BEGIN@72"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 528&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0005285,"subname":"PPI::Token::BEGIN@58","$color":9,"excl_time":0.000201299999999917,"$area":0.000201299999999917},"id":"9763-PPI::Token::BEGIN@58"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 268&micro;s, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0002683,"subname":"PPI::Token::BEGIN@62","$color":9,"excl_time":0.000195999999999975,"$area":0.000195999999999975},"id":"9764-PPI::Token::BEGIN@62"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 370&micro;s, 0.00%<br />Exclusive time: 301&micro;s, 0.00%</p>","incl_time":0.0003703,"subname":"PPI::Token::BEGIN@45","$color":9,"excl_time":0.000301200000000067,"$area":0.000301200000000067},"id":"9765-PPI::Token::BEGIN@45"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 338&micro;s, 0.00%<br />Exclusive time: 265&micro;s, 0.00%</p>","incl_time":0.000338,"subname":"PPI::Token::BEGIN@61","$color":9,"excl_time":0.000265299999999963,"$area":0.000265299999999963},"id":"9766-PPI::Token::BEGIN@61"},{"name":"BEGIN@76","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@76</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Token::BEGIN@76","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9767-PPI::Token::BEGIN@76"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 564&micro;s, 0.00%<br />Exclusive time: 426&micro;s, 0.00%</p>","incl_time":0.0005635,"subname":"PPI::Token::BEGIN@66","$color":9,"excl_time":0.000425999999999876,"$area":0.000425999999999876},"id":"9768-PPI::Token::BEGIN@66"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.96ms, 0.00%<br />Exclusive time: 328&micro;s, 0.00%</p>","incl_time":0.0019623,"subname":"PPI::Token::BEGIN@54","$color":9,"excl_time":0.000327700000000181,"$area":0.000327700000000181},"id":"9769-PPI::Token::BEGIN@54"},{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 338&micro;s, 0.00%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0003384,"subname":"PPI::Token::BEGIN@57","$color":9,"excl_time":0.000260199999999861,"$area":0.000260199999999861},"id":"9770-PPI::Token::BEGIN@57"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::BEGIN@26","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9771-PPI::Token::BEGIN@26"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 303&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0003029,"subname":"PPI::Token::BEGIN@71","$color":9,"excl_time":0.000209499999999868,"$area":0.000209499999999868},"id":"9772-PPI::Token::BEGIN@71"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"PPI::Token::BEGIN@29","$color":9,"excl_time":2.86e-05,"$area":2.86e-05},"id":"9773-PPI::Token::BEGIN@29"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 391&micro;s, 0.00%<br />Exclusive time: 313&micro;s, 0.00%</p>","incl_time":0.0003906,"subname":"PPI::Token::BEGIN@50","$color":9,"excl_time":0.000312999999999989,"$area":0.000312999999999989},"id":"9774-PPI::Token::BEGIN@50"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 487&micro;s, 0.00%<br />Exclusive time: 419&micro;s, 0.00%</p>","incl_time":0.0004874,"subname":"PPI::Token::BEGIN@47","$color":9,"excl_time":0.000418899999999973,"$area":0.000418899999999973},"id":"9775-PPI::Token::BEGIN@47"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 326&micro;s, 0.00%<br />Exclusive time: 247&micro;s, 0.00%</p>","incl_time":0.0003261,"subname":"PPI::Token::BEGIN@65","$color":9,"excl_time":0.000246700000000048,"$area":0.000246700000000048},"id":"9776-PPI::Token::BEGIN@65"},{"name":"BEGIN@75","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@75</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 538&micro;s, 0.00%<br />Exclusive time: 468&micro;s, 0.00%</p>","incl_time":0.0005384,"subname":"PPI::Token::BEGIN@75","$color":9,"excl_time":0.000468399999999985,"$area":0.000468399999999985},"id":"9777-PPI::Token::BEGIN@75"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@69</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 267&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0002668,"subname":"PPI::Token::BEGIN@69","$color":9,"excl_time":0.000200800000000323,"$area":0.000200800000000323},"id":"9778-PPI::Token::BEGIN@69"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 384&micro;s, 0.00%<br />Exclusive time: 309&micro;s, 0.00%</p>","incl_time":0.0003841,"subname":"PPI::Token::BEGIN@60","$color":9,"excl_time":0.00030930000000007,"$area":0.00030930000000007},"id":"9779-PPI::Token::BEGIN@60"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.47ms, 0.00%<br />Exclusive time: 851&micro;s, 0.00%</p>","incl_time":0.0024663,"subname":"PPI::Token::BEGIN@53","$color":9,"excl_time":0.000850599999999892,"$area":0.000850599999999892},"id":"9780-PPI::Token::BEGIN@53"},{"name":"content","children":[],"data":{"tip":"<p><b>PPI::Token::content</b></p><p><br />Called 120 times from 14 places in 4 files<br />Inclusive time: 214&micro;s, 0.00%</p>","incl_time":0.0002142,"subname":"PPI::Token::content","$color":9,"excl_time":0.0002142,"$area":0.0002142},"id":"9781-PPI::Token::content"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 536&micro;s, 0.00%<br />Exclusive time: 469&micro;s, 0.00%</p>","incl_time":0.0005356,"subname":"PPI::Token::BEGIN@42","$color":9,"excl_time":0.000469099999999809,"$area":0.000469099999999809},"id":"9782-PPI::Token::BEGIN@42"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.21ms, 0.00%<br />Exclusive time: 1.10ms, 0.00%</p>","incl_time":0.0012085,"subname":"PPI::Token::BEGIN@51","$color":9,"excl_time":0.00110100000000007,"$area":0.00110100000000007},"id":"9783-PPI::Token::BEGIN@51"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 410&micro;s, 0.00%<br />Exclusive time: 304&micro;s, 0.00%</p>","incl_time":0.0004102,"subname":"PPI::Token::BEGIN@64","$color":9,"excl_time":0.000303699999999769,"$area":0.000303699999999769},"id":"9784-PPI::Token::BEGIN@64"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.19ms, 0.00%<br />Exclusive time: 275&micro;s, 0.00%</p>","incl_time":0.0021888,"subname":"PPI::Token::BEGIN@56","$color":9,"excl_time":0.000274800000000029,"$area":0.000274800000000029},"id":"9785-PPI::Token::BEGIN@56"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 750&micro;s, 0.00%<br />Exclusive time: 686&micro;s, 0.00%</p>","incl_time":0.0007498,"subname":"PPI::Token::BEGIN@70","$color":9,"excl_time":0.000685699999999878,"$area":0.000685699999999878},"id":"9786-PPI::Token::BEGIN@70"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 404&micro;s, 0.00%<br />Exclusive time: 331&micro;s, 0.00%</p>","incl_time":0.0004042,"subname":"PPI::Token::BEGIN@44","$color":9,"excl_time":0.000330500000000046,"$area":0.000330500000000046},"id":"9787-PPI::Token::BEGIN@44"},{"name":"set_class","children":[],"data":{"tip":"<p><b>PPI::Token::set_class</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 297&micro;s, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0002975,"subname":"PPI::Token::set_class","$color":9,"excl_time":0.00027039999999861,"$area":0.00027039999999861},"id":"9788-PPI::Token::set_class"},{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 656&micro;s, 0.00%<br />Exclusive time: 206&micro;s, 0.00%</p>","incl_time":0.0006558,"subname":"PPI::Token::BEGIN@63","$color":9,"excl_time":0.000205600000000044,"$area":0.000205600000000044},"id":"9789-PPI::Token::BEGIN@63"},{"name":"__LEXER__closes","children":[],"data":{"tip":"<p><b>PPI::Token::__LEXER__closes</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"PPI::Token::__LEXER__closes","$color":9,"excl_time":2.17e-05,"$area":2.17e-05},"id":"9790-PPI::Token::__LEXER__closes"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0003595,"subname":"PPI::Token::BEGIN@52","$color":9,"excl_time":0.000274000000000039,"$area":0.000274000000000039},"id":"9791-PPI::Token::BEGIN@52"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 396&micro;s, 0.00%<br />Exclusive time: 321&micro;s, 0.00%</p>","incl_time":0.0003956,"subname":"PPI::Token::BEGIN@74","$color":9,"excl_time":0.000320999999999964,"$area":0.000320999999999964},"id":"9792-PPI::Token::BEGIN@74"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 507&micro;s, 0.00%<br />Exclusive time: 438&micro;s, 0.00%</p>","incl_time":0.0005072,"subname":"PPI::Token::BEGIN@48","$color":9,"excl_time":0.000438499999999856,"$area":0.000438499999999856},"id":"9793-PPI::Token::BEGIN@48"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 473&micro;s, 0.00%<br />Exclusive time: 404&micro;s, 0.00%</p>","incl_time":0.0004728,"subname":"PPI::Token::BEGIN@43","$color":9,"excl_time":0.000404100000000078,"$area":0.000404100000000078},"id":"9794-PPI::Token::BEGIN@43"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>PPI::Token::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Token::BEGIN@25","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9795-PPI::Token::BEGIN@25"},{"name":"::Separator","children":[{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Separator::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"PPI::Token::Separator::BEGIN@39","$color":0,"excl_time":1.12e-05,"$area":1.12e-05},"id":"9797-PPI::Token::Separator::BEGIN@39"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Separator::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"PPI::Token::Separator::BEGIN@36","$color":0,"excl_time":4.4e-06,"$area":4.4e-06},"id":"9798-PPI::Token::Separator::BEGIN@36"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Separator::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"PPI::Token::Separator::BEGIN@35","$color":0,"excl_time":1.51999999999549e-05,"$area":1.51999999999549e-05},"id":"9799-PPI::Token::Separator::BEGIN@35"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::Separator::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"PPI::Token::Separator::BEGIN@38","$color":0,"excl_time":1.17000000000803e-05,"$area":1.17000000000803e-05},"id":"9800-PPI::Token::Separator::BEGIN@38"}],"data":{"$area":4.25000000000351e-05},"id":"n9796"},{"name":"::StringifiedWord","children":[{"name":"BEGIN@889","children":[],"data":{"tip":"<p><b>PPI::Token::StringifiedWord::BEGIN@889</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.50ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0045032,"subname":"PPI::Token::StringifiedWord::BEGIN@889","$color":2,"excl_time":9.30000000006013e-06,"$area":9.30000000006013e-06},"id":"9802-PPI::Token::StringifiedWord::BEGIN@889"},{"name":"BEGIN@897","children":[],"data":{"tip":"<p><b>PPI::Token::StringifiedWord::BEGIN@897</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001006,"subname":"PPI::Token::StringifiedWord::BEGIN@897","$color":2,"excl_time":9.99999999994826e-06,"$area":9.99999999994826e-06},"id":"9803-PPI::Token::StringifiedWord::BEGIN@897"},{"name":"BEGIN@887","children":[],"data":{"tip":"<p><b>PPI::Token::StringifiedWord::BEGIN@887</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"PPI::Token::StringifiedWord::BEGIN@887","$color":2,"excl_time":7.40000000005102e-06,"$area":7.40000000005102e-06},"id":"9804-PPI::Token::StringifiedWord::BEGIN@887"}],"data":{"$area":2.67000000000594e-05},"id":"n9801"},{"name":"::LexSymbol","children":[{"name":"BEGIN@876","children":[],"data":{"tip":"<p><b>PPI::Token::LexSymbol::BEGIN@876</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.49e-05,"subname":"PPI::Token::LexSymbol::BEGIN@876","$color":4,"excl_time":8.80000000019868e-06,"$area":8.80000000019868e-06},"id":"9806-PPI::Token::LexSymbol::BEGIN@876"}],"data":{"$area":8.80000000019868e-06},"id":"n9805"},{"name":"::Label","children":[{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Label::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"PPI::Token::Label::BEGIN@31","$color":6,"excl_time":1.36000000000248e-05,"$area":1.36000000000248e-05},"id":"9808-PPI::Token::Label::BEGIN@31"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Label::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"PPI::Token::Label::BEGIN@34","$color":6,"excl_time":5.79999999992112e-06,"$area":5.79999999992112e-06},"id":"9809-PPI::Token::Label::BEGIN@34"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Label::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Token::Label::BEGIN@32","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"9810-PPI::Token::Label::BEGIN@32"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Label::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"PPI::Token::Label::BEGIN@35","$color":6,"excl_time":7.9e-06,"$area":7.9e-06},"id":"9811-PPI::Token::Label::BEGIN@35"}],"data":{"$area":3.12999999999459e-05},"id":"n9807"},{"name":"::Symbol","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::Symbol::BEGIN@32","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9813-PPI::Token::Symbol::BEGIN@32"},{"name":"canonical","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::canonical</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.000122,"subname":"PPI::Token::Symbol::canonical","$color":8,"excl_time":9.06000000003183e-05,"$area":9.06000000003183e-05},"id":"9814-PPI::Token::Symbol::canonical"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::CORE:subst</b></p><p><br />Called 24 times from 3 places in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"PPI::Token::Symbol::CORE:subst","$color":8,"excl_time":2.16e-05,"$area":2.16e-05},"id":"9815-PPI::Token::Symbol::CORE:subst"},{"name":"__TOKENIZER__on_char","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::__TOKENIZER__on_char</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 277&micro;s, 0.00%<br />Exclusive time: 180&micro;s, 0.00%</p>","incl_time":0.0002769,"subname":"PPI::Token::Symbol::__TOKENIZER__on_char","$color":8,"excl_time":0.000180499999998782,"$area":0.000180499999998782},"id":"9816-PPI::Token::Symbol::__TOKENIZER__on_char"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::CORE:match</b></p><p><br />Called 32 times from 4 places in 1 file<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"PPI::Token::Symbol::CORE:match","$color":8,"excl_time":4.21e-05,"$area":4.21e-05},"id":"9817-PPI::Token::Symbol::CORE:match"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"PPI::Token::Symbol::BEGIN@35","$color":8,"excl_time":1.25e-05,"$area":1.25e-05},"id":"9818-PPI::Token::Symbol::BEGIN@35"},{"name":"symbol_type","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::symbol_type</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 507&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0005071,"subname":"PPI::Token::Symbol::symbol_type","$color":8,"excl_time":4.10000000016405e-05,"$area":4.10000000016405e-05},"id":"9819-PPI::Token::Symbol::symbol_type"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"PPI::Token::Symbol::BEGIN@30","$color":8,"excl_time":1.32000000000831e-05,"$area":1.32000000000831e-05},"id":"9820-PPI::Token::Symbol::BEGIN@30"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"PPI::Token::Symbol::BEGIN@34","$color":8,"excl_time":6.19999999993261e-06,"$area":6.19999999993261e-06},"id":"9821-PPI::Token::Symbol::BEGIN@34"},{"name":"symbol","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::symbol</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 466&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0004661,"subname":"PPI::Token::Symbol::symbol","$color":8,"excl_time":9.65999999998664e-05,"$area":9.65999999998664e-05},"id":"9822-PPI::Token::Symbol::symbol"},{"name":"raw_type","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::raw_type</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":8.82e-05,"subname":"PPI::Token::Symbol::raw_type","$color":8,"excl_time":5.94999999990082e-05,"$area":5.94999999990082e-05},"id":"9823-PPI::Token::Symbol::raw_type"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Symbol::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"PPI::Token::Symbol::BEGIN@31","$color":8,"excl_time":7.09999999989723e-06,"$area":7.09999999989723e-06},"id":"9824-PPI::Token::Symbol::BEGIN@31"}],"data":{"$area":0.000574599999999529},"id":"n9812"},{"name":"::BOM","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"PPI::Token::BOM::CORE:match","$color":10,"excl_time":1.47e-05,"$area":1.47e-05},"id":"9826-PPI::Token::BOM::CORE:match"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"PPI::Token::BOM::BEGIN@46","$color":10,"excl_time":9.8e-06,"$area":9.8e-06},"id":"9827-PPI::Token::BOM::BEGIN@46"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"PPI::Token::BOM::BEGIN@45","$color":10,"excl_time":6.90000000003964e-06,"$area":6.90000000003964e-06},"id":"9828-PPI::Token::BOM::BEGIN@45"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"PPI::Token::BOM::BEGIN@42","$color":10,"excl_time":2.20000000000716e-05,"$area":2.20000000000716e-05},"id":"9829-PPI::Token::BOM::BEGIN@42"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Token::BOM::BEGIN@43","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"9830-PPI::Token::BOM::BEGIN@43"},{"name":"__TOKENIZER__on_line_start","children":[],"data":{"tip":"<p><b>PPI::Token::BOM::__TOKENIZER__on_line_start</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 277&micro;s, 0.00%<br />Exclusive time: 134&micro;s, 0.00%</p>","incl_time":0.0002766,"subname":"PPI::Token::BOM::__TOKENIZER__on_line_start","$color":10,"excl_time":0.000134099999999177,"$area":0.000134099999999177},"id":"9831-PPI::Token::BOM::__TOKENIZER__on_line_start"}],"data":{"$area":0.000191499999999289},"id":"n9825"},{"name":"::QuoteLike","children":[{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Token::QuoteLike::BEGIN@49","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9833-PPI::Token::QuoteLike::BEGIN@49"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"PPI::Token::QuoteLike::BEGIN@48","$color":1,"excl_time":1.59000000000363e-05,"$area":1.59000000000363e-05},"id":"9834-PPI::Token::QuoteLike::BEGIN@48"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"PPI::Token::QuoteLike::BEGIN@52","$color":1,"excl_time":9e-06,"$area":9e-06},"id":"9835-PPI::Token::QuoteLike::BEGIN@52"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"PPI::Token::QuoteLike::BEGIN@51","$color":1,"excl_time":7.30000000002638e-06,"$area":7.30000000002638e-06},"id":"9836-PPI::Token::QuoteLike::BEGIN@51"},{"name":"::Command","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Command::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"PPI::Token::QuoteLike::Command::BEGIN@32","$color":3,"excl_time":6.5e-06,"$area":6.5e-06},"id":"9838-PPI::Token::QuoteLike::Command::BEGIN@32"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Command::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@36","$color":3,"excl_time":1.05e-05,"$area":1.05e-05},"id":"9839-PPI::Token::QuoteLike::Command::BEGIN@36"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Command::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@31","$color":3,"excl_time":1.28999999999779e-05,"$area":1.28999999999779e-05},"id":"9840-PPI::Token::QuoteLike::Command::BEGIN@31"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Command::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@35","$color":3,"excl_time":6.60000000004939e-06,"$area":6.60000000004939e-06},"id":"9841-PPI::Token::QuoteLike::Command::BEGIN@35"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Command::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"PPI::Token::QuoteLike::Command::BEGIN@33","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"9842-PPI::Token::QuoteLike::Command::BEGIN@33"}],"data":{"$area":3.97000000000273e-05},"id":"n9837"},{"name":"::Regexp","children":[{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Regexp::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@36","$color":5,"excl_time":6.70000000007415e-06,"$area":6.70000000007415e-06},"id":"9844-PPI::Token::QuoteLike::Regexp::BEGIN@36"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Regexp::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@33","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9845-PPI::Token::QuoteLike::Regexp::BEGIN@33"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Regexp::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@37","$color":5,"excl_time":1.09e-05,"$area":1.09e-05},"id":"9846-PPI::Token::QuoteLike::Regexp::BEGIN@37"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Regexp::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@34","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"9847-PPI::Token::QuoteLike::Regexp::BEGIN@34"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Regexp::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@32","$color":5,"excl_time":1.30999999999195e-05,"$area":1.30999999999195e-05},"id":"9848-PPI::Token::QuoteLike::Regexp::BEGIN@32"}],"data":{"$area":3.78999999999936e-05},"id":"n9843"},{"name":"::Words","children":[{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Words::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@28","$color":7,"excl_time":1.43000000000831e-05,"$area":1.43000000000831e-05},"id":"9850-PPI::Token::QuoteLike::Words::BEGIN@28"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Words::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"PPI::Token::QuoteLike::Words::BEGIN@30","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"9851-PPI::Token::QuoteLike::Words::BEGIN@30"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Words::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Token::QuoteLike::Words::BEGIN@29","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"9852-PPI::Token::QuoteLike::Words::BEGIN@29"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Words::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@33","$color":7,"excl_time":1.11e-05,"$area":1.11e-05},"id":"9853-PPI::Token::QuoteLike::Words::BEGIN@33"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Words::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@32","$color":7,"excl_time":6.3999999999795e-06,"$area":6.3999999999795e-06},"id":"9854-PPI::Token::QuoteLike::Words::BEGIN@32"}],"data":{"$area":3.82000000000626e-05},"id":"n9849"},{"name":"::Readline","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Readline::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@41","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9856-PPI::Token::QuoteLike::Readline::BEGIN@41"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Readline::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@42","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9857-PPI::Token::QuoteLike::Readline::BEGIN@42"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Readline::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@45","$color":9,"excl_time":1.06e-05,"$area":1.06e-05},"id":"9858-PPI::Token::QuoteLike::Readline::BEGIN@45"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Readline::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@44","$color":9,"excl_time":6.00000000004939e-06,"$area":6.00000000004939e-06},"id":"9859-PPI::Token::QuoteLike::Readline::BEGIN@44"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Readline::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@40","$color":9,"excl_time":1.43999999999195e-05,"$area":1.43999999999195e-05},"id":"9860-PPI::Token::QuoteLike::Readline::BEGIN@40"}],"data":{"$area":3.83999999999689e-05},"id":"n9855"},{"name":"::Backtick","children":[{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Backtick::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@33","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"9862-PPI::Token::QuoteLike::Backtick::BEGIN@33"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Backtick::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@31","$color":0,"excl_time":1.38999999999195e-05,"$area":1.38999999999195e-05},"id":"9863-PPI::Token::QuoteLike::Backtick::BEGIN@31"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Backtick::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 257&micro;s, 0.00%<br />Exclusive time: 186&micro;s, 0.00%</p>","incl_time":0.0002568,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@32","$color":0,"excl_time":0.000185800000000068,"$area":0.000185800000000068},"id":"9864-PPI::Token::QuoteLike::Backtick::BEGIN@32"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Backtick::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@35","$color":0,"excl_time":6.70000000006089e-06,"$area":6.70000000006089e-06},"id":"9865-PPI::Token::QuoteLike::Backtick::BEGIN@35"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::QuoteLike::Backtick::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@36","$color":0,"excl_time":1.17e-05,"$area":1.17e-05},"id":"9866-PPI::Token::QuoteLike::Backtick::BEGIN@36"}],"data":{"$area":0.000222700000000048},"id":"n9861"}],"data":{"$area":0.000413400000000163},"id":"n9832"},{"name":"::End","children":[{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::End::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"PPI::Token::End::BEGIN@46","$color":2,"excl_time":9.5999999999945e-06,"$area":9.5999999999945e-06},"id":"9868-PPI::Token::End::BEGIN@46"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::End::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::End::BEGIN@44","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9869-PPI::Token::End::BEGIN@44"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::End::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"PPI::Token::End::BEGIN@43","$color":2,"excl_time":1.69000000000017e-05,"$area":1.69000000000017e-05},"id":"9870-PPI::Token::End::BEGIN@43"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Token::End::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"PPI::Token::End::BEGIN@47","$color":2,"excl_time":1.04e-05,"$area":1.04e-05},"id":"9871-PPI::Token::End::BEGIN@47"}],"data":{"$area":4.06999999999963e-05},"id":"n9867"},{"name":"::Number","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"PPI::Token::Number::BEGIN@32","$color":4,"excl_time":1.36999999999195e-05,"$area":1.36999999999195e-05},"id":"9873-PPI::Token::Number::BEGIN@32"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Number::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::Number::BEGIN@33","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9874-PPI::Token::Number::BEGIN@33"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Number::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"PPI::Token::Number::BEGIN@36","$color":4,"excl_time":8.2e-06,"$area":8.2e-06},"id":"9875-PPI::Token::Number::BEGIN@36"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Number::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.82e-05,"subname":"PPI::Token::Number::BEGIN@35","$color":4,"excl_time":6.49999999992111e-06,"$area":6.49999999992111e-06},"id":"9876-PPI::Token::Number::BEGIN@35"},{"name":"::Version","children":[{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Version::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"PPI::Token::Number::Version::BEGIN@37","$color":6,"excl_time":8.5e-06,"$area":8.5e-06},"id":"9878-PPI::Token::Number::Version::BEGIN@37"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Version::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Token::Number::Version::BEGIN@33","$color":6,"excl_time":1.27999999999195e-05,"$area":1.27999999999195e-05},"id":"9879-PPI::Token::Number::Version::BEGIN@33"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Version::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::Number::Version::BEGIN@34","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9880-PPI::Token::Number::Version::BEGIN@34"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Version::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"PPI::Token::Number::Version::BEGIN@36","$color":6,"excl_time":6.09999999999275e-06,"$area":6.09999999999275e-06},"id":"9881-PPI::Token::Number::Version::BEGIN@36"}],"data":{"$area":3.08999999999122e-05},"id":"n9877"},{"name":"::Float","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Float::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::Number::Float::BEGIN@32","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9883-PPI::Token::Number::Float::BEGIN@32"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Float::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"PPI::Token::Number::Float::BEGIN@34","$color":8,"excl_time":7.19999999990961e-06,"$area":7.19999999990961e-06},"id":"9884-PPI::Token::Number::Float::BEGIN@34"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Float::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"PPI::Token::Number::Float::BEGIN@35","$color":8,"excl_time":8.9e-06,"$area":8.9e-06},"id":"9885-PPI::Token::Number::Float::BEGIN@35"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Float::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"PPI::Token::Number::Float::BEGIN@31","$color":8,"excl_time":1.39000000000831e-05,"$area":1.39000000000831e-05},"id":"9886-PPI::Token::Number::Float::BEGIN@31"}],"data":{"$area":3.35999999999928e-05},"id":"n9882"},{"name":"::Exp","children":[{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Exp::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"PPI::Token::Number::Exp::BEGIN@34","$color":10,"excl_time":6.99999999993261e-06,"$area":6.99999999993261e-06},"id":"9888-PPI::Token::Number::Exp::BEGIN@34"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Exp::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Token::Number::Exp::BEGIN@35","$color":10,"excl_time":9.6e-06,"$area":9.6e-06},"id":"9889-PPI::Token::Number::Exp::BEGIN@35"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Exp::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"PPI::Token::Number::Exp::BEGIN@31","$color":10,"excl_time":1.38000000000831e-05,"$area":1.38000000000831e-05},"id":"9890-PPI::Token::Number::Exp::BEGIN@31"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Exp::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::Number::Exp::BEGIN@32","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9891-PPI::Token::Number::Exp::BEGIN@32"}],"data":{"$area":3.43000000000158e-05},"id":"n9887"},{"name":"::Hex","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Hex::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"PPI::Token::Number::Hex::BEGIN@32","$color":1,"excl_time":6.60000000009627e-06,"$area":6.60000000009627e-06},"id":"9893-PPI::Token::Number::Hex::BEGIN@32"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Hex::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"PPI::Token::Number::Hex::BEGIN@33","$color":1,"excl_time":9.8e-06,"$area":9.8e-06},"id":"9894-PPI::Token::Number::Hex::BEGIN@33"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Hex::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"PPI::Token::Number::Hex::BEGIN@29","$color":1,"excl_time":1.43000000000831e-05,"$area":1.43000000000831e-05},"id":"9895-PPI::Token::Number::Hex::BEGIN@29"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Hex::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Token::Number::Hex::BEGIN@30","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9896-PPI::Token::Number::Hex::BEGIN@30"}],"data":{"$area":3.48000000001794e-05},"id":"n9892"},{"name":"::Octal","children":[{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Octal::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"PPI::Token::Number::Octal::BEGIN@29","$color":3,"excl_time":1.40000000000248e-05,"$area":1.40000000000248e-05},"id":"9898-PPI::Token::Number::Octal::BEGIN@29"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Octal::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::Number::Octal::BEGIN@30","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9899-PPI::Token::Number::Octal::BEGIN@30"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Octal::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"PPI::Token::Number::Octal::BEGIN@33","$color":3,"excl_time":8.8e-06,"$area":8.8e-06},"id":"9900-PPI::Token::Number::Octal::BEGIN@33"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Octal::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"PPI::Token::Number::Octal::BEGIN@32","$color":3,"excl_time":7.39999999993524e-06,"$area":7.39999999993524e-06},"id":"9901-PPI::Token::Number::Octal::BEGIN@32"}],"data":{"$area":3.369999999996e-05},"id":"n9897"},{"name":"::Binary","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Binary::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"PPI::Token::Number::Binary::BEGIN@32","$color":5,"excl_time":6.49999999989811e-06,"$area":6.49999999989811e-06},"id":"9903-PPI::Token::Number::Binary::BEGIN@32"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Binary::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"PPI::Token::Number::Binary::BEGIN@29","$color":5,"excl_time":1.36000000000248e-05,"$area":1.36000000000248e-05},"id":"9904-PPI::Token::Number::Binary::BEGIN@29"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Binary::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::Number::Binary::BEGIN@30","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9905-PPI::Token::Number::Binary::BEGIN@30"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Number::Binary::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Token::Number::Binary::BEGIN@33","$color":5,"excl_time":9.6e-06,"$area":9.6e-06},"id":"9906-PPI::Token::Number::Binary::BEGIN@33"}],"data":{"$area":3.31999999999229e-05},"id":"n9902"}],"data":{"$area":0.000232499999999824},"id":"n9872"},{"name":"::Operator","children":[{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::Operator::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"PPI::Token::Operator::BEGIN@42","$color":7,"excl_time":1.39999999999664e-05,"$area":1.39999999999664e-05},"id":"9908-PPI::Token::Operator::BEGIN@42"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::Operator::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"PPI::Token::Operator::BEGIN@45","$color":7,"excl_time":6.80000000002539e-06,"$area":6.80000000002539e-06},"id":"9909-PPI::Token::Operator::BEGIN@45"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::Operator::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::Operator::BEGIN@43","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9910-PPI::Token::Operator::BEGIN@43"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::Operator::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"PPI::Token::Operator::BEGIN@46","$color":7,"excl_time":5.49e-05,"$area":5.49e-05},"id":"9911-PPI::Token::Operator::BEGIN@46"}],"data":{"$area":7.92999999999918e-05},"id":"n9907"},{"name":"::Whitespace","children":[{"name":"BEGIN@113","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@113</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"PPI::Token::Whitespace::BEGIN@113","$color":9,"excl_time":8.80000000002188e-06,"$area":8.80000000002188e-06},"id":"9913-PPI::Token::Whitespace::BEGIN@113"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"PPI::Token::Whitespace::BEGIN@44","$color":9,"excl_time":1.9900000000107e-05,"$area":1.9900000000107e-05},"id":"9914-PPI::Token::Whitespace::BEGIN@44"},{"name":"__TOKENIZER__on_line_start","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::__TOKENIZER__on_line_start</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001278,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_line_start","$color":9,"excl_time":9.74000000009022e-05,"$area":9.74000000009022e-05},"id":"9915-PPI::Token::Whitespace::__TOKENIZER__on_line_start"},{"name":"significant","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::significant</b></p><p><br />Called 56 times from 4 places in 2 files<br />Inclusive time: 77&micro;s, 0.00%</p>","incl_time":7.7e-05,"subname":"PPI::Token::Whitespace::significant","$color":9,"excl_time":7.7e-05,"$area":7.7e-05},"id":"9916-PPI::Token::Whitespace::significant"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::CORE:match</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"PPI::Token::Whitespace::CORE:match","$color":9,"excl_time":3.04e-05,"$area":3.04e-05},"id":"9917-PPI::Token::Whitespace::CORE:match"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"PPI::Token::Whitespace::BEGIN@48","$color":9,"excl_time":1.46999999999361e-05,"$area":1.46999999999361e-05},"id":"9918-PPI::Token::Whitespace::BEGIN@48"},{"name":"BEGIN@114","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@114</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%</p>","incl_time":8.68e-05,"subname":"PPI::Token::Whitespace::BEGIN@114","$color":9,"excl_time":8.68e-05,"$area":8.68e-05},"id":"9919-PPI::Token::Whitespace::BEGIN@114"},{"name":"null","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::null</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 165&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.000165,"subname":"PPI::Token::Whitespace::null","$color":9,"excl_time":7.61000000007188e-05,"$area":7.61000000007188e-05},"id":"9920-PPI::Token::Whitespace::null"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Token::Whitespace::BEGIN@46","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9921-PPI::Token::Whitespace::BEGIN@46"},{"name":"__TOKENIZER__on_char","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::__TOKENIZER__on_char</b></p><p><br />Called 40 times from 3 places in 3 files<br />Inclusive time: 1.30ms, 0.00%<br />Exclusive time: 193&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 34&micro;s</p>","incl_time":0.0013049,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_char","$color":9,"excl_time":0.00019329999999971,"$area":0.00019329999999971},"id":"9922-PPI::Token::Whitespace::__TOKENIZER__on_char"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Token::Whitespace::BEGIN@45","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9923-PPI::Token::Whitespace::BEGIN@45"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"PPI::Token::Whitespace::BEGIN@49","$color":9,"excl_time":9.9e-06,"$area":9.9e-06},"id":"9924-PPI::Token::Whitespace::BEGIN@49"},{"name":"__TOKENIZER__on_line_end","children":[],"data":{"tip":"<p><b>PPI::Token::Whitespace::__TOKENIZER__on_line_end</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 97&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":9.67e-05,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_line_end","$color":9,"excl_time":6.51000000028661e-05,"$area":6.51000000028661e-05},"id":"9925-PPI::Token::Whitespace::__TOKENIZER__on_line_end"}],"data":{"$area":0.000688000000004261},"id":"n9912"},{"name":"::Word","children":[{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::Word::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"PPI::Token::Word::BEGIN@38","$color":0,"excl_time":3.89999999999195e-05,"$area":3.89999999999195e-05},"id":"9927-PPI::Token::Word::BEGIN@38"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::Word::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Token::Word::BEGIN@42","$color":0,"excl_time":1.56e-05,"$area":1.56e-05},"id":"9928-PPI::Token::Word::BEGIN@42"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::Word::CORE:match</b></p><p><br />Called 24 times from 3 places in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"PPI::Token::Word::CORE:match","$color":0,"excl_time":5.42e-05,"$area":5.42e-05},"id":"9929-PPI::Token::Word::CORE:match"},{"name":"__TOKENIZER__commit","children":[],"data":{"tip":"<p><b>PPI::Token::Word::__TOKENIZER__commit</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.15ms, 0.00%<br />Exclusive time: 303&micro;s, 0.00%</p>","incl_time":0.0011452,"subname":"PPI::Token::Word::__TOKENIZER__commit","$color":0,"excl_time":0.000303199999999546,"$area":0.000303199999999546},"id":"9930-PPI::Token::Word::__TOKENIZER__commit"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Word::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::Word::BEGIN@39","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9931-PPI::Token::Word::BEGIN@39"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Token::Word::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.05e-05,"subname":"PPI::Token::Word::BEGIN@41","$color":0,"excl_time":6.20000000004839e-06,"$area":6.20000000004839e-06},"id":"9932-PPI::Token::Word::BEGIN@41"}],"data":{"$area":0.000421999999999514},"id":"n9926"},{"name":"::HereDoc","children":[{"name":"BEGIN@88","children":[],"data":{"tip":"<p><b>PPI::Token::HereDoc::BEGIN@88</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::HereDoc::BEGIN@88","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9934-PPI::Token::HereDoc::BEGIN@88"},{"name":"BEGIN@87","children":[],"data":{"tip":"<p><b>PPI::Token::HereDoc::BEGIN@87</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"PPI::Token::HereDoc::BEGIN@87","$color":2,"excl_time":1.33999999999779e-05,"$area":1.33999999999779e-05},"id":"9935-PPI::Token::HereDoc::BEGIN@87"},{"name":"BEGIN@90","children":[],"data":{"tip":"<p><b>PPI::Token::HereDoc::BEGIN@90</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"PPI::Token::HereDoc::BEGIN@90","$color":2,"excl_time":5.99999999990873e-06,"$area":5.99999999990873e-06},"id":"9936-PPI::Token::HereDoc::BEGIN@90"},{"name":"BEGIN@91","children":[],"data":{"tip":"<p><b>PPI::Token::HereDoc::BEGIN@91</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"PPI::Token::HereDoc::BEGIN@91","$color":2,"excl_time":8.1e-06,"$area":8.1e-06},"id":"9937-PPI::Token::HereDoc::BEGIN@91"}],"data":{"$area":3.11999999998866e-05},"id":"n9933"},{"name":"::Regexp","children":[{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"PPI::Token::Regexp::BEGIN@48","$color":4,"excl_time":6.29999999993437e-06,"$area":6.29999999993437e-06},"id":"9939-PPI::Token::Regexp::BEGIN@48"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Token::Regexp::BEGIN@46","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"9940-PPI::Token::Regexp::BEGIN@46"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"PPI::Token::Regexp::BEGIN@45","$color":4,"excl_time":2.5500000000107e-05,"$area":2.5500000000107e-05},"id":"9941-PPI::Token::Regexp::BEGIN@45"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"PPI::Token::Regexp::BEGIN@49","$color":4,"excl_time":7.7e-06,"$area":7.7e-06},"id":"9942-PPI::Token::Regexp::BEGIN@49"},{"name":"::Substitute","children":[{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Substitute::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"PPI::Token::Regexp::Substitute::BEGIN@36","$color":6,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9944-PPI::Token::Regexp::Substitute::BEGIN@36"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Substitute::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@40","$color":6,"excl_time":1.73e-05,"$area":1.73e-05},"id":"9945-PPI::Token::Regexp::Substitute::BEGIN@40"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Substitute::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@35","$color":6,"excl_time":1.73000000000133e-05,"$area":1.73000000000133e-05},"id":"9946-PPI::Token::Regexp::Substitute::BEGIN@35"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Substitute::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@39","$color":6,"excl_time":1.39000000001024e-05,"$area":1.39000000001024e-05},"id":"9947-PPI::Token::Regexp::Substitute::BEGIN@39"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Substitute::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"PPI::Token::Regexp::Substitute::BEGIN@37","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"9948-PPI::Token::Regexp::Substitute::BEGIN@37"}],"data":{"$area":5.84000000001157e-05},"id":"n9943"},{"name":"::Transliterate","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Transliterate::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@41","$color":8,"excl_time":5.1e-06,"$area":5.1e-06},"id":"9950-PPI::Token::Regexp::Transliterate::BEGIN@41"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Transliterate::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@43","$color":8,"excl_time":6.40000000009627e-06,"$area":6.40000000009627e-06},"id":"9951-PPI::Token::Regexp::Transliterate::BEGIN@43"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Transliterate::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@44","$color":8,"excl_time":1.05e-05,"$area":1.05e-05},"id":"9952-PPI::Token::Regexp::Transliterate::BEGIN@44"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Transliterate::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@39","$color":8,"excl_time":1.74000000000133e-05,"$area":1.74000000000133e-05},"id":"9953-PPI::Token::Regexp::Transliterate::BEGIN@39"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Transliterate::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@40","$color":8,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9954-PPI::Token::Regexp::Transliterate::BEGIN@40"}],"data":{"$area":4.46000000001095e-05},"id":"n9949"},{"name":"::Match","children":[{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Match::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@45","$color":10,"excl_time":1.45000000000716e-05,"$area":1.45000000000716e-05},"id":"9956-PPI::Token::Regexp::Match::BEGIN@45"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Match::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.58e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@49","$color":10,"excl_time":7.29999999994762e-06,"$area":7.29999999994762e-06},"id":"9957-PPI::Token::Regexp::Match::BEGIN@49"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Match::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 371&micro;s, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0003708,"subname":"PPI::Token::Regexp::Match::BEGIN@46","$color":10,"excl_time":0.000288200000000178,"$area":0.000288200000000178},"id":"9958-PPI::Token::Regexp::Match::BEGIN@46"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Match::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@50","$color":10,"excl_time":1.13e-05,"$area":1.13e-05},"id":"9959-PPI::Token::Regexp::Match::BEGIN@50"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Token::Regexp::Match::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Token::Regexp::Match::BEGIN@47","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9960-PPI::Token::Regexp::Match::BEGIN@47"}],"data":{"$area":0.000325800000000198},"id":"n9955"}],"data":{"$area":0.000472300000000464},"id":"n9938"},{"name":"::_QuoteEngine","children":[{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"PPI::Token::_QuoteEngine::BEGIN@36","$color":1,"excl_time":6.30000000010252e-06,"$area":6.30000000010252e-06},"id":"9962-PPI::Token::_QuoteEngine::BEGIN@36"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"PPI::Token::_QuoteEngine::BEGIN@33","$color":1,"excl_time":1.51000000000946e-05,"$area":1.51000000000946e-05},"id":"9963-PPI::Token::_QuoteEngine::BEGIN@33"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::_QuoteEngine::BEGIN@37","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9964-PPI::Token::_QuoteEngine::BEGIN@37"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::_QuoteEngine::BEGIN@34","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9965-PPI::Token::_QuoteEngine::BEGIN@34"},{"name":"::Simple","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Simple::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 912&micro;s, 0.00%<br />Exclusive time: 862&micro;s, 0.00%</p>","incl_time":0.0009124,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@6","$color":3,"excl_time":0.000861500000000035,"$area":0.000861500000000035},"id":"9967-PPI::Token::_QuoteEngine::Simple::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Simple::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@8","$color":3,"excl_time":8.00000000010953e-06,"$area":8.00000000010953e-06},"id":"9968-PPI::Token::_QuoteEngine::Simple::BEGIN@8"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Simple::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@9","$color":3,"excl_time":9.2e-06,"$area":9.2e-06},"id":"9969-PPI::Token::_QuoteEngine::Simple::BEGIN@9"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Simple::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@5","$color":3,"excl_time":1.31999999999195e-05,"$area":1.31999999999195e-05},"id":"9970-PPI::Token::_QuoteEngine::Simple::BEGIN@5"}],"data":{"$area":0.000891900000000064},"id":"n9966"},{"name":"::Full","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@8","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"9972-PPI::Token::_QuoteEngine::Full::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.29e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@10","$color":5,"excl_time":7.00000000000238e-06,"$area":7.00000000000238e-06},"id":"9973-PPI::Token::_QuoteEngine::Full::BEGIN@10"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@7","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9974-PPI::Token::_QuoteEngine::Full::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@11","$color":5,"excl_time":3.83e-05,"$area":3.83e-05},"id":"9975-PPI::Token::_QuoteEngine::Full::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@6","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9976-PPI::Token::_QuoteEngine::Full::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>PPI::Token::_QuoteEngine::Full::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@5","$color":5,"excl_time":1.37000000000363e-05,"$area":1.37000000000363e-05},"id":"9977-PPI::Token::_QuoteEngine::Full::BEGIN@5"}],"data":{"$area":7.00000000000386e-05},"id":"n9971"}],"data":{"$area":0.0009907000000003},"id":"n9961"},{"name":"::Comment","children":[{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>PPI::Token::Comment::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"PPI::Token::Comment::BEGIN@61","$color":7,"excl_time":1.6200000000015e-05,"$area":1.6200000000015e-05},"id":"9979-PPI::Token::Comment::BEGIN@61"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>PPI::Token::Comment::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.94e-05,"subname":"PPI::Token::Comment::BEGIN@64","$color":7,"excl_time":7.39999999990249e-06,"$area":7.39999999990249e-06},"id":"9980-PPI::Token::Comment::BEGIN@64"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>PPI::Token::Comment::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Token::Comment::BEGIN@62","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9981-PPI::Token::Comment::BEGIN@62"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>PPI::Token::Comment::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"PPI::Token::Comment::BEGIN@65","$color":7,"excl_time":9.1e-06,"$area":9.1e-06},"id":"9982-PPI::Token::Comment::BEGIN@65"}],"data":{"$area":3.67999999999175e-05},"id":"n9978"},{"name":"::Quote","children":[{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::Quote::BEGIN@49","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9984-PPI::Token::Quote::BEGIN@49"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"PPI::Token::Quote::BEGIN@51","$color":9,"excl_time":6.60000000002726e-06,"$area":6.60000000002726e-06},"id":"9985-PPI::Token::Quote::BEGIN@51"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"PPI::Token::Quote::BEGIN@52","$color":9,"excl_time":9.7e-06,"$area":9.7e-06},"id":"9986-PPI::Token::Quote::BEGIN@52"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Token::Quote::BEGIN@48","$color":9,"excl_time":1.31000000000946e-05,"$area":1.31000000000946e-05},"id":"9987-PPI::Token::Quote::BEGIN@48"},{"name":"::Literal","children":[{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Literal::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@36","$color":0,"excl_time":1.46e-05,"$area":1.46e-05},"id":"9989-PPI::Token::Quote::Literal::BEGIN@36"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Literal::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@31","$color":0,"excl_time":1.42000000000831e-05,"$area":1.42000000000831e-05},"id":"9990-PPI::Token::Quote::Literal::BEGIN@31"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Literal::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@35","$color":0,"excl_time":1.00999999999034e-05,"$area":1.00999999999034e-05},"id":"9991-PPI::Token::Quote::Literal::BEGIN@35"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Literal::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::Quote::Literal::BEGIN@32","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9992-PPI::Token::Quote::Literal::BEGIN@32"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Literal::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.82ms, 0.00%<br />Exclusive time: 1.70ms, 0.00%</p>","incl_time":0.0018246,"subname":"PPI::Token::Quote::Literal::BEGIN@33","$color":0,"excl_time":0.00169610000000002,"$area":0.00169610000000002},"id":"9993-PPI::Token::Quote::Literal::BEGIN@33"}],"data":{"$area":0.00173870000000001},"id":"n9988"},{"name":"::Double","children":[{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Token::Quote::Double::BEGIN@34","$color":2,"excl_time":1.45000000000716e-05,"$area":1.45000000000716e-05},"id":"9995-PPI::Token::Quote::Double::BEGIN@34"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"PPI::Token::Quote::Double::BEGIN@35","$color":2,"excl_time":8.60000000009715e-06,"$area":8.60000000009715e-06},"id":"9996-PPI::Token::Quote::Double::BEGIN@35"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"PPI::Token::Quote::Double::BEGIN@39","$color":2,"excl_time":6.19999999992111e-06,"$area":6.19999999992111e-06},"id":"9997-PPI::Token::Quote::Double::BEGIN@39"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::Quote::Double::BEGIN@36","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9998-PPI::Token::Quote::Double::BEGIN@36"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Token::Quote::Double::BEGIN@37","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"9999-PPI::Token::Quote::Double::BEGIN@37"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Double::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"PPI::Token::Quote::Double::BEGIN@40","$color":2,"excl_time":1.03e-05,"$area":1.03e-05},"id":"10000-PPI::Token::Quote::Double::BEGIN@40"}],"data":{"$area":4.68000000000899e-05},"id":"n9994"},{"name":"::Interpolate","children":[{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Interpolate::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@31","$color":4,"excl_time":1.54999999999787e-05,"$area":1.54999999999787e-05},"id":"10002-PPI::Token::Quote::Interpolate::BEGIN@31"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Interpolate::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Token::Quote::Interpolate::BEGIN@33","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10003-PPI::Token::Quote::Interpolate::BEGIN@33"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Interpolate::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::Quote::Interpolate::BEGIN@32","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10004-PPI::Token::Quote::Interpolate::BEGIN@32"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Interpolate::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@36","$color":4,"excl_time":1.11e-05,"$area":1.11e-05},"id":"10005-PPI::Token::Quote::Interpolate::BEGIN@36"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Interpolate::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@35","$color":4,"excl_time":6.60000000007327e-06,"$area":6.60000000007327e-06},"id":"10006-PPI::Token::Quote::Interpolate::BEGIN@35"}],"data":{"$area":4.1400000000052e-05},"id":"n10001"},{"name":"::Single","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Single::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"PPI::Token::Quote::Single::BEGIN@41","$color":6,"excl_time":7.399999999968e-06,"$area":7.399999999968e-06},"id":"10008-PPI::Token::Quote::Single::BEGIN@41"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Single::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.29ms, 0.00%<br />Exclusive time: 309&micro;s, 0.00%</p>","incl_time":0.0012896,"subname":"PPI::Token::Quote::Single::BEGIN@39","$color":6,"excl_time":0.000309200000000008,"$area":0.000309200000000008},"id":"10009-PPI::Token::Quote::Single::BEGIN@39"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Single::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"PPI::Token::Quote::Single::BEGIN@37","$color":6,"excl_time":1.42000000000716e-05,"$area":1.42000000000716e-05},"id":"10010-PPI::Token::Quote::Single::BEGIN@37"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Single::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 276&micro;s, 0.00%<br />Exclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0002757,"subname":"PPI::Token::Quote::Single::BEGIN@38","$color":6,"excl_time":0.000206500000000008,"$area":0.000206500000000008},"id":"10011-PPI::Token::Quote::Single::BEGIN@38"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::Quote::Single::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"PPI::Token::Quote::Single::BEGIN@42","$color":6,"excl_time":1.24e-05,"$area":1.24e-05},"id":"10012-PPI::Token::Quote::Single::BEGIN@42"}],"data":{"$area":0.000549700000000056},"id":"n10007"}],"data":{"$area":0.00240950000000033},"id":"n9983"},{"name":"::Prototype","children":[{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>PPI::Token::Prototype::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"PPI::Token::Prototype::BEGIN@53","$color":8,"excl_time":9.5e-06,"$area":9.5e-06},"id":"10014-PPI::Token::Prototype::BEGIN@53"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Token::Prototype::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"PPI::Token::Prototype::BEGIN@52","$color":8,"excl_time":7.69999999995737e-06,"$area":7.69999999995737e-06},"id":"10015-PPI::Token::Prototype::BEGIN@52"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Prototype::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"PPI::Token::Prototype::BEGIN@49","$color":8,"excl_time":1.50999999999903e-05,"$area":1.50999999999903e-05},"id":"10016-PPI::Token::Prototype::BEGIN@49"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>PPI::Token::Prototype::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::Prototype::BEGIN@50","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10017-PPI::Token::Prototype::BEGIN@50"}],"data":{"$area":3.60999999999476e-05},"id":"n10013"},{"name":"::Attribute","children":[{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Attribute::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"PPI::Token::Attribute::BEGIN@35","$color":10,"excl_time":1.39000000000831e-05,"$area":1.39000000000831e-05},"id":"10019-PPI::Token::Attribute::BEGIN@35"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::Attribute::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"PPI::Token::Attribute::BEGIN@38","$color":10,"excl_time":6.90000000010777e-06,"$area":6.90000000010777e-06},"id":"10020-PPI::Token::Attribute::BEGIN@38"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Token::Attribute::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"PPI::Token::Attribute::BEGIN@39","$color":10,"excl_time":1.14e-05,"$area":1.14e-05},"id":"10021-PPI::Token::Attribute::BEGIN@39"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Token::Attribute::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::Attribute::BEGIN@36","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10022-PPI::Token::Attribute::BEGIN@36"}],"data":{"$area":3.61000000001909e-05},"id":"n10018"},{"name":"::Structure","children":[{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"PPI::Token::Structure::BEGIN@43","$color":1,"excl_time":8.7e-06,"$area":8.7e-06},"id":"10024-PPI::Token::Structure::BEGIN@43"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"PPI::Token::Structure::BEGIN@35","$color":1,"excl_time":1.17e-05,"$area":1.17e-05},"id":"10025-PPI::Token::Structure::BEGIN@35"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"PPI::Token::Structure::BEGIN@31","$color":1,"excl_time":1.42999999999195e-05,"$area":1.42999999999195e-05},"id":"10026-PPI::Token::Structure::BEGIN@31"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.71e-05,"subname":"PPI::Token::Structure::BEGIN@42","$color":1,"excl_time":7.20000000001838e-06,"$area":7.20000000001838e-06},"id":"10027-PPI::Token::Structure::BEGIN@42"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"PPI::Token::Structure::BEGIN@34","$color":1,"excl_time":1.03999999999556e-05,"$area":1.03999999999556e-05},"id":"10028-PPI::Token::Structure::BEGIN@34"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Structure::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Token::Structure::BEGIN@32","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10029-PPI::Token::Structure::BEGIN@32"}],"data":{"$area":5.57999999998935e-05},"id":"n10023"},{"name":"::Unknown","children":[{"name":"__TOKENIZER__on_char","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::__TOKENIZER__on_char</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 420&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0004195,"subname":"PPI::Token::Unknown::__TOKENIZER__on_char","$color":3,"excl_time":0.000107799999998531,"$area":0.000107799999998531},"id":"10031-PPI::Token::Unknown::__TOKENIZER__on_char"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"PPI::Token::Unknown::BEGIN@35","$color":3,"excl_time":1.48000000000265e-05,"$area":1.48000000000265e-05},"id":"10032-PPI::Token::Unknown::BEGIN@35"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::CORE:match</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"PPI::Token::Unknown::CORE:match","$color":3,"excl_time":1.42e-05,"$area":1.42e-05},"id":"10033-PPI::Token::Unknown::CORE:match"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"PPI::Token::Unknown::BEGIN@31","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"10034-PPI::Token::Unknown::BEGIN@31"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Token::Unknown::BEGIN@32","$color":3,"excl_time":5.2e-06,"$area":5.2e-06},"id":"10035-PPI::Token::Unknown::BEGIN@32"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"PPI::Token::Unknown::CORE:qr","$color":3,"excl_time":6.8e-06,"$area":6.8e-06},"id":"10036-PPI::Token::Unknown::CORE:qr"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"PPI::Token::Unknown::BEGIN@34","$color":3,"excl_time":7.60000000003601e-06,"$area":7.60000000003601e-06},"id":"10037-PPI::Token::Unknown::BEGIN@34"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Unknown::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"PPI::Token::Unknown::BEGIN@30","$color":3,"excl_time":1.43999999999195e-05,"$area":1.43999999999195e-05},"id":"10038-PPI::Token::Unknown::BEGIN@30"}],"data":{"$area":0.000176099999998513},"id":"n10030"},{"name":"::DashedWord","children":[{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::DashedWord::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"PPI::Token::DashedWord::BEGIN@33","$color":5,"excl_time":1.22e-05,"$area":1.22e-05},"id":"10040-PPI::Token::DashedWord::BEGIN@33"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::DashedWord::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"PPI::Token::DashedWord::BEGIN@32","$color":5,"excl_time":6.99999999992199e-06,"$area":6.99999999992199e-06},"id":"10041-PPI::Token::DashedWord::BEGIN@32"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::DashedWord::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"PPI::Token::DashedWord::BEGIN@30","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10042-PPI::Token::DashedWord::BEGIN@30"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::DashedWord::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"PPI::Token::DashedWord::BEGIN@29","$color":5,"excl_time":1.7499999999908e-05,"$area":1.7499999999908e-05},"id":"10043-PPI::Token::DashedWord::BEGIN@29"}],"data":{"$area":4.079999999983e-05},"id":"n10039"},{"name":"::Data","children":[{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Token::Data::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Token::Data::BEGIN@32","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"10045-PPI::Token::Data::BEGIN@32"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Data::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"PPI::Token::Data::BEGIN@34","$color":7,"excl_time":7.69999999992199e-06,"$area":7.69999999992199e-06},"id":"10046-PPI::Token::Data::BEGIN@34"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Data::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.02ms, 0.00%<br />Exclusive time: 1.94ms, 0.00%</p>","incl_time":0.0020214,"subname":"PPI::Token::Data::BEGIN@31","$color":7,"excl_time":0.00193940000000008,"$area":0.00193940000000008},"id":"10047-PPI::Token::Data::BEGIN@31"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Data::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"PPI::Token::Data::BEGIN@30","$color":7,"excl_time":1.85999999999434e-05,"$area":1.85999999999434e-05},"id":"10048-PPI::Token::Data::BEGIN@30"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Data::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"PPI::Token::Data::BEGIN@35","$color":7,"excl_time":8.5e-06,"$area":8.5e-06},"id":"10049-PPI::Token::Data::BEGIN@35"}],"data":{"$area":0.00197869999999995},"id":"n10044"},{"name":"::Cast","children":[{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Token::Cast::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Token::Cast::BEGIN@35","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10051-PPI::Token::Cast::BEGIN@35"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Token::Cast::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"PPI::Token::Cast::BEGIN@38","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"10052-PPI::Token::Cast::BEGIN@38"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Cast::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"PPI::Token::Cast::BEGIN@34","$color":9,"excl_time":1.3600000000061e-05,"$area":1.3600000000061e-05},"id":"10053-PPI::Token::Cast::BEGIN@34"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Token::Cast::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"PPI::Token::Cast::BEGIN@37","$color":9,"excl_time":6.39999999994412e-06,"$area":6.39999999994412e-06},"id":"10054-PPI::Token::Cast::BEGIN@37"}],"data":{"$area":3.13000000000051e-05},"id":"n10050"},{"name":"::Magic","children":[{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Token::Magic::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.47ms, 0.00%<br />Exclusive time: 1.36ms, 0.00%</p>","incl_time":0.0014744,"subname":"PPI::Token::Magic::BEGIN@46","$color":0,"excl_time":0.00136470000000012,"$area":0.00136470000000012},"id":"10056-PPI::Token::Magic::BEGIN@46"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Token::Magic::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%</p>","incl_time":6.97e-05,"subname":"PPI::Token::Magic::BEGIN@49","$color":0,"excl_time":6.97e-05,"$area":6.97e-05},"id":"10057-PPI::Token::Magic::BEGIN@49"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Token::Magic::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Token::Magic::BEGIN@45","$color":0,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10058-PPI::Token::Magic::BEGIN@45"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Token::Magic::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"PPI::Token::Magic::BEGIN@48","$color":0,"excl_time":7.80000000002013e-06,"$area":7.80000000002013e-06},"id":"10059-PPI::Token::Magic::BEGIN@48"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Token::Magic::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"PPI::Token::Magic::BEGIN@44","$color":0,"excl_time":1.38000000000248e-05,"$area":1.38000000000248e-05},"id":"10060-PPI::Token::Magic::BEGIN@44"}],"data":{"$area":0.00145930000000017},"id":"n10055"},{"name":"::Pod","children":[{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Token::Pod::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"PPI::Token::Pod::BEGIN@34","$color":2,"excl_time":1.15e-05,"$area":1.15e-05},"id":"10062-PPI::Token::Pod::BEGIN@34"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Token::Pod::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"PPI::Token::Pod::BEGIN@30","$color":2,"excl_time":8.39999999995825e-06,"$area":8.39999999995825e-06},"id":"10063-PPI::Token::Pod::BEGIN@30"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Token::Pod::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"PPI::Token::Pod::BEGIN@33","$color":2,"excl_time":6.399999999991e-06,"$area":6.399999999991e-06},"id":"10064-PPI::Token::Pod::BEGIN@33"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Token::Pod::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"PPI::Token::Pod::BEGIN@29","$color":2,"excl_time":1.6099999999908e-05,"$area":1.6099999999908e-05},"id":"10065-PPI::Token::Pod::BEGIN@29"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>PPI::Token::Pod::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Token::Pod::BEGIN@31","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10066-PPI::Token::Pod::BEGIN@31"}],"data":{"$area":4.57999999998572e-05},"id":"n10061"}],"data":{"$area":0.0294252000000004},"id":"n9740"},{"name":"::Tokenizer","children":[{"name":"_get_line","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_get_line</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%</p>","incl_time":6.91e-05,"subname":"PPI::Tokenizer::_get_line","$color":4,"excl_time":6.91e-05,"$area":6.91e-05},"id":"10068-PPI::Tokenizer::_get_line"},{"name":"BEGIN@87","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@87</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Tokenizer::BEGIN@87","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10069-PPI::Tokenizer::BEGIN@87"},{"name":"BEGIN@91","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@91</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Tokenizer::BEGIN@91","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10070-PPI::Tokenizer::BEGIN@91"},{"name":"_process_next_char","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_process_next_char</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 3.16ms, 0.00%<br />Exclusive time: 501&micro;s, 0.00%</p>","incl_time":0.0031645,"subname":"PPI::Tokenizer::_process_next_char","$color":4,"excl_time":0.000501300000001578,"$area":0.000501300000001578},"id":"10071-PPI::Tokenizer::_process_next_char"},{"name":"get_token","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::get_token</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 4.89ms, 0.01%<br />Exclusive time: 404&micro;s, 0.00%</p>","incl_time":0.0048948,"subname":"PPI::Tokenizer::get_token","$color":4,"excl_time":0.000403899999999147,"$area":0.000403899999999147},"id":"10072-PPI::Tokenizer::get_token"},{"name":"BEGIN@84","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@84</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Tokenizer::BEGIN@84","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10073-PPI::Tokenizer::BEGIN@84"},{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 538&micro;s, 0.00%<br />Exclusive time: 389&micro;s, 0.00%</p>","incl_time":0.0005381,"subname":"PPI::Tokenizer::new","$color":4,"excl_time":0.000389100000000489,"$area":0.000389100000000489},"id":"10074-PPI::Tokenizer::new"},{"name":"BEGIN@88","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@88</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.00%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0002385,"subname":"PPI::Tokenizer::BEGIN@88","$color":4,"excl_time":0.000168100000000196,"$area":0.000168100000000196},"id":"10075-PPI::Tokenizer::BEGIN@88"},{"name":"BEGIN@81","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@81</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"PPI::Tokenizer::BEGIN@81","$color":4,"excl_time":1.40999999999195e-05,"$area":1.40999999999195e-05},"id":"10076-PPI::Tokenizer::BEGIN@81"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::CORE:match</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"PPI::Tokenizer::CORE:match","$color":4,"excl_time":2.15e-05,"$area":2.15e-05},"id":"10077-PPI::Tokenizer::CORE:match"},{"name":"_finalize_token","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_finalize_token</b></p><p><br />Called 56 times from 5 places in 4 files<br />Inclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0001855,"subname":"PPI::Tokenizer::_finalize_token","$color":4,"excl_time":0.0001855,"$area":0.0001855},"id":"10078-PPI::Tokenizer::_finalize_token"},{"name":"_process_next_line","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_process_next_line</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 4.47ms, 0.01%<br />Exclusive time: 433&micro;s, 0.00%</p>","incl_time":0.0044673,"subname":"PPI::Tokenizer::_process_next_line","$color":4,"excl_time":0.000433100000001345,"$area":0.000433100000001345},"id":"10079-PPI::Tokenizer::_process_next_line"},{"name":"_previous_significant_tokens","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_previous_significant_tokens</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 286&micro;s, 0.00%<br />Exclusive time: 122&micro;s, 0.00%</p>","incl_time":0.0002865,"subname":"PPI::Tokenizer::_previous_significant_tokens","$color":4,"excl_time":0.000121500000000029,"$area":0.000121500000000029},"id":"10080-PPI::Tokenizer::_previous_significant_tokens"},{"name":"BEGIN@90","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@90</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"PPI::Tokenizer::BEGIN@90","$color":4,"excl_time":6.60000000003176e-06,"$area":6.60000000003176e-06},"id":"10081-PPI::Tokenizer::BEGIN@90"},{"name":"BEGIN@82","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@82</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"PPI::Tokenizer::BEGIN@82","$color":4,"excl_time":7.90000000009715e-06,"$area":7.90000000009715e-06},"id":"10082-PPI::Tokenizer::BEGIN@82"},{"name":"BEGIN@85","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@85</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Tokenizer::BEGIN@85","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10083-PPI::Tokenizer::BEGIN@85"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"PPI::Tokenizer::BEGIN@86","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10084-PPI::Tokenizer::BEGIN@86"},{"name":"_fill_line","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_fill_line</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 411&micro;s, 0.00%<br />Exclusive time: 341&micro;s, 0.00%</p>","incl_time":0.0004105,"subname":"PPI::Tokenizer::_fill_line","$color":4,"excl_time":0.000341399999999401,"$area":0.000341399999999401},"id":"10085-PPI::Tokenizer::_fill_line"},{"name":"_clean_eof","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_clean_eof</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"PPI::Tokenizer::_clean_eof","$color":4,"excl_time":3.85e-05,"$area":3.85e-05},"id":"10086-PPI::Tokenizer::_clean_eof"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::BEGIN@83</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Tokenizer::BEGIN@83","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10087-PPI::Tokenizer::BEGIN@83"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::CORE:subst</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%</p>","incl_time":7.05e-05,"subname":"PPI::Tokenizer::CORE:subst","$color":4,"excl_time":7.05e-05,"$area":7.05e-05},"id":"10088-PPI::Tokenizer::CORE:subst"},{"name":"_new_token","children":[],"data":{"tip":"<p><b>PPI::Tokenizer::_new_token</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 727&micro;s, 0.00%<br />Exclusive time: 193&micro;s, 0.00%</p>","incl_time":0.0007271,"subname":"PPI::Tokenizer::_new_token","$color":4,"excl_time":0.000192900000001625,"$area":0.000192900000001625},"id":"10089-PPI::Tokenizer::_new_token"}],"data":{"$area":0.00298570000000386},"id":"n10067"},{"name":"::Exception","children":[{"name":"::ParserRejection","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserRejection::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"PPI::Exception::ParserRejection::BEGIN@7","$color":6,"excl_time":9e-06,"$area":9e-06},"id":"10092-PPI::Exception::ParserRejection::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserRejection::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"PPI::Exception::ParserRejection::BEGIN@6","$color":6,"excl_time":6.60000000007326e-06,"$area":6.60000000007326e-06},"id":"10093-PPI::Exception::ParserRejection::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserRejection::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Exception::ParserRejection::BEGIN@4","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10094-PPI::Exception::ParserRejection::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserRejection::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"PPI::Exception::ParserRejection::BEGIN@3","$color":6,"excl_time":1.34999999999557e-05,"$area":1.34999999999557e-05},"id":"10095-PPI::Exception::ParserRejection::BEGIN@3"}],"data":{"$area":3.2800000000029e-05},"id":"n10091"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>PPI::Exception::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Exception::BEGIN@7","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10096-PPI::Exception::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>PPI::Exception::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"PPI::Exception::BEGIN@3","$color":8,"excl_time":1.6999999999908e-05,"$area":1.6999999999908e-05},"id":"10097-PPI::Exception::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Exception::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"PPI::Exception::BEGIN@6","$color":8,"excl_time":7.89999999992736e-06,"$area":7.89999999992736e-06},"id":"10098-PPI::Exception::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>PPI::Exception::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"PPI::Exception::BEGIN@4","$color":8,"excl_time":8.79999999999988e-06,"$area":8.79999999999988e-06},"id":"10099-PPI::Exception::BEGIN@4"},{"name":"::ParserTimeout","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserTimeout::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.68e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@6","$color":10,"excl_time":1.10999999998971e-05,"$area":1.10999999998971e-05},"id":"10101-PPI::Exception::ParserTimeout::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserTimeout::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@3","$color":10,"excl_time":1.29000000000363e-05,"$area":1.29000000000363e-05},"id":"10102-PPI::Exception::ParserTimeout::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserTimeout::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@7","$color":10,"excl_time":1.47e-05,"$area":1.47e-05},"id":"10103-PPI::Exception::ParserTimeout::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>PPI::Exception::ParserTimeout::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@4","$color":10,"excl_time":1.63e-05,"$area":1.63e-05},"id":"10104-PPI::Exception::ParserTimeout::BEGIN@4"}],"data":{"$area":5.49999999999334e-05},"id":"n10100"}],"data":{"$area":0.000125399999999798},"id":"n10090"},{"name":"::Lexer","children":[{"name":"BEGIN@63","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@63</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.43e-05,"subname":"PPI::Lexer::BEGIN@63","$color":1,"excl_time":8.89999999994124e-06,"$area":8.89999999994124e-06},"id":"10106-PPI::Lexer::BEGIN@63"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"PPI::Lexer::BEGIN@59","$color":1,"excl_time":4.9e-06,"$area":4.9e-06},"id":"10107-PPI::Lexer::BEGIN@59"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"PPI::Lexer::BEGIN@60","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10108-PPI::Lexer::BEGIN@60"},{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Lexer::BEGIN@57","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10109-PPI::Lexer::BEGIN@57"},{"name":"_get_token","children":[],"data":{"tip":"<p><b>PPI::Lexer::_get_token</b></p><p><br />Called 64 times from 2 places in 1 file<br />Inclusive time: 5.15ms, 0.01%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0051515,"subname":"PPI::Lexer::_get_token","$color":1,"excl_time":0.000252000000000388,"$area":0.000252000000000388},"id":"10110-PPI::Lexer::_get_token"},{"name":"_lex_statement","children":[],"data":{"tip":"<p><b>PPI::Lexer::_lex_statement</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.42ms, 0.00%<br />Exclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0014161,"subname":"PPI::Lexer::_lex_statement","$color":1,"excl_time":0.000378999999998655,"$area":0.000378999999998655},"id":"10111-PPI::Lexer::_lex_statement"},{"name":"lex_tokenizer","children":[],"data":{"tip":"<p><b>PPI::Lexer::lex_tokenizer</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 8.55ms, 0.01%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.0085467,"subname":"PPI::Lexer::lex_tokenizer","$color":1,"excl_time":0.000118500000000003,"$area":0.000118500000000003},"id":"10112-PPI::Lexer::lex_tokenizer"},{"name":"BEGIN@1052","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@1052</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"PPI::Lexer::BEGIN@1052","$color":1,"excl_time":1.32e-05,"$area":1.32e-05},"id":"10113-PPI::Lexer::BEGIN@1052"},{"name":"BEGIN@361","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@361</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"PPI::Lexer::BEGIN@361","$color":1,"excl_time":2.19e-05,"$area":2.19e-05},"id":"10114-PPI::Lexer::BEGIN@361"},{"name":"_lex_document","children":[],"data":{"tip":"<p><b>PPI::Lexer::_lex_document</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 7.90ms, 0.01%<br />Exclusive time: 464&micro;s, 0.00%</p>","incl_time":0.0079,"subname":"PPI::Lexer::_lex_document","$color":1,"excl_time":0.000463700000002936,"$area":0.000463700000002936},"id":"10115-PPI::Lexer::_lex_document"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"PPI::Lexer::BEGIN@58","$color":1,"excl_time":8.49999999994937e-06,"$area":8.49999999994937e-06},"id":"10116-PPI::Lexer::BEGIN@58"},{"name":"lex_source","children":[],"data":{"tip":"<p><b>PPI::Lexer::lex_source</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 9.41ms, 0.01%<br />Exclusive time: 183&micro;s, 0.00%</p>","incl_time":0.009409,"subname":"PPI::Lexer::lex_source","$color":1,"excl_time":0.000183300000000441,"$area":0.000183300000000441},"id":"10117-PPI::Lexer::lex_source"},{"name":"_add_element","children":[],"data":{"tip":"<p><b>PPI::Lexer::_add_element</b></p><p><br />Called 32 times from 3 places in 1 file<br />Inclusive time: 701&micro;s, 0.00%<br />Exclusive time: 465&micro;s, 0.00%</p>","incl_time":0.0007006,"subname":"PPI::Lexer::_add_element","$color":1,"excl_time":0.000464700000009481,"$area":0.000464700000009481},"id":"10118-PPI::Lexer::_add_element"},{"name":"_statement","children":[],"data":{"tip":"<p><b>PPI::Lexer::_statement</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 484&micro;s, 0.00%<br />Exclusive time: 275&micro;s, 0.00%</p>","incl_time":0.0004845,"subname":"PPI::Lexer::_statement","$color":1,"excl_time":0.000275499999996988,"$area":0.000275499999996988},"id":"10119-PPI::Lexer::_statement"},{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Lexer::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 107&micro;s, 0.00%</p>","incl_time":0.0001278,"subname":"PPI::Lexer::new","$color":1,"excl_time":0.000106700000000781,"$area":0.000106700000000781},"id":"10120-PPI::Lexer::new"},{"name":"_rollback","children":[],"data":{"tip":"<p><b>PPI::Lexer::_rollback</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"PPI::Lexer::_rollback","$color":1,"excl_time":4.35e-05,"$area":4.35e-05},"id":"10121-PPI::Lexer::_rollback"},{"name":"BEGIN@360","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@360</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"PPI::Lexer::BEGIN@360","$color":1,"excl_time":8.39999999996537e-06,"$area":8.39999999996537e-06},"id":"10122-PPI::Lexer::BEGIN@360"},{"name":"BEGIN@100","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@100</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.38e-05,"subname":"PPI::Lexer::BEGIN@100","$color":1,"excl_time":9.89999999990337e-06,"$area":9.89999999990337e-06},"id":"10123-PPI::Lexer::BEGIN@100"},{"name":"BEGIN@97","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@97</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Lexer::BEGIN@97","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10124-PPI::Lexer::BEGIN@97"},{"name":"BEGIN@1051","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@1051</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"PPI::Lexer::BEGIN@1051","$color":1,"excl_time":9.10000000009802e-06,"$area":9.10000000009802e-06},"id":"10125-PPI::Lexer::BEGIN@1051"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"PPI::Lexer::BEGIN@56","$color":1,"excl_time":1.81999999999557e-05,"$area":1.81999999999557e-05},"id":"10126-PPI::Lexer::BEGIN@56"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"PPI::Lexer::BEGIN@64","$color":1,"excl_time":1.13e-05,"$area":1.13e-05},"id":"10127-PPI::Lexer::BEGIN@64"},{"name":"_add_delayed","children":[],"data":{"tip":"<p><b>PPI::Lexer::_add_delayed</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.65e-05,"subname":"PPI::Lexer::_add_delayed","$color":1,"excl_time":6.65e-05,"$area":6.65e-05},"id":"10128-PPI::Lexer::_add_delayed"},{"name":"BEGIN@96","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@96</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"PPI::Lexer::BEGIN@96","$color":1,"excl_time":6.79999999996187e-06,"$area":6.79999999996187e-06},"id":"10129-PPI::Lexer::BEGIN@96"},{"name":"_clear","children":[],"data":{"tip":"<p><b>PPI::Lexer::_clear</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"PPI::Lexer::_clear","$color":1,"excl_time":2.11e-05,"$area":2.11e-05},"id":"10130-PPI::Lexer::_clear"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>PPI::Lexer::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"PPI::Lexer::BEGIN@61","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"10131-PPI::Lexer::BEGIN@61"}],"data":{"$area":0.00250950000000945},"id":"n10105"},{"name":"::Structure","children":[{"name":"::List","children":[{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Structure::List::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"PPI::Structure::List::BEGIN@43","$color":3,"excl_time":9.1e-06,"$area":9.1e-06},"id":"10134-PPI::Structure::List::BEGIN@43"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Structure::List::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"PPI::Structure::List::BEGIN@39","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"10135-PPI::Structure::List::BEGIN@39"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Structure::List::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Structure::List::BEGIN@40","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"10136-PPI::Structure::List::BEGIN@40"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Structure::List::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"PPI::Structure::List::BEGIN@38","$color":3,"excl_time":2.08999999999434e-05,"$area":2.08999999999434e-05},"id":"10137-PPI::Structure::List::BEGIN@38"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Structure::List::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"PPI::Structure::List::BEGIN@42","$color":3,"excl_time":1.00999999999051e-05,"$area":1.00999999999051e-05},"id":"10138-PPI::Structure::List::BEGIN@42"}],"data":{"$area":4.98999999998485e-05},"id":"n10133"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@98</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"PPI::Structure::BEGIN@98","$color":5,"excl_time":1.11e-05,"$area":1.11e-05},"id":"10139-PPI::Structure::BEGIN@98"},{"name":"BEGIN@93","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@93</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"PPI::Structure::BEGIN@93","$color":5,"excl_time":6.99999999998925e-06,"$area":6.99999999998925e-06},"id":"10140-PPI::Structure::BEGIN@93"},{"name":"BEGIN@107","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@107</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 248&micro;s, 0.00%</p>","incl_time":0.0003133,"subname":"PPI::Structure::BEGIN@107","$color":5,"excl_time":0.000247999999999843,"$area":0.000247999999999843},"id":"10141-PPI::Structure::BEGIN@107"},{"name":"BEGIN@92","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@92</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Structure::BEGIN@92","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10142-PPI::Structure::BEGIN@92"},{"name":"BEGIN@110","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@110</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 252&micro;s, 0.00%<br />Exclusive time: 182&micro;s, 0.00%</p>","incl_time":0.0002518,"subname":"PPI::Structure::BEGIN@110","$color":5,"excl_time":0.000182300000000277,"$area":0.000182300000000277},"id":"10143-PPI::Structure::BEGIN@110"},{"name":"BEGIN@95","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@95</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Structure::BEGIN@95","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10144-PPI::Structure::BEGIN@95"},{"name":"BEGIN@106","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@106</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 234&micro;s, 0.00%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0002344,"subname":"PPI::Structure::BEGIN@106","$color":5,"excl_time":0.000168100000000147,"$area":0.000168100000000147},"id":"10145-PPI::Structure::BEGIN@106"},{"name":"BEGIN@97","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@97</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"PPI::Structure::BEGIN@97","$color":5,"excl_time":1.54999999999494e-05,"$area":1.54999999999494e-05},"id":"10146-PPI::Structure::BEGIN@97"},{"name":"BEGIN@91","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@91</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"PPI::Structure::BEGIN@91","$color":5,"excl_time":1.33000000000248e-05,"$area":1.33000000000248e-05},"id":"10147-PPI::Structure::BEGIN@91"},{"name":"BEGIN@105","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@105</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 193&micro;s, 0.00%</p>","incl_time":0.0002653,"subname":"PPI::Structure::BEGIN@105","$color":5,"excl_time":0.000192799999999858,"$area":0.000192799999999858},"id":"10148-PPI::Structure::BEGIN@105"},{"name":"BEGIN@111","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@111</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0002381,"subname":"PPI::Structure::BEGIN@111","$color":5,"excl_time":0.000172000000000042,"$area":0.000172000000000042},"id":"10149-PPI::Structure::BEGIN@111"},{"name":"BEGIN@109","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@109</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 460&micro;s, 0.00%<br />Exclusive time: 359&micro;s, 0.00%</p>","incl_time":0.0004601,"subname":"PPI::Structure::BEGIN@109","$color":5,"excl_time":0.000358600000000023,"$area":0.000358600000000023},"id":"10150-PPI::Structure::BEGIN@109"},{"name":"BEGIN@104","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@104</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 195&micro;s, 0.00%</p>","incl_time":0.0002651,"subname":"PPI::Structure::BEGIN@104","$color":5,"excl_time":0.000194999999999927,"$area":0.000194999999999927},"id":"10151-PPI::Structure::BEGIN@104"},{"name":"BEGIN@94","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@94</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Structure::BEGIN@94","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10152-PPI::Structure::BEGIN@94"},{"name":"BEGIN@108","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@108</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.00%<br />Exclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0002383,"subname":"PPI::Structure::BEGIN@108","$color":5,"excl_time":0.000169799999999973,"$area":0.000169799999999973},"id":"10153-PPI::Structure::BEGIN@108"},{"name":"BEGIN@112","children":[],"data":{"tip":"<p><b>PPI::Structure::BEGIN@112</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 227&micro;s, 0.00%<br />Exclusive time: 165&micro;s, 0.00%</p>","incl_time":0.0002269,"subname":"PPI::Structure::BEGIN@112","$color":5,"excl_time":0.000164899999999993,"$area":0.000164899999999993},"id":"10154-PPI::Structure::BEGIN@112"},{"name":"::Block","children":[{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Structure::Block::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Structure::Block::BEGIN@46","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10156-PPI::Structure::Block::BEGIN@46"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Structure::Block::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"PPI::Structure::Block::BEGIN@48","$color":7,"excl_time":6.79999999992199e-06,"$area":6.79999999992199e-06},"id":"10157-PPI::Structure::Block::BEGIN@48"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Structure::Block::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"PPI::Structure::Block::BEGIN@45","$color":7,"excl_time":1.37000000000831e-05,"$area":1.37000000000831e-05},"id":"10158-PPI::Structure::Block::BEGIN@45"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Structure::Block::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"PPI::Structure::Block::BEGIN@49","$color":7,"excl_time":9.2e-06,"$area":9.2e-06},"id":"10159-PPI::Structure::Block::BEGIN@49"}],"data":{"$area":3.36000000000051e-05},"id":"n10155"},{"name":"::Constructor","children":[{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Structure::Constructor::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"PPI::Structure::Constructor::BEGIN@38","$color":9,"excl_time":6.19999999995562e-06,"$area":6.19999999995562e-06},"id":"10161-PPI::Structure::Constructor::BEGIN@38"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Structure::Constructor::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Structure::Constructor::BEGIN@36","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10162-PPI::Structure::Constructor::BEGIN@36"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Structure::Constructor::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"PPI::Structure::Constructor::BEGIN@35","$color":9,"excl_time":1.55000000000363e-05,"$area":1.55000000000363e-05},"id":"10163-PPI::Structure::Constructor::BEGIN@35"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Structure::Constructor::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"PPI::Structure::Constructor::BEGIN@39","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"10164-PPI::Structure::Constructor::BEGIN@39"}],"data":{"$area":3.31999999999919e-05},"id":"n10160"},{"name":"::Condition","children":[{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Structure::Condition::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"PPI::Structure::Condition::BEGIN@44","$color":0,"excl_time":1.48e-05,"$area":1.48e-05},"id":"10166-PPI::Structure::Condition::BEGIN@44"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Structure::Condition::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"PPI::Structure::Condition::BEGIN@40","$color":0,"excl_time":1.40999999999779e-05,"$area":1.40999999999779e-05},"id":"10167-PPI::Structure::Condition::BEGIN@40"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Structure::Condition::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"PPI::Structure::Condition::BEGIN@43","$color":0,"excl_time":6.69999999989724e-06,"$area":6.69999999989724e-06},"id":"10168-PPI::Structure::Condition::BEGIN@43"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Structure::Condition::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Structure::Condition::BEGIN@41","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10169-PPI::Structure::Condition::BEGIN@41"}],"data":{"$area":3.91999999998751e-05},"id":"n10165"},{"name":"::When","children":[{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Structure::When::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"PPI::Structure::When::BEGIN@39","$color":2,"excl_time":6.2000000000954e-06,"$area":6.2000000000954e-06},"id":"10171-PPI::Structure::When::BEGIN@39"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Structure::When::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"PPI::Structure::When::BEGIN@40","$color":2,"excl_time":7.7e-06,"$area":7.7e-06},"id":"10172-PPI::Structure::When::BEGIN@40"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Structure::When::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Structure::When::BEGIN@37","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10173-PPI::Structure::When::BEGIN@37"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Structure::When::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"PPI::Structure::When::BEGIN@36","$color":2,"excl_time":1.24999999999779e-05,"$area":1.24999999999779e-05},"id":"10174-PPI::Structure::When::BEGIN@36"}],"data":{"$area":2.98000000000733e-05},"id":"n10170"},{"name":"::Subscript","children":[{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Structure::Subscript::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"PPI::Structure::Subscript::BEGIN@44","$color":4,"excl_time":6.40000000006089e-06,"$area":6.40000000006089e-06},"id":"10176-PPI::Structure::Subscript::BEGIN@44"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Structure::Subscript::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"PPI::Structure::Subscript::BEGIN@41","$color":4,"excl_time":1.41999999999195e-05,"$area":1.41999999999195e-05},"id":"10177-PPI::Structure::Subscript::BEGIN@41"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Structure::Subscript::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"PPI::Structure::Subscript::BEGIN@45","$color":4,"excl_time":1.17e-05,"$area":1.17e-05},"id":"10178-PPI::Structure::Subscript::BEGIN@45"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Structure::Subscript::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Structure::Subscript::BEGIN@42","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10179-PPI::Structure::Subscript::BEGIN@42"}],"data":{"$area":3.59999999999804e-05},"id":"n10175"},{"name":"::Unknown","children":[{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Structure::Unknown::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Structure::Unknown::BEGIN@42","$color":6,"excl_time":1.28999999999779e-05,"$area":1.28999999999779e-05},"id":"10181-PPI::Structure::Unknown::BEGIN@42"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Structure::Unknown::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"PPI::Structure::Unknown::BEGIN@45","$color":6,"excl_time":6.90000000007239e-06,"$area":6.90000000007239e-06},"id":"10182-PPI::Structure::Unknown::BEGIN@45"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Structure::Unknown::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Structure::Unknown::BEGIN@43","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10183-PPI::Structure::Unknown::BEGIN@43"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Structure::Unknown::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Structure::Unknown::BEGIN@46","$color":6,"excl_time":9.6e-06,"$area":9.6e-06},"id":"10184-PPI::Structure::Unknown::BEGIN@46"}],"data":{"$area":3.31000000000503e-05},"id":"n10180"},{"name":"::For","children":[{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Structure::For::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Structure::For::BEGIN@37","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10186-PPI::Structure::For::BEGIN@37"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Structure::For::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"PPI::Structure::For::BEGIN@40","$color":8,"excl_time":1.08e-05,"$area":1.08e-05},"id":"10187-PPI::Structure::For::BEGIN@40"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Structure::For::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"PPI::Structure::For::BEGIN@36","$color":8,"excl_time":1.31000000000363e-05,"$area":1.31000000000363e-05},"id":"10188-PPI::Structure::For::BEGIN@36"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Structure::For::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"PPI::Structure::For::BEGIN@39","$color":8,"excl_time":5.90000000003701e-06,"$area":5.90000000003701e-06},"id":"10189-PPI::Structure::For::BEGIN@39"}],"data":{"$area":3.31000000000733e-05},"id":"n10185"},{"name":"::Given","children":[{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Structure::Given::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"PPI::Structure::Given::BEGIN@36","$color":10,"excl_time":1.58999999999195e-05,"$area":1.58999999999195e-05},"id":"10191-PPI::Structure::Given::BEGIN@36"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Structure::Given::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"PPI::Structure::Given::BEGIN@37","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"10192-PPI::Structure::Given::BEGIN@37"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Structure::Given::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"PPI::Structure::Given::BEGIN@40","$color":10,"excl_time":8.6e-06,"$area":8.6e-06},"id":"10193-PPI::Structure::Given::BEGIN@40"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Structure::Given::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"PPI::Structure::Given::BEGIN@39","$color":10,"excl_time":6.60000000001401e-06,"$area":6.60000000001401e-06},"id":"10194-PPI::Structure::Given::BEGIN@39"}],"data":{"$area":3.52999999999335e-05},"id":"n10190"}],"data":{"$area":0.00223219999999988},"id":"n10132"},{"name":"::Node","children":[{"name":"__ANON__[(eval 1518)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","children":[],"data":{"tip":"<p><b>PPI::Node::__ANON__[(eval 1518)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 277&micro;s, 0.00%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0002768,"subname":"PPI::Node::__ANON__[(eval 1518)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":1,"excl_time":0.000217900000000915,"$area":0.000217900000000915},"id":"10196-PPI::Node::__ANON__[(eval 1518)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Node::BEGIN@56","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10197-PPI::Node::BEGIN@56"},{"name":"add_element","children":[],"data":{"tip":"<p><b>PPI::Node::add_element</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 182&micro;s, 0.00%<br />Exclusive time: 117&micro;s, 0.00%</p>","incl_time":0.0001821,"subname":"PPI::Node::add_element","$color":1,"excl_time":0.000116500000006107,"$area":0.000116500000006107},"id":"10198-PPI::Node::add_element"},{"name":"__ANON__[(eval 1519)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","children":[],"data":{"tip":"<p><b>PPI::Node::__ANON__[(eval 1519)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 255&micro;s, 0.00%<br />Exclusive time: 199&micro;s, 0.00%</p>","incl_time":0.0002554,"subname":"PPI::Node::__ANON__[(eval 1519)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":1,"excl_time":0.000198600000007248,"$area":0.000198600000007248},"id":"10199-PPI::Node::__ANON__[(eval 1519)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]"},{"name":"_wanted","children":[],"data":{"tip":"<p><b>PPI::Node::_wanted</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 2.67ms, 0.00%<br />Exclusive time: 2.35ms, 0.00%</p>","incl_time":0.0026747,"subname":"PPI::Node::_wanted","$color":1,"excl_time":0.00234990000000309,"$area":0.00234990000000309},"id":"10200-PPI::Node::_wanted"},{"name":"__ANON__[(eval 1520)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","children":[],"data":{"tip":"<p><b>PPI::Node::__ANON__[(eval 1520)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.000259,"subname":"PPI::Node::__ANON__[(eval 1520)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":1,"excl_time":0.000205000000006219,"$area":0.000205000000006219},"id":"10201-PPI::Node::__ANON__[(eval 1520)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"PPI::Node::BEGIN@54","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10202-PPI::Node::BEGIN@54"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"PPI::Node::BEGIN@52","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10203-PPI::Node::BEGIN@52"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"PPI::Node::BEGIN@58","$color":1,"excl_time":6.19999999990249e-06,"$area":6.19999999990249e-06},"id":"10204-PPI::Node::BEGIN@58"},{"name":"schild","children":[],"data":{"tip":"<p><b>PPI::Node::schild</b></p><p><br />Called 16 times from 2 places in 1 file<br />Inclusive time: 144&micro;s, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001435,"subname":"PPI::Node::schild","$color":1,"excl_time":0.000128800000001409,"$area":0.000128800000001409},"id":"10205-PPI::Node::schild"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>PPI::Node::DESTROY</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 543&micro;s, 0.00%<br />Exclusive time: 385&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 46&micro;s</p>","incl_time":0.0005427,"subname":"PPI::Node::DESTROY","$color":1,"excl_time":0.000385199999997687,"$area":0.000385199999997687},"id":"10206-PPI::Node::DESTROY"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"PPI::Node::BEGIN@53","$color":1,"excl_time":6.30000000008039e-06,"$area":6.30000000008039e-06},"id":"10207-PPI::Node::BEGIN@53"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"PPI::Node::BEGIN@59","$color":1,"excl_time":9.6e-06,"$area":9.6e-06},"id":"10208-PPI::Node::BEGIN@59"},{"name":"__ANON__[(eval 1521)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","children":[],"data":{"tip":"<p><b>PPI::Node::__ANON__[(eval 1521)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]</b></p><p><br />Called 56 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.00%<br />Exclusive time: 197&micro;s, 0.00%</p>","incl_time":0.0002589,"subname":"PPI::Node::__ANON__[(eval 1521)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":1,"excl_time":0.000197000000007157,"$area":0.000197000000007157},"id":"10209-PPI::Node::__ANON__[(eval 1521)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]"},{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Node::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 301&micro;s, 0.00%</p>","incl_time":0.0003009,"subname":"PPI::Node::new","$color":1,"excl_time":0.0003009,"$area":0.0003009},"id":"10210-PPI::Node::new"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"PPI::Node::BEGIN@51","$color":1,"excl_time":1.27999999999195e-05,"$area":1.27999999999195e-05},"id":"10211-PPI::Node::BEGIN@51"},{"name":"first_element","children":[],"data":{"tip":"<p><b>PPI::Node::first_element</b></p><p><br />Called 16 times from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"PPI::Node::first_element","$color":1,"excl_time":3.09e-05,"$area":3.09e-05},"id":"10212-PPI::Node::first_element"},{"name":"find","children":[],"data":{"tip":"<p><b>PPI::Node::find</b></p><p><br />Called 32 times from 4 places in 1 file<br />Inclusive time: 5.77ms, 0.01%<br />Exclusive time: 1.81ms, 0.00%</p>","incl_time":0.0057694,"subname":"PPI::Node::find","$color":1,"excl_time":0.0018123000000377,"$area":0.0018123000000377},"id":"10213-PPI::Node::find"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>PPI::Node::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"PPI::Node::BEGIN@55","$color":1,"excl_time":7.19999999989636e-06,"$area":7.19999999989636e-06},"id":"10214-PPI::Node::BEGIN@55"}],"data":{"$area":0.00599510000006734},"id":"n10195"},{"name":"::Element","children":[{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"PPI::Element::BEGIN@26","$color":3,"excl_time":9.99999999997687e-06,"$area":9.99999999997687e-06},"id":"10216-PPI::Element::BEGIN@26"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"PPI::Element::BEGIN@46","$color":3,"excl_time":7.79999999995299e-06,"$area":7.79999999995299e-06},"id":"10217-PPI::Element::BEGIN@46"},{"name":"next_sibling","children":[],"data":{"tip":"<p><b>PPI::Element::next_sibling</b></p><p><br />Called 48 times from 1 place in 1 file<br />Inclusive time: 1.23ms, 0.00%<br />Exclusive time: 759&micro;s, 0.00%</p>","incl_time":0.001229,"subname":"PPI::Element::next_sibling","$color":3,"excl_time":0.000759300000029737,"$area":0.000759300000029737},"id":"10218-PPI::Element::next_sibling"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"PPI::Element::BEGIN@43","$color":3,"excl_time":6.59999999995212e-06,"$area":6.59999999995212e-06},"id":"10219-PPI::Element::BEGIN@43"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"PPI::Element::BEGIN@33","$color":3,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10220-PPI::Element::BEGIN@33"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"PPI::Element::BEGIN@44","$color":3,"excl_time":8.39999999994236e-06,"$area":8.39999999994236e-06},"id":"10221-PPI::Element::BEGIN@44"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.44ms, 0.00%<br />Exclusive time: 2.29ms, 0.00%</p>","incl_time":0.0024367,"subname":"PPI::Element::BEGIN@30","$color":3,"excl_time":0.0022887999999998,"$area":0.0022887999999998},"id":"10222-PPI::Element::BEGIN@30"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"PPI::Element::BEGIN@27","$color":3,"excl_time":7.59999999999988e-06,"$area":7.59999999999988e-06},"id":"10223-PPI::Element::BEGIN@27"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"PPI::Element::BEGIN@41","$color":3,"excl_time":1.1500000000052e-05,"$area":1.1500000000052e-05},"id":"10224-PPI::Element::BEGIN@41"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Element::BEGIN@28","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10225-PPI::Element::BEGIN@28"},{"name":"clone","children":[],"data":{"tip":"<p><b>PPI::Element::clone</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":8.63e-05,"subname":"PPI::Element::clone","$color":3,"excl_time":3.18000000003757e-05,"$area":3.18000000003757e-05},"id":"10226-PPI::Element::clone"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>PPI::Element::DESTROY</b></p><p><br />Called 64 times from 3 places in 3 files<br />Inclusive time: 278&micro;s, 0.00%<br />Exclusive time: 237&micro;s, 0.00%</p>","incl_time":0.0002775,"subname":"PPI::Element::DESTROY","$color":3,"excl_time":0.000236900000006493,"$area":0.000236900000006493},"id":"10227-PPI::Element::DESTROY"},{"name":"parent","children":[],"data":{"tip":"<p><b>PPI::Element::parent</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"PPI::Element::parent","$color":3,"excl_time":3.350000000082e-05,"$area":3.350000000082e-05},"id":"10228-PPI::Element::parent"},{"name":"first_token","children":[],"data":{"tip":"<p><b>PPI::Element::first_token</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 257&micro;s, 0.00%<br />Exclusive time: 189&micro;s, 0.00%</p>","incl_time":0.0002568,"subname":"PPI::Element::first_token","$color":3,"excl_time":0.000188700000005758,"$area":0.000188700000005758},"id":"10229-PPI::Element::first_token"},{"name":"next_token","children":[],"data":{"tip":"<p><b>PPI::Element::next_token</b></p><p><br />Called 40 times from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.00%<br />Exclusive time: 448&micro;s, 0.00%</p>","incl_time":0.0019073,"subname":"PPI::Element::next_token","$color":3,"excl_time":0.000447900000013878,"$area":0.000447900000013878},"id":"10230-PPI::Element::next_token"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"PPI::Element::BEGIN@24","$color":3,"excl_time":1.37999999999664e-05,"$area":1.37999999999664e-05},"id":"10231-PPI::Element::BEGIN@24"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 576&micro;s, 0.00%<br />Exclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0005764,"subname":"PPI::Element::BEGIN@25","$color":3,"excl_time":0.000207000000000147,"$area":0.000207000000000147},"id":"10232-PPI::Element::BEGIN@25"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"PPI::Element::BEGIN@45","$color":3,"excl_time":1.12000000000485e-05,"$area":1.12000000000485e-05},"id":"10233-PPI::Element::BEGIN@45"},{"name":"significant","children":[],"data":{"tip":"<p><b>PPI::Element::significant</b></p><p><br />Called 56 times from 4 places in 3 files<br />Inclusive time: 65&micro;s, 0.00%</p>","incl_time":6.49e-05,"subname":"PPI::Element::significant","$color":3,"excl_time":6.49e-05,"$area":6.49e-05},"id":"10234-PPI::Element::significant"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.73e-05,"subname":"PPI::Element::BEGIN@32","$color":3,"excl_time":1.14000000000024e-05,"$area":1.14000000000024e-05},"id":"10235-PPI::Element::BEGIN@32"},{"name":"class","children":[],"data":{"tip":"<p><b>PPI::Element::class</b></p><p><br />Called 56 times from 5 places in 1 file<br />Inclusive time: 89&micro;s, 0.00%</p>","incl_time":8.91e-05,"subname":"PPI::Element::class","$color":3,"excl_time":8.91e-05,"$area":8.91e-05},"id":"10236-PPI::Element::class"},{"name":"snext_sibling","children":[],"data":{"tip":"<p><b>PPI::Element::snext_sibling</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 239&micro;s, 0.00%<br />Exclusive time: 148&micro;s, 0.00%</p>","incl_time":0.0002389,"subname":"PPI::Element::snext_sibling","$color":3,"excl_time":0.000148100000002052,"$area":0.000148100000002052},"id":"10237-PPI::Element::snext_sibling"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Element::BEGIN@29","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10238-PPI::Element::BEGIN@29"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Element::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"PPI::Element::BEGIN@42","$color":3,"excl_time":6.69999999997687e-06,"$area":6.69999999997687e-06},"id":"10239-PPI::Element::BEGIN@42"}],"data":{"$area":0.00460380000005893},"id":"n10215"},{"name":"::Statement","children":[{"name":"::Break","children":[{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Statement::Break::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001118,"subname":"PPI::Statement::Break::BEGIN@43","$color":5,"excl_time":1.03000000000234e-05,"$area":1.03000000000234e-05},"id":"10242-PPI::Statement::Break::BEGIN@43"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Statement::Break::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"PPI::Statement::Break::BEGIN@40","$color":5,"excl_time":1.49000000000716e-05,"$area":1.49000000000716e-05},"id":"10243-PPI::Statement::Break::BEGIN@40"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Statement::Break::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"PPI::Statement::Break::BEGIN@44","$color":5,"excl_time":1.36e-05,"$area":1.36e-05},"id":"10244-PPI::Statement::Break::BEGIN@44"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Statement::Break::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Statement::Break::BEGIN@41","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10245-PPI::Statement::Break::BEGIN@41"}],"data":{"$area":4.3100000000095e-05},"id":"n10241"},{"name":"BEGIN@167","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@167</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.02ms, 0.00%<br />Exclusive time: 660&micro;s, 0.00%</p>","incl_time":0.0010222,"subname":"PPI::Statement::BEGIN@167","$color":7,"excl_time":0.000660499999999758,"$area":0.000660499999999758},"id":"10246-PPI::Statement::BEGIN@167"},{"name":"BEGIN@171","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@171</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Statement::BEGIN@171","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"10247-PPI::Statement::BEGIN@171"},{"name":"BEGIN@153","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@153</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"PPI::Statement::BEGIN@153","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10248-PPI::Statement::BEGIN@153"},{"name":"BEGIN@175","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@175</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 659&micro;s, 0.00%<br />Exclusive time: 558&micro;s, 0.00%</p>","incl_time":0.0006594,"subname":"PPI::Statement::BEGIN@175","$color":7,"excl_time":0.000557799999999965,"$area":0.000557799999999965},"id":"10249-PPI::Statement::BEGIN@175"},{"name":"BEGIN@169","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@169</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 351&micro;s, 0.00%<br />Exclusive time: 276&micro;s, 0.00%</p>","incl_time":0.0003512,"subname":"PPI::Statement::BEGIN@169","$color":7,"excl_time":0.000276499999999684,"$area":0.000276499999999684},"id":"10250-PPI::Statement::BEGIN@169"},{"name":"BEGIN@150","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@150</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Statement::BEGIN@150","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10251-PPI::Statement::BEGIN@150"},{"name":"BEGIN@162","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@162</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 427&micro;s, 0.00%<br />Exclusive time: 279&micro;s, 0.00%</p>","incl_time":0.0004273,"subname":"PPI::Statement::BEGIN@162","$color":7,"excl_time":0.000279400000000021,"$area":0.000279400000000021},"id":"10252-PPI::Statement::BEGIN@162"},{"name":"__LEXER__normal","children":[],"data":{"tip":"<p><b>PPI::Statement::__LEXER__normal</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"PPI::Statement::__LEXER__normal","$color":7,"excl_time":1.55e-05,"$area":1.55e-05},"id":"10253-PPI::Statement::__LEXER__normal"},{"name":"BEGIN@173","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@173</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 254&micro;s, 0.00%<br />Exclusive time: 189&micro;s, 0.00%</p>","incl_time":0.000254,"subname":"PPI::Statement::BEGIN@173","$color":7,"excl_time":0.000188799999999901,"$area":0.000188799999999901},"id":"10254-PPI::Statement::BEGIN@173"},{"name":"BEGIN@166","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@166</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 274&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0002736,"subname":"PPI::Statement::BEGIN@166","$color":7,"excl_time":0.000200900000000185,"$area":0.000200900000000185},"id":"10255-PPI::Statement::BEGIN@166"},{"name":"BEGIN@152","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@152</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Statement::BEGIN@152","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10256-PPI::Statement::BEGIN@152"},{"name":"BEGIN@149","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@149</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"PPI::Statement::BEGIN@149","$color":7,"excl_time":3.84000000000504e-05,"$area":3.84000000000504e-05},"id":"10257-PPI::Statement::BEGIN@149"},{"name":"BEGIN@174","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@174</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 249&micro;s, 0.00%<br />Exclusive time: 180&micro;s, 0.00%</p>","incl_time":0.0002492,"subname":"PPI::Statement::BEGIN@174","$color":7,"excl_time":0.000179700000000277,"$area":0.000179700000000277},"id":"10258-PPI::Statement::BEGIN@174"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@168</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 261&micro;s, 0.00%<br />Exclusive time: 188&micro;s, 0.00%</p>","incl_time":0.0002607,"subname":"PPI::Statement::BEGIN@168","$color":7,"excl_time":0.000187999999999963,"$area":0.000187999999999963},"id":"10259-PPI::Statement::BEGIN@168"},{"name":"BEGIN@165","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@165</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 277&micro;s, 0.00%<br />Exclusive time: 206&micro;s, 0.00%</p>","incl_time":0.000277,"subname":"PPI::Statement::BEGIN@165","$color":7,"excl_time":0.000205699999999893,"$area":0.000205699999999893},"id":"10260-PPI::Statement::BEGIN@165"},{"name":"BEGIN@170","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@170</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 961&micro;s, 0.00%<br />Exclusive time: 291&micro;s, 0.00%</p>","incl_time":0.000961,"subname":"PPI::Statement::BEGIN@170","$color":7,"excl_time":0.000291299999999783,"$area":0.000291299999999783},"id":"10261-PPI::Statement::BEGIN@170"},{"name":"BEGIN@151","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@151</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"PPI::Statement::BEGIN@151","$color":7,"excl_time":8.20000000003163e-06,"$area":8.20000000003163e-06},"id":"10262-PPI::Statement::BEGIN@151"},{"name":"BEGIN@164","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@164</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 307&micro;s, 0.00%<br />Exclusive time: 223&micro;s, 0.00%</p>","incl_time":0.000307,"subname":"PPI::Statement::BEGIN@164","$color":7,"excl_time":0.000223499999999875,"$area":0.000223499999999875},"id":"10263-PPI::Statement::BEGIN@164"},{"name":"BEGIN@155","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@155</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"PPI::Statement::BEGIN@155","$color":7,"excl_time":8.00000000000063e-06,"$area":8.00000000000063e-06},"id":"10264-PPI::Statement::BEGIN@155"},{"name":"BEGIN@156","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@156</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"PPI::Statement::BEGIN@156","$color":7,"excl_time":1.3e-05,"$area":1.3e-05},"id":"10265-PPI::Statement::BEGIN@156"},{"name":"BEGIN@172","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@172</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 305&micro;s, 0.00%<br />Exclusive time: 236&micro;s, 0.00%</p>","incl_time":0.0003051,"subname":"PPI::Statement::BEGIN@172","$color":7,"excl_time":0.000235899999999786,"$area":0.000235899999999786},"id":"10266-PPI::Statement::BEGIN@172"},{"name":"BEGIN@176","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@176</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 312&micro;s, 0.00%<br />Exclusive time: 246&micro;s, 0.00%</p>","incl_time":0.0003117,"subname":"PPI::Statement::BEGIN@176","$color":7,"excl_time":0.000245900000000217,"$area":0.000245900000000217},"id":"10267-PPI::Statement::BEGIN@176"},{"name":"new","children":[],"data":{"tip":"<p><b>PPI::Statement::new</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 437&micro;s, 0.00%<br />Exclusive time: 370&micro;s, 0.00%</p>","incl_time":0.0004365,"subname":"PPI::Statement::new","$color":7,"excl_time":0.000369900000001083,"$area":0.000369900000001083},"id":"10268-PPI::Statement::new"},{"name":"BEGIN@163","children":[],"data":{"tip":"<p><b>PPI::Statement::BEGIN@163</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 716&micro;s, 0.00%<br />Exclusive time: 618&micro;s, 0.00%</p>","incl_time":0.0007164,"subname":"PPI::Statement::BEGIN@163","$color":7,"excl_time":0.000618499999999905,"$area":0.000618499999999905},"id":"10269-PPI::Statement::BEGIN@163"},{"name":"::Expression","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.87e-05,"subname":"PPI::Statement::Expression::BEGIN@41","$color":9,"excl_time":6.19999999989811e-06,"$area":6.19999999989811e-06},"id":"10271-PPI::Statement::Expression::BEGIN@41"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Statement::Expression::BEGIN@39","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10272-PPI::Statement::Expression::BEGIN@39"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"PPI::Statement::Expression::BEGIN@38","$color":9,"excl_time":1.60999999999549e-05,"$area":1.60999999999549e-05},"id":"10273-PPI::Statement::Expression::BEGIN@38"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"PPI::Statement::Expression::BEGIN@42","$color":9,"excl_time":1.07e-05,"$area":1.07e-05},"id":"10274-PPI::Statement::Expression::BEGIN@42"},{"name":"::TCUnion","children":[{"name":"BEGIN@831","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::TCUnion::BEGIN@831</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 97&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":9.74e-05,"subname":"PPI::Statement::Expression::TCUnion::BEGIN@831","$color":0,"excl_time":1.19000000000394e-05,"$area":1.19000000000394e-05},"id":"10276-PPI::Statement::Expression::TCUnion::BEGIN@831"}],"data":{"$area":1.19000000000394e-05},"id":"n10275"},{"name":"::TCParams","children":[{"name":"BEGIN@871","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::TCParams::BEGIN@871</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001018,"subname":"PPI::Statement::Expression::TCParams::BEGIN@871","$color":2,"excl_time":1.03999999999252e-05,"$area":1.03999999999252e-05},"id":"10278-PPI::Statement::Expression::TCParams::BEGIN@871"},{"name":"BEGIN@841","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::TCParams::BEGIN@841</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"PPI::Statement::Expression::TCParams::BEGIN@841","$color":2,"excl_time":7.90000000007666e-06,"$area":7.90000000007666e-06},"id":"10279-PPI::Statement::Expression::TCParams::BEGIN@841"},{"name":"BEGIN@842","children":[],"data":{"tip":"<p><b>PPI::Statement::Expression::TCParams::BEGIN@842</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.40ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0053976,"subname":"PPI::Statement::Expression::TCParams::BEGIN@842","$color":2,"excl_time":1.10999999998179e-05,"$area":1.10999999998179e-05},"id":"10280-PPI::Statement::Expression::TCParams::BEGIN@842"}],"data":{"$area":2.93999999998197e-05},"id":"n10277"}],"data":{"$area":7.79999999997121e-05},"id":"n10270"},{"name":"::UnmatchedBrace","children":[{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>PPI::Statement::UnmatchedBrace::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@50","$color":4,"excl_time":6.20000000001401e-06,"$area":6.20000000001401e-06},"id":"10282-PPI::Statement::UnmatchedBrace::BEGIN@50"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::UnmatchedBrace::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@47","$color":4,"excl_time":1.30999999999195e-05,"$area":1.30999999999195e-05},"id":"10283-PPI::Statement::UnmatchedBrace::BEGIN@47"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Statement::UnmatchedBrace::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@48","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10284-PPI::Statement::UnmatchedBrace::BEGIN@48"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Statement::UnmatchedBrace::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@51","$color":4,"excl_time":8.9e-06,"$area":8.9e-06},"id":"10285-PPI::Statement::UnmatchedBrace::BEGIN@51"}],"data":{"$area":3.19999999999335e-05},"id":"n10281"},{"name":"::End","children":[{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Statement::End::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Statement::End::BEGIN@48","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10287-PPI::Statement::End::BEGIN@48"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::End::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"PPI::Statement::End::BEGIN@47","$color":6,"excl_time":1.44999999999664e-05,"$area":1.44999999999664e-05},"id":"10288-PPI::Statement::End::BEGIN@47"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>PPI::Statement::End::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.99e-05,"subname":"PPI::Statement::End::BEGIN@50","$color":6,"excl_time":6.50000000003876e-06,"$area":6.50000000003876e-06},"id":"10289-PPI::Statement::End::BEGIN@50"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Statement::End::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"PPI::Statement::End::BEGIN@51","$color":6,"excl_time":1e-05,"$area":1e-05},"id":"10290-PPI::Statement::End::BEGIN@51"}],"data":{"$area":3.48000000000051e-05},"id":"n10286"},{"name":"::Include","children":[{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.82e-05,"subname":"PPI::Statement::Include::BEGIN@51","$color":8,"excl_time":7.50000000006089e-06,"$area":7.50000000006089e-06},"id":"10292-PPI::Statement::Include::BEGIN@51"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"PPI::Statement::Include::BEGIN@47","$color":8,"excl_time":1.5599999999908e-05,"$area":1.5599999999908e-05},"id":"10293-PPI::Statement::Include::BEGIN@47"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Statement::Include::BEGIN@48","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10294-PPI::Statement::Include::BEGIN@48"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"PPI::Statement::Include::BEGIN@52","$color":8,"excl_time":1.83e-05,"$area":1.83e-05},"id":"10295-PPI::Statement::Include::BEGIN@52"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 282&micro;s, 0.00%<br />Exclusive time: 211&micro;s, 0.00%</p>","incl_time":0.0002825,"subname":"PPI::Statement::Include::BEGIN@49","$color":8,"excl_time":0.000211200000000115,"$area":0.000211200000000115},"id":"10296-PPI::Statement::Include::BEGIN@49"},{"name":"::Perl6","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::Perl6::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"PPI::Statement::Include::Perl6::BEGIN@41","$color":10,"excl_time":1.64000000000946e-05,"$area":1.64000000000946e-05},"id":"10298-PPI::Statement::Include::Perl6::BEGIN@41"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::Perl6::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"PPI::Statement::Include::Perl6::BEGIN@45","$color":10,"excl_time":8.7e-06,"$area":8.7e-06},"id":"10299-PPI::Statement::Include::Perl6::BEGIN@45"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::Perl6::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.99e-05,"subname":"PPI::Statement::Include::Perl6::BEGIN@44","$color":10,"excl_time":7.00000000010865e-06,"$area":7.00000000010865e-06},"id":"10300-PPI::Statement::Include::Perl6::BEGIN@44"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Statement::Include::Perl6::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Statement::Include::Perl6::BEGIN@42","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10301-PPI::Statement::Include::Perl6::BEGIN@42"}],"data":{"$area":3.59000000002033e-05},"id":"n10297"}],"data":{"$area":0.000292400000000287},"id":"n10291"},{"name":"::Compound","children":[{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>PPI::Statement::Compound::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"PPI::Statement::Compound::BEGIN@57","$color":1,"excl_time":1.41e-05,"$area":1.41e-05},"id":"10303-PPI::Statement::Compound::BEGIN@57"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>PPI::Statement::Compound::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"PPI::Statement::Compound::BEGIN@53","$color":1,"excl_time":1.54000000000601e-05,"$area":1.54000000000601e-05},"id":"10304-PPI::Statement::Compound::BEGIN@53"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>PPI::Statement::Compound::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Statement::Compound::BEGIN@54","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10305-PPI::Statement::Compound::BEGIN@54"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>PPI::Statement::Compound::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"PPI::Statement::Compound::BEGIN@56","$color":1,"excl_time":1.13000000000113e-05,"$area":1.13000000000113e-05},"id":"10306-PPI::Statement::Compound::BEGIN@56"}],"data":{"$area":4.44000000000714e-05},"id":"n10302"},{"name":"::When","children":[{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::When::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"PPI::Statement::When::BEGIN@47","$color":3,"excl_time":6.10000000001401e-06,"$area":6.10000000001401e-06},"id":"10308-PPI::Statement::When::BEGIN@47"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>PPI::Statement::When::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"PPI::Statement::When::BEGIN@48","$color":3,"excl_time":9.7e-06,"$area":9.7e-06},"id":"10309-PPI::Statement::When::BEGIN@48"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Statement::When::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"PPI::Statement::When::BEGIN@45","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10310-PPI::Statement::When::BEGIN@45"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Statement::When::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"PPI::Statement::When::BEGIN@44","$color":3,"excl_time":1.33000000000831e-05,"$area":1.33000000000831e-05},"id":"10311-PPI::Statement::When::BEGIN@44"}],"data":{"$area":3.25000000000971e-05},"id":"n10307"},{"name":"::Null","children":[{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Statement::Null::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Statement::Null::BEGIN@44","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10313-PPI::Statement::Null::BEGIN@44"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::Null::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"PPI::Statement::Null::BEGIN@47","$color":5,"excl_time":1.18e-05,"$area":1.18e-05},"id":"10314-PPI::Statement::Null::BEGIN@47"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Statement::Null::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"PPI::Statement::Null::BEGIN@43","$color":5,"excl_time":1.40000000000248e-05,"$area":1.40000000000248e-05},"id":"10315-PPI::Statement::Null::BEGIN@43"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Statement::Null::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"PPI::Statement::Null::BEGIN@46","$color":5,"excl_time":5.90000000006264e-06,"$area":5.90000000006264e-06},"id":"10316-PPI::Statement::Null::BEGIN@46"}],"data":{"$area":3.52000000000874e-05},"id":"n10312"},{"name":"::Unknown","children":[{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Statement::Unknown::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"PPI::Statement::Unknown::BEGIN@35","$color":7,"excl_time":1.38000000000831e-05,"$area":1.38000000000831e-05},"id":"10318-PPI::Statement::Unknown::BEGIN@35"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Statement::Unknown::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"PPI::Statement::Unknown::BEGIN@39","$color":7,"excl_time":9e-06,"$area":9e-06},"id":"10319-PPI::Statement::Unknown::BEGIN@39"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Statement::Unknown::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Statement::Unknown::BEGIN@36","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"10320-PPI::Statement::Unknown::BEGIN@36"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Statement::Unknown::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"PPI::Statement::Unknown::BEGIN@38","$color":7,"excl_time":6.40000000003876e-06,"$area":6.40000000003876e-06},"id":"10321-PPI::Statement::Unknown::BEGIN@38"}],"data":{"$area":3.32000000001219e-05},"id":"n10317"},{"name":"::Data","children":[{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Statement::Data::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"PPI::Statement::Data::BEGIN@44","$color":9,"excl_time":5e-06,"$area":5e-06},"id":"10323-PPI::Statement::Data::BEGIN@44"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>PPI::Statement::Data::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"PPI::Statement::Data::BEGIN@47","$color":9,"excl_time":1e-05,"$area":1e-05},"id":"10324-PPI::Statement::Data::BEGIN@47"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Statement::Data::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"PPI::Statement::Data::BEGIN@43","$color":9,"excl_time":1.71000000000371e-05,"$area":1.71000000000371e-05},"id":"10325-PPI::Statement::Data::BEGIN@43"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Statement::Data::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"PPI::Statement::Data::BEGIN@46","$color":9,"excl_time":7.00000000001838e-06,"$area":7.00000000001838e-06},"id":"10326-PPI::Statement::Data::BEGIN@46"}],"data":{"$area":3.91000000000555e-05},"id":"n10322"},{"name":"::Package","children":[{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>PPI::Statement::Package::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Statement::Package::BEGIN@68","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10328-PPI::Statement::Package::BEGIN@68"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>PPI::Statement::Package::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"PPI::Statement::Package::BEGIN@71","$color":0,"excl_time":1.23e-05,"$area":1.23e-05},"id":"10329-PPI::Statement::Package::BEGIN@71"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>PPI::Statement::Package::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"PPI::Statement::Package::BEGIN@67","$color":0,"excl_time":1.44000000000831e-05,"$area":1.44000000000831e-05},"id":"10330-PPI::Statement::Package::BEGIN@67"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>PPI::Statement::Package::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"PPI::Statement::Package::BEGIN@70","$color":0,"excl_time":7.19999999991048e-06,"$area":7.19999999991048e-06},"id":"10331-PPI::Statement::Package::BEGIN@70"}],"data":{"$area":3.77999999999936e-05},"id":"n10327"},{"name":"::Variable","children":[{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>PPI::Statement::Variable::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"PPI::Statement::Variable::BEGIN@46","$color":2,"excl_time":1.26e-05,"$area":1.26e-05},"id":"10333-PPI::Statement::Variable::BEGIN@46"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Statement::Variable::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Statement::Variable::BEGIN@43","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10334-PPI::Statement::Variable::BEGIN@43"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>PPI::Statement::Variable::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"PPI::Statement::Variable::BEGIN@42","$color":2,"excl_time":6.7999999999875e-06,"$area":6.7999999999875e-06},"id":"10335-PPI::Statement::Variable::BEGIN@42"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Statement::Variable::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"PPI::Statement::Variable::BEGIN@41","$color":2,"excl_time":1.55999999999195e-05,"$area":1.55999999999195e-05},"id":"10336-PPI::Statement::Variable::BEGIN@41"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>PPI::Statement::Variable::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"PPI::Statement::Variable::BEGIN@45","$color":2,"excl_time":6.19999999995562e-06,"$area":6.19999999995562e-06},"id":"10337-PPI::Statement::Variable::BEGIN@45"}],"data":{"$area":4.46999999998626e-05},"id":"n10332"},{"name":"::Sub","children":[{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"PPI::Statement::Sub::BEGIN@33","$color":4,"excl_time":1.33000000000946e-05,"$area":1.33000000000946e-05},"id":"10339-PPI::Statement::Sub::BEGIN@33"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"PPI::Statement::Sub::BEGIN@38","$color":4,"excl_time":6.20000000007239e-06,"$area":6.20000000007239e-06},"id":"10340-PPI::Statement::Sub::BEGIN@38"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Statement::Sub::BEGIN@34","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10341-PPI::Statement::Sub::BEGIN@34"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"PPI::Statement::Sub::BEGIN@39","$color":4,"excl_time":1.06e-05,"$area":1.06e-05},"id":"10342-PPI::Statement::Sub::BEGIN@39"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"PPI::Statement::Sub::BEGIN@35","$color":4,"excl_time":7.59999999999275e-06,"$area":7.59999999999275e-06},"id":"10343-PPI::Statement::Sub::BEGIN@35"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Statement::Sub::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Statement::Sub::BEGIN@36","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10344-PPI::Statement::Sub::BEGIN@36"}],"data":{"$area":4.52000000001598e-05},"id":"n10338"},{"name":"::Given","children":[{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Statement::Given::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"PPI::Statement::Given::BEGIN@39","$color":6,"excl_time":6.59999999989724e-06,"$area":6.59999999989724e-06},"id":"10346-PPI::Statement::Given::BEGIN@39"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Statement::Given::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"PPI::Statement::Given::BEGIN@40","$color":6,"excl_time":8.5e-06,"$area":8.5e-06},"id":"10347-PPI::Statement::Given::BEGIN@40"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>PPI::Statement::Given::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"PPI::Statement::Given::BEGIN@36","$color":6,"excl_time":1.39000000000248e-05,"$area":1.39000000000248e-05},"id":"10348-PPI::Statement::Given::BEGIN@36"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Statement::Given::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"PPI::Statement::Given::BEGIN@37","$color":6,"excl_time":6.6e-06,"$area":6.6e-06},"id":"10349-PPI::Statement::Given::BEGIN@37"}],"data":{"$area":3.5599999999922e-05},"id":"n10345"},{"name":"::Scheduled","children":[{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>PPI::Statement::Scheduled::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"PPI::Statement::Scheduled::BEGIN@60","$color":8,"excl_time":9.2e-06,"$area":9.2e-06},"id":"10351-PPI::Statement::Scheduled::BEGIN@60"},{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>PPI::Statement::Scheduled::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 606&micro;s, 0.00%<br />Exclusive time: 493&micro;s, 0.00%</p>","incl_time":0.0006055,"subname":"PPI::Statement::Scheduled::BEGIN@57","$color":8,"excl_time":0.000492500000000192,"$area":0.000492500000000192},"id":"10352-PPI::Statement::Scheduled::BEGIN@57"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>PPI::Statement::Scheduled::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"PPI::Statement::Scheduled::BEGIN@59","$color":8,"excl_time":7.399999999991e-06,"$area":7.399999999991e-06},"id":"10353-PPI::Statement::Scheduled::BEGIN@59"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>PPI::Statement::Scheduled::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"PPI::Statement::Scheduled::BEGIN@56","$color":8,"excl_time":1.35000000000831e-05,"$area":1.35000000000831e-05},"id":"10354-PPI::Statement::Scheduled::BEGIN@56"}],"data":{"$area":0.000522600000000266},"id":"n10350"}],"data":{"$area":0.00617100000000105},"id":"n10240"},{"name":"::Normal","children":[{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"PPI::Normal::BEGIN@37","$color":10,"excl_time":1.64000000000248e-05,"$area":1.64000000000248e-05},"id":"10356-PPI::Normal::BEGIN@37"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"PPI::Normal::BEGIN@40","$color":10,"excl_time":1.05000000000511e-05,"$area":1.05000000000511e-05},"id":"10357-PPI::Normal::BEGIN@40"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"PPI::Normal::BEGIN@43","$color":10,"excl_time":6.80000000002726e-06,"$area":6.80000000002726e-06},"id":"10358-PPI::Normal::BEGIN@43"},{"name":"register","children":[],"data":{"tip":"<p><b>PPI::Normal::register</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"PPI::Normal::register","$color":10,"excl_time":5.03000000000159e-05,"$area":5.03000000000159e-05},"id":"10359-PPI::Normal::register"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Normal::CORE:match</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"PPI::Normal::CORE:match","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10360-PPI::Normal::CORE:match"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"PPI::Normal::BEGIN@44","$color":10,"excl_time":6.7e-06,"$area":6.7e-06},"id":"10361-PPI::Normal::BEGIN@44"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"PPI::Normal::BEGIN@38","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10362-PPI::Normal::BEGIN@38"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"PPI::Normal::BEGIN@41","$color":10,"excl_time":1.33e-05,"$area":1.33e-05},"id":"10363-PPI::Normal::BEGIN@41"},{"name":"BEGIN@260","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@260</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"PPI::Normal::BEGIN@260","$color":10,"excl_time":7.99999999995837e-06,"$area":7.99999999995837e-06},"id":"10364-PPI::Normal::BEGIN@260"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"PPI::Normal::BEGIN@39","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10365-PPI::Normal::BEGIN@39"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@83</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"PPI::Normal::BEGIN@83","$color":10,"excl_time":8.39999999998487e-06,"$area":8.39999999998487e-06},"id":"10366-PPI::Normal::BEGIN@83"},{"name":"BEGIN@107","children":[],"data":{"tip":"<p><b>PPI::Normal::BEGIN@107</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 707&micro;s, 0.00%<br />Exclusive time: 561&micro;s, 0.00%</p>","incl_time":0.0007067,"subname":"PPI::Normal::BEGIN@107","$color":10,"excl_time":0.000561399999999985,"$area":0.000561399999999985},"id":"10367-PPI::Normal::BEGIN@107"},{"name":"::Standard","children":[{"name":"import","children":[],"data":{"tip":"<p><b>PPI::Normal::Standard::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 98&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":9.76e-05,"subname":"PPI::Normal::Standard::import","$color":1,"excl_time":3.20999999999484e-05,"$area":3.20999999999484e-05},"id":"10369-PPI::Normal::Standard::import"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>PPI::Normal::Standard::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"PPI::Normal::Standard::BEGIN@21","$color":1,"excl_time":7.29999999993887e-06,"$area":7.29999999993887e-06},"id":"10370-PPI::Normal::Standard::BEGIN@21"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>PPI::Normal::Standard::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"PPI::Normal::Standard::BEGIN@19","$color":1,"excl_time":1.40999999999195e-05,"$area":1.40999999999195e-05},"id":"10371-PPI::Normal::Standard::BEGIN@19"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>PPI::Normal::Standard::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Normal::Standard::BEGIN@22","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"10372-PPI::Normal::Standard::BEGIN@22"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>PPI::Normal::Standard::CORE:match</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"PPI::Normal::Standard::CORE:match","$color":1,"excl_time":6.1e-06,"$area":6.1e-06},"id":"10373-PPI::Normal::Standard::CORE:match"}],"data":{"$area":6.35999999998067e-05},"id":"n10368"}],"data":{"$area":0.000757299999999854},"id":"n10355"}],"data":{"$area":0.0791043000001368},"id":"n9668"},{"name":"next","children":[{"name":"method","children":[],"data":{"tip":"<p><b>next::method</b></p><p><br />Called 21 times from 12 places in 7 files<br />Inclusive time: 404&micro;s, 0.00%<br />Exclusive time: 174&micro;s, 0.00%</p>","incl_time":0.000404,"subname":"next::method","$color":3,"excl_time":0.000173900000008427,"$area":0.000173900000008427},"id":"10375-next::method"},{"name":"can","children":[],"data":{"tip":"<p><b>next::can</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001364,"subname":"next::can","$color":3,"excl_time":3.18000000015441e-05,"$area":3.18000000015441e-05},"id":"10376-next::can"}],"data":{"$area":0.000205700000009971},"id":"n10374"},{"name":"Tree","children":[{"name":"::Simple","children":[{"name":"getAllChildren","children":[],"data":{"tip":"<p><b>Tree::Simple::getAllChildren</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%</p>","incl_time":6.14e-05,"subname":"Tree::Simple::getAllChildren","$color":5,"excl_time":6.14e-05,"$area":6.14e-05},"id":"10379-Tree::Simple::getAllChildren"},{"name":"_setWidth","children":[],"data":{"tip":"<p><b>Tree::Simple::_setWidth</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"Tree::Simple::_setWidth","$color":5,"excl_time":3.02000000003821e-05,"$area":3.02000000003821e-05},"id":"10380-Tree::Simple::_setWidth"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Tree::Simple::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Tree::Simple::BEGIN@6","$color":5,"excl_time":1.42000000000734e-05,"$area":1.42000000000734e-05},"id":"10381-Tree::Simple::BEGIN@6"},{"name":"_insertChildAt","children":[],"data":{"tip":"<p><b>Tree::Simple::_insertChildAt</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 256&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0002562,"subname":"Tree::Simple::_insertChildAt","$color":5,"excl_time":8.1500000000361e-05,"$area":8.1500000000361e-05},"id":"10382-Tree::Simple::_insertChildAt"},{"name":"isLeaf","children":[],"data":{"tip":"<p><b>Tree::Simple::isLeaf</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Tree::Simple::isLeaf","$color":5,"excl_time":1.16999999990198e-05,"$area":1.16999999990198e-05},"id":"10383-Tree::Simple::isLeaf"},{"name":"getChildCount","children":[],"data":{"tip":"<p><b>Tree::Simple::getChildCount</b></p><p><br />Called 12 times from 4 places in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Tree::Simple::getChildCount","$color":5,"excl_time":1.84e-05,"$area":1.84e-05},"id":"10384-Tree::Simple::getChildCount"},{"name":"ROOT","children":[],"data":{"tip":"<p><b>Tree::Simple::ROOT</b></p><p><br />Called 29 times from 6 places in 2 files<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Tree::Simple::ROOT","$color":5,"excl_time":1.93e-05,"$area":1.93e-05},"id":"10385-Tree::Simple::ROOT"},{"name":"getHeight","children":[],"data":{"tip":"<p><b>Tree::Simple::getHeight</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Tree::Simple::getHeight","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"10386-Tree::Simple::getHeight"},{"name":"addChild","children":[],"data":{"tip":"<p><b>Tree::Simple::addChild</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Tree::Simple::addChild","$color":5,"excl_time":2.37000000006112e-05,"$area":2.37000000006112e-05},"id":"10387-Tree::Simple::addChild"},{"name":"getWidth","children":[],"data":{"tip":"<p><b>Tree::Simple::getWidth</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Tree::Simple::getWidth","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"10388-Tree::Simple::getWidth"},{"name":"new","children":[],"data":{"tip":"<p><b>Tree::Simple::new</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 307&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0003071,"subname":"Tree::Simple::new","$color":5,"excl_time":6.32999999957649e-05,"$area":6.32999999957649e-05},"id":"10389-Tree::Simple::new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Tree::Simple::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"Tree::Simple::BEGIN@7","$color":5,"excl_time":1.33000000000291e-05,"$area":1.33000000000291e-05},"id":"10390-Tree::Simple::BEGIN@7"},{"name":"isRoot","children":[],"data":{"tip":"<p><b>Tree::Simple::isRoot</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Tree::Simple::isRoot","$color":5,"excl_time":1.86999999999071e-05,"$area":1.86999999999071e-05},"id":"10391-Tree::Simple::isRoot"},{"name":"import","children":[],"data":{"tip":"<p><b>Tree::Simple::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Tree::Simple::import","$color":5,"excl_time":2.03e-05,"$area":2.03e-05},"id":"10392-Tree::Simple::import"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Tree::Simple::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.67e-05,"subname":"Tree::Simple::BEGIN@11","$color":5,"excl_time":1.60999999999227e-05,"$area":1.60999999999227e-05},"id":"10393-Tree::Simple::BEGIN@11"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Tree::Simple::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.88e-05,"subname":"Tree::Simple::BEGIN@29","$color":5,"excl_time":1.47000000000341e-05,"$area":1.47000000000341e-05},"id":"10394-Tree::Simple::BEGIN@29"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Tree::Simple::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Tree::Simple::DESTROY","$color":5,"excl_time":1.32e-05,"$area":1.32e-05},"id":"10395-Tree::Simple::DESTROY"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Tree::Simple::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"Tree::Simple::BEGIN@4","$color":5,"excl_time":3.68e-05,"$area":3.68e-05},"id":"10396-Tree::Simple::BEGIN@4"},{"name":"_setParent","children":[],"data":{"tip":"<p><b>Tree::Simple::_setParent</b></p><p><br />Called 9 times from 3 places in 1 file<br />Inclusive time: 135&micro;s, 0.00%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0001354,"subname":"Tree::Simple::_setParent","$color":5,"excl_time":0.000111600000002535,"$area":0.000111600000002535},"id":"10397-Tree::Simple::_setParent"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Tree::Simple::CORE:match</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"Tree::Simple::CORE:match","$color":5,"excl_time":3.28e-05,"$area":3.28e-05},"id":"10398-Tree::Simple::CORE:match"},{"name":"getDepth","children":[],"data":{"tip":"<p><b>Tree::Simple::getDepth</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Tree::Simple::getDepth","$color":5,"excl_time":6e-06,"$area":6e-06},"id":"10399-Tree::Simple::getDepth"},{"name":"getNodeValue","children":[],"data":{"tip":"<p><b>Tree::Simple::getNodeValue</b></p><p><br />Called 105 times from 3 places in 1 file<br />Inclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001294,"subname":"Tree::Simple::getNodeValue","$color":5,"excl_time":0.0001294,"$area":0.0001294},"id":"10400-Tree::Simple::getNodeValue"},{"name":"_init","children":[],"data":{"tip":"<p><b>Tree::Simple::_init</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 244&micro;s, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0002438,"subname":"Tree::Simple::_init","$color":5,"excl_time":0.000132599999999023,"$area":0.000132599999999023},"id":"10401-Tree::Simple::_init"},{"name":"_setHeight","children":[],"data":{"tip":"<p><b>Tree::Simple::_setHeight</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Tree::Simple::_setHeight","$color":5,"excl_time":2.11000000006608e-05,"$area":2.11000000006608e-05},"id":"10402-Tree::Simple::_setHeight"},{"name":"::Visitor","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.87e-05,"subname":"Tree::Simple::Visitor::BEGIN@14","$color":7,"excl_time":1.84000000000069e-05,"$area":1.84000000000069e-05},"id":"10404-Tree::Simple::Visitor::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Tree::Simple::Visitor::BEGIN@4","$color":7,"excl_time":1.97999999999902e-05,"$area":1.97999999999902e-05},"id":"10405-Tree::Simple::Visitor::BEGIN@4"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":8.56e-05,"subname":"Tree::Simple::Visitor::BEGIN@13","$color":7,"excl_time":1.77999999999377e-05,"$area":1.77999999999377e-05},"id":"10406-Tree::Simple::Visitor::BEGIN@13"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Tree::Simple::Visitor::BEGIN@5","$color":7,"excl_time":2.17000000000981e-05,"$area":2.17000000000981e-05},"id":"10407-Tree::Simple::Visitor::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"Tree::Simple::Visitor::BEGIN@9","$color":7,"excl_time":1.22000000000538e-05,"$area":1.22000000000538e-05},"id":"10408-Tree::Simple::Visitor::BEGIN@9"},{"name":"::FindByPath","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByPath::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@9","$color":9,"excl_time":8.69999999968932e-06,"$area":8.69999999968932e-06},"id":"10410-Tree::Simple::Visitor::FindByPath::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByPath::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@4","$color":9,"excl_time":1.7300000000376e-05,"$area":1.7300000000376e-05},"id":"10411-Tree::Simple::Visitor::FindByPath::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByPath::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@5","$color":9,"excl_time":8.40000000023793e-06,"$area":8.40000000023793e-06},"id":"10412-Tree::Simple::Visitor::FindByPath::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByPath::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.32e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@11","$color":9,"excl_time":1.08000000003606e-05,"$area":1.08000000003606e-05},"id":"10413-Tree::Simple::Visitor::FindByPath::BEGIN@11"}],"data":{"$area":4.52000000006638e-05},"id":"n10409"},{"name":"::FindByUID","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByUID::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.34ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0013445,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@11","$color":0,"excl_time":1.32000000000758e-05,"$area":1.32000000000758e-05},"id":"10415-Tree::Simple::Visitor::FindByUID::BEGIN@11"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByUID::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@4","$color":0,"excl_time":2.3200000000061e-05,"$area":2.3200000000061e-05},"id":"10416-Tree::Simple::Visitor::FindByUID::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByUID::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@5","$color":0,"excl_time":1.40999999999354e-05,"$area":1.40999999999354e-05},"id":"10417-Tree::Simple::Visitor::FindByUID::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Tree::Simple::Visitor::FindByUID::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@9","$color":0,"excl_time":1.43000000000033e-05,"$area":1.43000000000033e-05},"id":"10418-Tree::Simple::Visitor::FindByUID::BEGIN@9"}],"data":{"$area":6.48000000000754e-05},"id":"n10414"}],"data":{"$area":0.000199900000000826},"id":"n10403"}],"data":{"$area":0.00109779999999915},"id":"n10378"}],"data":{"$area":0.00109779999999915},"id":"n10377"},{"name":"String","children":[{"name":"::RewritePrefix","children":[{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/String/RewritePrefix.pm:57]","children":[],"data":{"tip":"<p><b>String::RewritePrefix::__ANON__[/Users/edenc/perl5/lib/perl5/String/RewritePrefix.pm:57]</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 113&micro;s, 0.00%</p>","incl_time":0.000113,"subname":"String::RewritePrefix::__ANON__[/Users/edenc/perl5/lib/perl5/String/RewritePrefix.pm:57]","$color":2,"excl_time":0.000113,"$area":0.000113},"id":"10421-String::RewritePrefix::__ANON__[/Users/edenc/perl5/lib/perl5/String/RewritePrefix.pm:57]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>String::RewritePrefix::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"String::RewritePrefix::BEGIN@4","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10422-String::RewritePrefix::BEGIN@4"},{"name":"_new_rewriter","children":[],"data":{"tip":"<p><b>String::RewritePrefix::_new_rewriter</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.00%<br />Exclusive time: 139&micro;s, 0.00%</p>","incl_time":0.0001669,"subname":"String::RewritePrefix::_new_rewriter","$color":2,"excl_time":0.000138699999999078,"$area":0.000138699999999078},"id":"10423-String::RewritePrefix::_new_rewriter"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>String::RewritePrefix::CORE:sort</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"String::RewritePrefix::CORE:sort","$color":2,"excl_time":2.82e-05,"$area":2.82e-05},"id":"10424-String::RewritePrefix::CORE:sort"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>String::RewritePrefix::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"String::RewritePrefix::BEGIN@7","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10425-String::RewritePrefix::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>String::RewritePrefix::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 504&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0005039,"subname":"String::RewritePrefix::BEGIN@11","$color":2,"excl_time":2.10000000000472e-05,"$area":2.10000000000472e-05},"id":"10426-String::RewritePrefix::BEGIN@11"},{"name":"rewrite","children":[],"data":{"tip":"<p><b>String::RewritePrefix::rewrite</b></p><p><br />Called 10 times from 1 place in 1 file<br />Inclusive time: 367&micro;s, 0.00%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.0003672,"subname":"String::RewritePrefix::rewrite","$color":2,"excl_time":8.73000000011106e-05,"$area":8.73000000011106e-05},"id":"10427-String::RewritePrefix::rewrite"}],"data":{"$area":0.000395000000000236},"id":"n10420"},{"name":"::Errf","children":[{"name":"default_format_hunker","children":[],"data":{"tip":"<p><b>String::Errf::default_format_hunker</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"String::Errf::default_format_hunker","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10429-String::Errf::default_format_hunker"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"String::Errf::BEGIN@4","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10430-String::Errf::BEGIN@4"},{"name":"default_input_processor","children":[],"data":{"tip":"<p><b>String::Errf::default_input_processor</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"String::Errf::default_input_processor","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"10431-String::Errf::default_input_processor"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>String::Errf::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"String::Errf::CORE:qr","$color":4,"excl_time":1.37e-05,"$area":1.37e-05},"id":"10432-String::Errf::CORE:qr"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"String::Errf::BEGIN@16","$color":4,"excl_time":5e-06,"$area":5e-06},"id":"10433-String::Errf::BEGIN@16"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/String/Errf.pm:24]","children":[],"data":{"tip":"<p><b>String::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/String/Errf.pm:24]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 223&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002226,"subname":"String::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/String/Errf.pm:24]","$color":4,"excl_time":2.38999999998929e-05,"$area":2.38999999998929e-05},"id":"10434-String::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/String/Errf.pm:24]"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"String::Errf::BEGIN@1","$color":4,"excl_time":1.66999999999779e-05,"$area":1.66999999999779e-05},"id":"10435-String::Errf::BEGIN@1"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"String::Errf::BEGIN@14","$color":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10436-String::Errf::BEGIN@14"},{"name":"default_codes","children":[],"data":{"tip":"<p><b>String::Errf::default_codes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"String::Errf::default_codes","$color":4,"excl_time":9.2e-06,"$area":9.2e-06},"id":"10437-String::Errf::default_codes"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"String::Errf::BEGIN@11","$color":4,"excl_time":8.6e-06,"$area":8.6e-06},"id":"10438-String::Errf::BEGIN@11"},{"name":"default_hunk_formatter","children":[],"data":{"tip":"<p><b>String::Errf::default_hunk_formatter</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"String::Errf::default_hunk_formatter","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"10439-String::Errf::default_hunk_formatter"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"String::Errf::BEGIN@2","$color":4,"excl_time":7.20000000003713e-06,"$area":7.20000000003713e-06},"id":"10440-String::Errf::BEGIN@2"},{"name":"default_string_replacer","children":[],"data":{"tip":"<p><b>String::Errf::default_string_replacer</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"String::Errf::default_string_replacer","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"10441-String::Errf::default_string_replacer"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.29ms, 0.00%<br />Exclusive time: 1.74ms, 0.00%</p>","incl_time":0.0022928,"subname":"String::Errf::BEGIN@7","$color":4,"excl_time":0.00173510000000012,"$area":0.00173510000000012},"id":"10442-String::Errf::BEGIN@7"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 367&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003673,"subname":"String::Errf::BEGIN@18","$color":4,"excl_time":1.22999999998948e-05,"$area":1.22999999998948e-05},"id":"10443-String::Errf::BEGIN@18"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.61e-05,"subname":"String::Errf::BEGIN@8","$color":4,"excl_time":1.42999999999793e-05,"$area":1.42999999999793e-05},"id":"10444-String::Errf::BEGIN@8"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>String::Errf::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.24ms, 0.01%<br />Exclusive time: 3.54ms, 0.00%</p>","incl_time":0.0082382,"subname":"String::Errf::BEGIN@15","$color":4,"excl_time":0.0035445000000002,"$area":0.0035445000000002},"id":"10445-String::Errf::BEGIN@15"}],"data":{"$area":0.0054120000000001},"id":"n10428"},{"name":"::Formatter","children":[{"name":"new","children":[],"data":{"tip":"<p><b>String::Formatter::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 199&micro;s, 0.00%<br />Exclusive time: 155&micro;s, 0.00%</p>","incl_time":0.0001987,"subname":"String::Formatter::new","$color":6,"excl_time":0.000155100000000079,"$area":0.000155100000000079},"id":"10447-String::Formatter::new"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"String::Formatter::BEGIN@59","$color":6,"excl_time":8.19999999990173e-06,"$area":8.19999999990173e-06},"id":"10448-String::Formatter::BEGIN@59"},{"name":"BEGIN@239","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@239</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"String::Formatter::BEGIN@239","$color":6,"excl_time":2.49000000001008e-05,"$area":2.49000000001008e-05},"id":"10449-String::Formatter::BEGIN@239"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"String::Formatter::BEGIN@12","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10450-String::Formatter::BEGIN@12"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 388&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0003878,"subname":"String::Formatter::BEGIN@13","$color":6,"excl_time":1.59000000000194e-05,"$area":1.59000000000194e-05},"id":"10451-String::Formatter::BEGIN@13"},{"name":"codes","children":[],"data":{"tip":"<p><b>String::Formatter::codes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"String::Formatter::codes","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10452-String::Formatter::codes"},{"name":"__closure_replace","children":[],"data":{"tip":"<p><b>String::Formatter::__closure_replace</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"String::Formatter::__closure_replace","$color":6,"excl_time":1.58e-05,"$area":1.58e-05},"id":"10453-String::Formatter::__closure_replace"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.89e-05,"subname":"String::Formatter::BEGIN@51","$color":6,"excl_time":3.89e-05,"$area":3.89e-05},"id":"10454-String::Formatter::BEGIN@51"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>String::Formatter::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"String::Formatter::CORE:qr","$color":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"10455-String::Formatter::CORE:qr"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>String::Formatter::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"String::Formatter::BEGIN@4","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10456-String::Formatter::BEGIN@4"}],"data":{"$area":0.0002790000000001},"id":"n10446"}],"data":{"$area":0.00608600000000043},"id":"n10419"},{"name":"locale","children":[{"name":"unimport","children":[],"data":{"tip":"<p><b>locale::unimport</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"locale::unimport","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10458-locale::unimport"},{"name":"import","children":[],"data":{"tip":"<p><b>locale::import</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"locale::import","$color":8,"excl_time":1.76e-05,"$area":1.76e-05},"id":"10459-locale::import"}],"data":{"$area":2.1e-05},"id":"n10457"},{"name":"CGI","children":[{"name":"::Simple","children":[{"name":"::Cookie","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>CGI::Simple::Cookie::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"CGI::Simple::Cookie::BEGIN@14","$color":10,"excl_time":8.70000000033957e-06,"$area":8.70000000033957e-06},"id":"10463-CGI::Simple::Cookie::BEGIN@14"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>CGI::Simple::Cookie::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"CGI::Simple::Cookie::BEGIN@17","$color":10,"excl_time":1.52000000002511e-05,"$area":1.52000000002511e-05},"id":"10464-CGI::Simple::Cookie::BEGIN@17"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>CGI::Simple::Cookie::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"CGI::Simple::Cookie::BEGIN@13","$color":10,"excl_time":1.53000000000486e-05,"$area":1.53000000000486e-05},"id":"10465-CGI::Simple::Cookie::BEGIN@13"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>CGI::Simple::Cookie::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.31ms, 0.00%<br />Exclusive time: 2.12ms, 0.00%</p>","incl_time":0.0023056,"subname":"CGI::Simple::Cookie::BEGIN@16","$color":10,"excl_time":0.00211780000000004,"$area":0.00211780000000004},"id":"10466-CGI::Simple::Cookie::BEGIN@16"}],"data":{"$area":0.00215700000000068},"id":"n10462"},{"name":"::Util","children":[{"name":"ebcdic","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::ebcdic</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"CGI::Simple::Util::ebcdic","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"10468-CGI::Simple::Util::ebcdic"},{"name":"init","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"CGI::Simple::Util::init","$color":1,"excl_time":1.28000000000548e-05,"$area":1.28000000000548e-05},"id":"10469-CGI::Simple::Util::init"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"CGI::Simple::Util::BEGIN@3","$color":1,"excl_time":6.70000000039872e-06,"$area":6.70000000039872e-06},"id":"10470-CGI::Simple::Util::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"CGI::Simple::Util::new","$color":1,"excl_time":1.33999999996867e-05,"$area":1.33999999996867e-05},"id":"10471-CGI::Simple::Util::new"},{"name":"os","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::os</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"CGI::Simple::Util::os","$color":1,"excl_time":9.50000000032819e-06,"$area":9.50000000032819e-06},"id":"10472-CGI::Simple::Util::os"},{"name":"BEGIN@238","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::BEGIN@238</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"CGI::Simple::Util::BEGIN@238","$color":1,"excl_time":8.50000000030056e-06,"$area":8.50000000030056e-06},"id":"10473-CGI::Simple::Util::BEGIN@238"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"CGI::Simple::Util::CORE:match","$color":1,"excl_time":2.1e-06,"$area":2.1e-06},"id":"10474-CGI::Simple::Util::CORE:match"},{"name":"charset","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::charset</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"CGI::Simple::Util::charset","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10475-CGI::Simple::Util::charset"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>CGI::Simple::Util::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"CGI::Simple::Util::BEGIN@2","$color":1,"excl_time":1.37999999998142e-05,"$area":1.37999999998142e-05},"id":"10476-CGI::Simple::Util::BEGIN@2"}],"data":{"$area":7.26000000005831e-05},"id":"n10467"}],"data":{"$area":0.00222960000000126},"id":"n10461"}],"data":{"$area":0.00222960000000126},"id":"n10460"},{"name":"Text","children":[{"name":"::CSV_PP","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Text::CSV_PP::BEGIN@11","$color":3,"excl_time":6.50000000002113e-06,"$area":6.50000000002113e-06},"id":"10479-Text::CSV_PP::BEGIN@11"},{"name":"BEGIN@107","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@107</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Text::CSV_PP::BEGIN@107","$color":3,"excl_time":7.20000000002826e-06,"$area":7.20000000002826e-06},"id":"10480-Text::CSV_PP::BEGIN@107"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Text::CSV_PP::BEGIN@12","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10481-Text::CSV_PP::BEGIN@12"},{"name":"BEGIN@896","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@896</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 735&micro;s, 0.00%</p>","incl_time":0.0007351,"subname":"Text::CSV_PP::BEGIN@896","$color":3,"excl_time":0.0007351,"$area":0.0007351},"id":"10482-Text::CSV_PP::BEGIN@896"},{"name":"BEGIN@111","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@111</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Text::CSV_PP::BEGIN@111","$color":3,"excl_time":7.20000000001588e-06,"$area":7.20000000001588e-06},"id":"10483-Text::CSV_PP::BEGIN@111"},{"name":"BEGIN@104","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@104</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Text::CSV_PP::BEGIN@104","$color":3,"excl_time":2.53e-05,"$area":2.53e-05},"id":"10484-Text::CSV_PP::BEGIN@104"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Text::CSV_PP::BEGIN@10","$color":3,"excl_time":1.37000000000248e-05,"$area":1.37000000000248e-05},"id":"10485-Text::CSV_PP::BEGIN@10"},{"name":"BEGIN@314","children":[],"data":{"tip":"<p><b>Text::CSV_PP::BEGIN@314</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Text::CSV_PP::BEGIN@314","$color":3,"excl_time":1.03999999999664e-05,"$area":1.03999999999664e-05},"id":"10486-Text::CSV_PP::BEGIN@314"}],"data":{"$area":0.000808900000000056},"id":"n10478"},{"name":"::CSV","children":[{"name":"import","children":[],"data":{"tip":"<p><b>Text::CSV::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Text::CSV::import","$color":5,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10488-Text::CSV::import"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Text::CSV::BEGIN@5","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10489-Text::CSV::BEGIN@5"},{"name":"_load_xs","children":[],"data":{"tip":"<p><b>Text::CSV::_load_xs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0001519,"subname":"Text::CSV::_load_xs","$color":5,"excl_time":5.61000000000207e-05,"$area":5.61000000000207e-05},"id":"10490-Text::CSV::_load_xs"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%</p>","incl_time":9.58e-05,"subname":"Text::CSV::BEGIN@1","$color":5,"excl_time":9.58e-05,"$area":9.58e-05},"id":"10491-Text::CSV::BEGIN@1"},{"name":"BEGIN@136","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@136</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Text::CSV::BEGIN@136","$color":5,"excl_time":9.30000000004238e-06,"$area":9.30000000004238e-06},"id":"10492-Text::CSV::BEGIN@136"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"Text::CSV::BEGIN@6","$color":5,"excl_time":6.79999999994412e-06,"$area":6.79999999994412e-06},"id":"10493-Text::CSV::BEGIN@6"},{"name":"_set_methods","children":[],"data":{"tip":"<p><b>Text::CSV::_set_methods</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%</p>","incl_time":8.68e-05,"subname":"Text::CSV::_set_methods","$color":5,"excl_time":8.68e-05,"$area":8.68e-05},"id":"10494-Text::CSV::_set_methods"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Text::CSV::BEGIN@8","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"10495-Text::CSV::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Text::CSV::BEGIN@4","$color":5,"excl_time":1.31000000000248e-05,"$area":1.31000000000248e-05},"id":"10496-Text::CSV::BEGIN@4"},{"name":"BEGIN@196","children":[],"data":{"tip":"<p><b>Text::CSV::BEGIN@196</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Text::CSV::BEGIN@196","$color":5,"excl_time":7.69999999992299e-06,"$area":7.69999999992299e-06},"id":"10497-Text::CSV::BEGIN@196"},{"name":"_load_pp","children":[],"data":{"tip":"<p><b>Text::CSV::_load_pp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.93ms, 0.01%<br />Exclusive time: 4.90ms, 0.01%</p>","incl_time":0.0059325,"subname":"Text::CSV::_load_pp","$color":5,"excl_time":0.00489630000000007,"$area":0.00489630000000007},"id":"10498-Text::CSV::_load_pp"},{"name":"::ErrorDiag","children":[{"name":"BEGIN@978","children":[],"data":{"tip":"<p><b>Text::CSV::ErrorDiag::BEGIN@978</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 77&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":7.71e-05,"subname":"Text::CSV::ErrorDiag::BEGIN@978","$color":7,"excl_time":2.31000000000015e-05,"$area":2.31000000000015e-05},"id":"10500-Text::CSV::ErrorDiag::BEGIN@978"},{"name":"BEGIN@977","children":[],"data":{"tip":"<p><b>Text::CSV::ErrorDiag::BEGIN@977</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Text::CSV::ErrorDiag::BEGIN@977","$color":7,"excl_time":1.23999999999204e-05,"$area":1.23999999999204e-05},"id":"10501-Text::CSV::ErrorDiag::BEGIN@977"}],"data":{"$area":3.54999999999219e-05},"id":"n10499"}],"data":{"$area":0.00521839999999995},"id":"n10487"},{"name":"::Balanced","children":[{"name":"::Extractor","children":[],"data":{"$area":0},"id":"n10503"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Text::Balanced::BEGIN@12","$color":0,"excl_time":1.26e-05,"$area":1.26e-05},"id":"10504-Text::Balanced::BEGIN@12"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Text::Balanced::BEGIN@7","$color":0,"excl_time":1.15999999996744e-05,"$area":1.15999999996744e-05},"id":"10505-Text::Balanced::BEGIN@7"},{"name":"BEGIN@885","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@885</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"Text::Balanced::BEGIN@885","$color":0,"excl_time":1.09000000003908e-05,"$area":1.09000000003908e-05},"id":"10506-Text::Balanced::BEGIN@885"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.57e-05,"subname":"Text::Balanced::BEGIN@6","$color":0,"excl_time":4.57e-05,"$area":4.57e-05},"id":"10507-Text::Balanced::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.79ms, 0.00%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.0017924,"subname":"Text::Balanced::BEGIN@9","$color":0,"excl_time":0.00138319999999911,"$area":0.00138319999999911},"id":"10508-Text::Balanced::BEGIN@9"},{"name":"BEGIN@343","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@343</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"Text::Balanced::BEGIN@343","$color":0,"excl_time":1.10000000002068e-05,"$area":1.10000000002068e-05},"id":"10509-Text::Balanced::BEGIN@343"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Text::Balanced::BEGIN@11","$color":0,"excl_time":7.20000000020767e-06,"$area":7.20000000020767e-06},"id":"10510-Text::Balanced::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Balanced::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Text::Balanced::BEGIN@8","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10511-Text::Balanced::BEGIN@8"},{"name":"::ErrorMsg","children":[{"name":"BEGIN@1021","children":[],"data":{"tip":"<p><b>Text::Balanced::ErrorMsg::BEGIN@1021</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Text::Balanced::ErrorMsg::BEGIN@1021","$color":2,"excl_time":1.45000000000166e-05,"$area":1.45000000000166e-05},"id":"10513-Text::Balanced::ErrorMsg::BEGIN@1021"}],"data":{"$area":1.45000000000166e-05},"id":"n10512"}],"data":{"$area":0.00150049999999961},"id":"n10502"},{"name":"::TEI","children":[{"name":"::Markup","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.84e-05,"subname":"Text::TEI::Markup::BEGIN@5","$color":4,"excl_time":1.1199999999844e-05,"$area":1.1199999999844e-05},"id":"10516-Text::TEI::Markup::BEGIN@5"},{"name":"BEGIN@433","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@433</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Text::TEI::Markup::BEGIN@433","$color":4,"excl_time":1.29000000000999e-05,"$area":1.29000000000999e-05},"id":"10517-Text::TEI::Markup::BEGIN@433"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"Text::TEI::Markup::BEGIN@4","$color":4,"excl_time":7.99999999978746e-06,"$area":7.99999999978746e-06},"id":"10518-Text::TEI::Markup::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 206&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002056,"subname":"Text::TEI::Markup::BEGIN@8","$color":4,"excl_time":8.89999999995037e-06,"$area":8.89999999995037e-06},"id":"10519-Text::TEI::Markup::BEGIN@8"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Text::TEI::Markup::BEGIN@3","$color":4,"excl_time":1.74000000000486e-05,"$area":1.74000000000486e-05},"id":"10520-Text::TEI::Markup::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"Text::TEI::Markup::BEGIN@7","$color":4,"excl_time":1.05999999998902e-05,"$area":1.05999999998902e-05},"id":"10521-Text::TEI::Markup::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::TEI::Markup::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Text::TEI::Markup::BEGIN@6","$color":4,"excl_time":1.0299999999839e-05,"$area":1.0299999999839e-05},"id":"10522-Text::TEI::Markup::BEGIN@6"}],"data":{"$area":7.92999999994595e-05},"id":"n10515"}],"data":{"$area":7.92999999994595e-05},"id":"n10514"},{"name":"::Tradition","children":[{"name":"add_witness","children":[],"data":{"tip":"<p><b>Text::Tradition::add_witness</b></p><p><br />Called 26 times from 2 places in 2 files<br />Inclusive time: 2.47ms, 0.00%<br />Exclusive time: 225&micro;s, 0.00%</p>","incl_time":0.0024668,"subname":"Text::Tradition::add_witness","$color":6,"excl_time":0.000225499999984344,"$area":0.000225499999984344},"id":"10524-Text::Tradition::add_witness"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.4ms, 0.02%<br />Exclusive time: 2.90ms, 0.00%</p>","incl_time":0.0114405,"subname":"Text::Tradition::BEGIN@3","$color":6,"excl_time":0.00289640000000006,"$area":0.00289640000000006},"id":"10525-Text::Tradition::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 415ms, 0.58%<br />Exclusive time: 4.46ms, 0.01%</p>","incl_time":0.4147304,"subname":"Text::Tradition::BEGIN@8","$color":6,"excl_time":0.00445730000000005,"$area":0.00445730000000005},"id":"10526-Text::Tradition::BEGIN@8"},{"name":"__ANON__[lib/Text/Tradition.pm:54]","children":[],"data":{"tip":"<p><b>Text::Tradition::__ANON__[lib/Text/Tradition.pm:54]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Text::Tradition::__ANON__[lib/Text/Tradition.pm:54]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"10527-Text::Tradition::__ANON__[lib/Text/Tradition.pm:54]"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"Text::Tradition::meta","$color":6,"excl_time":1.91000000005731e-05,"$area":1.91000000005731e-05},"id":"10528-Text::Tradition::meta"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44.8ms, 0.06%<br />Exclusive time: 1.81ms, 0.00%</p>","incl_time":0.0448285,"subname":"Text::Tradition::BEGIN@7","$color":6,"excl_time":0.00180750000000002,"$area":0.00180750000000002},"id":"10529-Text::Tradition::BEGIN@7"},{"name":"language","children":[],"data":{"tip":"<p><b>Text::Tradition::language</b></p><p><br />Called 62 times from 2 places in 2 files<br />Inclusive time: 192&micro;s, 0.00%</p>","incl_time":0.0001919,"subname":"Text::Tradition::language","$color":6,"excl_time":0.0001919,"$area":0.0001919},"id":"10530-Text::Tradition::language"},{"name":"BEGIN@370","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@370</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001061,"subname":"Text::Tradition::BEGIN@370","$color":6,"excl_time":9.79999999995088e-06,"$area":9.79999999995088e-06},"id":"10531-Text::Tradition::BEGIN@370"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"Text::Tradition::BEGIN@10","$color":6,"excl_time":9.90000000005914e-06,"$area":9.90000000005914e-06},"id":"10532-Text::Tradition::BEGIN@10"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Text::Tradition::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35.8s, 50.39%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":35.7520551,"subname":"Text::Tradition::BUILD","$color":6,"excl_time":6.13999999998782e-05,"$area":6.13999999998782e-05},"id":"10533-Text::Tradition::BUILD"},{"name":"collation","children":[],"data":{"tip":"<p><b>Text::Tradition::collation</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Text::Tradition::collation","$color":6,"excl_time":8.2e-06,"$area":8.2e-06},"id":"10534-Text::Tradition::collation"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.81ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0048083,"subname":"Text::Tradition::BEGIN@5","$color":6,"excl_time":1.16000000000126e-05,"$area":1.16000000000126e-05},"id":"10535-Text::Tradition::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.17s, 1.65%<br />Exclusive time: 8.30ms, 0.01%</p>","incl_time":1.1674952,"subname":"Text::Tradition::BEGIN@6","$color":6,"excl_time":0.00829820000000003,"$area":0.00829820000000003},"id":"10536-Text::Tradition::BEGIN@6"},{"name":"name","children":[],"data":{"tip":"<p><b>Text::Tradition::name</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Text::Tradition::name","$color":6,"excl_time":1.05e-05,"$area":1.05e-05},"id":"10537-Text::Tradition::name"},{"name":"__ANON__[lib/Text/Tradition.pm:29]","children":[],"data":{"tip":"<p><b>Text::Tradition::__ANON__[lib/Text/Tradition.pm:29]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Text::Tradition::__ANON__[lib/Text/Tradition.pm:29]","$color":6,"excl_time":2.3e-06,"$area":2.3e-06},"id":"10538-Text::Tradition::__ANON__[lib/Text/Tradition.pm:29]"},{"name":"_save_collation","children":[],"data":{"tip":"<p><b>Text::Tradition::_save_collation</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Text::Tradition::_save_collation","$color":6,"excl_time":8.20000000023442e-06,"$area":8.20000000023442e-06},"id":"10539-Text::Tradition::_save_collation"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35.8s, 50.39%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":35.7521347,"subname":"Text::Tradition::new","$color":6,"excl_time":6.75000000001091e-05,"$area":6.75000000001091e-05},"id":"10540-Text::Tradition::new"},{"name":"witnesses","children":[],"data":{"tip":"<p><b>Text::Tradition::witnesses</b></p><p><br />Called 1191 times from 2 places in 1 file<br />Inclusive time: 2.41ms, 0.00%</p>","incl_time":0.0024085,"subname":"Text::Tradition::witnesses","$color":6,"excl_time":0.0024085,"$area":0.0024085},"id":"10541-Text::Tradition::witnesses"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 566&micro;s, 0.00%<br />Exclusive time: 496&micro;s, 0.00%</p>","incl_time":0.0005655,"subname":"Text::Tradition::BEGIN@4","$color":6,"excl_time":0.00049569999999988,"$area":0.00049569999999988},"id":"10542-Text::Tradition::BEGIN@4"},{"name":"::Stemma","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 191&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001909,"subname":"Text::Tradition::Stemma::BEGIN@11","$color":8,"excl_time":1.15000000000593e-05,"$area":1.15000000000593e-05},"id":"10544-Text::Tradition::Stemma::BEGIN@11"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Text::Tradition::Stemma::meta","$color":8,"excl_time":1.02000000000035e-05,"$area":1.02000000000035e-05},"id":"10545-Text::Tradition::Stemma::meta"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"Text::Tradition::Stemma::BEGIN@8","$color":8,"excl_time":1.15999999999697e-05,"$area":1.15999999999697e-05},"id":"10546-Text::Tradition::Stemma::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"Text::Tradition::Stemma::BEGIN@4","$color":8,"excl_time":1.21999999999415e-05,"$area":1.21999999999415e-05},"id":"10547-Text::Tradition::Stemma::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Text::Tradition::Stemma::BEGIN@9","$color":8,"excl_time":1.20999999997903e-05,"$area":1.20999999997903e-05},"id":"10548-Text::Tradition::Stemma::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.81ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0048123,"subname":"Text::Tradition::Stemma::BEGIN@12","$color":8,"excl_time":1.15999999998982e-05,"$area":1.15999999998982e-05},"id":"10549-Text::Tradition::Stemma::BEGIN@12"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.2ms, 0.02%<br />Exclusive time: 905&micro;s, 0.00%</p>","incl_time":0.0172,"subname":"Text::Tradition::Stemma::BEGIN@3","$color":8,"excl_time":0.000904800000000379,"$area":0.000904800000000379},"id":"10550-Text::Tradition::Stemma::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Text::Tradition::Stemma::BEGIN@6","$color":8,"excl_time":1.22000000000478e-05,"$area":1.22000000000478e-05},"id":"10551-Text::Tradition::Stemma::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.84e-05,"subname":"Text::Tradition::Stemma::BEGIN@5","$color":8,"excl_time":1.4799999999791e-05,"$area":1.4799999999791e-05},"id":"10552-Text::Tradition::Stemma::BEGIN@5"},{"name":"BEGIN@393","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@393</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.000107,"subname":"Text::Tradition::Stemma::BEGIN@393","$color":8,"excl_time":1.30000000001835e-05,"$area":1.30000000001835e-05},"id":"10553-Text::Tradition::Stemma::BEGIN@393"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.09ms, 0.01%<br />Exclusive time: 3.37ms, 0.00%</p>","incl_time":0.0060852,"subname":"Text::Tradition::Stemma::BEGIN@7","$color":8,"excl_time":0.0033746000000001,"$area":0.0033746000000001},"id":"10554-Text::Tradition::Stemma::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::Stemma::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.60ms, 0.01%<br />Exclusive time: 1.54ms, 0.00%</p>","incl_time":0.0046003,"subname":"Text::Tradition::Stemma::BEGIN@10","$color":8,"excl_time":0.00154269999999956,"$area":0.00154269999999956},"id":"10555-Text::Tradition::Stemma::BEGIN@10"}],"data":{"$area":0.00593129999999973},"id":"n10543"},{"name":"::Analysis","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Text::Tradition::Analysis::BEGIN@8","$color":10,"excl_time":9.90000000014153e-06,"$area":9.90000000014153e-06},"id":"10557-Text::Tradition::Analysis::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"Text::Tradition::Analysis::BEGIN@6","$color":10,"excl_time":9.40000000043334e-06,"$area":9.40000000043334e-06},"id":"10558-Text::Tradition::Analysis::BEGIN@6"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Text::Tradition::Analysis::BEGIN@12","$color":10,"excl_time":1.08000000001875e-05,"$area":1.08000000001875e-05},"id":"10559-Text::Tradition::Analysis::BEGIN@12"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Text::Tradition::Analysis::BEGIN@3","$color":10,"excl_time":3.65999999997682e-05,"$area":3.65999999997682e-05},"id":"10560-Text::Tradition::Analysis::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 95&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.51e-05,"subname":"Text::Tradition::Analysis::BEGIN@9","$color":10,"excl_time":9.30000000008627e-06,"$area":9.30000000008627e-06},"id":"10561-Text::Tradition::Analysis::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Text::Tradition::Analysis::BEGIN@11","$color":10,"excl_time":1.23999999999071e-05,"$area":1.23999999999071e-05},"id":"10562-Text::Tradition::Analysis::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.25e-05,"subname":"Text::Tradition::Analysis::BEGIN@14","$color":10,"excl_time":9.00000000020242e-06,"$area":9.00000000020242e-06},"id":"10563-Text::Tradition::Analysis::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Text::Tradition::Analysis::BEGIN@4","$color":10,"excl_time":8.0999999996293e-06,"$area":8.0999999996293e-06},"id":"10564-Text::Tradition::Analysis::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.1ms, 0.02%<br />Exclusive time: 6.13ms, 0.01%</p>","incl_time":0.0170779,"subname":"Text::Tradition::Analysis::BEGIN@10","$color":10,"excl_time":0.00613349999999948,"$area":0.00613349999999948},"id":"10565-Text::Tradition::Analysis::BEGIN@10"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Text::Tradition::Analysis::BEGIN@7","$color":10,"excl_time":8.40000000042371e-06,"$area":8.40000000042371e-06},"id":"10566-Text::Tradition::Analysis::BEGIN@7"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Analysis::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.82ms, 0.01%<br />Exclusive time: 3.45ms, 0.00%</p>","incl_time":0.003823,"subname":"Text::Tradition::Analysis::BEGIN@5","$color":10,"excl_time":0.00345279999999924,"$area":0.00345279999999924},"id":"10567-Text::Tradition::Analysis::BEGIN@5"}],"data":{"$area":0.00970019999999949},"id":"n10556"},{"name":"::Parser","children":[{"name":"::Self","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@3","$color":1,"excl_time":4.20000000004228e-05,"$area":4.20000000004228e-05},"id":"10570-Text::Tradition::Parser::Self::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@4","$color":1,"excl_time":1.21999999997231e-05,"$area":1.21999999997231e-05},"id":"10571-Text::Tradition::Parser::Self::BEGIN@4"},{"name":"BEGIN@221","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@221</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@221","$color":1,"excl_time":7.80000000043596e-06,"$area":7.80000000043596e-06},"id":"10572-Text::Tradition::Parser::Self::BEGIN@221"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.11ms, 0.01%<br />Exclusive time: 735&micro;s, 0.00%</p>","incl_time":0.0041125,"subname":"Text::Tradition::Parser::Self::CORE:sort","$color":1,"excl_time":0.000735499999967619,"$area":0.000735499999967619},"id":"10573-Text::Tradition::Parser::Self::CORE:sort"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.11ms, 0.00%<br />Exclusive time: 746&micro;s, 0.00%</p>","incl_time":0.001114,"subname":"Text::Tradition::Parser::Self::BEGIN@5","$color":1,"excl_time":0.000745599999999842,"$area":0.000745599999999842},"id":"10574-Text::Tradition::Parser::Self::BEGIN@5"},{"name":"parse","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::parse</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35.7s, 50.35%<br />Exclusive time: 152ms, 0.21%</p>","incl_time":35.7276308,"subname":"Text::Tradition::Parser::Self::parse","$color":1,"excl_time":0.152163399992091,"$area":0.152163399992091},"id":"10575-Text::Tradition::Parser::Self::parse"},{"name":"_layersort_rel","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::_layersort_rel</b></p><p><br />Called 229 times from 1 place in 1 file<br />Inclusive time: 3.38ms, 0.00%<br />Exclusive time: 2.84ms, 0.00%</p>","incl_time":0.003377,"subname":"Text::Tradition::Parser::Self::_layersort_rel","$color":1,"excl_time":0.00284360000008336,"$area":0.00284360000008336},"id":"10576-Text::Tradition::Parser::Self::_layersort_rel"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003155,"subname":"Text::Tradition::Parser::Self::BEGIN@6","$color":1,"excl_time":1.02000000000471e-05,"$area":1.02000000000471e-05},"id":"10577-Text::Tradition::Parser::Self::BEGIN@6"},{"name":"BEGIN@223","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::Self::BEGIN@223</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@223","$color":1,"excl_time":8.40000000020242e-06,"$area":8.40000000020242e-06},"id":"10578-Text::Tradition::Parser::Self::BEGIN@223"}],"data":{"$area":0.156568699992142},"id":"n10569"},{"name":"::GraphML","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@4","$color":3,"excl_time":6.29999999981509e-06,"$area":6.29999999981509e-06},"id":"10580-Text::Tradition::Parser::GraphML::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@3","$color":3,"excl_time":3.03000000001415e-05,"$area":3.03000000001415e-05},"id":"10581-Text::Tradition::Parser::GraphML::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 203&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002026,"subname":"Text::Tradition::Parser::GraphML::BEGIN@8","$color":3,"excl_time":9.5999999996682e-06,"$area":9.5999999996682e-06},"id":"10582-Text::Tradition::Parser::GraphML::BEGIN@8"},{"name":"_lookup_node_data","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::_lookup_node_data</b></p><p><br />Called 121024 times from 3 places in 1 file<br />Inclusive time: 6.66s, 9.39%<br />Exclusive time: 1.24s, 1.74%</p>","incl_time":6.66209609999932,"subname":"Text::Tradition::Parser::GraphML::_lookup_node_data","$color":3,"excl_time":1.23799880005868,"$area":1.23799880005868},"id":"10583-Text::Tradition::Parser::GraphML::_lookup_node_data"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@9","$color":3,"excl_time":1.0900000000422e-05,"$area":1.0900000000422e-05},"id":"10584-Text::Tradition::Parser::GraphML::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@6","$color":3,"excl_time":8.19999999973795e-06,"$area":8.19999999973795e-06},"id":"10585-Text::Tradition::Parser::GraphML::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@5","$color":3,"excl_time":9.19999999963018e-06,"$area":9.19999999963018e-06},"id":"10586-Text::Tradition::Parser::GraphML::BEGIN@5"},{"name":"graphml_parse","children":[],"data":{"tip":"<p><b>Text::Tradition::Parser::GraphML::graphml_parse</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.0s, 14.16%<br />Exclusive time: 675ms, 0.95%</p>","incl_time":10.0458371,"subname":"Text::Tradition::Parser::GraphML::graphml_parse","$color":3,"excl_time":0.674566999987693,"$area":0.674566999987693},"id":"10587-Text::Tradition::Parser::GraphML::graphml_parse"}],"data":{"$area":1.91264030004637},"id":"n10579"}],"data":{"$area":2.06920900003852},"id":"n10568"},{"name":"::StemmaUtil","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@7","$color":5,"excl_time":9.99999999986635e-06,"$area":9.99999999986635e-06},"id":"10589-Text::Tradition::StemmaUtil::BEGIN@7"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@12","$color":5,"excl_time":9.00000000018841e-06,"$area":9.00000000018841e-06},"id":"10590-Text::Tradition::StemmaUtil::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@4","$color":5,"excl_time":8.19999999990973e-06,"$area":8.19999999990973e-06},"id":"10591-Text::Tradition::StemmaUtil::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@3","$color":5,"excl_time":3.56000000000017e-05,"$area":3.56000000000017e-05},"id":"10592-Text::Tradition::StemmaUtil::BEGIN@3"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Text::Tradition::StemmaUtil::BEGIN@13","$color":5,"excl_time":8.59999999990711e-06,"$area":8.59999999990711e-06},"id":"10593-Text::Tradition::StemmaUtil::BEGIN@13"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@15","$color":5,"excl_time":9.29999999990711e-06,"$area":9.29999999990711e-06},"id":"10594-Text::Tradition::StemmaUtil::BEGIN@15"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@5","$color":5,"excl_time":1.1199999999793e-05,"$area":1.1199999999793e-05},"id":"10595-Text::Tradition::StemmaUtil::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@8","$color":5,"excl_time":8.7000000001034e-06,"$area":8.7000000001034e-06},"id":"10596-Text::Tradition::StemmaUtil::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.48e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@10","$color":5,"excl_time":1.39000000001917e-05,"$area":1.39000000001917e-05},"id":"10597-Text::Tradition::StemmaUtil::BEGIN@10"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@14","$color":5,"excl_time":8.29999999980434e-06,"$area":8.29999999980434e-06},"id":"10598-Text::Tradition::StemmaUtil::BEGIN@14"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@6","$color":5,"excl_time":6.29999999984597e-06,"$area":6.29999999984597e-06},"id":"10599-Text::Tradition::StemmaUtil::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.66ms, 0.00%<br />Exclusive time: 2.00ms, 0.00%</p>","incl_time":0.0026635,"subname":"Text::Tradition::StemmaUtil::BEGIN@9","$color":5,"excl_time":0.00199629999999991,"$area":0.00199629999999991},"id":"10600-Text::Tradition::StemmaUtil::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::StemmaUtil::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@11","$color":5,"excl_time":1.15000000001512e-05,"$area":1.15000000001512e-05},"id":"10601-Text::Tradition::StemmaUtil::BEGIN@11"}],"data":{"$area":0.00213689999999958},"id":"n10588"},{"name":"::Witness","children":[{"name":"BEGIN@783","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@783</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 144&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001442,"subname":"Text::Tradition::Witness::BEGIN@783","$color":7,"excl_time":1.50000000000595e-05,"$area":1.50000000000595e-05},"id":"10603-Text::Tradition::Witness::BEGIN@783"},{"name":"is_layered","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::is_layered</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.52e-05,"subname":"Text::Tradition::Witness::is_layered","$color":7,"excl_time":5.52e-05,"$area":5.52e-05},"id":"10604-Text::Tradition::Witness::is_layered"},{"name":"BEGIN@355","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@355</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Text::Tradition::Witness::BEGIN@355","$color":7,"excl_time":7.80000000001488e-06,"$area":7.80000000001488e-06},"id":"10605-Text::Tradition::Witness::BEGIN@355"},{"name":"__ANON__[lib/Text/Tradition/Witness.pm:198]","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:198]</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 443&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0004432,"subname":"Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:198]","$color":7,"excl_time":6.19999999968099e-05,"$area":6.19999999968099e-05},"id":"10606-Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:198]"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.86ms, 0.00%<br />Exclusive time: 2.39ms, 0.00%</p>","incl_time":0.0028639,"subname":"Text::Tradition::Witness::BEGIN@7","$color":7,"excl_time":0.00238929999999956,"$area":0.00238929999999956},"id":"10607-Text::Tradition::Witness::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 128&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000128,"subname":"Text::Tradition::Witness::BEGIN@4","$color":7,"excl_time":8.99999999979772e-06,"$area":8.99999999979772e-06},"id":"10608-Text::Tradition::Witness::BEGIN@4"},{"name":"has_file","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::has_file</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Text::Tradition::Witness::has_file","$color":7,"excl_time":1.69e-05,"$area":1.69e-05},"id":"10609-Text::Tradition::Witness::has_file"},{"name":"has_object","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::has_object</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Text::Tradition::Witness::has_object","$color":7,"excl_time":1.67e-05,"$area":1.67e-05},"id":"10610-Text::Tradition::Witness::has_object"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003041,"subname":"Text::Tradition::Witness::BEGIN@8","$color":7,"excl_time":1.04000000001587e-05,"$area":1.04000000001587e-05},"id":"10611-Text::Tradition::Witness::BEGIN@8"},{"name":"sigil","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::sigil</b></p><p><br />Called 26 times from 2 places in 2 files<br />Inclusive time: 83&micro;s, 0.00%</p>","incl_time":8.32e-05,"subname":"Text::Tradition::Witness::sigil","$color":7,"excl_time":8.32e-05,"$area":8.32e-05},"id":"10612-Text::Tradition::Witness::sigil"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Text::Tradition::Witness::meta","$color":7,"excl_time":8.19999999995661e-06,"$area":8.19999999995661e-06},"id":"10613-Text::Tradition::Witness::meta"},{"name":"__ANON__[lib/Text/Tradition/Witness.pm:193]","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:193]</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":6.38e-05,"subname":"Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:193]","$color":7,"excl_time":3.91000000026759e-05,"$area":3.91000000026759e-05},"id":"10614-Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:193]"},{"name":"BEGIN@201","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@201</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 113&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001133,"subname":"Text::Tradition::Witness::BEGIN@201","$color":7,"excl_time":1.26999999998827e-05,"$area":1.26999999998827e-05},"id":"10615-Text::Tradition::Witness::BEGIN@201"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::CORE:match</b></p><p><br />Called 26 times from 2 places in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Text::Tradition::Witness::CORE:match","$color":7,"excl_time":4.3e-05,"$area":4.3e-05},"id":"10616-Text::Tradition::Witness::CORE:match"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.78ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0047797,"subname":"Text::Tradition::Witness::BEGIN@5","$color":7,"excl_time":1.07999999998136e-05,"$area":1.07999999998136e-05},"id":"10617-Text::Tradition::Witness::BEGIN@5"},{"name":"BEGIN@353","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@353</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Text::Tradition::Witness::BEGIN@353","$color":7,"excl_time":7.09999999980522e-06,"$area":7.09999999980522e-06},"id":"10618-Text::Tradition::Witness::BEGIN@353"},{"name":"has_source","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::has_source</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.0001447,"subname":"Text::Tradition::Witness::has_source","$color":7,"excl_time":9.4099999998434e-05,"$area":9.4099999998434e-05},"id":"10619-Text::Tradition::Witness::has_source"},{"name":"has_string","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::has_string</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Text::Tradition::Witness::has_string","$color":7,"excl_time":1.7e-05,"$area":1.7e-05},"id":"10620-Text::Tradition::Witness::has_string"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::CORE:regcomp</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0003629,"subname":"Text::Tradition::Witness::CORE:regcomp","$color":7,"excl_time":0.0003629,"$area":0.0003629},"id":"10621-Text::Tradition::Witness::CORE:regcomp"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BUILD</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 193&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0001933,"subname":"Text::Tradition::Witness::BUILD","$color":7,"excl_time":4.86000000036661e-05,"$area":4.86000000036661e-05},"id":"10622-Text::Tradition::Witness::BUILD"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::new</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 1.73ms, 0.00%<br />Exclusive time: 411&micro;s, 0.00%</p>","incl_time":0.0017284,"subname":"Text::Tradition::Witness::new","$color":7,"excl_time":0.000410500000021222,"$area":0.000410500000021222},"id":"10623-Text::Tradition::Witness::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"Text::Tradition::Witness::BEGIN@3","$color":7,"excl_time":3.9200000000037e-05,"$area":3.9200000000037e-05},"id":"10624-Text::Tradition::Witness::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.58e-05,"subname":"Text::Tradition::Witness::BEGIN@9","$color":7,"excl_time":1.00999999999881e-05,"$area":1.00999999999881e-05},"id":"10625-Text::Tradition::Witness::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.96ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0019629,"subname":"Text::Tradition::Witness::BEGIN@6","$color":7,"excl_time":1.70000000000552e-05,"$area":1.70000000000552e-05},"id":"10626-Text::Tradition::Witness::BEGIN@6"},{"name":"text","children":[],"data":{"tip":"<p><b>Text::Tradition::Witness::text</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 15.8ms, 0.02%<br />Exclusive time: 367&micro;s, 0.00%</p>","incl_time":0.0158058,"subname":"Text::Tradition::Witness::text","$color":7,"excl_time":0.00036700000000169,"$area":0.00036700000000169},"id":"10627-Text::Tradition::Witness::text"}],"data":{"$area":0.00415280000002363},"id":"n10602"},{"name":"::Error","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.61ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0046094,"subname":"Text::Tradition::Error::BEGIN@5","$color":9,"excl_time":1.55999999999082e-05,"$area":1.55999999999082e-05},"id":"10629-Text::Tradition::Error::BEGIN@5"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001112,"subname":"Text::Tradition::Error::BEGIN@17","$color":9,"excl_time":9.80000000008177e-06,"$area":9.80000000008177e-06},"id":"10630-Text::Tradition::Error::BEGIN@17"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.97e-05,"subname":"Text::Tradition::Error::BEGIN@6","$color":9,"excl_time":1.55000000000158e-05,"$area":1.55000000000158e-05},"id":"10631-Text::Tradition::Error::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Text::Tradition::Error::BEGIN@3","$color":9,"excl_time":2.95000000000831e-05,"$area":2.95000000000831e-05},"id":"10632-Text::Tradition::Error::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 157ms, 0.22%<br />Exclusive time: 422&micro;s, 0.00%</p>","incl_time":0.1572231,"subname":"Text::Tradition::Error::BEGIN@9","$color":9,"excl_time":0.000421899999999698,"$area":0.000421899999999698},"id":"10633-Text::Tradition::Error::BEGIN@9"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Text::Tradition::Error::meta","$color":9,"excl_time":8.79999999985135e-06,"$area":8.79999999985135e-06},"id":"10634-Text::Tradition::Error::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Error::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Text::Tradition::Error::BEGIN@4","$color":9,"excl_time":1.09999999999345e-05,"$area":1.09999999999345e-05},"id":"10635-Text::Tradition::Error::BEGIN@4"}],"data":{"$area":0.000512099999999572},"id":"n10628"},{"name":"::TypeMap","children":[{"name":"::Entry","children":[{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@1","$color":0,"excl_time":2.63e-05,"$area":2.63e-05},"id":"10638-Text::Tradition::TypeMap::Entry::BEGIN@1"},{"name":"compile_refresh","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::compile_refresh</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_refresh","$color":0,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10639-Text::Tradition::TypeMap::Entry::compile_refresh"},{"name":"compile_collapse_body","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::compile_collapse_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_collapse_body","$color":0,"excl_time":6e-06,"$area":6e-06},"id":"10640-Text::Tradition::TypeMap::Entry::compile_collapse_body"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@4","$color":0,"excl_time":9.89999999981946e-06,"$area":9.89999999981946e-06},"id":"10641-Text::Tradition::TypeMap::Entry::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Text::Tradition::TypeMap::Entry::meta","$color":0,"excl_time":8.29999999972307e-06,"$area":8.29999999972307e-06},"id":"10642-Text::Tradition::TypeMap::Entry::meta"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.04ms, 0.00%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0020448,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@10","$color":0,"excl_time":0.00115779999999992,"$area":0.00115779999999992},"id":"10643-Text::Tradition::TypeMap::Entry::BEGIN@10"},{"name":"compile_expand","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::compile_expand</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_expand","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"10644-Text::Tradition::TypeMap::Entry::compile_expand"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0042659,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@2","$color":0,"excl_time":4.01999999998896e-05,"$area":4.01999999998896e-05},"id":"10645-Text::Tradition::TypeMap::Entry::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 286&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002865,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@6","$color":0,"excl_time":8.99999999984735e-06,"$area":8.99999999984735e-06},"id":"10646-Text::Tradition::TypeMap::Entry::BEGIN@6"},{"name":"intrinsic","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::intrinsic</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Text::Tradition::TypeMap::Entry::intrinsic","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10647-Text::Tradition::TypeMap::Entry::intrinsic"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"Text::Tradition::TypeMap::Entry::new","$color":0,"excl_time":4.40000000007484e-05,"$area":4.40000000007484e-05},"id":"10648-Text::Tradition::TypeMap::Entry::new"},{"name":"__ANON__[lib/Text/Tradition/TypeMap/Entry.pm:24]","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::__ANON__[lib/Text/Tradition/TypeMap/Entry.pm:24]</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 226ms, 0.32%<br />Exclusive time: 181&micro;s, 0.00%</p>","incl_time":0.226087,"subname":"Text::Tradition::TypeMap::Entry::__ANON__[lib/Text/Tradition/TypeMap/Entry.pm:24]","$color":0,"excl_time":0.000181499999996801,"$area":0.000181499999996801},"id":"10649-Text::Tradition::TypeMap::Entry::__ANON__[lib/Text/Tradition/TypeMap/Entry.pm:24]"},{"name":"BEGIN@2.11","children":[],"data":{"tip":"<p><b>Text::Tradition::TypeMap::Entry::BEGIN@2.11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@2.11","$color":0,"excl_time":9.10000000002475e-06,"$area":9.10000000002475e-06},"id":"10650-Text::Tradition::TypeMap::Entry::BEGIN@2.11"}],"data":{"$area":0.00150349999999677},"id":"n10637"}],"data":{"$area":0.00150349999999677},"id":"n10636"},{"name":"::Directory","children":[{"name":"store","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::store</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":8.216279,"subname":"Text::Tradition::Directory::store","$color":2,"excl_time":3.84000000011042e-05,"$area":3.84000000011042e-05},"id":"10652-Text::Tradition::Directory::store"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 179ms, 0.25%<br />Exclusive time: 557&micro;s, 0.00%</p>","incl_time":0.1794658,"subname":"Text::Tradition::Directory::BEGIN@8","$color":2,"excl_time":0.00055689999999986,"$area":0.00055689999999986},"id":"10653-Text::Tradition::Directory::BEGIN@8"},{"name":"save","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::save</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":8.2163213,"subname":"Text::Tradition::Directory::save","$color":2,"excl_time":4.23000000004947e-05,"$area":4.23000000004947e-05},"id":"10654-Text::Tradition::Directory::save"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.88ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0068848,"subname":"Text::Tradition::Directory::BEGIN@5","$color":2,"excl_time":2.17999999999365e-05,"$area":2.17999999999365e-05},"id":"10655-Text::Tradition::Directory::BEGIN@5"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Text::Tradition::Directory::BEGIN@11","$color":2,"excl_time":1.53000000000708e-05,"$area":1.53000000000708e-05},"id":"10656-Text::Tradition::Directory::BEGIN@11"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"Text::Tradition::Directory::CORE:match","$color":2,"excl_time":1.8e-06,"$area":1.8e-06},"id":"10657-Text::Tradition::Directory::CORE:match"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0001014,"subname":"Text::Tradition::Directory::BEGIN@3","$color":2,"excl_time":9.07000000001919e-05,"$area":9.07000000001919e-05},"id":"10658-Text::Tradition::Directory::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.0ms, 0.02%<br />Exclusive time: 12.1ms, 0.02%</p>","incl_time":0.0140296,"subname":"Text::Tradition::Directory::BEGIN@6","$color":2,"excl_time":0.0121477000000006,"$area":0.0121477000000006},"id":"10659-Text::Tradition::Directory::BEGIN@6"},{"name":"__ANON__[lib/Text/Tradition/Directory.pm:168]","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::__ANON__[lib/Text/Tradition/Directory.pm:168]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 189&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0001886,"subname":"Text::Tradition::Directory::__ANON__[lib/Text/Tradition/Directory.pm:168]","$color":2,"excl_time":2.89999999991854e-05,"$area":2.89999999991854e-05},"id":"10660-Text::Tradition::Directory::__ANON__[lib/Text/Tradition/Directory.pm:168]"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"Text::Tradition::Directory::BEGIN@7","$color":2,"excl_time":1.000000000006e-05,"$area":1.000000000006e-05},"id":"10661-Text::Tradition::Directory::BEGIN@7"},{"name":"typemap","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Text::Tradition::Directory::typemap","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"10662-Text::Tradition::Directory::typemap"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60.6ms, 0.09%<br />Exclusive time: 473&micro;s, 0.00%</p>","incl_time":0.0606213,"subname":"Text::Tradition::Directory::BEGIN@10","$color":2,"excl_time":0.000473099999999574,"$area":0.000473099999999574},"id":"10663-Text::Tradition::Directory::BEGIN@10"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BUILDARGS</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"Text::Tradition::Directory::BUILDARGS","$color":2,"excl_time":5.49999999978308e-06,"$area":5.49999999978308e-06},"id":"10664-Text::Tradition::Directory::BUILDARGS"},{"name":"tradition","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::tradition</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 405&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0004051,"subname":"Text::Tradition::Directory::tradition","$color":2,"excl_time":1.80000000024689e-05,"$area":1.80000000024689e-05},"id":"10665-Text::Tradition::Directory::tradition"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62.4ms, 0.09%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.062444,"subname":"Text::Tradition::Directory::BEGIN@9","$color":2,"excl_time":0.00122709999999976,"$area":0.00122709999999976},"id":"10666-Text::Tradition::Directory::BEGIN@9"},{"name":"BEGIN@154","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@154</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.5ms, 0.02%<br />Exclusive time: 439&micro;s, 0.00%</p>","incl_time":0.015461,"subname":"Text::Tradition::Directory::BEGIN@154","$color":2,"excl_time":0.000438599999999231,"$area":0.000438599999999231},"id":"10667-Text::Tradition::Directory::BEGIN@154"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Text::Tradition::Directory::BEGIN@4","$color":2,"excl_time":2.21999999999849e-05,"$area":2.21999999999849e-05},"id":"10668-Text::Tradition::Directory::BEGIN@4"}],"data":{"$area":0.0151410000000023},"id":"n10651"},{"name":"::Collation","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Text::Tradition::Collation::BEGIN@11","$color":4,"excl_time":2.38000000000946e-05,"$area":2.38000000000946e-05},"id":"10670-Text::Tradition::Collation::BEGIN@11"},{"name":"_set_end","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_set_end</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Text::Tradition::Collation::_set_end","$color":4,"excl_time":1.20000000007493e-05,"$area":1.20000000007493e-05},"id":"10671-Text::Tradition::Collation::_set_end"},{"name":"_set_relations","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_set_relations</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Text::Tradition::Collation::_set_relations","$color":4,"excl_time":1.16000000000009e-05,"$area":1.16000000000009e-05},"id":"10672-Text::Tradition::Collation::_set_relations"},{"name":"baselabel","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::baselabel</b></p><p><br />Called 13188 times from 2 places in 2 files<br />Inclusive time: 26.1ms, 0.04%</p>","incl_time":0.0261347000000011,"subname":"Text::Tradition::Collation::baselabel","$color":4,"excl_time":0.0261347000000011,"$area":0.0261347000000011},"id":"10673-Text::Tradition::Collation::baselabel"},{"name":"_add_reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_add_reading</b></p><p><br />Called 1095 times from 1 place in 1 file<br />Inclusive time: 17.6ms, 0.02%<br />Exclusive time: 15.8ms, 0.02%</p>","incl_time":0.0176427,"subname":"Text::Tradition::Collation::_add_reading","$color":4,"excl_time":0.0158162999999266,"$area":0.0158162999999266},"id":"10674-Text::Tradition::Collation::_add_reading"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.05ms, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0010549,"subname":"Text::Tradition::Collation::BUILD","$color":4,"excl_time":3.04999999996306e-05,"$area":3.04999999996306e-05},"id":"10675-Text::Tradition::Collation::BUILD"},{"name":"linear","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::linear</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Text::Tradition::Collation::linear","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"10676-Text::Tradition::Collation::linear"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.85ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0058533,"subname":"Text::Tradition::Collation::BEGIN@15","$color":4,"excl_time":1.92999999998836e-05,"$area":1.92999999998836e-05},"id":"10677-Text::Tradition::Collation::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 236ms, 0.33%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.2363057,"subname":"Text::Tradition::Collation::BEGIN@9","$color":4,"excl_time":0.00157199999999993,"$area":0.00157199999999993},"id":"10678-Text::Tradition::Collation::BEGIN@9"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 993&micro;s, 0.00%<br />Exclusive time: 724&micro;s, 0.00%</p>","incl_time":0.0009931,"subname":"Text::Tradition::Collation::BEGIN@5","$color":4,"excl_time":0.000724399999999878,"$area":0.000724399999999878},"id":"10679-Text::Tradition::Collation::BEGIN@5"},{"name":"readings","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::readings</b></p><p><br />Called 238 times from 7 places in 2 files<br />Inclusive time: 42.8ms, 0.06%</p>","incl_time":0.0427711,"subname":"Text::Tradition::Collation::readings","$color":4,"excl_time":0.0427711,"$area":0.0427711},"id":"10680-Text::Tradition::Collation::readings"},{"name":"_path_display_label","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_path_display_label</b></p><p><br />Called 1190 times from 1 place in 1 file<br />Inclusive time: 82.9ms, 0.12%<br />Exclusive time: 64.6ms, 0.09%</p>","incl_time":0.0828973000000001,"subname":"Text::Tradition::Collation::_path_display_label","$color":4,"excl_time":0.0646335999794385,"$area":0.0646335999794385},"id":"10681-Text::Tradition::Collation::_path_display_label"},{"name":"next_reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::next_reading</b></p><p><br />Called 12605 times from 1 place in 1 file<br />Inclusive time: 4.56s, 6.43%<br />Exclusive time: 119ms, 0.17%</p>","incl_time":4.56065269999999,"subname":"Text::Tradition::Collation::next_reading","$color":4,"excl_time":0.118621200003063,"$area":0.118621200003063},"id":"10682-Text::Tradition::Collation::next_reading"},{"name":"relations","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::relations</b></p><p><br />Called 5587 times from 4 places in 2 files<br />Inclusive time: 8.63ms, 0.01%</p>","incl_time":0.00862799999999998,"subname":"Text::Tradition::Collation::relations","$color":4,"excl_time":0.00862799999999998,"$area":0.00862799999999998},"id":"10683-Text::Tradition::Collation::relations"},{"name":"reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::reading</b></p><p><br />Called 44003 times from 13 places in 3 files<br />Inclusive time: 198ms, 0.28%</p>","incl_time":0.198277800000001,"subname":"Text::Tradition::Collation::reading","$color":4,"excl_time":0.198277800000001,"$area":0.198277800000001},"id":"10684-Text::Tradition::Collation::reading"},{"name":"_find_linked_reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_find_linked_reading</b></p><p><br />Called 12605 times from 1 place in 1 file<br />Inclusive time: 4.37s, 6.16%<br />Exclusive time: 523ms, 0.74%</p>","incl_time":4.37237920000001,"subname":"Text::Tradition::Collation::_find_linked_reading","$color":4,"excl_time":0.522872099903348,"$area":0.522872099903348},"id":"10685-Text::Tradition::Collation::_find_linked_reading"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:match</b></p><p><br />Called 178481 times from 3 places in 1 file<br />Inclusive time: 52.8ms, 0.07%</p>","incl_time":0.0528255999999669,"subname":"Text::Tradition::Collation::CORE:match","$color":4,"excl_time":0.0528255999999669,"$area":0.0528255999999669},"id":"10686-Text::Tradition::Collation::CORE:match"},{"name":"get_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::get_relationship</b></p><p><br />Called 112 times from 2 places in 2 files<br />Inclusive time: 12.8ms, 0.02%<br />Exclusive time: 1.34ms, 0.00%</p>","incl_time":0.0128196,"subname":"Text::Tradition::Collation::get_relationship","$color":4,"excl_time":0.0013445000000691,"$area":0.0013445000000691},"id":"10687-Text::Tradition::Collation::get_relationship"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:regcomp</b></p><p><br />Called 191110 times from 5 places in 1 file<br />Inclusive time: 138ms, 0.19%</p>","incl_time":0.138155400000294,"subname":"Text::Tradition::Collation::CORE:regcomp","$color":4,"excl_time":0.138155400000294,"$area":0.138155400000294},"id":"10688-Text::Tradition::Collation::CORE:regcomp"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30.6ms, 0.04%<br />Exclusive time: 3.19ms, 0.00%</p>","incl_time":0.0306005,"subname":"Text::Tradition::Collation::BEGIN@12","$color":4,"excl_time":0.00319430000000206,"$area":0.00319430000000206},"id":"10689-Text::Tradition::Collation::BEGIN@12"},{"name":"__ANON__[lib/Text/Tradition/Collation.pm:57]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:57]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:57]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10690-Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:57]"},{"name":"CORE:binmode","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:binmode</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Text::Tradition::Collation::CORE:binmode","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10691-Text::Tradition::Collation::CORE:binmode"},{"name":"_assign_rank","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_assign_rank</b></p><p><br />Called 1004 times from 1 place in 1 file<br />Inclusive time: 45.9ms, 0.06%<br />Exclusive time: 16.0ms, 0.02%</p>","incl_time":0.0458824,"subname":"Text::Tradition::Collation::_assign_rank","$color":4,"excl_time":0.015997100000316,"$area":0.015997100000316},"id":"10692-Text::Tradition::Collation::_assign_rank"},{"name":"equivalence_graph","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::equivalence_graph</b></p><p><br />Called 1004 times from 1 place in 1 file<br />Inclusive time: 16.9ms, 0.02%<br />Exclusive time: 11.7ms, 0.02%</p>","incl_time":0.0168925,"subname":"Text::Tradition::Collation::equivalence_graph","$color":4,"excl_time":0.0116689999971582,"$area":0.0116689999971582},"id":"10693-Text::Tradition::Collation::equivalence_graph"},{"name":"_set_start","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_set_start</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Text::Tradition::Collation::_set_start","$color":4,"excl_time":1.1499999999908e-05,"$area":1.1499999999908e-05},"id":"10694-Text::Tradition::Collation::_set_start"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.82e-05,"subname":"Text::Tradition::Collation::BEGIN@4","$color":4,"excl_time":1.61000000000916e-05,"$area":1.61000000000916e-05},"id":"10695-Text::Tradition::Collation::BEGIN@4"},{"name":"end","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::end</b></p><p><br />Called 17 times from 4 places in 2 files<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"Text::Tradition::Collation::end","$color":4,"excl_time":5.07e-05,"$area":5.07e-05},"id":"10696-Text::Tradition::Collation::end"},{"name":"start","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::start</b></p><p><br />Called 18 times from 3 places in 1 file<br />Inclusive time: 76&micro;s, 0.00%</p>","incl_time":7.63e-05,"subname":"Text::Tradition::Collation::start","$color":4,"excl_time":7.63e-05,"$area":7.63e-05},"id":"10697-Text::Tradition::Collation::start"},{"name":"wit_list_separator","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::wit_list_separator</b></p><p><br />Called 12606 times from 2 places in 2 files<br />Inclusive time: 25.1ms, 0.04%</p>","incl_time":0.025119900000001,"subname":"Text::Tradition::Collation::wit_list_separator","$color":4,"excl_time":0.025119900000001,"$area":0.025119900000001},"id":"10698-Text::Tradition::Collation::wit_list_separator"},{"name":"_witnesses_of_label","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_witnesses_of_label</b></p><p><br />Called 12605 times from 1 place in 1 file<br />Inclusive time: 141ms, 0.20%<br />Exclusive time: 112ms, 0.16%</p>","incl_time":0.140793100000001,"subname":"Text::Tradition::Collation::_witnesses_of_label","$color":4,"excl_time":0.111751599985005,"$area":0.111751599985005},"id":"10699-Text::Tradition::Collation::_witnesses_of_label"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:sort</b></p><p><br />Called 29458 times from 6 places in 1 file<br />Inclusive time: 97.5ms, 0.14%<br />Exclusive time: 70.3ms, 0.10%</p>","incl_time":0.0975443,"subname":"Text::Tradition::Collation::CORE:sort","$color":4,"excl_time":0.0702994999786499,"$area":0.0702994999786499},"id":"10700-Text::Tradition::Collation::CORE:sort"},{"name":"cached_svg","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::cached_svg</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0001446,"subname":"Text::Tradition::Collation::cached_svg","$color":4,"excl_time":0.0001446,"$area":0.0001446},"id":"10701-Text::Tradition::Collation::cached_svg"},{"name":"as_dot","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::as_dot</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 495ms, 0.70%<br />Exclusive time: 81.5ms, 0.11%</p>","incl_time":0.4947162,"subname":"Text::Tradition::Collation::as_dot","$color":4,"excl_time":0.081490699995613,"$area":0.081490699995613},"id":"10702-Text::Tradition::Collation::as_dot"},{"name":"_stringify_args","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_stringify_args</b></p><p><br />Called 12712 times from 3 places in 1 file<br />Inclusive time: 154ms, 0.22%<br />Exclusive time: 107ms, 0.15%</p>","incl_time":0.153515699999995,"subname":"Text::Tradition::Collation::_stringify_args","$color":4,"excl_time":0.106871800008097,"$area":0.106871800008097},"id":"10703-Text::Tradition::Collation::_stringify_args"},{"name":"has_cached_svg","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::has_cached_svg</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Text::Tradition::Collation::has_cached_svg","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"10704-Text::Tradition::Collation::has_cached_svg"},{"name":"as_svg","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::as_svg</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.95s, 4.15%<br />Exclusive time: 778&micro;s, 0.00%</p>","incl_time":2.9466853,"subname":"Text::Tradition::Collation::as_svg","$color":4,"excl_time":0.000777900000004106,"$area":0.000777900000004106},"id":"10705-Text::Tradition::Collation::as_svg"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.78ms, 0.01%<br />Exclusive time: 3.82ms, 0.01%</p>","incl_time":0.0087827,"subname":"Text::Tradition::Collation::BEGIN@3","$color":4,"excl_time":0.00381810000000035,"$area":0.00381810000000035},"id":"10706-Text::Tradition::Collation::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.28ms, 0.01%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0072774,"subname":"Text::Tradition::Collation::BEGIN@8","$color":4,"excl_time":0.00108489999999995,"$area":0.00108489999999995},"id":"10707-Text::Tradition::Collation::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28.6ms, 0.04%<br />Exclusive time: 17.6ms, 0.02%</p>","incl_time":0.0285956,"subname":"Text::Tradition::Collation::BEGIN@7","$color":4,"excl_time":0.0175814,"$area":0.0175814},"id":"10708-Text::Tradition::Collation::BEGIN@7"},{"name":"text_from_paths","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::text_from_paths</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.35s, 7.54%<br />Exclusive time: 66.1ms, 0.09%</p>","incl_time":5.3465331,"subname":"Text::Tradition::Collation::text_from_paths","$color":4,"excl_time":0.0661085000123744,"$area":0.0661085000123744},"id":"10709-Text::Tradition::Collation::text_from_paths"},{"name":"add_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::add_relationship</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 18.5s, 26.05%<br />Exclusive time: 931&micro;s, 0.00%</p>","incl_time":18.4828319,"subname":"Text::Tradition::Collation::add_relationship","$color":4,"excl_time":0.000931300000018093,"$area":0.000931300000018093},"id":"10710-Text::Tradition::Collation::add_relationship"},{"name":"path_witnesses","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::path_witnesses</b></p><p><br />Called 15567 times from 3 places in 1 file<br />Inclusive time: 1.21s, 1.71%<br />Exclusive time: 273ms, 0.38%</p>","incl_time":1.21308189999999,"subname":"Text::Tradition::Collation::path_witnesses","$color":4,"excl_time":0.272640199976146,"$area":0.272640199976146},"id":"10711-Text::Tradition::Collation::path_witnesses"},{"name":"_graphcalc_done","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_graphcalc_done</b></p><p><br />Called 13753 times from 5 places in 1 file<br />Inclusive time: 43.4ms, 0.06%</p>","incl_time":0.0433633000000007,"subname":"Text::Tradition::Collation::_graphcalc_done","$color":4,"excl_time":0.0433633000000007,"$area":0.0433633000000007},"id":"10712-Text::Tradition::Collation::_graphcalc_done"},{"name":"CORE:print","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:print</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 912&micro;s, 0.00%</p>","incl_time":0.0009122,"subname":"Text::Tradition::Collation::CORE:print","$color":4,"excl_time":0.0009122,"$area":0.0009122},"id":"10713-Text::Tradition::Collation::CORE:print"},{"name":"has_cached_table","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::has_cached_table</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Text::Tradition::Collation::has_cached_table","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"10714-Text::Tradition::Collation::has_cached_table"},{"name":"equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::equivalence</b></p><p><br />Called 2191 times from 2 places in 1 file<br />Inclusive time: 42.4ms, 0.06%<br />Exclusive time: 22.5ms, 0.03%</p>","incl_time":0.0424235999999999,"subname":"Text::Tradition::Collation::equivalence","$color":4,"excl_time":0.0224946000005426,"$area":0.0224946000005426},"id":"10715-Text::Tradition::Collation::equivalence"},{"name":"add_path","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::add_path</b></p><p><br />Called 12605 times from 1 place in 1 file<br />Inclusive time: 1.30s, 1.83%<br />Exclusive time: 193ms, 0.27%</p>","incl_time":1.2962287,"subname":"Text::Tradition::Collation::add_path","$color":4,"excl_time":0.193186000019156,"$area":0.193186000019156},"id":"10716-Text::Tradition::Collation::add_path"},{"name":"_dot_attr_string","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_dot_attr_string</b></p><p><br />Called 2285 times from 4 places in 1 file<br />Inclusive time: 30.6ms, 0.04%<br />Exclusive time: 29.2ms, 0.04%</p>","incl_time":0.0306119999999999,"subname":"Text::Tradition::Collation::_dot_attr_string","$color":4,"excl_time":0.0291805999952948,"$area":0.0291805999952948},"id":"10717-Text::Tradition::Collation::_dot_attr_string"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.37ms, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0013699,"subname":"Text::Tradition::Collation::new","$color":4,"excl_time":9.20000000001679e-05,"$area":9.20000000001679e-05},"id":"10718-Text::Tradition::Collation::new"},{"name":"__ANON__[lib/Text/Tradition/Collation.pm:20]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:20]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 213&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002133,"subname":"Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:20]","$color":4,"excl_time":1.36999999998115e-05,"$area":1.36999999998115e-05},"id":"10719-Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:20]"},{"name":"tradition","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::tradition</b></p><p><br />Called 1241 times from 4 places in 2 files<br />Inclusive time: 2.12ms, 0.00%</p>","incl_time":0.0021171,"subname":"Text::Tradition::Collation::tradition","$color":4,"excl_time":0.0021171,"$area":0.0021171},"id":"10720-Text::Tradition::Collation::tradition"},{"name":"paths","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::paths</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21.3ms, 0.03%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0213075,"subname":"Text::Tradition::Collation::paths","$color":4,"excl_time":4.12999999934334e-05,"$area":4.12999999934334e-05},"id":"10721-Text::Tradition::Collation::paths"},{"name":"sequence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::sequence</b></p><p><br />Called 68863 times from 10 places in 2 files<br />Inclusive time: 115ms, 0.16%</p>","incl_time":0.114632700000003,"subname":"Text::Tradition::Collation::sequence","$color":4,"excl_time":0.114632700000003,"$area":0.114632700000003},"id":"10722-Text::Tradition::Collation::sequence"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 578ms, 0.81%<br />Exclusive time: 4.82ms, 0.01%</p>","incl_time":0.5778648,"subname":"Text::Tradition::Collation::BEGIN@10","$color":4,"excl_time":0.00481919999999914,"$area":0.00481919999999914},"id":"10723-Text::Tradition::Collation::BEGIN@10"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:subst</b></p><p><br />Called 1118 times from 3 places in 1 file<br />Inclusive time: 599&micro;s, 0.00%</p>","incl_time":0.000598900000000005,"subname":"Text::Tradition::Collation::CORE:subst","$color":4,"excl_time":0.000598900000000005,"$area":0.000598900000000005},"id":"10724-Text::Tradition::Collation::CORE:subst"},{"name":"ac_label","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::ac_label</b></p><p><br />Called 13800 times from 4 places in 2 files<br />Inclusive time: 24.3ms, 0.03%</p>","incl_time":0.0243154000000002,"subname":"Text::Tradition::Collation::ac_label","$color":4,"excl_time":0.0243154000000002,"$area":0.0243154000000002},"id":"10725-Text::Tradition::Collation::ac_label"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 127ms, 0.18%<br />Exclusive time: 50.3ms, 0.07%</p>","incl_time":0.1267885,"subname":"Text::Tradition::Collation::BEGIN@6","$color":4,"excl_time":0.0503136000000009,"$area":0.0503136000000009},"id":"10726-Text::Tradition::Collation::BEGIN@6"},{"name":"reading_witnesses","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::reading_witnesses</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 6.08ms, 0.01%<br />Exclusive time: 266&micro;s, 0.00%</p>","incl_time":0.0060822,"subname":"Text::Tradition::Collation::reading_witnesses","$color":4,"excl_time":0.000265600000014927,"$area":0.000265600000014927},"id":"10727-Text::Tradition::Collation::reading_witnesses"},{"name":"reading_sequence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::reading_sequence</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 5.05s, 7.12%<br />Exclusive time: 260ms, 0.37%</p>","incl_time":5.0520121,"subname":"Text::Tradition::Collation::reading_sequence","$color":4,"excl_time":0.260486899951134,"$area":0.260486899951134},"id":"10728-Text::Tradition::Collation::reading_sequence"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26.4ms, 0.04%<br />Exclusive time: 11.7ms, 0.02%</p>","incl_time":0.0264054,"subname":"Text::Tradition::Collation::BEGIN@13","$color":4,"excl_time":0.0117301000000001,"$area":0.0117301000000001},"id":"10729-Text::Tradition::Collation::BEGIN@13"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"Text::Tradition::Collation::meta","$color":4,"excl_time":1.74999999991206e-05,"$area":1.74999999991206e-05},"id":"10730-Text::Tradition::Collation::meta"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Text::Tradition::Collation::BEGIN@14","$color":4,"excl_time":1.0099999999954e-05,"$area":1.0099999999954e-05},"id":"10731-Text::Tradition::Collation::BEGIN@14"},{"name":"_is_within","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_is_within</b></p><p><br />Called 13769 times from 1 place in 1 file<br />Inclusive time: 818ms, 1.15%<br />Exclusive time: 656ms, 0.92%</p>","incl_time":0.817987600000007,"subname":"Text::Tradition::Collation::_is_within","$color":4,"excl_time":0.655677599737171,"$area":0.655677599737171},"id":"10732-Text::Tradition::Collation::_is_within"},{"name":"BEGIN@1800","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::BEGIN@1800</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001515,"subname":"Text::Tradition::Collation::BEGIN@1800","$color":4,"excl_time":1.38000000002037e-05,"$area":1.38000000002037e-05},"id":"10733-Text::Tradition::Collation::BEGIN@1800"},{"name":"calculate_ranks","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::calculate_ranks</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149ms, 0.21%<br />Exclusive time: 25.3ms, 0.04%</p>","incl_time":0.1492991,"subname":"Text::Tradition::Collation::calculate_ranks","$color":4,"excl_time":0.0252571000015461,"$area":0.0252571000015461},"id":"10734-Text::Tradition::Collation::calculate_ranks"},{"name":"add_reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::add_reading</b></p><p><br />Called 1095 times from 3 places in 2 files<br />Inclusive time: 286ms, 0.40%<br />Exclusive time: 39.0ms, 0.05%</p>","incl_time":0.286024,"subname":"Text::Tradition::Collation::add_reading","$color":4,"excl_time":0.0389771000014442,"$area":0.0389771000014442},"id":"10735-Text::Tradition::Collation::add_reading"},{"name":"::Relationship","children":[{"name":"reading_a","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::reading_a</b></p><p><br />Called 53704 times from 3 places in 1 file<br />Inclusive time: 87.5ms, 0.12%</p>","incl_time":0.087510299999996,"subname":"Text::Tradition::Collation::Relationship::reading_a","$color":6,"excl_time":0.087510299999996,"$area":0.087510299999996},"id":"10737-Text::Tradition::Collation::Relationship::reading_a"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::CORE:match</b></p><p><br />Called 118 times from 1 place in 1 file<br />Inclusive time: 317&micro;s, 0.00%</p>","incl_time":0.000317,"subname":"Text::Tradition::Collation::Relationship::CORE:match","$color":6,"excl_time":0.000317,"$area":0.000317},"id":"10738-Text::Tradition::Collation::Relationship::CORE:match"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001163,"subname":"Text::Tradition::Collation::Relationship::BEGIN@11","$color":6,"excl_time":1.19999999999429e-05,"$area":1.19999999999429e-05},"id":"10739-Text::Tradition::Collation::Relationship::BEGIN@11"},{"name":"nonlocal","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::nonlocal</b></p><p><br />Called 108 times from 2 places in 1 file<br />Inclusive time: 809&micro;s, 0.00%<br />Exclusive time: 546&micro;s, 0.00%</p>","incl_time":0.0008086,"subname":"Text::Tradition::Collation::Relationship::nonlocal","$color":6,"excl_time":0.000546400000009003,"$area":0.000546400000009003},"id":"10740-Text::Tradition::Collation::Relationship::nonlocal"},{"name":"type","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::type</b></p><p><br />Called 460 times from 7 places in 3 files<br />Inclusive time: 1.32ms, 0.00%</p>","incl_time":0.0013164,"subname":"Text::Tradition::Collation::Relationship::type","$color":6,"excl_time":0.0013164,"$area":0.0013164},"id":"10741-Text::Tradition::Collation::Relationship::type"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::new</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 2.50ms, 0.00%<br />Exclusive time: 2.39ms, 0.00%</p>","incl_time":0.0024951,"subname":"Text::Tradition::Collation::Relationship::new","$color":6,"excl_time":0.00238819999999421,"$area":0.00238819999999421},"id":"10742-Text::Tradition::Collation::Relationship::new"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Text::Tradition::Collation::Relationship::meta","$color":6,"excl_time":7.40000000012028e-06,"$area":7.40000000012028e-06},"id":"10743-Text::Tradition::Collation::Relationship::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.80ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0018033,"subname":"Text::Tradition::Collation::Relationship::BEGIN@4","$color":6,"excl_time":1.11999999999257e-05,"$area":1.11999999999257e-05},"id":"10744-Text::Tradition::Collation::Relationship::BEGIN@4"},{"name":"BEGIN@148","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::BEGIN@148</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 164&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001637,"subname":"Text::Tradition::Collation::Relationship::BEGIN@148","$color":6,"excl_time":1.3299999999894e-05,"$area":1.3299999999894e-05},"id":"10745-Text::Tradition::Collation::Relationship::BEGIN@148"},{"name":"colocated","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::colocated</b></p><p><br />Called 118 times from 2 places in 1 file<br />Inclusive time: 1.58ms, 0.00%<br />Exclusive time: 981&micro;s, 0.00%</p>","incl_time":0.0015847,"subname":"Text::Tradition::Collation::Relationship::colocated","$color":6,"excl_time":0.000981400000044546,"$area":0.000981400000044546},"id":"10746-Text::Tradition::Collation::Relationship::colocated"},{"name":"reading_b","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::reading_b</b></p><p><br />Called 315 times from 3 places in 1 file<br />Inclusive time: 1.04ms, 0.00%</p>","incl_time":0.0010431,"subname":"Text::Tradition::Collation::Relationship::reading_b","$color":6,"excl_time":0.0010431,"$area":0.0010431},"id":"10747-Text::Tradition::Collation::Relationship::reading_b"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.36ms, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.00436,"subname":"Text::Tradition::Collation::Relationship::BEGIN@3","$color":6,"excl_time":5.44000000000907e-05,"$area":5.44000000000907e-05},"id":"10748-Text::Tradition::Collation::Relationship::BEGIN@3"},{"name":"scope","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::scope</b></p><p><br />Called 115 times from 2 places in 2 files<br />Inclusive time: 285&micro;s, 0.00%</p>","incl_time":0.0002852,"subname":"Text::Tradition::Collation::Relationship::scope","$color":6,"excl_time":0.0002852,"$area":0.0002852},"id":"10749-Text::Tradition::Collation::Relationship::scope"}],"data":{"$area":0.0944863000000437},"id":"n10736"},{"name":"::Reading","children":[{"name":"text","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::text</b></p><p><br />Called 68802 times from 9 places in 2 files<br />Inclusive time: 138ms, 0.19%</p>","incl_time":0.137830099999998,"subname":"Text::Tradition::Collation::Reading::text","$color":8,"excl_time":0.137830099999998,"$area":0.137830099999998},"id":"10751-Text::Tradition::Collation::Reading::text"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.16e-05,"subname":"Text::Tradition::Collation::Reading::BEGIN@4","$color":8,"excl_time":2.18000000000113e-05,"$area":2.18000000000113e-05},"id":"10752-Text::Tradition::Collation::Reading::BEGIN@4"},{"name":"_stringify","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::_stringify</b></p><p><br />Called 51534 times from 9 places in 4 files<br />Inclusive time: 283ms, 0.40%<br />Exclusive time: 183ms, 0.26%</p>","incl_time":0.282993600000003,"subname":"Text::Tradition::Collation::Reading::_stringify","$color":8,"excl_time":0.183433999966111,"$area":0.183433999966111},"id":"10753-Text::Tradition::Collation::Reading::_stringify"},{"name":"is_end","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_end</b></p><p><br />Called 12723 times from 1 place in 1 file<br />Inclusive time: 18.4ms, 0.03%</p>","incl_time":0.0183639999999972,"subname":"Text::Tradition::Collation::Reading::is_end","$color":8,"excl_time":0.0183639999999972,"$area":0.0183639999999972},"id":"10754-Text::Tradition::Collation::Reading::is_end"},{"name":"is_common","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_common</b></p><p><br />Called 1093 times from 1 place in 1 file<br />Inclusive time: 2.27ms, 0.00%</p>","incl_time":0.00226800000000001,"subname":"Text::Tradition::Collation::Reading::is_common","$color":8,"excl_time":0.00226800000000001,"$area":0.00226800000000001},"id":"10755-Text::Tradition::Collation::Reading::is_common"},{"name":"is_meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_meta</b></p><p><br />Called 12736 times from 2 places in 2 files<br />Inclusive time: 190ms, 0.27%<br />Exclusive time: 113ms, 0.16%</p>","incl_time":0.19023319999999,"subname":"Text::Tradition::Collation::Reading::is_meta","$color":8,"excl_time":0.113181599948255,"$area":0.113181599948255},"id":"10756-Text::Tradition::Collation::Reading::is_meta"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::BUILDARGS</b></p><p><br />Called 1095 times from 1 place in 1 file<br />Inclusive time: 23.5ms, 0.03%<br />Exclusive time: 3.31ms, 0.00%</p>","incl_time":0.0234721,"subname":"Text::Tradition::Collation::Reading::BUILDARGS","$color":8,"excl_time":0.00330870000001916,"$area":0.00330870000001916},"id":"10757-Text::Tradition::Collation::Reading::BUILDARGS"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.02ms, 0.01%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0050161,"subname":"Text::Tradition::Collation::Reading::BEGIN@3","$color":8,"excl_time":4.07000000000376e-05,"$area":4.07000000000376e-05},"id":"10758-Text::Tradition::Collation::Reading::BEGIN@3"},{"name":"BEGIN@331","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::BEGIN@331</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001057,"subname":"Text::Tradition::Collation::Reading::BEGIN@331","$color":8,"excl_time":9.09999999999777e-06,"$area":9.09999999999777e-06},"id":"10759-Text::Tradition::Collation::Reading::BEGIN@331"},{"name":"__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]</b></p><p><br />Called 1095 times from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.00%</p>","incl_time":0.00149350000000001,"subname":"Text::Tradition::Collation::Reading::__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]","$color":8,"excl_time":0.00149350000000001,"$area":0.00149350000000001},"id":"10760-Text::Tradition::Collation::Reading::__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]"},{"name":"join_next","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::join_next</b></p><p><br />Called 1093 times from 1 place in 1 file<br />Inclusive time: 1.81ms, 0.00%</p>","incl_time":0.00180749999999999,"subname":"Text::Tradition::Collation::Reading::join_next","$color":8,"excl_time":0.00180749999999999,"$area":0.00180749999999999},"id":"10761-Text::Tradition::Collation::Reading::join_next"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::new</b></p><p><br />Called 1095 times from 1 place in 1 file<br />Inclusive time: 87.1ms, 0.12%<br />Exclusive time: 55.9ms, 0.08%</p>","incl_time":0.0870526000000001,"subname":"Text::Tradition::Collation::Reading::new","$color":8,"excl_time":0.0559320000008363,"$area":0.0559320000008363},"id":"10762-Text::Tradition::Collation::Reading::new"},{"name":"id","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::id</b></p><p><br />Called 137397 times from 19 places in 3 files<br />Inclusive time: 252ms, 0.36%</p>","incl_time":0.252262100000003,"subname":"Text::Tradition::Collation::Reading::id","$color":8,"excl_time":0.252262100000003,"$area":0.252262100000003},"id":"10763-Text::Tradition::Collation::Reading::id"},{"name":"is_lacuna","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_lacuna</b></p><p><br />Called 12710 times from 1 place in 1 file<br />Inclusive time: 18.5ms, 0.03%</p>","incl_time":0.0184714999999975,"subname":"Text::Tradition::Collation::Reading::is_lacuna","$color":8,"excl_time":0.0184714999999975,"$area":0.0184714999999975},"id":"10764-Text::Tradition::Collation::Reading::is_lacuna"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Text::Tradition::Collation::Reading::meta","$color":8,"excl_time":8.30000000017866e-06,"$area":8.30000000017866e-06},"id":"10765-Text::Tradition::Collation::Reading::meta"},{"name":"has_rank","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::has_rank</b></p><p><br />Called 2479 times from 5 places in 2 files<br />Inclusive time: 4.10ms, 0.01%</p>","incl_time":0.00410380000000001,"subname":"Text::Tradition::Collation::Reading::has_rank","$color":8,"excl_time":0.00410380000000001,"$area":0.00410380000000001},"id":"10766-Text::Tradition::Collation::Reading::has_rank"},{"name":"is_ph","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_ph</b></p><p><br />Called 12709 times from 1 place in 1 file<br />Inclusive time: 19.3ms, 0.03%</p>","incl_time":0.0192943999999979,"subname":"Text::Tradition::Collation::Reading::is_ph","$color":8,"excl_time":0.0192943999999979,"$area":0.0192943999999979},"id":"10767-Text::Tradition::Collation::Reading::is_ph"},{"name":"join_prior","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::join_prior</b></p><p><br />Called 1093 times from 1 place in 1 file<br />Inclusive time: 1.78ms, 0.00%</p>","incl_time":0.00178130000000001,"subname":"Text::Tradition::Collation::Reading::join_prior","$color":8,"excl_time":0.00178130000000001,"$area":0.00178130000000001},"id":"10768-Text::Tradition::Collation::Reading::join_prior"},{"name":"rank","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::rank</b></p><p><br />Called 431425 times from 11 places in 3 files<br />Inclusive time: 797ms, 1.12%<br />Exclusive time: 796ms, 1.12%</p>","incl_time":0.797083999998968,"subname":"Text::Tradition::Collation::Reading::rank","$color":8,"excl_time":0.795898499999832,"$area":0.795898499999832},"id":"10769-Text::Tradition::Collation::Reading::rank"},{"name":"is_start","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::is_start</b></p><p><br />Called 12736 times from 1 place in 1 file<br />Inclusive time: 20.9ms, 0.03%</p>","incl_time":0.020921699999999,"subname":"Text::Tradition::Collation::Reading::is_start","$color":8,"excl_time":0.020921699999999,"$area":0.020921699999999},"id":"10770-Text::Tradition::Collation::Reading::is_start"},{"name":"::Morphology","children":[{"name":"BEGIN@413","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::Morphology::BEGIN@413</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001107,"subname":"Text::Tradition::Collation::Reading::Morphology::BEGIN@413","$color":10,"excl_time":9.6000000000349e-06,"$area":9.6000000000349e-06},"id":"10772-Text::Tradition::Collation::Reading::Morphology::BEGIN@413"},{"name":"BEGIN@340","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::Morphology::BEGIN@340</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.56ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0045638,"subname":"Text::Tradition::Collation::Reading::Morphology::BEGIN@340","$color":10,"excl_time":8.89999999997143e-06,"$area":8.89999999997143e-06},"id":"10773-Text::Tradition::Collation::Reading::Morphology::BEGIN@340"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::Morphology::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Text::Tradition::Collation::Reading::Morphology::meta","$color":10,"excl_time":1.18000000000283e-05,"$area":1.18000000000283e-05},"id":"10774-Text::Tradition::Collation::Reading::Morphology::meta"}],"data":{"$area":3.03000000000346e-05},"id":"n10771"}],"data":{"$area":1.63046289991505},"id":"n10750"},{"name":"::RelationshipStore","children":[{"name":"BEGIN@632","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@632</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.84e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@632","$color":1,"excl_time":8.00000000013053e-06,"$area":8.00000000013053e-06},"id":"10776-Text::Tradition::Collation::RelationshipStore::BEGIN@632"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.37ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0043739,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@9","$color":1,"excl_time":1.22999999998125e-05,"$area":1.22999999998125e-05},"id":"10777-Text::Tradition::Collation::RelationshipStore::BEGIN@9"},{"name":"_restore_collations","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::_restore_collations</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 255&micro;s, 0.00%</p>","incl_time":0.0002553,"subname":"Text::Tradition::Collation::RelationshipStore::_restore_collations","$color":1,"excl_time":0.0002553,"$area":0.0002553},"id":"10778-Text::Tradition::Collation::RelationshipStore::_restore_collations"},{"name":"_set_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::_set_relationship</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 206ms, 0.29%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.20648,"subname":"Text::Tradition::Collation::RelationshipStore::_set_relationship","$color":1,"excl_time":0.0014836999999881,"$area":0.0014836999999881},"id":"10779-Text::Tradition::Collation::RelationshipStore::_set_relationship"},{"name":"__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:80]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:80]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001043,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:80]","$color":1,"excl_time":9.19999999976335e-06,"$area":9.19999999976335e-06},"id":"10780-Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:80]"},{"name":"eqreadings","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::eqreadings</b></p><p><br />Called 112 times from 2 places in 1 file<br />Inclusive time: 657&micro;s, 0.00%</p>","incl_time":0.0006573,"subname":"Text::Tradition::Collation::RelationshipStore::eqreadings","$color":1,"excl_time":0.0006573,"$area":0.0006573},"id":"10781-Text::Tradition::Collation::RelationshipStore::eqreadings"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@4","$color":1,"excl_time":9.20000000003889e-06,"$area":9.20000000003889e-06},"id":"10782-Text::Tradition::Collation::RelationshipStore::BEGIN@4"},{"name":"__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:508]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:508]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:508]","$color":1,"excl_time":1.24999999996284e-05,"$area":1.24999999996284e-05},"id":"10783-Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:508]"},{"name":"BEGIN@1073","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@1073</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001189,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@1073","$color":1,"excl_time":1.12999999997925e-05,"$area":1.12999999997925e-05},"id":"10784-Text::Tradition::Collation::RelationshipStore::BEGIN@1073"},{"name":"add_equivalence_edge","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::add_equivalence_edge</b></p><p><br />Called 1190 times from 1 place in 1 file<br />Inclusive time: 73.1ms, 0.10%<br />Exclusive time: 18.2ms, 0.03%</p>","incl_time":0.0730806000000001,"subname":"Text::Tradition::Collation::RelationshipStore::add_equivalence_edge","$color":1,"excl_time":0.0182198999988002,"$area":0.0182198999988002},"id":"10785-Text::Tradition::Collation::RelationshipStore::add_equivalence_edge"},{"name":"test_equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::test_equivalence</b></p><p><br />Called 51 times from 2 places in 1 file<br />Inclusive time: 15.6s, 21.94%<br />Exclusive time: 20.7ms, 0.03%</p>","incl_time":15.5686361,"subname":"Text::Tradition::Collation::RelationshipStore::test_equivalence","$color":1,"excl_time":0.0206900000000911,"$area":0.0206900000000911},"id":"10786-Text::Tradition::Collation::RelationshipStore::test_equivalence"},{"name":"__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:74]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:74]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:74]","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"10787-Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:74]"},{"name":"equivalence_graph","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::equivalence_graph</b></p><p><br />Called 4162 times from 23 places in 2 files<br />Inclusive time: 7.81ms, 0.01%</p>","incl_time":0.00780660000000004,"subname":"Text::Tradition::Collation::RelationshipStore::equivalence_graph","$color":1,"excl_time":0.00780660000000004,"$area":0.00780660000000004},"id":"10788-Text::Tradition::Collation::RelationshipStore::equivalence_graph"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 211ms, 0.30%<br />Exclusive time: 1.81ms, 0.00%</p>","incl_time":0.2114839,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@7","$color":1,"excl_time":0.00180689999999989,"$area":0.00180689999999989},"id":"10789-Text::Tradition::Collation::RelationshipStore::BEGIN@7"},{"name":"collation","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::collation</b></p><p><br />Called 160 times from 4 places in 1 file<br />Inclusive time: 391&micro;s, 0.00%</p>","incl_time":0.0003911,"subname":"Text::Tradition::Collation::RelationshipStore::collation","$color":1,"excl_time":0.0003911,"$area":0.0003911},"id":"10790-Text::Tradition::Collation::RelationshipStore::collation"},{"name":"meta","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Text::Tradition::Collation::RelationshipStore::meta","$color":1,"excl_time":1.0199999999608e-05,"$area":1.0199999999608e-05},"id":"10791-Text::Tradition::Collation::RelationshipStore::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@3","$color":1,"excl_time":4.03000000000955e-05,"$area":4.03000000000955e-05},"id":"10792-Text::Tradition::Collation::RelationshipStore::BEGIN@3"},{"name":"add_reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::add_reading</b></p><p><br />Called 2190 times from 2 places in 2 files<br />Inclusive time: 138ms, 0.19%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.138075,"subname":"Text::Tradition::Collation::RelationshipStore::add_reading","$color":1,"excl_time":0.0153767000002268,"$area":0.0153767000002268},"id":"10793-Text::Tradition::Collation::RelationshipStore::add_reading"},{"name":"set_equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::set_equivalence</b></p><p><br />Called 1153 times from 2 places in 1 file<br />Inclusive time: 10.7ms, 0.02%</p>","incl_time":0.0107181,"subname":"Text::Tradition::Collation::RelationshipStore::set_equivalence","$color":1,"excl_time":0.0107181,"$area":0.0107181},"id":"10794-Text::Tradition::Collation::RelationshipStore::set_equivalence"},{"name":"__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:99]","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:99]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001022,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:99]","$color":1,"excl_time":6.09999999962355e-06,"$area":6.09999999962355e-06},"id":"10795-Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:99]"},{"name":"graph","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::graph</b></p><p><br />Called 1392 times from 5 places in 2 files<br />Inclusive time: 2.40ms, 0.00%</p>","incl_time":0.00240409999999999,"subname":"Text::Tradition::Collation::RelationshipStore::graph","$color":1,"excl_time":0.00240409999999999,"$area":0.00240409999999999},"id":"10796-Text::Tradition::Collation::RelationshipStore::graph"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::CORE:sort</b></p><p><br />Called 198 times from 2 places in 1 file<br />Inclusive time: 167&micro;s, 0.00%</p>","incl_time":0.000167,"subname":"Text::Tradition::Collation::RelationshipStore::CORE:sort","$color":1,"excl_time":0.000167,"$area":0.000167},"id":"10797-Text::Tradition::Collation::RelationshipStore::CORE:sort"},{"name":"scopedrels","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::scopedrels</b></p><p><br />Called 198 times from 2 places in 1 file<br />Inclusive time: 414&micro;s, 0.00%</p>","incl_time":0.0004136,"subname":"Text::Tradition::Collation::RelationshipStore::scopedrels","$color":1,"excl_time":0.0004136,"$area":0.0004136},"id":"10798-Text::Tradition::Collation::RelationshipStore::scopedrels"},{"name":"scoped_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::scoped_relationship</b></p><p><br />Called 149 times from 3 places in 1 file<br />Inclusive time: 1.86ms, 0.00%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.001862,"subname":"Text::Tradition::Collation::RelationshipStore::scoped_relationship","$color":1,"excl_time":0.00137980000002088,"$area":0.00137980000002088},"id":"10799-Text::Tradition::Collation::RelationshipStore::scoped_relationship"},{"name":"related_readings","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::related_readings</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.17ms, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.001166,"subname":"Text::Tradition::Collation::RelationshipStore::related_readings","$color":1,"excl_time":9.1300000003347e-05,"$area":9.1300000003347e-05},"id":"10800-Text::Tradition::Collation::RelationshipStore::related_readings"},{"name":"new","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 293&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0002932,"subname":"Text::Tradition::Collation::RelationshipStore::new","$color":1,"excl_time":7.62999999992585e-05,"$area":7.62999999992585e-05},"id":"10801-Text::Tradition::Collation::RelationshipStore::new"},{"name":"add_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::add_relationship</b></p><p><br />Called 59 times from 2 places in 2 files<br />Inclusive time: 18.5s, 26.05%<br />Exclusive time: 5.51ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 29.3ms</p>","incl_time":18.4808146,"subname":"Text::Tradition::Collation::RelationshipStore::add_relationship","$color":1,"excl_time":0.00551169999999399,"$area":0.00551169999999399},"id":"10802-Text::Tradition::Collation::RelationshipStore::add_relationship"},{"name":"get_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::get_relationship</b></p><p><br />Called 168 times from 4 places in 2 files<br />Inclusive time: 11.2ms, 0.02%<br />Exclusive time: 2.22ms, 0.00%</p>","incl_time":0.0111679,"subname":"Text::Tradition::Collation::RelationshipStore::get_relationship","$color":1,"excl_time":0.00222200000006344,"$area":0.00222200000006344},"id":"10803-Text::Tradition::Collation::RelationshipStore::get_relationship"},{"name":"set_eqreadings","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::set_eqreadings</b></p><p><br />Called 1095 times from 1 place in 1 file<br />Inclusive time: 8.82ms, 0.01%</p>","incl_time":0.00881879999999998,"subname":"Text::Tradition::Collation::RelationshipStore::set_eqreadings","$color":1,"excl_time":0.00881879999999998,"$area":0.00881879999999998},"id":"10804-Text::Tradition::Collation::RelationshipStore::set_eqreadings"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31.2ms, 0.04%<br />Exclusive time: 724&micro;s, 0.00%</p>","incl_time":0.0311667,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@6","$color":1,"excl_time":0.000723700000000001,"$area":0.000723700000000001},"id":"10805-Text::Tradition::Collation::RelationshipStore::BEGIN@6"},{"name":"add_scoped_relationship","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::add_scoped_relationship</b></p><p><br />Called 49 times from 1 place in 1 file<br />Inclusive time: 2.61ms, 0.00%<br />Exclusive time: 1.55ms, 0.00%</p>","incl_time":0.0026076,"subname":"Text::Tradition::Collation::RelationshipStore::add_scoped_relationship","$color":1,"excl_time":0.00155209999997192,"$area":0.00155209999997192},"id":"10806-Text::Tradition::Collation::RelationshipStore::add_scoped_relationship"},{"name":"_make_equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::_make_equivalence</b></p><p><br />Called 57 times from 1 place in 1 file<br />Inclusive time: 193ms, 0.27%<br />Exclusive time: 4.02ms, 0.01%</p>","incl_time":0.193082,"subname":"Text::Tradition::Collation::RelationshipStore::_make_equivalence","$color":1,"excl_time":0.00401549999996533,"$area":0.00401549999996533},"id":"10807-Text::Tradition::Collation::RelationshipStore::_make_equivalence"},{"name":"_find_applicable","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::_find_applicable</b></p><p><br />Called 49 times from 1 place in 1 file<br />Inclusive time: 2.66s, 3.74%<br />Exclusive time: 1.66s, 2.34%</p>","incl_time":2.6555151,"subname":"Text::Tradition::Collation::RelationshipStore::_find_applicable","$color":1,"excl_time":1.65724270007829,"$area":1.65724270007829},"id":"10808-Text::Tradition::Collation::RelationshipStore::_find_applicable"},{"name":"create","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::create</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 10.6ms, 0.01%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.0105919,"subname":"Text::Tradition::Collation::RelationshipStore::create","$color":1,"excl_time":0.00138320000001925,"$area":0.00138320000001925},"id":"10809-Text::Tradition::Collation::RelationshipStore::create"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 198ms, 0.28%<br />Exclusive time: 427&micro;s, 0.00%</p>","incl_time":0.1978385,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@5","$color":1,"excl_time":0.000427299999999853,"$area":0.000427299999999853},"id":"10810-Text::Tradition::Collation::RelationshipStore::BEGIN@5"},{"name":"equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::equivalence</b></p><p><br />Called 4787 times from 7 places in 2 files<br />Inclusive time: 25.6ms, 0.04%</p>","incl_time":0.0255814999999999,"subname":"Text::Tradition::Collation::RelationshipStore::equivalence","$color":1,"excl_time":0.0255814999999999,"$area":0.0255814999999999},"id":"10811-Text::Tradition::Collation::RelationshipStore::equivalence"},{"name":"BEGIN@635","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::BEGIN@635</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@635","$color":1,"excl_time":6.60000000008302e-06,"$area":6.60000000008302e-06},"id":"10812-Text::Tradition::Collation::RelationshipStore::BEGIN@635"},{"name":"relationship_valid","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::relationship_valid</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 15.6s, 21.95%<br />Exclusive time: 1.87ms, 0.00%</p>","incl_time":15.5774959,"subname":"Text::Tradition::Collation::RelationshipStore::relationship_valid","$color":1,"excl_time":0.00187340000006603,"$area":0.00187340000006603},"id":"10813-Text::Tradition::Collation::RelationshipStore::relationship_valid"}],"data":{"$area":1.7914176000775},"id":"n10775"}],"data":{"$area":6.97701689953838},"id":"n10669"}],"data":{"$area":9.1062961995769},"id":"n10523"},{"name":"::SimpleTable","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Text::SimpleTable::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Text::SimpleTable::BEGIN@6","$color":3,"excl_time":1.38000000000053e-05,"$area":1.38000000000053e-05},"id":"10815-Text::SimpleTable::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Text::SimpleTable::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Text::SimpleTable::BEGIN@5","$color":3,"excl_time":2.46000000000168e-05,"$area":2.46000000000168e-05},"id":"10816-Text::SimpleTable::BEGIN@5"}],"data":{"$area":3.8400000000022e-05},"id":"n10814"}],"data":{"$area":9.1139416995769},"id":"n10477"},{"name":"feature","children":[{"name":"import","children":[],"data":{"tip":"<p><b>feature::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"feature::import","$color":5,"excl_time":3.14e-05,"$area":3.14e-05},"id":"10818-feature::import"}],"data":{"$area":3.14e-05},"id":"n10817"},{"name":"IPC","children":[{"name":"::Run","children":[{"name":"BEGIN@1053","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1053</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"IPC::Run::BEGIN@1053","$color":7,"excl_time":1.03000000000388e-05,"$area":1.03000000000388e-05},"id":"10821-IPC::Run::BEGIN@1053"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:2434]","children":[],"data":{"tip":"<p><b>IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:2434]</b></p><p><br />Called 113 times from 1 place in 1 file<br />Inclusive time: 6.24ms, 0.01%<br />Exclusive time: 2.57ms, 0.00%</p>","incl_time":0.0062379,"subname":"IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:2434]","$color":7,"excl_time":0.00257499999983466,"$area":0.00257499999983466},"id":"10822-IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:2434]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:3655]","children":[],"data":{"tip":"<p><b>IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:3655]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:3655]","$color":7,"excl_time":1.3e-06,"$area":1.3e-06},"id":"10823-IPC::Run::__ANON__[/Users/edenc/perl5/lib/perl5/IPC/Run.pm:3655]"},{"name":"BEGIN@1080","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1080</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"IPC::Run::BEGIN@1080","$color":7,"excl_time":7.79999999992286e-06,"$area":7.79999999992286e-06},"id":"10824-IPC::Run::BEGIN@1080"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"IPC::Run::BEGIN@1","$color":7,"excl_time":1.45999999999706e-05,"$area":1.45999999999706e-05},"id":"10825-IPC::Run::BEGIN@1"},{"name":"get_more_input","children":[],"data":{"tip":"<p><b>IPC::Run::get_more_input</b></p><p><br />Called 113 times from 1 place in 1 file<br />Inclusive time: 7.16ms, 0.01%<br />Exclusive time: 925&micro;s, 0.00%</p>","incl_time":0.0071628,"subname":"IPC::Run::get_more_input","$color":7,"excl_time":0.000924899999983661,"$area":0.000924899999983661},"id":"10826-IPC::Run::get_more_input"},{"name":"BEGIN@1063","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1063</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0001014,"subname":"IPC::Run::BEGIN@1063","$color":7,"excl_time":4.79000000000714e-05,"$area":4.79000000000714e-05},"id":"10827-IPC::Run::BEGIN@1063"},{"name":"harness","children":[],"data":{"tip":"<p><b>IPC::Run::harness</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 244&micro;s, 0.00%<br />Exclusive time: 127&micro;s, 0.00%</p>","incl_time":0.0002438,"subname":"IPC::Run::harness","$color":7,"excl_time":0.000127299999981495,"$area":0.000127299999981495},"id":"10828-IPC::Run::harness"},{"name":"_clobber","children":[],"data":{"tip":"<p><b>IPC::Run::_clobber</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 240&micro;s, 0.00%<br />Exclusive time: 146&micro;s, 0.00%</p>","incl_time":0.0002396,"subname":"IPC::Run::_clobber","$color":7,"excl_time":0.000145500000001679,"$area":0.000145500000001679},"id":"10829-IPC::Run::_clobber"},{"name":"_select_loop","children":[],"data":{"tip":"<p><b>IPC::Run::_select_loop</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.50s, 2.12%<br />Exclusive time: 4.46ms, 0.01%</p>","incl_time":1.5046525,"subname":"IPC::Run::_select_loop","$color":7,"excl_time":0.00445829999987635,"$area":0.00445829999987635},"id":"10830-IPC::Run::_select_loop"},{"name":"_debug_fd","children":[],"data":{"tip":"<p><b>IPC::Run::_debug_fd</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"IPC::Run::_debug_fd","$color":7,"excl_time":1.49000000003821e-05,"$area":1.49000000003821e-05},"id":"10831-IPC::Run::_debug_fd"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:match</b></p><p><br />Called 26 times from 9 places in 1 file<br />Inclusive time: 88&micro;s, 0.00%</p>","incl_time":8.82e-05,"subname":"IPC::Run::CORE:match","$color":7,"excl_time":8.82e-05,"$area":8.82e-05},"id":"10832-IPC::Run::CORE:match"},{"name":"BEGIN@1445","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1445</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"IPC::Run::BEGIN@1445","$color":7,"excl_time":1.59999999999175e-05,"$area":1.59999999999175e-05},"id":"10833-IPC::Run::BEGIN@1445"},{"name":"_search_path","children":[],"data":{"tip":"<p><b>IPC::Run::_search_path</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 425&micro;s, 0.00%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.0004254,"subname":"IPC::Run::_search_path","$color":7,"excl_time":0.000138099999989241,"$area":0.000138099999989241},"id":"10834-IPC::Run::_search_path"},{"name":"CORE:fteexec","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:fteexec</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"IPC::Run::CORE:fteexec","$color":7,"excl_time":8.1e-06,"$area":8.1e-06},"id":"10835-IPC::Run::CORE:fteexec"},{"name":"BEGIN@1016","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1016</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"IPC::Run::BEGIN@1016","$color":7,"excl_time":2.43e-05,"$area":2.43e-05},"id":"10836-IPC::Run::BEGIN@1016"},{"name":"BEGIN@1054","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1054</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"IPC::Run::BEGIN@1054","$color":7,"excl_time":8.59999999992111e-06,"$area":8.59999999992111e-06},"id":"10837-IPC::Run::BEGIN@1054"},{"name":"_close","children":[],"data":{"tip":"<p><b>IPC::Run::_close</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 866&micro;s, 0.00%<br />Exclusive time: 587&micro;s, 0.00%</p>","incl_time":0.0008658,"subname":"IPC::Run::_close","$color":7,"excl_time":0.000586599999991527,"$area":0.000586599999991527},"id":"10838-IPC::Run::_close"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>IPC::Run::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"IPC::Run::DESTROY","$color":7,"excl_time":7e-06,"$area":7e-06},"id":"10839-IPC::Run::DESTROY"},{"name":"start","children":[],"data":{"tip":"<p><b>IPC::Run::start</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 778ms, 1.10%<br />Exclusive time: 622&micro;s, 0.00%</p>","incl_time":0.7778301,"subname":"IPC::Run::start","$color":7,"excl_time":0.000621599999999556,"$area":0.000621599999999556},"id":"10840-IPC::Run::start"},{"name":"BEGIN@1048","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1048</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"IPC::Run::BEGIN@1048","$color":7,"excl_time":8.00000000003626e-06,"$area":8.00000000003626e-06},"id":"10841-IPC::Run::BEGIN@1048"},{"name":"BEGIN@3615","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@3615</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.16e-05,"subname":"IPC::Run::BEGIN@3615","$color":7,"excl_time":1.54000000000493e-05,"$area":1.54000000000493e-05},"id":"10842-IPC::Run::BEGIN@3615"},{"name":"_running_kids","children":[],"data":{"tip":"<p><b>IPC::Run::_running_kids</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"IPC::Run::_running_kids","$color":7,"excl_time":1.45e-05,"$area":1.45e-05},"id":"10843-IPC::Run::_running_kids"},{"name":"BEGIN@1061","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1061</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"IPC::Run::BEGIN@1061","$color":7,"excl_time":1.6399999999822e-05,"$area":1.6399999999822e-05},"id":"10844-IPC::Run::BEGIN@1061"},{"name":"BEGIN@1050","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1050</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"IPC::Run::BEGIN@1050","$color":7,"excl_time":1.000000000003e-05,"$area":1.000000000003e-05},"id":"10845-IPC::Run::BEGIN@1050"},{"name":"BEGIN@1059","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1059</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 215&micro;s, 0.00%</p>","incl_time":0.0002149,"subname":"IPC::Run::BEGIN@1059","$color":7,"excl_time":0.0002149,"$area":0.0002149},"id":"10846-IPC::Run::BEGIN@1059"},{"name":"_open_pipes","children":[],"data":{"tip":"<p><b>IPC::Run::_open_pipes</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 911&micro;s, 0.00%<br />Exclusive time: 195&micro;s, 0.00%</p>","incl_time":0.0009114,"subname":"IPC::Run::_open_pipes","$color":7,"excl_time":0.000195199999993505,"$area":0.000195199999993505},"id":"10847-IPC::Run::_open_pipes"},{"name":"_cleanup","children":[],"data":{"tip":"<p><b>IPC::Run::_cleanup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 186&micro;s, 0.00%</p>","incl_time":0.0002648,"subname":"IPC::Run::_cleanup","$color":7,"excl_time":0.000185699999999335,"$area":0.000185699999999335},"id":"10848-IPC::Run::_cleanup"},{"name":"_assert_finished","children":[],"data":{"tip":"<p><b>IPC::Run::_assert_finished</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"IPC::Run::_assert_finished","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10849-IPC::Run::_assert_finished"},{"name":"BEGIN@1237","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1237</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.77e-05,"subname":"IPC::Run::BEGIN@1237","$color":7,"excl_time":2.17999999999114e-05,"$area":2.17999999999114e-05},"id":"10850-IPC::Run::BEGIN@1237"},{"name":"full_result","children":[],"data":{"tip":"<p><b>IPC::Run::full_result</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"IPC::Run::full_result","$color":7,"excl_time":2.3599999996963e-05,"$area":2.3599999996963e-05},"id":"10851-IPC::Run::full_result"},{"name":"finish","children":[],"data":{"tip":"<p><b>IPC::Run::finish</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.51s, 2.12%<br />Exclusive time: 167&micro;s, 0.00%</p>","incl_time":1.505173,"subname":"IPC::Run::finish","$color":7,"excl_time":0.000167400000002926,"$area":0.000167400000002926},"id":"10852-IPC::Run::finish"},{"name":"BEGIN@1015","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1015</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001241,"subname":"IPC::Run::BEGIN@1015","$color":7,"excl_time":9.40000000008789e-06,"$area":9.40000000008789e-06},"id":"10853-IPC::Run::BEGIN@1015"},{"name":"_empty","children":[],"data":{"tip":"<p><b>IPC::Run::_empty</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"IPC::Run::_empty","$color":7,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10854-IPC::Run::_empty"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:ftfile</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"IPC::Run::CORE:ftfile","$color":7,"excl_time":3.85e-05,"$area":3.85e-05},"id":"10855-IPC::Run::CORE:ftfile"},{"name":"CORE:sselect","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:sselect</b></p><p><br />Called 120 times from 1 place in 1 file<br />Inclusive time: 1.48s, 2.09%</p>","incl_time":1.4834638,"subname":"IPC::Run::CORE:sselect","$color":7,"excl_time":1.4834638,"$area":1.4834638},"id":"10856-IPC::Run::CORE:sselect"},{"name":"BEGIN@1049","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1049</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.08ms, 0.01%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0080838,"subname":"IPC::Run::BEGIN@1049","$color":7,"excl_time":0.00127299999999999,"$area":0.00127299999999999},"id":"10857-IPC::Run::BEGIN@1049"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"IPC::Run::CORE:sort","$color":7,"excl_time":7e-07,"$area":7e-07},"id":"10858-IPC::Run::CORE:sort"},{"name":"_pipe","children":[],"data":{"tip":"<p><b>IPC::Run::_pipe</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 177&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0001767,"subname":"IPC::Run::_pipe","$color":7,"excl_time":5.05999999972066e-05,"$area":5.05999999972066e-05},"id":"10859-IPC::Run::_pipe"},{"name":"pumpable","children":[],"data":{"tip":"<p><b>IPC::Run::pumpable</b></p><p><br />Called 243 times from 5 places in 1 file<br />Inclusive time: 879&micro;s, 0.00%<br />Exclusive time: 707&micro;s, 0.00%</p>","incl_time":0.0008794,"subname":"IPC::Run::pumpable","$color":7,"excl_time":0.000706600000005689,"$area":0.000706600000005689},"id":"10860-IPC::Run::pumpable"},{"name":"BEGIN@1014","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1014</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"IPC::Run::BEGIN@1014","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10861-IPC::Run::BEGIN@1014"},{"name":"BEGIN@1055","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1055</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"IPC::Run::BEGIN@1055","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"10862-IPC::Run::BEGIN@1055"},{"name":"_spawn","children":[],"data":{"tip":"<p><b>IPC::Run::_spawn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 776ms, 1.09%<br />Exclusive time: 4.23ms, 0.01%</p>","incl_time":0.7759486,"subname":"IPC::Run::_spawn","$color":7,"excl_time":0.00422930000000632,"$area":0.00422930000000632},"id":"10863-IPC::Run::_spawn"},{"name":"BEGIN@1056","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1056</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"IPC::Run::BEGIN@1056","$color":7,"excl_time":9.40000000006451e-06,"$area":9.40000000006451e-06},"id":"10864-IPC::Run::BEGIN@1056"},{"name":"BEGIN@1114","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1114</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"IPC::Run::BEGIN@1114","$color":7,"excl_time":8.29999999995212e-06,"$area":8.29999999995212e-06},"id":"10865-IPC::Run::BEGIN@1114"},{"name":"run","children":[],"data":{"tip":"<p><b>IPC::Run::run</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.28s, 3.22%<br />Exclusive time: 265&micro;s, 0.00%</p>","incl_time":2.2832746,"subname":"IPC::Run::run","$color":7,"excl_time":0.000264500000001444,"$area":0.000264500000001444},"id":"10866-IPC::Run::run"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"IPC::Run::BEGIN@2","$color":7,"excl_time":1.65999999999319e-05,"$area":1.65999999999319e-05},"id":"10867-IPC::Run::BEGIN@2"},{"name":"BEGIN@1051","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1051</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 268&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002676,"subname":"IPC::Run::BEGIN@1051","$color":7,"excl_time":1.6400000000104e-05,"$area":1.6400000000104e-05},"id":"10868-IPC::Run::BEGIN@1051"},{"name":"_read","children":[],"data":{"tip":"<p><b>IPC::Run::_read</b></p><p><br />Called 114 times from 2 places in 1 file<br />Inclusive time: 773ms, 1.09%<br />Exclusive time: 4.85ms, 0.01%</p>","incl_time":0.7730394,"subname":"IPC::Run::_read","$color":7,"excl_time":0.00484659999994187,"$area":0.00484659999994187},"id":"10869-IPC::Run::_read"},{"name":"BEGIN@1052","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1052</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"IPC::Run::BEGIN@1052","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10870-IPC::Run::BEGIN@1052"},{"name":"BEGIN@1081","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1081</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 332&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003315,"subname":"IPC::Run::BEGIN@1081","$color":7,"excl_time":1.34999999999595e-05,"$area":1.34999999999595e-05},"id":"10871-IPC::Run::BEGIN@1081"},{"name":"CORE:select","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:select</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"IPC::Run::CORE:select","$color":7,"excl_time":1.12e-05,"$area":1.12e-05},"id":"10872-IPC::Run::CORE:select"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:qr</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"IPC::Run::CORE:qr","$color":7,"excl_time":9.5e-06,"$area":9.5e-06},"id":"10873-IPC::Run::CORE:qr"},{"name":"reap_nb","children":[],"data":{"tip":"<p><b>IPC::Run::reap_nb</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.00%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0001583,"subname":"IPC::Run::reap_nb","$color":7,"excl_time":0.000106200000009327,"$area":0.000106200000009327},"id":"10874-IPC::Run::reap_nb"},{"name":"CORE:waitpid","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:waitpid</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"IPC::Run::CORE:waitpid","$color":7,"excl_time":1.56e-05,"$area":1.56e-05},"id":"10875-IPC::Run::CORE:waitpid"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:regcomp</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"IPC::Run::CORE:regcomp","$color":7,"excl_time":3.15e-05,"$area":3.15e-05},"id":"10876-IPC::Run::CORE:regcomp"},{"name":"BEGIN@1013","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1013</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"IPC::Run::BEGIN@1013","$color":7,"excl_time":1.57000000000141e-05,"$area":1.57000000000141e-05},"id":"10877-IPC::Run::BEGIN@1013"},{"name":"BEGIN@1082","children":[],"data":{"tip":"<p><b>IPC::Run::BEGIN@1082</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"IPC::Run::BEGIN@1082","$color":7,"excl_time":2.18999999998831e-05,"$area":2.18999999998831e-05},"id":"10878-IPC::Run::BEGIN@1082"},{"name":"binary","children":[],"data":{"tip":"<p><b>IPC::Run::binary</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"IPC::Run::binary","$color":7,"excl_time":2.2e-05,"$area":2.2e-05},"id":"10879-IPC::Run::binary"},{"name":"::IO","children":[{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"IPC::Run::IO::BEGIN@73","$color":9,"excl_time":8.89999999997775e-06,"$area":8.89999999997775e-06},"id":"10881-IPC::Run::IO::BEGIN@73"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"IPC::Run::IO::BEGIN@65","$color":9,"excl_time":3.72000000000389e-05,"$area":3.72000000000389e-05},"id":"10882-IPC::Run::IO::BEGIN@65"},{"name":"open_pipe","children":[],"data":{"tip":"<p><b>IPC::Run::IO::open_pipe</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 186&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001864,"subname":"IPC::Run::IO::open_pipe","$color":9,"excl_time":2.45999999992331e-05,"$area":2.45999999992331e-05},"id":"10883-IPC::Run::IO::open_pipe"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"IPC::Run::IO::BEGIN@68","$color":9,"excl_time":1.20000000000635e-05,"$area":1.20000000000635e-05},"id":"10884-IPC::Run::IO::BEGIN@68"},{"name":"BEGIN@489","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@489</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"IPC::Run::IO::BEGIN@489","$color":9,"excl_time":8.80000000006264e-06,"$area":8.80000000006264e-06},"id":"10885-IPC::Run::IO::BEGIN@489"},{"name":"close","children":[],"data":{"tip":"<p><b>IPC::Run::IO::close</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.51e-05,"subname":"IPC::Run::IO::close","$color":9,"excl_time":2.170000000124e-05,"$area":2.170000000124e-05},"id":"10886-IPC::Run::IO::close"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"IPC::Run::IO::BEGIN@74","$color":9,"excl_time":9.29999999994249e-06,"$area":9.29999999994249e-06},"id":"10887-IPC::Run::IO::BEGIN@74"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001033,"subname":"IPC::Run::IO::BEGIN@66","$color":9,"excl_time":1.98000000000969e-05,"$area":1.98000000000969e-05},"id":"10888-IPC::Run::IO::BEGIN@66"},{"name":"binmode","children":[],"data":{"tip":"<p><b>IPC::Run::IO::binmode</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"IPC::Run::IO::binmode","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10889-IPC::Run::IO::binmode"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>IPC::Run::IO::CORE:regcomp</b></p><p><br />Called 113 times from 1 place in 1 file<br />Inclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0001748,"subname":"IPC::Run::IO::CORE:regcomp","$color":9,"excl_time":0.0001748,"$area":0.0001748},"id":"10890-IPC::Run::IO::CORE:regcomp"},{"name":"_cleanup","children":[],"data":{"tip":"<p><b>IPC::Run::IO::_cleanup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"IPC::Run::IO::_cleanup","$color":9,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10891-IPC::Run::IO::_cleanup"},{"name":"_do_open","children":[],"data":{"tip":"<p><b>IPC::Run::IO::_do_open</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 156&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001557,"subname":"IPC::Run::IO::_do_open","$color":9,"excl_time":3.24000000015059e-05,"$area":3.24000000015059e-05},"id":"10892-IPC::Run::IO::_do_open"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.25e-05,"subname":"IPC::Run::IO::BEGIN@71","$color":9,"excl_time":1.08000000001032e-05,"$area":1.08000000001032e-05},"id":"10893-IPC::Run::IO::BEGIN@71"},{"name":"_do_filters","children":[],"data":{"tip":"<p><b>IPC::Run::IO::_do_filters</b></p><p><br />Called 113 times from 1 place in 1 file<br />Inclusive time: 8.84ms, 0.01%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.0088377,"subname":"IPC::Run::IO::_do_filters","$color":9,"excl_time":0.0014741999998043,"$area":0.0014741999998043},"id":"10894-IPC::Run::IO::_do_filters"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.35e-05,"subname":"IPC::Run::IO::BEGIN@70","$color":9,"excl_time":1.34999999998945e-05,"$area":1.34999999998945e-05},"id":"10895-IPC::Run::IO::BEGIN@70"},{"name":"poll","children":[],"data":{"tip":"<p><b>IPC::Run::IO::poll</b></p><p><br />Called 120 times from 1 place in 1 file<br />Inclusive time: 11.8ms, 0.02%<br />Exclusive time: 1.56ms, 0.00%</p>","incl_time":0.0118467,"subname":"IPC::Run::IO::poll","$color":9,"excl_time":0.00156040000006687,"$area":0.00156040000006687},"id":"10896-IPC::Run::IO::poll"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IPC::Run::IO::CORE:match</b></p><p><br />Called 114 times from 2 places in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"IPC::Run::IO::CORE:match","$color":9,"excl_time":2.67e-05,"$area":2.67e-05},"id":"10897-IPC::Run::IO::CORE:match"},{"name":"_new_internal","children":[],"data":{"tip":"<p><b>IPC::Run::IO::_new_internal</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"IPC::Run::IO::_new_internal","$color":9,"excl_time":3.83999999934138e-05,"$area":3.83999999934138e-05},"id":"10898-IPC::Run::IO::_new_internal"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>IPC::Run::IO::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 320&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0003204,"subname":"IPC::Run::IO::BEGIN@67","$color":9,"excl_time":2.08000000000445e-05,"$area":2.08000000000445e-05},"id":"10899-IPC::Run::IO::BEGIN@67"},{"name":"dir","children":[],"data":{"tip":"<p><b>IPC::Run::IO::dir</b></p><p><br />Called 122 times from 3 places in 1 file<br />Inclusive time: 401&micro;s, 0.00%</p>","incl_time":0.0004006,"subname":"IPC::Run::IO::dir","$color":9,"excl_time":0.0004006,"$area":0.0004006},"id":"10900-IPC::Run::IO::dir"},{"name":"op","children":[],"data":{"tip":"<p><b>IPC::Run::IO::op</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"IPC::Run::IO::op","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"10901-IPC::Run::IO::op"},{"name":"_init_filters","children":[],"data":{"tip":"<p><b>IPC::Run::IO::_init_filters</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"IPC::Run::IO::_init_filters","$color":9,"excl_time":2.05000000015437e-05,"$area":2.05000000015437e-05},"id":"10902-IPC::Run::IO::_init_filters"}],"data":{"$area":0.00392739999986833},"id":"n10880"},{"name":"::Debug","children":[{"name":"BEGIN@72","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@72</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"IPC::Run::Debug::BEGIN@72","$color":0,"excl_time":1.74e-05,"$area":1.74e-05},"id":"10904-IPC::Run::Debug::BEGIN@72"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@69</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"IPC::Run::Debug::BEGIN@69","$color":0,"excl_time":1.48000000000363e-05,"$area":1.48000000000363e-05},"id":"10905-IPC::Run::Debug::BEGIN@69"},{"name":"_debugging_data","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::_debugging_data</b></p><p><br />Called 114 times from 1 place in 1 file<br />Inclusive time: 1.24ms, 0.00%<br />Exclusive time: 569&micro;s, 0.00%</p>","incl_time":0.0012421,"subname":"IPC::Run::Debug::_debugging_data","$color":0,"excl_time":0.000569099999972543,"$area":0.000569099999972543},"id":"10906-IPC::Run::Debug::_debugging_data"},{"name":"_debugging_level","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::_debugging_level</b></p><p><br />Called 727 times from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.00%</p>","incl_time":0.0019139,"subname":"IPC::Run::Debug::_debugging_level","$color":0,"excl_time":0.0019139,"$area":0.0019139},"id":"10907-IPC::Run::Debug::_debugging_level"},{"name":"_debugging_atleast","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::_debugging_atleast</b></p><p><br />Called 727 times from 3 places in 1 file<br />Inclusive time: 5.02ms, 0.01%<br />Exclusive time: 3.11ms, 0.00%</p>","incl_time":0.0050211,"subname":"IPC::Run::Debug::_debugging_atleast","$color":0,"excl_time":0.00310719999965369,"$area":0.00310719999965369},"id":"10908-IPC::Run::Debug::_debugging_atleast"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"IPC::Run::Debug::BEGIN@70","$color":0,"excl_time":8.4000000000105e-06,"$area":8.4000000000105e-06},"id":"10909-IPC::Run::Debug::BEGIN@70"},{"name":"_debugging_details","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::_debugging_details</b></p><p><br />Called 605 times from 20 places in 2 files<br />Inclusive time: 6.54ms, 0.01%<br />Exclusive time: 2.26ms, 0.00%</p>","incl_time":0.0065387,"subname":"IPC::Run::Debug::_debugging_details","$color":0,"excl_time":0.00226290000004769,"$area":0.00226290000004769},"id":"10910-IPC::Run::Debug::_debugging_details"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"IPC::Run::Debug::BEGIN@25","$color":0,"excl_time":1.31000000000388e-05,"$area":1.31000000000388e-05},"id":"10911-IPC::Run::Debug::BEGIN@25"},{"name":"_debugging","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::_debugging</b></p><p><br />Called 8 times from 7 places in 1 file<br />Inclusive time: 113&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0001128,"subname":"IPC::Run::Debug::_debugging","$color":0,"excl_time":4.04999999935356e-05,"$area":4.04999999935356e-05},"id":"10912-IPC::Run::Debug::_debugging"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.42e-05,"subname":"IPC::Run::Debug::BEGIN@71","$color":0,"excl_time":6.69999999989086e-06,"$area":6.69999999989086e-06},"id":"10913-IPC::Run::Debug::BEGIN@71"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>IPC::Run::Debug::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.56ms, 0.01%<br />Exclusive time: 647&micro;s, 0.00%</p>","incl_time":0.0065587,"subname":"IPC::Run::Debug::BEGIN@2","$color":0,"excl_time":0.000646599999999802,"$area":0.000646599999999802},"id":"10914-IPC::Run::Debug::BEGIN@2"}],"data":{"$area":0.00860059999966723},"id":"n10903"},{"name":"::Timer","children":[{"name":"BEGIN@188","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@188</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"IPC::Run::Timer::BEGIN@188","$color":2,"excl_time":8.39999999992812e-06,"$area":8.39999999992812e-06},"id":"10916-IPC::Run::Timer::BEGIN@188"},{"name":"BEGIN@162","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@162</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"IPC::Run::Timer::BEGIN@162","$color":2,"excl_time":8.20000000004939e-06,"$area":8.20000000004939e-06},"id":"10917-IPC::Run::Timer::BEGIN@162"},{"name":"BEGIN@163","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@163</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"IPC::Run::Timer::BEGIN@163","$color":2,"excl_time":8.10000000002913e-06,"$area":8.10000000002913e-06},"id":"10918-IPC::Run::Timer::BEGIN@163"},{"name":"BEGIN@164","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@164</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.07e-05,"subname":"IPC::Run::Timer::BEGIN@164","$color":2,"excl_time":6.8000000000599e-06,"$area":6.8000000000599e-06},"id":"10919-IPC::Run::Timer::BEGIN@164"},{"name":"BEGIN@159","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@159</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"IPC::Run::Timer::BEGIN@159","$color":2,"excl_time":1.65000000000601e-05,"$area":1.65000000000601e-05},"id":"10920-IPC::Run::Timer::BEGIN@159"},{"name":"BEGIN@160","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@160</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"IPC::Run::Timer::BEGIN@160","$color":2,"excl_time":8.49999999999363e-06,"$area":8.49999999999363e-06},"id":"10921-IPC::Run::Timer::BEGIN@160"},{"name":"BEGIN@165","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@165</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"IPC::Run::Timer::BEGIN@165","$color":2,"excl_time":1.38e-05,"$area":1.38e-05},"id":"10922-IPC::Run::Timer::BEGIN@165"},{"name":"BEGIN@161","children":[],"data":{"tip":"<p><b>IPC::Run::Timer::BEGIN@161</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 249&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002492,"subname":"IPC::Run::Timer::BEGIN@161","$color":2,"excl_time":1.62999999999086e-05,"$area":1.62999999999086e-05},"id":"10923-IPC::Run::Timer::BEGIN@161"}],"data":{"$area":8.66000000000289e-05},"id":"n10915"}],"data":{"$area":1.51851639999915},"id":"n10820"}],"data":{"$area":1.51851639999915},"id":"n10819"},{"name":"subs","children":[{"name":"import","children":[],"data":{"tip":"<p><b>subs::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 95&micro;s, 0.00%</p>","incl_time":9.52e-05,"subname":"subs::import","$color":4,"excl_time":9.52e-05,"$area":9.52e-05},"id":"10925-subs::import"}],"data":{"$area":9.52e-05},"id":"n10924"},{"name":"integer","children":[{"name":"import","children":[],"data":{"tip":"<p><b>integer::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"integer::import","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"10927-integer::import"}],"data":{"$area":5.6e-06},"id":"n10926"},{"name":"IO","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>IO::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"IO::BEGIN@8","$color":8,"excl_time":7.29999999999894e-06,"$area":7.29999999999894e-06},"id":"10929-IO::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>IO::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"IO::BEGIN@7","$color":8,"excl_time":6.50000000000038e-06,"$area":6.50000000000038e-06},"id":"10930-IO::BEGIN@7"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"IO::BEGIN@5","$color":8,"excl_time":1.11e-05,"$area":1.11e-05},"id":"10931-IO::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>IO::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"IO::BEGIN@6","$color":8,"excl_time":6.70000000000144e-06,"$area":6.70000000000144e-06},"id":"10932-IO::BEGIN@6"},{"name":"::String","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::String::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"IO::String::BEGIN@13","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"10934-IO::String::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::String::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"IO::String::BEGIN@9","$color":10,"excl_time":1.40000000000831e-05,"$area":1.40000000000831e-05},"id":"10935-IO::String::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>IO::String::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"IO::String::BEGIN@10","$color":10,"excl_time":6.90000000010677e-06,"$area":6.90000000010677e-06},"id":"10936-IO::String::BEGIN@10"}],"data":{"$area":2.49000000001899e-05},"id":"n10933"},{"name":"::File","children":[{"name":"open","children":[],"data":{"tip":"<p><b>IO::File::open</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":6.65e-05,"subname":"IO::File::open","$color":1,"excl_time":1.88000000003492e-05,"$area":1.88000000003492e-05},"id":"10938-IO::File::open"},{"name":"new","children":[],"data":{"tip":"<p><b>IO::File::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001202,"subname":"IO::File::new","$color":1,"excl_time":3.20999999998536e-05,"$area":3.20999999998536e-05},"id":"10939-IO::File::new"},{"name":"BEGIN@133","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@133</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.43ms, 0.00%<br />Exclusive time: 394&micro;s, 0.00%</p>","incl_time":0.0034273,"subname":"IO::File::BEGIN@133","$color":1,"excl_time":0.000393500000000004,"$area":0.000393500000000004},"id":"10940-IO::File::BEGIN@133"},{"name":"BEGIN@134","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@134</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"IO::File::BEGIN@134","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"10941-IO::File::BEGIN@134"},{"name":"CORE:open","children":[],"data":{"tip":"<p><b>IO::File::CORE:open</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"IO::File::CORE:open","$color":1,"excl_time":2.25e-05,"$area":2.25e-05},"id":"10942-IO::File::CORE:open"},{"name":"BEGIN@132","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@132</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 334&micro;s, 0.00%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0003342,"subname":"IO::File::BEGIN@132","$color":1,"excl_time":0.000252300000000001,"$area":0.000252300000000001},"id":"10943-IO::File::BEGIN@132"},{"name":"BEGIN@127","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@127</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"IO::File::BEGIN@127","$color":1,"excl_time":2.18e-05,"$area":2.18e-05},"id":"10944-IO::File::BEGIN@127"},{"name":"BEGIN@131","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@131</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.51e-05,"subname":"IO::File::BEGIN@131","$color":1,"excl_time":9.40000000000038e-06,"$area":9.40000000000038e-06},"id":"10945-IO::File::BEGIN@131"},{"name":"BEGIN@130","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@130</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"IO::File::BEGIN@130","$color":1,"excl_time":7.80000000000009e-06,"$area":7.80000000000009e-06},"id":"10946-IO::File::BEGIN@130"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IO::File::CORE:match</b></p><p><br />Called 70 times from 2 places in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"IO::File::CORE:match","$color":1,"excl_time":1.53e-05,"$area":1.53e-05},"id":"10947-IO::File::CORE:match"},{"name":"BEGIN@128","children":[],"data":{"tip":"<p><b>IO::File::BEGIN@128</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"IO::File::BEGIN@128","$color":1,"excl_time":7.69999999999828e-06,"$area":7.69999999999828e-06},"id":"10948-IO::File::BEGIN@128"}],"data":{"$area":0.000786200000000206},"id":"n10937"},{"name":"::Seekable","children":[{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>IO::Seekable::BEGIN@101</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.90ms, 0.00%<br />Exclusive time: 2.15ms, 0.00%</p>","incl_time":0.0028953,"subname":"IO::Seekable::BEGIN@101","$color":3,"excl_time":0.0021453,"$area":0.0021453},"id":"10950-IO::Seekable::BEGIN@101"},{"name":"BEGIN@97","children":[],"data":{"tip":"<p><b>IO::Seekable::BEGIN@97</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"IO::Seekable::BEGIN@97","$color":3,"excl_time":1.83e-05,"$area":1.83e-05},"id":"10951-IO::Seekable::BEGIN@97"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>IO::Seekable::BEGIN@98</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"IO::Seekable::BEGIN@98","$color":3,"excl_time":7.70000000000138e-06,"$area":7.70000000000138e-06},"id":"10952-IO::Seekable::BEGIN@98"},{"name":"BEGIN@104","children":[],"data":{"tip":"<p><b>IO::Seekable::BEGIN@104</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"IO::Seekable::BEGIN@104","$color":3,"excl_time":8.20000000000201e-06,"$area":8.20000000000201e-06},"id":"10953-IO::Seekable::BEGIN@104"},{"name":"BEGIN@99","children":[],"data":{"tip":"<p><b>IO::Seekable::BEGIN@99</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"IO::Seekable::BEGIN@99","$color":3,"excl_time":6.70000000000038e-06,"$area":6.70000000000038e-06},"id":"10954-IO::Seekable::BEGIN@99"}],"data":{"$area":0.0021862},"id":"n10949"},{"name":"::Socket","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"IO::Socket::BEGIN@11","$color":5,"excl_time":1.87999999999875e-05,"$area":1.87999999999875e-05},"id":"10956-IO::Socket::BEGIN@11"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.04ms, 0.01%<br />Exclusive time: 2.64ms, 0.00%</p>","incl_time":0.0040392,"subname":"IO::Socket::BEGIN@12","$color":5,"excl_time":0.0026434000000025,"$area":0.0026434000000025},"id":"10957-IO::Socket::BEGIN@12"},{"name":"import","children":[],"data":{"tip":"<p><b>IO::Socket::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 1.93ms, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0019337,"subname":"IO::Socket::import","$color":5,"excl_time":2.72999999999141e-05,"$area":2.72999999999141e-05},"id":"10958-IO::Socket::import"},{"name":"register_domain","children":[],"data":{"tip":"<p><b>IO::Socket::register_domain</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"IO::Socket::register_domain","$color":5,"excl_time":7.5e-06,"$area":7.5e-06},"id":"10959-IO::Socket::register_domain"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"IO::Socket::BEGIN@13","$color":5,"excl_time":1.11000000000396e-05,"$area":1.11000000000396e-05},"id":"10960-IO::Socket::BEGIN@13"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"IO::Socket::BEGIN@16","$color":5,"excl_time":8.00000000000613e-06,"$area":8.00000000000613e-06},"id":"10961-IO::Socket::BEGIN@16"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"IO::Socket::BEGIN@14","$color":5,"excl_time":8.80000000001325e-06,"$area":8.80000000001325e-06},"id":"10962-IO::Socket::BEGIN@14"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>IO::Socket::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"IO::Socket::BEGIN@17","$color":5,"excl_time":7.99999999994687e-06,"$area":7.99999999994687e-06},"id":"10963-IO::Socket::BEGIN@17"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>IO::Socket::CORE:pack</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"IO::Socket::CORE:pack","$color":5,"excl_time":1.45e-05,"$area":1.45e-05},"id":"10964-IO::Socket::CORE:pack"},{"name":"::INET","children":[{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"IO::Socket::INET::BEGIN@15","$color":7,"excl_time":6.69999999995262e-06,"$area":6.69999999995262e-06},"id":"10966-IO::Socket::INET::BEGIN@15"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 744&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0007437,"subname":"IO::Socket::INET::BEGIN@12","$color":7,"excl_time":2.46999999999749e-05,"$area":2.46999999999749e-05},"id":"10967-IO::Socket::INET::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"IO::Socket::INET::BEGIN@14","$color":7,"excl_time":7.69999999998225e-06,"$area":7.69999999998225e-06},"id":"10968-IO::Socket::INET::BEGIN@14"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 738&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0007376,"subname":"IO::Socket::INET::BEGIN@11","$color":7,"excl_time":7.89999999994474e-06,"$area":7.89999999994474e-06},"id":"10969-IO::Socket::INET::BEGIN@11"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"IO::Socket::INET::BEGIN@13","$color":7,"excl_time":8.30000000003701e-06,"$area":8.30000000003701e-06},"id":"10970-IO::Socket::INET::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"IO::Socket::INET::BEGIN@9","$color":7,"excl_time":1.5400000000019e-05,"$area":1.5400000000019e-05},"id":"10971-IO::Socket::INET::BEGIN@9"}],"data":{"$area":7.06999999999105e-05},"id":"n10965"},{"name":"::UNIX","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Socket::UNIX::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"IO::Socket::UNIX::BEGIN@12","$color":9,"excl_time":8.40000000002063e-06,"$area":8.40000000002063e-06},"id":"10973-IO::Socket::UNIX::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Socket::UNIX::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"IO::Socket::UNIX::BEGIN@9","$color":9,"excl_time":1.6100000000019e-05,"$area":1.6100000000019e-05},"id":"10974-IO::Socket::UNIX::BEGIN@9"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Socket::UNIX::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 726&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0007256,"subname":"IO::Socket::UNIX::BEGIN@11","$color":9,"excl_time":7.89999999995677e-06,"$area":7.89999999995677e-06},"id":"10975-IO::Socket::UNIX::BEGIN@11"}],"data":{"$area":3.23999999999964e-05},"id":"n10972"}],"data":{"$area":0.00285050000000231},"id":"n10955"},{"name":"::Handle","children":[{"name":"new","children":[],"data":{"tip":"<p><b>IO::Handle::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"IO::Handle::new","$color":0,"excl_time":9.79999999977171e-06,"$area":9.79999999977171e-06},"id":"10977-IO::Handle::new"},{"name":"BEGIN@624","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@624</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"IO::Handle::BEGIN@624","$color":0,"excl_time":8.69999999999966e-06,"$area":8.69999999999966e-06},"id":"10978-IO::Handle::BEGIN@624"},{"name":"BEGIN@266","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@266</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 616&micro;s, 0.00%<br />Exclusive time: 273&micro;s, 0.00%</p>","incl_time":0.0006157,"subname":"IO::Handle::BEGIN@266","$color":0,"excl_time":0.000272700000000001,"$area":0.000272700000000001},"id":"10979-IO::Handle::BEGIN@266"},{"name":"_open_mode_string","children":[],"data":{"tip":"<p><b>IO::Handle::_open_mode_string</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"IO::Handle::_open_mode_string","$color":0,"excl_time":1.74000000002831e-05,"$area":1.74000000002831e-05},"id":"10980-IO::Handle::_open_mode_string"},{"name":"BEGIN@261","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@261</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"IO::Handle::BEGIN@261","$color":0,"excl_time":7.00000000000038e-06,"$area":7.00000000000038e-06},"id":"10981-IO::Handle::BEGIN@261"},{"name":"BEGIN@260","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@260</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"IO::Handle::BEGIN@260","$color":0,"excl_time":1.84e-05,"$area":1.84e-05},"id":"10982-IO::Handle::BEGIN@260"},{"name":"BEGIN@265","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@265</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"IO::Handle::BEGIN@265","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10983-IO::Handle::BEGIN@265"},{"name":"BEGIN@264","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@264</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"IO::Handle::BEGIN@264","$color":0,"excl_time":7.09999999999932e-06,"$area":7.09999999999932e-06},"id":"10984-IO::Handle::BEGIN@264"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>IO::Handle::CORE:substcont</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"IO::Handle::CORE:substcont","$color":0,"excl_time":1.7e-06,"$area":1.7e-06},"id":"10985-IO::Handle::CORE:substcont"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IO::Handle::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"IO::Handle::CORE:match","$color":0,"excl_time":1.8e-06,"$area":1.8e-06},"id":"10986-IO::Handle::CORE:match"},{"name":"BEGIN@263","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@263</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"IO::Handle::BEGIN@263","$color":0,"excl_time":7.49999999999894e-06,"$area":7.49999999999894e-06},"id":"10987-IO::Handle::BEGIN@263"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>IO::Handle::CORE:subst</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"IO::Handle::CORE:subst","$color":0,"excl_time":2.1e-06,"$area":2.1e-06},"id":"10988-IO::Handle::CORE:subst"}],"data":{"$area":0.000358300000000054},"id":"n10976"},{"name":"::Dir","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"IO::Dir::BEGIN@9","$color":2,"excl_time":4.7e-05,"$area":4.7e-05},"id":"10990-IO::Dir::BEGIN@9"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"IO::Dir::BEGIN@42","$color":2,"excl_time":8.50000000000169e-06,"$area":8.50000000000169e-06},"id":"10991-IO::Dir::BEGIN@42"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 887&micro;s, 0.00%<br />Exclusive time: 809&micro;s, 0.00%</p>","incl_time":0.0008875,"subname":"IO::Dir::BEGIN@13","$color":2,"excl_time":0.000809299999999999,"$area":0.000809299999999999},"id":"10992-IO::Dir::BEGIN@13"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"IO::Dir::BEGIN@18","$color":2,"excl_time":1.23999999999996e-05,"$area":1.23999999999996e-05},"id":"10993-IO::Dir::BEGIN@18"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"IO::Dir::BEGIN@19","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"10994-IO::Dir::BEGIN@19"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"IO::Dir::BEGIN@14","$color":2,"excl_time":1.31000000000002e-05,"$area":1.31000000000002e-05},"id":"10995-IO::Dir::BEGIN@14"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.88ms, 0.01%<br />Exclusive time: 725&micro;s, 0.00%</p>","incl_time":0.0048763,"subname":"IO::Dir::BEGIN@15","$color":2,"excl_time":0.000725199999999933,"$area":0.000725199999999933},"id":"10996-IO::Dir::BEGIN@15"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"IO::Dir::BEGIN@11","$color":2,"excl_time":8.59999999999997e-06,"$area":8.59999999999997e-06},"id":"10997-IO::Dir::BEGIN@11"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"IO::Dir::BEGIN@12","$color":2,"excl_time":8.09999999999879e-06,"$area":8.09999999999879e-06},"id":"10998-IO::Dir::BEGIN@12"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>IO::Dir::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 873&micro;s, 0.00%<br />Exclusive time: 731&micro;s, 0.00%</p>","incl_time":0.0008733,"subname":"IO::Dir::BEGIN@17","$color":2,"excl_time":0.000730500000000002,"$area":0.000730500000000002},"id":"10999-IO::Dir::BEGIN@17"}],"data":{"$area":0.00236739999999993},"id":"n10989"}],"data":{"$area":0.0086051000000027},"id":"n10928"},{"name":"Scalar","children":[{"name":"::Util","children":[{"name":"blessed","children":[],"data":{"tip":"<p><b>Scalar::Util::blessed</b></p><p><br />Called 129223 times from 134 places in 51 files<br />Inclusive time: 87.0ms, 0.12%</p>","incl_time":0.0869833000000088,"subname":"Scalar::Util::blessed","$color":4,"excl_time":0.0869833000000088,"$area":0.0869833000000088},"id":"11002-Scalar::Util::blessed"},{"name":"isweak","children":[],"data":{"tip":"<p><b>Scalar::Util::isweak</b></p><p><br />Called 10622 times from 3 places in 3 files<br />Inclusive time: 7.80ms, 0.01%</p>","incl_time":0.00779649999999976,"subname":"Scalar::Util::isweak","$color":4,"excl_time":0.00779649999999976,"$area":0.00779649999999976},"id":"11003-Scalar::Util::isweak"},{"name":"refaddr","children":[],"data":{"tip":"<p><b>Scalar::Util::refaddr</b></p><p><br />Called 25657 times from 31 places in 13 files<br />Inclusive time: 18.6ms, 0.03%</p>","incl_time":0.0186466999999992,"subname":"Scalar::Util::refaddr","$color":4,"excl_time":0.0186466999999992,"$area":0.0186466999999992},"id":"11004-Scalar::Util::refaddr"},{"name":"looks_like_number","children":[],"data":{"tip":"<p><b>Scalar::Util::looks_like_number</b></p><p><br />Called 5 times from 3 places in 3 files<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Scalar::Util::looks_like_number","$color":4,"excl_time":1.66e-05,"$area":1.66e-05},"id":"11005-Scalar::Util::looks_like_number"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Scalar::Util::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Scalar::Util::BEGIN@9","$color":4,"excl_time":1.27000000000056e-05,"$area":1.27000000000056e-05},"id":"11006-Scalar::Util::BEGIN@9"},{"name":"weaken","children":[],"data":{"tip":"<p><b>Scalar::Util::weaken</b></p><p><br />Called 24001 times from 46 places in 31 files<br />Inclusive time: 27.4ms, 0.04%</p>","incl_time":0.0274019999999997,"subname":"Scalar::Util::weaken","$color":4,"excl_time":0.0274019999999997,"$area":0.0274019999999997},"id":"11007-Scalar::Util::weaken"},{"name":"reftype","children":[],"data":{"tip":"<p><b>Scalar::Util::reftype</b></p><p><br />Called 12280 times from 13 places in 10 files<br />Inclusive time: 10.0ms, 0.01%</p>","incl_time":0.0100314,"subname":"Scalar::Util::reftype","$color":4,"excl_time":0.0100314,"$area":0.0100314},"id":"11008-Scalar::Util::reftype"},{"name":"set_prototype","children":[],"data":{"tip":"<p><b>Scalar::Util::set_prototype</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Scalar::Util::set_prototype","$color":4,"excl_time":1.69e-05,"$area":1.69e-05},"id":"11009-Scalar::Util::set_prototype"}],"data":{"$area":0.150906100000008},"id":"n11001"}],"data":{"$area":0.150906100000008},"id":"n11000"},{"name":"Opcode","children":[{"name":"define_optag","children":[],"data":{"tip":"<p><b>Opcode::define_optag</b></p><p><br />Called 19 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Opcode::define_optag","$color":6,"excl_time":2.09e-05,"$area":2.09e-05},"id":"11011-Opcode::define_optag"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Opcode::CORE:subst</b></p><p><br />Called 101 times from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Opcode::CORE:subst","$color":6,"excl_time":4.64e-05,"$area":4.64e-05},"id":"11012-Opcode::CORE:subst"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Opcode::BEGIN@12","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11013-Opcode::BEGIN@12"},{"name":"CORE:close","children":[],"data":{"tip":"<p><b>Opcode::CORE:close</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Opcode::CORE:close","$color":6,"excl_time":1.51e-05,"$area":1.51e-05},"id":"11014-Opcode::CORE:close"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Opcode::BEGIN@5","$color":6,"excl_time":9.10000000002475e-06,"$area":9.10000000002475e-06},"id":"11015-Opcode::BEGIN@5"},{"name":"opset","children":[],"data":{"tip":"<p><b>Opcode::opset</b></p><p><br />Called 19 times from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Opcode::opset","$color":6,"excl_time":6.44e-05,"$area":6.44e-05},"id":"11016-Opcode::opset"},{"name":"CORE:readline","children":[],"data":{"tip":"<p><b>Opcode::CORE:readline</b></p><p><br />Called 28 times from 3 places in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.56e-05,"subname":"Opcode::CORE:readline","$color":6,"excl_time":6.56e-05,"$area":6.56e-05},"id":"11017-Opcode::CORE:readline"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.91e-05,"subname":"Opcode::BEGIN@29","$color":6,"excl_time":9.59999999998989e-06,"$area":9.59999999998989e-06},"id":"11018-Opcode::BEGIN@29"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Opcode::BEGIN@3","$color":6,"excl_time":2.55e-05,"$area":2.55e-05},"id":"11019-Opcode::BEGIN@3"},{"name":"_init_optags","children":[],"data":{"tip":"<p><b>Opcode::_init_optags</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.34ms, 0.00%<br />Exclusive time: 1.94ms, 0.00%</p>","incl_time":0.0023391,"subname":"Opcode::_init_optags","$color":6,"excl_time":0.00194210000000357,"$area":0.00194210000000357},"id":"11020-Opcode::_init_optags"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Opcode::BEGIN@15","$color":6,"excl_time":1.91e-05,"$area":1.91e-05},"id":"11021-Opcode::BEGIN@15"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"Opcode::BEGIN@11","$color":6,"excl_time":8.80000000004139e-06,"$area":8.80000000004139e-06},"id":"11022-Opcode::BEGIN@11"},{"name":"opset_to_ops","children":[],"data":{"tip":"<p><b>Opcode::opset_to_ops</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"Opcode::opset_to_ops","$color":6,"excl_time":5.98e-05,"$area":5.98e-05},"id":"11023-Opcode::opset_to_ops"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Opcode::CORE:match</b></p><p><br />Called 316 times from 2 places in 1 file<br />Inclusive time: 123&micro;s, 0.00%</p>","incl_time":0.0001228,"subname":"Opcode::CORE:match","$color":6,"excl_time":0.0001228,"$area":0.0001228},"id":"11024-Opcode::CORE:match"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Opcode::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Opcode::BEGIN@13","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"11025-Opcode::BEGIN@13"},{"name":"full_opset","children":[],"data":{"tip":"<p><b>Opcode::full_opset</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"Opcode::full_opset","$color":6,"excl_time":2e-06,"$area":2e-06},"id":"11026-Opcode::full_opset"}],"data":{"$area":0.00242100000000363},"id":"n11010"},{"name":"Params","children":[{"name":"::Util","children":[{"name":"_CODELIKE","children":[],"data":{"tip":"<p><b>Params::Util::_CODELIKE</b></p><p><br />Called 5033 times from 5 places in 3 files<br />Inclusive time: 3.36ms, 0.00%</p>","incl_time":0.00336280000000005,"subname":"Params::Util::_CODELIKE","$color":8,"excl_time":0.00336280000000005,"$area":0.00336280000000005},"id":"11029-Params::Util::_CODELIKE"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>Params::Util::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Params::Util::BEGIN@59","$color":8,"excl_time":6.99999999999463e-06,"$area":6.99999999999463e-06},"id":"11030-Params::Util::BEGIN@59"},{"name":"_SCALAR0","children":[],"data":{"tip":"<p><b>Params::Util::_SCALAR0</b></p><p><br />Called 591 times from 5 places in 4 files<br />Inclusive time: 495&micro;s, 0.00%</p>","incl_time":0.000495000000000004,"subname":"Params::Util::_SCALAR0","$color":8,"excl_time":0.000495000000000004,"$area":0.000495000000000004},"id":"11031-Params::Util::_SCALAR0"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Params::Util::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Params::Util::bootstrap","$color":8,"excl_time":3.51e-05,"$area":3.51e-05},"id":"11032-Params::Util::bootstrap"},{"name":"_INSTANCE","children":[],"data":{"tip":"<p><b>Params::Util::_INSTANCE</b></p><p><br />Called 48 times from 6 places in 4 files<br />Inclusive time: 255&micro;s, 0.00%<br />Exclusive time: 214&micro;s, 0.00%</p>","incl_time":0.0002547,"subname":"Params::Util::_INSTANCE","$color":8,"excl_time":0.000214200000002333,"$area":0.000214200000002333},"id":"11033-Params::Util::_INSTANCE"},{"name":"_HASH0","children":[],"data":{"tip":"<p><b>Params::Util::_HASH0</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Params::Util::_HASH0","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11034-Params::Util::_HASH0"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>Params::Util::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"Params::Util::BEGIN@58","$color":8,"excl_time":2.21e-05,"$area":2.21e-05},"id":"11035-Params::Util::BEGIN@58"},{"name":"_CLASS","children":[],"data":{"tip":"<p><b>Params::Util::_CLASS</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 244&micro;s, 0.00%<br />Exclusive time: 135&micro;s, 0.00%</p>","incl_time":0.0002445,"subname":"Params::Util::_CLASS","$color":8,"excl_time":0.000135299999997082,"$area":0.000135299999997082},"id":"11036-Params::Util::_CLASS"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>Params::Util::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.33e-05,"subname":"Params::Util::BEGIN@65","$color":8,"excl_time":6.2999999999985e-06,"$area":6.2999999999985e-06},"id":"11037-Params::Util::BEGIN@65"},{"name":"_HASHLIKE","children":[],"data":{"tip":"<p><b>Params::Util::_HASHLIKE</b></p><p><br />Called 835 times from 2 places in 1 file<br />Inclusive time: 690&micro;s, 0.00%</p>","incl_time":0.000689500000000002,"subname":"Params::Util::_HASHLIKE","$color":8,"excl_time":0.000689500000000002,"$area":0.000689500000000002},"id":"11038-Params::Util::_HASHLIKE"},{"name":"_ARRAYLIKE","children":[],"data":{"tip":"<p><b>Params::Util::_ARRAYLIKE</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Params::Util::_ARRAYLIKE","$color":8,"excl_time":1.78e-05,"$area":1.78e-05},"id":"11039-Params::Util::_ARRAYLIKE"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Params::Util::CORE:match</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 109&micro;s, 0.00%</p>","incl_time":0.0001092,"subname":"Params::Util::CORE:match","$color":8,"excl_time":0.0001092,"$area":0.0001092},"id":"11040-Params::Util::CORE:match"}],"data":{"$area":0.00509799999999947},"id":"n11028"}],"data":{"$area":0.00509799999999947},"id":"n11027"},{"name":"File","children":[{"name":"::Spec","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Spec::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"File::Spec::BEGIN@4","$color":10,"excl_time":7.49999999999929e-06,"$area":7.49999999999929e-06},"id":"11043-File::Spec::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Spec::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"File::Spec::BEGIN@3","$color":10,"excl_time":1.61999999999993e-05,"$area":1.61999999999993e-05},"id":"11044-File::Spec::BEGIN@3"},{"name":"::Functions","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>File::Spec::Functions::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.54e-05,"subname":"File::Spec::Functions::BEGIN@6","$color":1,"excl_time":8.00000000010578e-06,"$area":8.00000000010578e-06},"id":"11046-File::Spec::Functions::BEGIN@6"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>File::Spec::Functions::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"File::Spec::Functions::BEGIN@42","$color":1,"excl_time":8.40000000006539e-06,"$area":8.40000000006539e-06},"id":"11047-File::Spec::Functions::BEGIN@42"},{"name":"__ANON__[/opt/local/lib/perl5/5.14.2/darwin-multi-2level/File/Spec/Functions.pm:43]","children":[],"data":{"tip":"<p><b>File::Spec::Functions::__ANON__[/opt/local/lib/perl5/5.14.2/darwin-multi-2level/File/Spec/Functions.pm:43]</b></p><p><br />Called 166 times from 9 places in 2 files<br />Inclusive time: 6.23ms, 0.01%<br />Exclusive time: 491&micro;s, 0.00%</p>","incl_time":0.0062343,"subname":"File::Spec::Functions::__ANON__[/opt/local/lib/perl5/5.14.2/darwin-multi-2level/File/Spec/Functions.pm:43]","$color":1,"excl_time":0.000490899999994606,"$area":0.000490899999994606},"id":"11048-File::Spec::Functions::__ANON__[/opt/local/lib/perl5/5.14.2/darwin-multi-2level/File/Spec/Functions.pm:43]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Spec::Functions::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"File::Spec::Functions::BEGIN@3","$color":1,"excl_time":1.13e-05,"$area":1.13e-05},"id":"11049-File::Spec::Functions::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Spec::Functions::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"File::Spec::Functions::BEGIN@4","$color":1,"excl_time":1.01000000000955e-05,"$area":1.01000000000955e-05},"id":"11050-File::Spec::Functions::BEGIN@4"}],"data":{"$area":0.000528699999994872},"id":"n11045"},{"name":"::Unix","children":[{"name":"rootdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::rootdir</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"File::Spec::Unix::rootdir","$color":3,"excl_time":2.63e-05,"$area":2.63e-05},"id":"11052-File::Spec::Unix::rootdir"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:ftdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"File::Spec::Unix::CORE:ftdir","$color":3,"excl_time":2.57e-05,"$area":2.57e-05},"id":"11053-File::Spec::Unix::CORE:ftdir"},{"name":"curdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::curdir</b></p><p><br />Called 52 times from 5 places in 4 files<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"File::Spec::Unix::curdir","$color":3,"excl_time":6.04e-05,"$area":6.04e-05},"id":"11054-File::Spec::Unix::curdir"},{"name":"_cwd","children":[],"data":{"tip":"<p><b>File::Spec::Unix::_cwd</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 143&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001433,"subname":"File::Spec::Unix::_cwd","$color":3,"excl_time":1.77999999997773e-05,"$area":1.77999999997773e-05},"id":"11055-File::Spec::Unix::_cwd"},{"name":"BEGIN@149","children":[],"data":{"tip":"<p><b>File::Spec::Unix::BEGIN@149</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"File::Spec::Unix::BEGIN@149","$color":3,"excl_time":7.40000000000005e-06,"$area":7.40000000000005e-06},"id":"11056-File::Spec::Unix::BEGIN@149"},{"name":"rel2abs","children":[],"data":{"tip":"<p><b>File::Spec::Unix::rel2abs</b></p><p><br />Called 30 times from 2 places in 2 files<br />Inclusive time: 863&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0008635,"subname":"File::Spec::Unix::rel2abs","$color":3,"excl_time":0.000205299999998726,"$area":0.000205299999998726},"id":"11057-File::Spec::Unix::rel2abs"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Spec::Unix::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"File::Spec::Unix::BEGIN@4","$color":3,"excl_time":6.30000000000072e-06,"$area":6.30000000000072e-06},"id":"11058-File::Spec::Unix::BEGIN@4"},{"name":"file_name_is_absolute","children":[],"data":{"tip":"<p><b>File::Spec::Unix::file_name_is_absolute</b></p><p><br />Called 85 times from 6 places in 5 files<br />Inclusive time: 325&micro;s, 0.00%<br />Exclusive time: 278&micro;s, 0.00%</p>","incl_time":0.0003251,"subname":"File::Spec::Unix::file_name_is_absolute","$color":3,"excl_time":0.000277500000017293,"$area":0.000277500000017293},"id":"11059-File::Spec::Unix::file_name_is_absolute"},{"name":"updir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::updir</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"File::Spec::Unix::updir","$color":3,"excl_time":7.4e-06,"$area":7.4e-06},"id":"11060-File::Spec::Unix::updir"},{"name":"path","children":[],"data":{"tip":"<p><b>File::Spec::Unix::path</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"File::Spec::Unix::path","$color":3,"excl_time":1.56e-05,"$area":1.56e-05},"id":"11061-File::Spec::Unix::path"},{"name":"abs2rel","children":[],"data":{"tip":"<p><b>File::Spec::Unix::abs2rel</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 3.56ms, 0.01%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0035583,"subname":"File::Spec::Unix::abs2rel","$color":3,"excl_time":0.001424399999972,"$area":0.001424399999972},"id":"11062-File::Spec::Unix::abs2rel"},{"name":"catdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catdir</b></p><p><br />Called 396 times from 6 places in 3 files<br />Inclusive time: 6.67ms, 0.01%<br />Exclusive time: 1.36ms, 0.00%</p>","incl_time":0.0066659,"subname":"File::Spec::Unix::catdir","$color":3,"excl_time":0.00136180000002237,"$area":0.00136180000002237},"id":"11063-File::Spec::Unix::catdir"},{"name":"_same","children":[],"data":{"tip":"<p><b>File::Spec::Unix::_same</b></p><p><br />Called 148 times from 2 places in 1 file<br />Inclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0001637,"subname":"File::Spec::Unix::_same","$color":3,"excl_time":0.0001637,"$area":0.0001637},"id":"11064-File::Spec::Unix::_same"},{"name":"CORE:ftewrite","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:ftewrite</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"File::Spec::Unix::CORE:ftewrite","$color":3,"excl_time":1.3e-06,"$area":1.3e-06},"id":"11065-File::Spec::Unix::CORE:ftewrite"},{"name":"splitdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::splitdir</b></p><p><br />Called 70 times from 3 places in 2 files<br />Inclusive time: 174&micro;s, 0.00%</p>","incl_time":0.0001741,"subname":"File::Spec::Unix::splitdir","$color":3,"excl_time":0.0001741,"$area":0.0001741},"id":"11066-File::Spec::Unix::splitdir"},{"name":"catpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catpath</b></p><p><br />Called 196 times from 3 places in 3 files<br />Inclusive time: 563&micro;s, 0.00%</p>","incl_time":0.000563300000000001,"subname":"File::Spec::Unix::catpath","$color":3,"excl_time":0.000563300000000001,"$area":0.000563300000000001},"id":"11067-File::Spec::Unix::catpath"},{"name":"catfile","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catfile</b></p><p><br />Called 55 times from 7 places in 7 files<br />Inclusive time: 2.10ms, 0.00%<br />Exclusive time: 474&micro;s, 0.00%</p>","incl_time":0.0020955,"subname":"File::Spec::Unix::catfile","$color":3,"excl_time":0.000474300000031659,"$area":0.000474300000031659},"id":"11068-File::Spec::Unix::catfile"},{"name":"_tmpdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::_tmpdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":7.97e-05,"subname":"File::Spec::Unix::_tmpdir","$color":3,"excl_time":2.64999999964718e-05,"$area":2.64999999964718e-05},"id":"11069-File::Spec::Unix::_tmpdir"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Spec::Unix::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"File::Spec::Unix::BEGIN@3","$color":3,"excl_time":1.34999999999999e-05,"$area":1.34999999999999e-05},"id":"11070-File::Spec::Unix::BEGIN@3"},{"name":"canonpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::canonpath</b></p><p><br />Called 554 times from 7 places in 3 files<br />Inclusive time: 9.78ms, 0.01%<br />Exclusive time: 6.32ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 1.77ms</p>","incl_time":0.00977579999999999,"subname":"File::Spec::Unix::canonpath","$color":3,"excl_time":0.00631519999967356,"$area":0.00631519999967356},"id":"11071-File::Spec::Unix::canonpath"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:match</b></p><p><br />Called 97 times from 2 places in 1 file<br />Inclusive time: 87&micro;s, 0.00%</p>","incl_time":8.72999999999999e-05,"subname":"File::Spec::Unix::CORE:match","$color":3,"excl_time":8.72999999999999e-05,"$area":8.72999999999999e-05},"id":"11072-File::Spec::Unix::CORE:match"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:subst</b></p><p><br />Called 3324 times from 6 places in 1 file<br />Inclusive time: 3.95ms, 0.01%<br />Exclusive time: 1.35ms, 0.00%</p>","incl_time":0.00395069999999999,"subname":"File::Spec::Unix::CORE:subst","$color":3,"excl_time":0.00135179999999983,"$area":0.00135179999999983},"id":"11073-File::Spec::Unix::CORE:subst"},{"name":"tmpdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::tmpdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.93e-05,"subname":"File::Spec::Unix::tmpdir","$color":3,"excl_time":9.59999999942902e-06,"$area":9.59999999942902e-06},"id":"11074-File::Spec::Unix::tmpdir"},{"name":"splitpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::splitpath</b></p><p><br />Called 128 times from 9 places in 6 files<br />Inclusive time: 459&micro;s, 0.00%<br />Exclusive time: 419&micro;s, 0.00%</p>","incl_time":0.000459,"subname":"File::Spec::Unix::splitpath","$color":3,"excl_time":0.000419299999998359,"$area":0.000419299999998359},"id":"11075-File::Spec::Unix::splitpath"}],"data":{"$area":0.0130357999997095},"id":"n11051"}],"data":{"$area":0.0135881999997043},"id":"n11042"},{"name":"::Copy","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"File::Copy::BEGIN@13","$color":5,"excl_time":7.6e-06,"$area":7.6e-06},"id":"11077-File::Copy::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"File::Copy::BEGIN@14","$color":5,"excl_time":9.80000000003489e-06,"$area":9.80000000003489e-06},"id":"11078-File::Copy::BEGIN@14"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"File::Copy::BEGIN@47","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"11079-File::Copy::BEGIN@47"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"File::Copy::BEGIN@11","$color":5,"excl_time":9.79999999996149e-06,"$area":9.79999999996149e-06},"id":"11080-File::Copy::BEGIN@11"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"File::Copy::BEGIN@12","$color":5,"excl_time":8.2999999999805e-06,"$area":8.2999999999805e-06},"id":"11081-File::Copy::BEGIN@12"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>File::Copy::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"File::Copy::BEGIN@10","$color":5,"excl_time":2.88e-05,"$area":2.88e-05},"id":"11082-File::Copy::BEGIN@10"}],"data":{"$area":6.94999999999769e-05},"id":"n11076"},{"name":"::Find","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Find::CORE:subst</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"File::Find::CORE:subst","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"11084-File::Find::CORE:subst"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>File::Find::CORE:ftdir</b></p><p><br />Called 28 times from 2 places in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"File::Find::CORE:ftdir","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"11085-File::Find::CORE:ftdir"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Find::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"File::Find::BEGIN@3","$color":7,"excl_time":8.50000000008314e-06,"$area":8.50000000008314e-06},"id":"11086-File::Find::BEGIN@3"},{"name":"CORE:lstat","children":[],"data":{"tip":"<p><b>File::Find::CORE:lstat</b></p><p><br />Called 28 times from 2 places in 1 file<br />Inclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0001161,"subname":"File::Find::CORE:lstat","$color":7,"excl_time":0.0001161,"$area":0.0001161},"id":"11087-File::Find::CORE:lstat"},{"name":"_find_opt","children":[],"data":{"tip":"<p><b>File::Find::_find_opt</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.36ms, 0.00%<br />Exclusive time: 183&micro;s, 0.00%</p>","incl_time":0.0013596,"subname":"File::Find::_find_opt","$color":7,"excl_time":0.000183400000002926,"$area":0.000183400000002926},"id":"11088-File::Find::_find_opt"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>File::Find::CORE:regcomp</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"File::Find::CORE:regcomp","$color":7,"excl_time":2.91e-05,"$area":2.91e-05},"id":"11089-File::Find::CORE:regcomp"},{"name":"CORE:closedir","children":[],"data":{"tip":"<p><b>File::Find::CORE:closedir</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"File::Find::CORE:closedir","$color":7,"excl_time":1.99e-05,"$area":1.99e-05},"id":"11090-File::Find::CORE:closedir"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>File::Find::CORE:qr</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"File::Find::CORE:qr","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11091-File::Find::CORE:qr"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>File::Find::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"File::Find::BEGIN@2","$color":7,"excl_time":2.82e-05,"$area":2.82e-05},"id":"11092-File::Find::BEGIN@2"},{"name":"find","children":[],"data":{"tip":"<p><b>File::Find::find</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.42ms, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0014183,"subname":"File::Find::find","$color":7,"excl_time":3.47999999997959e-05,"$area":3.47999999997959e-05},"id":"11093-File::Find::find"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>File::Find::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001152,"subname":"File::Find::BEGIN@5","$color":7,"excl_time":8.80000000004902e-06,"$area":8.80000000004902e-06},"id":"11094-File::Find::BEGIN@5"},{"name":"CORE:readdir","children":[],"data":{"tip":"<p><b>File::Find::CORE:readdir</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0001244,"subname":"File::Find::CORE:readdir","$color":7,"excl_time":0.0001244,"$area":0.0001244},"id":"11095-File::Find::CORE:readdir"},{"name":"_find_dir","children":[],"data":{"tip":"<p><b>File::Find::_find_dir</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.04ms, 0.00%<br />Exclusive time: 455&micro;s, 0.00%</p>","incl_time":0.0010377,"subname":"File::Find::_find_dir","$color":7,"excl_time":0.000455200000015835,"$area":0.000455200000015835},"id":"11096-File::Find::_find_dir"},{"name":"BEGIN@349","children":[],"data":{"tip":"<p><b>File::Find::BEGIN@349</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"File::Find::BEGIN@349","$color":7,"excl_time":1.04999999999664e-05,"$area":1.04999999999664e-05},"id":"11097-File::Find::BEGIN@349"},{"name":"wrap_wanted","children":[],"data":{"tip":"<p><b>File::Find::wrap_wanted</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"File::Find::wrap_wanted","$color":7,"excl_time":2.39e-05,"$area":2.39e-05},"id":"11098-File::Find::wrap_wanted"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Find::CORE:match</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"File::Find::CORE:match","$color":7,"excl_time":1.86e-05,"$area":1.86e-05},"id":"11099-File::Find::CORE:match"},{"name":"CORE:open_dir","children":[],"data":{"tip":"<p><b>File::Find::CORE:open_dir</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"File::Find::CORE:open_dir","$color":7,"excl_time":6.67e-05,"$area":6.67e-05},"id":"11100-File::Find::CORE:open_dir"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Find::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"File::Find::BEGIN@4","$color":7,"excl_time":9.10000000000438e-06,"$area":9.10000000000438e-06},"id":"11101-File::Find::BEGIN@4"}],"data":{"$area":0.00115190000001866},"id":"n11083"},{"name":"::Which","children":[{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.42e-05,"subname":"File::Which::BEGIN@18","$color":9,"excl_time":7.20000000000075e-06,"$area":7.20000000000075e-06},"id":"11103-File::Which::BEGIN@18"},{"name":"CORE:fteexec","children":[],"data":{"tip":"<p><b>File::Which::CORE:fteexec</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"File::Which::CORE:fteexec","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"11104-File::Which::CORE:fteexec"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"File::Which::BEGIN@4","$color":9,"excl_time":7.69999999996637e-06,"$area":7.69999999996637e-06},"id":"11105-File::Which::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"File::Which::BEGIN@3","$color":9,"excl_time":2.36e-05,"$area":2.36e-05},"id":"11106-File::Which::BEGIN@3"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"File::Which::BEGIN@9","$color":9,"excl_time":1.04e-05,"$area":1.04e-05},"id":"11107-File::Which::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"File::Which::BEGIN@6","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11108-File::Which::BEGIN@6"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"File::Which::BEGIN@16","$color":9,"excl_time":9.99999999995025e-06,"$area":9.99999999995025e-06},"id":"11109-File::Which::BEGIN@16"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>File::Which::CORE:ftdir</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"File::Which::CORE:ftdir","$color":9,"excl_time":2.38e-05,"$area":2.38e-05},"id":"11110-File::Which::CORE:ftdir"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.9e-05,"subname":"File::Which::BEGIN@8","$color":9,"excl_time":8.09999999996962e-06,"$area":8.09999999996962e-06},"id":"11111-File::Which::BEGIN@8"},{"name":"which","children":[],"data":{"tip":"<p><b>File::Which::which</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 446&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.000446,"subname":"File::Which::which","$color":9,"excl_time":6.71999999999875e-05,"$area":6.71999999999875e-05},"id":"11112-File::Which::which"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"File::Which::BEGIN@5","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11113-File::Which::BEGIN@5"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>File::Which::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"File::Which::BEGIN@17","$color":9,"excl_time":6.79999999996624e-06,"$area":6.79999999996624e-06},"id":"11114-File::Which::BEGIN@17"}],"data":{"$area":0.000174599999999841},"id":"n11102"},{"name":"::stat","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"File::stat::BEGIN@2","$color":0,"excl_time":1.92e-05,"$area":1.92e-05},"id":"11116-File::stat::BEGIN@2"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001026,"subname":"File::stat::BEGIN@6","$color":0,"excl_time":8.09999999999915e-06,"$area":8.09999999999915e-06},"id":"11117-File::stat::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.39e-05,"subname":"File::stat::BEGIN@3","$color":0,"excl_time":1.09000000000017e-05,"$area":1.09000000000017e-05},"id":"11118-File::stat::BEGIN@3"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"File::stat::BEGIN@16","$color":0,"excl_time":1.38e-05,"$area":1.38e-05},"id":"11119-File::stat::BEGIN@16"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"File::stat::BEGIN@17","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"11120-File::stat::BEGIN@17"},{"name":"BEGIN@173","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@173</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.16ms, 0.00%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":0.0031642,"subname":"File::stat::BEGIN@173","$color":0,"excl_time":0.0014121,"$area":0.0014121},"id":"11121-File::stat::BEGIN@173"},{"name":"import","children":[],"data":{"tip":"<p><b>File::stat::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"File::stat::import","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"11122-File::stat::import"},{"name":"BEGIN@147","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@147</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.18ms, 0.00%<br />Exclusive time: 1.04ms, 0.00%</p>","incl_time":0.0011814,"subname":"File::stat::BEGIN@147","$color":0,"excl_time":0.0010439,"$area":0.0010439},"id":"11123-File::stat::BEGIN@147"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"File::stat::BEGIN@5","$color":0,"excl_time":1.0899999999999e-05,"$area":1.0899999999999e-05},"id":"11124-File::stat::BEGIN@5"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"File::stat::BEGIN@35","$color":0,"excl_time":1.02000000000016e-05,"$area":1.02000000000016e-05},"id":"11125-File::stat::BEGIN@35"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 993&micro;s, 0.00%<br />Exclusive time: 439&micro;s, 0.00%</p>","incl_time":0.000993,"subname":"File::stat::BEGIN@30","$color":0,"excl_time":0.000438500000000001,"$area":0.000438500000000001},"id":"11126-File::stat::BEGIN@30"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"File::stat::BEGIN@9","$color":0,"excl_time":1.01e-05,"$area":1.01e-05},"id":"11127-File::stat::BEGIN@9"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 137&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0001372,"subname":"File::stat::BEGIN@32","$color":0,"excl_time":9.24999999999983e-05,"$area":9.24999999999983e-05},"id":"11128-File::stat::BEGIN@32"},{"name":"BEGIN@143","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@143</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.26ms, 0.00%<br />Exclusive time: 942&micro;s, 0.00%</p>","incl_time":0.0012612,"subname":"File::stat::BEGIN@143","$color":0,"excl_time":0.000941799999999999,"$area":0.000941799999999999},"id":"11129-File::stat::BEGIN@143"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"File::stat::BEGIN@7","$color":0,"excl_time":9.20000000000025e-06,"$area":9.20000000000025e-06},"id":"11130-File::stat::BEGIN@7"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 168&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001679,"subname":"File::stat::BEGIN@28","$color":0,"excl_time":6.8999999999986e-06,"$area":6.8999999999986e-06},"id":"11131-File::stat::BEGIN@28"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"File::stat::BEGIN@4","$color":0,"excl_time":2.22000000000012e-05,"$area":2.22000000000012e-05},"id":"11132-File::stat::BEGIN@4"},{"name":"BEGIN@200","children":[],"data":{"tip":"<p><b>File::stat::BEGIN@200</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"File::stat::BEGIN@200","$color":0,"excl_time":7.1000000000005e-06,"$area":7.1000000000005e-06},"id":"11133-File::stat::BEGIN@200"}],"data":{"$area":0.0040681},"id":"n11115"},{"name":"::Glob","children":[{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>File::Glob::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"File::Glob::BEGIN@50","$color":2,"excl_time":9.30000000000525e-06,"$area":9.30000000000525e-06},"id":"11135-File::Glob::BEGIN@50"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>File::Glob::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 659&micro;s, 0.00%<br />Exclusive time: 650&micro;s, 0.00%</p>","incl_time":0.000659,"subname":"File::Glob::BEGIN@7","$color":2,"excl_time":0.000649900000000238,"$area":0.000649900000000238},"id":"11136-File::Glob::BEGIN@7"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Glob::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"File::Glob::CORE:match","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11137-File::Glob::CORE:match"},{"name":"import","children":[],"data":{"tip":"<p><b>File::Glob::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003191,"subname":"File::Glob::import","$color":2,"excl_time":1.77000000003259e-05,"$area":1.77000000003259e-05},"id":"11138-File::Glob::import"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Glob::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"File::Glob::BEGIN@3","$color":2,"excl_time":1.4399999999908e-05,"$area":1.4399999999908e-05},"id":"11139-File::Glob::BEGIN@3"},{"name":"GLOB_CSH","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_CSH</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"File::Glob::GLOB_CSH","$color":2,"excl_time":1.4e-06,"$area":1.4e-06},"id":"11140-File::Glob::GLOB_CSH"}],"data":{"$area":0.000695500000000477},"id":"n11134"},{"name":"::Basename","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Basename::CORE:subst</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.29e-05,"subname":"File::Basename::CORE:subst","$color":4,"excl_time":4.29e-05,"$area":4.29e-05},"id":"11142-File::Basename::CORE:subst"},{"name":"BEGIN@371","children":[],"data":{"tip":"<p><b>File::Basename::BEGIN@371</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"File::Basename::BEGIN@371","$color":4,"excl_time":8.5e-06,"$area":8.5e-06},"id":"11143-File::Basename::BEGIN@371"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Basename::CORE:match</b></p><p><br />Called 35 times from 2 places in 1 file<br />Inclusive time: 64&micro;s, 0.00%</p>","incl_time":6.39e-05,"subname":"File::Basename::CORE:match","$color":4,"excl_time":6.39e-05,"$area":6.39e-05},"id":"11144-File::Basename::CORE:match"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>File::Basename::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"File::Basename::BEGIN@50","$color":4,"excl_time":7.29999999999937e-06,"$area":7.29999999999937e-06},"id":"11145-File::Basename::BEGIN@50"},{"name":"fileparse_set_fstype","children":[],"data":{"tip":"<p><b>File::Basename::fileparse_set_fstype</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":8.13e-05,"subname":"File::Basename::fileparse_set_fstype","$color":4,"excl_time":4.27999999999979e-05,"$area":4.27999999999979e-05},"id":"11146-File::Basename::fileparse_set_fstype"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>File::Basename::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"File::Basename::BEGIN@51","$color":4,"excl_time":1.35e-05,"$area":1.35e-05},"id":"11147-File::Basename::BEGIN@51"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>File::Basename::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"File::Basename::BEGIN@42","$color":4,"excl_time":9.7e-06,"$area":9.7e-06},"id":"11148-File::Basename::BEGIN@42"},{"name":"fileparse","children":[],"data":{"tip":"<p><b>File::Basename::fileparse</b></p><p><br />Called 25 times from 3 places in 2 files<br />Inclusive time: 618&micro;s, 0.00%<br />Exclusive time: 504&micro;s, 0.00%</p>","incl_time":0.0006175,"subname":"File::Basename::fileparse","$color":4,"excl_time":0.000504000000006173,"$area":0.000504000000006173},"id":"11149-File::Basename::fileparse"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>File::Basename::CORE:regcomp</b></p><p><br />Called 33 times from 2 places in 1 file<br />Inclusive time: 45&micro;s, 0.00%</p>","incl_time":4.52e-05,"subname":"File::Basename::CORE:regcomp","$color":4,"excl_time":4.52e-05,"$area":4.52e-05},"id":"11150-File::Basename::CORE:regcomp"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>File::Basename::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"File::Basename::BEGIN@52","$color":4,"excl_time":7.69999999999949e-06,"$area":7.69999999999949e-06},"id":"11151-File::Basename::BEGIN@52"}],"data":{"$area":0.00074550000000617},"id":"n11141"},{"name":"::Temp","children":[{"name":"END","children":[],"data":{"tip":"<p><b>File::Temp::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"File::Temp::END","$color":6,"excl_time":2.21999999974822e-05,"$area":2.21999999974822e-05},"id":"11153-File::Temp::END"},{"name":"CORE:stat","children":[],"data":{"tip":"<p><b>File::Temp::CORE:stat</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 38&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"File::Temp::CORE:stat","$color":6,"excl_time":3.8e-05,"$area":3.8e-05},"id":"11154-File::Temp::CORE:stat"},{"name":"CORE:chmod","children":[],"data":{"tip":"<p><b>File::Temp::CORE:chmod</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 84&micro;s, 0.00%</p>","incl_time":8.39e-05,"subname":"File::Temp::CORE:chmod","$color":6,"excl_time":8.39e-05,"$area":8.39e-05},"id":"11155-File::Temp::CORE:chmod"},{"name":"BEGIN@147","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@147</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"File::Temp::BEGIN@147","$color":6,"excl_time":7.80000000000056e-06,"$area":7.80000000000056e-06},"id":"11156-File::Temp::BEGIN@147"},{"name":"_replace_XX","children":[],"data":{"tip":"<p><b>File::Temp::_replace_XX</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"File::Temp::_replace_XX","$color":6,"excl_time":3.79999999974892e-05,"$area":3.79999999974892e-05},"id":"11157-File::Temp::_replace_XX"},{"name":"unlink1","children":[],"data":{"tip":"<p><b>File::Temp::unlink1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.86ms, 0.00%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.002862,"subname":"File::Temp::unlink1","$color":6,"excl_time":0.000175800000000583,"$area":0.000175800000000583},"id":"11158-File::Temp::unlink1"},{"name":"BEGIN@146","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@146</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0003186,"subname":"File::Temp::BEGIN@146","$color":6,"excl_time":2.06000000000003e-05,"$area":2.06000000000003e-05},"id":"11159-File::Temp::BEGIN@146"},{"name":"safe_level","children":[],"data":{"tip":"<p><b>File::Temp::safe_level</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"File::Temp::safe_level","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"11160-File::Temp::safe_level"},{"name":"__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:245]","children":[],"data":{"tip":"<p><b>File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:245]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:245]","$color":6,"excl_time":2e-06,"$area":2e-06},"id":"11161-File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:245]"},{"name":"__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:275]","children":[],"data":{"tip":"<p><b>File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:275]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:275]","$color":6,"excl_time":9e-07,"$area":9e-07},"id":"11162-File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:275]"},{"name":"BEGIN@220","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@220</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"File::Temp::BEGIN@220","$color":6,"excl_time":5.90000000000263e-06,"$area":5.90000000000263e-06},"id":"11163-File::Temp::BEGIN@220"},{"name":"CORE:ftis","children":[],"data":{"tip":"<p><b>File::Temp::CORE:ftis</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"File::Temp::CORE:ftis","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"11164-File::Temp::CORE:ftis"},{"name":"filename","children":[],"data":{"tip":"<p><b>File::Temp::filename</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"File::Temp::filename","$color":6,"excl_time":2.14e-05,"$area":2.14e-05},"id":"11165-File::Temp::filename"},{"name":"BEGIN@143","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@143</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"File::Temp::BEGIN@143","$color":6,"excl_time":7.30000000000344e-06,"$area":7.30000000000344e-06},"id":"11166-File::Temp::BEGIN@143"},{"name":"CORE:sysopen","children":[],"data":{"tip":"<p><b>File::Temp::CORE:sysopen</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%</p>","incl_time":0.000115,"subname":"File::Temp::CORE:sysopen","$color":6,"excl_time":0.000115,"$area":0.000115},"id":"11167-File::Temp::CORE:sysopen"},{"name":"BEGIN@241","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@241</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"File::Temp::BEGIN@241","$color":6,"excl_time":6.4000000000005e-06,"$area":6.4000000000005e-06},"id":"11168-File::Temp::BEGIN@241"},{"name":"BEGIN@145","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@145</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"File::Temp::BEGIN@145","$color":6,"excl_time":1.05000000000021e-05,"$area":1.05000000000021e-05},"id":"11169-File::Temp::BEGIN@145"},{"name":"CORE:unlink","children":[],"data":{"tip":"<p><b>File::Temp::CORE:unlink</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.33ms, 0.00%</p>","incl_time":0.0023303,"subname":"File::Temp::CORE:unlink","$color":6,"excl_time":0.0023303,"$area":0.0023303},"id":"11170-File::Temp::CORE:unlink"},{"name":"BEGIN@224","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@224</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"File::Temp::BEGIN@224","$color":6,"excl_time":6.89999999999668e-06,"$area":6.89999999999668e-06},"id":"11171-File::Temp::BEGIN@224"},{"name":"tempfile","children":[],"data":{"tip":"<p><b>File::Temp::tempfile</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 490&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.00049,"subname":"File::Temp::tempfile","$color":6,"excl_time":3.36000000026412e-05,"$area":3.36000000026412e-05},"id":"11172-File::Temp::tempfile"},{"name":"_gettemp","children":[],"data":{"tip":"<p><b>File::Temp::_gettemp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 328&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0003283,"subname":"File::Temp::_gettemp","$color":6,"excl_time":8.3900000007405e-05,"$area":8.3900000007405e-05},"id":"11173-File::Temp::_gettemp"},{"name":"unlink_on_destroy","children":[],"data":{"tip":"<p><b>File::Temp::unlink_on_destroy</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"File::Temp::unlink_on_destroy","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"11174-File::Temp::unlink_on_destroy"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>File::Temp::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"File::Temp::CORE:regcomp","$color":6,"excl_time":1.43e-05,"$area":1.43e-05},"id":"11175-File::Temp::CORE:regcomp"},{"name":"BEGIN@271","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@271</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"File::Temp::BEGIN@271","$color":6,"excl_time":6.69999999999862e-06,"$area":6.69999999999862e-06},"id":"11176-File::Temp::BEGIN@271"},{"name":"BEGIN@142","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@142</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"File::Temp::BEGIN@142","$color":6,"excl_time":7.69999999999819e-06,"$area":7.69999999999819e-06},"id":"11177-File::Temp::BEGIN@142"},{"name":"BEGIN@230","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@230</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"File::Temp::BEGIN@230","$color":6,"excl_time":5.69999999999888e-06,"$area":5.69999999999888e-06},"id":"11178-File::Temp::BEGIN@230"},{"name":"BEGIN@163","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@163</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"File::Temp::BEGIN@163","$color":6,"excl_time":6.99999999999869e-06,"$area":6.99999999999869e-06},"id":"11179-File::Temp::BEGIN@163"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>File::Temp::CORE:ftfile</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"File::Temp::CORE:ftfile","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"11180-File::Temp::CORE:ftfile"},{"name":"cmpstat","children":[],"data":{"tip":"<p><b>File::Temp::cmpstat</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 227&micro;s, 0.00%<br />Exclusive time: 182&micro;s, 0.00%</p>","incl_time":0.0002272,"subname":"File::Temp::cmpstat","$color":6,"excl_time":0.00018229999999399,"$area":0.00018229999999399},"id":"11181-File::Temp::cmpstat"},{"name":"BEGIN@173","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@173</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"File::Temp::BEGIN@173","$color":6,"excl_time":6.30000000000257e-06,"$area":6.30000000000257e-06},"id":"11182-File::Temp::BEGIN@173"},{"name":"BEGIN@217","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@217</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"File::Temp::BEGIN@217","$color":6,"excl_time":7.09999999999863e-06,"$area":7.09999999999863e-06},"id":"11183-File::Temp::BEGIN@217"},{"name":"BEGIN@148","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@148</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.78ms, 0.00%<br />Exclusive time: 739&micro;s, 0.00%</p>","incl_time":0.0017797,"subname":"File::Temp::BEGIN@148","$color":6,"excl_time":0.000738800000000003,"$area":0.000738800000000003},"id":"11184-File::Temp::BEGIN@148"},{"name":"BEGIN@144","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@144</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"File::Temp::BEGIN@144","$color":6,"excl_time":3.09000000000023e-05,"$area":3.09000000000023e-05},"id":"11185-File::Temp::BEGIN@144"},{"name":"BEGIN@166","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@166</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.19e-05,"subname":"File::Temp::BEGIN@166","$color":6,"excl_time":6.89999999999744e-06,"$area":6.89999999999744e-06},"id":"11186-File::Temp::BEGIN@166"},{"name":"new","children":[],"data":{"tip":"<p><b>File::Temp::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 591&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0005908,"subname":"File::Temp::new","$color":6,"excl_time":9.60000000015369e-05,"$area":9.60000000015369e-05},"id":"11187-File::Temp::new"},{"name":"CORE:close","children":[],"data":{"tip":"<p><b>File::Temp::CORE:close</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0001079,"subname":"File::Temp::CORE:close","$color":6,"excl_time":0.0001079,"$area":0.0001079},"id":"11188-File::Temp::CORE:close"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>File::Temp::CORE:ftdir</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"File::Temp::CORE:ftdir","$color":6,"excl_time":3.2e-06,"$area":3.2e-06},"id":"11189-File::Temp::CORE:ftdir"},{"name":"BEGIN@229","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@229</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"File::Temp::BEGIN@229","$color":6,"excl_time":9.40000000000244e-06,"$area":9.40000000000244e-06},"id":"11190-File::Temp::BEGIN@229"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>File::Temp::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.10ms, 0.00%<br />Exclusive time: 159&micro;s, 0.00%</p>","incl_time":0.0030983,"subname":"File::Temp::DESTROY","$color":6,"excl_time":0.000159200000001027,"$area":0.000159200000001027},"id":"11191-File::Temp::DESTROY"},{"name":"BEGIN@228","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@228</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"File::Temp::BEGIN@228","$color":6,"excl_time":5.49999999999888e-06,"$area":5.49999999999888e-06},"id":"11192-File::Temp::BEGIN@228"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Temp::CORE:subst</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"File::Temp::CORE:subst","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11193-File::Temp::CORE:subst"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>File::Temp::CORE:substcont</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"File::Temp::CORE:substcont","$color":6,"excl_time":1.17e-05,"$area":1.17e-05},"id":"11194-File::Temp::CORE:substcont"},{"name":"cleanup","children":[],"data":{"tip":"<p><b>File::Temp::cleanup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"File::Temp::cleanup","$color":6,"excl_time":1.42e-05,"$area":1.42e-05},"id":"11195-File::Temp::cleanup"},{"name":"_force_writable","children":[],"data":{"tip":"<p><b>File::Temp::_force_writable</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":8.28e-05,"subname":"File::Temp::_force_writable","$color":6,"excl_time":2.66000000040461e-05,"$area":2.66000000040461e-05},"id":"11196-File::Temp::_force_writable"},{"name":"BEGIN@141","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@141</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"File::Temp::BEGIN@141","$color":6,"excl_time":2.16e-05,"$area":2.16e-05},"id":"11197-File::Temp::BEGIN@141"},{"name":"BEGIN@162","children":[],"data":{"tip":"<p><b>File::Temp::BEGIN@162</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001124,"subname":"File::Temp::BEGIN@162","$color":6,"excl_time":7.30000000000313e-06,"$area":7.30000000000313e-06},"id":"11198-File::Temp::BEGIN@162"},{"name":"::Dir","children":[{"name":"BEGIN@2406","children":[],"data":{"tip":"<p><b>File::Temp::Dir::BEGIN@2406</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"File::Temp::Dir::BEGIN@2406","$color":8,"excl_time":7.60000000000106e-06,"$area":7.60000000000106e-06},"id":"11200-File::Temp::Dir::BEGIN@2406"},{"name":"BEGIN@2407","children":[],"data":{"tip":"<p><b>File::Temp::Dir::BEGIN@2407</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"File::Temp::Dir::BEGIN@2407","$color":8,"excl_time":6.59999999999769e-06,"$area":6.59999999999769e-06},"id":"11201-File::Temp::Dir::BEGIN@2407"},{"name":"BEGIN@2405","children":[],"data":{"tip":"<p><b>File::Temp::Dir::BEGIN@2405</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"File::Temp::Dir::BEGIN@2405","$color":8,"excl_time":9.49999999999744e-06,"$area":9.49999999999744e-06},"id":"11202-File::Temp::Dir::BEGIN@2405"}],"data":{"$area":2.36999999999962e-05},"id":"n11199"}],"data":{"$area":0.0045368000000062},"id":"n11152"},{"name":"::chdir","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"File::chdir::BEGIN@3","$color":10,"excl_time":7.80000000014153e-06,"$area":7.80000000014153e-06},"id":"11204-File::chdir::BEGIN@3"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"File::chdir::BEGIN@12","$color":10,"excl_time":9.59999999985385e-06,"$area":9.59999999985385e-06},"id":"11205-File::chdir::BEGIN@12"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"File::chdir::BEGIN@2","$color":10,"excl_time":2.34e-05,"$area":2.34e-05},"id":"11206-File::chdir::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.59e-05,"subname":"File::chdir::BEGIN@13","$color":10,"excl_time":1.85000000001713e-05,"$area":1.85000000001713e-05},"id":"11207-File::chdir::BEGIN@13"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 136&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001358,"subname":"File::chdir::BEGIN@14","$color":10,"excl_time":4.95000000000164e-05,"$area":4.95000000000164e-05},"id":"11208-File::chdir::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::chdir::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.91e-05,"subname":"File::chdir::BEGIN@4","$color":10,"excl_time":6.60000000014566e-06,"$area":6.60000000014566e-06},"id":"11209-File::chdir::BEGIN@4"},{"name":"::ARRAY","children":[{"name":"BEGIN@81","children":[],"data":{"tip":"<p><b>File::chdir::ARRAY::BEGIN@81</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.39e-05,"subname":"File::chdir::ARRAY::BEGIN@81","$color":1,"excl_time":1.01000000001838e-05,"$area":1.01000000001838e-05},"id":"11211-File::chdir::ARRAY::BEGIN@81"},{"name":"TIEARRAY","children":[],"data":{"tip":"<p><b>File::chdir::ARRAY::TIEARRAY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"File::chdir::ARRAY::TIEARRAY","$color":1,"excl_time":8.6e-06,"$area":8.6e-06},"id":"11212-File::chdir::ARRAY::TIEARRAY"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>File::chdir::ARRAY::BEGIN@83</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"File::chdir::ARRAY::BEGIN@83","$color":1,"excl_time":7.7e-06,"$area":7.7e-06},"id":"11213-File::chdir::ARRAY::BEGIN@83"}],"data":{"$area":2.64000000001838e-05},"id":"n11210"},{"name":"::SCALAR","children":[{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>File::chdir::SCALAR::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"File::chdir::SCALAR::BEGIN@53","$color":3,"excl_time":1.32999999999077e-05,"$area":1.32999999999077e-05},"id":"11215-File::chdir::SCALAR::BEGIN@53"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>File::chdir::SCALAR::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"File::chdir::SCALAR::BEGIN@55","$color":3,"excl_time":1.69e-05,"$area":1.69e-05},"id":"11216-File::chdir::SCALAR::BEGIN@55"},{"name":"TIESCALAR","children":[],"data":{"tip":"<p><b>File::chdir::SCALAR::TIESCALAR</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"File::chdir::SCALAR::TIESCALAR","$color":3,"excl_time":1.65e-05,"$area":1.65e-05},"id":"11217-File::chdir::SCALAR::TIESCALAR"}],"data":{"$area":4.66999999999077e-05},"id":"n11214"}],"data":{"$area":0.00018850000000042},"id":"n11203"},{"name":"::Path","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"File::Path::BEGIN@6","$color":5,"excl_time":6.80000000000263e-06,"$area":6.80000000000263e-06},"id":"11219-File::Path::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"File::Path::BEGIN@8","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"11220-File::Path::BEGIN@8"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"File::Path::BEGIN@18","$color":5,"excl_time":6e-06,"$area":6e-06},"id":"11221-File::Path::BEGIN@18"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"File::Path::BEGIN@3","$color":5,"excl_time":2.05e-05,"$area":2.05e-05},"id":"11222-File::Path::BEGIN@3"},{"name":"BEGIN@329","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@329</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"File::Path::BEGIN@329","$color":5,"excl_time":9.69999999999838e-06,"$area":9.69999999999838e-06},"id":"11223-File::Path::BEGIN@329"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"File::Path::BEGIN@4","$color":5,"excl_time":7.799999999997e-06,"$area":7.799999999997e-06},"id":"11224-File::Path::BEGIN@4"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"File::Path::BEGIN@10","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"11225-File::Path::BEGIN@10"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.91e-05,"subname":"File::Path::BEGIN@19","$color":5,"excl_time":6.90000000000163e-06,"$area":6.90000000000163e-06},"id":"11226-File::Path::BEGIN@19"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>File::Path::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"File::Path::BEGIN@7","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11227-File::Path::BEGIN@7"}],"data":{"$area":6.88999999999996e-05},"id":"n11218"}],"data":{"$area":0.0252874999997361},"id":"n11041"},{"name":"stemmaweb","children":[{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"stemmaweb::BEGIN@1","$color":7,"excl_time":2.55999999999854e-05,"$area":2.55999999999854e-05},"id":"11229-stemmaweb::BEGIN@1"},{"name":"setup_finalize","children":[],"data":{"tip":"<p><b>stemmaweb::setup_finalize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33.0ms, 0.05%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.033028,"subname":"stemmaweb::setup_finalize","$color":7,"excl_time":9.09999999992167e-06,"$area":9.09999999992167e-06},"id":"11230-stemmaweb::setup_finalize"},{"name":"prepare_action","children":[],"data":{"tip":"<p><b>stemmaweb::prepare_action</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.22ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0012209,"subname":"stemmaweb::prepare_action","$color":7,"excl_time":1.01000000000438e-05,"$area":1.01000000000438e-05},"id":"11231-stemmaweb::prepare_action"},{"name":"dispatch","children":[],"data":{"tip":"<p><b>stemmaweb::dispatch</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.38s, 10.40%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.378883,"subname":"stemmaweb::dispatch","$color":7,"excl_time":2.22000000027478e-05,"$area":2.22000000027478e-05},"id":"11232-stemmaweb::dispatch"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 818ms, 1.15%<br />Exclusive time: 11.6ms, 0.02%</p>","incl_time":0.8178435,"subname":"stemmaweb::BEGIN@19","$color":7,"excl_time":0.0115783000000002,"$area":0.0115783000000002},"id":"11233-stemmaweb::BEGIN@19"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 370ms, 0.52%<br />Exclusive time: 2.38ms, 0.00%</p>","incl_time":0.3695284,"subname":"stemmaweb::BEGIN@2","$color":7,"excl_time":0.00237879999999963,"$area":0.00237879999999963},"id":"11234-stemmaweb::BEGIN@2"},{"name":"finalize","children":[],"data":{"tip":"<p><b>stemmaweb::finalize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25.9ms, 0.04%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0259101,"subname":"stemmaweb::finalize","$color":7,"excl_time":1.57000000014576e-05,"$area":1.57000000014576e-05},"id":"11235-stemmaweb::finalize"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 273&micro;s, 0.00%<br />Exclusive time: 198&micro;s, 0.00%</p>","incl_time":0.0002734,"subname":"stemmaweb::BEGIN@5","$color":7,"excl_time":0.000197799999999991,"$area":0.000197799999999991},"id":"11236-stemmaweb::BEGIN@5"},{"name":"BEGIN@2.2","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@2.2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"stemmaweb::BEGIN@2.2","$color":7,"excl_time":1.41000000000053e-05,"$area":1.41000000000053e-05},"id":"11237-stemmaweb::BEGIN@2.2"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.32ms, 0.01%<br />Exclusive time: 828&micro;s, 0.00%</p>","incl_time":0.0063171,"subname":"stemmaweb::BEGIN@3","$color":7,"excl_time":0.000827800000000025,"$area":0.000827800000000025},"id":"11238-stemmaweb::BEGIN@3"},{"name":"_static_file","children":[],"data":{"tip":"<p><b>stemmaweb::_static_file</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"stemmaweb::_static_file","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"11239-stemmaweb::_static_file"},{"name":"::Controller","children":[{"name":"::Root","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.27ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0062678,"subname":"stemmaweb::Controller::Root::BEGIN@7","$color":9,"excl_time":9.09999999993815e-06,"$area":9.09999999993815e-06},"id":"11242-stemmaweb::Controller::Root::BEGIN@7"},{"name":"BEGIN@131","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@131</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 623&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006233,"subname":"stemmaweb::Controller::Root::BEGIN@131","$color":9,"excl_time":7.89999999995634e-06,"$area":7.89999999995634e-06},"id":"11243-stemmaweb::Controller::Root::BEGIN@131"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 840&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0008395,"subname":"stemmaweb::Controller::Root::BEGIN@36","$color":9,"excl_time":1.33000000003339e-05,"$area":1.33000000003339e-05},"id":"11244-stemmaweb::Controller::Root::BEGIN@36"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"stemmaweb::Controller::Root::BEGIN@3","$color":9,"excl_time":1.08000000001122e-05,"$area":1.08000000001122e-05},"id":"11245-stemmaweb::Controller::Root::BEGIN@3"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 640&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006396,"subname":"stemmaweb::Controller::Root::BEGIN@55","$color":9,"excl_time":8.80000000029056e-06,"$area":8.80000000029056e-06},"id":"11246-stemmaweb::Controller::Root::BEGIN@55"},{"name":"BEGIN@148","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@148</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 643&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006427,"subname":"stemmaweb::Controller::Root::BEGIN@148","$color":9,"excl_time":8.70000000019867e-06,"$area":8.70000000019867e-06},"id":"11247-stemmaweb::Controller::Root::BEGIN@148"},{"name":"end","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::end</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"stemmaweb::Controller::Root::end","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"11248-stemmaweb::Controller::Root::end"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.58ms, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0045802,"subname":"stemmaweb::Controller::Root::BEGIN@2","$color":9,"excl_time":4.88999999999845e-05,"$area":4.88999999999845e-05},"id":"11249-stemmaweb::Controller::Root::BEGIN@2"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@168</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 596&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0005963,"subname":"stemmaweb::Controller::Root::BEGIN@168","$color":9,"excl_time":7.30000000027139e-06,"$area":7.30000000027139e-06},"id":"11250-stemmaweb::Controller::Root::BEGIN@168"},{"name":"BEGIN@160","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@160</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 605&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0006049,"subname":"stemmaweb::Controller::Root::BEGIN@160","$color":9,"excl_time":7.49999999980779e-06,"$area":7.49999999980779e-06},"id":"11251-stemmaweb::Controller::Root::BEGIN@160"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25.0ms, 0.04%<br />Exclusive time: 3.77ms, 0.01%</p>","incl_time":0.0250144,"subname":"stemmaweb::Controller::Root::BEGIN@4","$color":9,"excl_time":0.00376979999999894,"$area":0.00376979999999894},"id":"11252-stemmaweb::Controller::Root::BEGIN@4"},{"name":"new","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 257&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0002574,"subname":"stemmaweb::Controller::Root::new","$color":9,"excl_time":3.77000000002882e-05,"$area":3.77000000002882e-05},"id":"11253-stemmaweb::Controller::Root::new"},{"name":"BEGIN@102","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@102</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 792&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0007915,"subname":"stemmaweb::Controller::Root::BEGIN@102","$color":9,"excl_time":8.90000000003334e-06,"$area":8.90000000003334e-06},"id":"11254-stemmaweb::Controller::Root::BEGIN@102"},{"name":"variantgraph","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::variantgraph</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.37s, 10.39%<br />Exclusive time: 135&micro;s, 0.00%</p>","incl_time":7.3748329,"subname":"stemmaweb::Controller::Root::variantgraph","$color":9,"excl_time":0.000134900000004379,"$area":0.000134900000004379},"id":"11255-stemmaweb::Controller::Root::variantgraph"},{"name":"meta","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"stemmaweb::Controller::Root::meta","$color":9,"excl_time":9.09999999995662e-06,"$area":9.09999999995662e-06},"id":"11256-stemmaweb::Controller::Root::meta"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Root::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 622&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006216,"subname":"stemmaweb::Controller::Root::BEGIN@74","$color":9,"excl_time":8.39999999990859e-06,"$area":8.39999999990859e-06},"id":"11257-stemmaweb::Controller::Root::BEGIN@74"}],"data":{"$area":0.0040982000000044},"id":"n11241"},{"name":"::Relation","children":[{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 612&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000612,"subname":"stemmaweb::Controller::Relation::BEGIN@59","$color":0,"excl_time":8.10000000023151e-06,"$area":8.10000000023151e-06},"id":"11259-stemmaweb::Controller::Relation::BEGIN@59"},{"name":"new","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 275&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0002748,"subname":"stemmaweb::Controller::Relation::new","$color":0,"excl_time":3.01999999997387e-05,"$area":3.01999999997387e-05},"id":"11260-stemmaweb::Controller::Relation::new"},{"name":"BEGIN@210","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@210</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 606&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006062,"subname":"stemmaweb::Controller::Relation::BEGIN@210","$color":0,"excl_time":8.19999999990154e-06,"$area":8.19999999990154e-06},"id":"11261-stemmaweb::Controller::Relation::BEGIN@210"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.00ms, 0.01%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0049953,"subname":"stemmaweb::Controller::Relation::BEGIN@2","$color":0,"excl_time":5.12999999999408e-05,"$area":5.12999999999408e-05},"id":"11262-stemmaweb::Controller::Relation::BEGIN@2"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 633&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006333,"subname":"stemmaweb::Controller::Relation::BEGIN@43","$color":0,"excl_time":8.99999999986697e-06,"$area":8.99999999986697e-06},"id":"11263-stemmaweb::Controller::Relation::BEGIN@43"},{"name":"BEGIN@179","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@179</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.58e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@179","$color":0,"excl_time":1.110000000039e-05,"$area":1.110000000039e-05},"id":"11264-stemmaweb::Controller::Relation::BEGIN@179"},{"name":"BEGIN@201","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@201</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 827&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0008271,"subname":"stemmaweb::Controller::Relation::BEGIN@201","$color":0,"excl_time":9.80000000042329e-06,"$area":9.80000000042329e-06},"id":"11265-stemmaweb::Controller::Relation::BEGIN@201"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 789&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0007891,"subname":"stemmaweb::Controller::Relation::BEGIN@30","$color":0,"excl_time":1.32999999995628e-05,"$area":1.32999999995628e-05},"id":"11266-stemmaweb::Controller::Relation::BEGIN@30"},{"name":"meta","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"stemmaweb::Controller::Relation::meta","$color":0,"excl_time":8.10000000014416e-06,"$area":8.10000000014416e-06},"id":"11267-stemmaweb::Controller::Relation::meta"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.31ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0053069,"subname":"stemmaweb::Controller::Relation::BEGIN@6","$color":0,"excl_time":8.09999999972985e-06,"$area":8.09999999972985e-06},"id":"11268-stemmaweb::Controller::Relation::BEGIN@6"},{"name":"BEGIN@191","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@191</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@191","$color":0,"excl_time":7.19999999991761e-06,"$area":7.19999999991761e-06},"id":"11269-stemmaweb::Controller::Relation::BEGIN@191"},{"name":"BEGIN@183","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@183</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@183","$color":0,"excl_time":8.40000000039346e-06,"$area":8.40000000039346e-06},"id":"11270-stemmaweb::Controller::Relation::BEGIN@183"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@3","$color":0,"excl_time":1.00999999999255e-05,"$area":1.00999999999255e-05},"id":"11271-stemmaweb::Controller::Relation::BEGIN@3"},{"name":"BEGIN@106","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@106</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 826&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000826,"subname":"stemmaweb::Controller::Relation::BEGIN@106","$color":0,"excl_time":8.00000000023666e-06,"$area":8.00000000023666e-06},"id":"11272-stemmaweb::Controller::Relation::BEGIN@106"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 245&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002448,"subname":"stemmaweb::Controller::Relation::BEGIN@4","$color":0,"excl_time":9.50000000006165e-06,"$area":9.50000000006165e-06},"id":"11273-stemmaweb::Controller::Relation::BEGIN@4"},{"name":"BEGIN@133","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@133</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 679&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006793,"subname":"stemmaweb::Controller::Relation::BEGIN@133","$color":0,"excl_time":8.90000000026211e-06,"$area":8.90000000026211e-06},"id":"11274-stemmaweb::Controller::Relation::BEGIN@133"},{"name":"BEGIN@195","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::BEGIN@195</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@195","$color":0,"excl_time":1.86000000002024e-05,"$area":1.86000000002024e-05},"id":"11275-stemmaweb::Controller::Relation::BEGIN@195"}],"data":{"$area":0.000227900000000929},"id":"n11258"},{"name":"::Microservice","children":[{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.99e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@50","$color":2,"excl_time":8.19999999992111e-06,"$area":8.19999999992111e-06},"id":"11277-stemmaweb::Controller::Microservice::BEGIN@50"},{"name":"BEGIN@135","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@135</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@135","$color":2,"excl_time":7.40000000043422e-06,"$area":7.40000000043422e-06},"id":"11278-stemmaweb::Controller::Microservice::BEGIN@135"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 805&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0008052,"subname":"stemmaweb::Controller::Microservice::BEGIN@56","$color":2,"excl_time":1.09000000000855e-05,"$area":1.09000000000855e-05},"id":"11279-stemmaweb::Controller::Microservice::BEGIN@56"},{"name":"BEGIN@222","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@222</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 614&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006138,"subname":"stemmaweb::Controller::Microservice::BEGIN@222","$color":2,"excl_time":9.39999999971747e-06,"$area":9.39999999971747e-06},"id":"11280-stemmaweb::Controller::Microservice::BEGIN@222"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@53","$color":2,"excl_time":8.69999999982822e-06,"$area":8.69999999982822e-06},"id":"11281-stemmaweb::Controller::Microservice::BEGIN@53"},{"name":"BEGIN@149","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@149</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.23e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@149","$color":2,"excl_time":9.8000000003422e-06,"$area":9.8000000003422e-06},"id":"11282-stemmaweb::Controller::Microservice::BEGIN@149"},{"name":"BEGIN@72","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@72</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@72","$color":2,"excl_time":7.2000000003387e-06,"$area":7.2000000003387e-06},"id":"11283-stemmaweb::Controller::Microservice::BEGIN@72"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.24e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@9","$color":2,"excl_time":1.03000000000661e-05,"$area":1.03000000000661e-05},"id":"11284-stemmaweb::Controller::Microservice::BEGIN@9"},{"name":"BEGIN@79","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@79</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 780&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.00078,"subname":"stemmaweb::Controller::Microservice::BEGIN@79","$color":2,"excl_time":1.84000000003041e-05,"$area":1.84000000003041e-05},"id":"11285-stemmaweb::Controller::Microservice::BEGIN@79"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@6","$color":2,"excl_time":1.36999999998611e-05,"$area":1.36999999998611e-05},"id":"11286-stemmaweb::Controller::Microservice::BEGIN@6"},{"name":"BEGIN@210","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@210</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 600&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006,"subname":"stemmaweb::Controller::Microservice::BEGIN@210","$color":2,"excl_time":7.89999999957166e-06,"$area":7.89999999957166e-06},"id":"11287-stemmaweb::Controller::Microservice::BEGIN@210"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 248&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002485,"subname":"stemmaweb::Controller::Microservice::BEGIN@5","$color":2,"excl_time":9.29999999978295e-06,"$area":9.29999999978295e-06},"id":"11288-stemmaweb::Controller::Microservice::BEGIN@5"},{"name":"BEGIN@177","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@177</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 621&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006206,"subname":"stemmaweb::Controller::Microservice::BEGIN@177","$color":2,"excl_time":8.50000000032877e-06,"$area":8.50000000032877e-06},"id":"11289-stemmaweb::Controller::Microservice::BEGIN@177"},{"name":"new","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 246&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.000246,"subname":"stemmaweb::Controller::Microservice::new","$color":2,"excl_time":2.98000000003334e-05,"$area":2.98000000003334e-05},"id":"11290-stemmaweb::Controller::Microservice::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001258,"subname":"stemmaweb::Controller::Microservice::BEGIN@4","$color":2,"excl_time":8.79999999963318e-06,"$area":8.79999999963318e-06},"id":"11291-stemmaweb::Controller::Microservice::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@3","$color":2,"excl_time":1.03000000002997e-05,"$area":1.03000000002997e-05},"id":"11292-stemmaweb::Controller::Microservice::BEGIN@3"},{"name":"BEGIN@137","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@137</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@137","$color":2,"excl_time":8.40000000038908e-06,"$area":8.40000000038908e-06},"id":"11293-stemmaweb::Controller::Microservice::BEGIN@137"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.65ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.005649,"subname":"stemmaweb::Controller::Microservice::BEGIN@11","$color":2,"excl_time":8.19999999988712e-06,"$area":8.19999999988712e-06},"id":"11294-stemmaweb::Controller::Microservice::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@8","$color":2,"excl_time":1.07999999995798e-05,"$area":1.07999999995798e-05},"id":"11295-stemmaweb::Controller::Microservice::BEGIN@8"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@74","$color":2,"excl_time":9.00000000038908e-06,"$area":9.00000000038908e-06},"id":"11296-stemmaweb::Controller::Microservice::BEGIN@74"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@98</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 630&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.00063,"subname":"stemmaweb::Controller::Microservice::BEGIN@98","$color":2,"excl_time":8.30000000005273e-06,"$area":8.30000000005273e-06},"id":"11297-stemmaweb::Controller::Microservice::BEGIN@98"},{"name":"meta","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"stemmaweb::Controller::Microservice::meta","$color":2,"excl_time":9.60000000047147e-06,"$area":9.60000000047147e-06},"id":"11298-stemmaweb::Controller::Microservice::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.70ms, 0.01%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.004703,"subname":"stemmaweb::Controller::Microservice::BEGIN@2","$color":2,"excl_time":3.94000000002327e-05,"$area":3.94000000002327e-05},"id":"11299-stemmaweb::Controller::Microservice::BEGIN@2"},{"name":"BEGIN@146","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@146</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@146","$color":2,"excl_time":7.20000000033869e-06,"$area":7.20000000033869e-06},"id":"11300-stemmaweb::Controller::Microservice::BEGIN@146"},{"name":"BEGIN@159","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@159</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 779&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007793,"subname":"stemmaweb::Controller::Microservice::BEGIN@159","$color":2,"excl_time":9.8999999997467e-06,"$area":9.8999999997467e-06},"id":"11301-stemmaweb::Controller::Microservice::BEGIN@159"},{"name":"BEGIN@193","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Microservice::BEGIN@193</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 613&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006127,"subname":"stemmaweb::Controller::Microservice::BEGIN@193","$color":2,"excl_time":8.10000000004481e-06,"$area":8.10000000004481e-06},"id":"11302-stemmaweb::Controller::Microservice::BEGIN@193"}],"data":{"$area":0.000297500000001981},"id":"n11276"},{"name":"::Stexaminer","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.63e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@4","$color":4,"excl_time":1.36000000000289e-05,"$area":1.36000000000289e-05},"id":"11304-stemmaweb::Controller::Stexaminer::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@3","$color":4,"excl_time":1.05999999998786e-05,"$area":1.05999999998786e-05},"id":"11305-stemmaweb::Controller::Stexaminer::BEGIN@3"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@69</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 611&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006106,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@69","$color":4,"excl_time":8.19999999999706e-06,"$area":8.19999999999706e-06},"id":"11306-stemmaweb::Controller::Stexaminer::BEGIN@69"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.46ms, 0.01%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0044595,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@2","$color":4,"excl_time":5.31999999996927e-05,"$area":5.31999999996927e-05},"id":"11307-stemmaweb::Controller::Stexaminer::BEGIN@2"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 786&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007861,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@61","$color":4,"excl_time":9.90000000021746e-06,"$area":9.90000000021746e-06},"id":"11308-stemmaweb::Controller::Stexaminer::BEGIN@61"},{"name":"meta","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"stemmaweb::Controller::Stexaminer::meta","$color":4,"excl_time":1.02999999994904e-05,"$area":1.02999999994904e-05},"id":"11309-stemmaweb::Controller::Stexaminer::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 242&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002418,"subname":"stemmaweb::Controller::Stexaminer::new","$color":4,"excl_time":2.90000000009862e-05,"$area":2.90000000009862e-05},"id":"11310-stemmaweb::Controller::Stexaminer::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@6","$color":4,"excl_time":1.2300000000014e-05,"$area":1.2300000000014e-05},"id":"11311-stemmaweb::Controller::Stexaminer::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.92ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0069158,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@8","$color":4,"excl_time":8.00000000042433e-06,"$area":8.00000000042433e-06},"id":"11312-stemmaweb::Controller::Stexaminer::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Stexaminer::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001229,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@5","$color":4,"excl_time":9.60000000023919e-06,"$area":9.60000000023919e-06},"id":"11313-stemmaweb::Controller::Stexaminer::BEGIN@5"}],"data":{"$area":0.000164700000000969},"id":"n11303"}],"data":{"$area":0.00478830000000828},"id":"n11240"},{"name":"::View","children":[{"name":"::TT","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::View::TT::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"stemmaweb::View::TT::BEGIN@3","$color":6,"excl_time":3.77999999996284e-05,"$area":3.77999999996284e-05},"id":"11316-stemmaweb::View::TT::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::View::TT::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"stemmaweb::View::TT::BEGIN@4","$color":6,"excl_time":1.9200000000191e-05,"$area":1.9200000000191e-05},"id":"11317-stemmaweb::View::TT::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>stemmaweb::View::TT::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39.5ms, 0.06%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0394585,"subname":"stemmaweb::View::TT::BEGIN@6","$color":6,"excl_time":1.0799999999804e-05,"$area":1.0799999999804e-05},"id":"11318-stemmaweb::View::TT::BEGIN@6"}],"data":{"$area":6.77999999996235e-05},"id":"n11315"},{"name":"::JSON","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::View::JSON::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"stemmaweb::View::JSON::BEGIN@3","$color":8,"excl_time":2.66999999998611e-05,"$area":2.66999999998611e-05},"id":"11320-stemmaweb::View::JSON::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::View::JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.4ms, 0.02%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0154043,"subname":"stemmaweb::View::JSON::BEGIN@4","$color":8,"excl_time":8.30000000003571e-06,"$area":8.30000000003571e-06},"id":"11321-stemmaweb::View::JSON::BEGIN@4"}],"data":{"$area":3.49999999998968e-05},"id":"n11319"},{"name":"::Plain","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::View::Plain::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"stemmaweb::View::Plain::BEGIN@3","$color":10,"excl_time":3.6999999999862e-05,"$area":3.6999999999862e-05},"id":"11323-stemmaweb::View::Plain::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::View::Plain::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.95ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0019474,"subname":"stemmaweb::View::Plain::BEGIN@4","$color":10,"excl_time":9.29999999972446e-06,"$area":9.29999999972446e-06},"id":"11324-stemmaweb::View::Plain::BEGIN@4"}],"data":{"$area":4.62999999995864e-05},"id":"n11322"},{"name":"::SVG","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::View::SVG::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.33e-05,"subname":"stemmaweb::View::SVG::BEGIN@4","$color":1,"excl_time":8.39999999956704e-06,"$area":8.39999999956704e-06},"id":"11326-stemmaweb::View::SVG::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::View::SVG::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"stemmaweb::View::SVG::BEGIN@3","$color":1,"excl_time":4.01999999996284e-05,"$area":4.01999999996284e-05},"id":"11327-stemmaweb::View::SVG::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>stemmaweb::View::SVG::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"stemmaweb::View::SVG::BEGIN@5","$color":1,"excl_time":1.01000000001555e-05,"$area":1.01000000001555e-05},"id":"11328-stemmaweb::View::SVG::BEGIN@5"},{"name":"process","children":[],"data":{"tip":"<p><b>stemmaweb::View::SVG::process</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.25ms, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0022495,"subname":"stemmaweb::View::SVG::process","$color":1,"excl_time":0.000161399999998297,"$area":0.000161399999998297},"id":"11329-stemmaweb::View::SVG::process"}],"data":{"$area":0.000220099999997648},"id":"n11325"}],"data":{"$area":0.000369199999996755},"id":"n11314"},{"name":"::Model","children":[{"name":"::Directory","children":[{"name":"model_class","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::model_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"stemmaweb::Model::Directory::model_class","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11332-stemmaweb::Model::Directory::model_class"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"stemmaweb::Model::Directory::BEGIN@5","$color":3,"excl_time":1.5099999999908e-05,"$area":1.5099999999908e-05},"id":"11333-stemmaweb::Model::Directory::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.68ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.004684,"subname":"stemmaweb::Model::Directory::BEGIN@4","$color":3,"excl_time":1.15000000001433e-05,"$area":1.15000000001433e-05},"id":"11334-stemmaweb::Model::Directory::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"stemmaweb::Model::Directory::BEGIN@3","$color":3,"excl_time":7.99999999962843e-06,"$area":7.99999999962843e-06},"id":"11335-stemmaweb::Model::Directory::BEGIN@3"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"stemmaweb::Model::Directory::BEGIN@2","$color":3,"excl_time":2.86000000001884e-05,"$area":2.86000000001884e-05},"id":"11336-stemmaweb::Model::Directory::BEGIN@2"},{"name":"meta","children":[],"data":{"tip":"<p><b>stemmaweb::Model::Directory::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"stemmaweb::Model::Directory::meta","$color":3,"excl_time":8.30000000051748e-06,"$area":8.30000000051748e-06},"id":"11337-stemmaweb::Model::Directory::meta"}],"data":{"$area":7.49000000003856e-05},"id":"n11331"}],"data":{"$area":7.49000000003856e-05},"id":"n11330"}],"data":{"$area":0.0203144000000094},"id":"n11228"},{"name":"ArrayRef[HashRef|KiokuDB","children":[{"name":"::Backend","children":[{"name":"::DBI","children":[{"name":"ValidColumnName]","children":[],"data":{"tip":"<p><b>ArrayRef[HashRef|KiokuDB::Backend::DBI::ValidColumnName]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 818&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0008175,"subname":"ArrayRef[HashRef|KiokuDB::Backend::DBI::ValidColumnName]","$color":5,"excl_time":2.41999999993372e-05,"$area":2.41999999993372e-05},"id":"11341-ArrayRef[HashRef|KiokuDB::Backend::DBI::ValidColumnName]"}],"data":{"$area":2.41999999993372e-05},"id":"n11340"}],"data":{"$area":2.41999999993372e-05},"id":"n11339"}],"data":{"$area":2.41999999993372e-05},"id":"n11338"},{"name":"parent","children":[{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>parent::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"parent::BEGIN@25","$color":7,"excl_time":7.80000000000009e-06,"$area":7.80000000000009e-06},"id":"11343-parent::BEGIN@25"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>parent::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"parent::BEGIN@2","$color":7,"excl_time":1.51000000000002e-05,"$area":1.51000000000002e-05},"id":"11344-parent::BEGIN@2"},{"name":"import","children":[],"data":{"tip":"<p><b>parent::import</b></p><p><br />Called 12 times from 12 places in 12 files<br />Inclusive time: 3.97ms, 0.01%<br />Exclusive time: 3.31ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 512&micro;s</p>","incl_time":0.0039724,"subname":"parent::import","$color":7,"excl_time":0.00330800000000012,"$area":0.00330800000000012},"id":"11345-parent::import"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>parent::CORE:subst</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"parent::CORE:subst","$color":7,"excl_time":6.58e-05,"$area":6.58e-05},"id":"11346-parent::CORE:subst"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>parent::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 831&micro;s, 0.00%<br />Exclusive time: 458&micro;s, 0.00%</p>","incl_time":0.000831,"subname":"parent::BEGIN@3","$color":7,"excl_time":0.0004577,"$area":0.0004577},"id":"11347-parent::BEGIN@3"}],"data":{"$area":0.00385440000000012},"id":"n11342"},{"name":"overload","children":[{"name":"import","children":[],"data":{"tip":"<p><b>overload::import</b></p><p><br />Called 54 times from 54 places in 44 files<br />Inclusive time: 2.20ms, 0.00%<br />Exclusive time: 538&micro;s, 0.00%</p>","incl_time":0.0021996,"subname":"overload::import","$color":9,"excl_time":0.000537999999998481,"$area":0.000537999999998481},"id":"11349-overload::import"},{"name":"BEGIN@147","children":[],"data":{"tip":"<p><b>overload::BEGIN@147</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001054,"subname":"overload::BEGIN@147","$color":9,"excl_time":1.64000000000012e-05,"$area":1.64000000000012e-05},"id":"11350-overload::BEGIN@147"},{"name":"mycan","children":[],"data":{"tip":"<p><b>overload::mycan</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 2.95ms, 0.00%<br />Exclusive time: 2.62ms, 0.00%</p>","incl_time":0.0029539,"subname":"overload::mycan","$color":9,"excl_time":0.00262070000000108,"$area":0.00262070000000108},"id":"11351-overload::mycan"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>overload::CORE:match</b></p><p><br />Called 25 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"overload::CORE:match","$color":9,"excl_time":2.15e-05,"$area":2.15e-05},"id":"11352-overload::CORE:match"},{"name":"ov_method","children":[],"data":{"tip":"<p><b>overload::ov_method</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 412&micro;s, 0.00%<br />Exclusive time: 406&micro;s, 0.00%</p>","incl_time":0.000412400000000003,"subname":"overload::ov_method","$color":9,"excl_time":0.000406099999999988,"$area":0.000406099999999988},"id":"11353-overload::ov_method"},{"name":"OVERLOAD","children":[],"data":{"tip":"<p><b>overload::OVERLOAD</b></p><p><br />Called 54 times from 1 place in 1 file<br />Inclusive time: 1.66ms, 0.00%<br />Exclusive time: 1.64ms, 0.00%</p>","incl_time":0.0016616,"subname":"overload::OVERLOAD","$color":9,"excl_time":0.00164009999999944,"$area":0.00164009999999944},"id":"11354-overload::OVERLOAD"},{"name":"Method","children":[],"data":{"tip":"<p><b>overload::Method</b></p><p><br />Called 272 times from 1 place in 1 file<br />Inclusive time: 4.87ms, 0.01%<br />Exclusive time: 1.51ms, 0.00%</p>","incl_time":0.00487200000000001,"subname":"overload::Method","$color":9,"excl_time":0.00150570000000217,"$area":0.00150570000000217},"id":"11355-overload::Method"},{"name":"AddrRef","children":[],"data":{"tip":"<p><b>overload::AddrRef</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 189&micro;s, 0.00%<br />Exclusive time: 166&micro;s, 0.00%</p>","incl_time":0.0001893,"subname":"overload::AddrRef","$color":9,"excl_time":0.000166200000002722,"$area":0.000166200000002722},"id":"11356-overload::AddrRef"},{"name":"Overloaded","children":[],"data":{"tip":"<p><b>overload::Overloaded</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"overload::Overloaded","$color":9,"excl_time":3.62999999999557e-05,"$area":3.62999999999557e-05},"id":"11357-overload::Overloaded"}],"data":{"$area":0.00695100000000384},"id":"n11348"},{"name":"re","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>re::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"re::BEGIN@4","$color":0,"excl_time":2.11000000000123e-05,"$area":2.11000000000123e-05},"id":"11359-re::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>re::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"re::BEGIN@5","$color":0,"excl_time":1.04999999999978e-05,"$area":1.04999999999978e-05},"id":"11360-re::BEGIN@5"},{"name":"bits","children":[],"data":{"tip":"<p><b>re::bits</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"re::bits","$color":0,"excl_time":3.7e-05,"$area":3.7e-05},"id":"11361-re::bits"},{"name":"import","children":[],"data":{"tip":"<p><b>re::import</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"re::import","$color":0,"excl_time":3.15000000002128e-05,"$area":3.15000000002128e-05},"id":"11362-re::import"}],"data":{"$area":0.000100100000000223},"id":"n11358"},{"name":"B","children":[{"name":"::GV","children":[],"data":{"$area":0},"id":"n11364"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>B::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 777&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007773,"subname":"B::BEGIN@17","$color":4,"excl_time":1.04999999999881e-05,"$area":1.04999999999881e-05},"id":"11365-B::BEGIN@17"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>B::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"B::BEGIN@9","$color":4,"excl_time":1.45000000000028e-05,"$area":1.45000000000028e-05},"id":"11366-B::BEGIN@9"},{"name":"threadsv_names","children":[],"data":{"tip":"<p><b>B::threadsv_names</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"B::threadsv_names","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11367-B::threadsv_names"},{"name":"perlstring","children":[],"data":{"tip":"<p><b>B::perlstring</b></p><p><br />Called 3862 times from 9 places in 6 files<br />Inclusive time: 7.05ms, 0.01%</p>","incl_time":0.00704770000000001,"subname":"B::perlstring","$color":4,"excl_time":0.00704770000000001,"$area":0.00704770000000001},"id":"11368-B::perlstring"},{"name":"opnumber","children":[],"data":{"tip":"<p><b>B::opnumber</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"B::opnumber","$color":4,"excl_time":2.06e-05,"$area":2.06e-05},"id":"11369-B::opnumber"},{"name":"svref_2object","children":[],"data":{"tip":"<p><b>B::svref_2object</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"B::svref_2object","$color":4,"excl_time":2.66e-05,"$area":2.66e-05},"id":"11370-B::svref_2object"},{"name":"BEGIN@254","children":[],"data":{"tip":"<p><b>B::BEGIN@254</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"B::BEGIN@254","$color":4,"excl_time":9.29999999998775e-06,"$area":9.29999999998775e-06},"id":"11371-B::BEGIN@254"},{"name":"::Section","children":[],"data":{"$area":0},"id":"n11372"},{"name":"::IV","children":[],"data":{"$area":0},"id":"n11373"},{"name":"::Deparse","children":[{"name":"BEGIN@688","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@688</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"B::Deparse::BEGIN@688","$color":10,"excl_time":9.59999999997249e-06,"$area":9.59999999997249e-06},"id":"11375-B::Deparse::BEGIN@688"},{"name":"BEGIN@3629","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@3629</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"B::Deparse::BEGIN@3629","$color":10,"excl_time":3.1700000000038e-05,"$area":3.1700000000038e-05},"id":"11376-B::Deparse::BEGIN@3629"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"B::Deparse::BEGIN@32","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11377-B::Deparse::BEGIN@32"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 769&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0007687,"subname":"B::Deparse::BEGIN@12","$color":10,"excl_time":1.17000000001034e-05,"$area":1.17000000001034e-05},"id":"11378-B::Deparse::BEGIN@12"},{"name":"BEGIN@3369","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@3369</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"B::Deparse::BEGIN@3369","$color":10,"excl_time":1.00000000000415e-05,"$area":1.00000000000415e-05},"id":"11379-B::Deparse::BEGIN@3369"},{"name":"BEGIN@3368","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@3368</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"B::Deparse::BEGIN@3368","$color":10,"excl_time":1.55000000000591e-05,"$area":1.55000000000591e-05},"id":"11380-B::Deparse::BEGIN@3368"},{"name":"BEGIN@2060","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2060</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"B::Deparse::BEGIN@2060","$color":10,"excl_time":1.7e-05,"$area":1.7e-05},"id":"11381-B::Deparse::BEGIN@2060"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>B::Deparse::CORE:pack</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"B::Deparse::CORE:pack","$color":10,"excl_time":6.4e-06,"$area":6.4e-06},"id":"11382-B::Deparse::CORE:pack"},{"name":"BEGIN@2790","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2790</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"B::Deparse::BEGIN@2790","$color":10,"excl_time":3.96000000000593e-05,"$area":3.96000000000593e-05},"id":"11383-B::Deparse::BEGIN@2790"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.76e-05,"subname":"B::Deparse::BEGIN@11","$color":10,"excl_time":1.9999999999898e-05,"$area":1.9999999999898e-05},"id":"11384-B::Deparse::BEGIN@11"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"B::Deparse::BEGIN@31","$color":10,"excl_time":7.49999999996625e-06,"$area":7.49999999996625e-06},"id":"11385-B::Deparse::BEGIN@31"},{"name":"BEGIN@1244","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@1244</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"B::Deparse::BEGIN@1244","$color":10,"excl_time":1.46e-05,"$area":1.46e-05},"id":"11386-B::Deparse::BEGIN@1244"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>B::Deparse::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"B::Deparse::CORE:qr","$color":10,"excl_time":1.07e-05,"$area":1.07e-05},"id":"11387-B::Deparse::CORE:qr"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"B::Deparse::BEGIN@30","$color":10,"excl_time":9.90000000007252e-06,"$area":9.90000000007252e-06},"id":"11388-B::Deparse::BEGIN@30"},{"name":"BEGIN@2029","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2029</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"B::Deparse::BEGIN@2029","$color":10,"excl_time":1.6e-05,"$area":1.6e-05},"id":"11389-B::Deparse::BEGIN@2029"},{"name":"BEGIN@3435","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@3435</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"B::Deparse::BEGIN@3435","$color":10,"excl_time":1.32999999999699e-05,"$area":1.32999999999699e-05},"id":"11390-B::Deparse::BEGIN@3435"},{"name":"BEGIN@3436","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@3436</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"B::Deparse::BEGIN@3436","$color":10,"excl_time":1.19000000000203e-05,"$area":1.19000000000203e-05},"id":"11391-B::Deparse::BEGIN@3436"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"B::Deparse::BEGIN@34","$color":10,"excl_time":2.73e-05,"$area":2.73e-05},"id":"11392-B::Deparse::BEGIN@34"},{"name":"BEGIN@2789","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2789</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":6.17e-05,"subname":"B::Deparse::BEGIN@2789","$color":10,"excl_time":4.5699999999984e-05,"$area":4.5699999999984e-05},"id":"11393-B::Deparse::BEGIN@2789"},{"name":"BEGIN@2791","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2791</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"B::Deparse::BEGIN@2791","$color":10,"excl_time":2.46999999999186e-05,"$area":2.46999999999186e-05},"id":"11394-B::Deparse::BEGIN@2791"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>B::Deparse::CORE:sort</b></p><p><br />Called 63 times from 2 places in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"B::Deparse::CORE:sort","$color":10,"excl_time":2.48e-05,"$area":2.48e-05},"id":"11395-B::Deparse::CORE:sort"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"B::Deparse::BEGIN@40","$color":10,"excl_time":7.0000000000185e-06,"$area":7.0000000000185e-06},"id":"11396-B::Deparse::BEGIN@40"},{"name":"BEGIN@613","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@613</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"B::Deparse::BEGIN@613","$color":10,"excl_time":9.2e-06,"$area":9.2e-06},"id":"11397-B::Deparse::BEGIN@613"},{"name":"BEGIN@2792","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@2792</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"B::Deparse::BEGIN@2792","$color":10,"excl_time":2.49000000000009e-05,"$area":2.49000000000009e-05},"id":"11398-B::Deparse::BEGIN@2792"},{"name":"BEGIN@482","children":[],"data":{"tip":"<p><b>B::Deparse::BEGIN@482</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"B::Deparse::BEGIN@482","$color":10,"excl_time":8.69999999992386e-06,"$area":8.69999999992386e-06},"id":"11399-B::Deparse::BEGIN@482"}],"data":{"$area":0.000421300000000047},"id":"n11374"},{"name":"::SV","children":[{"name":"REFCNT","children":[],"data":{"tip":"<p><b>B::SV::REFCNT</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"B::SV::REFCNT","$color":1,"excl_time":8.5e-06,"$area":8.5e-06},"id":"11401-B::SV::REFCNT"}],"data":{"$area":8.5e-06},"id":"n11400"},{"name":"::Hooks","children":[{"name":"::OP","children":[{"name":"::Check","children":[{"name":"bootstrap","children":[],"data":{"tip":"<p><b>B::Hooks::OP::Check::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"B::Hooks::OP::Check::bootstrap","$color":3,"excl_time":1.78e-05,"$area":1.78e-05},"id":"11405-B::Hooks::OP::Check::bootstrap"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>B::Hooks::OP::Check::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"B::Hooks::OP::Check::BEGIN@7","$color":3,"excl_time":9.8000000001034e-06,"$area":9.8000000001034e-06},"id":"11406-B::Hooks::OP::Check::BEGIN@7"},{"name":"dl_load_flags","children":[],"data":{"tip":"<p><b>B::Hooks::OP::Check::dl_load_flags</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"B::Hooks::OP::Check::dl_load_flags","$color":3,"excl_time":1.3e-06,"$area":1.3e-06},"id":"11407-B::Hooks::OP::Check::dl_load_flags"}],"data":{"$area":2.89000000001034e-05},"id":"n11404"},{"name":"::PPAddr","children":[{"name":"dl_load_flags","children":[],"data":{"tip":"<p><b>B::Hooks::OP::PPAddr::dl_load_flags</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"B::Hooks::OP::PPAddr::dl_load_flags","$color":5,"excl_time":1.4e-06,"$area":1.4e-06},"id":"11409-B::Hooks::OP::PPAddr::dl_load_flags"},{"name":"END","children":[],"data":{"tip":"<p><b>B::Hooks::OP::PPAddr::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 81&micro;s, 0.00%</p>","incl_time":8.08e-05,"subname":"B::Hooks::OP::PPAddr::END","$color":5,"excl_time":8.08e-05,"$area":8.08e-05},"id":"11410-B::Hooks::OP::PPAddr::END"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>B::Hooks::OP::PPAddr::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"B::Hooks::OP::PPAddr::BEGIN@6","$color":5,"excl_time":7.19999999997425e-06,"$area":7.19999999997425e-06},"id":"11411-B::Hooks::OP::PPAddr::BEGIN@6"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>B::Hooks::OP::PPAddr::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"B::Hooks::OP::PPAddr::bootstrap","$color":5,"excl_time":2.72e-05,"$area":2.72e-05},"id":"11412-B::Hooks::OP::PPAddr::bootstrap"}],"data":{"$area":0.000116599999999974},"id":"n11408"}],"data":{"$area":0.000145500000000078},"id":"n11403"},{"name":"::EndOfScope","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"B::Hooks::EndOfScope::BEGIN@13","$color":7,"excl_time":2.25e-05,"$area":2.25e-05},"id":"11414-B::Hooks::EndOfScope::BEGIN@13"},{"name":"on_scope_end","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::on_scope_end</b></p><p><br />Called 215 times from 4 places in 3 files<br />Inclusive time: 4.27ms, 0.01%<br />Exclusive time: 2.23ms, 0.00%</p>","incl_time":0.00427,"subname":"B::Hooks::EndOfScope::on_scope_end","$color":7,"excl_time":0.00222969999997064,"$area":0.00222969999997064},"id":"11415-B::Hooks::EndOfScope::on_scope_end"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.61ms, 0.00%<br />Exclusive time: 997&micro;s, 0.00%</p>","incl_time":0.0016138,"subname":"B::Hooks::EndOfScope::BEGIN@14","$color":7,"excl_time":0.000997000000000027,"$area":0.000997000000000027},"id":"11416-B::Hooks::EndOfScope::BEGIN@14"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:25]","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:25]</b></p><p><br />Called 208 times from 1 place in 1 file<br />Inclusive time: 499&micro;s, 0.00%</p>","incl_time":0.0004995,"subname":"B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:25]","$color":7,"excl_time":0.0004995,"$area":0.0004995},"id":"11417-B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:25]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:26]","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:26]</b></p><p><br />Called 208 times from 208 places in 191 files<br />Inclusive time: 655ms, 0.92%<br />Exclusive time: 1.89ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 8.70ms</p>","incl_time":0.6551507,"subname":"B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:26]","$color":7,"excl_time":0.00189180000001913,"$area":0.00189180000001913},"id":"11418-B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:26]"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"B::Hooks::EndOfScope::BEGIN@5","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"11419-B::Hooks::EndOfScope::BEGIN@5"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>B::Hooks::EndOfScope::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 412&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004116,"subname":"B::Hooks::EndOfScope::BEGIN@16","$color":7,"excl_time":1.32999999999819e-05,"$area":1.32999999999819e-05},"id":"11420-B::Hooks::EndOfScope::BEGIN@16"}],"data":{"$area":0.00566159999998977},"id":"n11413"}],"data":{"$area":0.00580709999998985},"id":"n11402"}],"data":{"$area":0.0133696999999899},"id":"n11363"},{"name":"main","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>main::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.10s, 1.55%<br />Exclusive time: 1.39ms, 0.00%</p>","incl_time":1.1019795,"subname":"main::BEGIN@11","$color":9,"excl_time":0.00139229999999912,"$area":0.00139229999999912},"id":"11422-main::BEGIN@11"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>main::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.22ms, 0.00%<br />Exclusive time: 3.17ms, 0.00%</p>","incl_time":0.0032182,"subname":"main::BEGIN@1","$color":9,"excl_time":0.0031672,"$area":0.0031672},"id":"11423-main::BEGIN@1"},{"name":"BEGIN@1.1","children":[],"data":{"tip":"<p><b>main::BEGIN@1.1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"main::BEGIN@1.1","$color":9,"excl_time":1.33000000000005e-05,"$area":1.33000000000005e-05},"id":"11424-main::BEGIN@1.1"},{"name":"__ANON__[script/nytprof.pl:39]","children":[],"data":{"tip":"<p><b>main::__ANON__[script/nytprof.pl:39]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.41s, 10.45%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.4137069,"subname":"main::__ANON__[script/nytprof.pl:39]","$color":9,"excl_time":1.33999999984979e-05,"$area":1.33999999984979e-05},"id":"11425-main::__ANON__[script/nytprof.pl:39]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>main::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 427&micro;s, 0.00%<br />Exclusive time: 392&micro;s, 0.00%</p>","incl_time":0.0004269,"subname":"main::BEGIN@2","$color":9,"excl_time":0.0003917,"$area":0.0003917},"id":"11426-main::BEGIN@2"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>main::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.70s, 2.40%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":1.702479,"subname":"main::BEGIN@10","$color":9,"excl_time":0.00137879999999946,"$area":0.00137879999999946},"id":"11427-main::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>main::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.2ms, 0.02%<br />Exclusive time: 725&micro;s, 0.00%</p>","incl_time":0.0111792,"subname":"main::BEGIN@5","$color":9,"excl_time":0.000725400000000003,"$area":0.000725400000000003},"id":"11428-main::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>main::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34.3ms, 0.05%<br />Exclusive time: 293&micro;s, 0.00%</p>","incl_time":0.034337,"subname":"main::BEGIN@6","$color":9,"excl_time":0.000293099999999991,"$area":0.000293099999999991},"id":"11429-main::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>main::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.20s, 1.69%<br />Exclusive time: 384&micro;s, 0.00%</p>","incl_time":1.1970266,"subname":"main::BEGIN@9","$color":9,"excl_time":0.000384099999999998,"$area":0.000384099999999998},"id":"11430-main::BEGIN@9"},{"name":"BEGIN@2.13","children":[],"data":{"tip":"<p><b>main::BEGIN@2.13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"main::BEGIN@2.13","$color":9,"excl_time":9.19999999986373e-06,"$area":9.19999999986373e-06},"id":"11431-main::BEGIN@2.13"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>main::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.3ms, 0.02%<br />Exclusive time: 12.3ms, 0.02%</p>","incl_time":0.0143161,"subname":"main::BEGIN@7","$color":9,"excl_time":0.012307,"$area":0.012307},"id":"11432-main::BEGIN@7"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>main::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.07ms, 0.00%<br />Exclusive time: 391&micro;s, 0.00%</p>","incl_time":0.0010653,"subname":"main::BEGIN@12","$color":9,"excl_time":0.000390900000001479,"$area":0.000390900000001479},"id":"11433-main::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>main::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.14ms, 0.00%<br />Exclusive time: 275&micro;s, 0.00%</p>","incl_time":0.0021401,"subname":"main::BEGIN@4","$color":9,"excl_time":0.0002749,"$area":0.0002749},"id":"11434-main::BEGIN@4"},{"name":"BEGIN@1.12","children":[],"data":{"tip":"<p><b>main::BEGIN@1.12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"main::BEGIN@1.12","$color":9,"excl_time":1.87999999998151e-05,"$area":1.87999999998151e-05},"id":"11435-main::BEGIN@1.12"}],"data":{"$area":0.0207600999999982},"id":"n11421"},{"name":"PerlIO","children":[{"name":"import","children":[],"data":{"tip":"<p><b>PerlIO::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 366&micro;s, 0.00%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0003657,"subname":"PerlIO::import","$color":0,"excl_time":0.000136899999999638,"$area":0.000136899999999638},"id":"11437-PerlIO::import"}],"data":{"$area":0.000136899999999638},"id":"n11436"},{"name":"metaclass","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"metaclass::BEGIN@10","$color":2,"excl_time":7.9000000000085e-06,"$area":7.9000000000085e-06},"id":"11439-metaclass::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"metaclass::BEGIN@15","$color":2,"excl_time":1.45999999999865e-05,"$area":1.45999999999865e-05},"id":"11440-metaclass::BEGIN@15"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"metaclass::BEGIN@16","$color":2,"excl_time":7.79999999999112e-06,"$area":7.79999999999112e-06},"id":"11441-metaclass::BEGIN@16"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"metaclass::BEGIN@13","$color":2,"excl_time":8.00000000000113e-06,"$area":8.00000000000113e-06},"id":"11442-metaclass::BEGIN@13"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"metaclass::BEGIN@11","$color":2,"excl_time":6.6000000000065e-06,"$area":6.6000000000065e-06},"id":"11443-metaclass::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"metaclass::BEGIN@14","$color":2,"excl_time":7.20000000000963e-06,"$area":7.20000000000963e-06},"id":"11444-metaclass::BEGIN@14"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"metaclass::BEGIN@3","$color":2,"excl_time":9.3e-06,"$area":9.3e-06},"id":"11445-metaclass::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>metaclass::import</b></p><p><br />Called 20 times from 20 places in 20 files<br />Inclusive time: 12.1ms, 0.02%<br />Exclusive time: 380&micro;s, 0.00%</p>","incl_time":0.0120684,"subname":"metaclass::import","$color":2,"excl_time":0.000379700000000114,"$area":0.000379700000000114},"id":"11446-metaclass::import"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"metaclass::BEGIN@18","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"11447-metaclass::BEGIN@18"}],"data":{"$area":0.000445400000000118},"id":"n11438"},{"name":"SelfLoader","children":[{"name":"BEGIN@93","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@93</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"SelfLoader::BEGIN@93","$color":4,"excl_time":7.59999999976733e-06,"$area":7.59999999976733e-06},"id":"11449-SelfLoader::BEGIN@93"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"SelfLoader::BEGIN@3","$color":4,"excl_time":7.30000000009465e-06,"$area":7.30000000009465e-06},"id":"11450-SelfLoader::BEGIN@3"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>SelfLoader::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"SelfLoader::CORE:qr","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11451-SelfLoader::CORE:qr"},{"name":"BEGIN@158","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@158</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"SelfLoader::BEGIN@158","$color":4,"excl_time":8.70000000042196e-06,"$area":8.70000000042196e-06},"id":"11452-SelfLoader::BEGIN@158"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"SelfLoader::BEGIN@2","$color":4,"excl_time":1.76e-05,"$area":1.76e-05},"id":"11453-SelfLoader::BEGIN@2"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"SelfLoader::BEGIN@1","$color":4,"excl_time":1.81e-05,"$area":1.81e-05},"id":"11454-SelfLoader::BEGIN@1"},{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"SelfLoader::BEGIN@73","$color":4,"excl_time":1.06999999997682e-05,"$area":1.06999999997682e-05},"id":"11455-SelfLoader::BEGIN@73"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 195&micro;s, 0.00%<br />Exclusive time: 143&micro;s, 0.00%</p>","incl_time":0.0001954,"subname":"SelfLoader::BEGIN@10","$color":4,"excl_time":0.000142600000000258,"$area":0.000142600000000258},"id":"11456-SelfLoader::BEGIN@10"},{"name":"BEGIN@91","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@91</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"SelfLoader::BEGIN@91","$color":4,"excl_time":7.89999999972657e-06,"$area":7.89999999972657e-06},"id":"11457-SelfLoader::BEGIN@91"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"SelfLoader::BEGIN@9","$color":4,"excl_time":8.90000000024668e-06,"$area":8.90000000024668e-06},"id":"11458-SelfLoader::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"SelfLoader::BEGIN@4","$color":4,"excl_time":9.49999999977696e-06,"$area":9.49999999977696e-06},"id":"11459-SelfLoader::BEGIN@4"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"SelfLoader::BEGIN@42","$color":4,"excl_time":1.33999999998672e-05,"$area":1.33999999998672e-05},"id":"11460-SelfLoader::BEGIN@42"},{"name":"BEGIN@1.22","children":[],"data":{"tip":"<p><b>SelfLoader::BEGIN@1.22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"SelfLoader::BEGIN@1.22","$color":4,"excl_time":9.5999999996363e-06,"$area":9.5999999996363e-06},"id":"11461-SelfLoader::BEGIN@1.22"}],"data":{"$area":0.000264699999999564},"id":"n11448"},{"name":"Path","children":[{"name":"::Class","children":[{"name":"dir","children":[],"data":{"tip":"<p><b>Path::Class::dir</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 694&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0006942,"subname":"Path::Class::dir","$color":6,"excl_time":3.80999999999517e-05,"$area":3.80999999999517e-05},"id":"11464-Path::Class::dir"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Path::Class::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Path::Class::BEGIN@10","$color":6,"excl_time":6.40000000000057e-06,"$area":6.40000000000057e-06},"id":"11465-Path::Class::BEGIN@10"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Path::Class::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Path::Class::BEGIN@18","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11466-Path::Class::BEGIN@18"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Path::Class::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Path::Class::BEGIN@1","$color":6,"excl_time":1.22999999999987e-05,"$area":1.22999999999987e-05},"id":"11467-Path::Class::BEGIN@1"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Path::Class::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34.0ms, 0.05%<br />Exclusive time: 781&micro;s, 0.00%</p>","incl_time":0.0339795,"subname":"Path::Class::BEGIN@17","$color":6,"excl_time":0.000780900000000008,"$area":0.000780900000000008},"id":"11468-Path::Class::BEGIN@17"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Path::Class::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Path::Class::BEGIN@16","$color":6,"excl_time":8.09999999999938e-06,"$area":8.09999999999938e-06},"id":"11469-Path::Class::BEGIN@16"},{"name":"::File","children":[{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Path::Class::File::BEGIN@53","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"11471-Path::Class::File::BEGIN@53"},{"name":"dir_class","children":[],"data":{"tip":"<p><b>Path::Class::File::dir_class</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Path::Class::File::dir_class","$color":8,"excl_time":1.13e-05,"$area":1.13e-05},"id":"11472-Path::Class::File::dir_class"},{"name":"stringify","children":[],"data":{"tip":"<p><b>Path::Class::File::stringify</b></p><p><br />Called 29 times from 5 places in 3 files<br />Inclusive time: 2.15ms, 0.00%<br />Exclusive time: 268&micro;s, 0.00%</p>","incl_time":0.0021465,"subname":"Path::Class::File::stringify","$color":8,"excl_time":0.000267699999997932,"$area":0.000267699999997932},"id":"11473-Path::Class::File::stringify"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Path::Class::File::BEGIN@1","$color":8,"excl_time":1.6200000000001e-05,"$area":1.6200000000001e-05},"id":"11474-Path::Class::File::BEGIN@1"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Path::Class::File::BEGIN@12","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"11475-Path::Class::File::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"Path::Class::File::BEGIN@9","$color":8,"excl_time":7.10000000000264e-06,"$area":7.10000000000264e-06},"id":"11476-Path::Class::File::BEGIN@9"},{"name":"new","children":[],"data":{"tip":"<p><b>Path::Class::File::new</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 2.99ms, 0.00%<br />Exclusive time: 184&micro;s, 0.00%</p>","incl_time":0.0029943,"subname":"Path::Class::File::new","$color":8,"excl_time":0.000184499999998805,"$area":0.000184499999998805},"id":"11477-Path::Class::File::new"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"Path::Class::File::BEGIN@10","$color":8,"excl_time":8.19999999999732e-06,"$area":8.19999999999732e-06},"id":"11478-Path::Class::File::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Path::Class::File::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33.1ms, 0.05%<br />Exclusive time: 1.54ms, 0.00%</p>","incl_time":0.0330637,"subname":"Path::Class::File::BEGIN@8","$color":8,"excl_time":0.0015414,"$area":0.0015414},"id":"11479-Path::Class::File::BEGIN@8"}],"data":{"$area":0.00204519999999674},"id":"n11470"},{"name":"::Entity","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Path::Class::Entity::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Path::Class::Entity::BEGIN@10","$color":10,"excl_time":8.70000000000016e-06,"$area":8.70000000000016e-06},"id":"11481-Path::Class::Entity::BEGIN@10"},{"name":"cleanup","children":[],"data":{"tip":"<p><b>Path::Class::Entity::cleanup</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.08ms, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0010783,"subname":"Path::Class::Entity::cleanup","$color":10,"excl_time":4.49999999993191e-05,"$area":4.49999999993191e-05},"id":"11482-Path::Class::Entity::cleanup"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Path::Class::Entity::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Path::Class::Entity::BEGIN@11","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"11483-Path::Class::Entity::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Path::Class::Entity::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"Path::Class::Entity::BEGIN@14","$color":10,"excl_time":6.40000000000119e-06,"$area":6.40000000000119e-06},"id":"11484-Path::Class::Entity::BEGIN@14"},{"name":"absolute","children":[],"data":{"tip":"<p><b>Path::Class::Entity::absolute</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 852&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0008517,"subname":"Path::Class::Entity::absolute","$color":10,"excl_time":6.76999999989938e-05,"$area":6.76999999989938e-05},"id":"11485-Path::Class::Entity::absolute"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Path::Class::Entity::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.00ms, 0.01%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0099984,"subname":"Path::Class::Entity::BEGIN@9","$color":10,"excl_time":0.0019507,"$area":0.0019507},"id":"11486-Path::Class::Entity::BEGIN@9"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Path::Class::Entity::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Path::Class::Entity::BEGIN@8","$color":10,"excl_time":1.59999999999997e-05,"$area":1.59999999999997e-05},"id":"11487-Path::Class::Entity::BEGIN@8"},{"name":"_spec","children":[],"data":{"tip":"<p><b>Path::Class::Entity::_spec</b></p><p><br />Called 274 times from 10 places in 3 files<br />Inclusive time: 469&micro;s, 0.00%</p>","incl_time":0.0004687,"subname":"Path::Class::Entity::_spec","$color":10,"excl_time":0.0004687,"$area":0.0004687},"id":"11488-Path::Class::Entity::_spec"},{"name":"new","children":[],"data":{"tip":"<p><b>Path::Class::Entity::new</b></p><p><br />Called 32 times from 2 places in 2 files<br />Inclusive time: 540&micro;s, 0.00%</p>","incl_time":0.0005396,"subname":"Path::Class::Entity::new","$color":10,"excl_time":0.0005396,"$area":0.0005396},"id":"11489-Path::Class::Entity::new"},{"name":"boolify","children":[],"data":{"tip":"<p><b>Path::Class::Entity::boolify</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"Path::Class::Entity::boolify","$color":10,"excl_time":1.5e-06,"$area":1.5e-06},"id":"11490-Path::Class::Entity::boolify"},{"name":"is_absolute","children":[],"data":{"tip":"<p><b>Path::Class::Entity::is_absolute</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 336&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.000336,"subname":"Path::Class::Entity::is_absolute","$color":10,"excl_time":6.52000000008727e-05,"$area":6.52000000008727e-05},"id":"11491-Path::Class::Entity::is_absolute"}],"data":{"$area":0.00317339999999919},"id":"n11480"},{"name":"::Dir","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.75ms, 0.01%<br />Exclusive time: 5.76ms, 0.01%</p>","incl_time":0.0087528,"subname":"Path::Class::Dir::BEGIN@14","$color":1,"excl_time":0.00575990000000001,"$area":0.00575990000000001},"id":"11493-Path::Class::Dir::BEGIN@14"},{"name":"stringify","children":[],"data":{"tip":"<p><b>Path::Class::Dir::stringify</b></p><p><br />Called 193 times from 14 places in 6 files<br />Inclusive time: 5.57ms, 0.01%<br />Exclusive time: 1.52ms, 0.00%</p>","incl_time":0.0055655,"subname":"Path::Class::Dir::stringify","$color":1,"excl_time":0.00151590000001056,"$area":0.00151590000001056},"id":"11494-Path::Class::Dir::stringify"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.9ms, 0.02%<br />Exclusive time: 971&micro;s, 0.00%</p>","incl_time":0.0118927,"subname":"Path::Class::Dir::BEGIN@10","$color":1,"excl_time":0.0009713,"$area":0.0009713},"id":"11495-Path::Class::Dir::BEGIN@10"},{"name":"parent","children":[],"data":{"tip":"<p><b>Path::Class::Dir::parent</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 1.69ms, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0016937,"subname":"Path::Class::Dir::parent","$color":1,"excl_time":7.93999999989323e-05,"$area":7.93999999989323e-05},"id":"11496-Path::Class::Dir::parent"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.93ms, 0.00%<br />Exclusive time: 2.75ms, 0.00%</p>","incl_time":0.0029293,"subname":"Path::Class::Dir::BEGIN@13","$color":1,"excl_time":0.0027518,"$area":0.0027518},"id":"11497-Path::Class::Dir::BEGIN@13"},{"name":"dir_list","children":[],"data":{"tip":"<p><b>Path::Class::Dir::dir_list</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Path::Class::Dir::dir_list","$color":1,"excl_time":9.9e-06,"$area":9.9e-06},"id":"11498-Path::Class::Dir::dir_list"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Path::Class::Dir::BEGIN@8","$color":1,"excl_time":7.1e-06,"$area":7.1e-06},"id":"11499-Path::Class::Dir::BEGIN@8"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.91ms, 0.01%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0079111,"subname":"Path::Class::Dir::BEGIN@12","$color":1,"excl_time":0.00106989999999999,"$area":0.00106989999999999},"id":"11500-Path::Class::Dir::BEGIN@12"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Path::Class::Dir::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Path::Class::Dir::BEGIN@9","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"11501-Path::Class::Dir::BEGIN@9"},{"name":"subdir","children":[],"data":{"tip":"<p><b>Path::Class::Dir::subdir</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 699&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0006992,"subname":"Path::Class::Dir::subdir","$color":1,"excl_time":9.80000000004886e-06,"$area":9.80000000004886e-06},"id":"11502-Path::Class::Dir::subdir"},{"name":"file","children":[],"data":{"tip":"<p><b>Path::Class::Dir::file</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 2.90ms, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0029046,"subname":"Path::Class::Dir::file","$color":1,"excl_time":5.36000000016174e-05,"$area":5.36000000016174e-05},"id":"11503-Path::Class::Dir::file"},{"name":"new","children":[],"data":{"tip":"<p><b>Path::Class::Dir::new</b></p><p><br />Called 24 times from 8 places in 5 files<br />Inclusive time: 5.92ms, 0.01%<br />Exclusive time: 816&micro;s, 0.00%</p>","incl_time":0.0059214,"subname":"Path::Class::Dir::new","$color":1,"excl_time":0.000815700000003451,"$area":0.000815700000003451},"id":"11504-Path::Class::Dir::new"},{"name":"file_class","children":[],"data":{"tip":"<p><b>Path::Class::Dir::file_class</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Path::Class::Dir::file_class","$color":1,"excl_time":9.1e-06,"$area":9.1e-06},"id":"11505-Path::Class::Dir::file_class"}],"data":{"$area":0.0130565000000146},"id":"n11492"}],"data":{"$area":0.0191253000000105},"id":"n11463"}],"data":{"$area":0.0191253000000105},"id":"n11462"},{"name":"Heap071","children":[{"name":"::Elem","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Heap071::Elem::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Heap071::Elem::BEGIN@3","$color":3,"excl_time":2.65000000000955e-05,"$area":2.65000000000955e-05},"id":"11508-Heap071::Elem::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Heap071::Elem::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 110&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.00011,"subname":"Heap071::Elem::BEGIN@4","$color":3,"excl_time":1.16999999998934e-05,"$area":1.16999999998934e-05},"id":"11509-Heap071::Elem::BEGIN@4"}],"data":{"$area":3.81999999999889e-05},"id":"n11507"},{"name":"::Fibonacci","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Heap071::Fibonacci::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Heap071::Fibonacci::BEGIN@3","$color":5,"excl_time":2.36000000000371e-05,"$area":2.36000000000371e-05},"id":"11511-Heap071::Fibonacci::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Heap071::Fibonacci::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001304,"subname":"Heap071::Fibonacci::BEGIN@4","$color":5,"excl_time":1.49999999999012e-05,"$area":1.49999999999012e-05},"id":"11512-Heap071::Fibonacci::BEGIN@4"}],"data":{"$area":3.85999999999384e-05},"id":"n11510"}],"data":{"$area":7.67999999999273e-05},"id":"n11506"},{"name":"Variable","children":[{"name":"::Magic","children":[{"name":"BEGIN@203","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@203</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 401&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004007,"subname":"Variable::Magic::BEGIN@203","$color":7,"excl_time":1.12000000000129e-05,"$area":1.12000000000129e-05},"id":"11515-Variable::Magic::BEGIN@203"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Variable::Magic::BEGIN@19","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11516-Variable::Magic::BEGIN@19"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Variable::Magic::BEGIN@5","$color":7,"excl_time":1.6399999999973e-05,"$area":1.6399999999973e-05},"id":"11517-Variable::Magic::BEGIN@5"},{"name":"_wizard","children":[],"data":{"tip":"<p><b>Variable::Magic::_wizard</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Variable::Magic::_wizard","$color":7,"excl_time":1.43e-05,"$area":1.43e-05},"id":"11518-Variable::Magic::_wizard"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Variable::Magic::BEGIN@6","$color":7,"excl_time":1.67999999999805e-05,"$area":1.67999999999805e-05},"id":"11519-Variable::Magic::BEGIN@6"},{"name":"getdata","children":[],"data":{"tip":"<p><b>Variable::Magic::getdata</b></p><p><br />Called 215 times from 1 place in 1 file<br />Inclusive time: 325&micro;s, 0.00%</p>","incl_time":0.0003247,"subname":"Variable::Magic::getdata","$color":7,"excl_time":0.0003247,"$area":0.0003247},"id":"11520-Variable::Magic::getdata"},{"name":"wizard","children":[],"data":{"tip":"<p><b>Variable::Magic::wizard</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Variable::Magic::wizard","$color":7,"excl_time":2.71999999999774e-05,"$area":2.71999999999774e-05},"id":"11521-Variable::Magic::wizard"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Variable::Magic::BEGIN@3","$color":7,"excl_time":3.23e-05,"$area":3.23e-05},"id":"11522-Variable::Magic::BEGIN@3"},{"name":"cast","children":[],"data":{"tip":"<p><b>Variable::Magic::cast</b></p><p><br />Called 208 times from 1 place in 1 file<br />Inclusive time: 1.72ms, 0.00%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0017156,"subname":"Variable::Magic::cast","$color":7,"excl_time":0.00121610000001067,"$area":0.00121610000001067},"id":"11523-Variable::Magic::cast"},{"name":"BEGIN@605","children":[],"data":{"tip":"<p><b>Variable::Magic::BEGIN@605</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.16e-05,"subname":"Variable::Magic::BEGIN@605","$color":7,"excl_time":1.14999999999726e-05,"$area":1.14999999999726e-05},"id":"11524-Variable::Magic::BEGIN@605"}],"data":{"$area":0.00167580000001059},"id":"n11514"}],"data":{"$area":0.00167580000001059},"id":"n11513"},{"name":"Devel","children":[{"name":"::GlobalDestruction","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 356&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003556,"subname":"Devel::GlobalDestruction::BEGIN@8","$color":9,"excl_time":1.04999999999991e-05,"$area":1.04999999999991e-05},"id":"11527-Devel::GlobalDestruction::BEGIN@8"},{"name":"in_global_destruction","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::in_global_destruction</b></p><p><br />Called 17 times from 3 places in 3 files<br />Inclusive time: 76&micro;s, 0.00%</p>","incl_time":7.56e-05,"subname":"Devel::GlobalDestruction::in_global_destruction","$color":9,"excl_time":7.56e-05,"$area":7.56e-05},"id":"11528-Devel::GlobalDestruction::in_global_destruction"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Devel::GlobalDestruction::BEGIN@3","$color":9,"excl_time":1.27999999999946e-05,"$area":1.27999999999946e-05},"id":"11529-Devel::GlobalDestruction::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Devel::GlobalDestruction::BEGIN@4","$color":9,"excl_time":6.3999999999955e-06,"$area":6.3999999999955e-06},"id":"11530-Devel::GlobalDestruction::BEGIN@4"}],"data":{"$area":0.000105299999999989},"id":"n11526"},{"name":"::Declare","children":[{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Devel::Declare::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":6e-05,"subname":"Devel::Declare::bootstrap","$color":0,"excl_time":6e-05,"$area":6e-05},"id":"11532-Devel::Declare::bootstrap"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Devel::Declare::BEGIN@1","$color":0,"excl_time":1.33999999999195e-05,"$area":1.33999999999195e-05},"id":"11533-Devel::Declare::BEGIN@1"},{"name":"set_linestr","children":[],"data":{"tip":"<p><b>Devel::Declare::set_linestr</b></p><p><br />Called 44 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Devel::Declare::set_linestr","$color":0,"excl_time":3.32e-05,"$area":3.32e-05},"id":"11534-Devel::Declare::set_linestr"},{"name":"toke_skipspace","children":[],"data":{"tip":"<p><b>Devel::Declare::toke_skipspace</b></p><p><br />Called 71 times from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%</p>","incl_time":7.8e-05,"subname":"Devel::Declare::toke_skipspace","$color":0,"excl_time":7.8e-05,"$area":7.8e-05},"id":"11535-Devel::Declare::toke_skipspace"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Devel::Declare::BEGIN@11","$color":0,"excl_time":6.10000000004764e-06,"$area":6.10000000004764e-06},"id":"11536-Devel::Declare::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Devel::Declare::BEGIN@5","$color":0,"excl_time":1.97e-05,"$area":1.97e-05},"id":"11537-Devel::Declare::BEGIN@5"},{"name":"shadow_sub","children":[],"data":{"tip":"<p><b>Devel::Declare::shadow_sub</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 244&micro;s, 0.00%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0002436,"subname":"Devel::Declare::shadow_sub","$color":0,"excl_time":0.000168400000000058,"$area":0.000168400000000058},"id":"11538-Devel::Declare::shadow_sub"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Devel::Declare::BEGIN@9","$color":0,"excl_time":8.29999999993962e-06,"$area":8.29999999993962e-06},"id":"11539-Devel::Declare::BEGIN@9"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.57e-05,"subname":"Devel::Declare::BEGIN@15","$color":0,"excl_time":7.99999999993062e-06,"$area":7.99999999993062e-06},"id":"11540-Devel::Declare::BEGIN@15"},{"name":"toke_scan_str","children":[],"data":{"tip":"<p><b>Devel::Declare::toke_scan_str</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.8e-05,"subname":"Devel::Declare::toke_scan_str","$color":0,"excl_time":4.8e-05,"$area":4.8e-05},"id":"11541-Devel::Declare::toke_scan_str"},{"name":"BEGIN@99","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@99</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Devel::Declare::BEGIN@99","$color":0,"excl_time":8.10000000001675e-06,"$area":8.10000000001675e-06},"id":"11542-Devel::Declare::BEGIN@99"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Devel::Declare::BEGIN@2","$color":0,"excl_time":6.79999999997875e-06,"$area":6.79999999997875e-06},"id":"11543-Devel::Declare::BEGIN@2"},{"name":"done_declare","children":[],"data":{"tip":"<p><b>Devel::Declare::done_declare</b></p><p><br />Called 9 times from 9 places in 5 files<br />Inclusive time: 189&micro;s, 0.00%<br />Exclusive time: 154&micro;s, 0.00%</p>","incl_time":0.0001894,"subname":"Devel::Declare::done_declare","$color":0,"excl_time":0.000153600000003078,"$area":0.000153600000003078},"id":"11544-Devel::Declare::done_declare"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 568&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0005677,"subname":"Devel::Declare::BEGIN@17","$color":0,"excl_time":0.000208899999999896,"$area":0.000208899999999896},"id":"11545-Devel::Declare::BEGIN@17"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"Devel::Declare::BEGIN@10","$color":0,"excl_time":6.70000000008302e-06,"$area":6.70000000008302e-06},"id":"11546-Devel::Declare::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Devel::Declare::CORE:match</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%</p>","incl_time":5.05e-05,"subname":"Devel::Declare::CORE:match","$color":0,"excl_time":5.05e-05,"$area":5.05e-05},"id":"11547-Devel::Declare::CORE:match"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Devel::Declare::initialize</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Devel::Declare::initialize","$color":0,"excl_time":2.65e-05,"$area":2.65e-05},"id":"11548-Devel::Declare::initialize"},{"name":"get_linestr","children":[],"data":{"tip":"<p><b>Devel::Declare::get_linestr</b></p><p><br />Called 79 times from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Devel::Declare::get_linestr","$color":0,"excl_time":5.41e-05,"$area":5.41e-05},"id":"11549-Devel::Declare::get_linestr"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"Devel::Declare::BEGIN@14","$color":0,"excl_time":7.99999999991836e-06,"$area":7.99999999991836e-06},"id":"11550-Devel::Declare::BEGIN@14"},{"name":"get_lex_stuff","children":[],"data":{"tip":"<p><b>Devel::Declare::get_lex_stuff</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Devel::Declare::get_lex_stuff","$color":0,"excl_time":1.01e-05,"$area":1.01e-05},"id":"11551-Devel::Declare::get_lex_stuff"},{"name":"BEGIN@102","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@102</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Devel::Declare::BEGIN@102","$color":0,"excl_time":8.99999999988936e-06,"$area":8.99999999988936e-06},"id":"11552-Devel::Declare::BEGIN@102"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Devel::Declare::BEGIN@29","$color":0,"excl_time":8.20000000010077e-06,"$area":8.20000000010077e-06},"id":"11553-Devel::Declare::BEGIN@29"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Devel::Declare::BEGIN@3","$color":0,"excl_time":1.27000000000363e-05,"$area":1.27000000000363e-05},"id":"11554-Devel::Declare::BEGIN@3"},{"name":"get_linestr_offset","children":[],"data":{"tip":"<p><b>Devel::Declare::get_linestr_offset</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Devel::Declare::get_linestr_offset","$color":0,"excl_time":1.82e-05,"$area":1.82e-05},"id":"11555-Devel::Declare::get_linestr_offset"},{"name":"BEGIN@103","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@103</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Devel::Declare::BEGIN@103","$color":0,"excl_time":1.04000000000035e-05,"$area":1.04000000000035e-05},"id":"11556-Devel::Declare::BEGIN@103"},{"name":"BEGIN@109","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@109</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Devel::Declare::BEGIN@109","$color":0,"excl_time":6.90000000005126e-06,"$area":6.90000000005126e-06},"id":"11557-Devel::Declare::BEGIN@109"},{"name":"toke_scan_word","children":[],"data":{"tip":"<p><b>Devel::Declare::toke_scan_word</b></p><p><br />Called 36 times from 3 places in 2 files<br />Inclusive time: 37&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Devel::Declare::toke_scan_word","$color":0,"excl_time":3.7e-05,"$area":3.7e-05},"id":"11558-Devel::Declare::toke_scan_word"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"Devel::Declare::BEGIN@12","$color":0,"excl_time":1.23000000000008e-05,"$area":1.23000000000008e-05},"id":"11559-Devel::Declare::BEGIN@12"},{"name":"set_in_declare","children":[],"data":{"tip":"<p><b>Devel::Declare::set_in_declare</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Devel::Declare::set_in_declare","$color":0,"excl_time":1.59e-05,"$area":1.59e-05},"id":"11560-Devel::Declare::set_in_declare"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Devel::Declare::BEGIN@4","$color":0,"excl_time":6.60000000009552e-06,"$area":6.60000000009552e-06},"id":"11561-Devel::Declare::BEGIN@4"},{"name":"setup_for","children":[],"data":{"tip":"<p><b>Devel::Declare::setup_for</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0001229,"subname":"Devel::Declare::setup_for","$color":0,"excl_time":7.66999999992266e-05,"$area":7.66999999992266e-05},"id":"11562-Devel::Declare::setup_for"},{"name":"clear_lex_stuff","children":[],"data":{"tip":"<p><b>Devel::Declare::clear_lex_stuff</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Devel::Declare::clear_lex_stuff","$color":0,"excl_time":8.3e-06,"$area":8.3e-06},"id":"11563-Devel::Declare::clear_lex_stuff"},{"name":"linestr_callback","children":[],"data":{"tip":"<p><b>Devel::Declare::linestr_callback</b></p><p><br />Called 9 times from 9 places in 5 files<br />Inclusive time: 1.84ms, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0018428,"subname":"Devel::Declare::linestr_callback","$color":0,"excl_time":0.000116199999998645,"$area":0.000116199999998645},"id":"11564-Devel::Declare::linestr_callback"},{"name":"setup","children":[],"data":{"tip":"<p><b>Devel::Declare::setup</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Devel::Declare::setup","$color":0,"excl_time":4.62e-05,"$area":4.62e-05},"id":"11565-Devel::Declare::setup"},{"name":"get_curstash_name","children":[],"data":{"tip":"<p><b>Devel::Declare::get_curstash_name</b></p><p><br />Called 26 times from 2 places in 2 files<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Devel::Declare::get_curstash_name","$color":0,"excl_time":2.53e-05,"$area":2.53e-05},"id":"11566-Devel::Declare::get_curstash_name"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Devel::Declare::CORE:subst</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Devel::Declare::CORE:subst","$color":0,"excl_time":2.86e-05,"$area":2.86e-05},"id":"11567-Devel::Declare::CORE:subst"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Devel::Declare::BEGIN@16","$color":0,"excl_time":8.59999999989811e-06,"$area":8.59999999989811e-06},"id":"11568-Devel::Declare::BEGIN@16"},{"name":"BEGIN@117","children":[],"data":{"tip":"<p><b>Devel::Declare::BEGIN@117</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Devel::Declare::BEGIN@117","$color":0,"excl_time":8.00000000006276e-06,"$area":8.00000000006276e-06},"id":"11569-Devel::Declare::BEGIN@117"},{"name":"::Context","children":[{"name":"::Simple","children":[{"name":"skipspace","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::skipspace</b></p><p><br />Called 71 times from 6 places in 2 files<br />Inclusive time: 764&micro;s, 0.00%<br />Exclusive time: 483&micro;s, 0.00%</p>","incl_time":0.0007643,"subname":"Devel::Declare::Context::Simple::skipspace","$color":2,"excl_time":0.000482599999987625,"$area":0.000482599999987625},"id":"11572-Devel::Declare::Context::Simple::skipspace"},{"name":"init","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::init</b></p><p><br />Called 27 times from 2 places in 1 file<br />Inclusive time: 122&micro;s, 0.00%</p>","incl_time":0.0001217,"subname":"Devel::Declare::Context::Simple::init","$color":2,"excl_time":0.0001217,"$area":0.0001217},"id":"11573-Devel::Declare::Context::Simple::init"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@7","$color":2,"excl_time":8.20000000006001e-06,"$area":8.20000000006001e-06},"id":"11574-Devel::Declare::Context::Simple::BEGIN@7"},{"name":"strip_name","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::strip_name</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 356&micro;s, 0.00%<br />Exclusive time: 173&micro;s, 0.00%</p>","incl_time":0.0003561,"subname":"Devel::Declare::Context::Simple::strip_name","$color":2,"excl_time":0.000173200000004899,"$area":0.000173200000004899},"id":"11575-Devel::Declare::Context::Simple::strip_name"},{"name":"offset","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::offset</b></p><p><br />Called 221 times from 15 places in 2 files<br />Inclusive time: 309&micro;s, 0.00%</p>","incl_time":0.0003091,"subname":"Devel::Declare::Context::Simple::offset","$color":2,"excl_time":0.0003091,"$area":0.0003091},"id":"11576-Devel::Declare::Context::Simple::offset"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 217&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002173,"subname":"Devel::Declare::Context::Simple::BEGIN@6","$color":2,"excl_time":7.0000000000034e-06,"$area":7.0000000000034e-06},"id":"11577-Devel::Declare::Context::Simple::BEGIN@6"},{"name":"inject_if_block","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::inject_if_block</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 896&micro;s, 0.00%<br />Exclusive time: 429&micro;s, 0.00%</p>","incl_time":0.0008957,"subname":"Devel::Declare::Context::Simple::inject_if_block","$color":2,"excl_time":0.00042949999999914,"$area":0.00042949999999914},"id":"11578-Devel::Declare::Context::Simple::inject_if_block"},{"name":"get_curstash_name","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::get_curstash_name</b></p><p><br />Called 17 times from 2 places in 2 files<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"Devel::Declare::Context::Simple::get_curstash_name","$color":2,"excl_time":6.00000000005431e-05,"$area":6.00000000005431e-05},"id":"11579-Devel::Declare::Context::Simple::get_curstash_name"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@3","$color":2,"excl_time":1.42000000000248e-05,"$area":1.42000000000248e-05},"id":"11580-Devel::Declare::Context::Simple::BEGIN@3"},{"name":"skip_declarator","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::skip_declarator</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 300&micro;s, 0.00%<br />Exclusive time: 183&micro;s, 0.00%</p>","incl_time":0.0002996,"subname":"Devel::Declare::Context::Simple::skip_declarator","$color":2,"excl_time":0.000182799999998862,"$area":0.000182799999998862},"id":"11581-Devel::Declare::Context::Simple::skip_declarator"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@4","$color":2,"excl_time":7.50000000008402e-06,"$area":7.50000000008402e-06},"id":"11582-Devel::Declare::Context::Simple::BEGIN@4"},{"name":"shadow","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::shadow</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 390&micro;s, 0.00%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":0.0003903,"subname":"Devel::Declare::Context::Simple::shadow","$color":2,"excl_time":9.4599999998991e-05,"$area":9.4599999998991e-05},"id":"11583-Devel::Declare::Context::Simple::shadow"},{"name":"strip_proto","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::strip_proto</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 629&micro;s, 0.00%<br />Exclusive time: 322&micro;s, 0.00%</p>","incl_time":0.000629,"subname":"Devel::Declare::Context::Simple::strip_proto","$color":2,"excl_time":0.00032220000000339,"$area":0.00032220000000339},"id":"11584-Devel::Declare::Context::Simple::strip_proto"},{"name":"set_linestr","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::set_linestr</b></p><p><br />Called 44 times from 4 places in 2 files<br />Inclusive time: 201&micro;s, 0.00%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0002008,"subname":"Devel::Declare::Context::Simple::set_linestr","$color":2,"excl_time":0.000167600000001932,"$area":0.000167600000001932},"id":"11585-Devel::Declare::Context::Simple::set_linestr"},{"name":"declarator","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::declarator</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Devel::Declare::Context::Simple::declarator","$color":2,"excl_time":3.3e-05,"$area":3.3e-05},"id":"11586-Devel::Declare::Context::Simple::declarator"},{"name":"get_linestr","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::get_linestr</b></p><p><br />Called 79 times from 7 places in 2 files<br />Inclusive time: 363&micro;s, 0.00%<br />Exclusive time: 309&micro;s, 0.00%</p>","incl_time":0.0003634,"subname":"Devel::Declare::Context::Simple::get_linestr","$color":2,"excl_time":0.000309300000007271,"$area":0.000309300000007271},"id":"11587-Devel::Declare::Context::Simple::get_linestr"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Devel::Declare::Context::Simple::BEGIN@5","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11588-Devel::Declare::Context::Simple::BEGIN@5"},{"name":"inc_offset","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::inc_offset</b></p><p><br />Called 80 times from 2 places in 1 file<br />Inclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0001135,"subname":"Devel::Declare::Context::Simple::inc_offset","$color":2,"excl_time":0.0001135,"$area":0.0001135},"id":"11589-Devel::Declare::Context::Simple::inc_offset"},{"name":"new","children":[],"data":{"tip":"<p><b>Devel::Declare::Context::Simple::new</b></p><p><br />Called 27 times from 2 places in 1 file<br />Inclusive time: 97&micro;s, 0.00%</p>","incl_time":9.68e-05,"subname":"Devel::Declare::Context::Simple::new","$color":2,"excl_time":9.68e-05,"$area":9.68e-05},"id":"11590-Devel::Declare::Context::Simple::new"}],"data":{"$area":0.00293630000000282},"id":"n11571"}],"data":{"$area":0.00293630000000282},"id":"n11570"}],"data":{"$area":0.0043678000000037},"id":"n11531"},{"name":"::InnerPackage","children":[{"name":"_loaded","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::_loaded</b></p><p><br />Called 28 times from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.00%</p>","incl_time":0.0001224,"subname":"Devel::InnerPackage::_loaded","$color":4,"excl_time":0.0001224,"$area":0.0001224},"id":"11592-Devel::InnerPackage::_loaded"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::CORE:subst</b></p><p><br />Called 28 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Devel::InnerPackage::CORE:subst","$color":4,"excl_time":4.66e-05,"$area":4.66e-05},"id":"11593-Devel::InnerPackage::CORE:subst"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"Devel::InnerPackage::BEGIN@5","$color":4,"excl_time":7.39999999998963e-06,"$area":7.39999999998963e-06},"id":"11594-Devel::InnerPackage::BEGIN@5"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Devel::InnerPackage::BEGIN@66","$color":4,"excl_time":7.49999999995262e-06,"$area":7.49999999995262e-06},"id":"11595-Devel::InnerPackage::BEGIN@66"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.93e-05,"subname":"Devel::InnerPackage::BEGIN@4","$color":4,"excl_time":8.60000000002089e-06,"$area":8.60000000002089e-06},"id":"11596-Devel::InnerPackage::BEGIN@4"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::CORE:match</b></p><p><br />Called 1000 times from 5 places in 1 file<br />Inclusive time: 208&micro;s, 0.00%</p>","incl_time":0.000208000000000001,"subname":"Devel::InnerPackage::CORE:match","$color":4,"excl_time":0.000208000000000001,"$area":0.000208000000000001},"id":"11597-Devel::InnerPackage::CORE:match"},{"name":"list_packages","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::list_packages</b></p><p><br />Called 50 times from 3 places in 3 files<br />Inclusive time: 2.22ms, 0.00%<br />Exclusive time: 1.84ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 652&micro;s</p>","incl_time":0.0022176,"subname":"Devel::InnerPackage::list_packages","$color":4,"excl_time":0.00184059999985117,"$area":0.00184059999985117},"id":"11598-Devel::InnerPackage::list_packages"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Devel::InnerPackage::BEGIN@3","$color":4,"excl_time":1.4899999999996e-05,"$area":1.4899999999996e-05},"id":"11599-Devel::InnerPackage::BEGIN@3"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>Devel::InnerPackage::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Devel::InnerPackage::BEGIN@86","$color":4,"excl_time":7.59999999997562e-06,"$area":7.59999999997562e-06},"id":"11600-Devel::InnerPackage::BEGIN@86"}],"data":{"$area":0.0022635999998511},"id":"n11591"},{"name":"::PartialDump","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 380&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003799,"subname":"Devel::PartialDump::BEGIN@9","$color":6,"excl_time":1.11999999998894e-05,"$area":1.11999999998894e-05},"id":"11602-Devel::PartialDump::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.00ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0060047,"subname":"Devel::PartialDump::BEGIN@4","$color":6,"excl_time":2.40999999999974e-05,"$area":2.40999999999974e-05},"id":"11603-Devel::PartialDump::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"Devel::PartialDump::BEGIN@7","$color":6,"excl_time":1.05000000000466e-05,"$area":1.05000000000466e-05},"id":"11604-Devel::PartialDump::BEGIN@7"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 628&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0006276,"subname":"Devel::PartialDump::BEGIN@13","$color":6,"excl_time":3.95999999999671e-05,"$area":3.95999999999671e-05},"id":"11605-Devel::PartialDump::BEGIN@13"},{"name":"BEGIN@128","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@128</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Devel::PartialDump::BEGIN@128","$color":6,"excl_time":8.60000000019192e-06,"$area":8.60000000019192e-06},"id":"11606-Devel::PartialDump::BEGIN@128"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Devel::PartialDump::BEGIN@6","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"11607-Devel::PartialDump::BEGIN@6"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Devel::PartialDump::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Devel::PartialDump::BEGIN@21","$color":6,"excl_time":1.47000000000335e-05,"$area":1.47000000000335e-05},"id":"11608-Devel::PartialDump::BEGIN@21"}],"data":{"$area":0.000115100000000126},"id":"n11601"}],"data":{"$area":0.00685179999985492},"id":"n11525"},{"name":"LWP","children":[{"name":"::MemberMixin","children":[],"data":{"$area":0},"id":"n11610"},{"name":"::Protocol","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"LWP::Protocol::BEGIN@8","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"11612-LWP::Protocol::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"LWP::Protocol::BEGIN@7","$color":1,"excl_time":2.30999999997222e-05,"$area":2.30999999997222e-05},"id":"11613-LWP::Protocol::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"LWP::Protocol::BEGIN@10","$color":1,"excl_time":2.25000000000486e-05,"$area":2.25000000000486e-05},"id":"11614-LWP::Protocol::BEGIN@10"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"LWP::Protocol::BEGIN@62","$color":1,"excl_time":1.2899999999777e-05,"$area":1.2899999999777e-05},"id":"11615-LWP::Protocol::BEGIN@62"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"LWP::Protocol::BEGIN@9","$color":1,"excl_time":6.3e-06,"$area":6.3e-06},"id":"11616-LWP::Protocol::BEGIN@9"}],"data":{"$area":7.14999999995478e-05},"id":"n11611"},{"name":"::UserAgent","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 226&micro;s, 0.00%</p>","incl_time":0.0002256,"subname":"LWP::UserAgent::BEGIN@14","$color":3,"excl_time":0.0002256,"$area":0.0002256},"id":"11618-LWP::UserAgent::BEGIN@14"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.00%<br />Exclusive time: 1.96ms, 0.00%</p>","incl_time":0.0020605,"subname":"LWP::UserAgent::BEGIN@15","$color":3,"excl_time":0.00195589999999977,"$area":0.00195589999999977},"id":"11619-LWP::UserAgent::BEGIN@15"},{"name":"BEGIN@374","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@374</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"LWP::UserAgent::BEGIN@374","$color":3,"excl_time":1.19000000001025e-05,"$area":1.19000000001025e-05},"id":"11620-LWP::UserAgent::BEGIN@374"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"LWP::UserAgent::BEGIN@3","$color":3,"excl_time":1.58000000000486e-05,"$area":1.58000000000486e-05},"id":"11621-LWP::UserAgent::BEGIN@3"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"LWP::UserAgent::BEGIN@10","$color":3,"excl_time":5e-06,"$area":5e-06},"id":"11622-LWP::UserAgent::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.03ms, 0.00%<br />Exclusive time: 1.91ms, 0.00%</p>","incl_time":0.0020322,"subname":"LWP::UserAgent::BEGIN@12","$color":3,"excl_time":0.00190810000000015,"$area":0.00190810000000015},"id":"11623-LWP::UserAgent::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"LWP::UserAgent::BEGIN@4","$color":3,"excl_time":9.19999999992461e-06,"$area":9.19999999992461e-06},"id":"11624-LWP::UserAgent::BEGIN@4"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"LWP::UserAgent::BEGIN@17","$color":3,"excl_time":7.2e-06,"$area":7.2e-06},"id":"11625-LWP::UserAgent::BEGIN@17"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.51ms, 0.01%<br />Exclusive time: 2.61ms, 0.00%</p>","incl_time":0.0065101,"subname":"LWP::UserAgent::BEGIN@11","$color":3,"excl_time":0.00261410000000077,"$area":0.00261410000000077},"id":"11626-LWP::UserAgent::BEGIN@11"}],"data":{"$area":0.00675280000000076},"id":"n11617"}],"data":{"$area":0.00682430000000031},"id":"n11609"},{"name":"List","children":[{"name":"::MoreUtils","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"List::MoreUtils::BEGIN@5","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11629-List::MoreUtils::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.34e-05,"subname":"List::MoreUtils::BEGIN@8","$color":5,"excl_time":6.50000000000139e-06,"$area":6.50000000000139e-06},"id":"11630-List::MoreUtils::BEGIN@8"},{"name":"any","children":[],"data":{"tip":"<p><b>List::MoreUtils::any</b></p><p><br />Called 176 times from 7 places in 6 files<br />Inclusive time: 2.67ms, 0.00%<br />Exclusive time: 1.90ms, 0.00%</p>","incl_time":0.0026747,"subname":"List::MoreUtils::any","$color":5,"excl_time":0.00190499999998703,"$area":0.00190499999998703},"id":"11631-List::MoreUtils::any"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"List::MoreUtils::BEGIN@6","$color":5,"excl_time":3e-06,"$area":3e-06},"id":"11632-List::MoreUtils::BEGIN@6"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 329&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0003288,"subname":"List::MoreUtils::BEGIN@9","$color":5,"excl_time":3.07999999999934e-05,"$area":3.07999999999934e-05},"id":"11633-List::MoreUtils::BEGIN@9"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"List::MoreUtils::BEGIN@3","$color":5,"excl_time":2.29e-05,"$area":2.29e-05},"id":"11634-List::MoreUtils::BEGIN@3"},{"name":"uniq","children":[],"data":{"tip":"<p><b>List::MoreUtils::uniq</b></p><p><br />Called 13 times from 2 places in 2 files<br />Inclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0001052,"subname":"List::MoreUtils::uniq","$color":5,"excl_time":0.0001052,"$area":0.0001052},"id":"11635-List::MoreUtils::uniq"},{"name":"firstidx","children":[],"data":{"tip":"<p><b>List::MoreUtils::firstidx</b></p><p><br />Called 872 times from 5 places in 2 files<br />Inclusive time: 2.34ms, 0.00%<br />Exclusive time: 2.26ms, 0.00%</p>","incl_time":0.0023406,"subname":"List::MoreUtils::firstidx","$color":5,"excl_time":0.00226470000002074,"$area":0.00226470000002074},"id":"11636-List::MoreUtils::firstidx"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>List::MoreUtils::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%</p>","incl_time":8.31e-05,"subname":"List::MoreUtils::bootstrap","$color":5,"excl_time":8.31e-05,"$area":8.31e-05},"id":"11637-List::MoreUtils::bootstrap"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>List::MoreUtils::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"List::MoreUtils::BEGIN@4","$color":5,"excl_time":6.9999999999975e-06,"$area":6.9999999999975e-06},"id":"11638-List::MoreUtils::BEGIN@4"},{"name":"all","children":[],"data":{"tip":"<p><b>List::MoreUtils::all</b></p><p><br />Called 1198 times from 19 places in 4 files<br />Inclusive time: 18.7ms, 0.03%<br />Exclusive time: 17.7ms, 0.02%</p>","incl_time":0.0187018,"subname":"List::MoreUtils::all","$color":5,"excl_time":0.0176519000000172,"$area":0.0176519000000172},"id":"11639-List::MoreUtils::all"}],"data":{"$area":0.022083600000025},"id":"n11628"},{"name":"::Util","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>List::Util::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"List::Util::BEGIN@11","$color":7,"excl_time":1.29000000000028e-05,"$area":1.29000000000028e-05},"id":"11641-List::Util::BEGIN@11"},{"name":"first","children":[],"data":{"tip":"<p><b>List::Util::first</b></p><p><br />Called 769 times from 5 places in 5 files<br />Inclusive time: 5.30ms, 0.01%<br />Exclusive time: 2.09ms, 0.00%</p>","incl_time":0.00529559999999999,"subname":"List::Util::first","$color":7,"excl_time":0.00209440000001371,"$area":0.00209440000001371},"id":"11642-List::Util::first"}],"data":{"$area":0.00210730000001371},"id":"n11640"}],"data":{"$area":0.0241909000000387},"id":"n11627"},{"name":"UNIVERSAL","children":[{"name":"VERSION","children":[],"data":{"tip":"<p><b>UNIVERSAL::VERSION</b></p><p><br />Called 60 times from 45 places in 37 files<br />Inclusive time: 1.00ms, 0.00%</p>","incl_time":0.0010007,"subname":"UNIVERSAL::VERSION","$color":9,"excl_time":0.0010007,"$area":0.0010007},"id":"11644-UNIVERSAL::VERSION"},{"name":"isa","children":[],"data":{"tip":"<p><b>UNIVERSAL::isa</b></p><p><br />Called 24684 times from 167 places in 64 files<br />Inclusive time: 31.9ms, 0.04%</p>","incl_time":0.0318786,"subname":"UNIVERSAL::isa","$color":9,"excl_time":0.0318786,"$area":0.0318786},"id":"11645-UNIVERSAL::isa"},{"name":"can","children":[],"data":{"tip":"<p><b>UNIVERSAL::can</b></p><p><br />Called 24389 times from 101 places in 47 files<br />Inclusive time: 27.9ms, 0.04%</p>","incl_time":0.0278640000000001,"subname":"UNIVERSAL::can","$color":9,"excl_time":0.0278640000000001,"$area":0.0278640000000001},"id":"11646-UNIVERSAL::can"},{"name":"import","children":[],"data":{"tip":"<p><b>UNIVERSAL::import</b></p><p><br />Called 223 times from 223 places in 104 files<br />Inclusive time: 508&micro;s, 0.00%</p>","incl_time":0.0005078,"subname":"UNIVERSAL::import","$color":9,"excl_time":0.0005078,"$area":0.0005078},"id":"11647-UNIVERSAL::import"}],"data":{"$area":0.0612511000000001},"id":"n11643"},{"name":"Time","children":[{"name":"::Local","children":[{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.97e-05,"subname":"Time::Local::BEGIN@27","$color":0,"excl_time":1.13999999999334e-05,"$area":1.13999999999334e-05},"id":"11650-Time::Local::BEGIN@27"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>Time::Local::CORE:pack</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Time::Local::CORE:pack","$color":0,"excl_time":3.2e-06,"$area":3.2e-06},"id":"11651-Time::Local::CORE:pack"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Time::Local::BEGIN@6","$color":0,"excl_time":7.90000000009464e-06,"$area":7.90000000009464e-06},"id":"11652-Time::Local::BEGIN@6"},{"name":"_daygm","children":[],"data":{"tip":"<p><b>Time::Local::_daygm</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Time::Local::_daygm","$color":0,"excl_time":1.3799999999908e-05,"$area":1.3799999999908e-05},"id":"11653-Time::Local::_daygm"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":7.01e-05,"subname":"Time::Local::BEGIN@28","$color":0,"excl_time":1.93999999999299e-05,"$area":1.93999999999299e-05},"id":"11654-Time::Local::BEGIN@28"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Time::Local::BEGIN@5","$color":0,"excl_time":1.11999999999469e-05,"$area":1.11999999999469e-05},"id":"11655-Time::Local::BEGIN@5"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":6.46e-05,"subname":"Time::Local::BEGIN@29","$color":0,"excl_time":2.06999999999034e-05,"$area":2.06999999999034e-05},"id":"11656-Time::Local::BEGIN@29"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"Time::Local::BEGIN@8","$color":0,"excl_time":6.29999999989623e-06,"$area":6.29999999989623e-06},"id":"11657-Time::Local::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"Time::Local::BEGIN@4","$color":0,"excl_time":1.30000000000963e-05,"$area":1.30000000000963e-05},"id":"11658-Time::Local::BEGIN@4"}],"data":{"$area":0.000106899999999709},"id":"n11649"},{"name":"::Piece","children":[{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"Time::Piece::BEGIN@40","$color":2,"excl_time":5.79999999997687e-06,"$area":5.79999999997687e-06},"id":"11660-Time::Piece::BEGIN@40"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Time::Piece::BEGIN@38","$color":2,"excl_time":5.99999999996538e-06,"$area":5.99999999996538e-06},"id":"11661-Time::Piece::BEGIN@38"},{"name":"BEGIN@533","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@533</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"Time::Piece::BEGIN@533","$color":2,"excl_time":1.37999999999751e-05,"$area":1.37999999999751e-05},"id":"11662-Time::Piece::BEGIN@533"},{"name":"BEGIN@121","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@121</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Time::Piece::BEGIN@121","$color":2,"excl_time":8.20000000010077e-06,"$area":8.20000000010077e-06},"id":"11663-Time::Piece::BEGIN@121"},{"name":"BEGIN@510","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@510</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"Time::Piece::BEGIN@510","$color":2,"excl_time":1.48000000000768e-05,"$area":1.48000000000768e-05},"id":"11664-Time::Piece::BEGIN@510"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"Time::Piece::BEGIN@34","$color":2,"excl_time":7.90000000000338e-06,"$area":7.90000000000338e-06},"id":"11665-Time::Piece::BEGIN@34"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Time::Piece::BEGIN@42","$color":2,"excl_time":5.70000000001226e-06,"$area":5.70000000001226e-06},"id":"11666-Time::Piece::BEGIN@42"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"Time::Piece::BEGIN@37","$color":2,"excl_time":6.39999999990698e-06,"$area":6.39999999990698e-06},"id":"11667-Time::Piece::BEGIN@37"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.88ms, 0.00%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0018799,"subname":"Time::Piece::BEGIN@7","$color":2,"excl_time":0.0011500000000006,"$area":0.0011500000000006},"id":"11668-Time::Piece::BEGIN@7"},{"name":"BEGIN@122","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@122</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"Time::Piece::BEGIN@122","$color":2,"excl_time":1.15000000000424e-05,"$area":1.15000000000424e-05},"id":"11669-Time::Piece::BEGIN@122"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Time::Piece::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"Time::Piece::bootstrap","$color":2,"excl_time":5.63e-05,"$area":5.63e-05},"id":"11670-Time::Piece::bootstrap"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Time::Piece::BEGIN@8","$color":2,"excl_time":8.99999999991049e-06,"$area":8.99999999991049e-06},"id":"11671-Time::Piece::BEGIN@8"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"Time::Piece::BEGIN@36","$color":2,"excl_time":6.40000000004764e-06,"$area":6.40000000004764e-06},"id":"11672-Time::Piece::BEGIN@36"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Time::Piece::BEGIN@3","$color":2,"excl_time":2.17000000000141e-05,"$area":2.17000000000141e-05},"id":"11673-Time::Piece::BEGIN@3"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Time::Piece::BEGIN@41","$color":2,"excl_time":6.10000000008215e-06,"$area":6.10000000008215e-06},"id":"11674-Time::Piece::BEGIN@41"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"Time::Piece::BEGIN@39","$color":2,"excl_time":5.99999999991849e-06,"$area":5.99999999991849e-06},"id":"11675-Time::Piece::BEGIN@39"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.68ms, 0.00%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0016771,"subname":"Time::Piece::BEGIN@9","$color":2,"excl_time":0.00128810000000003,"$area":0.00128810000000003},"id":"11676-Time::Piece::BEGIN@9"},{"name":"BEGIN@422","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@422</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 188&micro;s, 0.00%<br />Exclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0001876,"subname":"Time::Piece::BEGIN@422","$color":2,"excl_time":0.000184799999999919,"$area":0.000184799999999919},"id":"11677-Time::Piece::BEGIN@422"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Time::Piece::BEGIN@44","$color":2,"excl_time":5.90000000010602e-06,"$area":5.90000000010602e-06},"id":"11678-Time::Piece::BEGIN@44"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Time::Piece::BEGIN@43","$color":2,"excl_time":5.60000000003526e-06,"$area":5.60000000003526e-06},"id":"11679-Time::Piece::BEGIN@43"},{"name":"BEGIN@575","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@575</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3e-05,"subname":"Time::Piece::BEGIN@575","$color":2,"excl_time":1.0799999999892e-05,"$area":1.0799999999892e-05},"id":"11680-Time::Piece::BEGIN@575"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Time::Piece::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Time::Piece::BEGIN@35","$color":2,"excl_time":6.70000000002463e-06,"$area":6.70000000002463e-06},"id":"11681-Time::Piece::BEGIN@35"}],"data":{"$area":0.00283750000000064},"id":"n11659"},{"name":"::HiRes","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Time::HiRes::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Time::HiRes::BEGIN@3","$color":4,"excl_time":2.52e-05,"$area":2.52e-05},"id":"11683-Time::HiRes::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>Time::HiRes::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 297&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0002972,"subname":"Time::HiRes::import","$color":4,"excl_time":3.22000000011505e-05,"$area":3.22000000011505e-05},"id":"11684-Time::HiRes::import"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Time::HiRes::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Time::HiRes::BEGIN@4","$color":4,"excl_time":9.8999999997682e-06,"$area":9.8999999997682e-06},"id":"11685-Time::HiRes::BEGIN@4"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>Time::HiRes::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"Time::HiRes::BEGIN@43","$color":4,"excl_time":1.55000000001485e-05,"$area":1.55000000001485e-05},"id":"11686-Time::HiRes::BEGIN@43"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Time::HiRes::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"Time::HiRes::bootstrap","$color":4,"excl_time":5.86e-05,"$area":5.86e-05},"id":"11687-Time::HiRes::bootstrap"},{"name":"gettimeofday","children":[],"data":{"tip":"<p><b>Time::HiRes::gettimeofday</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Time::HiRes::gettimeofday","$color":4,"excl_time":2.22e-05,"$area":2.22e-05},"id":"11688-Time::HiRes::gettimeofday"}],"data":{"$area":0.000163600000001067},"id":"n11682"},{"name":"::Seconds","children":[{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Time::Seconds::BEGIN@26","$color":6,"excl_time":5.80000000004764e-06,"$area":5.80000000004764e-06},"id":"11690-Time::Seconds::BEGIN@26"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Time::Seconds::BEGIN@30","$color":6,"excl_time":9.69999999996537e-06,"$area":9.69999999996537e-06},"id":"11691-Time::Seconds::BEGIN@30"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Time::Seconds::BEGIN@27","$color":6,"excl_time":6.09999999991849e-06,"$area":6.09999999991849e-06},"id":"11692-Time::Seconds::BEGIN@27"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 100&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001004,"subname":"Time::Seconds::BEGIN@40","$color":6,"excl_time":3.60999999999829e-05,"$area":3.60999999999829e-05},"id":"11693-Time::Seconds::BEGIN@40"},{"name":"BEGIN@37","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@37</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Time::Seconds::BEGIN@37","$color":6,"excl_time":5.70000000009453e-06,"$area":5.70000000009453e-06},"id":"11694-Time::Seconds::BEGIN@37"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Time::Seconds::BEGIN@31","$color":6,"excl_time":5.70000000000076e-06,"$area":5.70000000000076e-06},"id":"11695-Time::Seconds::BEGIN@31"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"Time::Seconds::BEGIN@28","$color":6,"excl_time":5.50000000007065e-06,"$area":5.50000000007065e-06},"id":"11696-Time::Seconds::BEGIN@28"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"Time::Seconds::BEGIN@36","$color":6,"excl_time":5.90000000009365e-06,"$area":5.90000000009365e-06},"id":"11697-Time::Seconds::BEGIN@36"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"Time::Seconds::BEGIN@23","$color":6,"excl_time":1.07999999999767e-05,"$area":1.07999999999767e-05},"id":"11698-Time::Seconds::BEGIN@23"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Time::Seconds::BEGIN@2","$color":6,"excl_time":1.68000000000601e-05,"$area":1.68000000000601e-05},"id":"11699-Time::Seconds::BEGIN@2"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Time::Seconds::BEGIN@33","$color":6,"excl_time":6.00000000004764e-06,"$area":6.00000000004764e-06},"id":"11700-Time::Seconds::BEGIN@33"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Time::Seconds::BEGIN@32","$color":6,"excl_time":8.09999999991849e-06,"$area":8.09999999991849e-06},"id":"11701-Time::Seconds::BEGIN@32"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Time::Seconds::BEGIN@25","$color":6,"excl_time":6.10000000004764e-06,"$area":6.10000000004764e-06},"id":"11702-Time::Seconds::BEGIN@25"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.52e-05,"subname":"Time::Seconds::BEGIN@3","$color":6,"excl_time":1.01999999999527e-05,"$area":1.01999999999527e-05},"id":"11703-Time::Seconds::BEGIN@3"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Time::Seconds::BEGIN@24","$color":6,"excl_time":6.40000000007152e-06,"$area":6.40000000007152e-06},"id":"11704-Time::Seconds::BEGIN@24"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Time::Seconds::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Time::Seconds::BEGIN@29","$color":6,"excl_time":5.7000000000954e-06,"$area":5.7000000000954e-06},"id":"11705-Time::Seconds::BEGIN@29"}],"data":{"$area":0.000150600000000344},"id":"n11689"}],"data":{"$area":0.00325860000000176},"id":"n11648"},{"name":"Benchmark","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Benchmark::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Benchmark::BEGIN@3","$color":8,"excl_time":1.32999999998142e-05,"$area":1.32999999998142e-05},"id":"11707-Benchmark::BEGIN@3"},{"name":"BEGIN@433","children":[],"data":{"tip":"<p><b>Benchmark::BEGIN@433</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Benchmark::BEGIN@433","$color":8,"excl_time":8.69999999967881e-06,"$area":8.69999999967881e-06},"id":"11708-Benchmark::BEGIN@433"},{"name":"clearallcache","children":[],"data":{"tip":"<p><b>Benchmark::clearallcache</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"Benchmark::clearallcache","$color":8,"excl_time":1.5e-06,"$area":1.5e-06},"id":"11709-Benchmark::clearallcache"},{"name":"import","children":[],"data":{"tip":"<p><b>Benchmark::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 113&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001132,"subname":"Benchmark::import","$color":8,"excl_time":1.12999999993458e-05,"$area":1.12999999993458e-05},"id":"11710-Benchmark::import"},{"name":"disablecache","children":[],"data":{"tip":"<p><b>Benchmark::disablecache</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Benchmark::disablecache","$color":8,"excl_time":1.9e-06,"$area":1.9e-06},"id":"11711-Benchmark::disablecache"},{"name":"BEGIN@432","children":[],"data":{"tip":"<p><b>Benchmark::BEGIN@432</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"Benchmark::BEGIN@432","$color":8,"excl_time":1.03000000001157e-05,"$area":1.03000000001157e-05},"id":"11712-Benchmark::BEGIN@432"},{"name":"init","children":[],"data":{"tip":"<p><b>Benchmark::init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Benchmark::init","$color":8,"excl_time":1.39000000002353e-05,"$area":1.39000000002353e-05},"id":"11713-Benchmark::init"},{"name":"BEGIN@453","children":[],"data":{"tip":"<p><b>Benchmark::BEGIN@453</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 132&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001315,"subname":"Benchmark::BEGIN@453","$color":8,"excl_time":3.2299999999812e-05,"$area":3.2299999999812e-05},"id":"11714-Benchmark::BEGIN@453"},{"name":"BEGIN@426","children":[],"data":{"tip":"<p><b>Benchmark::BEGIN@426</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Benchmark::BEGIN@426","$color":8,"excl_time":8.40000000028218e-06,"$area":8.40000000028218e-06},"id":"11715-Benchmark::BEGIN@426"}],"data":{"$area":0.000101599999999284},"id":"n11706"},{"name":"FindBin","children":[{"name":"init","children":[],"data":{"tip":"<p><b>FindBin::init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 244&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0002438,"subname":"FindBin::init","$color":10,"excl_time":5.27999999999998e-05,"$area":5.27999999999998e-05},"id":"11717-FindBin::init"},{"name":"CORE:readlink","children":[],"data":{"tip":"<p><b>FindBin::CORE:readlink</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"FindBin::CORE:readlink","$color":10,"excl_time":9.5e-06,"$area":9.5e-06},"id":"11718-FindBin::CORE:readlink"},{"name":"BEGIN@99","children":[],"data":{"tip":"<p><b>FindBin::BEGIN@99</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.45ms, 0.00%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.0014515,"subname":"FindBin::BEGIN@99","$color":10,"excl_time":0.0012764,"$area":0.0012764},"id":"11719-FindBin::BEGIN@99"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>FindBin::CORE:ftfile</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"FindBin::CORE:ftfile","$color":10,"excl_time":1e-05,"$area":1e-05},"id":"11720-FindBin::CORE:ftfile"},{"name":"BEGIN@95","children":[],"data":{"tip":"<p><b>FindBin::BEGIN@95</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.79ms, 0.00%<br />Exclusive time: 2.55ms, 0.00%</p>","incl_time":0.0027853,"subname":"FindBin::BEGIN@95","$color":10,"excl_time":0.0025549,"$area":0.0025549},"id":"11721-FindBin::BEGIN@95"},{"name":"BEGIN@205","children":[],"data":{"tip":"<p><b>FindBin::BEGIN@205</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 251&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002508,"subname":"FindBin::BEGIN@205","$color":10,"excl_time":7.00000000000109e-06,"$area":7.00000000000109e-06},"id":"11722-FindBin::BEGIN@205"},{"name":"BEGIN@100","children":[],"data":{"tip":"<p><b>FindBin::BEGIN@100</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.00%<br />Exclusive time: 1.78ms, 0.00%</p>","incl_time":0.0019065,"subname":"FindBin::BEGIN@100","$color":10,"excl_time":0.001783,"$area":0.001783},"id":"11723-FindBin::BEGIN@100"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>FindBin::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"FindBin::CORE:match","$color":10,"excl_time":1.3e-06,"$area":1.3e-06},"id":"11724-FindBin::CORE:match"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>FindBin::BEGIN@98</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.04ms, 0.01%<br />Exclusive time: 3.56ms, 0.01%</p>","incl_time":0.0040422,"subname":"FindBin::BEGIN@98","$color":10,"excl_time":0.0035633,"$area":0.0035633},"id":"11725-FindBin::BEGIN@98"},{"name":"cwd2","children":[],"data":{"tip":"<p><b>FindBin::cwd2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"FindBin::cwd2","$color":10,"excl_time":7.10000000000057e-06,"$area":7.10000000000057e-06},"id":"11726-FindBin::cwd2"}],"data":{"$area":0.00926530000000001},"id":"n11716"},{"name":"MRO","children":[{"name":"::Compat","children":[{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"MRO::Compat::BEGIN@39","$color":1,"excl_time":7.60000000000138e-06,"$area":7.60000000000138e-06},"id":"11729-MRO::Compat::BEGIN@39"},{"name":"BEGIN@226","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@226</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"MRO::Compat::BEGIN@226","$color":1,"excl_time":9.89999999999575e-06,"$area":9.89999999999575e-06},"id":"11730-MRO::Compat::BEGIN@226"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"MRO::Compat::BEGIN@2","$color":1,"excl_time":1.19000000000056e-05,"$area":1.19000000000056e-05},"id":"11731-MRO::Compat::BEGIN@2"},{"name":"BEGIN@116","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@116</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"MRO::Compat::BEGIN@116","$color":1,"excl_time":8.30000000000088e-06,"$area":8.30000000000088e-06},"id":"11732-MRO::Compat::BEGIN@116"},{"name":"BEGIN@225","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@225</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"MRO::Compat::BEGIN@225","$color":1,"excl_time":7.69999999999475e-06,"$area":7.69999999999475e-06},"id":"11733-MRO::Compat::BEGIN@225"},{"name":"BEGIN@256","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@256</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 197&micro;s, 0.00%<br />Exclusive time: 187&micro;s, 0.00%</p>","incl_time":0.0001974,"subname":"MRO::Compat::BEGIN@256","$color":1,"excl_time":0.000186900000000003,"$area":0.000186900000000003},"id":"11734-MRO::Compat::BEGIN@256"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/MRO/Compat.pm:41]","children":[],"data":{"tip":"<p><b>MRO::Compat::__ANON__[/Users/edenc/perl5/lib/perl5/MRO/Compat.pm:41]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"MRO::Compat::__ANON__[/Users/edenc/perl5/lib/perl5/MRO/Compat.pm:41]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11735-MRO::Compat::__ANON__[/Users/edenc/perl5/lib/perl5/MRO/Compat.pm:41]"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 540&micro;s, 0.00%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.00054,"subname":"MRO::Compat::BEGIN@10","$color":1,"excl_time":0.000327099999999998,"$area":0.000327099999999998},"id":"11736-MRO::Compat::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"MRO::Compat::BEGIN@3","$color":1,"excl_time":6.3999999999955e-06,"$area":6.3999999999955e-06},"id":"11737-MRO::Compat::BEGIN@3"}],"data":{"$area":0.000569499999999995},"id":"n11728"}],"data":{"$area":0.000569499999999995},"id":"n11727"},{"name":"Fcntl","children":[{"name":"O_TEMPORARY","children":[],"data":{"tip":"<p><b>Fcntl::O_TEMPORARY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Fcntl::O_TEMPORARY","$color":3,"excl_time":9.90000000000188e-06,"$area":9.90000000000188e-06},"id":"11739-Fcntl::O_TEMPORARY"},{"name":"S_IFBLK","children":[],"data":{"tip":"<p><b>Fcntl::S_IFBLK</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Fcntl::S_IFBLK","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"11740-Fcntl::S_IFBLK"},{"name":"O_NOINHERIT","children":[],"data":{"tip":"<p><b>Fcntl::O_NOINHERIT</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Fcntl::O_NOINHERIT","$color":3,"excl_time":9.30000000000188e-06,"$area":9.30000000000188e-06},"id":"11741-Fcntl::O_NOINHERIT"},{"name":"S_ISVTX","children":[],"data":{"tip":"<p><b>Fcntl::S_ISVTX</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Fcntl::S_ISVTX","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"11742-Fcntl::S_ISVTX"},{"name":"O_NOFOLLOW","children":[],"data":{"tip":"<p><b>Fcntl::O_NOFOLLOW</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Fcntl::O_NOFOLLOW","$color":3,"excl_time":6e-06,"$area":6e-06},"id":"11743-Fcntl::O_NOFOLLOW"},{"name":"O_BINARY","children":[],"data":{"tip":"<p><b>Fcntl::O_BINARY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Fcntl::O_BINARY","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"11744-Fcntl::O_BINARY"},{"name":"S_IFSOCK","children":[],"data":{"tip":"<p><b>Fcntl::S_IFSOCK</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Fcntl::S_IFSOCK","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11745-Fcntl::S_IFSOCK"},{"name":"S_IFFIFO","children":[],"data":{"tip":"<p><b>Fcntl::S_IFFIFO</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Fcntl::S_IFFIFO","$color":3,"excl_time":1.51e-05,"$area":1.51e-05},"id":"11746-Fcntl::S_IFFIFO"},{"name":"O_EXLOCK","children":[],"data":{"tip":"<p><b>Fcntl::O_EXLOCK</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Fcntl::O_EXLOCK","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"11747-Fcntl::O_EXLOCK"},{"name":"S_IFDIR","children":[],"data":{"tip":"<p><b>Fcntl::S_IFDIR</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Fcntl::S_IFDIR","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"11748-Fcntl::S_IFDIR"},{"name":"S_ISGID","children":[],"data":{"tip":"<p><b>Fcntl::S_ISGID</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Fcntl::S_ISGID","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11749-Fcntl::S_ISGID"},{"name":"O_LARGEFILE","children":[],"data":{"tip":"<p><b>Fcntl::O_LARGEFILE</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Fcntl::O_LARGEFILE","$color":3,"excl_time":1.53000000000031e-05,"$area":1.53000000000031e-05},"id":"11750-Fcntl::O_LARGEFILE"},{"name":"S_IFLNK","children":[],"data":{"tip":"<p><b>Fcntl::S_IFLNK</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Fcntl::S_IFLNK","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11751-Fcntl::S_IFLNK"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>Fcntl::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Fcntl::BEGIN@58","$color":3,"excl_time":1.61000000000017e-05,"$area":1.61000000000017e-05},"id":"11752-Fcntl::BEGIN@58"},{"name":"S_ISUID","children":[],"data":{"tip":"<p><b>Fcntl::S_ISUID</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Fcntl::S_ISUID","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11753-Fcntl::S_ISUID"},{"name":"S_IFCHR","children":[],"data":{"tip":"<p><b>Fcntl::S_IFCHR</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Fcntl::S_IFCHR","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"11754-Fcntl::S_IFCHR"},{"name":"S_IFREG","children":[],"data":{"tip":"<p><b>Fcntl::S_IFREG</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Fcntl::S_IFREG","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"11755-Fcntl::S_IFREG"}],"data":{"$area":0.000106000000000008},"id":"n11738"},{"name":"Scope","children":[{"name":"::Guard","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Scope::Guard::new</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 88&micro;s, 0.00%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":8.82e-05,"subname":"Scope::Guard::new","$color":5,"excl_time":8.03000000000504e-05,"$area":8.03000000000504e-05},"id":"11758-Scope::Guard::new"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Scope::Guard::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Scope::Guard::BEGIN@6","$color":5,"excl_time":9.60000000003964e-06,"$area":9.60000000003964e-06},"id":"11759-Scope::Guard::BEGIN@6"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Scope::Guard::DESTROY</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 873&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.000873,"subname":"Scope::Guard::DESTROY","$color":5,"excl_time":4.72999999999596e-05,"$area":4.72999999999596e-05},"id":"11760-Scope::Guard::DESTROY"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Scope::Guard::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Scope::Guard::BEGIN@4","$color":5,"excl_time":8.40000000004951e-06,"$area":8.40000000004951e-06},"id":"11761-Scope::Guard::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Scope::Guard::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Scope::Guard::BEGIN@3","$color":5,"excl_time":1.56000000000955e-05,"$area":1.56000000000955e-05},"id":"11762-Scope::Guard::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Scope::Guard::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Scope::Guard::BEGIN@7","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11763-Scope::Guard::BEGIN@7"}],"data":{"$area":0.000165600000000195},"id":"n11757"},{"name":"::Upper","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Scope::Upper::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Scope::Upper::BEGIN@3","$color":7,"excl_time":2.31000000002123e-05,"$area":2.31000000002123e-05},"id":"11765-Scope::Upper::BEGIN@3"},{"name":"BEGIN@574","children":[],"data":{"tip":"<p><b>Scope::Upper::BEGIN@574</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.73e-05,"subname":"Scope::Upper::BEGIN@574","$color":7,"excl_time":1.0500000000012e-05,"$area":1.0500000000012e-05},"id":"11766-Scope::Upper::BEGIN@574"},{"name":"unwind","children":[],"data":{"tip":"<p><b>Scope::Upper::unwind</b></p><p><br />Called 282 times from 4 places in 2 files<br />Inclusive time: 415&micro;s, 0.00%</p>","incl_time":0.0004147,"subname":"Scope::Upper::unwind","$color":7,"excl_time":0.0004147,"$area":0.0004147},"id":"11767-Scope::Upper::unwind"},{"name":"BEGIN@195","children":[],"data":{"tip":"<p><b>Scope::Upper::BEGIN@195</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 374&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003741,"subname":"Scope::Upper::BEGIN@195","$color":7,"excl_time":1.10000000000504e-05,"$area":1.10000000000504e-05},"id":"11768-Scope::Upper::BEGIN@195"},{"name":"SUB","children":[],"data":{"tip":"<p><b>Scope::Upper::SUB</b></p><p><br />Called 282 times from 4 places in 2 files<br />Inclusive time: 425&micro;s, 0.00%</p>","incl_time":0.0004254,"subname":"Scope::Upper::SUB","$color":7,"excl_time":0.0004254,"$area":0.0004254},"id":"11769-Scope::Upper::SUB"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Scope::Upper::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Scope::Upper::BEGIN@4","$color":7,"excl_time":1.13999999998168e-05,"$area":1.13999999998168e-05},"id":"11770-Scope::Upper::BEGIN@4"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Scope::Upper::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Scope::Upper::BEGIN@17","$color":7,"excl_time":5.8e-06,"$area":5.8e-06},"id":"11771-Scope::Upper::BEGIN@17"}],"data":{"$area":0.000901900000000092},"id":"n11764"}],"data":{"$area":0.00106750000000029},"id":"n11756"},{"name":"POSIX","children":[{"name":"read","children":[],"data":{"tip":"<p><b>POSIX::read</b></p><p><br />Called 114 times from 1 place in 1 file<br />Inclusive time: 767ms, 1.08%</p>","incl_time":0.766950700000001,"subname":"POSIX::read","$color":9,"excl_time":0.766950700000001,"$area":0.766950700000001},"id":"11773-POSIX::read"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>POSIX::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 694&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0006941,"subname":"POSIX::BEGIN@9","$color":9,"excl_time":1.05000000001046e-05,"$area":1.05000000001046e-05},"id":"11774-POSIX::BEGIN@9"},{"name":"pipe","children":[],"data":{"tip":"<p><b>POSIX::pipe</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%</p>","incl_time":8.51e-05,"subname":"POSIX::pipe","$color":9,"excl_time":8.51e-05,"$area":8.51e-05},"id":"11775-POSIX::pipe"},{"name":"import","children":[],"data":{"tip":"<p><b>POSIX::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.20ms, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0041987,"subname":"POSIX::import","$color":9,"excl_time":4.03000000001041e-05,"$area":4.03000000001041e-05},"id":"11776-POSIX::import"},{"name":"load_imports","children":[],"data":{"tip":"<p><b>POSIX::load_imports</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 538&micro;s, 0.00%</p>","incl_time":0.0005381,"subname":"POSIX::load_imports","$color":9,"excl_time":0.0005381,"$area":0.0005381},"id":"11777-POSIX::load_imports"},{"name":"BEGIN@39","children":[],"data":{"tip":"<p><b>POSIX::BEGIN@39</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"POSIX::BEGIN@39","$color":9,"excl_time":1.24000000000999e-05,"$area":1.24000000000999e-05},"id":"11778-POSIX::BEGIN@39"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>POSIX::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"POSIX::BEGIN@3","$color":9,"excl_time":8.60000000002738e-06,"$area":8.60000000002738e-06},"id":"11779-POSIX::BEGIN@3"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>POSIX::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"POSIX::CORE:match","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11780-POSIX::CORE:match"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>POSIX::AUTOLOAD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"POSIX::AUTOLOAD","$color":9,"excl_time":9.20000000002563e-06,"$area":9.20000000002563e-06},"id":"11781-POSIX::AUTOLOAD"},{"name":"close","children":[],"data":{"tip":"<p><b>POSIX::close</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 118&micro;s, 0.00%</p>","incl_time":0.0001175,"subname":"POSIX::close","$color":9,"excl_time":0.0001175,"$area":0.0001175},"id":"11782-POSIX::close"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>POSIX::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"POSIX::BEGIN@2","$color":9,"excl_time":1.40000000000831e-05,"$area":1.40000000000831e-05},"id":"11783-POSIX::BEGIN@2"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>POSIX::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001674,"subname":"POSIX::BEGIN@13","$color":9,"excl_time":1.05000000000957e-05,"$area":1.05000000000957e-05},"id":"11784-POSIX::BEGIN@13"},{"name":"::SigRt","children":[{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>POSIX::SigRt::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"POSIX::SigRt::BEGIN@58","$color":0,"excl_time":6.4e-06,"$area":6.4e-06},"id":"11786-POSIX::SigRt::BEGIN@58"},{"name":"BEGIN@56","children":[],"data":{"tip":"<p><b>POSIX::SigRt::BEGIN@56</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"POSIX::SigRt::BEGIN@56","$color":0,"excl_time":6.6000000000999e-06,"$area":6.6000000000999e-06},"id":"11787-POSIX::SigRt::BEGIN@56"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>POSIX::SigRt::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"POSIX::SigRt::BEGIN@60","$color":0,"excl_time":5.80000000007753e-06,"$area":5.80000000007753e-06},"id":"11788-POSIX::SigRt::BEGIN@60"}],"data":{"$area":1.88000000001774e-05},"id":"n11785"},{"name":"::SigAction","children":[{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>POSIX::SigAction::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"POSIX::SigAction::BEGIN@52","$color":2,"excl_time":7.7999999999875e-06,"$area":7.7999999999875e-06},"id":"11790-POSIX::SigAction::BEGIN@52"}],"data":{"$area":7.7999999999875e-06},"id":"n11789"}],"data":{"$area":0.767828400000002},"id":"n11772"},{"name":"Search","children":[{"name":"::GIN","children":[{"name":"::Extract","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Search::GIN::Extract::BEGIN@4","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"11794-Search::GIN::Extract::BEGIN@4"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 289&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002886,"subname":"Search::GIN::Extract::BEGIN@11","$color":4,"excl_time":8.89999999989516e-06,"$area":8.89999999989516e-06},"id":"11795-Search::GIN::Extract::BEGIN@11"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.66ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026624,"subname":"Search::GIN::Extract::BEGIN@9","$color":4,"excl_time":9.00000000019375e-06,"$area":9.00000000019375e-06},"id":"11796-Search::GIN::Extract::BEGIN@9"},{"name":"::Delegate","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::Delegate::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 319&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003186,"subname":"Search::GIN::Extract::Delegate::BEGIN@10","$color":6,"excl_time":9.69999999972165e-06,"$area":9.69999999972165e-06},"id":"11798-Search::GIN::Extract::Delegate::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::Delegate::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Search::GIN::Extract::Delegate::BEGIN@4","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11799-Search::GIN::Extract::Delegate::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Search::GIN::Extract::Delegate::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.72ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0027222,"subname":"Search::GIN::Extract::Delegate::BEGIN@9","$color":6,"excl_time":9.39999999970695e-06,"$area":9.39999999970695e-06},"id":"11800-Search::GIN::Extract::Delegate::BEGIN@9"}],"data":{"$area":2.27999999994286e-05},"id":"n11797"}],"data":{"$area":4.45999999995175e-05},"id":"n11793"},{"name":"::Driver","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Search::GIN::Driver::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17.2ms, 0.02%<br />Exclusive time: 531&micro;s, 0.00%</p>","incl_time":0.017229,"subname":"Search::GIN::Driver::BEGIN@11","$color":8,"excl_time":0.000531300000000075,"$area":0.000531300000000075},"id":"11802-Search::GIN::Driver::BEGIN@11"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Search::GIN::Driver::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Search::GIN::Driver::BEGIN@4","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"11803-Search::GIN::Driver::BEGIN@4"},{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>Search::GIN::Driver::BEGIN@80</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Search::GIN::Driver::BEGIN@80","$color":8,"excl_time":9.39999999977345e-06,"$area":9.39999999977345e-06},"id":"11804-Search::GIN::Driver::BEGIN@80"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Search::GIN::Driver::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.77ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0027706,"subname":"Search::GIN::Driver::BEGIN@9","$color":8,"excl_time":8.09999999977712e-06,"$area":8.09999999977712e-06},"id":"11805-Search::GIN::Driver::BEGIN@9"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Search::GIN::Driver::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 338&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003383,"subname":"Search::GIN::Driver::BEGIN@13","$color":8,"excl_time":9.19999999991788e-06,"$area":9.19999999991788e-06},"id":"11806-Search::GIN::Driver::BEGIN@13"}],"data":{"$area":0.000561899999999543},"id":"n11801"}],"data":{"$area":0.000606499999999061},"id":"n11792"}],"data":{"$area":0.000606499999999061},"id":"n11791"},{"name":"Digest","children":[{"name":"::base","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Digest::base::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Digest::base::BEGIN@4","$color":10,"excl_time":7.40000000007952e-06,"$area":7.40000000007952e-06},"id":"11809-Digest::base::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Digest::base::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Digest::base::BEGIN@3","$color":10,"excl_time":1.45000000000248e-05,"$area":1.45000000000248e-05},"id":"11810-Digest::base::BEGIN@3"}],"data":{"$area":2.19000000001043e-05},"id":"n11808"},{"name":"::MD5","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Digest::MD5::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Digest::MD5::BEGIN@3","$color":1,"excl_time":1.40999999999195e-05,"$area":1.40999999999195e-05},"id":"11812-Digest::MD5::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Digest::MD5::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Digest::MD5::BEGIN@4","$color":1,"excl_time":7.7000000000095e-06,"$area":7.7000000000095e-06},"id":"11813-Digest::MD5::BEGIN@4"}],"data":{"$area":2.1799999999929e-05},"id":"n11811"}],"data":{"$area":4.37000000000333e-05},"id":"n11807"},{"name":"HTTP","children":[{"name":"::Status","children":[{"name":"status_message","children":[],"data":{"tip":"<p><b>HTTP::Status::status_message</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"HTTP::Status::status_message","$color":3,"excl_time":1.26e-05,"$area":1.26e-05},"id":"11816-HTTP::Status::status_message"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>HTTP::Status::CORE:match</b></p><p><br />Called 184 times from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.00%</p>","incl_time":6.97e-05,"subname":"HTTP::Status::CORE:match","$color":3,"excl_time":6.97e-05,"$area":6.97e-05},"id":"11817-HTTP::Status::CORE:match"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Status::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.55e-05,"subname":"HTTP::Status::BEGIN@6","$color":3,"excl_time":7.10000000003152e-06,"$area":7.10000000003152e-06},"id":"11818-HTTP::Status::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Status::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"HTTP::Status::BEGIN@3","$color":3,"excl_time":1.27000000003751e-05,"$area":1.27000000003751e-05},"id":"11819-HTTP::Status::BEGIN@3"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Status::CORE:subst</b></p><p><br />Called 58 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"HTTP::Status::CORE:subst","$color":3,"excl_time":2.11e-05,"$area":2.11e-05},"id":"11820-HTTP::Status::CORE:subst"}],"data":{"$area":0.000123200000000407},"id":"n11815"},{"name":"::Message","children":[{"name":"content","children":[],"data":{"tip":"<p><b>HTTP::Message::content</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 757&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0007571,"subname":"HTTP::Message::content","$color":5,"excl_time":4.2199999998927e-05,"$area":4.2199999998927e-05},"id":"11822-HTTP::Message::content"},{"name":"_elem","children":[],"data":{"tip":"<p><b>HTTP::Message::_elem</b></p><p><br />Called 14 times from 5 places in 3 files<br />Inclusive time: 62&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"HTTP::Message::_elem","$color":5,"excl_time":6.23e-05,"$area":6.23e-05},"id":"11823-HTTP::Message::_elem"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Message::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"HTTP::Message::BEGIN@4","$color":5,"excl_time":6.70000000000226e-06,"$area":6.70000000000226e-06},"id":"11824-HTTP::Message::BEGIN@4"},{"name":"headers","children":[],"data":{"tip":"<p><b>HTTP::Message::headers</b></p><p><br />Called 12 times from 4 places in 2 files<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"HTTP::Message::headers","$color":5,"excl_time":3.51e-05,"$area":3.51e-05},"id":"11825-HTTP::Message::headers"},{"name":"BEGIN@648","children":[],"data":{"tip":"<p><b>HTTP::Message::BEGIN@648</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"HTTP::Message::BEGIN@648","$color":5,"excl_time":1.01999999999989e-05,"$area":1.01999999999989e-05},"id":"11826-HTTP::Message::BEGIN@648"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Message::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"HTTP::Message::BEGIN@3","$color":5,"excl_time":1.59999999999999e-05,"$area":1.59999999999999e-05},"id":"11827-HTTP::Message::BEGIN@3"},{"name":"protocol","children":[],"data":{"tip":"<p><b>HTTP::Message::protocol</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"HTTP::Message::protocol","$color":5,"excl_time":1.08000000008908e-05,"$area":1.08000000008908e-05},"id":"11828-HTTP::Message::protocol"},{"name":"_set_content","children":[],"data":{"tip":"<p><b>HTTP::Message::_set_content</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 715&micro;s, 0.00%<br />Exclusive time: 690&micro;s, 0.00%</p>","incl_time":0.0007149,"subname":"HTTP::Message::_set_content","$color":5,"excl_time":0.00069030000000118,"$area":0.00069030000000118},"id":"11829-HTTP::Message::_set_content"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:649]","children":[],"data":{"tip":"<p><b>HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:649]</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 219&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0002188,"subname":"HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:649]","$color":5,"excl_time":8.97999999952913e-05,"$area":8.97999999952913e-05},"id":"11830-HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:649]"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>HTTP::Message::AUTOLOAD</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"HTTP::Message::AUTOLOAD","$color":5,"excl_time":2.15e-05,"$area":2.15e-05},"id":"11831-HTTP::Message::AUTOLOAD"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:18]","children":[],"data":{"tip":"<p><b>HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:18]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:18]","$color":5,"excl_time":2.02000000027601e-05,"$area":2.02000000027601e-05},"id":"11832-HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:18]"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Message::new</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 107&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0001073,"subname":"HTTP::Message::new","$color":5,"excl_time":8.16999999983757e-05,"$area":8.16999999983757e-05},"id":"11833-HTTP::Message::new"},{"name":"::PSGI","children":[{"name":"::ChunkedInput","children":[],"data":{"$area":0},"id":"n11835"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:134]","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:134]</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.33ms, 0.00%<br />Exclusive time: 229&micro;s, 0.00%</p>","incl_time":0.0013297,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:134]","$color":9,"excl_time":0.00022929999999256,"$area":0.00022929999999256},"id":"11836-HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:134]"},{"name":"CORE:open","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::CORE:open</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 750&micro;s, 0.00%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0007499,"subname":"HTTP::Message::PSGI::CORE:open","$color":9,"excl_time":0.000111200000000341,"$area":0.000111200000000341},"id":"11837-HTTP::Message::PSGI::CORE:open"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"HTTP::Message::PSGI::BEGIN@7","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"11838-HTTP::Message::PSGI::BEGIN@7"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:138]","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:138]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 198&micro;s, 0.00%</p>","incl_time":0.0001978,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:138]","$color":9,"excl_time":0.0001978,"$area":0.0001978},"id":"11839-HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:138]"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"HTTP::Message::PSGI::BEGIN@3","$color":9,"excl_time":6.69999999972307e-06,"$area":6.69999999972307e-06},"id":"11840-HTTP::Message::PSGI::BEGIN@3"},{"name":"req_to_psgi","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::req_to_psgi</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.02ms, 0.00%<br />Exclusive time: 386&micro;s, 0.00%</p>","incl_time":0.0020202,"subname":"HTTP::Message::PSGI::req_to_psgi","$color":9,"excl_time":0.000385800000001407,"$area":0.000385800000001407},"id":"11841-HTTP::Message::PSGI::req_to_psgi"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"HTTP::Message::PSGI::BEGIN@10","$color":9,"excl_time":9.50000000023442e-06,"$area":9.50000000023442e-06},"id":"11842-HTTP::Message::PSGI::BEGIN@10"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"HTTP::Message::PSGI::BEGIN@9","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11843-HTTP::Message::PSGI::BEGIN@9"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:19]","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:19]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:19]","$color":9,"excl_time":1.61999999978043e-05,"$area":1.61999999978043e-05},"id":"11844-HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:19]"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"HTTP::Message::PSGI::BEGIN@2","$color":9,"excl_time":1.4000000000422e-05,"$area":1.4000000000422e-05},"id":"11845-HTTP::Message::PSGI::BEGIN@2"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 639&micro;s, 0.00%<br />Exclusive time: 273&micro;s, 0.00%</p>","incl_time":0.0006387,"subname":"HTTP::Message::PSGI::BEGIN@41","$color":9,"excl_time":0.000273000000000309,"$area":0.000273000000000309},"id":"11846-HTTP::Message::PSGI::BEGIN@41"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"HTTP::Message::PSGI::BEGIN@11","$color":9,"excl_time":9.40000000010952e-06,"$area":9.40000000010952e-06},"id":"11847-HTTP::Message::PSGI::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002647,"subname":"HTTP::Message::PSGI::BEGIN@8","$color":9,"excl_time":1.08000000003039e-05,"$area":1.08000000003039e-05},"id":"11848-HTTP::Message::PSGI::BEGIN@8"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:104]","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:104]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.24e-05,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:104]","$color":9,"excl_time":1.08999999997103e-05,"$area":1.08999999997103e-05},"id":"11849-HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:104]"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::CORE:match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"HTTP::Message::PSGI::CORE:match","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"11850-HTTP::Message::PSGI::CORE:match"},{"name":"_res_from_psgi","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::_res_from_psgi</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 248&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0002477,"subname":"HTTP::Message::PSGI::_res_from_psgi","$color":9,"excl_time":5.92999999965808e-05,"$area":5.92999999965808e-05},"id":"11851-HTTP::Message::PSGI::_res_from_psgi"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"HTTP::Message::PSGI::BEGIN@4","$color":9,"excl_time":8.69999999996362e-06,"$area":8.69999999996362e-06},"id":"11852-HTTP::Message::PSGI::BEGIN@4"},{"name":"res_from_psgi","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::res_from_psgi</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7.41s, 10.45%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":7.4124575,"subname":"HTTP::Message::PSGI::res_from_psgi","$color":9,"excl_time":3.15999999997383e-05,"$area":3.15999999997383e-05},"id":"11853-HTTP::Message::PSGI::res_from_psgi"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Message::PSGI::CORE:subst</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"HTTP::Message::PSGI::CORE:subst","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"11854-HTTP::Message::PSGI::CORE:subst"}],"data":{"$area":0.00139049999998921},"id":"n11834"}],"data":{"$area":0.00247729999998663},"id":"n11821"},{"name":"::Headers","children":[{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:substcont</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"HTTP::Headers::CORE:substcont","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11856-HTTP::Headers::CORE:substcont"},{"name":"_sorted_field_names","children":[],"data":{"tip":"<p><b>HTTP::Headers::_sorted_field_names</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"HTTP::Headers::_sorted_field_names","$color":0,"excl_time":3.41999999976698e-05,"$area":3.41999999976698e-05},"id":"11857-HTTP::Headers::_sorted_field_names"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Headers::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.23e-05,"subname":"HTTP::Headers::BEGIN@6","$color":0,"excl_time":6.4999999999975e-06,"$area":6.4999999999975e-06},"id":"11858-HTTP::Headers::BEGIN@6"},{"name":"scan","children":[],"data":{"tip":"<p><b>HTTP::Headers::scan</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":7.95e-05,"subname":"HTTP::Headers::scan","$color":0,"excl_time":3.97999999908093e-05,"$area":3.97999999908093e-05},"id":"11859-HTTP::Headers::scan"},{"name":"content_length","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_length</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 155&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001555,"subname":"HTTP::Headers::content_length","$color":0,"excl_time":4.61999999954692e-05,"$area":4.61999999954692e-05},"id":"11860-HTTP::Headers::content_length"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Headers::new</b></p><p><br />Called 7 times from 3 places in 3 files<br />Inclusive time: 71&micro;s, 0.00%</p>","incl_time":7.1e-05,"subname":"HTTP::Headers::new","$color":0,"excl_time":7.1e-05,"$area":7.1e-05},"id":"11861-HTTP::Headers::new"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Headers::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"HTTP::Headers::BEGIN@3","$color":0,"excl_time":1.41999999999994e-05,"$area":1.41999999999994e-05},"id":"11862-HTTP::Headers::BEGIN@3"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:subst</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"HTTP::Headers::CORE:subst","$color":0,"excl_time":1.72e-05,"$area":1.72e-05},"id":"11863-HTTP::Headers::CORE:subst"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:sort</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"HTTP::Headers::CORE:sort","$color":0,"excl_time":1.54e-05,"$area":1.54e-05},"id":"11864-HTTP::Headers::CORE:sort"},{"name":"content_encoding","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_encoding</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 141&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0001409,"subname":"HTTP::Headers::content_encoding","$color":0,"excl_time":3.47000000023863e-05,"$area":3.47000000023863e-05},"id":"11865-HTTP::Headers::content_encoding"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Headers::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"HTTP::Headers::BEGIN@4","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"11866-HTTP::Headers::BEGIN@4"},{"name":"_header","children":[],"data":{"tip":"<p><b>HTTP::Headers::_header</b></p><p><br />Called 23 times from 3 places in 1 file<br />Inclusive time: 432&micro;s, 0.00%<br />Exclusive time: 395&micro;s, 0.00%</p>","incl_time":0.0004324,"subname":"HTTP::Headers::_header","$color":0,"excl_time":0.000394900000009413,"$area":0.000394900000009413},"id":"11867-HTTP::Headers::_header"},{"name":"header_field_names","children":[],"data":{"tip":"<p><b>HTTP::Headers::header_field_names</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"HTTP::Headers::header_field_names","$color":0,"excl_time":1.65999999984199e-05,"$area":1.65999999984199e-05},"id":"11868-HTTP::Headers::header_field_names"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:match</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"HTTP::Headers::CORE:match","$color":0,"excl_time":2.91e-05,"$area":2.91e-05},"id":"11869-HTTP::Headers::CORE:match"},{"name":"header","children":[],"data":{"tip":"<p><b>HTTP::Headers::header</b></p><p><br />Called 14 times from 5 places in 4 files<br />Inclusive time: 361&micro;s, 0.00%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0003614,"subname":"HTTP::Headers::header","$color":0,"excl_time":0.000144500000009917,"$area":0.000144500000009917},"id":"11870-HTTP::Headers::header"},{"name":"content_type","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_type</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 169&micro;s, 0.00%<br />Exclusive time: 157&micro;s, 0.00%</p>","incl_time":0.0001688,"subname":"HTTP::Headers::content_type","$color":0,"excl_time":0.000157199999999444,"$area":0.000157199999999444},"id":"11871-HTTP::Headers::content_type"}],"data":{"$area":0.00102820000000353},"id":"n11855"},{"name":"::Request","children":[{"name":"uri","children":[],"data":{"tip":"<p><b>HTTP::Request::uri</b></p><p><br />Called 20 times from 7 places in 3 files<br />Inclusive time: 180&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0001796,"subname":"HTTP::Request::uri","$color":2,"excl_time":6.28000000010822e-05,"$area":6.28000000010822e-05},"id":"11873-HTTP::Request::uri"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Request::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"HTTP::Request::BEGIN@7","$color":2,"excl_time":1.90999999999986e-05,"$area":1.90999999999986e-05},"id":"11874-HTTP::Request::BEGIN@7"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Request::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 260&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0002605,"subname":"HTTP::Request::new","$color":2,"excl_time":5.63999999934093e-05,"$area":5.63999999934093e-05},"id":"11875-HTTP::Request::new"},{"name":"method","children":[],"data":{"tip":"<p><b>HTTP::Request::method</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"HTTP::Request::method","$color":2,"excl_time":2.0899999995145e-05,"$area":2.0899999995145e-05},"id":"11876-HTTP::Request::method"},{"name":"to_psgi","children":[],"data":{"tip":"<p><b>HTTP::Request::to_psgi</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2.03ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0020296,"subname":"HTTP::Request::to_psgi","$color":2,"excl_time":9.39999999775203e-06,"$area":9.39999999775203e-06},"id":"11877-HTTP::Request::to_psgi"},{"name":"::Common","children":[{"name":"GET","children":[],"data":{"tip":"<p><b>HTTP::Request::Common::GET</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 300&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003004,"subname":"HTTP::Request::Common::GET","$color":4,"excl_time":1.05000000023774e-05,"$area":1.05000000023774e-05},"id":"11879-HTTP::Request::Common::GET"},{"name":"_simple_req","children":[],"data":{"tip":"<p><b>HTTP::Request::Common::_simple_req</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 290&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002899,"subname":"HTTP::Request::Common::_simple_req","$color":4,"excl_time":2.94000000013354e-05,"$area":2.94000000013354e-05},"id":"11880-HTTP::Request::Common::_simple_req"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Request::Common::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.81e-05,"subname":"HTTP::Request::Common::BEGIN@4","$color":4,"excl_time":7.49999999999906e-06,"$area":7.49999999999906e-06},"id":"11881-HTTP::Request::Common::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Request::Common::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"HTTP::Request::Common::BEGIN@3","$color":4,"excl_time":1.26999999999982e-05,"$area":1.26999999999982e-05},"id":"11882-HTTP::Request::Common::BEGIN@3"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>HTTP::Request::Common::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"HTTP::Request::Common::BEGIN@14","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11883-HTTP::Request::Common::BEGIN@14"}],"data":{"$area":6.45000000037101e-05},"id":"n11878"}],"data":{"$area":0.000233099999991097},"id":"n11872"},{"name":"::Date","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Date::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"HTTP::Date::BEGIN@10","$color":6,"excl_time":2.48999999999097e-05,"$area":2.48999999999097e-05},"id":"11885-HTTP::Date::BEGIN@10"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>HTTP::Date::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":9.22e-05,"subname":"HTTP::Date::BEGIN@13","$color":6,"excl_time":1.19999999998032e-05,"$area":1.19999999998032e-05},"id":"11886-HTTP::Date::BEGIN@13"}],"data":{"$area":3.6899999999713e-05},"id":"n11884"},{"name":"::Response","children":[{"name":"from_psgi","children":[],"data":{"tip":"<p><b>HTTP::Response::from_psgi</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 7.41s, 10.45%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.4124692,"subname":"HTTP::Response::from_psgi","$color":8,"excl_time":1.16999999980203e-05,"$area":1.16999999980203e-05},"id":"11888-HTTP::Response::from_psgi"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Response::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 204&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.000204,"subname":"HTTP::Response::new","$color":8,"excl_time":7.33000000011821e-05,"$area":7.33000000011821e-05},"id":"11889-HTTP::Response::new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Response::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"HTTP::Response::BEGIN@7","$color":8,"excl_time":1.3300000000422e-05,"$area":1.3300000000422e-05},"id":"11890-HTTP::Response::BEGIN@7"},{"name":"message","children":[],"data":{"tip":"<p><b>HTTP::Response::message</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"HTTP::Response::message","$color":8,"excl_time":2.0999999994585e-05,"$area":2.0999999994585e-05},"id":"11891-HTTP::Response::message"},{"name":"request","children":[],"data":{"tip":"<p><b>HTTP::Response::request</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"HTTP::Response::request","$color":8,"excl_time":1.12999999995364e-05,"$area":1.12999999995364e-05},"id":"11892-HTTP::Response::request"},{"name":"code","children":[],"data":{"tip":"<p><b>HTTP::Response::code</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"HTTP::Response::code","$color":8,"excl_time":2.55000000021116e-05,"$area":2.55000000021116e-05},"id":"11893-HTTP::Response::code"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Response::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.88ms, 0.01%<br />Exclusive time: 3.70ms, 0.01%</p>","incl_time":0.00388,"subname":"HTTP::Response::BEGIN@8","$color":8,"excl_time":0.00369860000004108,"$area":0.00369860000004108},"id":"11894-HTTP::Response::BEGIN@8"}],"data":{"$area":0.00385470000003694},"id":"n11887"},{"name":"::Body","children":[{"name":"::OctetStream","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Body::OctetStream::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.09e-05,"subname":"HTTP::Body::OctetStream::BEGIN@7","$color":10,"excl_time":1.11000000000368e-05,"$area":1.11000000000368e-05},"id":"11897-HTTP::Body::OctetStream::BEGIN@7"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Body::OctetStream::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.88e-05,"subname":"HTTP::Body::OctetStream::BEGIN@10","$color":10,"excl_time":2.26999999997546e-05,"$area":2.26999999997546e-05},"id":"11898-HTTP::Body::OctetStream::BEGIN@10"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::OctetStream::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"HTTP::Body::OctetStream::BEGIN@8","$color":10,"excl_time":1.0200000000422e-05,"$area":1.0200000000422e-05},"id":"11899-HTTP::Body::OctetStream::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::OctetStream::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"HTTP::Body::OctetStream::BEGIN@6","$color":10,"excl_time":1.61000000001884e-05,"$area":1.61000000001884e-05},"id":"11900-HTTP::Body::OctetStream::BEGIN@6"}],"data":{"$area":6.01000000004017e-05},"id":"n11896"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>HTTP::Body::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"HTTP::Body::BEGIN@25","$color":1,"excl_time":9.69999999986022e-06,"$area":9.69999999986022e-06},"id":"11901-HTTP::Body::BEGIN@25"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"HTTP::Body::BEGIN@8","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11902-HTTP::Body::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"HTTP::Body::BEGIN@6","$color":1,"excl_time":1.61999999996276e-05,"$area":1.61999999996276e-05},"id":"11903-HTTP::Body::BEGIN@6"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>HTTP::Body::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"HTTP::Body::BEGIN@24","$color":1,"excl_time":1.22000000003751e-05,"$area":1.22000000003751e-05},"id":"11904-HTTP::Body::BEGIN@24"},{"name":"::XForms","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::XForms::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"HTTP::Body::XForms::BEGIN@8","$color":3,"excl_time":8.20000000028131e-06,"$area":8.20000000028131e-06},"id":"11906-HTTP::Body::XForms::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Body::XForms::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.92e-05,"subname":"HTTP::Body::XForms::BEGIN@10","$color":3,"excl_time":1.40000000001235e-05,"$area":1.40000000001235e-05},"id":"11907-HTTP::Body::XForms::BEGIN@10"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::XForms::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"HTTP::Body::XForms::BEGIN@6","$color":3,"excl_time":1.41999999998611e-05,"$area":1.41999999998611e-05},"id":"11908-HTTP::Body::XForms::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Body::XForms::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.19e-05,"subname":"HTTP::Body::XForms::BEGIN@7","$color":3,"excl_time":7.40000000031019e-06,"$area":7.40000000031019e-06},"id":"11909-HTTP::Body::XForms::BEGIN@7"}],"data":{"$area":4.38000000005761e-05},"id":"n11905"},{"name":"::UrlEncoded","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::UrlEncoded::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"HTTP::Body::UrlEncoded::BEGIN@8","$color":5,"excl_time":7.50000000000088e-06,"$area":7.50000000000088e-06},"id":"11911-HTTP::Body::UrlEncoded::BEGIN@8"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>HTTP::Body::UrlEncoded::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"HTTP::Body::UrlEncoded::CORE:qr","$color":5,"excl_time":5.4e-06,"$area":5.4e-06},"id":"11912-HTTP::Body::UrlEncoded::CORE:qr"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::UrlEncoded::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"HTTP::Body::UrlEncoded::BEGIN@6","$color":5,"excl_time":1.49999999998611e-05,"$area":1.49999999998611e-05},"id":"11913-HTTP::Body::UrlEncoded::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Body::UrlEncoded::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"HTTP::Body::UrlEncoded::BEGIN@7","$color":5,"excl_time":8.09999999974933e-06,"$area":8.09999999974933e-06},"id":"11914-HTTP::Body::UrlEncoded::BEGIN@7"}],"data":{"$area":3.59999999996113e-05},"id":"n11910"},{"name":"::MultiPart","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001577,"subname":"HTTP::Body::MultiPart::BEGIN@10","$color":7,"excl_time":1.38999999999728e-05,"$area":1.38999999999728e-05},"id":"11916-HTTP::Body::MultiPart::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"HTTP::Body::MultiPart::BEGIN@12","$color":7,"excl_time":1.00999999996736e-05,"$area":1.00999999996736e-05},"id":"11917-HTTP::Body::MultiPart::BEGIN@12"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"HTTP::Body::MultiPart::BEGIN@8","$color":7,"excl_time":6.90000000000088e-06,"$area":6.90000000000088e-06},"id":"11918-HTTP::Body::MultiPart::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.43e-05,"subname":"HTTP::Body::MultiPart::BEGIN@7","$color":7,"excl_time":7.2000000001244e-06,"$area":7.2000000001244e-06},"id":"11919-HTTP::Body::MultiPart::BEGIN@7"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":8.31e-05,"subname":"HTTP::Body::MultiPart::BEGIN@11","$color":7,"excl_time":1.44000000000784e-05,"$area":1.44000000000784e-05},"id":"11920-HTTP::Body::MultiPart::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::MultiPart::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"HTTP::Body::MultiPart::BEGIN@6","$color":7,"excl_time":1.4700000000422e-05,"$area":1.4700000000422e-05},"id":"11921-HTTP::Body::MultiPart::BEGIN@6"}],"data":{"$area":6.7200000000272e-05},"id":"n11915"},{"name":"::XFormsMultipart","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>HTTP::Body::XFormsMultipart::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"HTTP::Body::XFormsMultipart::BEGIN@8","$color":9,"excl_time":7.70000000000088e-06,"$area":7.70000000000088e-06},"id":"11923-HTTP::Body::XFormsMultipart::BEGIN@8"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTTP::Body::XFormsMultipart::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001338,"subname":"HTTP::Body::XFormsMultipart::BEGIN@10","$color":9,"excl_time":1.13000000001967e-05,"$area":1.13000000001967e-05},"id":"11924-HTTP::Body::XFormsMultipart::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>HTTP::Body::XFormsMultipart::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001046,"subname":"HTTP::Body::XFormsMultipart::BEGIN@11","$color":9,"excl_time":1.5799999999667e-05,"$area":1.5799999999667e-05},"id":"11925-HTTP::Body::XFormsMultipart::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>HTTP::Body::XFormsMultipart::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"HTTP::Body::XFormsMultipart::BEGIN@6","$color":9,"excl_time":1.49000000002353e-05,"$area":1.49000000002353e-05},"id":"11926-HTTP::Body::XFormsMultipart::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>HTTP::Body::XFormsMultipart::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.37e-05,"subname":"HTTP::Body::XFormsMultipart::BEGIN@7","$color":9,"excl_time":7.9000000002173e-06,"$area":7.9000000002173e-06},"id":"11927-HTTP::Body::XFormsMultipart::BEGIN@7"}],"data":{"$area":5.76000000003171e-05},"id":"n11922"}],"data":{"$area":0.000306200000001041},"id":"n11895"}],"data":{"$area":0.00805960000001935},"id":"n11814"},{"name":"HTML","children":[{"name":"::Entities","children":[{"name":"BEGIN@139","children":[],"data":{"tip":"<p><b>HTML::Entities::BEGIN@139</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"HTML::Entities::BEGIN@139","$color":0,"excl_time":6.60000000030582e-06,"$area":6.60000000030582e-06},"id":"11930-HTML::Entities::BEGIN@139"},{"name":"BEGIN@138","children":[],"data":{"tip":"<p><b>HTML::Entities::BEGIN@138</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"HTML::Entities::BEGIN@138","$color":0,"excl_time":1.43999999998611e-05,"$area":1.43999999998611e-05},"id":"11931-HTML::Entities::BEGIN@138"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTML::Entities::CORE:subst</b></p><p><br />Called 253 times from 1 place in 1 file<br />Inclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0002002,"subname":"HTML::Entities::CORE:subst","$color":0,"excl_time":0.0002002,"$area":0.0002002},"id":"11932-HTML::Entities::CORE:subst"},{"name":"BEGIN@140","children":[],"data":{"tip":"<p><b>HTML::Entities::BEGIN@140</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"HTML::Entities::BEGIN@140","$color":0,"excl_time":7.60000000043421e-06,"$area":7.60000000043421e-06},"id":"11933-HTML::Entities::BEGIN@140"}],"data":{"$area":0.000228800000000601},"id":"n11929"},{"name":"::Parser","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>HTML::Parser::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"HTML::Parser::BEGIN@9","$color":2,"excl_time":1.56000000002353e-05,"$area":1.56000000002353e-05},"id":"11935-HTML::Parser::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>HTML::Parser::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"HTML::Parser::BEGIN@10","$color":2,"excl_time":7.60000000010953e-06,"$area":7.60000000010953e-06},"id":"11936-HTML::Parser::BEGIN@10"}],"data":{"$area":2.32000000003448e-05},"id":"n11934"}],"data":{"$area":0.000252000000000946},"id":"n11928"},{"name":"maybe","children":[{"name":"::next","children":[],"data":{"$area":0},"id":"n11938"}],"data":{"$area":0},"id":"n11937"},{"name":"SQL","children":[{"name":"::Abstract","children":[{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>SQL::Abstract::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"SQL::Abstract::BEGIN@10","$color":6,"excl_time":8.89999999963018e-06,"$area":8.89999999963018e-06},"id":"11941-SQL::Abstract::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>SQL::Abstract::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"SQL::Abstract::CORE:match","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"11942-SQL::Abstract::CORE:match"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>SQL::Abstract::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"SQL::Abstract::BEGIN@12","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"11943-SQL::Abstract::BEGIN@12"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>SQL::Abstract::CORE:qr</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"SQL::Abstract::CORE:qr","$color":6,"excl_time":1.02e-05,"$area":1.02e-05},"id":"11944-SQL::Abstract::CORE:qr"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>SQL::Abstract::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"SQL::Abstract::BEGIN@11","$color":6,"excl_time":5.8e-06,"$area":5.8e-06},"id":"11945-SQL::Abstract::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>SQL::Abstract::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.71e-05,"subname":"SQL::Abstract::BEGIN@8","$color":6,"excl_time":1.75999999997423e-05,"$area":1.75999999997423e-05},"id":"11946-SQL::Abstract::BEGIN@8"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>SQL::Abstract::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"SQL::Abstract::BEGIN@9","$color":6,"excl_time":1.00000000003759e-05,"$area":1.00000000003759e-05},"id":"11947-SQL::Abstract::BEGIN@9"}],"data":{"$area":5.93999999997484e-05},"id":"n11940"}],"data":{"$area":5.93999999997484e-05},"id":"n11939"},{"name":"Template","children":[{"name":"_init","children":[],"data":{"tip":"<p><b>Template::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.6ms, 0.02%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0116085,"subname":"Template::_init","$color":8,"excl_time":1.39999999998249e-05,"$area":1.39999999998249e-05},"id":"11949-Template::_init"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0013767,"subname":"Template::BEGIN@27","$color":8,"excl_time":0.0010641999999994,"$area":0.0010641999999994},"id":"11950-Template::BEGIN@27"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>Template::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"Template::BEGIN@32","$color":8,"excl_time":1.20000000003396e-05,"$area":1.20000000003396e-05},"id":"11951-Template::BEGIN@32"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Template::BEGIN@23","$color":8,"excl_time":9.29999999995749e-06,"$area":9.29999999995749e-06},"id":"11952-Template::BEGIN@23"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Template::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Template::BEGIN@28","$color":8,"excl_time":8.50000000033432e-06,"$area":8.50000000033432e-06},"id":"11953-Template::BEGIN@28"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Template::BEGIN@22","$color":8,"excl_time":1.73000000000955e-05,"$area":1.73000000000955e-05},"id":"11954-Template::BEGIN@22"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.40ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0043952,"subname":"Template::BEGIN@25","$color":8,"excl_time":9.79999999968333e-06,"$area":9.79999999968333e-06},"id":"11955-Template::BEGIN@25"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Template::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Template::BEGIN@33","$color":8,"excl_time":8.0000000001034e-06,"$area":8.0000000001034e-06},"id":"11956-Template::BEGIN@33"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Template::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.24ms, 0.00%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.0022352,"subname":"Template::BEGIN@30","$color":8,"excl_time":0.00123510000000116,"$area":0.00123510000000116},"id":"11957-Template::BEGIN@30"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Template::BEGIN@24","$color":8,"excl_time":2.01e-05,"$area":2.01e-05},"id":"11958-Template::BEGIN@24"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Template::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.05e-05,"subname":"Template::BEGIN@31","$color":8,"excl_time":1.23999999997371e-05,"$area":1.23999999997371e-05},"id":"11959-Template::BEGIN@31"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Template::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.09ms, 0.01%<br />Exclusive time: 4.33ms, 0.01%</p>","incl_time":0.0060855,"subname":"Template::BEGIN@29","$color":8,"excl_time":0.00432950000000058,"$area":0.00432950000000058},"id":"11960-Template::BEGIN@29"},{"name":"::TieString","children":[],"data":{"$area":0},"id":"n11961"},{"name":"::Document","children":[{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Document::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"Template::Document::BEGIN@26","$color":1,"excl_time":7.6999999997007e-06,"$area":7.6999999997007e-06},"id":"11963-Template::Document::BEGIN@26"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Document::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Template::Document::BEGIN@24","$color":1,"excl_time":1.40999999998142e-05,"$area":1.40999999998142e-05},"id":"11964-Template::Document::BEGIN@24"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Template::Document::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Template::Document::BEGIN@34","$color":1,"excl_time":7.8e-06,"$area":7.8e-06},"id":"11965-Template::Document::BEGIN@34"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Document::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Template::Document::BEGIN@25","$color":1,"excl_time":6.39999999981509e-06,"$area":6.39999999981509e-06},"id":"11966-Template::Document::BEGIN@25"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Document::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Template::Document::BEGIN@27","$color":1,"excl_time":7.69999999977258e-06,"$area":7.69999999977258e-06},"id":"11967-Template::Document::BEGIN@27"}],"data":{"$area":4.36999999991026e-05},"id":"n11962"},{"name":"::Base","children":[{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Template::Base::BEGIN@22","$color":3,"excl_time":1.73999999998611e-05,"$area":1.73999999998611e-05},"id":"11969-Template::Base::BEGIN@22"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Template::Base::BEGIN@44","$color":3,"excl_time":8.89999999991411e-06,"$area":8.89999999991411e-06},"id":"11970-Template::Base::BEGIN@44"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Template::Base::BEGIN@45","$color":3,"excl_time":8.60000000014678e-06,"$area":8.60000000014678e-06},"id":"11971-Template::Base::BEGIN@45"},{"name":"new","children":[],"data":{"tip":"<p><b>Template::Base::new</b></p><p><br />Called 6 times from 6 places in 2 files<br />Inclusive time: 11.6ms, 0.02%<br />Exclusive time: 124&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 23.2ms</p>","incl_time":0.0116348,"subname":"Template::Base::new","$color":3,"excl_time":0.000124399999998965,"$area":0.000124399999998965},"id":"11972-Template::Base::new"},{"name":"BEGIN@85","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@85</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Template::Base::BEGIN@85","$color":3,"excl_time":6.90000000037857e-06,"$area":6.90000000037857e-06},"id":"11973-Template::Base::BEGIN@85"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Template::Base::BEGIN@23","$color":3,"excl_time":6.89999999962843e-06,"$area":6.89999999962843e-06},"id":"11974-Template::Base::BEGIN@23"},{"name":"BEGIN@137","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@137</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Template::Base::BEGIN@137","$color":3,"excl_time":7.8999999998646e-06,"$area":7.8999999998646e-06},"id":"11975-Template::Base::BEGIN@137"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Base::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.60ms, 0.01%<br />Exclusive time: 1.82ms, 0.00%</p>","incl_time":0.0035959,"subname":"Template::Base::BEGIN@24","$color":3,"excl_time":0.0018197999999975,"$area":0.0018197999999975},"id":"11976-Template::Base::BEGIN@24"}],"data":{"$area":0.00200079999999626},"id":"n11968"},{"name":"::Plugins","children":[{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Template::Plugins::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"Template::Plugins::BEGIN@29","$color":5,"excl_time":1.06000000003369e-05,"$area":1.06000000003369e-05},"id":"11978-Template::Plugins::BEGIN@29"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Template::Plugins::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.02e-05,"subname":"Template::Plugins::BEGIN@28","$color":5,"excl_time":1.05999999997095e-05,"$area":1.05999999997095e-05},"id":"11979-Template::Plugins::BEGIN@28"},{"name":"_init","children":[],"data":{"tip":"<p><b>Template::Plugins::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Template::Plugins::_init","$color":5,"excl_time":2.15e-05,"$area":2.15e-05},"id":"11980-Template::Plugins::_init"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Plugins::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Template::Plugins::BEGIN@27","$color":5,"excl_time":9.49999999963018e-06,"$area":9.49999999963018e-06},"id":"11981-Template::Plugins::BEGIN@27"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Plugins::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Template::Plugins::BEGIN@26","$color":5,"excl_time":1.85000000000955e-05,"$area":1.85000000000955e-05},"id":"11982-Template::Plugins::BEGIN@26"}],"data":{"$area":7.06999999997721e-05},"id":"n11977"},{"name":"::Config","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Template::Config::CORE:subst</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Template::Config::CORE:subst","$color":7,"excl_time":1.97e-05,"$area":1.97e-05},"id":"11984-Template::Config::CORE:subst"},{"name":"provider","children":[],"data":{"tip":"<p><b>Template::Config::provider</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Template::Config::provider","$color":7,"excl_time":1.42999999998361e-05,"$area":1.42999999998361e-05},"id":"11985-Template::Config::provider"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Config::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 204&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002044,"subname":"Template::Config::BEGIN@24","$color":7,"excl_time":8.19999999957619e-06,"$area":8.19999999957619e-06},"id":"11986-Template::Config::BEGIN@24"},{"name":"load","children":[],"data":{"tip":"<p><b>Template::Config::load</b></p><p><br />Called 6 times from 6 places in 1 file<br />Inclusive time: 11.2ms, 0.02%<br />Exclusive time: 4.51ms, 0.01%</p>","incl_time":0.0112395,"subname":"Template::Config::load","$color":7,"excl_time":0.00450760000000076,"$area":0.00450760000000076},"id":"11987-Template::Config::load"},{"name":"plugins","children":[],"data":{"tip":"<p><b>Template::Config::plugins</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.48ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0014799,"subname":"Template::Config::plugins","$color":7,"excl_time":1.62000000004875e-05,"$area":1.62000000004875e-05},"id":"11988-Template::Config::plugins"},{"name":"service","children":[],"data":{"tip":"<p><b>Template::Config::service</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.6ms, 0.02%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0115945,"subname":"Template::Config::service","$color":7,"excl_time":1.92000000003769e-05,"$area":1.92000000003769e-05},"id":"11989-Template::Config::service"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Template::Config::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Template::Config::BEGIN@21","$color":7,"excl_time":1.47999999996744e-05,"$area":1.47999999996744e-05},"id":"11990-Template::Config::BEGIN@21"},{"name":"filters","children":[],"data":{"tip":"<p><b>Template::Config::filters</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.31ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0033116,"subname":"Template::Config::filters","$color":7,"excl_time":1.92999999999743e-05,"$area":1.92999999999743e-05},"id":"11991-Template::Config::filters"},{"name":"context","children":[],"data":{"tip":"<p><b>Template::Config::context</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.5ms, 0.02%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0115171,"subname":"Template::Config::context","$color":7,"excl_time":1.40999999997359e-05,"$area":1.40999999997359e-05},"id":"11992-Template::Config::context"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Config::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.3e-05,"subname":"Template::Config::BEGIN@23","$color":7,"excl_time":8.59999999970245e-06,"$area":8.59999999970245e-06},"id":"11993-Template::Config::BEGIN@23"},{"name":"stash","children":[],"data":{"tip":"<p><b>Template::Config::stash</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6.56ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0065573,"subname":"Template::Config::stash","$color":7,"excl_time":1.81999999996473e-05,"$area":1.81999999996473e-05},"id":"11994-Template::Config::stash"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Config::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Template::Config::BEGIN@22","$color":7,"excl_time":7.60000000037683e-06,"$area":7.60000000037683e-06},"id":"11995-Template::Config::BEGIN@22"}],"data":{"$area":0.00466780000000015},"id":"n11983"},{"name":"::Stash","children":[{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Stash::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.43ms, 0.00%<br />Exclusive time: 3.22ms, 0.00%</p>","incl_time":0.0034256,"subname":"Template::Stash::BEGIN@24","$color":9,"excl_time":0.00322380000000075,"$area":0.00322380000000075},"id":"11997-Template::Stash::BEGIN@24"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Stash::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Template::Stash::BEGIN@25","$color":9,"excl_time":1.02999999999071e-05,"$area":1.02999999999071e-05},"id":"11998-Template::Stash::BEGIN@25"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Stash::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Template::Stash::BEGIN@26","$color":9,"excl_time":8.00000000034482e-06,"$area":8.00000000034482e-06},"id":"11999-Template::Stash::BEGIN@26"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Template::Stash::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Template::Stash::CORE:qr","$color":9,"excl_time":6.3e-06,"$area":6.3e-06},"id":"12000-Template::Stash::CORE:qr"},{"name":"new","children":[],"data":{"tip":"<p><b>Template::Stash::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Template::Stash::new","$color":9,"excl_time":1.27e-05,"$area":1.27e-05},"id":"12001-Template::Stash::new"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Stash::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Template::Stash::BEGIN@22","$color":9,"excl_time":1.34999999998142e-05,"$area":1.34999999998142e-05},"id":"12002-Template::Stash::BEGIN@22"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Stash::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Template::Stash::BEGIN@23","$color":9,"excl_time":6.6999999997682e-06,"$area":6.6999999997682e-06},"id":"12003-Template::Stash::BEGIN@23"},{"name":"::XS","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Template::Stash::XS::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Template::Stash::XS::BEGIN@14","$color":0,"excl_time":1.6800000000376e-05,"$area":1.6800000000376e-05},"id":"12005-Template::Stash::XS::BEGIN@14"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Template::Stash::XS::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Template::Stash::XS::BEGIN@15","$color":0,"excl_time":8.7000000003777e-06,"$area":8.7000000003777e-06},"id":"12006-Template::Stash::XS::BEGIN@15"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Template::Stash::XS::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Template::Stash::XS::BEGIN@16","$color":0,"excl_time":8.69999999990798e-06,"$area":8.69999999990798e-06},"id":"12007-Template::Stash::XS::BEGIN@16"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Template::Stash::XS::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 352&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0003516,"subname":"Template::Stash::XS::BEGIN@21","$color":0,"excl_time":2.36000000003381e-05,"$area":2.36000000003381e-05},"id":"12008-Template::Stash::XS::BEGIN@21"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Template::Stash::XS::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.77ms, 0.01%<br />Exclusive time: 2.26ms, 0.00%</p>","incl_time":0.005774,"subname":"Template::Stash::XS::BEGIN@17","$color":0,"excl_time":0.00225540000000041,"$area":0.00225540000000041},"id":"12009-Template::Stash::XS::BEGIN@17"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Template::Stash::XS::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Template::Stash::XS::bootstrap","$color":0,"excl_time":3.41e-05,"$area":3.41e-05},"id":"12010-Template::Stash::XS::bootstrap"}],"data":{"$area":0.00234730000000141},"id":"n12004"}],"data":{"$area":0.00562860000000199},"id":"n11996"},{"name":"::Context","children":[{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Template::Context::BEGIN@35","$color":2,"excl_time":6.60000000015291e-06,"$area":6.60000000015291e-06},"id":"12012-Template::Context::BEGIN@35"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Template::Context::BEGIN@23","$color":2,"excl_time":1.44000000001415e-05,"$area":1.44000000001415e-05},"id":"12013-Template::Context::BEGIN@23"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Template::Context::BEGIN@29","$color":2,"excl_time":7.50000000019366e-06,"$area":7.50000000019366e-06},"id":"12014-Template::Context::BEGIN@29"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"Template::Context::BEGIN@31","$color":2,"excl_time":1.28999999995903e-05,"$area":1.28999999995903e-05},"id":"12015-Template::Context::BEGIN@31"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Template::Context::BEGIN@30","$color":2,"excl_time":7.80000000018754e-06,"$area":7.80000000018754e-06},"id":"12016-Template::Context::BEGIN@30"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.16e-05,"subname":"Template::Context::BEGIN@25","$color":2,"excl_time":8.19999999984223e-06,"$area":8.19999999984223e-06},"id":"12017-Template::Context::BEGIN@25"},{"name":"BEGIN@34","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@34</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Template::Context::BEGIN@34","$color":2,"excl_time":6.1000000001069e-06,"$area":6.1000000001069e-06},"id":"12018-Template::Context::BEGIN@34"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Template::Context::BEGIN@28","$color":2,"excl_time":8.10000000018754e-06,"$area":8.10000000018754e-06},"id":"12019-Template::Context::BEGIN@28"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Template::Context::BEGIN@24","$color":2,"excl_time":6.69999999986197e-06,"$area":6.69999999986197e-06},"id":"12020-Template::Context::BEGIN@24"},{"name":"_init","children":[],"data":{"tip":"<p><b>Template::Context::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.5ms, 0.02%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0114808,"subname":"Template::Context::_init","$color":2,"excl_time":6.58999999998827e-05,"$area":6.58999999998827e-05},"id":"12021-Template::Context::_init"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Template::Context::BEGIN@27","$color":2,"excl_time":1.01999999996267e-05,"$area":1.01999999996267e-05},"id":"12022-Template::Context::BEGIN@27"},{"name":"BEGIN@33","children":[],"data":{"tip":"<p><b>Template::Context::BEGIN@33</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"Template::Context::BEGIN@33","$color":2,"excl_time":8.00000000025018e-06,"$area":8.00000000025018e-06},"id":"12023-Template::Context::BEGIN@33"}],"data":{"$area":0.000162400000000024},"id":"n12011"},{"name":"::Service","children":[{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 740&micro;s, 0.00%<br />Exclusive time: 530&micro;s, 0.00%</p>","incl_time":0.0007404,"subname":"Template::Service::BEGIN@27","$color":4,"excl_time":0.000530000000000611,"$area":0.000530000000000611},"id":"12025-Template::Service::BEGIN@27"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Template::Service::BEGIN@23","$color":4,"excl_time":1.74000000000018e-05,"$area":1.74000000000018e-05},"id":"12026-Template::Service::BEGIN@23"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Template::Service::BEGIN@28","$color":4,"excl_time":9.59999999972832e-06,"$area":9.59999999972832e-06},"id":"12027-Template::Service::BEGIN@28"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Template::Service::BEGIN@24","$color":4,"excl_time":9.50000000023792e-06,"$area":9.50000000023792e-06},"id":"12028-Template::Service::BEGIN@24"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"Template::Service::BEGIN@29","$color":4,"excl_time":9.30000000005914e-06,"$area":9.30000000005914e-06},"id":"12029-Template::Service::BEGIN@29"},{"name":"_init","children":[],"data":{"tip":"<p><b>Template::Service::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.5ms, 0.02%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0115397,"subname":"Template::Service::_init","$color":4,"excl_time":2.26000000001642e-05,"$area":2.26000000001642e-05},"id":"12030-Template::Service::_init"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001045,"subname":"Template::Service::BEGIN@25","$color":4,"excl_time":1.08000000001367e-05,"$area":1.08000000001367e-05},"id":"12031-Template::Service::BEGIN@25"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Template::Service::BEGIN@26","$color":4,"excl_time":8.50000000023442e-06,"$area":8.50000000023442e-06},"id":"12032-Template::Service::BEGIN@26"},{"name":"BEGIN@31","children":[],"data":{"tip":"<p><b>Template::Service::BEGIN@31</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.82e-05,"subname":"Template::Service::BEGIN@31","$color":4,"excl_time":7.09999999982734e-06,"$area":7.09999999982734e-06},"id":"12033-Template::Service::BEGIN@31"}],"data":{"$area":0.000624800000001001},"id":"n12024"},{"name":"::VMethods","children":[{"name":"BEGIN@115","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@115</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"Template::VMethods::BEGIN@115","$color":6,"excl_time":9.39999999963368e-06,"$area":9.39999999963368e-06},"id":"12035-Template::VMethods::BEGIN@115"},{"name":"BEGIN@121","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@121</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Template::VMethods::BEGIN@121","$color":6,"excl_time":7.69999999958329e-06,"$area":7.69999999958329e-06},"id":"12036-Template::VMethods::BEGIN@121"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Template::VMethods::BEGIN@27","$color":6,"excl_time":1.04999999999071e-05,"$area":1.04999999999071e-05},"id":"12037-Template::VMethods::BEGIN@27"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Template::VMethods::BEGIN@25","$color":6,"excl_time":6.4999999997682e-06,"$area":6.4999999997682e-06},"id":"12038-Template::VMethods::BEGIN@25"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Template::VMethods::BEGIN@24","$color":6,"excl_time":1.36000000000946e-05,"$area":1.36000000000946e-05},"id":"12039-Template::VMethods::BEGIN@24"},{"name":"BEGIN@472","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@472</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Template::VMethods::BEGIN@472","$color":6,"excl_time":8.30000000042459e-06,"$area":8.30000000042459e-06},"id":"12040-Template::VMethods::BEGIN@472"},{"name":"BEGIN@439","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@439</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Template::VMethods::BEGIN@439","$color":6,"excl_time":1.34000000003812e-05,"$area":1.34000000003812e-05},"id":"12041-Template::VMethods::BEGIN@439"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"Template::VMethods::BEGIN@26","$color":6,"excl_time":8.10000000034395e-06,"$area":8.10000000034395e-06},"id":"12042-Template::VMethods::BEGIN@26"},{"name":"BEGIN@466","children":[],"data":{"tip":"<p><b>Template::VMethods::BEGIN@466</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Template::VMethods::BEGIN@466","$color":6,"excl_time":1.72999999995842e-05,"$area":1.72999999995842e-05},"id":"12043-Template::VMethods::BEGIN@466"}],"data":{"$area":9.47999999997208e-05},"id":"n12034"},{"name":"::Exception","children":[{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Template::Exception::BEGIN@23","$color":8,"excl_time":6.60000000018929e-06,"$area":6.60000000018929e-06},"id":"12045-Template::Exception::BEGIN@23"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Template::Exception::BEGIN@22","$color":8,"excl_time":1.35999999998611e-05,"$area":1.35999999998611e-05},"id":"12046-Template::Exception::BEGIN@22"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"Template::Exception::BEGIN@27","$color":8,"excl_time":8.7999999998326e-06,"$area":8.7999999998326e-06},"id":"12047-Template::Exception::BEGIN@27"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Template::Exception::BEGIN@26","$color":8,"excl_time":6.30000000015291e-06,"$area":6.30000000015291e-06},"id":"12048-Template::Exception::BEGIN@26"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Template::Exception::BEGIN@25","$color":8,"excl_time":6.7999999997362e-06,"$area":6.7999999997362e-06},"id":"12049-Template::Exception::BEGIN@25"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Exception::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.22e-05,"subname":"Template::Exception::BEGIN@24","$color":8,"excl_time":7.70000000044122e-06,"$area":7.70000000044122e-06},"id":"12050-Template::Exception::BEGIN@24"}],"data":{"$area":4.98000000002133e-05},"id":"n12044"},{"name":"::Filters","children":[{"name":"_init","children":[],"data":{"tip":"<p><b>Template::Filters::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Template::Filters::_init","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"12052-Template::Filters::_init"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"Template::Filters::BEGIN@25","$color":10,"excl_time":8.39999999998287e-06,"$area":8.39999999998287e-06},"id":"12053-Template::Filters::BEGIN@25"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Template::Filters::BEGIN@26","$color":10,"excl_time":8.30000000000701e-06,"$area":8.30000000000701e-06},"id":"12054-Template::Filters::BEGIN@26"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Template::Filters::BEGIN@23","$color":10,"excl_time":7.69999999990886e-06,"$area":7.69999999990886e-06},"id":"12055-Template::Filters::BEGIN@23"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Template::Filters::BEGIN@22","$color":10,"excl_time":2.26999999998611e-05,"$area":2.26999999998611e-05},"id":"12056-Template::Filters::BEGIN@22"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 201&micro;s, 0.00%<br />Exclusive time: 198&micro;s, 0.00%</p>","incl_time":0.0002008,"subname":"Template::Filters::BEGIN@24","$color":10,"excl_time":0.000197899999999861,"$area":0.000197899999999861},"id":"12057-Template::Filters::BEGIN@24"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Filters::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"Template::Filters::BEGIN@27","$color":10,"excl_time":8.80000000043422e-06,"$area":8.80000000043422e-06},"id":"12058-Template::Filters::BEGIN@27"}],"data":{"$area":0.000259200000000055},"id":"n12051"},{"name":"::Provider","children":[{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Template::Provider::BEGIN@41","$color":1,"excl_time":1.38999999998611e-05,"$area":1.38999999998611e-05},"id":"12060-Template::Provider::BEGIN@41"},{"name":"_init","children":[],"data":{"tip":"<p><b>Template::Provider::_init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"Template::Provider::_init","$color":1,"excl_time":2.58e-05,"$area":2.58e-05},"id":"12061-Template::Provider::_init"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Template::Provider::BEGIN@54","$color":1,"excl_time":6.09999999977871e-06,"$area":6.09999999977871e-06},"id":"12062-Template::Provider::BEGIN@54"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Template::Provider::BEGIN@48","$color":1,"excl_time":8.39999999990711e-06,"$area":8.39999999990711e-06},"id":"12063-Template::Provider::BEGIN@48"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Template::Provider::BEGIN@44","$color":1,"excl_time":7.09999999962668e-06,"$area":7.09999999962668e-06},"id":"12064-Template::Provider::BEGIN@44"},{"name":"BEGIN@55","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@55</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Template::Provider::BEGIN@55","$color":1,"excl_time":6.40000000001225e-06,"$area":6.40000000001225e-06},"id":"12065-Template::Provider::BEGIN@55"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Template::Provider::BEGIN@47","$color":1,"excl_time":1.05999999997379e-05,"$area":1.05999999997379e-05},"id":"12066-Template::Provider::BEGIN@47"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"Template::Provider::BEGIN@50","$color":1,"excl_time":7.79999999969106e-06,"$area":7.79999999969106e-06},"id":"12067-Template::Provider::BEGIN@50"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Template::Provider::CORE:qr</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Template::Provider::CORE:qr","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"12068-Template::Provider::CORE:qr"},{"name":"BEGIN@1089","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@1089</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Template::Provider::BEGIN@1089","$color":1,"excl_time":1.41000000003291e-05,"$area":1.41000000003291e-05},"id":"12069-Template::Provider::BEGIN@1089"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"Template::Provider::BEGIN@51","$color":1,"excl_time":6.60000000006089e-06,"$area":6.60000000006089e-06},"id":"12070-Template::Provider::BEGIN@51"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"Template::Provider::BEGIN@53","$color":1,"excl_time":6.10000000015291e-06,"$area":6.10000000015291e-06},"id":"12071-Template::Provider::BEGIN@53"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.32ms, 0.00%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.001317,"subname":"Template::Provider::BEGIN@46","$color":1,"excl_time":0.00118980000000123,"$area":0.00118980000000123},"id":"12072-Template::Provider::BEGIN@46"},{"name":"BEGIN@87","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@87</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Template::Provider::BEGIN@87","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"12073-Template::Provider::BEGIN@87"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Template::Provider::BEGIN@42","$color":1,"excl_time":6.39999999986197e-06,"$area":6.39999999986197e-06},"id":"12074-Template::Provider::BEGIN@42"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Template::Provider::BEGIN@52","$color":1,"excl_time":6.69999999991936e-06,"$area":6.69999999991936e-06},"id":"12075-Template::Provider::BEGIN@52"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"Template::Provider::BEGIN@43","$color":1,"excl_time":8.19999999970245e-06,"$area":8.19999999970245e-06},"id":"12076-Template::Provider::BEGIN@43"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Template::Provider::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Template::Provider::BEGIN@45","$color":1,"excl_time":7.30000000038033e-06,"$area":7.30000000038033e-06},"id":"12077-Template::Provider::BEGIN@45"}],"data":{"$area":0.00134000000000025},"id":"n12059"},{"name":"::Constants","children":[{"name":"DEBUG_STASH","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_STASH</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Template::Constants::DEBUG_STASH","$color":3,"excl_time":6e-07,"$area":6e-07},"id":"12079-Template::Constants::DEBUG_STASH"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.09e-05,"subname":"Template::Constants::BEGIN@52","$color":3,"excl_time":1.13999999997423e-05,"$area":1.13999999997423e-05},"id":"12080-Template::Constants::BEGIN@52"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@28</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.54e-05,"subname":"Template::Constants::BEGIN@28","$color":3,"excl_time":7.00000000041009e-06,"$area":7.00000000041009e-06},"id":"12081-Template::Constants::BEGIN@28"},{"name":"BEGIN@57","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@57</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.13e-05,"subname":"Template::Constants::BEGIN@57","$color":3,"excl_time":1.2499999999929e-05,"$area":1.2499999999929e-05},"id":"12082-Template::Constants::BEGIN@57"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"Template::Constants::BEGIN@70","$color":3,"excl_time":5.89999999992024e-06,"$area":5.89999999992024e-06},"id":"12083-Template::Constants::BEGIN@70"},{"name":"BEGIN@40","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@40</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.25e-05,"subname":"Template::Constants::BEGIN@40","$color":3,"excl_time":1.4200000000443e-05,"$area":1.4200000000443e-05},"id":"12084-Template::Constants::BEGIN@40"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@54</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.97e-05,"subname":"Template::Constants::BEGIN@54","$color":3,"excl_time":1.07000000002563e-05,"$area":1.07000000002563e-05},"id":"12085-Template::Constants::BEGIN@54"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"Template::Constants::BEGIN@49","$color":3,"excl_time":6.59999999973445e-06,"$area":6.59999999973445e-06},"id":"12086-Template::Constants::BEGIN@49"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@67</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Template::Constants::BEGIN@67","$color":3,"excl_time":6.50000000015291e-06,"$area":6.50000000015291e-06},"id":"12087-Template::Constants::BEGIN@67"},{"name":"DEBUG_OFF","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_OFF</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"Template::Constants::DEBUG_OFF","$color":3,"excl_time":2.1e-06,"$area":2.1e-06},"id":"12088-Template::Constants::DEBUG_OFF"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Template::Constants::BEGIN@24","$color":3,"excl_time":9.10000000000788e-06,"$area":9.10000000000788e-06},"id":"12089-Template::Constants::BEGIN@24"},{"name":"BEGIN@79","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@79</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"Template::Constants::BEGIN@79","$color":3,"excl_time":7.39999999991936e-06,"$area":7.39999999991936e-06},"id":"12090-Template::Constants::BEGIN@79"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Template::Constants::BEGIN@43","$color":3,"excl_time":6.50000000034045e-06,"$area":6.50000000034045e-06},"id":"12091-Template::Constants::BEGIN@43"},{"name":"DEBUG_CONTEXT","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_CONTEXT</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_CONTEXT","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"12092-Template::Constants::DEBUG_CONTEXT"},{"name":"BEGIN@58","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@58</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.68e-05,"subname":"Template::Constants::BEGIN@58","$color":3,"excl_time":1.11000000001192e-05,"$area":1.11000000001192e-05},"id":"12093-Template::Constants::BEGIN@58"},{"name":"DEBUG_VARS","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_VARS</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_VARS","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"12094-Template::Constants::DEBUG_VARS"},{"name":"BEGIN@75","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@75</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Template::Constants::BEGIN@75","$color":3,"excl_time":5.70000000029443e-06,"$area":5.70000000029443e-06},"id":"12095-Template::Constants::BEGIN@75"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"Template::Constants::BEGIN@64","$color":3,"excl_time":1.09999999996946e-05,"$area":1.09999999996946e-05},"id":"12096-Template::Constants::BEGIN@64"},{"name":"DEBUG_CALLER","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_CALLER</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Template::Constants::DEBUG_CALLER","$color":3,"excl_time":6e-07,"$area":6e-07},"id":"12097-Template::Constants::DEBUG_CALLER"},{"name":"BEGIN@59","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@59</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.37e-05,"subname":"Template::Constants::BEGIN@59","$color":3,"excl_time":1.13999999998838e-05,"$area":1.13999999998838e-05},"id":"12098-Template::Constants::BEGIN@59"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"Template::Constants::BEGIN@41","$color":3,"excl_time":9.39999999996887e-06,"$area":9.39999999996887e-06},"id":"12099-Template::Constants::BEGIN@41"},{"name":"DEBUG_DIRS","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_DIRS</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Template::Constants::DEBUG_DIRS","$color":3,"excl_time":6e-07,"$area":6e-07},"id":"12100-Template::Constants::DEBUG_DIRS"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Template::Constants::BEGIN@74","$color":3,"excl_time":6.0999999998716e-06,"$area":6.0999999998716e-06},"id":"12101-Template::Constants::BEGIN@74"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.85e-05,"subname":"Template::Constants::BEGIN@61","$color":3,"excl_time":1.10000000000219e-05,"$area":1.10000000000219e-05},"id":"12102-Template::Constants::BEGIN@61"},{"name":"DEBUG_SERVICE","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_SERVICE</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Template::Constants::DEBUG_SERVICE","$color":3,"excl_time":6e-07,"$area":6e-07},"id":"12103-Template::Constants::DEBUG_SERVICE"},{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Template::Constants::BEGIN@68","$color":3,"excl_time":6.09999999996537e-06,"$area":6.09999999996537e-06},"id":"12104-Template::Constants::BEGIN@68"},{"name":"DEBUG_PROVIDER","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_PROVIDER</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_PROVIDER","$color":3,"excl_time":8e-07,"$area":8e-07},"id":"12105-Template::Constants::DEBUG_PROVIDER"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"Template::Constants::BEGIN@65","$color":3,"excl_time":9.49999999983259e-06,"$area":9.49999999983259e-06},"id":"12106-Template::Constants::BEGIN@65"},{"name":"DEBUG_FILTERS","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_FILTERS</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_FILTERS","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"12107-Template::Constants::DEBUG_FILTERS"},{"name":"DEBUG_UNDEF","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_UNDEF</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Template::Constants::DEBUG_UNDEF","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"12108-Template::Constants::DEBUG_UNDEF"},{"name":"BEGIN@72","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@72</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Template::Constants::BEGIN@72","$color":3,"excl_time":5.80000000001226e-06,"$area":5.80000000001226e-06},"id":"12109-Template::Constants::BEGIN@72"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"Template::Constants::BEGIN@42","$color":3,"excl_time":6.80000000015378e-06,"$area":6.80000000015378e-06},"id":"12110-Template::Constants::BEGIN@42"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Template::Constants::BEGIN@22","$color":3,"excl_time":1.47000000001415e-05,"$area":1.47000000001415e-05},"id":"12111-Template::Constants::BEGIN@22"},{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@80</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"Template::Constants::BEGIN@80","$color":3,"excl_time":1.11000000002121e-05,"$area":1.11000000002121e-05},"id":"12112-Template::Constants::BEGIN@80"},{"name":"DEBUG_PARSER","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_PARSER</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_PARSER","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"12113-Template::Constants::DEBUG_PARSER"},{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Template::Constants::BEGIN@73","$color":3,"excl_time":6.49999999987161e-06,"$area":6.49999999987161e-06},"id":"12114-Template::Constants::BEGIN@73"},{"name":"DEBUG_ON","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_ON</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"Template::Constants::DEBUG_ON","$color":3,"excl_time":9e-07,"$area":9e-07},"id":"12115-Template::Constants::DEBUG_ON"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":7.29e-05,"subname":"Template::Constants::BEGIN@50","$color":3,"excl_time":2.27000000004438e-05,"$area":2.27000000004438e-05},"id":"12116-Template::Constants::BEGIN@50"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@69</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Template::Constants::BEGIN@69","$color":3,"excl_time":5.70000000006089e-06,"$area":5.70000000006089e-06},"id":"12117-Template::Constants::BEGIN@69"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"Template::Constants::BEGIN@71","$color":3,"excl_time":6.29999999968669e-06,"$area":6.29999999968669e-06},"id":"12118-Template::Constants::BEGIN@71"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@45</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"Template::Constants::BEGIN@45","$color":3,"excl_time":6.59999999959292e-06,"$area":6.59999999959292e-06},"id":"12119-Template::Constants::BEGIN@45"},{"name":"DEBUG_ALL","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_ALL</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_ALL","$color":3,"excl_time":7e-07,"$area":7e-07},"id":"12120-Template::Constants::DEBUG_ALL"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@66</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@66","$color":3,"excl_time":5.9999999998256e-06,"$area":5.9999999998256e-06},"id":"12121-Template::Constants::BEGIN@66"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"Template::Constants::BEGIN@60","$color":3,"excl_time":1.7100000000443e-05,"$area":1.7100000000443e-05},"id":"12122-Template::Constants::BEGIN@60"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.94e-05,"subname":"Template::Constants::BEGIN@51","$color":3,"excl_time":1.03000000003544e-05,"$area":1.03000000003544e-05},"id":"12123-Template::Constants::BEGIN@51"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.26e-05,"subname":"Template::Constants::BEGIN@27","$color":3,"excl_time":9.00000000030057e-06,"$area":9.00000000030057e-06},"id":"12124-Template::Constants::BEGIN@27"},{"name":"DEBUG_PLUGINS","children":[],"data":{"tip":"<p><b>Template::Constants::DEBUG_PLUGINS</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Template::Constants::DEBUG_PLUGINS","$color":3,"excl_time":6e-07,"$area":6e-07},"id":"12125-Template::Constants::DEBUG_PLUGINS"},{"name":"BEGIN@76","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@76</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"Template::Constants::BEGIN@76","$color":3,"excl_time":6.99999999977959e-06,"$area":6.99999999977959e-06},"id":"12126-Template::Constants::BEGIN@76"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Template::Constants::BEGIN@44","$color":3,"excl_time":6.39999999963893e-06,"$area":6.39999999963893e-06},"id":"12127-Template::Constants::BEGIN@44"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"Template::Constants::BEGIN@53","$color":3,"excl_time":1.14999999996486e-05,"$area":1.14999999996486e-05},"id":"12128-Template::Constants::BEGIN@53"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"Template::Constants::BEGIN@48","$color":3,"excl_time":6.60000000034045e-06,"$area":6.60000000034045e-06},"id":"12129-Template::Constants::BEGIN@48"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Template::Constants::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Template::Constants::BEGIN@23","$color":3,"excl_time":7.39999999986197e-06,"$area":7.39999999986197e-06},"id":"12130-Template::Constants::BEGIN@23"}],"data":{"$area":0.000359300000000877},"id":"n12078"},{"name":"::Timer","children":[{"name":"BEGIN@68","children":[],"data":{"tip":"<p><b>Template::Timer::BEGIN@68</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Template::Timer::BEGIN@68","$color":5,"excl_time":8.60000000032907e-06,"$area":8.60000000032907e-06},"id":"12132-Template::Timer::BEGIN@68"},{"name":"BEGIN@61","children":[],"data":{"tip":"<p><b>Template::Timer::BEGIN@61</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Template::Timer::BEGIN@61","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"12133-Template::Timer::BEGIN@61"},{"name":"BEGIN@60","children":[],"data":{"tip":"<p><b>Template::Timer::BEGIN@60</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.67ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0036682,"subname":"Template::Timer::BEGIN@60","$color":5,"excl_time":9.69999999976935e-06,"$area":9.69999999976935e-06},"id":"12134-Template::Timer::BEGIN@60"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Template::Timer::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Template::Timer::BEGIN@4","$color":5,"excl_time":7.80000000009464e-06,"$area":7.80000000009464e-06},"id":"12135-Template::Timer::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Template::Timer::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Template::Timer::BEGIN@3","$color":5,"excl_time":1.53999999995824e-05,"$area":1.53999999995824e-05},"id":"12136-Template::Timer::BEGIN@3"}],"data":{"$area":4.62999999997755e-05},"id":"n12131"}],"data":{"$area":0.0220884000000004},"id":"n11948"},{"name":"TryCatch","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0015723,"subname":"TryCatch::BEGIN@12","$color":7,"excl_time":1.00000000002056e-05,"$area":1.00000000002056e-05},"id":"12138-TryCatch::BEGIN@12"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 262&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002623,"subname":"TryCatch::BEGIN@8","$color":7,"excl_time":1.07000000000926e-05,"$area":1.07000000000926e-05},"id":"12139-TryCatch::BEGIN@8"},{"name":"parse_proto_using_pms","children":[],"data":{"tip":"<p><b>TryCatch::parse_proto_using_pms</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 436ms, 0.61%<br />Exclusive time: 682&micro;s, 0.00%</p>","incl_time":0.4359785,"subname":"TryCatch::parse_proto_using_pms","$color":7,"excl_time":0.000682000000001166,"$area":0.000682000000001166},"id":"12140-TryCatch::parse_proto_using_pms"},{"name":"_parse_try","children":[],"data":{"tip":"<p><b>TryCatch::_parse_try</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 1.68ms, 0.00%<br />Exclusive time: 339&micro;s, 0.00%</p>","incl_time":0.0016756,"subname":"TryCatch::_parse_try","$color":7,"excl_time":0.000339400000000102,"$area":0.000339400000000102},"id":"12141-TryCatch::_parse_try"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 475&micro;s, 0.00%<br />Exclusive time: 191&micro;s, 0.00%</p>","incl_time":0.0004747,"subname":"TryCatch::BEGIN@9","$color":7,"excl_time":0.000191199999999897,"$area":0.000191199999999897},"id":"12142-TryCatch::BEGIN@9"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"TryCatch::BEGIN@3","$color":7,"excl_time":1.60000000000371e-05,"$area":1.60000000000371e-05},"id":"12143-TryCatch::BEGIN@3"},{"name":"BEGIN@32","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@32</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 407&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0004066,"subname":"TryCatch::BEGIN@32","$color":7,"excl_time":1.63000000001565e-05,"$area":1.63000000001565e-05},"id":"12144-TryCatch::BEGIN@32"},{"name":"_parse_catch","children":[],"data":{"tip":"<p><b>TryCatch::_parse_catch</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 438ms, 0.62%<br />Exclusive time: 458&micro;s, 0.00%</p>","incl_time":0.4382557,"subname":"TryCatch::_parse_catch","$color":7,"excl_time":0.000458499999996117,"$area":0.000458499999996117},"id":"12145-TryCatch::_parse_catch"},{"name":"inject_post_catch","children":[],"data":{"tip":"<p><b>TryCatch::inject_post_catch</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"TryCatch::inject_post_catch","$color":7,"excl_time":1.73e-05,"$area":1.73e-05},"id":"12146-TryCatch::inject_post_catch"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:50]","children":[],"data":{"tip":"<p><b>TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:50]</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 550&micro;s, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.00055,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:50]","$color":7,"excl_time":0.000132899999999164,"$area":0.000132899999999164},"id":"12147-TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:50]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:44]","children":[],"data":{"tip":"<p><b>TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:44]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 1.71ms, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0017133,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:44]","$color":7,"excl_time":3.77000000004448e-05,"$area":3.77000000004448e-05},"id":"12148-TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:44]"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:118]","children":[],"data":{"tip":"<p><b>TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:118]</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 439ms, 0.62%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":0.4393596,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:118]","$color":7,"excl_time":7.00000000004721e-05,"$area":7.00000000004721e-05},"id":"12149-TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:118]"},{"name":"inject_scope","children":[],"data":{"tip":"<p><b>TryCatch::inject_scope</b></p><p><br />Called 18 times from 18 places in 5 files<br />Inclusive time: 618&micro;s, 0.00%<br />Exclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0006176,"subname":"TryCatch::inject_scope","$color":7,"excl_time":0.000175299999998217,"$area":0.000175299999998217},"id":"12150-TryCatch::inject_scope"},{"name":"parse_proto","children":[],"data":{"tip":"<p><b>TryCatch::parse_proto</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 437ms, 0.62%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.4366998,"subname":"TryCatch::parse_proto","$color":7,"excl_time":9.22999999999809e-05,"$area":9.22999999999809e-05},"id":"12151-TryCatch::parse_proto"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"TryCatch::BEGIN@4","$color":7,"excl_time":8.70000000008577e-06,"$area":8.70000000008577e-06},"id":"12152-TryCatch::BEGIN@4"},{"name":"inject_into_try","children":[],"data":{"tip":"<p><b>TryCatch::inject_into_try</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"TryCatch::inject_into_try","$color":7,"excl_time":1.6e-05,"$area":1.6e-05},"id":"12153-TryCatch::inject_into_try"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.48ms, 0.00%<br />Exclusive time: 727&micro;s, 0.00%</p>","incl_time":0.0014808,"subname":"TryCatch::BEGIN@13","$color":7,"excl_time":0.000726699999999576,"$area":0.000726699999999576},"id":"12154-TryCatch::BEGIN@13"},{"name":"scope_injector_call","children":[],"data":{"tip":"<p><b>TryCatch::scope_injector_call</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"TryCatch::scope_injector_call","$color":7,"excl_time":6.58e-05,"$area":6.58e-05},"id":"12155-TryCatch::scope_injector_call"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:320]","children":[],"data":{"tip":"<p><b>TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:320]</b></p><p><br />Called 36 times from 4 places in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:320]","$color":7,"excl_time":4.7e-05,"$area":4.7e-05},"id":"12156-TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:320]"},{"name":"lookahead_after_block","children":[],"data":{"tip":"<p><b>TryCatch::lookahead_after_block</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 439ms, 0.62%<br />Exclusive time: 528&micro;s, 0.00%</p>","incl_time":0.4392896,"subname":"TryCatch::lookahead_after_block","$color":7,"excl_time":0.000528199999998497,"$area":0.000528199999998497},"id":"12157-TryCatch::lookahead_after_block"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"TryCatch::BEGIN@14","$color":7,"excl_time":1.11999999999202e-05,"$area":1.11999999999202e-05},"id":"12158-TryCatch::BEGIN@14"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@1</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"TryCatch::BEGIN@1","$color":7,"excl_time":1.45000000000716e-05,"$area":1.45000000000716e-05},"id":"12159-TryCatch::BEGIN@1"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.71ms, 0.00%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0017105,"subname":"TryCatch::BEGIN@10","$color":7,"excl_time":0.00142099999999972,"$area":0.00142099999999972},"id":"12160-TryCatch::BEGIN@10"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"TryCatch::BEGIN@15","$color":7,"excl_time":1.67999999998611e-05,"$area":1.67999999998611e-05},"id":"12161-TryCatch::BEGIN@15"},{"name":"_string_to_tc","children":[],"data":{"tip":"<p><b>TryCatch::_string_to_tc</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 1.38ms, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0013807,"subname":"TryCatch::_string_to_tc","$color":7,"excl_time":5.70999999999087e-05,"$area":5.70999999999087e-05},"id":"12162-TryCatch::_string_to_tc"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 197ms, 0.28%<br />Exclusive time: 4.79ms, 0.01%</p>","incl_time":0.1971641,"subname":"TryCatch::BEGIN@11","$color":7,"excl_time":0.00479460000000015,"$area":0.00479460000000015},"id":"12163-TryCatch::BEGIN@11"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.52ms, 0.00%<br />Exclusive time: 2.13ms, 0.00%</p>","incl_time":0.0035238,"subname":"TryCatch::BEGIN@7","$color":7,"excl_time":0.0021290999999997,"$area":0.0021290999999997},"id":"12164-TryCatch::BEGIN@7"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"TryCatch::BEGIN@2","$color":7,"excl_time":7.69999999994424e-06,"$area":7.69999999994424e-06},"id":"12165-TryCatch::BEGIN@2"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"TryCatch::BEGIN@17","$color":7,"excl_time":7.79999999998287e-06,"$area":7.79999999998287e-06},"id":"12166-TryCatch::BEGIN@17"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>TryCatch::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 537&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0005371,"subname":"TryCatch::BEGIN@30","$color":7,"excl_time":9.30000000003281e-06,"$area":9.30000000003281e-06},"id":"12167-TryCatch::BEGIN@30"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:87]","children":[],"data":{"tip":"<p><b>TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:87]</b></p><p><br />Called 58 times from 1 place in 1 file<br />Inclusive time: 156&micro;s, 0.00%</p>","incl_time":0.0001559,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:87]","$color":7,"excl_time":0.0001559,"$area":0.0001559},"id":"12168-TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:87]"},{"name":"inject_after_try","children":[],"data":{"tip":"<p><b>TryCatch::inject_after_try</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"TryCatch::inject_after_try","$color":7,"excl_time":1.76e-05,"$area":1.76e-05},"id":"12169-TryCatch::inject_after_try"},{"name":"::XS","children":[{"name":"install_op_checks","children":[],"data":{"tip":"<p><b>TryCatch::XS::install_op_checks</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0001122,"subname":"TryCatch::XS::install_op_checks","$color":9,"excl_time":0.0001122,"$area":0.0001122},"id":"12171-TryCatch::XS::install_op_checks"}],"data":{"$area":0.0001122},"id":"n12170"}],"data":{"$area":0.0123967999999935},"id":"n12137"},{"name":"KiokuX","children":[{"name":"::Model","children":[{"name":"extra_args","children":[],"data":{"tip":"<p><b>KiokuX::Model::extra_args</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuX::Model::extra_args","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"12174-KiokuX::Model::extra_args"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>KiokuX::Model::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 304&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003035,"subname":"KiokuX::Model::BEGIN@9","$color":0,"excl_time":1.04999999999013e-05,"$area":1.04999999999013e-05},"id":"12175-KiokuX::Model::BEGIN@9"},{"name":"lookup","children":[],"data":{"tip":"<p><b>KiokuX::Model::lookup</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 387&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0003871,"subname":"KiokuX::Model::lookup","$color":0,"excl_time":2.00000000088172e-05,"$area":2.00000000088172e-05},"id":"12176-KiokuX::Model::lookup"},{"name":"_build__connect_args","children":[],"data":{"tip":"<p><b>KiokuX::Model::_build__connect_args</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"KiokuX::Model::_build__connect_args","$color":0,"excl_time":4.49999999996319e-05,"$area":4.49999999996319e-05},"id":"12177-KiokuX::Model::_build__connect_args"},{"name":"_build_directory","children":[],"data":{"tip":"<p><b>KiokuX::Model::_build_directory</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 771ms, 1.09%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.7705137,"subname":"KiokuX::Model::_build_directory","$color":0,"excl_time":1.23000000002982e-05,"$area":1.23000000002982e-05},"id":"12178-KiokuX::Model::_build_directory"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>KiokuX::Model::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18.6ms, 0.03%<br />Exclusive time: 372&micro;s, 0.00%</p>","incl_time":0.0186215,"subname":"KiokuX::Model::BEGIN@3","$color":0,"excl_time":0.000372099999999806,"$area":0.000372099999999806},"id":"12179-KiokuX::Model::BEGIN@3"},{"name":"meta","children":[],"data":{"tip":"<p><b>KiokuX::Model::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"KiokuX::Model::meta","$color":0,"excl_time":8.1000000000035e-06,"$area":8.1000000000035e-06},"id":"12180-KiokuX::Model::meta"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuX::Model::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 772ms, 1.09%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.7719828,"subname":"KiokuX::Model::new","$color":0,"excl_time":1.31999999998245e-05,"$area":1.31999999998245e-05},"id":"12181-KiokuX::Model::new"},{"name":"_connect_args","children":[],"data":{"tip":"<p><b>KiokuX::Model::_connect_args</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.35e-05,"subname":"KiokuX::Model::_connect_args","$color":0,"excl_time":1.27999999994203e-05,"$area":1.27999999994203e-05},"id":"12182-KiokuX::Model::_connect_args"},{"name":"has_extra_args","children":[],"data":{"tip":"<p><b>KiokuX::Model::has_extra_args</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"KiokuX::Model::has_extra_args","$color":0,"excl_time":2.2e-06,"$area":2.2e-06},"id":"12183-KiokuX::Model::has_extra_args"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>KiokuX::Model::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"KiokuX::Model::BEGIN@5","$color":0,"excl_time":9.79999999987685e-06,"$area":9.79999999987685e-06},"id":"12184-KiokuX::Model::BEGIN@5"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>KiokuX::Model::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.24ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0042398,"subname":"KiokuX::Model::BEGIN@2","$color":0,"excl_time":1.62999999998425e-05,"$area":1.62999999998425e-05},"id":"12185-KiokuX::Model::BEGIN@2"},{"name":"has_typemap","children":[],"data":{"tip":"<p><b>KiokuX::Model::has_typemap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuX::Model::has_typemap","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"12186-KiokuX::Model::has_typemap"},{"name":"store","children":[],"data":{"tip":"<p><b>KiokuX::Model::store</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8.22s, 11.58%<br />Exclusive time: 110&micro;s, 0.00%</p>","incl_time":8.2161242,"subname":"KiokuX::Model::store","$color":0,"excl_time":0.000109599999998711,"$area":0.000109599999998711},"id":"12187-KiokuX::Model::store"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>KiokuX::Model::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 683ms, 0.96%<br />Exclusive time: 3.51ms, 0.00%</p>","incl_time":0.6828587,"subname":"KiokuX::Model::BEGIN@7","$color":0,"excl_time":0.00350679999999959,"$area":0.00350679999999959},"id":"12188-KiokuX::Model::BEGIN@7"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>KiokuX::Model::BUILD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 771ms, 1.09%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.7708214,"subname":"KiokuX::Model::BUILD","$color":0,"excl_time":8.30000000018316e-06,"$area":8.30000000018316e-06},"id":"12189-KiokuX::Model::BUILD"},{"name":"directory","children":[],"data":{"tip":"<p><b>KiokuX::Model::directory</b></p><p><br />Called 4 times from 3 places in 3 files<br />Inclusive time: 771ms, 1.09%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.7711426,"subname":"KiokuX::Model::directory","$color":0,"excl_time":8.79999999898914e-05,"$area":8.79999999898914e-05},"id":"12190-KiokuX::Model::directory"},{"name":"dsn","children":[],"data":{"tip":"<p><b>KiokuX::Model::dsn</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuX::Model::dsn","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"12191-KiokuX::Model::dsn"},{"name":"new_scope","children":[],"data":{"tip":"<p><b>KiokuX::Model::new_scope</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 170&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001699,"subname":"KiokuX::Model::new_scope","$color":0,"excl_time":1.7500000002501e-05,"$area":1.7500000002501e-05},"id":"12192-KiokuX::Model::new_scope"}],"data":{"$area":0.0042604999999983},"id":"n12173"}],"data":{"$area":0.0042604999999983},"id":"n12172"},{"name":"Clone","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Clone::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"Clone::BEGIN@6","$color":2,"excl_time":6.29999999999351e-06,"$area":6.29999999999351e-06},"id":"12194-Clone::BEGIN@6"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Clone::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Clone::bootstrap","$color":2,"excl_time":2.24e-05,"$area":2.24e-05},"id":"12195-Clone::bootstrap"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Clone::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Clone::BEGIN@5","$color":2,"excl_time":8.59999999989986e-06,"$area":8.59999999989986e-06},"id":"12196-Clone::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Clone::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Clone::BEGIN@4","$color":2,"excl_time":1.33000000000946e-05,"$area":1.33000000000946e-05},"id":"12197-Clone::BEGIN@4"},{"name":"clone","children":[],"data":{"tip":"<p><b>Clone::clone</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 131&micro;s, 0.00%</p>","incl_time":0.0001312,"subname":"Clone::clone","$color":2,"excl_time":0.0001312,"$area":0.0001312},"id":"12198-Clone::clone"}],"data":{"$area":0.000181799999999988},"id":"n12193"},{"name":"JSON","children":[{"name":"_load_xs","children":[],"data":{"tip":"<p><b>JSON::_load_xs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.17ms, 0.01%<br />Exclusive time: 2.53ms, 0.00%</p>","incl_time":0.008173,"subname":"JSON::_load_xs","$color":4,"excl_time":0.00253339999999992,"$area":0.00253339999999992},"id":"12200-JSON::_load_xs"},{"name":"CORE:readline","children":[],"data":{"tip":"<p><b>JSON::CORE:readline</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.53ms, 0.00%</p>","incl_time":0.001525,"subname":"JSON::CORE:readline","$color":4,"excl_time":0.001525,"$area":0.001525},"id":"12201-JSON::CORE:readline"},{"name":"BEGIN@318","children":[],"data":{"tip":"<p><b>JSON::BEGIN@318</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.85e-05,"subname":"JSON::BEGIN@318","$color":4,"excl_time":2.75000000001078e-05,"$area":2.75000000001078e-05},"id":"12202-JSON::BEGIN@318"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>JSON::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.98e-05,"subname":"JSON::BEGIN@6","$color":4,"excl_time":7.30000000008015e-06,"$area":7.30000000008015e-06},"id":"12203-JSON::BEGIN@6"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>JSON::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.10ms, 0.00%<br />Exclusive time: 1.76ms, 0.00%</p>","incl_time":0.0031047,"subname":"JSON::BEGIN@2","$color":4,"excl_time":0.00175530000000017,"$area":0.00175530000000017},"id":"12204-JSON::BEGIN@2"},{"name":"true","children":[],"data":{"tip":"<p><b>JSON::true</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"JSON::true","$color":4,"excl_time":1.28e-05,"$area":1.28e-05},"id":"12205-JSON::true"},{"name":"import","children":[],"data":{"tip":"<p><b>JSON::import</b></p><p><br />Called 10 times from 10 places in 10 files<br />Inclusive time: 1.33ms, 0.00%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0013306,"subname":"JSON::import","$color":4,"excl_time":0.000137199999999767,"$area":0.000137199999999767},"id":"12206-JSON::import"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>JSON::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"JSON::BEGIN@5","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"12207-JSON::BEGIN@5"},{"name":"CORE:close","children":[],"data":{"tip":"<p><b>JSON::CORE:close</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"JSON::CORE:close","$color":4,"excl_time":4.16e-05,"$area":4.16e-05},"id":"12208-JSON::CORE:close"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>JSON::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"JSON::BEGIN@4","$color":4,"excl_time":1.44999999999204e-05,"$area":1.44999999999204e-05},"id":"12209-JSON::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>JSON::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"JSON::BEGIN@9","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"12210-JSON::BEGIN@9"},{"name":"_set_module","children":[],"data":{"tip":"<p><b>JSON::_set_module</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.00%</p>","incl_time":8.58e-05,"subname":"JSON::_set_module","$color":4,"excl_time":8.58e-05,"$area":8.58e-05},"id":"12211-JSON::_set_module"},{"name":"::Boolean","children":[{"name":"_overrride_overload","children":[],"data":{"tip":"<p><b>JSON::Boolean::_overrride_overload</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 647&micro;s, 0.00%<br />Exclusive time: 482&micro;s, 0.00%</p>","incl_time":0.0006471,"subname":"JSON::Boolean::_overrride_overload","$color":6,"excl_time":0.000482300000000146,"$area":0.000482300000000146},"id":"12213-JSON::Boolean::_overrride_overload"}],"data":{"$area":0.000482300000000146},"id":"n12212"},{"name":"::XS","children":[{"name":"utf8","children":[],"data":{"tip":"<p><b>JSON::XS::utf8</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"JSON::XS::utf8","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"12215-JSON::XS::utf8"},{"name":"new","children":[],"data":{"tip":"<p><b>JSON::XS::new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"JSON::XS::new","$color":8,"excl_time":3.38e-05,"$area":3.38e-05},"id":"12216-JSON::XS::new"},{"name":"BEGIN@121","children":[],"data":{"tip":"<p><b>JSON::XS::BEGIN@121</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"JSON::XS::BEGIN@121","$color":8,"excl_time":1.57000000000025e-05,"$area":1.57000000000025e-05},"id":"12217-JSON::XS::BEGIN@121"},{"name":"canonical","children":[],"data":{"tip":"<p><b>JSON::XS::canonical</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"JSON::XS::canonical","$color":8,"excl_time":9e-07,"$area":9e-07},"id":"12218-JSON::XS::canonical"},{"name":"encode","children":[],"data":{"tip":"<p><b>JSON::XS::encode</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 41.3ms, 0.06%</p>","incl_time":0.0412612,"subname":"JSON::XS::encode","$color":8,"excl_time":0.0412612,"$area":0.0412612},"id":"12219-JSON::XS::encode"},{"name":"BEGIN@104","children":[],"data":{"tip":"<p><b>JSON::XS::BEGIN@104</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 572&micro;s, 0.00%<br />Exclusive time: 554&micro;s, 0.00%</p>","incl_time":0.0005722,"subname":"JSON::XS::BEGIN@104","$color":8,"excl_time":0.000554000000000032,"$area":0.000554000000000032},"id":"12220-JSON::XS::BEGIN@104"},{"name":"BEGIN@122","children":[],"data":{"tip":"<p><b>JSON::XS::BEGIN@122</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"JSON::XS::BEGIN@122","$color":8,"excl_time":8.6e-06,"$area":8.6e-06},"id":"12221-JSON::XS::BEGIN@122"},{"name":"::Boolean","children":[{"name":"BEGIN@1477","children":[],"data":{"tip":"<p><b>JSON::XS::Boolean::BEGIN@1477</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.58e-05,"subname":"JSON::XS::Boolean::BEGIN@1477","$color":10,"excl_time":1.66999999999104e-05,"$area":1.66999999999104e-05},"id":"12223-JSON::XS::Boolean::BEGIN@1477"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>JSON::XS::Boolean::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":8.92e-05,"subname":"JSON::XS::Boolean::BEGIN@3","$color":10,"excl_time":2.32999999999369e-05,"$area":2.32999999999369e-05},"id":"12224-JSON::XS::Boolean::BEGIN@3"}],"data":{"$area":3.99999999998472e-05},"id":"n12222"}],"data":{"$area":0.0419179999999999},"id":"n12214"},{"name":"::Any","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"JSON::Any::BEGIN@3","$color":1,"excl_time":1.67999999996771e-05,"$area":1.67999999996771e-05},"id":"12226-JSON::Any::BEGIN@3"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"JSON::Any::BEGIN@24","$color":1,"excl_time":6.40000000001313e-06,"$area":6.40000000001313e-06},"id":"12227-JSON::Any::BEGIN@24"},{"name":"BEGIN@219","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@219</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"JSON::Any::BEGIN@219","$color":1,"excl_time":8.4000000003812e-06,"$area":8.4000000003812e-06},"id":"12228-JSON::Any::BEGIN@219"},{"name":"import","children":[],"data":{"tip":"<p><b>JSON::Any::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.5e-05,"subname":"JSON::Any::import","$color":1,"excl_time":1.18999999999264e-05,"$area":1.18999999999264e-05},"id":"12229-JSON::Any::import"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"JSON::Any::BEGIN@23","$color":1,"excl_time":6.8000000001069e-06,"$area":6.8000000001069e-06},"id":"12230-JSON::Any::BEGIN@23"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>JSON::Any::CORE:subst</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"JSON::Any::CORE:subst","$color":1,"excl_time":1.5e-06,"$area":1.5e-06},"id":"12231-JSON::Any::CORE:subst"},{"name":"_make_key","children":[],"data":{"tip":"<p><b>JSON::Any::_make_key</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"JSON::Any::_make_key","$color":1,"excl_time":1.99000000002344e-05,"$area":1.99000000002344e-05},"id":"12232-JSON::Any::_make_key"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"JSON::Any::BEGIN@5","$color":1,"excl_time":9.1999999999715e-06,"$area":9.1999999999715e-06},"id":"12233-JSON::Any::BEGIN@5"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"JSON::Any::BEGIN@22","$color":1,"excl_time":1.02000000003483e-05,"$area":1.02000000003483e-05},"id":"12234-JSON::Any::BEGIN@22"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/JSON/Any.pm:108]","children":[],"data":{"tip":"<p><b>JSON::Any::__ANON__[/Users/edenc/perl5/lib/perl5/JSON/Any.pm:108]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 239&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.000239,"subname":"JSON::Any::__ANON__[/Users/edenc/perl5/lib/perl5/JSON/Any.pm:108]","$color":1,"excl_time":3.96000000003724e-05,"$area":3.96000000003724e-05},"id":"12235-JSON::Any::__ANON__[/Users/edenc/perl5/lib/perl5/JSON/Any.pm:108]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"JSON::Any::BEGIN@4","$color":1,"excl_time":7.90000000028218e-06,"$area":7.90000000028218e-06},"id":"12236-JSON::Any::BEGIN@4"},{"name":"_try_loading","children":[],"data":{"tip":"<p><b>JSON::Any::_try_loading</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"JSON::Any::_try_loading","$color":1,"excl_time":2.84999999999132e-05,"$area":2.84999999999132e-05},"id":"12237-JSON::Any::_try_loading"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.51e-05,"subname":"JSON::Any::BEGIN@25","$color":1,"excl_time":7.10000000001751e-06,"$area":7.10000000001751e-06},"id":"12238-JSON::Any::BEGIN@25"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>JSON::Any::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"JSON::Any::BEGIN@27","$color":1,"excl_time":3.98e-05,"$area":3.98e-05},"id":"12239-JSON::Any::BEGIN@27"},{"name":"new","children":[],"data":{"tip":"<p><b>JSON::Any::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 265&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0002653,"subname":"JSON::Any::new","$color":1,"excl_time":1.94999999999263e-05,"$area":1.94999999999263e-05},"id":"12240-JSON::Any::new"}],"data":{"$area":0.00023350000000117},"id":"n12225"},{"name":"::PP","children":[{"name":"::Boolean","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>JSON::PP::Boolean::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.56e-05,"subname":"JSON::PP::Boolean::BEGIN@3","$color":3,"excl_time":2.02999999999086e-05,"$area":2.02999999999086e-05},"id":"12243-JSON::PP::Boolean::BEGIN@3"}],"data":{"$area":2.02999999999086e-05},"id":"n12242"}],"data":{"$area":2.02999999999086e-05},"id":"n12241"},{"name":"::Backend","children":[{"name":"::XS","children":[{"name":"::Supportable","children":[{"name":"_encode","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::Supportable::_encode</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 51.9ms, 0.07%<br />Exclusive time: 10.6ms, 0.01%</p>","incl_time":0.0518555000000001,"subname":"JSON::Backend::XS::Supportable::_encode","$color":5,"excl_time":0.0105942999991676,"$area":0.0105942999991676},"id":"12247-JSON::Backend::XS::Supportable::_encode"},{"name":"BEGIN@99","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::Supportable::BEGIN@99</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"JSON::Backend::XS::Supportable::BEGIN@99","$color":5,"excl_time":7.60000000008664e-06,"$area":7.60000000008664e-06},"id":"12248-JSON::Backend::XS::Supportable::BEGIN@99"},{"name":"_make_unsupported_method","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::Supportable::_make_unsupported_method</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"JSON::Backend::XS::Supportable::_make_unsupported_method","$color":5,"excl_time":5.98e-05,"$area":5.98e-05},"id":"12249-JSON::Backend::XS::Supportable::_make_unsupported_method"}],"data":{"$area":0.0106616999991677},"id":"n12246"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"JSON::Backend::XS::BEGIN@18","$color":7,"excl_time":8.29999999993087e-06,"$area":8.29999999993087e-06},"id":"12250-JSON::Backend::XS::BEGIN@18"},{"name":"support_by_pp","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::support_by_pp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 150&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0001498,"subname":"JSON::Backend::XS::support_by_pp","$color":7,"excl_time":9.0000000001056e-05,"$area":9.0000000001056e-05},"id":"12251-JSON::Backend::XS::support_by_pp"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.93e-05,"subname":"JSON::Backend::XS::BEGIN@9","$color":7,"excl_time":2.00000000000156e-05,"$area":2.00000000000156e-05},"id":"12252-JSON::Backend::XS::BEGIN@9"},{"name":"__ANON__[(eval 459)[/Users/edenc/perl5/lib/perl5/JSON.pm:268]:63]","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::__ANON__[(eval 459)[/Users/edenc/perl5/lib/perl5/JSON.pm:268]:63]</b></p><p><br />Called 4 times from 4 places in 4 files<br />Inclusive time: 98&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":9.76e-05,"subname":"JSON::Backend::XS::__ANON__[(eval 459)[/Users/edenc/perl5/lib/perl5/JSON.pm:268]:63]","$color":7,"excl_time":6.38000000055784e-05,"$area":6.38000000055784e-05},"id":"12253-JSON::Backend::XS::__ANON__[(eval 459)[/Users/edenc/perl5/lib/perl5/JSON.pm:268]:63]"},{"name":"init","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::init</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"JSON::Backend::XS::init","$color":7,"excl_time":1.91e-05,"$area":1.91e-05},"id":"12254-JSON::Backend::XS::init"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"JSON::Backend::XS::BEGIN@29","$color":7,"excl_time":8.79999999996099e-06,"$area":8.79999999996099e-06},"id":"12255-JSON::Backend::XS::BEGIN@29"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::BEGIN@42</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"JSON::Backend::XS::BEGIN@42","$color":7,"excl_time":6.70000000009815e-06,"$area":6.70000000009815e-06},"id":"12256-JSON::Backend::XS::BEGIN@42"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>JSON::Backend::XS::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"JSON::Backend::XS::BEGIN@11","$color":7,"excl_time":1.04999999999087e-05,"$area":1.04999999999087e-05},"id":"12257-JSON::Backend::XS::BEGIN@11"}],"data":{"$area":0.0108888999991743},"id":"n12245"},{"name":"::PP","children":[{"name":"BEGIN@383","children":[],"data":{"tip":"<p><b>JSON::Backend::PP::BEGIN@383</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"JSON::Backend::PP::BEGIN@383","$color":9,"excl_time":2.05999999999725e-05,"$area":2.05999999999725e-05},"id":"12259-JSON::Backend::PP::BEGIN@383"}],"data":{"$area":2.05999999999725e-05},"id":"n12258"}],"data":{"$area":0.0109094999991742},"id":"n12244"}],"data":{"$area":0.0597127999991753},"id":"n12199"},{"name":"Data","children":[{"name":"::Dumper","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Data::Dumper::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Data::Dumper::BEGIN@16","$color":0,"excl_time":3.4e-05,"$area":3.4e-05},"id":"12262-Data::Dumper::BEGIN@16"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Data::Dumper::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 65&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.5e-05,"subname":"Data::Dumper::BEGIN@20","$color":0,"excl_time":1.12999999999546e-05,"$area":1.12999999999546e-05},"id":"12263-Data::Dumper::BEGIN@20"},{"name":"BEGIN@683","children":[],"data":{"tip":"<p><b>Data::Dumper::BEGIN@683</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":5.85e-05,"subname":"Data::Dumper::BEGIN@683","$color":0,"excl_time":4.15000000000663e-05,"$area":4.15000000000663e-05},"id":"12264-Data::Dumper::BEGIN@683"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Data::Dumper::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Data::Dumper::BEGIN@22","$color":0,"excl_time":1.26e-05,"$area":1.26e-05},"id":"12265-Data::Dumper::BEGIN@22"}],"data":{"$area":9.94000000000209e-05},"id":"n12261"},{"name":"::Stream","children":[{"name":"::Bulk","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Data::Stream::Bulk::BEGIN@2","$color":2,"excl_time":1.07e-05,"$area":1.07e-05},"id":"12268-Data::Stream::Bulk::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003147,"subname":"Data::Stream::Bulk::BEGIN@11","$color":2,"excl_time":1.00999999997897e-05,"$area":1.00999999997897e-05},"id":"12269-Data::Stream::Bulk::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.38ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0023839,"subname":"Data::Stream::Bulk::BEGIN@8","$color":2,"excl_time":1.06999999999243e-05,"$area":1.06999999999243e-05},"id":"12270-Data::Stream::Bulk::BEGIN@8"},{"name":"::Array","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Array::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.21ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0042062,"subname":"Data::Stream::Bulk::Array::BEGIN@8","$color":4,"excl_time":9.59999999978339e-06,"$area":9.59999999978339e-06},"id":"12272-Data::Stream::Bulk::Array::BEGIN@8"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Array::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 308&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003083,"subname":"Data::Stream::Bulk::Array::BEGIN@11","$color":4,"excl_time":1.2000000000417e-05,"$area":1.2000000000417e-05},"id":"12273-Data::Stream::Bulk::Array::BEGIN@11"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Array::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Data::Stream::Bulk::Array::meta","$color":4,"excl_time":7.19999999967619e-06,"$area":7.19999999967619e-06},"id":"12274-Data::Stream::Bulk::Array::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Array::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Data::Stream::Bulk::Array::BEGIN@2","$color":4,"excl_time":9.1e-06,"$area":9.1e-06},"id":"12275-Data::Stream::Bulk::Array::BEGIN@2"}],"data":{"$area":3.78999999998766e-05},"id":"n12271"},{"name":"::Nil","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Nil::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.77ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0047671,"subname":"Data::Stream::Bulk::Nil::BEGIN@8","$color":6,"excl_time":1.35000000000872e-05,"$area":1.35000000000872e-05},"id":"12277-Data::Stream::Bulk::Nil::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Nil::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Data::Stream::Bulk::Nil::meta","$color":6,"excl_time":2.94999999998416e-05,"$area":2.94999999998416e-05},"id":"12278-Data::Stream::Bulk::Nil::meta"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Nil::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 288&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002885,"subname":"Data::Stream::Bulk::Nil::BEGIN@11","$color":6,"excl_time":1.11999999999642e-05,"$area":1.11999999999642e-05},"id":"12279-Data::Stream::Bulk::Nil::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Nil::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Data::Stream::Bulk::Nil::BEGIN@2","$color":6,"excl_time":1.27e-05,"$area":1.27e-05},"id":"12280-Data::Stream::Bulk::Nil::BEGIN@2"}],"data":{"$area":6.6899999999893e-05},"id":"n12276"},{"name":"::Chunked","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Chunked::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.26ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0042567,"subname":"Data::Stream::Bulk::Chunked::BEGIN@8","$color":8,"excl_time":1.05000000001328e-05,"$area":1.05000000001328e-05},"id":"12282-Data::Stream::Bulk::Chunked::BEGIN@8"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Chunked::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 299&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0002986,"subname":"Data::Stream::Bulk::Chunked::BEGIN@11","$color":8,"excl_time":1.31000000000618e-05,"$area":1.31000000000618e-05},"id":"12283-Data::Stream::Bulk::Chunked::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Chunked::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Data::Stream::Bulk::Chunked::BEGIN@2","$color":8,"excl_time":1.06e-05,"$area":1.06e-05},"id":"12284-Data::Stream::Bulk::Chunked::BEGIN@2"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Chunked::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Data::Stream::Bulk::Chunked::meta","$color":8,"excl_time":7.60000000016716e-06,"$area":7.60000000016716e-06},"id":"12285-Data::Stream::Bulk::Chunked::meta"}],"data":{"$area":4.18000000003618e-05},"id":"n12281"},{"name":"::Util","children":[{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15.6ms, 0.02%<br />Exclusive time: 599&micro;s, 0.00%</p>","incl_time":0.0156311,"subname":"Data::Stream::Bulk::Util::BEGIN@14","$color":10,"excl_time":0.000599100000001174,"$area":0.000599100000001174},"id":"12287-Data::Stream::Bulk::Util::BEGIN@14"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001492,"subname":"Data::Stream::Bulk::Util::BEGIN@18","$color":10,"excl_time":8.60000000006477e-06,"$area":8.60000000006477e-06},"id":"12288-Data::Stream::Bulk::Util::BEGIN@18"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@13","$color":10,"excl_time":1.54000000000946e-05,"$area":1.54000000000946e-05},"id":"12289-Data::Stream::Bulk::Util::BEGIN@13"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@9","$color":10,"excl_time":9.09999999967444e-06,"$area":9.09999999967444e-06},"id":"12290-Data::Stream::Bulk::Util::BEGIN@9"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 367&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003668,"subname":"Data::Stream::Bulk::Util::BEGIN@20","$color":10,"excl_time":1.12000000002106e-05,"$area":1.12000000002106e-05},"id":"12291-Data::Stream::Bulk::Util::BEGIN@20"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@10","$color":10,"excl_time":7.59999999986285e-06,"$area":7.59999999986285e-06},"id":"12292-Data::Stream::Bulk::Util::BEGIN@10"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@16","$color":10,"excl_time":1.04999999997362e-05,"$area":1.04999999997362e-05},"id":"12293-Data::Stream::Bulk::Util::BEGIN@16"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Util::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@2","$color":10,"excl_time":1.16e-05,"$area":1.16e-05},"id":"12294-Data::Stream::Bulk::Util::BEGIN@2"}],"data":{"$area":0.000673100000000818},"id":"n12286"},{"name":"::Cat","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Cat::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 291&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002908,"subname":"Data::Stream::Bulk::Cat::BEGIN@11","$color":1,"excl_time":1.13000000000119e-05,"$area":1.13000000000119e-05},"id":"12296-Data::Stream::Bulk::Cat::BEGIN@11"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Cat::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Data::Stream::Bulk::Cat::meta","$color":1,"excl_time":7.90000000012027e-06,"$area":7.90000000012027e-06},"id":"12297-Data::Stream::Bulk::Cat::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Cat::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Data::Stream::Bulk::Cat::BEGIN@2","$color":1,"excl_time":1.1e-05,"$area":1.1e-05},"id":"12298-Data::Stream::Bulk::Cat::BEGIN@2"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Cat::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0045481,"subname":"Data::Stream::Bulk::Cat::BEGIN@8","$color":1,"excl_time":1.10000000001506e-05,"$area":1.10000000001506e-05},"id":"12299-Data::Stream::Bulk::Cat::BEGIN@8"}],"data":{"$area":4.12000000002829e-05},"id":"n12295"},{"name":"::Filter","children":[{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Filter::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 299&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002994,"subname":"Data::Stream::Bulk::Filter::BEGIN@13","$color":3,"excl_time":9.50000000015695e-06,"$area":9.50000000015695e-06},"id":"12301-Data::Stream::Bulk::Filter::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Filter::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Data::Stream::Bulk::Filter::BEGIN@2","$color":3,"excl_time":1.02e-05,"$area":1.02e-05},"id":"12302-Data::Stream::Bulk::Filter::BEGIN@2"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Filter::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Data::Stream::Bulk::Filter::BEGIN@11","$color":3,"excl_time":1.84000000000946e-05,"$area":1.84000000000946e-05},"id":"12303-Data::Stream::Bulk::Filter::BEGIN@11"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Filter::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.24ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0042443,"subname":"Data::Stream::Bulk::Filter::BEGIN@8","$color":3,"excl_time":1.06000000001044e-05,"$area":1.06000000001044e-05},"id":"12304-Data::Stream::Bulk::Filter::BEGIN@8"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::Filter::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Data::Stream::Bulk::Filter::meta","$color":3,"excl_time":8.50000000012028e-06,"$area":8.50000000012028e-06},"id":"12305-Data::Stream::Bulk::Filter::meta"}],"data":{"$area":5.72000000004763e-05},"id":"n12300"},{"name":"::DoneFlag","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DoneFlag::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 306&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003056,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@11","$color":5,"excl_time":9.80000000004279e-06,"$area":9.80000000004279e-06},"id":"12307-Data::Stream::Bulk::DoneFlag::BEGIN@11"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DoneFlag::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@2","$color":5,"excl_time":1.19e-05,"$area":1.19e-05},"id":"12308-Data::Stream::Bulk::DoneFlag::BEGIN@2"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DoneFlag::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.99ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0029909,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@8","$color":5,"excl_time":1.16000000002039e-05,"$area":1.16000000002039e-05},"id":"12309-Data::Stream::Bulk::DoneFlag::BEGIN@8"}],"data":{"$area":3.33000000002467e-05},"id":"n12306"},{"name":"::DBI","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DBI::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Data::Stream::Bulk::DBI::meta","$color":7,"excl_time":8.49999999995749e-06,"$area":8.49999999995749e-06},"id":"12311-Data::Stream::Bulk::DBI::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DBI::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Data::Stream::Bulk::DBI::BEGIN@2","$color":7,"excl_time":1.13e-05,"$area":1.13e-05},"id":"12312-Data::Stream::Bulk::DBI::BEGIN@2"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DBI::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.52ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0045217,"subname":"Data::Stream::Bulk::DBI::BEGIN@8","$color":7,"excl_time":1.33999999996463e-05,"$area":1.33999999996463e-05},"id":"12313-Data::Stream::Bulk::DBI::BEGIN@8"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Stream::Bulk::DBI::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 531&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0005306,"subname":"Data::Stream::Bulk::DBI::BEGIN@11","$color":7,"excl_time":1.67999999997693e-05,"$area":1.67999999997693e-05},"id":"12314-Data::Stream::Bulk::DBI::BEGIN@11"}],"data":{"$area":4.99999999993731e-05},"id":"n12310"}],"data":{"$area":0.00103290000000104},"id":"n12267"}],"data":{"$area":0.00103290000000104},"id":"n12266"},{"name":"::OptList","children":[{"name":"__is_a","children":[],"data":{"tip":"<p><b>Data::OptList::__is_a</b></p><p><br />Called 1368 times from 2 places in 1 file<br />Inclusive time: 8.34ms, 0.01%<br />Exclusive time: 5.90ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 3.20ms</p>","incl_time":0.00833650000000003,"subname":"Data::OptList::__is_a","$color":9,"excl_time":0.00590140000002105,"$area":0.00590140000002105},"id":"12316-Data::OptList::__is_a"},{"name":"mkopt","children":[],"data":{"tip":"<p><b>Data::OptList::mkopt</b></p><p><br />Called 2540 times from 9 places in 6 files<br />Inclusive time: 76.0ms, 0.11%<br />Exclusive time: 60.8ms, 0.09%</p>","incl_time":0.0760126999999999,"subname":"Data::OptList::mkopt","$color":9,"excl_time":0.0607986999999827,"$area":0.0607986999999827},"id":"12317-Data::OptList::mkopt"},{"name":"BEGIN@100","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@100</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Data::OptList::BEGIN@100","$color":9,"excl_time":1.10999999999978e-05,"$area":1.10999999999978e-05},"id":"12318-Data::OptList::BEGIN@100"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Data::OptList::BEGIN@9","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"12319-Data::OptList::BEGIN@9"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Data::OptList::BEGIN@15","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"12320-Data::OptList::BEGIN@15"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Data::OptList::BEGIN@4","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"12321-Data::OptList::BEGIN@4"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Data/OptList.pm:54]","children":[],"data":{"tip":"<p><b>Data::OptList::__ANON__[/Users/edenc/perl5/lib/perl5/Data/OptList.pm:54]</b></p><p><br />Called 4302 times from 1 place in 1 file<br />Inclusive time: 5.97ms, 0.01%</p>","incl_time":0.00597330000000024,"subname":"Data::OptList::__ANON__[/Users/edenc/perl5/lib/perl5/Data/OptList.pm:54]","$color":9,"excl_time":0.00597330000000024,"$area":0.00597330000000024},"id":"12322-Data::OptList::__ANON__[/Users/edenc/perl5/lib/perl5/Data/OptList.pm:54]"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.71ms, 0.01%<br />Exclusive time: 3.28ms, 0.00%</p>","incl_time":0.0037139,"subname":"Data::OptList::BEGIN@10","$color":9,"excl_time":0.0032826,"$area":0.0032826},"id":"12323-Data::OptList::BEGIN@10"},{"name":"mkopt_hash","children":[],"data":{"tip":"<p><b>Data::OptList::mkopt_hash</b></p><p><br />Called 129 times from 2 places in 1 file<br />Inclusive time: 19.2ms, 0.03%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0192167,"subname":"Data::OptList::mkopt_hash","$color":9,"excl_time":0.00141670000000004,"$area":0.00141670000000004},"id":"12324-Data::OptList::mkopt_hash"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.00%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.001519,"subname":"Data::OptList::BEGIN@11","$color":9,"excl_time":0.0012815,"$area":0.0012815},"id":"12325-Data::OptList::BEGIN@11"}],"data":{"$area":0.078678900000004},"id":"n12315"},{"name":"::UUID","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Data::UUID::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.8e-05,"subname":"Data::UUID::BEGIN@6","$color":0,"excl_time":7.90000000021467e-06,"$area":7.90000000021467e-06},"id":"12327-Data::UUID::BEGIN@6"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Data::UUID::bootstrap</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.00%</p>","incl_time":7.78e-05,"subname":"Data::UUID::bootstrap","$color":0,"excl_time":7.78e-05,"$area":7.78e-05},"id":"12328-Data::UUID::bootstrap"},{"name":"create_str","children":[],"data":{"tip":"<p><b>Data::UUID::create_str</b></p><p><br />Called 5685 times from 1 place in 1 file<br />Inclusive time: 23.8ms, 0.03%</p>","incl_time":0.0237869000000003,"subname":"Data::UUID::create_str","$color":0,"excl_time":0.0237869000000003,"$area":0.0237869000000003},"id":"12329-Data::UUID::create_str"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Data::UUID::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"Data::UUID::BEGIN@5","$color":0,"excl_time":8.30000000011215e-06,"$area":8.30000000011215e-06},"id":"12330-Data::UUID::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Data::UUID::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Data::UUID::BEGIN@3","$color":0,"excl_time":1.4899999999908e-05,"$area":1.4899999999908e-05},"id":"12331-Data::UUID::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>Data::UUID::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Data::UUID::new","$color":0,"excl_time":6.02e-05,"$area":6.02e-05},"id":"12332-Data::UUID::new"}],"data":{"$area":0.0239560000000006},"id":"n12326"},{"name":"::Dump","children":[{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 115&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001149,"subname":"Data::Dump::BEGIN@16","$color":2,"excl_time":6.90000000000301e-06,"$area":6.90000000000301e-06},"id":"12334-Data::Dump::BEGIN@16"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.23e-05,"subname":"Data::Dump::BEGIN@4","$color":2,"excl_time":7.60000000001689e-06,"$area":7.60000000001689e-06},"id":"12335-Data::Dump::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 313&micro;s, 0.00%<br />Exclusive time: 297&micro;s, 0.00%</p>","incl_time":0.0003129,"subname":"Data::Dump::BEGIN@5","$color":2,"excl_time":0.000297200000000048,"$area":0.000297200000000048},"id":"12336-Data::Dump::BEGIN@5"},{"name":"BEGIN@235","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@235</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Data::Dump::BEGIN@235","$color":2,"excl_time":1.03999999999592e-05,"$area":1.03999999999592e-05},"id":"12337-Data::Dump::BEGIN@235"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Data::Dump::BEGIN@3","$color":2,"excl_time":1.67999999999787e-05,"$area":1.67999999999787e-05},"id":"12338-Data::Dump::BEGIN@3"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Data::Dump::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Data::Dump::BEGIN@15","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"12339-Data::Dump::BEGIN@15"}],"data":{"$area":0.000343900000000006},"id":"n12333"},{"name":"::Compare","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Data::Compare::BEGIN@9","$color":4,"excl_time":1.36000000001415e-05,"$area":1.36000000001415e-05},"id":"12341-Data::Compare::BEGIN@9"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.61e-05,"subname":"Data::Compare::BEGIN@12","$color":4,"excl_time":8.89999999971294e-06,"$area":8.89999999971294e-06},"id":"12342-Data::Compare::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"Data::Compare::BEGIN@14","$color":4,"excl_time":8.79999999969107e-06,"$area":8.79999999969107e-06},"id":"12343-Data::Compare::BEGIN@14"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"Data::Compare::BEGIN@13","$color":4,"excl_time":1.39999999997327e-05,"$area":1.39999999997327e-05},"id":"12344-Data::Compare::BEGIN@13"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Data::Compare::BEGIN@15","$color":4,"excl_time":8.19999999981947e-06,"$area":8.19999999981947e-06},"id":"12345-Data::Compare::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Data::Compare::BEGIN@10","$color":4,"excl_time":1.15999999995815e-05,"$area":1.15999999995815e-05},"id":"12346-Data::Compare::BEGIN@10"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Data::Compare::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"Data::Compare::BEGIN@24","$color":4,"excl_time":1.05999999995955e-05,"$area":1.05999999995955e-05},"id":"12347-Data::Compare::BEGIN@24"}],"data":{"$area":7.56999999982748e-05},"id":"n12340"},{"name":"::Visitor","children":[{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.16e-05,"subname":"Data::Visitor::BEGIN@23","$color":6,"excl_time":9.39999999978571e-06,"$area":9.39999999978571e-06},"id":"12349-Data::Visitor::BEGIN@23"},{"name":"visit_value","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_value</b></p><p><br />Called 36486 times from 1 place in 1 file<br />Inclusive time: 61.5ms, 0.09%</p>","incl_time":0.061527999999998,"subname":"Data::Visitor::visit_value","$color":6,"excl_time":0.061527999999998,"$area":0.061527999999998},"id":"12350-Data::Visitor::visit_value"},{"name":"_register_mapping","children":[],"data":{"tip":"<p><b>Data::Visitor::_register_mapping</b></p><p><br />Called 6862 times from 5 places in 4 files<br />Inclusive time: 37.5ms, 0.05%<br />Exclusive time: 32.6ms, 0.05%</p>","incl_time":0.0374514999999997,"subname":"Data::Visitor::_register_mapping","$color":6,"excl_time":0.0326445999985267,"$area":0.0326445999985267},"id":"12351-Data::Visitor::_register_mapping"},{"name":"visit_hash_entries","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_entries</b></p><p><br />Called 121 times from 1 place in 1 file<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 28.6ms, 0.04%<br />Recursion: max depth 2, recursive inclusive time 5.08s</p>","incl_time":5.2880855,"subname":"Data::Visitor::visit_hash_entries","$color":6,"excl_time":0.02863410000048,"$area":0.02863410000048},"id":"12352-Data::Visitor::visit_hash_entries"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Data::Visitor::BEGIN@12","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"12353-Data::Visitor::BEGIN@12"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"Data::Visitor::BEGIN@15","$color":6,"excl_time":8.10000000005651e-06,"$area":8.10000000005651e-06},"id":"12354-Data::Visitor::BEGIN@15"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Visitor::meta</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Data::Visitor::meta","$color":6,"excl_time":1.12999999999592e-05,"$area":1.12999999999592e-05},"id":"12355-Data::Visitor::meta"},{"name":"visit_normal_hash","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_normal_hash</b></p><p><br />Called 121 times from 1 place in 1 file<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 7.39ms, 0.01%<br />Recursion: max depth 2, recursive inclusive time 5.08s</p>","incl_time":5.2881699,"subname":"Data::Visitor::visit_normal_hash","$color":6,"excl_time":0.00739200000010775,"$area":0.00739200000010775},"id":"12356-Data::Visitor::visit_normal_hash"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.35ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0043506,"subname":"Data::Visitor::BEGIN@8","$color":6,"excl_time":9.2999999998962e-06,"$area":9.2999999998962e-06},"id":"12357-Data::Visitor::BEGIN@8"},{"name":"BEGIN@376","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@376</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Data::Visitor::BEGIN@376","$color":6,"excl_time":1.32999999998655e-05,"$area":1.32999999998655e-05},"id":"12358-Data::Visitor::BEGIN@376"},{"name":"visit_hash_value","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_value</b></p><p><br />Called 6818 times from 1 place in 1 file<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 26.3ms, 0.04%<br />Recursion: max depth 2, recursive inclusive time 4.87s</p>","incl_time":5.2858365,"subname":"Data::Visitor::visit_hash_value","$color":6,"excl_time":0.026310200000411,"$area":0.026310200000411},"id":"12359-Data::Visitor::visit_hash_value"},{"name":"visit_hash","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash</b></p><p><br />Called 121 times from 2 places in 2 files<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 493&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 5.09s</p>","incl_time":5.2881969,"subname":"Data::Visitor::visit_hash","$color":6,"excl_time":0.000492700000001908,"$area":0.000492700000001908},"id":"12360-Data::Visitor::visit_hash"},{"name":"weaken","children":[],"data":{"tip":"<p><b>Data::Visitor::weaken</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Data::Visitor::weaken","$color":6,"excl_time":1.51e-05,"$area":1.51e-05},"id":"12361-Data::Visitor::weaken"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 439&micro;s, 0.00%<br />Exclusive time: 316&micro;s, 0.00%</p>","incl_time":0.0004395,"subname":"Data::Visitor::BEGIN@16","$color":6,"excl_time":0.000316100000000337,"$area":0.000316100000000337},"id":"12362-Data::Visitor::BEGIN@16"},{"name":"visit_normal_array","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_normal_array</b></p><p><br />Called 4409 times from 1 place in 1 file<br />Inclusive time: 656ms, 0.93%<br />Exclusive time: 50.9ms, 0.07%</p>","incl_time":0.656479600000004,"subname":"Data::Visitor::visit_normal_array","$color":6,"excl_time":0.0508969999935946,"$area":0.0508969999935946},"id":"12363-Data::Visitor::visit_normal_array"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@25</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 315&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003154,"subname":"Data::Visitor::BEGIN@25","$color":6,"excl_time":8.90000000023473e-06,"$area":8.90000000023473e-06},"id":"12364-Data::Visitor::BEGIN@25"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Data::Visitor::CORE:match</b></p><p><br />Called 4530 times from 1 place in 1 file<br />Inclusive time: 7.23ms, 0.01%</p>","incl_time":0.00723320000000007,"subname":"Data::Visitor::CORE:match","$color":6,"excl_time":0.00723320000000007,"$area":0.00723320000000007},"id":"12365-Data::Visitor::CORE:match"},{"name":"retain_magic","children":[],"data":{"tip":"<p><b>Data::Visitor::retain_magic</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Data::Visitor::retain_magic","$color":6,"excl_time":2.82000000010766e-05,"$area":2.82000000010766e-05},"id":"12366-Data::Visitor::retain_magic"},{"name":"visit_hash_key","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_key</b></p><p><br />Called 6818 times from 1 place in 1 file<br />Inclusive time: 136ms, 0.19%<br />Exclusive time: 22.3ms, 0.03%</p>","incl_time":0.136289900000001,"subname":"Data::Visitor::visit_hash_key","$color":6,"excl_time":0.0222678000010491,"$area":0.0222678000010491},"id":"12367-Data::Visitor::visit_hash_key"},{"name":"visit_hash_entry","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_entry</b></p><p><br />Called 6818 times from 2 places in 2 files<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 45.4ms, 0.06%<br />Recursion: max depth 2, recursive inclusive time 5.05s</p>","incl_time":5.2877821,"subname":"Data::Visitor::visit_hash_entry","$color":6,"excl_time":0.0453909999980446,"$area":0.0453909999980446},"id":"12368-Data::Visitor::visit_hash_entry"},{"name":"visit","children":[],"data":{"tip":"<p><b>Data::Visitor::visit</b></p><p><br />Called 45584 times from 7 places in 4 files<br />Inclusive time: 5.29s, 7.46%<br />Exclusive time: 397ms, 0.56%<br />Recursion: max depth 5, recursive inclusive time 17.8s</p>","incl_time":5.2922763,"subname":"Data::Visitor::visit","$color":6,"excl_time":0.396505600046232,"$area":0.396505600046232},"id":"12369-Data::Visitor::visit"},{"name":"visit_array","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array</b></p><p><br />Called 4409 times from 2 places in 2 files<br />Inclusive time: 674ms, 0.95%<br />Exclusive time: 17.7ms, 0.02%</p>","incl_time":0.674179400000007,"subname":"Data::Visitor::visit_array","$color":6,"excl_time":0.0176998000000489,"$area":0.0176998000000489},"id":"12370-Data::Visitor::visit_array"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"Data::Visitor::BEGIN@11","$color":6,"excl_time":9.49999999985909e-06,"$area":9.49999999985909e-06},"id":"12371-Data::Visitor::BEGIN@11"},{"name":"visit_array_entries","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array_entries</b></p><p><br />Called 4409 times from 1 place in 1 file<br />Inclusive time: 574ms, 0.81%<br />Exclusive time: 85.5ms, 0.12%</p>","incl_time":0.574149100000002,"subname":"Data::Visitor::visit_array_entries","$color":6,"excl_time":0.0855456999887998,"$area":0.0855456999887998},"id":"12372-Data::Visitor::visit_array_entries"},{"name":"visit_array_entry","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array_entry</b></p><p><br />Called 27489 times from 1 place in 1 file<br />Inclusive time: 489ms, 0.69%<br />Exclusive time: 99.7ms, 0.14%</p>","incl_time":0.488603400000028,"subname":"Data::Visitor::visit_array_entry","$color":6,"excl_time":0.0996890000236627,"$area":0.0996890000236627},"id":"12373-Data::Visitor::visit_array_entry"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Data::Visitor::BEGIN@13","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"12374-Data::Visitor::BEGIN@13"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Data::Visitor::BEGIN@2","$color":6,"excl_time":1e-05,"$area":1e-05},"id":"12375-Data::Visitor::BEGIN@2"},{"name":"visit_no_rec_check","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_no_rec_check</b></p><p><br />Called 43360 times from 2 places in 1 file<br />Inclusive time: 5.29s, 7.46%<br />Exclusive time: 239ms, 0.34%<br />Recursion: max depth 5, recursive inclusive time 17.2s</p>","incl_time":5.2904437,"subname":"Data::Visitor::visit_no_rec_check","$color":6,"excl_time":0.239365200018611,"$area":0.239365200018611},"id":"12376-Data::Visitor::visit_no_rec_check"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 351&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003507,"subname":"Data::Visitor::BEGIN@20","$color":6,"excl_time":9.09999999994704e-06,"$area":9.09999999994704e-06},"id":"12377-Data::Visitor::BEGIN@20"},{"name":"visit_ref","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_ref</b></p><p><br />Called 4530 times from 2 places in 2 files<br />Inclusive time: 5.29s, 7.45%<br />Exclusive time: 47.9ms, 0.07%<br />Recursion: max depth 2, recursive inclusive time 5.82s</p>","incl_time":5.2883322,"subname":"Data::Visitor::visit_ref","$color":6,"excl_time":0.047877799992127,"$area":0.047877799992127},"id":"12378-Data::Visitor::visit_ref"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Data::Visitor::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Data::Visitor::BEGIN@18","$color":6,"excl_time":7.80000000017066e-06,"$area":7.80000000017066e-06},"id":"12379-Data::Visitor::BEGIN@18"},{"name":"::Callback","children":[{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BUILDARGS</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 201&micro;s, 0.00%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0002012,"subname":"Data::Visitor::Callback::BUILDARGS","$color":8,"excl_time":7.80999999994023e-05,"$area":7.80999999994023e-05},"id":"12381-Data::Visitor::Callback::BUILDARGS"},{"name":"callback","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::callback</b></p><p><br />Called 92 times from 5 places in 1 file<br />Inclusive time: 2.35ms, 0.00%<br />Exclusive time: 539&micro;s, 0.00%</p>","incl_time":0.0023513,"subname":"Data::Visitor::Callback::callback","$color":8,"excl_time":0.000538899999994291,"$area":0.000538899999994291},"id":"12382-Data::Visitor::Callback::callback"},{"name":"class_callbacks","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::class_callbacks</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Data::Visitor::Callback::class_callbacks","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"12383-Data::Visitor::Callback::class_callbacks"},{"name":"BEGIN@190","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@190</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 669&micro;s, 0.00%<br />Exclusive time: 576&micro;s, 0.00%</p>","incl_time":0.0006687,"subname":"Data::Visitor::Callback::BEGIN@190","$color":8,"excl_time":0.000575700000000323,"$area":0.000575700000000323},"id":"12384-Data::Visitor::Callback::BEGIN@190"},{"name":"ignore_return_values","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::ignore_return_values</b></p><p><br />Called 78 times from 3 places in 1 file<br />Inclusive time: 122&micro;s, 0.00%</p>","incl_time":0.000122,"subname":"Data::Visitor::Callback::ignore_return_values","$color":8,"excl_time":0.000122,"$area":0.000122},"id":"12385-Data::Visitor::Callback::ignore_return_values"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.84ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0048389,"subname":"Data::Visitor::Callback::BEGIN@8","$color":8,"excl_time":1.92999999997431e-05,"$area":1.92999999997431e-05},"id":"12386-Data::Visitor::Callback::BEGIN@8"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::CORE:match</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Data::Visitor::Callback::CORE:match","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"12387-Data::Visitor::Callback::CORE:match"},{"name":"BEGIN@177","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@177</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Data::Visitor::Callback::BEGIN@177","$color":8,"excl_time":9.39999999981684e-06,"$area":9.39999999981684e-06},"id":"12388-Data::Visitor::Callback::BEGIN@177"},{"name":"BEGIN@8.15","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@8.15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Data::Visitor::Callback::BEGIN@8.15","$color":8,"excl_time":1.139999999977e-05,"$area":1.139999999977e-05},"id":"12389-Data::Visitor::Callback::BEGIN@8.15"},{"name":"visit_ref","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_ref</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 4.76ms, 0.01%<br />Exclusive time: 50&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 2.07ms</p>","incl_time":0.004762,"subname":"Data::Visitor::Callback::visit_ref","$color":8,"excl_time":5.04000000004151e-05,"$area":5.04000000004151e-05},"id":"12390-Data::Visitor::Callback::visit_ref"},{"name":"visit_array","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_array</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 229&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002287,"subname":"Data::Visitor::Callback::visit_array","$color":8,"excl_time":2.39000000012162e-05,"$area":2.39000000012162e-05},"id":"12391-Data::Visitor::Callback::visit_array"},{"name":"visit_hash_entry","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_hash_entry</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 4.60ms, 0.01%<br />Exclusive time: 184&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.37ms</p>","incl_time":0.0045991,"subname":"Data::Visitor::Callback::visit_hash_entry","$color":8,"excl_time":0.000183799999997147,"$area":0.000183799999997147},"id":"12392-Data::Visitor::Callback::visit_hash_entry"},{"name":"callback_and_reg","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::callback_and_reg</b></p><p><br />Called 48 times from 7 places in 3 files<br />Inclusive time: 2.52ms, 0.00%<br />Exclusive time: 376&micro;s, 0.00%</p>","incl_time":0.0025166,"subname":"Data::Visitor::Callback::callback_and_reg","$color":8,"excl_time":0.000376199999994629,"$area":0.000376199999994629},"id":"12393-Data::Visitor::Callback::callback_and_reg"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Data::Visitor::Callback::BEGIN@52","$color":8,"excl_time":1.03000000002918e-05,"$area":1.03000000002918e-05},"id":"12394-Data::Visitor::Callback::BEGIN@52"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Data::Visitor::Callback::BEGIN@11","$color":8,"excl_time":6.8e-06,"$area":6.8e-06},"id":"12395-Data::Visitor::Callback::BEGIN@11"},{"name":"BEGIN@130","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@130</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Data::Visitor::Callback::BEGIN@130","$color":8,"excl_time":9.80000000000438e-06,"$area":9.80000000000438e-06},"id":"12396-Data::Visitor::Callback::BEGIN@130"},{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 384&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003837,"subname":"Data::Visitor::Callback::BEGIN@18","$color":8,"excl_time":9.59999999984514e-06,"$area":9.59999999984514e-06},"id":"12397-Data::Visitor::Callback::BEGIN@18"},{"name":"visit_object","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_object</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001417,"subname":"Data::Visitor::Callback::visit_object","$color":8,"excl_time":3.64999999998615e-05,"$area":3.64999999998615e-05},"id":"12398-Data::Visitor::Callback::visit_object"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::CORE:sort</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 400ns, 0.00%</p>","incl_time":4e-07,"subname":"Data::Visitor::Callback::CORE:sort","$color":8,"excl_time":4e-07,"$area":4e-07},"id":"12399-Data::Visitor::Callback::CORE:sort"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::DESTROY</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Data::Visitor::Callback::DESTROY","$color":8,"excl_time":9.10000000014065e-06,"$area":9.10000000014065e-06},"id":"12400-Data::Visitor::Callback::DESTROY"},{"name":"BEGIN@8.14","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@8.14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Data::Visitor::Callback::BEGIN@8.14","$color":8,"excl_time":1.33999999998168e-05,"$area":1.33999999998168e-05},"id":"12401-Data::Visitor::Callback::BEGIN@8.14"},{"name":"BEGIN@193","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@193</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Data::Visitor::Callback::BEGIN@193","$color":8,"excl_time":8.80000000033082e-06,"$area":8.80000000033082e-06},"id":"12402-Data::Visitor::Callback::BEGIN@193"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"Data::Visitor::Callback::BEGIN@21","$color":8,"excl_time":1.80000000003413e-05,"$area":1.80000000003413e-05},"id":"12403-Data::Visitor::Callback::BEGIN@21"},{"name":"visit_hash","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_hash</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 4.72ms, 0.01%<br />Exclusive time: 83&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.69ms</p>","incl_time":0.0047225,"subname":"Data::Visitor::Callback::visit_hash","$color":8,"excl_time":8.28000000035264e-05,"$area":8.28000000035264e-05},"id":"12404-Data::Visitor::Callback::visit_hash"},{"name":"meta","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::meta</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"Data::Visitor::Callback::meta","$color":8,"excl_time":2.1200000001134e-05,"$area":2.1200000001134e-05},"id":"12405-Data::Visitor::Callback::meta"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Data::Visitor::Callback::BEGIN@2","$color":8,"excl_time":1.4e-05,"$area":1.4e-05},"id":"12406-Data::Visitor::Callback::BEGIN@2"},{"name":"BEGIN@199","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@199</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"Data::Visitor::Callback::BEGIN@199","$color":8,"excl_time":4.34000000002388e-05,"$area":4.34000000002388e-05},"id":"12407-Data::Visitor::Callback::BEGIN@199"},{"name":"BEGIN@8.17","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@8.17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Data::Visitor::Callback::BEGIN@8.17","$color":8,"excl_time":1.13000000000035e-05,"$area":1.13000000000035e-05},"id":"12408-Data::Visitor::Callback::BEGIN@8.17"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Data::Visitor::Callback::BEGIN@14","$color":8,"excl_time":1.06000000003882e-05,"$area":1.06000000003882e-05},"id":"12409-Data::Visitor::Callback::BEGIN@14"},{"name":"BEGIN@270","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@270</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Data::Visitor::Callback::BEGIN@270","$color":8,"excl_time":8.5000000000035e-06,"$area":8.5000000000035e-06},"id":"12410-Data::Visitor::Callback::BEGIN@270"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"Data::Visitor::Callback::BEGIN@20","$color":8,"excl_time":1.06000000001148e-05,"$area":1.06000000001148e-05},"id":"12411-Data::Visitor::Callback::BEGIN@20"},{"name":"visit_value","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit_value</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 2.42ms, 0.00%<br />Exclusive time: 117&micro;s, 0.00%</p>","incl_time":0.00242,"subname":"Data::Visitor::Callback::visit_value","$color":8,"excl_time":0.000116900000001108,"$area":0.000116900000001108},"id":"12412-Data::Visitor::Callback::visit_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 235&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0002354,"subname":"Data::Visitor::Callback::new","$color":8,"excl_time":3.37000000001397e-05,"$area":3.37000000001397e-05},"id":"12413-Data::Visitor::Callback::new"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"Data::Visitor::Callback::BEGIN@13","$color":8,"excl_time":9.49999999987597e-06,"$area":9.49999999987597e-06},"id":"12414-Data::Visitor::Callback::BEGIN@13"},{"name":"visit","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::visit</b></p><p><br />Called 26 times from 4 places in 2 files<br />Inclusive time: 4.85ms, 0.01%<br />Exclusive time: 407&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 5.60ms</p>","incl_time":0.0048535,"subname":"Data::Visitor::Callback::visit","$color":8,"excl_time":0.000407499999999441,"$area":0.000407499999999441},"id":"12415-Data::Visitor::Callback::visit"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Data::Visitor::Callback::BEGIN@16","$color":8,"excl_time":8.89999999991323e-06,"$area":8.89999999991323e-06},"id":"12416-Data::Visitor::Callback::BEGIN@16"},{"name":"BEGIN@8.16","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@8.16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Data::Visitor::Callback::BEGIN@8.16","$color":8,"excl_time":1.38999999997231e-05,"$area":1.38999999997231e-05},"id":"12417-Data::Visitor::Callback::BEGIN@8.16"},{"name":"callbacks","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::callbacks</b></p><p><br />Called 92 times from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.00%</p>","incl_time":0.0001259,"subname":"Data::Visitor::Callback::callbacks","$color":8,"excl_time":0.0001259,"$area":0.0001259},"id":"12418-Data::Visitor::Callback::callbacks"},{"name":"BEGIN@227","children":[],"data":{"tip":"<p><b>Data::Visitor::Callback::BEGIN@227</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Data::Visitor::Callback::BEGIN@227","$color":8,"excl_time":1.43000000000035e-05,"$area":1.43000000000035e-05},"id":"12419-Data::Visitor::Callback::BEGIN@227"}],"data":{"$area":0.003052999999993},"id":"n12380"}],"data":{"$area":1.17299070006169},"id":"n12348"}],"data":{"$area":1.27717750006169},"id":"n12260"},{"name":"Cwd","children":[{"name":"BEGIN@209","children":[],"data":{"tip":"<p><b>Cwd::BEGIN@209</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Cwd::BEGIN@209","$color":10,"excl_time":9.1e-06,"$area":9.1e-06},"id":"12421-Cwd::BEGIN@209"},{"name":"abs_path","children":[],"data":{"tip":"<p><b>Cwd::abs_path</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"Cwd::abs_path","$color":10,"excl_time":3.91e-05,"$area":3.91e-05},"id":"12422-Cwd::abs_path"},{"name":"BEGIN@170","children":[],"data":{"tip":"<p><b>Cwd::BEGIN@170</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Cwd::BEGIN@170","$color":10,"excl_time":1.36000000000004e-05,"$area":1.36000000000004e-05},"id":"12423-Cwd::BEGIN@170"},{"name":"BEGIN@818","children":[],"data":{"tip":"<p><b>Cwd::BEGIN@818</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Cwd::BEGIN@818","$color":10,"excl_time":1.17000000000001e-05,"$area":1.17000000000001e-05},"id":"12424-Cwd::BEGIN@818"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Cwd::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Cwd::CORE:regcomp","$color":10,"excl_time":5.2e-06,"$area":5.2e-06},"id":"12425-Cwd::CORE:regcomp"},{"name":"BEGIN@171","children":[],"data":{"tip":"<p><b>Cwd::BEGIN@171</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Cwd::BEGIN@171","$color":10,"excl_time":8.59999999999953e-06,"$area":8.59999999999953e-06},"id":"12426-Cwd::BEGIN@171"},{"name":"CORE:fteexec","children":[],"data":{"tip":"<p><b>Cwd::CORE:fteexec</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Cwd::CORE:fteexec","$color":10,"excl_time":1.21e-05,"$area":1.21e-05},"id":"12427-Cwd::CORE:fteexec"},{"name":"getcwd","children":[],"data":{"tip":"<p><b>Cwd::getcwd</b></p><p><br />Called 8 times from 3 places in 3 files<br />Inclusive time: 255&micro;s, 0.00%</p>","incl_time":0.0002548,"subname":"Cwd::getcwd","$color":10,"excl_time":0.0002548,"$area":0.0002548},"id":"12428-Cwd::getcwd"},{"name":"BEGIN@172","children":[],"data":{"tip":"<p><b>Cwd::BEGIN@172</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001016,"subname":"Cwd::BEGIN@172","$color":10,"excl_time":8.30000000000072e-06,"$area":8.30000000000072e-06},"id":"12429-Cwd::BEGIN@172"}],"data":{"$area":0.000362500000000001},"id":"n12420"}],"data":{"$area":52.6217835993872},"id":"n1"};
177
178 tm1.loadJSON(json);
179 }
180
181</script>
182<div class="vis_header"><br/>Boxes represent time spent in a subroutine. Coloring represents packages. Click to drill-down into package hierarchy, reload page to reset.</div>
183<div id="infovis">
184<br /><div id="infovis1"></div>
185</div>
186
187
188 <script type="text/javascript"> $(document).ready(function() {
189init_tm1();
190 } ); </script>
191
192 <div class="footer">Report produced by the
193 <a href="http://search.cpan.org/dist/Devel-NYTProf/">NYTProf 4.06</a>
194 Perl profiler, developed by
195 <a href="http://www.linkedin.com/in/timbunce">Tim Bunce</a> and
196 <a href="http://code.nytimes.com">Adam Kaplan</a>.
197 </div>
198 <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
199 </body></html>